/* CSS Document */

#products_container {
	/*min-height: 20px;*/

	width: 650px;
	float: left;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color:#FFFFFF;
}
#product_box {
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left;
	padding-bottom: 8px;
}
#product_notes {
	width: 400;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	float: left;
	padding-top: 2px;
}
#product_price {
	width: 40px;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	float: right;
	padding-top: 2px;
}
#productimage {
	float: right;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;
}
#productbutton {
	float: left;
	width: 400px;
	padding-top: 20px;
}
product_box_single {
	width: 200px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: left;
	padding-bottom: 8px;
	padding-left: 20px;
}