/*@import url(base.css);*/

#filters {
	height:20px;
	margin:30px 0 30px 0;
}

#filters form{
	margin:0 5px 15px 0;
	padding:0px;
	float:left;
}

ol.product_list {
	margin:10px 0 0 0;
	padding:0px;
}

ol.product_list li{
	float:left;
	position:relative;
	width:275px;
	height:200px;
	margin: 15px 0 15px 5px;
	overflow:hidden;
	display:inline; /*IE FIX*/
	text-align:center;
}

ol.product_list li a {
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
	text-decoration:none;
}

ol.product_list li img{
	border-top:5px solid #080808;
	border-bottom:5px solid #080808;
	border-right:5px solid #191919;
	border-left:5px solid #191919;
	clear:both;
	height:150px;
}

ol.product_list li img.whiteborder
	{
	border-top:5px solid #eee;
	border-bottom:5px solid #eee;
	border-right:5px solid #f9f9f9;
	border-left:5px solid #f9f9f9;
	}

ol.product_list li h2{
	padding:0;
	margin:0 0 10px 0;
	height:28px;
	display:block;
	line-height:25px;
	text-indent:10px;
	text-transform: uppercase;
	color:#fffecc;
	overflow:hidden;
	font-family: Georgia;
	font-size:17px;
	font-weight:normal;
	font-style:italic;
}





/* detail page */
.comment_top{padding:4px; margin-top:5px; background-color:#eee;}
.comment_body{padding:4px;border:1px solid #eee}

#main h3{
	font-weight:bold;
}


#bigpic{
	width:370px;
	float:left;
}

#bigpic a{
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
}

#bigpic img{
	border-top:8px solid #080808;
	border-bottom:8px solid #080808;
	border-right:8px solid #191919;
	border-left:8px solid #191919;
	margin:10px;
	display:block;
}

#bigpic img.whiteborder{
	border-top:8px solid #eee;
	border-bottom:8px solid #eee;
	border-right:8px solid #f9f9f9;
	border-left:8px solid #f9f9f9;
}

#fullpic{
	background: url('../images/page_bg.jpg');
	width:100%;height:100%;text-align:center;
}

#fullpic img{
	border-top:18px solid #080808;
	border-bottom:18px solid #080808;
	border-right:18px solid #191919;
	border-left:18px solid #191919;
}

#fullpic img.whiteborder{
	border-top:18px solid #eee;
	border-bottom:18px solid #eee;
	border-right:18px solid #f9f9f9;
	border-left:18px solid #f9f9f9;
}
