FORM          {MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
img 		{ border:0; }

.cartSectionTit {	

    font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

.textform_login {
        font-family:  "Arial";
        font-size: 12px;
}
pageNum , .pageNum:link , .pageNum:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 1px 1px;
}
.pageNum:hover , .pageNum:active{
	font: 11px Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: none;
	padding: 1px 1px;
}
.CurrFont  , .CurrFont:link , .CurrFont:visited ,.CurrFont:hover , .CurrFont:active{
	font: 11px Arial, Helvetica, sans-serif;
	color:  #0066FF;
	padding: 4px 4px 4px 8px;
	text-decoration: none;
}
.CurrFont_1  , .CurrFont_1:link , .CurrFont_1:visited ,.CurrFont_1:hover , .CurrFont_1:active{
	font: 12px Arial, Helvetica, sans-serif;
	color:  #0066FF;
	text-decoration: none;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 0px; /*position where enlarged image should offset horizontally */
top: 109px; 
}
