body{background-color:#C0C5D0;}

#bd .search table{margin:0 2em;}
#bd .search td{padding-top:1em;}


.highlight td{border:1px solid #000;text-align:center;vertical-align:top;padding:1em;}
#bd .product{border:1px solid #000;text-align:center;vertical-align:top;padding:1em;float:left;width:13em;height:15em;display:inline;position:relative;overflow:hidden;}

#bd .paging{padding-top:2em;}

h2{font-size:14px;font-weight:bold;}
.headerbar{background-color:#0066FF;color:#FFF;font-size:115%;font-weight:bold;padding:0.5em;width:38.5em;margin-top:1em;}
.headerbar a{color:#FFF;}
.headerbar .right{float:right;font-size:90%;}

p.by {color: white; font-size: 10px}
p.by a:link { color: white;}
p.by a:visited { color: white;}
p.by a:hover { background: silver }
p {margin: 10px;}


#search{width:300px;float:right;}
#hd{background-color:#FFF;}
#bd{background-color:#FFF;}
#ft{background-color:#FFF;height:10em;min-height:35px;text-align:center;font-size:10px;}


.center{text-align:center;}	
.right{text-align:right;}

p{text-align:left;}

	.emph { font-family: "Verdana", "arial"; font-weight: bold;text-align:center;font-size:12px;}
	.emphsb { font-weight: bold; color: white}
	.subheader { font-family: "Verdana", "arial"; font-weight: bold;text-align:left;font-size:14px;color:#000;}
	.title { font-weight: bolder; color: black; text-align:center;}
	.i { font-style: oblique;}
	.saleprice {position:absolute;bottom:0;right:1;font-weight:bold;font-size:120%;color:red;}
	.price {position:absolute;bottom:0;left:1;font-size:120%;color:#808080;text-decoration:line-through;}
	.borderit{border: medium solid #FF8500; margin:5px;}
	.borderit2{border: medium solid #FF0000; margin:5px;}
	.borderit3{border: medium solid #FFFF00; margin:5px;}
	.sidebar li{list-style-type:square;}

.clear{clear:both;}
.faint{opacity:0.4;filter:alpha(opacity=40);}

#bd .product img.resize {  
   max-width:110px;  
   max-height:140px;  
   width: expression(this.width > 110 ? 110 : true);
   height: expression(this.height > 110 ? 110 : true);
 }  
img.resize2{max-width:110px; height:auto; max-height:130px; width:auto;}


