@charset "utf-8";
/* CSS Document */

#productlistholder {
	width:800px;
	height:100%;
	float:left;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

.productcontainer {
	width:390px;
	height:215px;
	float:left;
	margin:0px 9px 40px 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F00;
	border-bottom-color: #F00;
}

.producttitle {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}

.producttitle a {
	text-decoration: none;
}

.productmainblock {
	width:100%;
	height:187px;
	float:left;
}

.productimageblock {
	width:50%;
	height:186px;
	float:left;
}

.productinfoblock {
	width:50%;
	height:110px;
	float:left;
	margin-top:10px;
}

.productbuttonholder {
	width:131px;
	height:26px;
	float:left;
	margin: 5px 0px 0px 0px;
}

.nextprevholder {
	width:98%;
	height:auto;
	float:left;
}

.nextbutton {
	width:131px;
	height:25px;
	float:left;
	margin-left:500px;
}

.previousbutton {
	width:131px;
	height:25px;
	float:left;
}
