/* @group General */

p.viewcart_button {
	margin-top:20px;
}

#products li {
	list-style-type: none;
}

#products img {
	padding: 0;
	margin: 0;
	border: 10px solid #004862;
}

#products .clearer {
	clear: both;
}

#products .hidden {
	display: none;
}

#products img.icon {
	height: 16px;
	width: 16px;
	vertical-align: bottom;
}

/* @end */


/* @group Products */

#products {
	width: 95%;
	margin: 0 10px 10px;
}

#related_hd {
	width: 95%;
	margin: 10px;
}

#related_products {
	width: 95%;
	margin: 10px;
}

/* @group product */

#products .product {
	border-bottom: 4px solid #00527a;
	padding: 10px;
	float:left;
	display: block;
	width: 95%;
	background-color: #0083b4;
	margin-bottom: 15px;
}

#products .related_head {
	border-bottom: 1px solid white;
	float:left;
	display: block;
	background-color: #000f27;
	text-align: center;
	color: white;
	font: bold 12px Verdana, sans-serif;
	letter-spacing: 3px;
	width: 99%;
}

#products .related {
	border-bottom: 4px solid orange;
	padding: 0 10px 10px;
	float:left;
	display: block;
	width: 95%;
	background-color: #6fc8ed;
	margin-bottom: 15px;
}

#products .product h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color: white;
}

/* floats */

#products .leftfloat{
	float: left;
	margin-right: 10px;
}

#products .leftfloat_below{
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#products .leftfloat2{
	float: left;
	margin-right: 10px;
	margin-top: 160px;
}


#products .rightfloat{
	float: right;
	margin-left: 10px;
}

#products div.price{
	margin: 0;
	padding: 0;
	color: orange;
	font: bold 15px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}



#products .details{
	margin-top: 10px;
	width: 95%;
}

#products .detailsButton{
	margin-top: 0;
	border-style: solid;
	border-width: 0;
	padding-bottom: 0;
}

#products div.product{
		padding: 10px;
}

/* @end */

/* @end */

#sales_header{
	padding: 10px;
	background: #d0d8de;
	color: white;
}
#sales_footer{
	padding: 10px;
	background: #d0d8de;
	color: white;
}
