body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: White;
text-align: left;
background: url(../images/bgr.png) repeat;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

A:link {
	color: #000033;
	text-decoration: none;
}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #EAEAEA;
}
SPAN.price {
COLOR: Blue;
 font: medium;
 font-weight: bold;
 font-size: small;
 // border: 1px solid #FF7C4A;
 padding: 1px 1px 1px 1px;
}
P.pagenums {
font-size: 11px;
font-family : Verdana;
}
SPAN.currpage {
color: Black;
font-weight: bold;
 background-color: #F5F5F5;
 border: 1px solid #DBDBDB;
 margin-top: 1px;
 margin: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
 margin-right: 1px;
 padding: 2px 2px 2px 2px;
}
div.listprice {
text-align: left;
COLOR: Aqua;
font: medium;
font-weight: bold;
font-size: medium;
}

.watermark_box {
position:relative;
display:block;
 background: url(/images/watermark.png);
}
.imgwatermark {
position: absolute;
top: 0px;
left: 50px;
 background: url(/images/watermark.png);
}
.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}


