/** Interior Stage **/

#interior_stage{
	position: relative;
	width: 940px;
}
#interior_stage #category_description{
	position: absolute;
	right: 60px;
	top: 80px;
	width: 450px;
}

/** Page Controls **/

#page_controls{
	position: relative;
	width: 900px;
	padding: 5px 20px;
	overflow: hidden;
	background: #44151f;
	margin-top: 5px;
}

/* Products */

#products_wrapper{
	width: 898px;
	padding: 30px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#products_wrapper #products{
	float: left;
	width: 898px;
	overflow: hidden;
}
#products_wrapper #products table{
	width: 898px;
}
#products_wrapper #products table td{
	width: 224px;
        height: auto;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: bottom;
	text-align: center;
	padding: 10px 0px;
}
.product_details{
        width: auto;
        padding-top: 10px;
}
#products_wrapper #products table td p.name{
	font-size: 14px;
	padding-bottom: 6px;
}
#products_wrapper #products table td p.price{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#products_wrapper #products table td.border_right{
	border-right: 1px solid #e5e5e5;
}
#products_wrapper #products table td .product_image{
	width: auto;
}
#products_wrapper #sidebar{
	float: left;
	width: 212px;
	overflow: hidden;
}

/* Product Details */

#product_details{
	float: left;
	width: 450px;
	padding-left: 50px;
	padding-right: 60px;
	overflow: hidden;
}
#product_information{
	float: left;
	width: 250px;
	padding-right: 30px;
	margin-top: 100px;
	overflow: hidden;
}

#product_information h2{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
#product_information p.description{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
#product_information p.detail_price{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
#product_information #add_to_cart{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #333;
}
#product_information #add_to_cart input{
	margin-top: 10px;
}

