/************************************************/
/******************** Reset ********************/
/************************************************/
* { margin:0; padding:0; }

img           { border:0; vertical-align:top; }

a             {}
a:hover       {}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.3; }
h2            { font-size:18px; font-weight:normal; line-height:1.34; }
h3            { font-size:16px; font-weight:bold; line-height:1.375; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.no-border	  { border: none !important; }


.b-bottom     { border-bottom: solid 1px #887062; }
.b-inner	  { border-top-style: solid; border-top-width: 2px; }
.solid	  	  { border-style: solid; }
.dashed	  	  { border-style: dashed; }
.dotted	  	  { border-style: dotted; }

.m-top-5	  { margin-top: 5px; }
.m-right-5	  { margin-right: 5px; }
.m-bottom-5	  { margin-bottom: 5px; }
.m-left-5	  { margin-left: 5px; }

.m-top-10	  { margin-top: 10px; }
.m-right-10	  { margin-right: 10px; }
.m-bottom-10  { margin-bottom: 10px; }
.m-left-10	  { margin-left: 10px; }

.p-5		  { padding: 5px !important; }

.x-small	  { font-size: 10px !important; }
.small		  { font-size: 11px !important; }
.normal		  { font-size: 12px !important; }

.unbold		  { font-weight: normal !important; }
.bold	      { font-weight: bold !important; }
.all-caps	  { text-transform: uppercase !important; }

.number		  { padding: 0 4px; font-weight: bold; background: #ff8700; color: #fff; }

a.reverse	  { text-decoration: none; }
a.reverse:hover { text-decoration: underline; }

.tfoot-no-border tfoot th, .tfoot-no-border tfoot td { border: 0; }



/************************************************/
/******************** Styles ********************/
/************************************************/

/* Layout ================================================================================= */
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

/* Base Columns */ 
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; margin-left:-748px; }
.col2-left-layout .col-left { margin-left: 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:252px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { border-top: 1px solid #b6b6b6; clear: both; margin-top: 4em; padding-top :8px; text-align: right; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; margin-right: 5px; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/*button::-moz-focus-inner { padding:0; border:0; }*/
button.button { overflow:visible; width:auto; background: url('../images/button-bg.png') repeat-x top left; border:1px solid #ac712d; cursor:pointer;  /*-webkit-border-fit:lines;*/ }
button.button span { display:block; margin: 0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#5f3704; }

button.button-alt { overflow:visible; width:auto; background: #7facc7; border:1px solid #2e6485; cursor:pointer;  /*-webkit-border-fit:lines;*/ }
button.button-alt span { display:block; margin: 0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }

button.form-button { overflow:visible; width:auto; background: url('../images/button-bg.png') repeat-x top left; border:1px solid #ac712d; cursor:pointer;  /*-webkit-border-fit:lines;*/ }
button.form-button span { display:block; margin: 0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#5f3704; }

button.disabled {}
button.disabled span {}

.add-to { font-style: italic; color: #0000ff; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* Page Heading */
.page-title { margin: 0 0 15px; border-bottom: solid 1px #b6b6b6; }
.page-title h1, .page-title h2 { font-size: 20px; font-weight: bold; color: #2E6485; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.toolbar { padding: 5px 5px 10px 5px !important; }
.pager { text-align:center; padding: 5px 0 !important; }
.pager .amount { float:left; padding: 0; color: #000; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display: inline; }
.pager .pages li { display: inline; }
.pager .pages li span, .pager .pages li a { float: none; margin: 0; padding: 0; font-style: normal; }
.pager .pages .current {}

/* Sorter */ 
.sorter { padding-bottom: 5px; }
.sorter .view-mode { float:left; }
.sorter .view-mode a { font-style: normal; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter a { float: none !important; margin: 0 !important;}

/* Data Table */ 
.data-table { width: 100%; background: #f5f5f5; border: solid 1px #b6b6b6; }
.data-table th { padding:5px; font-weight:bold; white-space:nowrap; background-color:#cce0ec; border:1px solid #9ebfd2; color: #2e6485; }
.data-table td { padding:5px; vertical-align: top; border:1px solid #b6b6b6; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd { background-color: #fff; }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

.data-table tfoot tr td { background: #cce0ec; padding: 4px; }

.data-table .data-links { text-align: center; }
.data-table .data-links a.reorder-link { font-weight: bold; color: #ff8900; }
.data-table .data-links span span { padding: 0 5px; }
.data-table .data-links a.vieworder-link {  }
.data-table .data-actions { text-align: center; padding-top: 10px; }
.data-table .data-actions button.button {  }
.data-table .data-actions a.wishlist-link { margin-top: 5px; }

.data-table .price-box { margin: 0 !important; padding: 0; }


/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }


/* Various Content Box Styles */
.box { padding: 10px; }
.type-a { background: #f5f5f5; border-color: #b6b6b6; border-width: 1px; }  /* grey */
.type-b { background: #cce0ec; border-color: #9ebfd2; border-width: 1px; }  /* blue */
.type-c { background: #ffeacd; border-color: #dcab68; border-width: 1px; }  /* orange */


/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  }
.block .block-title { padding:0 10px; }
.block .block-title strong { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content {  }
.block .actions { text-align:right; }
.block .actions a { float:left; }



/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; }

/* Block: Mini Products */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; margin-right:-65px; }
.mini-products-list .product-details { margin-left:65px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }


/* ======================================================================================= */


/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }


/************************** Prices */
.price { white-space:nowrap !important; }

.price-box { padding:5px 0; }
.price-box p { padding: 0 !important; }
.price-box .price { font-weight:bold; color:#666; }

/* Regular price */
.regular-price { color:#666; }
.regular-price .price { font-weight:bold; font-size:20px; color:#666; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.product-options-bottom .old-price .price-label { color: #000; }
.old-price .price { font-weight:bold; color:#666; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#000; }
.special-price .price { font-size:20px; font-weight:bold; color:#bf7917; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:20px; font-weight:normal; color:#666; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:20px; font-weight:bold; color:#666; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
.price-as-configured .price { font-size: 20px; color: #bf7917; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }
/********** Product Prices > */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* ======================================================================================= */


/* My Account ============================================================================= */

/* Order View */
.order-info {  }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt, .order-info li { font-weight:bold; }
.order-info a { text-decoration: none; }

/* Print Pages */
.page-print { font-family: Arial; }
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .page-title h2 { color: #000 !important; }

/* Print Table */ 
.page-print .data-table { background: #f5f5f5 !important; border-color: #000 !important; }
.page-print .data-table th { background-color:#ddd; border-color: #000; color: #000 !important; }
.page-print .data-table td { border-color: #000 !important; }
.page-print .data-table tfoot tr td { background: #ddd !important; }


/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */



/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }