/**
 * Style rules for hear user and shopping cart links
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
 .tabLinksClass 
{
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
	white-space: nowrap;
	/*background-color: steelblue;*/
}
.tabLinksClass a 
{
	color: #ffffff;	
	text-decoration: none;	
}
.tabLinksClass a:hover 
{
	border-bottom: 1px dotted #ffffff;	
}
.tabLinksClass IMG {	border: 0px; height: 15px; margin: 0px}

