/* Layout ================================================================================= */
.wrapper, .footer { width:995px; margin-left: auto; margin-right: auto; overflow: auto; }

/* Base Columns */ 
.col-left, .col-right, .col-main { }
.middle-container, .footer-container { width:100%; }
.middle-container { float: left; position: relative; clear: both; overflow: hidden;}

/* 1 Column Layout */
.col-1-layout .col-main { float:none; margin-bottom: .5em; margin-left: .5em; margin-right: .5em; }

/* 2 Columns Layout */
.col-2-left-layout .middle { width: 200%; left: 200px; }
.col-2-left-layout .col-main-wrapper { width: 50%; right: 200px; }
.col-2-left-layout .side-col { width: 247px; right: 200px; }
.col-2-left-layout .col-main { right: 100%; }
.col-2-right-layout .middle { width: 200%; right: 100%; }
.col-2-right-layout .col-main-wrapper { width: 50%; left: 50%; }
.col-2-right-layout .side-col { width: 247px; left: 242px; }
.col-2-left-layout .middle { float: left; position: relative; }
.col-2-left-layout .col-main-wrapper { float: right; position: relative; padding-bottom: 1em; }
.col-2-left-layout .col-main { position: relative; overflow: hidden; margin-left: 247px; padding-left:10px; padding-right:10px; }
.col-2-left-layout .side-col { float: left; position: relative; }
.col-2-right-layout .middle { float: left; position: relative; margin-left: -242px; }
.col-2-right-layout .col-main-wrapper { float: left; position: relative; padding-bottom: 1em; }
.col-2-right-layout .col-main { overflow: hidden; margin-right:10px; margin-left:252px; }
.col-2-right-layout .side-col { float: right; position: relative; }

/* 3 Columns Layout */
.col-3-layout .middle { margin-left:-252px; }
.col-3-layout .col-left-wrapper { left:499px; }
.col-3-layout .col-main-wrapper { right:252px; }
.col-3-layout .col-main { margin:0 247px 0 252px; }
.col-3-layout .col-left { width:247px; right:0; }
.col-3-layout .col-right { width:247px; margin-right:0; }
.col-3-layout .middle { float:left; position:relative; right:100%; width:200%; }
.col-3-layout .col-left-wrapper { float:left; margin-left:-50%; position:relative; }
.col-3-layout .col-main-wrapper { float:left; padding-bottom:1em; position:relative; width:50%; }
.col-3-layout .col-main { left:200%; overflow:hidden; position:relative; }
.col-3-layout .col-left-wrapper { width:100%; }
.col-3-layout .col-left { float:right; position:relative; }
.col-3-layout .col-right { float:right; left:50%; position:relative; }

/* Content Columns */
#rtop { display:block; float:left; height:210px; }
.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; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 6px; height:26px; background:#000 url(../images/link_bg.png) repeat scroll center center; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ border:1px solid #4F4F4F; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button:hover { background-color:#333333; background-image:none; text-decoration:underline; }

button.disabled {}
button.disabled span {}
/* 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 { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:230px; }
.form-list input.input-text,
.form-list textarea { width:225px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:235px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:475px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:215px; }
.group-select .input-box select { width:225px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

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

/* 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:10px 0; }
.page-title-alt { margin-top:36px; }
.page-title h2, .page-title-alt h2 { color:#401709; font-size:24px; padding-left:15px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { padding:5px; }
.pager li a { border:1px solid #D7D7D7; margin:0 2px; padding:2px; color:#000000; text-decoration:none; }
.pager li a:hover { background-color:#EAEAEA; }
.pager ol, .pager li { display:inline; }

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody { background-color:#fff; }
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.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 { font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* 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; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Links */
a.selected, a.selected:visited { color:#FFB49D; }
.light-text a { color: #fff; text-decoration: underline; }
.light-text a:hover, .light-links:visited:hover { color: #fff; text-decoration: none; }

.black-button a { background:#000 url(../images/link_bg.png); display:block; float:left; font-weight:bold; height:16px; margin:0 6px; padding:8px 5px; text-align:center; text-decoration:none; width:80px; }
.black-button a:hover { background-color:#333333; background-image:none; text-decoration:underline; }

/* Text */
.light-text { color: #fff; }

/* Blind */
.blind { height:1px; width:1px; top:-4000px; left:-4000px; overflow:hidden; position:absolute; }

/*********************** Highslide */
.highslide-wrapper, .highslide-outline { background: #FFFFFF; }
.highslide img { border: 1px solid #D0D0D0; }
.highslide:hover img { border-color: #A0A0A0; }
.highslide-active-anchor img { visibility: visible; border-color: #808080 !important; }
.highslide-dimming { background: #000000; }
.highslide-image { border: 2px solid #FFFFFF; }
.highslide-loading { color: black; border: 1px solid black; background-color: white; background-image: url(../images/highslide/loader.white.gif); }
.close-simple-white { background:url(../images/highslide/controlbar-white.gif); display:block; float:left; height:30px; outline-style:none; outline-width:medium; width:30px; background-position: -180px 0;} 
.highslide-controls { position: static !important; margin-bottom: 0; width: 135px !important; }
.highslide-controls .highslide-play,
.highslide-controls .highslide-pause,
.highslide-controls .highslide-move { display: none; }
.highslide-gallery ul li { width: 106px; height: 106px; border: 1px solid #D0D0D0; background: #EDEDED; margin: 2px; }
/* ======================================================================================= */


/* Header ================================================================================ */
#logo { border:0 none; height:104px; left:3px; position:absolute; top:12px; width:206px; }

.menu { border:0 none; height:41px; position:absolute; top:143px; width:580px; }
.menu ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; position:relative; }
.menu ul li.first { padding:10px 30px 10px 30px; }
.menu ul li { display:block; float:left; padding:10px 18px; }

#search_mini_form { background:#000000 url(../images/search-bg.png) repeat scroll 0 0; border:1px solid #000; height:24px; padding:8px 0 10px 6px; position:absolute; right:220px; top:140px; width:200px; }
#search_mini_form #search { background-color:#000; border-color:#000; color:#CCC; width:130px; }

.links { height:20px; position:absolute; right:25px; text-align:center; top:5px; width:190px; }
.links li { display: inline; margin-left:5px; }
.links li.first { margin-left:0; }

.wrapper { background:transparent url(../images/top-underhead-under.png) no-repeat scroll right 184px; min-width:995px; }
.top-underhead-bg, .top-underhead-fg, .top-header-center { height: 191px; }
.top-underhead-bg { background: #000 url(../images/top-header-bg.jpg) repeat-x scroll left top; margin-bottom: -191px; width: 100%; min-width:995px; }
.top-underhead-fg { background: transparent url(../images/top-underhead-fg.png) no-repeat scroll center top; height: 191px; }
.top-header-center { position:relative; width: 995px; }
/* ======================================================================================= */


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

.block .top-border { background:transparent url(../images/side-col-top-border.gif) no-repeat scroll center bottom; height:11px; }
.block .top-border-bg { background:transparent url(../images/side-col-top-border-bg.png) no-repeat scroll center top; }
.block .left-border { background:transparent url(../images/side-col-left-border.png) repeat-y scroll right top; }
.block .main-bg { background:#000 url(../images/side-col-bg.png) repeat-y scroll left top; }
.block .bottom-border { background:transparent url(../images/side-col-bottom-border.png) no-repeat scroll center top; height:15px; }
.block .bottom-border-bg { background:transparent url(../images/side-col-bottom-border-bg.png) no-repeat scroll center bottom; }

/* Block: Categories */
.categories-wrap { margin-bottom:0; }
.categories-wrap .bottom-border { background-image:url(../images/categories_bottom.png); height:131px; }
.categories { width:240px; }
.categories ul li a { display:block; padding:0 15px; }
.categories ul li h3, .categories ul li h4  { line-height:30px; margin:0; }
.categories ul li { background: transparent url(../images/categories_li.png) scroll no-repeat top right; display:block; margin-right:7px; padding-left:10px; }
.categories ul li li { margin-right:0; }
.categories ul ul { background-image:none; }

/* Block: Cart */
#rtop .cart-border { background: transparent url(../images/cart-border.png) scroll no-repeat; height:200px; width:234px; display:block; position:absolute; right:0; }
#rtop .cart { background: #000 url(../images/cart-bg.png) scroll no-repeat; height:150px; left:11px; position:absolute; top:34px; width:206px; }
#rtop .cart h2 { font-size:17px; text-align:left; margin-bottom:0; }
#rtop .cart p { margin-bottom:0; text-align:center; }
#rtop .cart .content { line-height:150%; padding:20px 5px 0; text-align:center; }
#rtop .cart a.button { background:#000000 url(../images/cart_button.png) repeat-x; border:1px solid #4F4F4F; display:block; margin:5px auto 0; padding:10px; text-align:center; width:115px; text-decoration:none; }
#rtop .cart a.button:hover { background:#333333 none; text-decoration:underline; }
.catalog-product-view .top-header-center, .catalog-category-view .top-header-center { background:transparent url(../images/cart-top.png) no-repeat 845px 138px; }
#rtop .cart .cart-empty { margin-top:30px; }

#rtop-alt { border: 0pt none ; float: right; height: 95px; width: 210px; }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

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

/* Block: Checkout Progress */
.block-progress { width: 240px; }
.block-progress dt { font-weight:bold; }
.block-progress dd.complete { padding-left:20px; }

/* Block: Bestseller, Compare */
.block-compare, .block-bestseller { width: 240px; }
.block-compare .block-content ol, .block-bestseller .block-content ul { margin: 0 20px 0 5px; }
.block-compare .block-content li, .block-bestseller .block-content li { background:transparent url(../images/topsellers_li.png) repeat-y scroll; padding-left:20px; line-height: 34px; }

.block-compare .remove { position:absolute; right:40px; }

/* Block: Slideshow */
.slideshow-wrapper { display:block; float:left; height:200px; position:relative; width:507px; top:6px; }
.slideshow img { position:absolute; display:block; top:0; left:0; opacity:1; }

/* Block: Topsellers */
.topsellers { position:relative; width: 249px; margin-left: 79px; padding-bottom: 37px; background-image: url(../images/topsellers_bottom.png); background-repeat:no-repeat; background-position: bottom left; margin-bottom: 20px;  }
.topsellers h2 { position:relative; width: 219px; height:23px; color:#FFF; font-size:18px; background-image:url(../images/topsellers_top.png); background-repeat:no-repeat; background-position: bottom left; padding: 12px 15px;  }
.topsellers ul { position:relative; margin:0; padding:1px 0 1px 0; list-style:none; background-image: url(../images/topsellers_main.png); background-repeat:repeat-y; width: 249px;  }
.topsellers ul li { position:relative; background-repeat:repeat-y; width:226px; display:block; margin-left: 15px; margin-right: 10px; text-align: left; background-image: url(../images/topsellers_li.png); margin-bottom: 5px;  }
.topsellers ul li a { padding:9px 15px; display:block;  }
/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title h2 { color:#BA5F25; text-align: left; font-size:24px; padding-left:15px; }

.item { display:block; float:left; margin:10px; min-height:290px; position:relative; width:210px; }
.item h3 a { border-bottom:1px dashed #BDBCBC; color:#401709; display:block; font-weight:bold; padding:10px 0; text-decoration:none; text-align: left; }
.item  img { border:1px solid #000000; display:block; margin:10px auto; }
.item p.short-description { border-bottom:1px dashed #BDBCBC; border-top:1px dashed #BDBCBC; display:block; min-height:30px; padding:10px 0; }
/*.item span { display:block; height:30px; padding:0; }*/
.item span strong{ display:block; float:left; font-size:17px; font-weight:bold; margin:0 6px; padding:5px 0; text-align:right; width:90px; }

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


/* Product View ========================================================================== */
.product-view {}

.product-essential {margin-bottom: 15px; }
.product-collateral h3 { padding-left:15px; }
.product-collateral ul { list-style-type:disc; margin-bottom:.5em; }
.product-collateral ul li { margin-left:20px; }
.product-collateral p { text-align:justify; }

.link_parent_category { text-align: left; padding-left:15px;}
.product-name h2 { color:#BA5F25; text-align: left; padding-left:15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:350px; }
.product-view .product-img-box h3 { padding-left: 15px;  }
.product-view .product-img-box .product-image { text-align: center; }
.product-view .more-views ul { margin-left:-4px }
.product-view .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:370px; }
.product-view .product-name {}
.product-view .short-description {}

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price, .price-alt{ white-space:nowrap !important; }

.price-box {line-height:35px;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-size:16px;font-weight:bold;margin-right: 2px; }
.regular-price-alt .price-alt {font-size:12px; margin-left: 2px; }

/* Old price */
.old-price { line-height: 15px; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-size:16px; font-weight:bold; text-decoration:line-through; } 
.old-price .price-alt { font-size:12px; font-weight:normal; text-decoration:line-through; }

/* Special price */
.special-price { line-height: 12px; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price  { font-size: 16px; font-weight:bold; color:#f00; } 
.special-price .price-alt { font-size:12px; font-weight:normal; color:#f00; }

/* Minimal price (as low as) */
.minimal-price {}
.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; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* 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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box { margin: 10px; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .add-or { float:left; margin:2px 10px; }
.add-to-box .add-to-links { float:left; margin-top:2px; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }
.price-box { background-color:#FFFFFF; bottom:42px; clear:both; line-height:35px; margin:0 auto; text-align:center; width:202px; overflow:hidden; }
.price-box p { text-align:center; }

.listing-type-grid .grid-row { position:relative; float:left; }
.item .price-box .regular-price { float:left; text-align:right; }
.item .price-box .regular-price-alt { float:right; text-align:left; }
.item .price-box .regular-price, .item .price-box .regular-price-alt { width:101px; }
.item .price-box .regular-price {float:left; text-align:right; }

.listing-type-grid .actions { overflow:hidden; width:100%; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}
/* ======================================================================================= */


/* 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-page-view .col-main ul { list-style-type:disc; margin-bottom:.5em; }
.cms-page-view .col-main ul li { margin-left:20px; }
.cms-page-view .col-main p { text-align:justify; }

.cms-home .page-title { margin:34px 0; }


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


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }

.add-review ul { list-style-position:outside; list-style-type:none; }
.add-review ul li { margin-left:0; }
.add-review .form-list input.input-text, .add-review .form-list textarea { width:450px; }
.add-review .buttons-set { border:0; width:445px; }

.reviews { margin-bottom:20px; }
.reviews .number, .reviews .product-name .link_parent_category { display:inline; }
.reviews p.detail { margin-bottom:0.2em; }
.reviews .page-head { text-align:right; }
.reviews .page-head h3 { float:left; }

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


/* Shopping Cart ========================================================================= */
.checkout-cart-index .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.checkout-cart-index .cart-collaterals { float:left; width:700px; }
.checkout-cart-index .crosssell .product-image { float:left; margin-right:-90px; }
.checkout-cart-index .crosssell .product-shop { margin-left:90px; }
.checkout-cart-index .shipping {}
.product-collateral .up-sell { padding:12px 15px; }


/* Shopping Cart Totals */
.checkout-cart-index .totals { float:right; }
.checkout-cart-index .totals table { width:100%; }
.checkout-cart-index .totals table th,
.checkout-cart-index .totals table td { padding:5px; }
.checkout-cart-index .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main, .checkout-onepage-index .col-right{ margin-top: 10px; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { background-color:#fff; border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


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

.block-account { width:240px; }
.block-account-wrap { margin-top:10px; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
body.page-print { background-color:#fff; background-image:none; }
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 .cart-price,
.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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { background:#000000 url(../images/footer-bg.jpg) repeat-x scroll center bottom;  margin-top:20px; position:relative; width:100%; min-width:995px; }
.footer, .footer-container { min-height:74px; position: relative; }
.footer .informational { color:#818181; position:absolute; top:40px; left:0; }
.footer .informational, .footer .informational ul, .footer .informational li { display: inline; }
.footer .informational li { padding-left:4px; padding-right:8px; background:transparent url(../images/footer_info_separator.gif) no-repeat scroll 100% 50%; }
.footer .informational li.last {background:none; }
.footer .back_top { background-color:#000000; line-height:40px; margin: 0 auto; position:relative; text-align:center; width:143px; }
.footer .copy { position:absolute; right:10px; }
/* ======================================================================================= */

