/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
body {
	background:url(../images/bg.gif) #131314 center top no-repeat;
	width: 100%;
	height: 100%;
}
.wrapper { 

}

.page { width:889px; height: 100%; margin:0 auto; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:#FFF !important;}
.page-popup .nav img{ border:1px solid #eaeaea; margin:15px 0;}
.main {}

/* Base Columns */ 
.col-left { float:left; width:214px; padding:0 6px 0 0; }
.col-main { float:left; width:736px; padding:0 0 0 0; }
.col-right { float:right; width:214px; padding:0 0 0 0px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:434px;}

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

.col3-set .col-1 { float:left; width:35%; }
.col3-set .col-2 { float:left; width:29%; 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; }
input.input-text,textarea { padding:2px; }
select { padding:1px; font-size:11px;}
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 { overflow:visible; height:auto !important; width:auto; background:none; border:none; cursor:pointer; }
button.button span { display:block; height:auto !important; background:url(../images/wrapper_button_left.gif) left top no-repeat !important;}
button.button span span { display:block; height:auto !important; background:url(../images/wrapper_button_right.gif) right top no-repeat !important; margin:0; padding:0 5px 0 5px !important;}
button.button span span span{ background:url(../images/wrapper_button.gif) 0 0 repeat-x !important; display:block; margin:0; padding:5px 4px 6px 4px !important; font:bold 13px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#232121; }

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;}
.shipping .form-list label { font-weight:bold; font-size:12px;}
.shipping .form-list input, .shipping .form-list select{ margin:2px 0 5px 0;}
.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; }
.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 9px 0; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:588px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:240px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px;  }
.buttons-set .back-link { float:left; }
.buttons-set button.button {}
.buttons-set a{ display:block; padding:5px 5px 0 0;}

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px;  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 { width:100%; overflow:hidden; }
.messages li { margin:0 0 0; }
.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; }

/* BreadCrumbs */ 
.breadcrumbs-indent{ margin-bottom:6px;}
.breadcrumbs { padding:7px 0 10px 18px; }
.breadcrumbs li { display:inline; color:#000000; }
.breadcrumbs li a{ color:#000; font-weight:bold; font-size:12px;}
.breadcrumbs li span{ font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:0 10px;}
.breadcrumbs li strong{font-weight:normal !important;}

/* Page Heading */
.page-title { padding:10px 10px 5px 14px; margin:0 0 0; font-size:18px; color:#838384;}
.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:0 0 7px 0; margin:20px 0 0 0; text-align:center;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; word-spacing:2px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter {  padding:7px 0 0 0; margin:0 0 20px 0; border-top:1px solid #e0e2e6;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter a{ color:#dba40f; font-weight:bold;}
.sorter strong{ font-weight:normal;}
.sorter .sort-by{ padding-right:36px;}

.pager select, .sorter select{ border:1px solid #c5c3c3; color:#353535;}

/* Data Table */ 
.data-table { width:100%; border-right:1px solid #b6b6b6; margin:11px 0 15px 0;}
.data-table th { padding:5px; border:1px solid #b6b6b6; font-weight:bold; white-space:nowrap;}
.data-table td { padding:10px 10px 10px 19px; border:1px solid #b6b6b6; background:#FFF;}
.data-table td.last{ text-align:left !important;} 
.data-table thead { background-color:#f6f6f6; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.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; padding-left:31px;}
.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:10px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:10px; 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 {  }
dt.odd,
dd.odd {}
dt.even,
dd.even { }

/* 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:1em;}
.std ol { list-style:decimal outside; padding-left:1em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { color:}
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 0; }
.std blockquote { font-style:italic; padding:0 0 0 1em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.disc{ list-style:none !important; padding-left:0 !important; margin-left:0 !important;}
.disc li{ background:url(../images/list_main_marker.gif) 0 6px no-repeat; padding:0 0 0 10px; line-height:17px;}
.disc li a{ color:#838384; font-size:11px; font-family:Arial; text-decoration:none;}
.disc li a:hover{ color:#000000;}

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:229px; height:68px; overflow:hidden; margin:16px 0 0 0;} 
.header-container {}
.header{ height:91px;}
.header .col-1{ width:330px;}
.header .col-2{ width:557px;}
.header .col-3{ width:455px;}
.header .col-4{ width:100px;}
.box-language{ width:101px;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:229px; height:68px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; padding:57px 7px 0 0;}
.header .links li{ display:inline; font-size:11px; line-height:14px;}
.header .links li a{ text-decoration:none; color:#FFF; display:block; float:left; margin-left:5px; }
.header .links li a span{  padding: 0 8px; display:block;}
.header .links li a span span{display:block; padding:1px 0 3px 0;}
.header .links li a:hover{ color:#ffffff; text-decoration:none; font-size:11px; line-height:14px; }
.header .links li a:hover{ text-decoration:none; color:#11100e; background:url(../images/top_menu_corner_left.gif) 0 0 no-repeat;}
.header .links li a:hover span{ background:url(../images/top_menu_corner_right.gif) top right no-repeat; padding: 0 8px; display:block;}
.header .links li a:hover span span{ background:url(../images/top_menu.gif) 0 0 repeat-x; display:block; padding:2px 0 3px 0;}


.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }


.wrapper-top-menu{ margin-bottom:5px;}
.wrapper-top-menu .border-top {background:url(../images/border_top.gif) repeat-x top #a9acb3; width:100%;}
.wrapper-top-menu .border-bottom {background:url(../images/border_bottom.gif) repeat-x bottom;  width:100%;}
.wrapper-top-menu .border-left {background:url(../images/border_left.gif) repeat-y left;  width:100%;}
.wrapper-top-menu .border-right {background:url(../images/border_right.gif) repeat-y right;  width:100%;}
.wrapper-top-menu .corner-top-left {background:url(../images/corner_top_left.gif) no-repeat left top;  width:100%;}
.wrapper-top-menu .corner-top-right {background:url(../images/corner_top_right.gif) no-repeat right top;  width:100%;}
.wrapper-top-menu .corner-bottom-left {background:url(../images/corner_bottom_left.gif) no-repeat left bottom;  width:100%;}
.wrapper-top-menu .corner-bottom-right {background:url(../images/corner_bottom_right.gif) no-repeat right bottom;  width:100%;}
.wrapper-top-menu .fright{ width:665px;}
.wrapper-top-menu .fleft{ width:224px;}

.form-search .button, .form-search label{ display:none;}
.form-search{ background:url(../images/bg_search.gif) 11px 9px no-repeat; height:44px;}
.form-search .input-text{ margin:12px 0 0 15px; border:none; background:none; font-family:Arial; color:#9ba0a6; font-size:11px; width:157px;}
.welcome-msg{ display:none;}

/********** < Navigation */
#nav { font-size:13px;font-weight: normal; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; background:url(../images/top_menu_separator.gif) top right repeat-y;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer;}
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:12px 17px 14px 17px; font-weight:bold; color:#ffffff; }
#nav li a:hover { color:#171717; }
#nav li.over a,
#nav li.active a { color:#171717; }

/* 2nd Level */
#nav ul { position:absolute; width:106px; top:37px; left:-10000px; padding-bottom:6px; padding-top:6px; background:url(../images/menu_bottom_wrapper.gif) bottom left no-repeat; }
#nav ul li { float:none; background:#a7abb2;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#171717 !important; background:none; font-weight:normal;}
#nav ul li a:hover { color:#ffffff !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:normal; color:#ffffff !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 6px 0; }
.block .block-title { padding:11px 5px 9px 12px;}
.block .block-title h2 {color:#000; font-size:14px; line-height:14px; font-family:Arial, Helvetica, sans-serif; text-transform:; font-weight:bold; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:20px 25px 21px 25px;}
.block .block-content dl{  }
.block .block-content dt{background:#eff0f2; padding:5px 0 5px 11px; text-transform:uppercase; color:#838384; font-weight:bold;}
.block .block-content dd{ padding:13px 5px 13px 20px;}
.block .actions { text-align:right; padding:14px 0 0 0;}
.block .actions a { float:right; font-size:12px; font-weight:bold;}
.block dd a, .block dd li{ font-size:12px;}

ol.currently li{ background:#eff0f2 url(../images/bull_1.gif) 4px 8px no-repeat; padding:3px 5px 3px 26px; color:#838384; font-size:12px;}
ol.currently li img{ float:right;}
ol.currently li .label{ text-transform:uppercase; font-weight:bold; font-size:11px;}


/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #ececec; color:#202020; }

/* Block: Layered Navigation */
.block-layered-nav h3{ font-size:11px; color:#838384; font-weight:normal; padding-bottom:10px;}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart .amount { color:#838384; font-size:11px;}
.block-cart .amount a{ font-weight:bold; font-size:11px;}
.block-cart .subtotal { text-align:center; background:#eff0f2; margin:15px 0 0 0; padding:1px 0; color:#838384;}
.block-cart .subtotal .price{ font-size:12px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; color:#000; padding:0;}
.block-cart h3{ color:#838384; font-size:11px; padding:15px 0;}
.block-cart h4{ padding-bottom:5px;}
.block-cart h4 a{ color:#000000; font-size:12px; font-weight:normal; text-decoration:none;}
.block-cart .btn-remove img{ margin:2px;}
.block-cart span.price{ color:#000; font-size:12px; font-weight: bold;  font-family:Arial, Helvetica, sans-serif;}
.block-cart li.item{ border-bottom:1px solid #e0e2e6; padding:20px 0;}
.block-cart li.last{ border:none !important;}

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

/* Block: Wishlist */
.block-wishlist .price-box { padding-bottom:15px;}
.block-wishlist .actions{ padding-top:0;}
.block-wishlist h3{ padding-bottom:10px;}
.block-wishlist li.item{ border-bottom:1px solid #e0e2e6; padding:20px 0;}
.block-wishlist li.last{ border:none !important;}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }
.block-related li.item{ border-bottom:1px solid #e0e2e6; padding:20px 0;}
.block-related li.last{ border:none !important;}

/* Block: Compare Products */
.block-compare p{ color:#838384; padding-left:21px;}
.block-compare li { padding:5px 0; }
.block-compare li.odd{ background:#eff0f2;}
.block-compare li{ padding:11px 23px 11px 23px;}
.block-compare li img{ margin:2px;}
.block-compare .block-content {padding:20px 2px 21px !important;}
.block-compare .actions a{ display:block; float:left; padding:4px 11px;}

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:4px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; color:#838384; font-size:11px;}
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }
.block-poll h3{ color:#000000; font-size:11px; line-height:13px;}
.block-poll ol{ margin:25px 0 0 0;}
.block-poll ol li{ padding-bottom:3px;}

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe label { color:#838384;}
.block-subscribe .input-text{ border:1px solid #e0e2e6; width:161px; height:14px; color:#000; font-size:11px; margin:6px 0;}
.block-subscribe .button{ float:right;}

/* 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 {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { padding:23px 15px 23px 19px;}

#opc-shipping_method .button, #checkout-step-payment .button{ margin:0 0 0 11px;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { padding:4px 0 7px 14px; color:#838384; font-size:1em;}
.category-image { display:block; margin:0 auto; }
.category-products { padding:0 23px;}

.wrapper-category-title .border-top {background:url(../images/border2_top.gif) repeat-x top #eff0f2;}
.wrapper-category-title .border-bottom {background:url(../images/border2_bottom.gif) repeat-x bottom;}
.wrapper-category-title .border-left {background:url(../images/border2_bottom.gif) repeat-y left;}
.wrapper-category-title .border-right {background:url(../images/border2_bottom.gif) repeat-y right;}
.wrapper-category-title .corner-top-left {background:url(../images/corner2_top_left.gif) no-repeat left top;}
.wrapper-category-title .corner-top-right {background:url(../images/corner2_top_right.gif) no-repeat right top;}



.wrapper-content .border-bottom {background:url(../images/border3.gif) repeat-x bottom;}
.wrapper-content .border-left {background:url(../images/border3.gif) repeat-y left;}
.wrapper-content .border-right {background:url(../images/border3.gif) repeat-y right;}
.wrapper-content .corner-bottom-left {background:url(../images/corner3_bottom_left.gif) no-repeat left bottom;}
.wrapper-content .corner-bottom-right {background:url(../images/corner3_bottom_right.gif) no-repeat right bottom;}


/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; border:1px solid #ddd; border-left:none; padding:5px; text-align:center;}
.products-grid td.empty { border:none;}
.products-grid .first td{ border-top:none;}
.products-grid .last td{ border-bottom:none; }
.products-grid td.last{ border-right:none;}
.products-grid td .ratings{ width:100%; overflow:hidden; text-align:center; padding:10px 0;}
.products-grid td .ratings .rating-box{ margin:0 auto;}
.products-grid .add-to-links li a{ font-size:12px; color:#000000; font-weight:bold;}
.products-grid .add-to-links{ padding:11px 0;}
.add-to-links li a:hover{ text-decoration:none;}

/* View Type: List */
.products-list li.item {  padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:233px; }
.products-list .product-image img{ float:left;}
.products-list li.item{ border-bottom:1px solid #e0e2e6; padding:25px 0;}
.products-list li.last{ border-bottom:none;}
.products-list .add-to-links li{ display:inline;}
.products-list .add-to-links li a{ color:#000000; font-size:12px; font-weight:bold; display:block; float:left;}
.products-list .add-to-links li span.separator{ color:#838384; display:inline; float:left; padding:0 7px;}
.products-list .rating-links{ color:#838384; padding:5px 0;}
.products-list .rating-links a{ color:#000000; font-weight:bold;}
.products-list .rating-links .separator{ padding:0 6px;}
.products-list .desc, .products-list .std{ color:#838384;}
.products-list-indent{ padding:6px 0;}
.product-shop .product-name h2{ padding-right:155px;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { padding:24px 15px 30px 25px;}

.product-essential {}
.product-collateral {}
.product-collateral .description h3{ color:#000000; padding:15px 0 25px 0; font-family:Arial; font-size:13px;}
.description{ color:#838384; font-size:12px; line-height:14px;}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; font-size:10px; color:#484949; padding:10px 0 10px 0;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:6px; width:2px; height:5px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h3{ color:#838384; font-family:Arial; font-size:11px; padding-bottom:6px;}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 15px 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:314px; }
.product-view .product-name {}
.product-view .short-description {}
.product-view .product-name h2{ color:#000000; font-size:12px; line-height:15px; font-weight:normal;}
.product-view .product-shop .rating-links{ padding:7px 0;}
.product-view .product-shop .rating-links .separator{ color:#838384; padding:0 5px; font-size:12px;}
.product-view .product-shop .rating-links a{ color:#000000; font-weight:bold; font-size:12px;}
.availability-indent{ padding:7px 0;}
.product-view .add-to-links a{ font-weight:bold; font-size:12px; color:#000;}
.product-view .short-description h3{ color:#838384; font-size:11px; padding:11px 0;}
.product-view .short-description{ color:#838384; font-size:11px; line-height:15px;}

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

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

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

.price-box { display: block; width: 100%; padding:10px 0 10px 0; text-align: center; clear: both; }
.price-box .price { font-weight:bold; text-align: center;clear: both;}

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { text-align: center; font-weight:normal; font-size:12px; line-height:1.06em; color:#000;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

/* 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; color:#838384; padding-top:9px;}
.product-shop .add-to-cart label {padding-top:9px;}
.product-shop .product-pricing li{ background:#eff0f2; padding:5px 16px; color:#838384; font-size:11px; word-spacing:2px;}
.product-shop .product-pricing li .benefit{ font-size:13px; color:#000;}
.product-shop .product-pricing{ padding:11px 0;}
.add-to-cart .qty { float:left; }
.add-to-cart button.button { clear: both; margin-left:5px; margin-top:4px; }
.add-to-cart input{ border:1px solid #ececec; margin-top:7px;}

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:9px 7px; font-family:Arial; font-size:11px; color:#838384; text-transform:uppercase;}
.add-to-box .add-to-links { float:left; }
.add-to-box input{ border:1px solid #ececec; color:#202020; font-family:Arial, Helvetica, sans-serif; font-size:11px; direction:rtl; padding-right:3px; width:43px; margin-top:9px;}

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

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

/* Block: Description */
.product-view .description { border-bottom:1px solid #e0e2e6; padding-bottom:15px;}

/* Block: Additional */
.product-view .additional h3{ padding:10px 0;  font-family:Arial; font-size:13px; color:#000;}

/* Block: Upsell */
.product-view .up-sell h3{ padding:25px 0; font-size:13px;}
.product-view .up-sell .products-grid td { width:39%; }
.product-view .up-sell .products-grid td h4{ padding:0 15px;}
.up-sell{ border-bottom:1px solid #e0e2e6; padding-bottom:25px;}

/* Block: Tags */
.product-view .tags h3{ padding:25px 0; font-size:13px;}
.product-view .tags h4{ font-size:12px; font-weight:normal; padding-bottom:10px;}
.product-view .tags .form-add-tags label {  color:#000; font-weight:bold; width:100%; overflow:hidden;}
.product-view .tags .form-add-tags .input-box { float:left; margin:0 0; }
.product-view .tags .form-add-tags input.input-text { width:450px; margin:4px 7px 11px 0;}
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.form-add-tags p { clear:both;}


/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review h3, .product-view .add-review h4{ font-size:13px;}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {line-height:11px !important; padding-bottom:11px;}
.product-name a { font-size:12px; line-height:15px;  color:#000000; font-weight:normal; font-family:Arial; text-decoration:none;}

/* Product Tags */
.tags-list li { display:inline; font-size:12px; color:#000; background:url(../images/list_separator.gif) right 2px no-repeat;  padding:0 7px; line-height:22px;}
.tags-list li a{ color:#dba40f; font-size:12px; font-weight:bold;}
.tags-list .first{ padding-left:0;}
.tags-list .last{ background:none;}
.tags-list{ padding:0 0 10px 0;}
.block .tags-list li{ background:none;}
.block .tags-list li a{ color:#838384}

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

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

/* 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:440px; }
.ratings-list{ padding:13px 0;}
.ratings-list dt{ padding:5px 0;}
.product-img-box p{ padding:5px 0;}
.product-img-box .rating-links{ padding:5px 0 0 0;}
.product-img-box .rating-links a{ display:block; font-weight:bold;}
.product-img-box .rating-links span.separator{ display:none;}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li{ width:100%; overflow:hidden;}
.cart-indent{ padding:25px;}
.extra-button-cart{ padding-bottom:17px;}
.cart .totals .checkout-types { float:none; text-align:center; }




.extra-button-cart button.button { overflow:visible; height:auto !important; width:auto; background:none; border:none; cursor:pointer; }
.extra-button-cart button.button span { display:block; height:auto !important; background:url(../images/wrapper_button1_left.gif) left top no-repeat !important;}
.extra-button-cart button.button span span { display:block; height:auto !important; background:url(../images/wrapper_button1_right.gif) right top no-repeat !important; margin:0; padding:0 5px 0 5px !important;}
.extra-button-cart button.button span span span{ background:url(../images/wrapper_button1.gif) 0 0 repeat-x !important; display:block; margin:0; padding:11px 1px 15px 4px !important; font:bold 15px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#FFFFFF; }


/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table .cart-price .price{ color:#000; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/* Shopping Cart Collateral boxes */
.cart-indent-1{ padding-top:15px;}
.cart-indent-1 h3{ font-size:12px; line-height:16px}
.cart .cart-collaterals { float:left; width:607px; }
.cart .crosssell{ padding:15px 20px 20px 17px;}
.cart .cart-collaterals .col-1{border:1px solid #b6b6b6;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell ul{ margin:0; padding:0;}
.cart .crosssell ul li.item{ border-bottom:1px solid #e0e2e6; padding:21px 0;}
.cart .crosssell button.button{ margin:10px 0;}
.cart .crosssell .add-to-links{ font-weight:bold;}
.cart .crosssell .add-to-links a{ font-size:12px;}
.cart .discount button.button{ margin-left:9px;}
.cart .discount, .cart .shipping{ padding:13px 7px 21px 18px; border:1px solid #b6b6b6; font-family:Arial, Helvetica, sans-serif;}
.cart .discount h3, .cart .shipping h3{ padding-bottom:10px;}
.cart .discount label{ font-size:10px; font-family:Arial, Helvetica, sans-serif; display:block;}
.cart .shipping{ margin-top:12px;}
.cart .shipping fieldset p{ padding:0 0 20px 0; font-size:12px; font-weight:bold; line-height:14px;}

/* Shopping Cart Totals */
.cart .totals { float:right; border:1px solid #b6b6b6; width:203px; background:#e4e4e4;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding:13px 11px 0 0;}
.cart .totals span.price{ color:#000; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin-right:25px; font-weight:bold;}
.cart .totals .checkout-types .button{ margin:11px 11px 11px 0; _margin:0 11px 0 0;}
.cart .totals .checkout-types a{ margin-right:4px; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.cart .totals .checkout-types{ padding-bottom:20px;}

/* 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 */
.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:8px 5px 8px 31px; text-align:right; padding:}

.opc .step-title .number {border:1px solid #3a4750 !important;  color:#3a4750; background:none !important;  float:left; line-height:20px;  margin-right:10px; border:1px solid #dba40f; padding:0 6px;  font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.opc .active .number { border:1px solid #dba40f  !important; background:#dba40f !important; color:#FFF; }

.opc .step-title h3 { float:left; font-size:12px; line-height:14px; padding-top:5px;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:24px 24px 24px 31px; position:relative; }
.opc .step-title{ background:none !important;}
.opc .active .step, .opc .active .step-title{ background:#f6f6f6 !important;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc h4, .opc ul{ padding:10px 0;}
.opc label { padding:2px 0 4px 0;}
.opc #opc-login .buttons-set a{ display:block; padding-top:6px;}
.opc #opc-login .buttons-set .button{ margin-left:11px;}

.form-box-left, .name-firstname{ width:308px !important;}
.form-box-right, .name-lastname{ width:281px !important;}

.form-box-left input, .form-box-left select, .name-firstname input, .name-firstname select{ width:281px !important;}
.form-box-right input, .form-box-right select, .name-lastname input, .name-lastname select{ width:281px !important;}

#opc-billing input.radio{ margin-left:11px !important;}


.checkout-onepage-index .col-main .page-title{ display:none;}
.checkout-onepage-index .col-right{ border:1px solid #b6b6b6; width:210px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #b4b7be; text-align:center; color:#838384; }
.checkout-progress li.active { border-top-color:#ffdd13; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

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

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* 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 h3{ font-size:15px; padding:15px 0 10px 0;}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** 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 */
.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-list{ padding:0 0 0 0;}
.footer { width:100%; overflow:hidden; padding:11px 0 17px 0;}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {  padding:0 0 0 0; float:left;}
.footer ul li{ display:inline; color:#ababab; border-right:1px solid #ababab; line-height:12px; padding:0 9px 0 9px;}
.footer ul li a{ color:#ababab; text-decoration:none;}
.footer ul li a:hover{ text-decoration:underline;}
.links .last{ border:none;}
/* ======================================================================================= */






.fleft{ float:left;}
.fright{ float:right;}
.clear{ width:100%; overflow:hidden;}
.clear1{clear:both;}
/* Styles tail site ================================================================================ */

.box-tail{position:absolute; width:100%;}
.tail-left{background:transparent url(../images/tail_left.gif) no-repeat  right top; float:left; height:810px; width:51%;} 
.tail-right{background:transparent url(../images/tail_right.gif) no-repeat left top; float:right; height:810px; width:49%;}




/* Styles wrapper ================================================================================ */

.wrapper-content-top{ background:url(../images/wrapper_content_top_left.gif) 0 0 no-repeat; height:5px; width:100%;}
.wrapper-content-top div{ background:url(../images/wrapper_content_top_right.gif) top right no-repeat; height:5px; padding:0 6px;}
.wrapper-content-top div div{ background:#FFF; height:5px;}

.wrapper-content{ background:#FFF url(../images/wrapper_content.gif) top right repeat-y;}

.wrapper-content-bottom{ background:url(../images/wrapper_content_bottom_left.gif) 0 0 no-repeat; height:5px; width:100%;}
.wrapper-content-bottom div{ background:url(../images/wrapper_content_bottom_right.gif) top right no-repeat; height:5px; padding:0 6px;}
.wrapper-content-bottom div div{ background:#FFf url(../images/border1_bottom.gif) bottom left repeat-x; height:5px;}

.row-box .col-1{ width:214px; float:left;}
.row-box .col-2{ width:654px; float:left; margin-left:6px;}
.row-box .extra-height{min-height:273px; height:auto !important; height:273px;}


.box .border-top {background:url(../images/border1.gif) repeat-x top #FFF; width:100%;}
.box .border-bottom {background:url(../images/border1.gif) repeat-x bottom;}
.box .border-left {background:url(../images/border1.gif) repeat-y left;}
.box .border-right {background:url(../images/border1.gif) repeat-y right;}
.box .corner-top-left {background:url(../images/corner1_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(../images/corner1_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(../images/corner1_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(../images/corner1_bottom_right.gif) no-repeat right bottom;}

.box-title1{ background:#ffc013 url(../images/box_title1.gif) 0 0 repeat-x;}
.box-title1 .box-title-left{ background:url(../images/box1_title_left.gif) 0 0 no-repeat;}
.box-title1 .box-title-right{ background:url(../images/box1_title_right.gif) top right no-repeat;}
.box-title1 h3{ color:#000000; font-size:14px; text-transform:; font-weight:bold; padding:5px 0 5px 12px;}

.box-title2{ background:url(../images/box2_title1.gif) 0 0 repeat-x;}
.box-title2 .box-title-bottom{ background:url(../images/box2_title1_bottom.gif) bottom left repeat-x;}
.box-title2 .box-title-left{ background:url(../images/box2_title_left.gif) 0 0 no-repeat;}
.box-title2 .box-title-right{ background:url(../images/box2_title_right.gif) top right no-repeat;}
.box-title2 h3{ color:#828283; font-size:14px; text-transform:; font-weight:normal; padding:5px 0 5px 12px;}

.box-title2-border-left{background:url(../images/border1.gif) 0 0 repeat-y;}
.box-title2-border-right{background:url(../images/border1.gif) top right repeat-y; width:100%; overflow:hidden;}
.indent-img{ margin:15px 0 3px 0;}

.line-content{ height:12px; border-top:1px solid #e0e2e6;}

.row-box-1 .col-box-1{ float:left; width:196px;}
.row-box-1 .col-box-2{ float:left; width:197px; margin-left:21px;}
.row-box-1 .col-box-3{ float:left; width:177px; margin-left:21px;}
.row-box-1 .col-box-2 h3,  .row-box-1 .col-box-3 h3{ padding-right:26px;}
.border-right{background:url(../images/border1.gif) top right repeat-y;}
.row-box .col-1 .box-content{ padding:20px 14px 40px 25px; _padding:20px 14px 43px 25px;}
.row-box .col-2 .box-content{ padding:26px 14px 25px 23px;}
.extra-right{ padding-right:25px;}

.indent-text-footer, .indent-text-footer a{ padding:12px; color:#ffffff; font-size:11px;}


.content-list{ list-style:none !important; margin:0 !important; padding:0 !important;}
.content-list li{ background:url(../images/list_main_marker.gif) 0 10px no-repeat; padding:0 0 0 10px; }
.content-list li a{ color:#838384; line-height:23px; text-decoration:none;}
.content-list li a:hover{ color:#000000; text-decoration:none;}

.indent-banners{ margin-bottom:5px;}
.last-color a{ color:#dba40f !important;}
.last-color1{ color:#dba40f !important;}
.products-grid .product-image img{ margin:15px 0 15px 0;}
.products-grid .rating-links{ padding:11px 0 0 0;}
.products-grid .rating-links a{ display:block; font-weight:bold; font-size:12px;}
.products-grid .rating-links .separator{ display:none;}
p.category-description{ padding:0 22px;}


.extra-wrapper .extra-wrapper-top{ background:url(../images/extra_border.gif) 0 0 repeat-x;}
.extra-wrapper .extra-wrapper-bottom{ background:url(../images/extra_border.gif) bottom left repeat-x;}
.extra-wrapper .extra-wrapper-left{ background:url(../images/extra_border.gif) 0 0 repeat-y;}
.extra-wrapper .extra-wrapper-right{ background:url(../images/extra_border.gif) top right repeat-y;}
.extra-wrapper .extra-wrapper-top-left{ background:url(../images/corner3_top_left.gif) top left no-repeat;}
.extra-wrapper .extra-wrapper-top-right{ background:url(../images/corner3_top_right.gif) top right no-repeat;}
.extra-wrapper .extra-wrapper-bottom-left{ background:url(../images/corner3_bottom_left.gif) bottom left no-repeat;}
.extra-wrapper .extra-wrapper-bottom-right{ background:url(../images/corner3_bottom_right.gif) bottom right no-repeat;}
.extra-indent{ padding:25px;}

.cms-index-index .extra-wrapper-top, .cms-index-index .extra-wrapper-bottom, .cms-index-index .extra-wrapper-left, .cms-index-index .extra-wrapper-right, .cms-index-index .extra-wrapper-top-left, .cms-index-index .extra-wrapper-top-right, .cms-index-index .extra-wrapper-bottom-left, .cms-index-index .extra-wrapper-bottom-right{ background:none !important;}
.cms-index-index .extra-indent{ padding:0 !important;}



.box-wrapper .border3-top {background:url(../images/border4.gif) repeat-x top;}
.box-wrapper .border3-bottom {background:url(../images/border4.gif) repeat-x bottom;}
.box-wrapper .border3-left {background:url(../images/border4.gif) repeat-y left;}
.box-wrapper .border3-right {background:url(../images/border4.gif) repeat-y right;}
.box-wrapper .corner3-top-left {background:url(../images/corner4_top_left.gif) no-repeat left top;}
.box-wrapper .corner3-top-right {background:url(../images/corner4_top_right.gif) no-repeat right top;}
.box-wrapper .corner3-bottom-left {background:url(../images/corner4_bottom_left.gif) no-repeat left bottom;}
.box-wrapper .corner3-bottom-right {background:url(../images/corner4_bottom_right.gif) no-repeat right bottom; width:100%;}
.wrapper-content-indent{ padding:2px 8px 0 7px;}
.checkout-onepage-index .col-main .page-title h2{ color:#000; font-size:18px;}

.checkout-onepage-index .data-table th, .checkout-onepage-index .data-table td { background:#FFF;}


.box-title-wrapper .border-top {background:url(../images/border5_top.gif) repeat-x top #ffc013;}
.box-title-wrapper .corner-top-left {background:url(../images/corner5_top_left.gif) no-repeat left top;}
.box-title-wrapper .corner-top-right {background:url(../images/corner5_top_right.gif) no-repeat right top;}


.box-wrapper-content .border-bottom {background:url(../images/extra_border.gif) repeat-x bottom;}
.box-wrapper-content .border-left {background:url(../images/extra_border.gif) repeat-y left;}
.box-wrapper-content .border-right {background:url(../images/extra_border.gif) repeat-y right;}
.box-wrapper-content .corner-bottom-left {background:url(../images/corner6_bottom_left.gif) no-repeat left bottom;}
.box-wrapper-content .corner-bottom-right {background:url(../images/corner6_bottom_right.gif) no-repeat right bottom;}


.form-list{ margin-top:15px;}
.page-head{ padding-bottom:15px;}
#shipping_method_form h4{ padding:10px 0 15px 0;}
.checkout-multishipping-billing h3, .checkout-multishipping-overview h3{ padding:0 0 15px 0;}
.checkout-multishipping-overview h4, .checkout-multishipping-overview .multiple-checkout h3, .checkout-multishipping-overview h5{ padding:10px 0 15px 0;}
.customer-account-index h3{ padding-bottom:15px;}
.customer-account-index h4, .customer-account-index h5, .page-print h4, .page-print h5, .page-print h3, .page-print h2{ padding:7px 0 15px 0;}
.language-switcher{ padding:58px 0 0 10px;}
.language-switcher img{ margin-left:2px;}
.language-switcher label{ display:none;}
.cms-page-view .extra-indent strong{ color:#dba40f !important;}
.block-recent ol li.odd{ background:#eff0f2;}
.block-recent ol li{ padding:10px 10px 10px 23px;}
.block-recent ol li a{ text-decoration:none; color:#000000; font-size:12px;}
.block-recent .block-content{padding:20px 2px 21px 2px !important;}
#block-related .product-details p a{ color:#000000; font-size:12px; font-weight:bold;}

.checkout-onepage-index .block .block-content dt{ background:none; color:#000;  border-bottom:1px solid #b6b6b6; padding:10px 10px 10px 19px;}
.checkout-onepage-index .block .block-content dl{ border-top:1px solid #b6b6b6; border-left:1px solid #b6b6b6; border-right:1px solid #b6b6b6;}
.checkout-onepage-index .block-progress .block-title{ background:#f6f6f6;}
.checkout-onepage-index .block-progress .block-title h2{ color:#202020; font-size:11px;}
#checkout-step-review .button{ margin-left:11px;}

.customer-account-index .tags .title-buttons{ margin:25px 0 0 0;}
#my_recent_tags li{ margin-bottom:25px;}
.customer-account-index .tags h3{ font-size:14px;}
.catalog-product-compare-index tbody button.button{ margin:5px 0;}
#compare-items a img{ float:right; margin:2px;}


.discount, .shipping {
	display: none;
}

.cart-collaterals .col-1 {
	display: none;
}

h3 a {
text-decoration: none;
}