/* DG Store Style Sheet */

.productbox
{
	width:145px;
	background-color: #fffcc5;
	padding: 10px;
	margin-top: 8px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 20px;
}
.product_title {
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}
.main_prod_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.product_detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	line-height: 12px;
	padding-bottom: 4px;
}
.productboxbig {

	width:200px;
	background-color: #fffcc5;
	padding: 6px;
	margin-top: 8px;
	border: 1px solid #CCCCCC;
}
.orderbutton
{float:right;}
