#products_page {
	padding: 0px;
	margin-left: 1px;
	width: 764px;
}

#products_page h2.allproducts {
	display: block;
	
	width: 762px;	
	height: 0px;

	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-top: 191px;

	background: url(/products/images/default/p_v2_title.jpg) 0px 0px no-repeat;

	overflow: hidden;
}

.title_box {
	margin-bottom: 10px;
}

.category_title {
	height: 40px;
	margin-top: 16px;
}
.title_text {
	display: none;
}

.category {
	border-right: 0px;
	border-left: 0px;
	border-top: 3px;
	border-bottom: 3px;
	border-style: solid;
	border-color: #cbcbcb;
}

.product_list {
	border-right: 0px;
	border-left: 0px;
	border-top: 3px;
	border-bottom: 3px;
	border-style: solid;
	border-color: #9d9d9d;
	padding-top: 6px;
}

.product {
	display: none;
	float: left;
	width: 246px;
	height: 308px;
	margin: 0px;
	margin-left: 6px;
	margin-bottom: 6px;
}

.product .order-box {
	display: block;
	position: absolute;
	height: 34px;
	width: 91px;
	margin-left: 153px;
	margin-top: -98px;
	z-index: 100;
}

.product .description {
	display: block;
	position: absolute;
	height: 65px;
	width: 230px;
	margin-left: 8px;
	margin-top: -65px;
	z-index: 100;

	color: black;
	font-size: 11px;
	line-height: 13px;
}

.product .more {
	display: block;
	position: absolute;
	height: 26px;
	width: 60px;
	margin-left: 184px;
	margin-top: -26px;
	z-index: 101;
	text-align: left;

	font-size: 11px;
	line-height: 13px;
}

.more_box {
	display: none;
	height: 18px;
	margin-top: -18px;
	z-index: 102;
	text-align: right;

	font-size: 11px;
	line-height: 13px;
}

/* Default add to cart buttons */
a.order {
	background-image: url(/products/images/product/p_order.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-top: 34px;
	width: 91px;
}

a.incart {
	background-position: 0px -34px;
}

/* Color coded sections */
#acne_prod { border-color: #348fcb; }
#acne_prod .product_list { border-color: #457a9d; }
#rosacea_prod { border-color: #b23900; }
#rosacea_prod .product_list { border-color: #961104; }
#scars_prod { border-color: #6a9100; }
#scars_prod .product_list { border-color: #506c01; }
#stretchmarks_prod { border-color: #9f293d; }
#stretchmarks_prod .product_list { border-color: #7d1a2d; }
#coldsores_prod { border-color: #b98049; }
#coldsores_prod .product_list { border-color: #926c48; }
#eczema_prod { border-color: #017960; }
#eczema_prod .product_list { border-color: #003628; }
#hemorrhoids_prod { border-color: #909b93; }
#hemorrhoids_prod .product_list { border-color: #80888a; }
#moisturizers_prod { border-color: #348fcb; }
#moisturizers_prod .product_list { border-color: #457a9d; }
#cleansers_prod { border-color: #348fcb; }
#cleansers_prod .product_list { border-color: #457a9d; }
#supplements_prod { border-color: #348fcb; }
#supplements_prod .product_list { border-color: #457a9d; }

