/* COLORS 

img/button bg borders: 8E5201
address list stuff: C1A568
light colors: C4A568 
strong text: 8C1E01
button colors, notice bg's: FBFCFC //should be light color
*/

h1.title { color:#513500; height:30px; }

.error, .error strong { color: #C00; }
h3.error { font-weight: normal; border: 1px solid #C00; background: #FBFCFC; padding: 5px; }
p.error { text-align: center; width: 90%; }
.success, .success strong { color: #390; }
p.success { text-align: center; width: 90%; }

.odd { background: transparent; }
.even { background: transparent; }

/* common */
label { display: block; width: 500px; overflow: hidden; margin: 0 0 5px 0; }
label span { display: block; width: 150px; float: left; text-align: right; padding: 4px 5px 0 0; }
label span span { display: inline; float: none; padding:0; } /* req fields and such */
label span.title { font-weight: bold; }
label span.error { text-align: left; width:auto; padding: 3px 0 0 5px; }
label select { color: #8C1E01; float: left; margin: 0 0 5px 0; width: auto; }
label input { float: left; margin: 0 0 5px 0; width: 130px; }
label span.block { text-align: left; width: auto; padding:0; margin: 0 0 0 5px; }
label span.block input { float: none; width: auto; }
label span.block select { float: none; margin: 0; }
label span.block input.button { margin: 0; padding: 2px 2px; }
input.longsize { width: 205px; }
input.midsize { width: 70px; }
input.smallsize { width: 30px; }
input.tinysize { width: 20px; }
.inline { float: none; margin: 0; width: auto; }
a.inline { float: left; margin: 0 0 0 10px; }
fieldset { padding: 20px 0 20px 0; }

.buttons { text-align: right; margin: 0 10px 0 0; }
input.button { color:#FBFCFC; font: bold 92% Verdana, Arial, Helvetica, sans-serif; border: 1px solid #970202; padding: 2px 3px 4px 3px; height: 21px; text-align:center; background:url(../images/bg-btn.png) repeat-x #730801; }
a.button { text-align: center; color: #FBFCFC; font: bold 92% Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 3px 0 2px 0; background:url(../images/bg-btn.png) repeat-x #730801; cursor: default; text-decoration: none; border: 1px solid #8E5201; height:14px; }
input.button-alt { color:#513500; font: bold 92% Verdana, Arial, Helvetica, sans-serif; vertical-align:middle; background: #FBFCFC; border: 1px solid #8E5201; padding: 2px 3px 4px 3px; height: 21px; }
a.button-alt { text-align: center; color: #513500; font: bold 92% Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 3px 0 2px 0; background: #FBFCFC; cursor: default; text-decoration: none; border: 1px solid #8E5201; height:14px; }

.price { color: #8C1E01; }
.price-discounted { color: #A92F41; }
.price-special { color: #A92F41; }

p.notes {}

#sort { text-align: right; width:500px; margin: 0 0 0 auto; }
#sort label { }
#sort select { }
#sort input { }

#bread-crumbs { margin: 20px 0; }
#bread-crumbs strong,#bread-crumbs a { text-transform: capitalize; }
#sub-categories { background: #FBFCFC; border: 1px solid #C1A568; padding: 16px; margin: 10px 0; line-height: 190%;  }
#basket-contents {}

/* PAGES 
----------------------*/
/* login */
#login { overflow: hidden; width: 100%; }
#login form label span { width: 109px; }
#login-form { float: left; width: 250px; margin: 0 20px 0 0; }
#login form h2.title { margin-left: 109px; }
#login-new-form { float: left; width: 250px; }

#login form input.button { float: right; margin: 5px 0 0 10px; }
 
/* create account */
#create-account { }
#create-account-form { width: 300px; }

/* your account */
#your-account { }
#your-account li { padding: 5px 0; }
#your-account li a { display: block; }

/* order history */
#order-history {}

/* wish list */
#wish-list {}
#wish-list div.row div.title { color:#6A2C7C; font-weight: bold; border: #F6FBE3 solid; border-width: 0 0 1px 0; margin:0 0 5px 0; padding: 0 0 4px 0; }
#wish-list div.row { overflow: hidden; width: 100%; margin: 5px 0 0 0; }
#wish-list div.prod-image { float: left; width: 12%; text-align: center; margin: 0 0 0 0; }
#wish-list div.prod-image img { border: 3px solid #595F9B; background: #EBF2D0; padding:2px; }
#wish-list div.prod-title { float: left; width: 359px; margin: 5px 0 0 0; }
#wish-list div.prod-title span { text-align: right; }
#wish-list div.prod-delete { float: left; width: 25px; text-align: center; margin: 2px 0 0 0;  }
#wish-list div.prod-quantity { float: left; width: 30px; text-align: center; margin: 5px 0 0 0;  }
#wish-list div.prod-price { float: left; width: 55px; margin: 5px 0 0 0;  text-align: right; }
#wish-list div.prod-add { float: left; width: 100px; margin: 5px 0 0 5px;  text-align: right; }
#wish-list div.prod-extras { clear:both; margin: 10px 0 10px 5px;  text-align: left; border-bottom: 1px solid #F6FBE3; padding: 0 0 20px 0; }
#wish-list strong { margin: 0 0 0 10px; }

/* gift certificates */
#gift-certificates {}
#gift-certificates form label span { width: 200px; }
#gift-certificates form label textarea { width: 200px; }
#gift-certificates form .buttons { width: 410px; }
/* memberships */
#memberships {}
/* affiliates */
#affiliates {}
/* links */
#links {}
/* order status */
#order-status {}

/* address list */
#address-list {}
#address-list div.display { overflow: hidden; width: 95%; background: #FBFCFC; border: 1px solid #C1A568; padding: 10px; margin: 10px 0; }
#address-list div.display strong { border-bottom: 1px solid #C1A568; }
#address-list div.display div.address-info { float: left; width: 45%; padding: 10px; }
#address-list div.display div.address-details { float: left; width: 45%; padding: 10px; }

/* add address */
#add-address {}
/* edit address */
#edit-address {}

/* order history */
#order-history {}
#order-history ul { margin: 0; padding:0; list-style:none; line-height: 130%; }
#order-history li { margin: 0 0 0 5px; }
#order-history span.number { margin: 0 5px 0 10px; }
#order-history span.date { margin: 0 10px 0 10px; }
#order-history span.recurring { margin: 0 10px 0 10px; }

/* order history details */
#order-history-details {}
#order-history-details div.row { overflow:hidden; width: 100%; }



/* account preferences */
#account-preferences {}
#account-preferences ul { padding: 0; margin: 0; list-style: none; }
#account-preferences li { text-transform: capitalize; padding: 2px 0 2px 15px; }
#account-preferences li.title { padding: 8px 0 8px 20px; }
#account-preferences li.row1 { font-weight: bold; }
#account-preferences li.row2 { margin: 0 0 0 35px; }
#account-preferences li.row3 { font-size: .95em; margin: 0 0 0 55px; }
#account-preferences li.row4 { font-size: .95em; margin: 0 0 0 75px; }
#account-preferences li.row5 { font-size: .95em; margin: 0 0 0 95px; }
#account-preferences li.row6 { font-size: .95em; margin: 0 0 0 115px; }
#account-preferences li.row7 { font-size: .95em; margin: 0 0 0 135px; }
#account-preferences li.row8 { font-size: .95em; margin: 0 0 0 155px; }
#account-preferences li.row9 { font-size: .95em; margin: 0 0 0 175px; }
#account-preferences li.row10 { font-size: .95em; margin: 0 0 0 195px; }

/* reset password */
#reset-password {}
#reset-password input.text { margin: 0 5px 0 0; }
#reset-password div.buttons { width: 300px; }

/* edit name/email */
#edit-account {}
#edit-account div.buttons { width: 300px; }

/* category */
#category {}
#category .container {border-bottom: 1px solid #C1A568; padding: 15px 0;}
#category div.row { float:left; display:inline; overflow:hidden; width: 48%;  margin: 0 5px 0 0; }
#category div.row div.col-left { float: left; width: 35%; }
#category div.row div.col-right { float: left; width: 65%; }
#category div.row div.prod-image {}
#category div.row div.prod-image img { border: 5px solid #E3D7BC; background: #FBFCFC; padding:5px; }
#category div.row div.prod-info {}
#category div.row div.prod-info p.title { font-weight: bold; text-transform:capitalize; }
#category div.row div.prod-info p.title a { color: #8C1E01; text-decoration: none; } /*---*/
#category div.row div.prod-info p.title a:hover { color: #8C1E01; text-decoration: underline; } /*---*/
#category div.row div.prod-buy{ margin: 7px 0 0 0; }
#category div.pagination { margin: 10px 0; }
#category div#sub-categories a { text-transform: capitalize; }
/* details */
#details {}
#details div.row { overflow:hidden; width: 100%; padding: 15px 0; }
#details div.row div.col-left { float: left; width: 35%; } /* change */
#details div.row div.col-right { float: left; width: 65%; } /* change */
#details div.prod-title { margin: 20px 0 10px 0;  }
#details div.prod-title h1 { font-size: 14px;text-transform:capitalize; }
#details div.prod-image img { width: 180px; border: 5px solid #E3D7BC; background: #FBFCFC; padding:5px; }
#details div.prod-specs { margin: 10px 0 0 0; }
#details div.prod-price { margin: 5px 0 0 0; }
#details fieldset { padding-top:0; }
#details div.prod-options { text-align: right; }
#details div.prod-options label span { width: 160px; }
#details div.prod-availability {}
#details div.prod-btns { margin: 10px 0 0 0; }
#details div.prod-btns label span { width: 50px; }
#details div.prod-sub {}
#details div.prod-sub .container { padding: 5px 0; overflow:visible; }
#details div.prod-sub-img { float:left; width:70px; padding: 15px 0 0 0; position:relative; z-index:100; }
#details div.prod-sub-img img { width: 50px; border: 2px solid #E3D7BC; background: #FBFCFC; padding:1px; }
#details div.prod-sub-img form { float:left; width: 300px; }


/* checkout basket */
#basket {}
#basket div.row div.title { color:#8C1E01; font-weight: bold; border: #C4A568 solid; border-width: 0 0 1px 0; margin:0 0 5px 0; padding: 0 0 4px 0; }
#basket div.row { overflow: hidden; width: 100%; margin: 5px 0 0 0; }
#basket div.prod-image { float: left; width: 12%; text-align: center; margin: 0 0 0 0; }
#basket div.prod-image img { border: 3px solid #E3D7BC; background: #FBFCFC; padding:2px; }
#basket div.prod-title { float: left; width: 406px; margin: 5px 0 0 0; } /* change width */
#basket div.prod-title span { text-align: right; }
#basket div.prod-delete { float: left; width: 25px; text-align: center; margin: 2px 0 0 0;  }
#basket div.prod-quantity { float: left; width: 30px; text-align: center; margin: 5px 0 0 0;  }
#basket div.prod-price { float: left; width: 55px; margin: 5px 0 0 0;  text-align: right; }
#basket div.prod-totals { float: left; width: 60px; margin: 5px 0 0 0;  text-align: right; }
#basket div#totals { text-align: right; overflow: hidden; width: 100%; border: #C4A568 solid; border-width: 1px 0 0 0; margin: 5px 0 0 0; padding:4px 0 0 0; }
#basket div#totals div.sub-text { float: right; }
#basket div#totals div.sub-total { float: right; font-weight: bold; width: 70px; }
#basket div#totals div.discounts {}
#basket div.buttons { width: 100%; margin: 20px 0; overflow:hidden; direction:rtl; }

/* checkout */
#checkout {}
#checkout #checkout-meter { margin:10px 0 15px 0; }
#checkout #checkout-meter ul { padding:2px 0 3px 0; list-style:none; overflow: hidden; width: auto; border: #C4A568 solid; border-width: 1px 0; background:#FBFCFC; }
#checkout #checkout-meter li { color:#C4A568; float: left; width: auto; padding: 0 30px 0 5px; }
#checkout #checkout-meter li.active { color:#8C1E01; font-weight:bold; }
#checkout form#shipping-form label span { width: 200px; }

#checkout div#checkout-address-list div.display { overflow: hidden; background: #FBFCFC; border: 1px solid #C1A568; padding: 10px; margin: 10px 0; }
#checkout div#checkout-address-list div.display form { width: 150px; float:left; }
#checkout div#checkout-address-list div.display strong { border-bottom: 1px solid #C1A568; }
#checkout form#billing-form label span { width: 200px; }

#checkout div#address-confirm { overflow: hidden; background: #FBFCFC; border: 1px solid #C1A568; padding: 10px; margin: 10px 0;}
#checkout div#address-confirm form { float: left; width: 195px; }

#order-contents { background: #FBFCFC; border: 1px solid #C1A568; padding: 10px; margin: 10px 0; }
#order-contents div.row div.title { font-weight: bold; border: #C4A568 solid; border-width: 0 0 1px 0; margin:0 0 0 0; padding: 0 0 4px 0; }
#order-contents div.row { overflow: hidden; width: 100%; margin: 5px 0 0 0; }
#order-contents div.prod-title { float: left; width: 476px; margin: 0 0 0 0; text-align:left; }  /* change width +105*/
#order-contents div.prod-title span { text-align: right; }
#order-contents div.prod-title ul { padding:0 0 0 10px;margin:0 0 0 10px; }
#order-contents div.prod-delete { float: left; width: 25px; text-align: center; margin: 2px 0 0 0;  }
#order-contents div.prod-quantity { float: left; width: 30px; text-align: center; margin: 0 0 0 0;  }
#order-contents div.prod-price { float: left; width: 55px; margin: 0 0 0 0;  text-align: right; }
#order-contents div.prod-totals { float: left; width: 70px; margin: 0 0 0 0;  text-align: right; }
#order-contents div.totals { text-align: right; overflow: hidden; width: 100%; margin: 0 0 0 0; padding:4px 0 2px 0; background:#F1E8D3; }
#order-contents div.totals div.sub-text { float: right; font-style: italic; }
#order-contents div.totals div.sub-total { float: right; width: 70px; }
#order-contents div.gift-certificates {}
#order-contents div.taxes {}
#order-contents div.adjusted-totals {}
#order-contents div.sub-totals { margin: 5px 0 0 0; }
#order-contents div.discounts {}
#order-contents div.shipping-totals {}
#order-contents div.gift-wrap {}
#order-contents div.promo-code {}
#order-contents div.total-price { background:none; font-weight: bold; border: #C4A568 solid; border-width: 1px 0 0 0; }

#order-contents div.buttons { width: 100%; margin: 20px 0; overflow:hidden; direction:rtl; }

#address-contents { margin: 10px 0 0 0; }
#address-contents div.address { }

#order-contents div#order-notice { background:#FBFCFC; border: 1px solid #C1A568; padding: 10px; margin: 10px 0; }

/* related items */
#related-items { margin: 10px 0 0 0; }
#related-items fieldset{ margin: 0; padding:0; }
#related-items a { color:#8C1E01; font-weight: bold; }
#related-items div.row-related { overflow:hidden; width: 100%; }
#related-items div.col-related { float:left; width: 47%; overflow:hidden; border: 1px solid #8C1E01; background: #C4A568;padding: 0 5px 5px 5px; margin: 5px 5px 5px 0; }
#related-items div.related-image { float:left; width: 40px; margin: 6px 5px 0 0; }
#related-items div.related-image img{border:1px solid #8C1E01; }
#related-items div.related-title { float:right; margin: 3px 0; width: 80%; }
#related-items div.related-price {}
#related-items div.related-buttons { clear:right; float:right; width: 80%; }
#related-items input.text { width: 10px; }

/* reviews */
#write-review { background: #FBFCFC; border: 1px solid #D3CFB4; padding: 10px; margin: 10px 0; }
#write-review textarea.text { width:350px; height: 100px; }
#write-review .buttons { width: 510px; }
#write-review #review-preview { margin: 10px 0 10px 0; }

#internal #nav-categories #cart { border: 1px solid #D3B980; background:#F1E8D3; margin: 0 10px 0 10px; padding: 10px; }
#internal #nav-categories {float:left; display:inline; background:url(../images/bg-nav-categories.png) repeat-x #F1E8D3; padding: 0 0 12px 0; margin: 0 0 0 6px;  width:273px; border: 4px solid #F1E8D3; }

#internal #nav-categories #cart ul { margin:0 0 0 0; padding: 0 0 10px 0; list-style:none; width: 230px; line-height: 1.4em; }
#internal #nav-categories #cart li { padding: 0 0 0 0; width:230px; background:none;  border-bottom: 0; }
#internal #nav-categories #cart a { display:inline; text-decoration:underline;  padding: 0 0; }
#internal #nav-categories #cart a:hover { display:inline; text-decoration:underline;  }

/* contact */
#contact {}
#contact form { margin: 20px 0; }
#contact form div.buttons { width:340px; }

#email-a-friend {}
#email-a-friend fieldset { margin: 20px 0 0 0; }
#email-a-friend form label span { width:200px; }
#email-a-friend form div.buttons { width:550px; }

/* security notice */
#security-notice {}

/* print screen */
#print { color: #000; background: #FFF; text-align:left; padding: 20px; }
#print div.address { overflow:hidden; width: 100%; margin: 20px 0; }
#print div.address div { float: left; width: 40%; }
#print table { width: 100%; }
#print table td { border: 1px solid #666; padding: 2px; }
#print table td.title { background: #EDEDED; font-weight:bold; }