@charset "UTF-8";

div.form_field {
  padding: 0 30px 10px 10px;
  margin: 0;
}

div.form_field input[type="text"],
div.form_field select {
  border: solid #848484 2px;
  margin-bottom: 5px;
  width: 300px;
}

div.form_field input[type="radio"] {
  width: auto;
}

div.form_field div.fieldWithErrors input, div.form_field div.fieldWithErrors select {
  border: solid red 2px;
  width: 300px;
}

div.form_field label{
  padding: 0px;
  margin-left: 0px;
  display: block;
}

#bodyarea .products_list {
  padding:0pt 10px 10px 10px;
}

.products_list li {
	list-style: none;
	margin: 5px 0px 5px 0px;
	padding:10px 5px 5px 10px;
	border-top: 1px solid #030303 ;
	
}
.products_list img {
	float:left;
}
.products_list p {
 /* margin-left: 100px;*/
/*  float: left;*/
}
.products_list p.price{
  float:right;
}

div.clear { clear: both; line-height:0px; }

.products_list_footer {
	float: right;
}
.see_all_link {
  clear: both;
  text-align: left;
}

.required {
  color: red;
}

#billing_info, #shipping_info, #order_info, #payment_info {
  padding-left:20px;
}
.cart_title {
/*  padding-left: 0px;*/
}
.category {
	height:130px;
}
.category_wrapper {
	float:left;
	display:inline;
	width:168px;
	margin: 5px;
}  
.map span {
    display:none !important;
  }
  
p.store-required {
  margin: 0px;
  padding: 0px;
}
/* Accounts new*/
.store_registration, .store_access{
	float:left;
}
/*Revew Order*/
#order_details{clear:both;}
#order_details dl.info{float:left;width:50%}
.order_details_update{text-align:left;}
/* Accounts Index*/
#status_description table .one{width:100px;}
#status_description table{border:1px solid #CCC;padding:5px;margin-bottom:20px;}

table#account_orders{width:70%; border-collapse:collapse;}
table#account_orders th{background:#ccc;line-height:2;}
table#account_orders td{line-height:1.5;}
table#account_orders .one{width:20%;text-align:center;}
table#account_orders .two{width:20%;text-align:center;}
table#account_orders .three{width:20%;text-align:center;}
table#account_orders .four{width:20%;}
/*Account Orders*/
.order_return_link{text-align:right;}