.org_price
{
	display:none;
}

.product_options
{
	text-align:right;
}

.pro_qty
{
	display:inline-block;
	margin-left:5px;
	width:30px;
	text-align:center;
}

.product_price
{
	font-weight:bold;
	padding-bottom:5px;
	font-size: 125%;
}

.product_description h2
{
	margin-top:0;
}

.category 
{
	margin-bottom:20px;
}

.product
{
	padding-bottom:40px;
}

.product_image img {
	max-width: 100%;
}

.category_header h1
{
	margin-top:0;
	padding-bottom:10px;
	border-bottom:1px solid #F3F4F4;
	margin-bottom:35px;
}

.sum, #order_sum
{
	font-size:17px;
	font-weight:bold;
	text-align:right;
	color:#535353;
}

.customer label, .order_notice label
{
	padding-bottom:5px;
	display:block;
}
.customer select
{
	width:82%;
}
.customer input 
{
	width:80%;
	
}
.order_notice textarea
{
	width:90%;
	resize:none;
}

.customer .controls
{
	padding-bottom:12px;
}

.order_submit .button
{
	cursor:pointer;
	width:50%;
	background-color: #A3D063;
   
   font-weight:bold;
   text-align:center;
    color: #FFFFFF;
    padding: 5px;
}
	
}