@charset "UTF-8";
/* CSS Document */

form.checkoutform {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	margin: 10px;
  	clear:left;
	margin-bottom: 10px;
	color: #000000;  
	font-weight: bold; 
	margin-right: 1em;
	margin-top: 1em;
	padding-top:2em;
	padding-bottom: 2em;
}

form.checkoutform legend {
  padding: 0 2px;
  font-weight: bold;
  color:#333333;
}

form.checkoutform label {
	/* display: inline-block;
  line-height: 1.8;
  vertical-align: top;*/
  float:left;
  width: 10em;
  margin-right:1em;
  color:#333333;
}
form.checkoutform  ol {
  margin: 0;
  padding: 0;
  list-style:none;
}
form.checkoutform  li {
  list-style: none;
  padding: 5px;
  padding-bottom:1em;
  margin: 0;
}
form.checkoutform  {
 /* border: none;*/
  margin: 0px 0px 0 0;
}
form.checkoutform  legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.checkoutform fieldset  label {
  display: block;
  width: auto;
}
form.checkoutform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

.shop_cookie_trail{
	color: #666;
	margin-bottom: 12px;
}
.shop_cookie_trail a {
	text-decoration: none;
}
.shop_cat {
	width: 32%;
	margin-right: 1%;
	margin-bottom: 0px;
	float: left;
}

.shop_cat a {
/*	background-color: #ffccff;*/
	display: block;
	padding: 5px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.shop_cat a:hover {
	
}
.shop_cat_img{
	text-align: center;
}

.shop_cat_desc{
	text-align: center;
}
.shop_cat_prod {
	/*	clear: left;*/
	float: left;
	width: 32%;
	/*padding-top: 10px;*/
	padding-bottom: 0px;
	margin-right: 1%;
	text-align: center;
}
.shop_cat_prod a {
	display: block;
}
.shop_prod_title {
	font-size: 12px;
	padding: 5px 0;
}
a.shop_prod_image {
	display: block;
	height: 110px;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
a.shop_prod_image img {
	margin: auto;
}
.shop_cat_prod strong{
	display: block;
	margin: 5px;
	padding: 10px
}

.shop_cat_prod a{
	display: block;
	text-decoration: none;
}

.shop_cat_prod_description {
	
}
.property_info {
	margin-bottom: 7px;
}

ul.shop_progress {
	margin: 0;
	padding: 0;
	display: block;
	background: #fff;
	height: 30px;
}
.shop_progress li {
	display: block;
	float:left;
	list-style:none;
	color:#666;
	width:auto;
	/*height:26px;*/
	padding: 7px 15px 6px 20px;
	text-decoration:none;
	/*margin-right: 1px;*/
	/*border-right:inset;*/
}
.shop_progress li strong {
	color: #000;
}
.shop_progress li, .shop_progress li strong, .shop_progress li a {
	font-size: 12px;
}
.shop_progress li a {
	text-decoration: none;
}

.address_selector {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 15px;
	margin: 20px;
}

.address_selector a {
	text-decoration:none;
/*	background: transparent url('/images/gif/add.gif') no-repeat bottom left;*/
}

/*.crud a.add {background-image:url('../../images/gif/add.gif');}
.crud a.edit{background-image:url('../../images/gif/pencil.gif');}
.crud a.delete{background-image:url('../../images/gif/delete.gif');}*/

div.shopping-cart {
	padding: 5px 15px;
	background: #fff;
}
div.shopping-cart table {
	 width: 100% !important;
}
div.shopping-cart table tr th {
	text-align: left;
	border-bottom: 1px solid #ccc;
}
div.shopping-cart table tr td {
	vertical-align: middle !important;
}

div.shopping-cart-totals {
	padding-top: 10px;
	float: right;
}
div.shopping-cart-totals table tr td {
	font-size: 12px !important;
}

div.shop-nav {
	
	padding: 6px 15px;
	text-align: center;
}
a.shop-button-continue {
	background: transparent url('../../../../../../images/gif/arrow_left.gif') no-repeat left;
	padding: 3px 20px;
	font-size: 12px;
}
a.shop-button-next {
	background: transparent url('../../../../../../images/gif/arrow_right2.gif') no-repeat right;
	padding: 3px 20px;
	font-size: 12px;
}