@import 'recycle.css';
@import 'template.css';

table.table_products_listing td{
	width:50%;
	vertical-align:top;
	text-align:center;
	min-height:190px;
}
.products_listing_box{
	height:100%;	
	border:1px solid #cccccc;
	width:185px;
	margin:0px 5px 10px 5px;
	padding:5px;
	text-align:left;
}
.products_listing_box .heading{
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
	min-height:27px;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}
.products_listing_box p{
	font-size:11px;
	width:95%;
	margin:0 auto;
	margin:0;
	padding:5px 0;
}
.prod_image{
	text-align:center;
	padding-top:5px;
}
.price_text{
	color:#03baef;
	font-size:18px;
	font-weight:bold;
}
.price_text1{
	color:#03baef;
	font-size:14px;
	font-weight:bold;
}
.price_tag{
	font-size:11px;
	background: url(/assets/images/bgs/dotted.jpg) 0 10px repeat-x;
}
.price_tag .original_price{
	color:#000000;
}
.price_tag .special_price{
	color:#c38211;
}
.price_details{
	border-top:1px solid #cccccc;
	width:100%;
	margin:0 auto;
	padding-top:5px;
	height:20px;
}
.terms{
	padding-top:20px;
	color:#fff;
}
.terms a{
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
.terms a:hover{
	color:#000;
}
#prod_details{
	padding:10px;
	border:1px solid #ccc;
}
#prod_details .heading{
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#prod_details .spacers{
	padding-top:5px;
	padding-bottom:5px;
}
#prod_details .product_image a{
	text-decoration:none !important;
}
#prod_details .price_heading{
	color:#03baef;
	font-weight:bold;	
}
#prod_details .buy_now{
	padding-top:10px;
	border-top:1px solid #ccc;
	margin:0;
	padding-bottom:0;
}
#prod_details .product_desc{
	font-size:10px;
	width:270px;
}
.productListing{
	font-size:10px;
}

.product_list{
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:5px;
}
.product_list .product_list_desc{
	padding:0 0 0 5px;
	width:400px;
	font-size:10px;
}
.product_list .product_list_desc p{
	margin: 7px 0;
}
.product_list .product_list_buy{
	padding:0 0 0 5px;
	text-align:right;
}
.product_list .product_list_price{
	color:#03baef;
	font-weight:bold;	
	font-size:10px;
	min-height:60px;
}
.boxText a{
	color:#000;
}
.boxText a:hover{
	color:#03baef;
}
.new_customer_box, .login_customer_box{
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:5px;
}
.input_text input{
	width:200px;
}
.large_input input{
	width:220px;
}
.large_input select{
	width:225px;
}
.account_heading{
	width:150px;
	font-size:11px;
}
.cart_details{
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:5px;
}

.inputRequirement{
	color:red;
	font-weight:bold;
}
.checkoutBarCurrent, .checkoutBarTo, .checkoutBarFrom{
	font-size:10px;
}
.checkoutBarCurrent{
	font-weight:bold;
}
.product_name{
	width:250px;
	font-size:11px;
}
.remove_box{
	width:70px;
}
.sub_total{
	font-size:18px;
	color:#038b00;
}
#also_purchased{
	border:1px solid #ccc; 
	margin-top:10px;
	padding:0  0 10px 0;
}
#also_purchased .smallText{
	font-size:10px;
}
#also_purchased .purchased_header{
	
	padding:5px;
	background: url(/assets/images/bgs/gradient.png) bottom repeat-x;
	background-color:#36b6ff;
	border:1px solid #36b6ff;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}
.specials_box{
	background: url(/assets/images/bgs/specials.png) top right no-repeat;
}
td.cart_remove{
	width:145px;	
}
td.cart_product_name{
	width:170px;
}
td.cart_qty{
	width:245px;
}
td.cart_price{
	
}