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

body 		{ font: 12px Verdana, Helvetica, sans-serif; background: #48200d; margin: 0; padding: 0; text-align: center; color: #48200d; min-width: 850px; }
#page 		{ width: 850px; margin: 0 auto; }
#header 	{ background-image: url(images/header.gif); background-repeat: no-repeat; text-align: left; }
#nav		{ text-align: center; padding: 6px 15px 5px 15px; }
#main 		{ padding: 10px; background: #ffffff; text-align: left; min-height: 400px; }
#footer 	{ margin-top: -5px; padding: 4px 0; background-image: url(images/footer.gif); background-repeat: no-repeat; background-position: bottom; font-size: 11px; }
#footer p 	{ margin: 0; padding: 10px 0; text-align: center; line-height: 16px; }

.fltleft	{ float: left; padding: 0 10px 10px 0; }
.fltright	{ float: right; padding: 0 0 10px 10px;  }
.title		{ font-weight: bold; font-size: 14px; padding-bottom: 5px; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

a:link		{ font-weight: bold; text-decoration: none; color: #ba0e6b; }
a:visited	{ font-weight: bold; text-decoration: none; color: #e35aa4; }
a:hover		{ font-weight: bold; text-decoration: none; color: #e35aa4; }

hr 			{ color: #fff; background-color: #fff; border: 1px dotted #ec89c0; border-style: none none dotted; padding: 5px 0 10px 0; }
dl 			{ margin: 10px 0 0 0; }
dt 			{ width: 120px; float: left; font-weight: bold; }
dd 			{ margin-bottom: 0;  }
dd label 	{ font-weight: bold; padding-top: 2px; }

/* Cat & Product Pages */
.cat-thumb	{ width: 165px; float: left; text-align: center; height: 185px; font-size: 10px; }
.col1 		{ width: 400px; float: left; text-align: center; }
.col2 		{ margin-left: 585px; }
.col3 		{ width: 165px; float: left; }
.cats		{ margin-left: 165px; }
.gallery	{ width: 465px; float: left; }
.galleryth	{ margin-left: 475px; }
#maincap	{ padding-top: 10px; text-align: center; }
.small 		{ font: 9px/12px Arial, Helvetica, sans-serif;}
.pagination { padding-top: 10px; text-align: right; }
.thumbsImg	{ padding-right: 5px; }
.lbl		{ width: 100px; float: left; font-weight: bold; }
.txtOldPrice { text-decoration: line-through; }
.price-sale	 { color: #ba0e6b; }

/* Cart */
.pad 		{ padding: 10px; }
.halfsies 	{ width: 50%; float: left; }
.halfsies dt  { width: 150px; float: left; font-weight: bold; padding-top: 5px; clear: left; }
p.cart-progress 				{ padding: 0; margin-top: -2px; color: #180a02; }
p.cart-progress .current-step 	{ font-weight: bold; color: #8eb044; font-size: 13px; }
table 		{ margin-top: 10px; }
.tdcartOdd 	{ padding: 3px; border-bottom: 1px solid #180a02; }
.tdcartEven { padding: 3px; border-bottom: 1px solid #180a02; }
.cart-title { font-weight: bold; color: #ffffff; background-color: #ba0e6b; padding: 3px; }
.first-title 					{ padding-left: 10px; }
.cart-name .price-old 			{ text-decoration: line-through; color: #C00; }
.cart-left,  .cart-right 		{ padding: 3px; }
.cart-left 	{ padding-left: 3px; }
.cart-right { padding-right: 3px; }

 .cart-bottom {
  padding: 3px;
  background-color: #E9F9DC;
}

 .cart-total {
  padding: 3px;
  background-color: #E9F9DC;
}

 .cart-checkout {
  padding-top: 10px;
}
 ul.error {
  margin-left: 20px;
  padding: 10px;
  list-style-type: square;
  border: 4px solid #C00;
  background-color: #FCC;
}

 ul.error li {
  margin: 0 300px 5px 20px;
  color: #C00;
}

 table.order-info td {
  padding: .75em 0;
}

 table.order-info td.cart-title {
  border-bottom: 1px dotted #CCC;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: normal;
  color: #3A3A3A;
  background-color: #F1F1F1;
}

 table.order-summary {
  margin: 10px 0 0 0;
}

 table.order-summary td {
  padding: .75em 0;
  border-bottom: 1px solid #CCC;
}

 td.paypal a {
  border: none;
}

/* --------------------------------------------------------------------------------------------- 

login/account styles
 
--------------------------------------------------------------------------------------------- */
fieldset {
  margin: 15px 20px 15px 13px;
  padding: 5px 10px 10px 10px;
  border: 0; 
}

legend {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #8eb044;
  letter-spacing: 0;
}

#store-data.step1 div {
  margin: 0 20px 15px 13px;
  padding: 15px 10px 10px 10px;
}

#store-data.step1 div h3 {
  margin: 0 0 10px 0;
  font-size: 1.8em;
  color: #333;
}

#store-data.step1 div p {
  margin-left: 0;
}

#store-data.account h3 {
  font-size: 1.8em;
  color: #333;
}

ul.account {
  margin: 5px 20px 25px 1.5em;
  list-style-type: square;
}

ul.account li {
  margin-left: .75em;
}

a#update-account {
  width: 130px;
  height: 28px;
  display: block;
  background: url(../images/store/btn_update-account.gif) no-repeat;
  border: none;
}
