/**
 * 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 ================================================================================= */
.wrapper {}
.page { width:924px; margin:0 auto;  text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main {}

/* Base Columns */ 
.col-left { float:left; width:230px;  }
.col-main { float:left; width:719px; }
.cms-home .col-main { float:left; width:721px; }
.col-right { float:right; width:191px;}

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.catalog-product-view .col2-right-layout .col-main { border:1px solid #8f8f8f;}

/* 3 Columns Layout */
.col3-layout .col-main { width:519px; margin-left:10px; border:1px solid #8f8f8f;}

/* Content Columns */
.col2-set .col-1 { float:left; width:40%; }
.col2-set .col-2 { float:right; width:59%; }

.customer-account-login .col2-set .col-1 { float:left; width:48%; }
.customer-account-login .col2-set .col-2 { float:right; width:49%; }
.customer-account-login .form-list{ margin:15px 0;}

.category-shirts .product-options-bottom .add-to-cart .input-text{ margin:5px 0 0 0 !important;}

.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 #E4E2E2; color:#000; font-size:11px; font-family:Arial; }
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; }

.block button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.block button.button, .wrapper-button{ text-decoration:none;  color:#ffffff; font-size:12px; overflow:visible; width:auto; border:0; padding:3px 9px 3px 9px; background:url(../images/bkg_button.gif) 0 0 repeat-x; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
.block button.button span, .wrapper-button span{  font-weight:bold; font-size:11px; font-family:Arial, Helvetica, sans-serif;}
.block button.button span span, .wrapper-button span span{ padding:0; margin:0;}

.block button.button span{ text-decoration:none; cursor:pointer;}
.block button.button:hover span{  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: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 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 { clear:both; margin:5px 0 0; padding:5px;}
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.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,
.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; }

/* BreadCrumbs */ 
.breadcrumbs { padding:5px 10px 18px 20px; margin:0 0 6px 0; color:#252529; border-bottom:1px solid #8B8B8C;}
.breadcrumbs li { display:inline; color:#252529; padding:0 13px 0 0;}
.breadcrumbs li a, .breadcrumbs li a:hover{ color:#252529;}
.breadcrumbs li strong{ font-weight:normal;}

/* Page Heading */
.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:23px 5px 3px 5px;  margin:5px 23px 5px 34px; text-align:center; color:#000000; font-size:12px;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
.pager .pages ol li{ font-size:11px;}
.pager .pages ol li span.current{ color:#262626; font-size:11px; font-weight:bold;}
.pager .pages  strong{ color:#828181; font-size:11px; font-weight:normal !important;}
.pager select{ color:#828181; font-size:11px; margin:0 5px 0 10px; border:1px solid #E4E2E2;}

/* Sorter */ 
.sorter {padding:5px; margin:4px 14px 5px 17px;  color:#000000; font-size:12px;}
.sorter .view-mode strong{color:#262626; font-size:12px;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter select{ color:#828181; font-size:11px; margin:0 41px 0 10px; border:1px solid #E4E2E2; /* width:90px; */}
a{ color:#000000;}

/* Data Table */ 
.data-table { width:100%; margin:12px 0; border-right:1px solid #E0E0E0;}
.checkout-cart-index .data-table {margin:12px 0 5px 0 !important;}
.data-table th { padding:7px 10px 8px 10px; border:1px solid #E0E0E0; font-weight:bold; white-space:nowrap; color:#262626; font-size:12px; text-align:center;}
.data-table td { padding:12px; border:1px solid #E0E0E0; }
.data-table td.last{ padding:9px 19px;}
.data-table thead {  }
.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 { 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; color:#262626; font-size:12px;}
.data-table td.value {}
.data-table td h3{ color:#262626; font-size:12px; padding:35px 0 43px 0; display:block; text-align:center;}
.data-table span.price{ color:#E7002D; font-size:15px; font-weight:bold; padding:35px 0 15px 0; display:block;}
.data-table .a-center input{ margin:32px 0 0 0; color:#2E2E2E; font-size:12px; border:1px solid #E0E0E0 !important;}

/* Property Table */ 
.prop-table { width:100%; margin:0px; border:1px solid #909090;}
.prop-table th { padding: 5px 10px; white-space: nowrap; font-size: 12px; background-color: #d0d0d0;}
.prop-table td { padding: 15px 10px; white-space: nowrap; font-size: 12px; }
 
/* Options Table */ 
.product-options-bottom .label { font-size: 13px; font-weight: bold; color: #909090;}
.product-options-bottom .value { font-size: 13px; font-weight: bold; padding-left: 5px; color: #004C99;}
.options-table .last { border-bottom: 1px solid #909090; }

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

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

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


/* Header ================================================================================ */
.header { position: relative; }
.logo { float:left; width:567px; height:84px; overflow:hidden; } 
.header-container {}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; margin:35px 0 0 0;}
.header .logo a { display:block; width:567px; height:84px; }
.header .welcome-msg { font-weight:bold; text-align:left; float:left; color:#000000; font-size:12px; padding:12px 20px 0 0;}
.header .links { display:inline;}
.header .links li{ display:inline; padding-right:13px;}
.header .links li a{ color:#000000; text-decoration:none;}
.header .links li a:hover{ color:#e7002d;}
.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 {}

.button{ cursor:pointer;}

.header .form-search .button{ height:27px; line-height:25px; color:#FFF; text-transform:uppercase; padding:2px 0 3px 0 !important; background:url(../images/bkg_button.gif) 0 0 repeat-x; border:none; width:63px; text-align:center;}
.header .form-search .button span{ padding:0 !important; display:block;}

.header .form-language { text-align:center; }
.header .form-search{ padding:7px 0 0 0;}
.header .form-search label{ display:none;}
.header .form-search input{ width:225px; _width:212px; color:#898888; font-size:11px;  padding:5px 0 5px 4px !important; margin:0 !important;}

.header .row-logo{ height:122px;}
.header .row-logo .fleft{ width:567px;}
.header .row-logo .fright{ line-height: 20px; width:357px; padding:65px 0 0 0; text-align: right;}
.header .row-logo .fright .form-language{ display:block; float:left; width:164px; padding-right:5px;}
.header .row-logo .fright .form-language label{ font-size:11px; color:#19181c;}
.header .row-logo .fright .form-language select, .header .row-logo .fright .block-currency select{ width:80px; color:#616161; font-size:11px; font-family:Arial;}
.header .row-logo .fright .block-currency select{ width:135px}
.header .row-logo .fright .block-currency h2{ font-size:11px; color:#19181c; display:inline;}

.header-row{border-top:1px solid #004c99; border-bottom:1px solid #004c99;}
.header-row .fleft{ width:618px;}
.header-row .fright{ width:306px;}

.wrapper-top-menu{ background:#002c59 url(../images/wrapper_top_menu.gif) 0 0 repeat-x; margin:8px 0 10px 0;}

a { outline:none; text-decoration:underline;}
a:hover{ text-decoration:none;}


.header .row-logo .fright .block-currency{ float:left; display:block; width:199px;}
 
/********** < Navigation */
#nav { font-size:13px; border:1px solid #ddd; padding:0; margin:0; }

/* All Levels */
#nav li { text-align:left; position:relative; background:url(../images/separator_top_menu.gif) right 0 no-repeat;}
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#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 without links */
#nav .nolink { float:left; padding:11px 14px 14px 14px; color:#ffffff; font-size:13px;}
#nav .activelink { color:#98bde3; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:11px; color:#ffffff; font-size:13px;}
#nav li a:hover { color:#98bde3; }
#nav li.over a,
#nav li.active a { color:#98bde3; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:40px; left:-10000px; background:#002c59; }
#nav ul li { float:none; background:none; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:5px 9px; font-weight:normal; color:#ffffff !important; }
#nav ul li a:hover { color:#98bde3 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { color:#98bde3 !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 {}
.block .block-title {}
.block .block-title h2 { }
.block h3 { }
.block .block-content {}
.block .actions { text-align:right; }
.block .actions a { float:left; }

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

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

/* Block: Layered Navigation */
.block-layered-nav h3 { padding:23px 13px 17px 13px; color:#828181; font-size:11px; font-weight:normal;}
.block-layered-nav dl{ padding:0 5px 0 17px;}
.block-layered-nav dd { padding:0 0 15px 24px;}
.block-layered-nav dd a{ text-decoration:none;}
.block-layered-nav dd a:hover{ text-decoration:underline;}
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount { padding:23px 14px 11px 13px;}
.block-cart .amount a{ color:#262626; text-decoration:none; font-weight:bold;}
.block-cart .subtotal { text-align:center; background:#EFEEEE; margin:0px 14px 10px 13px; padding:3px 0}
.block-cart .subtotal .price{ font-size:12px; color:#E7002D;}
.block-cart .actions{ padding-right:14px; margin-bottom:25px;}
.block-cart h3{ color:#828181; font-size:12px; font-weight:normal; padding:0 0 0 13px;}
.block-cart .mini-products-list{ padding:21px 14px 0 13px;}
.block-cart .product-details h4{ padding-bottom:15px;}
.block-cart .product-details h4 a{ color:#828181; font-size:12px; font-weight:normal; text-decoration:none;}
.block-cart .product-details h4 a:hover{ text-decoration:underline;}
.block-cart .product-details strong{ font-weight:normal;}
.block-cart span.price{ color:#E7002D; font-size:12px;}
.btn-remove img{ margin:0 0 5px 5px;}

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:70px; border:1px solid #ddd; margin-right:-85px; }
.mini-products-list .product-details { margin-left:85px; }
.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 .block-content h3 { padding:15px;}
#wishlist-sidebar{ padding:0 13px 0 14px;}
#wishlist-sidebar .product-name{ padding-bottom:15px;}
#wishlist-sidebar .product-name a{ color:#828181; font-size:12px; font-weight:normal; text-decoration:none;}
#wishlist-sidebar .product-name a:hover{ text-decoration:underline;}



/* Block: Related */
.block-related p{ padding:11px 11px 11px 11px;}
.block-related p a{ color:#222225; font-size:12px; font-weight:bold; text-decoration:none;}
.block-related p a:hover{ text-decoration:underline;}
.block-related .item a{ text-decoration:underline; font-weight:normal; float:right;}
.block-related .item a:hover{ text-decoration:none;}
.block-related .product-image{ border:1px solid #CDCBCB;}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:13px;}
.block-related .item .product-image { float:left; margin-right:-65px; margin-left:4px;}
.block-related .item .product-details { margin-left:85px; }
.block-related .product-name a{ color:#828181; font-size:12px; font-weight:normal; float:left; text-decoration:none;  width:60px;}
.block-related .product-name a:hover{ text-decoration:underline;}
.block-related span.price{ font-size:12px; font-weight:normal !important;}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
.block-compare #compare-items{ padding:15px 14px 0 13px;}
.block-compare #compare-items a{ text-decoration:none;}
.block-compare #compare-items a:hover{ text-decoration:underline;}
.block-compare #compare-items img{ float:right;}
.block-compare .actions{ padding:0 14px 0 13px;}
.block-compare .actions a{ color:#262626; font-size:11px; display:block; float:left; margin:31px 0 0 0;}

/* Block: Viewed */
.block-recent  #recently-viewed-items{ padding:22px 5px 0 13px;}
.block-recent  #recently-viewed-items li, .sitemap li{ padding-bottom:3px; background:url(../images/extra_marler_line.gif) 0 8px no-repeat; padding:0 0 3px 8px;}

/* Block: Poll */
.block-poll h3{ color:#262626; font-size:11px; font-weight:normal; padding:0 11px 0 0;}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:25px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }
.block-poll ol{ padding:13px 0 12px 0; _padding:15px 0 13px 0;}
.block-poll ol li{ padding-bottom:7px; _padding-bottom:5px;}

/* Block: Tags */
.block-tags .actions{ padding:15px 0 0 0;}
.block-tags .actions a, .block-tags .actions a:hover{ color:#262626;}
.block-tags ul,
.block-tags li { display:inline; line-height:19px;}

/* Block: Subscribe */
.block-subscribe {}

/* 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 h2{ color:#262626; font-size:12px; font-weight:bold; padding:6px 5px 16px 8px;}
.block-progress dl{ border:1px solid #e8e8e8;  color:#262626; font-size:13px;}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete {  }
.checkout-onepage-index .block-progress dl dt {border-bottom:1px solid #e8e8e8; font-size:13px; padding:11px 5px 10px 19px;  }
.checkout-onepage-index .block-progress dl dt a{ color:#262626;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { display:none;}
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid-indent{ padding:0 15px 0 18px;}
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding: 5px 2px 15px 2px; text-align:center;}
.products-grid td.empty {}
.products-grid td.last{ border-right:none;}
.products-grid tr.last td{ border-bottom:none;}
.products-grid h3 a{ color:#000000; font-size:15px;}
.products-grid h3{ padding:0 5px 13px 5px;}
.products-grid .ratings { text-align:left; padding-left:70px;}
.products-grid .ratings .rating-box{ float:left; }
.products-grid .ratings span.amount{ color:#908F8F; font-size:12px; padding-left:6px;}
.products-grid button.button{ margin-right:2px; _margin-right:16px; background:none; border:none; color:#E7002D; font-size:12px; font-family:Arial; font-weight:bold; text-decoration:underline; float:right;}
.products-grid button.button:hover{ text-decoration:none;}
.products-grid .add-to-links{ margin:10px 0 0 25px; _margin:15px 0 0 15px;}
.products-grid .add-to-links li{ float:left;}
.products-grid .add-to-links li span{ padding:0 5px;}
.products-grid .add-to-links li a{ font-size:12px;}
.products-grid .price-box{ padding:1px 0 0 0; _padding:2px 0 0 0;}
.products-grid h4 { padding:5px 0;}
.products-grid h4 a{ color:#000000; font-size:15px;}
.catalog-product-view .products-grid .ratings{ padding:11px 0 0 0;}
.catalog-product-view .products-grid .ratings .rating-box{ float:none; margin:0 auto;}
.catalog-product-view .products-grid .rating-links{ padding:0 0 0 25px;}

/* View Type: List */
.products-list{ padding:0 15px 0 18px;}
.products-list li.item { border-bottom:1px solid #bbbbbb; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; padding-right: 15px;}
/* .products-list .product-shop { float:right; width:326px; } */
.products-list .product-shop { padding-left:107px; }
.products-list li.last{ border-bottom:none;}
.products-list h3{ padding-bottom:14px;}
.products-list h3 a{ color:#004c99; font-size:15px; text-decoration:none;}
.link-1{ font-weight: bold; color: #E7002D !important;}
.products-list .rating-links span{ display:none;}
.products-list .rating-links a{ display:block; line-height:20px;}
.products-list button.button{ background:none !important; color:#E7002D; font-size:12px; font-family:Arial; float:right; margin:0 5px 0 0; border:none; font-weight:bold; text-decoration:underline; padding:0 !important;}
.products-list button.button:hover{ text-decoration:none;}
.products-list .rating-links{ padding-bottom:15px;}
.products-list .desc{ font-size:1.125em; padding:11px 0 0 0;}
.products-list .desc a{ color:#E7002D;}
.products-list .price-box { padding:1px 0 0 0;}
.products-list .add-to-links{ padding:11px 0 0 0;}
.products-list .add-to-links li{ float:left;}
.products-list .add-to-links li a{ font-size:12px;}
.products-list .add-to-links li span{ padding:0 4px;}
.separator {font-weight: bold; padding: 10px !important;}

.separator-hr { border-color: #909090; border-style: solid; border-width: 1px 0 0; clear: both; margin: 20px 0; height: 0;}

.attribute-block {padding-bottom: 5px; font-weight: bold; font-size: 12px;}
.attribute-block .label { color: #666666;}
.attribute-block .value { padding-left: 5px;}
.attribute-block .sku {color: #004C99;}
.attribute-block a {text-decoration:none;}

#product_title { color:#004c99; font-size:15px; text-decoration:none;}

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


/* Product View ========================================================================== */
.product-view { padding:26px 28px 23px 31px;}
.product-view .tags h4{ color:#828181; font-size:12px; font-weight:normal; padding-bottom:10px;}
.product-view .tags .tags-list{ padding-bottom:15px;}
.product-view .tags .tags-list li{ background:url(../images/list_tags_separator.gif) right 2px no-repeat; padding:0 8px 3px 8px; font-size:12px;}
.product-view .tags .tags-list li a{ margin-right:3px;}
.product-view .tags .tags-list li.first{ padding-left:0;}
.product-view .tags .tags-list li.last{ background:none;}
.product-view .tags .form-add-tags label{ display:block; float:none !important; font-size:12px; padding:11px 0 8px 0;}
.product-view .tags .form-add-tags button.button{ background:none; border:none; color:#E7002D; font-size:12px; font-weight:bold; cursor:pointer; font-family:Arial;}
.product-view .tags .form-add-tags button.button span{ text-decoration:underline;}
.product-view .tags .form-add-tags button.button:hover span {text-decoration:none;}
.product-view .tags p{ font-size:12px; padding:14px 0 0 0;}

.product-essential { padding:0 0 30px 3px;}
.product-collateral .description, .product-collateral .additional, .product-collateral .up-sell, .product-collateral .tags{ border-top:1px solid #909090; padding:30px 0;}
.product-collateral h3{ padding:0 0 15px 0 !important;}
.std{ font-size:12px; line-height:17px;}

/* Product Images */
.product-view h2, .product-view h3{ color:#004c99; font-size:15px; font-weight:bold; padding:2px 0 0 0;}
.product-view .product-img-box { float:left; width:267px; padding:7px 0 0 0;}
.product-view .product-img-box .product-image { border:1px solid #EBECED; text-align:center;}
.product-view .product-img-box .product-image-zoom { position:relative; width:263px; height:263px; 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; color:#262626;  text-decoration:underline; padding:11px 12px 20px 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) 23px 4px 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:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 1px no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:3px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:9px; top:0; }
.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 20px 8px 0 ; }
.product-view .more-views h3{ padding:31px 0 17px 0;}
.product-view .more-views{ padding-bottom:35px;}
#block-related li{ margin-bottom:5px;}

.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:359px; }
.product-view .product-shop h2{ padding-bottom: 5px; font-size: 16px;}
.product-view .product-name {}
.product-view .short-description {}
.product-view .product-shop .rating-box{ padding-bottom:16px;}
.product-view .product-shop .availability{ padding-left:38px; display:inline; font-size:12px;}
.product-gaming-computer .product-view .product-shop .availability{ padding-left:0; }
.product-view .product-shop .price-box{ display:inline;}
.product-view .rating-links span{ padding:0 2px 0 2px;}
.product-view .product-shop span.in-stock{ font-weight:normal;}
.product-view .rating-links{ padding-bottom:15px;}
.product-view .product-shop .add-to-box{ padding:15px 0 0 0; font-size:12px;}
.product-view .product-shop .add-to-box .input-text{ width:80px !important; margin:7px 0 0 0;}
.product-view .product-shop .add-to-links li span{ display:none}
.product-view .product-shop .or{ line-height:29px; color:#000000; text-transform:uppercase; font-size:12px; font-weight:bold;}
.product-view .product-shop button.button{ background:none; border:none; color:#E7002D; font-size:12px; text-decoration:underline; font-weight:bold; margin:6px 0 0 11px; font-family:Arial;}
.product-view .product-shop button.button:hover{ text-decoration:none;}
.product-view .product-shop .add-to-cart label{ padding:7px 0 0 0;}
.product-view .product-shop h3{ padding:15px 0 5px 0; color: #000000; font-size: 15px;}
.product-view .product-shop .short-description{ font-size:12px;}
.product-view .product-shop p{ padding-bottom:15px; padding-top:6px;}
.product-view .product-shop p a{ font-size:12px;}

/* Rating */
.ratings { padding:15px 0 0 0;}
.ratings .amount {}
.ratings .rating-links a{ color:#828181; font-size:12px;}
.ratings dt {}
.ratings dd {}
.rating-box { padding-bottom:15px; width:80px; height:13px; font-size:0; line-height:0; background:url(../images/product_rating_full_star.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; }

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

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

.price-box {}
.price-box .price { font-weight:bold; color:#000;}

.price-box-bundle {}

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

/* 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 {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; color:#000; padding:0 0 0 5px;}

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 { line-height:28px;}
.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 Cart */
.add-to-cart label { font-size: 12px; font-weight: bold; color: #909090; float: left; margin-right: 5px;}
.add-to-cart .qty { float:left; color:#909090; font-size:13px; font-weight:bold;}
.add-to-cart button.button { float:left; margin-left:5px; }


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

/* Product Options */
.product-options { padding:15px 25px; margin:10px 0 0; border:1px solid #909090; 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 10px 25px 10px; border:1px solid #909090; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom .add-to-cart{ padding:15px 0 0 0;}
.product-options-bottom input{ margin:1px 0 0 0 !important;}
.product-options-bottom label{ padding:2px 0 0 0;}
#qty{ margin:6px 0 0 0;}


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

/* Block: Description */
.product-view .description {}
.product-view .description ul,
.product-view .description-cert ul {list-style-type: disc; padding-left: 15px;}
.product-view .description-cert h3 {padding-top: 0;}


/* Block: Additional */
.product-view .additional .data-table .label{ color:#262626; font-size:12px; text-align:center;}

/* Block: Upsell */
.product-view .up-sell .product-name { padding:0 11px;}
.product-view .up-sell .products-grid td { width:25%; }
.up-sell .price-box{ padding:11px 0 0 0;}
.up-sell .product-image{ margin-bottom:16px; display:block;}
.up-sell h3{ color:#000000; font-size:15px; font-weight:bold;}

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:567px; margin:0 5px 0 0; }
.product-view .tags .form-add-tags input.input-text { width:555px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

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

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* 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 {margin-bottom: 10px;}
.search-summary .result-group {padding: 8px 0 0; font-weight:bold; color: #004C99;}
.advsearch {}
.advsearch h2 {color:#000000; font-size:16px; font-weight:bold; padding-bottom:10px;}
.advsearch h3 {color:#000000; font-size:15px; padding: 10px 15px; margin: 10px 0; border:1px solid #909090; background-color:#f6f6f6;}
.advsearch fieldset {border: 1px solid #E8E8E8;}
.advsearch fieldset legend {display: block; margin-left: 10px; font-size: 16px; font-weight: bold;}
.advsearch .search-block {float: left;}
.advsearch .range-field {float: left; padding: 10px 8px 10px 8px; width: 150px;}
.advsearch .range-field span {padding: 0 10px;}
/* ======================================================================================= */

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

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


/* Product Review ======================================================================== */
.review-product-view .product-review { padding:25px;}
.review-product-view .page-title{ padding-left:5px;}
.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; }
.review-product-view .product-review .details{ width:520px;}
.review-product-view .product-name{ color:#000; font-size:15px; padding-bottom:15px;}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .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 .cart-collaterals { float:left; width:700px; }
.cart .crosssell{ padding:14px 12px 12px 12px;}
.cart .crosssell h3{ color:#262626; font-size:12px; font-weight:bold; padding:0 0 21px 7px; line-height:18px;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .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 */
.opc { border-bottom:1px solid #e8e8e8; position:relative; }
.opc li.section { border:1px solid #e8e8e8; border-bottom:0; }
.opc .step-title { background-color:#f2f2f2; padding:8px 0 7px 31px; text-align:right; }
.opc .step-title .number { float:left; line-height:18px; margin-right:10px; border:1px solid #262626; padding:0 5px; font-size:12px; font-weight:bold; color:#373737;}
.opc .step-title h3 { float:left; color:#262626; font-size:13px; padding:3px 0 0 0;}
.opc .allow .step-title { cursor:pointer; }

.opc .active {}
.opc .active .step-title { background-color:#FFF; cursor:default; padding:8px 0 7px 31px;}
.opc .active .step-title span.number{ border:1px solid #262626; background:#262626; padding:0 5px; color:#FFF; font-size:12px; font-weight:bold;}

.opc .step { border-top:1px solid #ddd; padding:15px 15px 15px 32px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.group-select{ margin:0 !important;}

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

.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; padding-bottom:4px; color:#262626;}
.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 {}
/* 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 { border:1px solid #8f8f8f; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */


/* inline-style ================================================================================ */
.clear{ width:100%; overflow:hidden;}
.clear1{ clear:both;}
.fleft{ float:left;}
.fright{ float:right !important;}
/* ======================================================================================= */

/* index ================================================================================ */

/*.cms-home .col-left, .cms-home .col-center{ background:#8f8f8f; padding:1px;} */
.col-left{ float:left; width:188px;}
.col-center{ float:right; width:519px;}
.indent-col-indent{  background:#FFF;}
.title-wrapper{ background:url(../images/title_wrapper.gif) 0 0 repeat-x;}
.title-wrapper h2{ color:#ffffff; font-size:12px; background:url(../images/title_marke.gif) 9px 8px no-repeat; padding:7px 10px 10px 35px; font-weight:bold;}
.box-wrapper{ background:url(../images/box_wrapper.gif) 0 0 repeat-x;}
.box-wrapper-indent{ padding:5px 25px 14px 28px;}
.box-wrapper-indent1{ padding:35px 30px 22px 33px;}
.extra-separator{ border-top:1px solid #e8e8e8; margin:25px 0 0 0; height:39px; _height:41px;}

.img_indent{ float:left; margin:6px 33px 0 1px;}
.col-center h3 a{ color:#000000; font-size:15px; text-decoration:none;}
.col-center h3 a:hover{ text-decoration:underline;}
.col-center h3{ padding-bottom:7px;}
.prise-extra{ color:#e7002d; font-size:21px; display:block; padding:5px 0 0 0;}
.extra-link{ display:block; padding:6px 0 0 0;}
.extra-link a{ color:#e7002d; font-weight:bold; font-size:12px;}

.extra-link{ list-style:none !important;  margin:0 0 0 0 !important; _margin:0 0 2px 0 !important; padding:2px 0 3px 0 !important;}
.extra-link li{ border-bottom:1px solid #8f8f8f; padding:3px 0 3px 3px  !important;  font-weight:normal; }
.extra-link li a{ color:#000000; text-decoration:none; font-weight:normal; font-size:12px;}
.extra-link li a:hover{ color:#d42134;}

/*wrapper-box-1*/
.wrapper-title-1{ background:#8f8f8f url(../images/wrapper_title_1.gif) 0 0 repeat-x;}
.wrapper-title-1 h2{  color:#ffffff; font-size:12px; padding:8px 11px 10px 14px; font-weight:bold;}
.wrapper-title-1 h2 a{color:#ffffff;}
.title-marker-1{background:url(../images/title_marker_1.gif) 10px 7px no-repeat; padding:8px 11px 9px 36px !important;}
.block{ margin-bottom:5px;}

.wrapper-block-1{ background:#8f8f8f; padding:1px;}
.wrapper-block-1-indent{ background:#FFF url(../images/bg_1.gif) 0 0 repeat-x; padding:0 0 24px 0;}
.text1{ color:#000000; font-size:12px; font-weight:bold;}
.center-text{ text-align:center;}
.block-compare .wrapper-block-1-indent .center-text{ padding:22px 45px 0 45px !important;}
.wrapper-block-1-indent .center-text{ padding:22px 10px 0 12px;}
.indent33{ padding:15px 0 0 15px;}
.indent33 .input-text{ margin:5px 0;}
/**/

/*wrapper-box-2*/
.wrapper-block-2{ background:#8f8f8f; padding:1px !important;}
.wrapper-block-2-bg{ background:#FFF;}
.wrapper-block-2-title{ background:#EAEAEA url(../images/title_wrapper.gif) 0 0 repeat-x;}
.wrapper-block-2-title h2{ background:url(../images/title_marke.gif) 10px 8px no-repeat; color:#ffffff; font-size:12px; font-weight:bold; padding:7px 10px 10px 35px;}

.wrapper-block-2 .block-content{ padding:24px 20px 16px 13px;}

/**/


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


.indent-banner-header{ margin:0 1px;}
.row-header-banner{ margin-bottom:13px;}
.header-banner-line{ border-top:1px solid #004c99; padding:6px 0 12px 0;}
.indent-top-none{ padding-top:0 !important;}
.border-none{ border:none !important;}


.indent-separator-page{ padding:0 15px 0 18px;}
.separator-page{ border-top:1px solid #F5F5F5;}
.separator-page1{ border-top:1px solid #E8E8E8; height:15px; margin:17px 0 0 0;}
.cms-home .col-main{ border:none !important; padding:0 !important;}
.product-pricing{ padding:15px 0;}
.product-pricing strong.benefit{ color:#000;}
.product-pricing li{ margin-bottom:4px;}
.extea1-content-indent{ padding:0 1px;}

.category-description{ padding:16px 16px 16px 33px;}

.wrapper-button-big{ border:none !important; background:url(../images/button_wrapper_3.gif) 0 0 no-repeat !important; width:168px; height:35px !important; color:#ffffff; font-size:15px; text-align:center; font-weight:bold;}
.totals .wrapper-button-big{ margin-right:11px;}


.indent-cart{ padding:20px 40px 0px 0; float:right;}
.checkout-cart-index .wrapper-block-2 .block-content{padding:5px 38px 16px 34px;}
.checkout-cart-index h3 a, .checkout-cart-index h4 a{ color:#262626; font-size:12px; text-decoration:none;}
.checkout-cart-index h3 a:hover, .checkout-cart-index h4 a:hover{ text-decoration:underline;}
.checkout-cart-index .price-box{ padding:7px 0;}
.checkout-cart-index .add-to-links span{ display:none;}
.checkout-cart-index .add-to-links{ font-size:12px; padding:8px 0 0 0;}
.checkout-cart-index .add-to-links li{ padding-bottom:1px;}

.checkout-cart-index .cart .cart-collaterals {width:648px !important; padding-bottom:21px;}
.cart .cart-collaterals .col-1 {border:1px solid #E8E8E8;}
.cart .discount, .cart .shipping, .cart .discount, .cart .shipping {border:1px solid #e0e0e0;}
.cart .discount{ padding:15px 5px 15px 21px; margin-bottom:5px;}

.cart .shipping{padding:15px 5px 11px 21px;}
.cart .shipping p{ font-size:10px; padding-bottom:16px;}
.cart .shipping .form-list label{ color:#262626;}
.cart .shipping .form-list input, .cart .shipping .form-list select{ margin:3px 0 11px 0; color:#828181; font-size:11px; font-family:Arial; width:340px;}
.cart .totals {background:#F2F2F2; border:1px solid #F6F6F6; float:right; width:196px; padding:24px 0 10px 0;}

button.wrapper-none{ background:none  !important; line-height:18px; border:none; color:#E7002D  !important; font-size:12px; font-weight:bold; text-decoration:underline ; font-family:Arial;}
button.wrapper-none:hover{ text-decoration:none;}

.cart .crosssell ul li.item { border-bottom:1px solid #DDDDDD; padding:20px 0;}
.cart-collaterals .col-2 h3{ color:#262626; font-size:12px; padding-bottom:12px;}
.cart .discount label{ color:#828181; font-size:10px; height:7px; display:block;}
.cart .discount input.input-text{ width:223px;}

.checkout-cart-index .totals span.price, .checkout-cart-index .totals span.price  {color:#2c2b2b; font-size:14px; padding-right:25px; }
.checkout-cart-index .cart .totals table th {padding:7px 11px 0 0 !important; font-size:12px; color:#2b2b2b; font-weight:normal; }
.checkout-cart-index .cart .totals strong{ font-weight:normal !important;}
.checkout-cart-index .cart .totals .checkout-types{ margin:5px 0 0 0;}
.checkout-cart-index .totals .checkout-types li a {padding:15px; color:#2c2b2b; font-size:11px;}
.checkout-cart-index .totals .checkout-types li{ padding-bottom:6px;}

.checkout-onepage-index .col2-right-layout{ border:1px solid #e7e7e7; padding:32px 35px 30px 33px;}
.checkout-onepage-index .col2-right-layout .col-main{ width:616px;}
.checkout-onepage-index .col-main .page-title{ display:none;}
.checkout-onepage-index h4{ padding-bottom:15px; color:#262626;}
#opc-login .col2-set .col-1 { float:left; width:48%; }
#opc-login .col2-set .col-2 { float:right; width:50%; }
#checkoutSteps ul {margin:15px 0; }

.form-box-left, .name-firstname {width:285px !important; }
.form-box-right, .name-lastname {width:281px !important; }
.form-box-right .input-text, .name-lastname .input-text, .form-box-right select {width:274px !important; }
.group-select label{ color:#262626; font-size:13px; padding-right:25px;}
#billing-new-address-form  label{ color:#000; font-size:13px; font-weight:normal;}

.group-select input, .group-select select{ margin:2px 0 8px 0}

.group-select input.input-text, .group-select textarea {width:559px;}
#billing-new-address-form select{ width:223px !important;}
#checkout-step-login .input-text{ margin:2px 0 8px 0;}
.sidebar{ width:189px;}
.checkout-onepage-index .block-progress dd {border-bottom:1px solid #e8e8e8; display:block; padding:13px 13px 13px 17px !important; font-size:13px; line-height:14px; color:#828181;}

.cms-about-magento-demo-store .page-head h3{ color:#000000; font-size:15px; padding:5px 0 25px 0;} 
.cms-about-magento-demo-store .col3-set strong, .cms-about-magento-demo-store .col3-set p strong{ color:#e7002d !important;}
.cms-customer-service .col-main .std{ padding:25px;}
.cms-customer-service .col-main .std ul{ list-style:none; }
.cms-customer-service .col-main .std ul li{background:url(../images/extra_marler_line.gif) no-repeat 0 8px; padding:0 0 2px 8px;}
.cms-customer-service .page-head h3{ color:#000000; font-size:15px; padding-bottom:25px;}
.cms-customer-service  .col-main .std dl dt{ color:#000000; font-size:13px; padding-bottom:5px;}
.indent-1{ padding:25px;}
.catalog-seo-sitemap-category .col-main .pager, .catalog-seo-sitemap-product .col-main .pager{ background:#efeeee; padding:0; margin:15px 0; padding:5px 15px;}

h3, h3 a, h3 span{ color:#000000; font-size:15px; padding-bottom:15px;}
.checkout-multishipping-login .col-main .col2-set .new-users p, .checkout-multishipping-login .col-main .col2-set .buttons-set{ padding-right:35px;}
.checkout-multishipping-login .col-main .form-list{ margin:15px 0 0 0;}
.checkout-multishipping-login .col-main .form-list input{ margin:2px 0 8px 0;}
#billing-address-select{ margin:10px 0;}
.checkout-multishipping-addresses .page-title .button{ margin:7px 15px 0 0;}
.text1 h4, .text1 h4 a, .text1 h4 span{ color:#000000; font-size:13px; padding:15px 0;}
.text1 h5, .text1 h5 a, .text1 h5 span{ font-size:12px; color:#000000; padding:10px 0;}
.text1 address{ padding-bottom:15px;}

.block-reorder .block-content h3{ padding:15px;}
.block-account .block-content ul li{ display:block; background:url(../images/extra_marler_line.gif) no-repeat 0 8px; padding:0 0 3px 8px;}
.customer-account-index .col-main, .customer-account-edit .col-main, .customer-address-index .col-main, .sales-order-history .col-main, .review-customer-index .col-main, .tag-customer-index .col-main, .newsletter-manage-index .col-main, .wishlist-index-index .col-main, .downloadable-customer-products .col-main, .catalogsearch-advanced-index .col-main, .contacts-index-index .col-main, .sendfriend-product-send .col-main, .review-product-list .col-main{ border:1px solid #e8e8e8;}
.product-pricing li{ background:#efeeee; padding:3px 15px; font-size:12px;}
.product-pricing li span.price{ color:#e7002d;}
.product-pricing li strong.benefit{ font-weight:normal; color:#e7002d;}
.indent-2{ padding:25px;}
.title-text h2{ color:#000; font-size:16px; font-weight:bold; padding-bottom:25px;}

.indent-2 .col2-set h4, .indent-2 .col2-set h4 a, .indent-2 .col2-set h4 span{ color:#000000; font-size:13px; padding:15px 0;}
.indent-2 .col2-set h5, .indent-2 .col2-set h5 a, .indent-2 .col2-set h5 span{ color:#000000; font-size:12px; padding:10px 0;}
.block-wishlist .actions a{ color:#222225; float:right; padding-right:23px;}
.block-wishlist .price-box{ padding-bottom:10px;}
.block-wishlist span.price{ color:#e7002d; font-size:12px; font-weight:normal;}

.main  .block-currency select{ margin:25px 0 0 15px; width:150px;}
.tags-list li{ font-size:12px; padding-bottom:5px;}

.block-layered-nav .currently, .block-layered-nav .actions{ padding:2px 0 2px 17px;}
.category-apparel .product-shop .add-to-cart .input-text{ margin:6px 0 0 0 !important;}

.block-layered-nav .block-content dt{ padding:15px 0 0 15px;}

.currently li{ padding-bottom:11px;}
.currently li img{ margin-right:5px;}
.tag-product-list .page-title h2{ padding:15px; font-size:16px; color:#000; font-weight:bold;}

.block-layered-nav dl{ padding:0 15px 0 15px;}
.block-layered-nav dl dd ol{ margin:5px 0 0 0;}
.block-layered-nav dl dd ol li{background:url(../images/extra_marler_line.gif) no-repeat 0 8px; padding:0 0 3px 8px;}

.product-essential .add-to-links{ padding:15px 0 0 0;}
.product-essential .add-to-box .add-to-links{ padding:0;}
.indent-text{ font-size:11px !important; line-height:15px;}

.catalogsearch-result-index .page-title h2{color:#000000; font-size:16px; font-weight:bold; padding:15px 35px;}


.review-product-list .product-collateral .product-name{ padding-bottom:15px;}
.checkout-multishipping-shipping .narrow h4{ padding:11px 0;}

.tag-list-index .col-main{ border:1px solid #e8e8e8;}
.tag-list-index .col-main .page-title{ padding:15px 0 15px 25px; color:#000; font-size:15px;}
.tag-list-index .col-main .tags-list{ padding:0 25px 25px 25px;}
.tag-list-index .col-main .tags-list li{ margin-right:5px;}

.customer-account-index .title-buttons{ padding:15px 0 0 0;}


/* footer ================================================================================ */
.footer{ color:#000000; font-size:11px; border:none; padding:4px 0 30px 0;}
.footer .fright{ padding: 16px 0 0 0;}
.footer .fleft{ padding: 16px 0 0 12px;}
.footer a{ color:#000000; text-decoration:none;}
.footer a:hover{ color:#e7002d;}
.footer-row .fright{ width:300px; padding: 7px 0 7px 0;}
.footer-row .fleft{ padding: 0;}
.footer-row ul{ float:left; width:133px; padding:15px 0;}
.footer-row ul.links{ width:620px; }
.footer-row ul li{background:url(../images/list_marker.gif) 0 5px no-repeat; padding:0 0 0 9px; width:145px; float:left; margin-bottom:5px;}
.footer-row ul li a{ color:#000000; font-size:11px;}
.footer-row ul li a:hover{ text-decoration:none; color:#CD062B; font-weight:normal;}

.footer-row .block-subscribe{ padding:0; margin: 0; float: right;}

.footer-row .block-subscribe button.button{ background:#CC062B url(../images/button_1.gif) 0 0 repeat-x;  padding:3px 8px 3px 8px !important; line-height:15px; _line-height:14px; text-align:center; color:#FFFFFF; font-weight:bold;}

.footer-row .block-subscribe input.input-text{ width:142px !important; padding:2px 0 4px 4px; color:#B0B0B0;}
.footer-row .block-subscribe label{ padding-bottom:5px;}

.footer-row{ margin:11px 0 0 0; border-top:1px solid #8f8f8f; border-bottom:1px solid #8f8f8f;}

div.fleft{ padding-bottom: 14px}
.red {color: #BF2323}

.address-title {color: #004C99; font-weight: bold; font-size: 13px;}

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



/* CONTACTFORM */
#contactForm p.required
{
	text-align: left;
}
#contactForm .buttons-set button.button 
{
	float: left;
}

