/**
 * 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_body.jpg') repeat-x 0 0;}
.wrapper {background: url('../images/bg_footer.jpg') repeat-x 0 100%;}
.page { width:962px; margin:0 auto; padding: 0 19px; text-align:left; background: url('../images/logo_shadow.gif') no-repeat 0 0;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main {padding: 0px 0 10px 0;}

/* Base Columns */
.col-left { float:left; width:160px; padding-left: 10px;}
.col-main { float:left; width:730px; padding-right: 10px;}
.col-right { float:right; width:170px;  }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding: 40px; }
.cms-custom-service .col1-layout .col-main,
.checkout-onepage-success .col1-layout .col-main,
.cms-index-index .col1-layout .col-main,
.checkout-cart-index .col1-layout .col-main {padding: 0;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding-left: 10px;}
.col2-right-layout .col-main {}
.contacts-index-index .col-main {padding-top: 40px;}

.checkout-onepage-index .col-right {display: none;}
.checkout-onepage-index .col2-right-layout .col-main {width: 960px !important; padding: 0 !important;}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; } 

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button { overflow: visible; width: auto; border:0; padding:0; cursor: pointer; background: 0; float: left; }
button.button span { float: left; display: block; white-space: nowrap; padding-left:10px; padding-bottom:12px;}
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; line-height: 1.3; color: #8F8882;}
.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; padding: 10px 5px 5px 5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set  .button span {background: url('../images/bg_buy_button.gif') no-repeat 0 50% #e27116; padding: 3px 8px 3px 16px; color: #fff;}
.buttons-set  a {color: #E27116;}

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; padding-right: 10px !important;}
/* 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 {padding: 4px 4px 20px 0 !important; margin: 0 !important; list-style: none !important;}
.checkout-cart-index .messages {padding: 4px 4px 4px 28px !important;}

p.note-msg,
p.error-msg,
p.success-msg,
p.notice-msg {padding: 4px 4px 4px 32px !important; margin: 16px 0;}

.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li {}
.messages li li {color: #000; font-size: 19px; padding: 0 0 0 32px;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position: 0 50% !important; background-repeat:no-repeat !important;}
.error-msg { background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title {}
.page-title {border: 0; padding: 0 0 15px 0;}
.page-title h2 {color: #464646; font-weight: bold; font-size: 19px;}
.col-main h3 {color: #5b350d; font-weight: bold; font-size: 16px; padding: 20px 0 20px 0;}
.col-main p {padding: 0 0 10px 0; color:#666666;}
.col-main a {color: #E27116;}

.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 5px 0;}
.pager .pages ol { float: right;  }
.pager .pages li {float: left; font-weight: bold; font-size: 14px; padding-left: 1px; text-align: center;}
.pager .pages li a { color: #464646; display:block; width: 25px; height: 22px; padding: 2px 0 0 0; background: url('../images/bg_page_num.gif') no-repeat 0 0; text-decoration: none;}
.pager .pages li span { color: #fff; display:block; width: 25px; height: 22px; padding: 2px 0 0 0; background: url('../images/bg_page_num_active.gif') no-repeat 0 0;}
.pager .pages  .pages-view-all {float: right; display: block; font-size: 14px; color: #464646; text-decoration: none; padding: 2px 10px 0 0;}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.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; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* 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 ================================================================================ */
.logo { float:left; width:187px; height:129px; overflow:hidden;}
.header-container {height: 185px; font-family: Arial, Helvetica, sans-serif;}
.header {}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:187px; height:129px; }
.header .misc {width: 740px; float: right; padding: 0 20px 0 0;}
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.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; }

.header .currency {background: url('../images/international.jpg') no-repeat 0 0; width: 283px; height:29px; float: right; color: #66615d;}
.header #search_mini_form {float: right; clear: both; padding: 21px 0 0 0; height: 36px; position: relative; width: 283px;}
.header #search_mini_form label {position: absolute; left: 7px; top: 24px; font-weight: bold; color: #9b9591; font-size: 14px; display: block;}
.header #search {position: absolute; right: 55px; width: 147px; height: 19px; background: url('../images/search_input.gif') no-repeat 0 0; padding: 4px; border: 0; color: #a09b95;}
.header .button {position: absolute; top: 20px; right: -2px;}
.header .from-country {width: 85px; float: left; padding: 7px 0 0 10px;}
.header .currency-switcher {width: 175px; float: right; padding: 4px 10px 0 0;}
.header .currency-switcher select {width: 120px; border: 1px solid #7e9eb7; color: #999999; font-size: 12px; padding: 0; }
.header .currency-switcher select option {padding: 0 5px 0 7px; color: #66615d;}
.header .data {clear: both; padding: 0 1px 0 0;}
.header .promotion {color: #979695; font-weight: bold; font-size: 14px; padding: 13px 0 0 0; float: left;}
.header .phone {float: right; width: 284px;}
.header .phone p {float: right; color: #8d8a88; font-size: 15px; padding: 13px;}
.header .phone a {text-decoration: none; color: #8d8a88;}
.header .phone div {float: right; padding: 14px 0 0 15px; }
.header .contact-us a {font-size: 14px; color: #d1d1d1; text-decoration: none; font-weight: bold; text-transform: lowercase;}

/*.header-container .links {width: 286px; padding: 28px 14px 0 0; float: right; text-align: right; text-transform: lowercase; font-size: 15px;}*/

.header-container .links a:hover,
.customer-account-forgotpassword .header-container .links .last a,
.customer-account-create .header-container .links .last a,
.customer-account-login .header-container .links .last a,
.checkout-onepage-index .top-link-checkout,
.checkout-cart-index .top-link-cart {border-bottom: 2px solid #e574c4;}

/*.header-container .links li {display: inline; padding: 0 9px;}
.header-container .links a {color: #979797; text-decoration: none; padding-bottom: 9px;}
.header-container .links a span {color: #e574c4; font-size: 12px;}
.header-container .links a:hover,
.header-container .links a:focus {color: #282828;}
*/

.header-container .links {width: 250px; padding: 28px 14px 0 0; float: right;}
.header-container .links li {float: left; padding: 0 9px;}
.header-container .links a .main-text {display: block; height: 14px;}
.header-container .links a {display: block; height: 24px; padding: 2px 0 0 0; color: #e574c4; text-decoration: none;}
.header-container .links .top-link-cart .main-text {overflow: hidden;}
.header-container .links .top-link-cart .main-text/*cart-text*/ {display: block; float: left; height: 14px; background: url('../images/b_shopping_cart.gif') no-repeat 0 0; width: 97px; text-indent: -9999px;}
.header-container .links .top-link-cart:hover .main-text/*cart-text*/ {background: url('../images/b_shopping_cart.gif') no-repeat 0 100%;}
.header-container .links .top-link-cart .cart-items {display: block; float: left; height: 14px; padding-left: 5px;}

.header-container .links .top-link-checkout .main-text {background: url('../images/b_checkout.gif') no-repeat 0 0; width: 66px; text-indent: -9999px;}
.header-container .links .top-link-checkout:hover .main-text {background: url('../images/b_checkout.gif') no-repeat 0 100%;}
.header-container .links .last a .main-text {background: url('../images/b_login.gif') no-repeat 0 0; width: 32px; text-indent: -9999px;}
.header-container .links .last a:hover .main-text {background: url('../images/b_login.gif') no-repeat 0 100%;}

/********** < Navigation */
#nav { font-size:12px; padding: 25px 0 0 14px; float: left; }

/* 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;}
#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; padding: 0 12px;}
#nav li a { float:left; font-weight:bold; color:#464646; padding: 0 0 4px; border-bottom: 2px solid #fff;}
#nav li a span { display: block; height: 25px; text-indent: -9999px; background-position: 0 0; }
#nav li.over a {border-bottom: 2px solid #e574c4;}
#nav li a:hover, #nav li.active a { border-bottom: 2px solid #e574c4;}
#nav li a:hover span {background-position: 0 100%;}
#nav li.over a,
#nav li.active a { color:#000; }

#nav .nav-women span {width: 64px; background-image: url('../images/nav/women.gif');}
#nav .nav-men span {width: 37px; background-image: url('../images/nav/men.gif');}
#nav .nav-kids span {width: 32px; background-image: url('../images/nav/kids.gif');}
#nav .nav-shop-by-color span {width: 119px; background-image: url('../images/nav/shop_by_color.gif');}
#nav .nav-shop-by-style span {width: 109px; background-image: url('../images/nav/shop_by_style.gif');}
#nav .nav-sale-specials span  {width: 128px; background-image: url('../images/nav/sale_specials.gif');}


/* 2nd Level */
#nav ul { position:absolute; width:135px; top:28px; left:-10000px; background:0; padding: 5px 0 0 12px;}
#nav ul li { float:none; padding: 0; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:7px 11px; font-weight:normal; color:#5f5f5f !important; height: auto; text-indent: 0; width: auto; background: #fff !important; border-bottom:1px solid #d9d9d9 !important;}
#nav ul li a span {display: inline; height: auto; text-indent: 0; background: 0 !important;}
#nav ul li a:hover span {background: 0 !important;}
#nav ul li a:hover, #nav ul li.active a { border-bottom:1px solid #d9d9d9 !important; color: #e27116 !important;}
/* Actually */
#nav ul li.active > a,
#nav ul li.over > a  { }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:-10000px; }
#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 { }
.block .actions a { }

/* Block: Account */
.block-account {padding-left: 12px;}
.block-account h2 {color: #8f8882; font-size: 19px; font-weight: bold; padding: 0 0 25px 0;}
.block-account li {padding: 0 0 12px 0;}
.block-account .current span {color: #e27116; background: url('../images/orange_arrow.gif') no-repeat 100% 50%; padding: 0 22px 0 0;}
.block-account a {color: #464646; text-decoration: none;}
.block-account a:hover,
.block-account a:focus  {text-decoration: underline;}

/* Block: custum-nav */
.custom-nav {padding-left: 12px;}
.custom-nav h2 {font-size: 12px; color: #464646; font-weight: bold; padding: 0 0 22px 0;}
.custom-nav h3 {font-size: 12px; color: #a2a2a2; font-weight: bold; padding: 0 0 9px 0;}
.custom-nav li {padding: 0 0 5px 0;}
.custom-nav ul {padding: 0 0 22px 0;}
.custom-nav a {color: #464646; text-decoration: none;}
.shop-by-color-custom-cat span {padding-left: 20px; background-position: 0 70%; background-repeat: no-repeat;}

.custom-nav .current a {color: #e27116; background: url('../images/orange_arrow.gif') no-repeat 100% 50%; padding: 0 22px 0 0;}

.shop-by-color-custom-cat span {display: block; float: left;}
.shop-by-color-custom-cat  .cat-color {padding: 3px 5px 0 0;}
.shop-by-color-custom-cat li {overflow: hidden;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {padding-left: 12px;}
.block-layered-nav .block-title {display: none;}
.block-layered-nav h3 {font-size: 12px; font-weight: bold; color: #464646;}
.block-layered-nav dt { font-weight:bold; color: #a2a2a2; padding: 10px 0;}
.block-layered-nav dd {padding: 0 0 10px 0;}
.block-layered-nav li {padding: 0 0 4px 0;}
.block-layered-nav a {color: #464646; text-decoration: none;}
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width: 50px; padding:0px; border:1px solid #ddd; 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 {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* 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; }

#shipmsg a {
text-decoration: none;

}

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-cms-block {}
.category-cms-block .cat-link {float: left; width: 181px; padding: 0 0 30px 0;}

.catalog-category-view .col-main {position: relative;}
.category-products {position: relative;}

.category-title { padding-bottom: 6px; padding-top: 6px;   }
.category-title h1,
.category-title h2 {font-size: 19px; font-weight: bold; color: #000000; }
.category-image { display:block; margin:0 auto; }
.category-products {}
.category-image-wrapper {padding: 0 0 30px 0;}

.prodlist {

line-height: 18px;

}



/* View Type: Grid */
.products-grid { width:100%; margin: 0 0 20px 0;}
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:25%; background: url('../images/bg_products_grid.gif') no-repeat 0 100%; padding: 7px 10px 30px 0; }
.products-grid tr.last td {background: url('../images/bg_products_grid_last.gif') no-repeat 0 100%;}
.products-grid td.empty {}

.products-grid h3 {padding: 7px 0 3px 0 !important;}
.products-grid h3 a {color: #464646; font-weight: bold; font-size: 14px; text-decoration: none;}
.products-grid h3 span {font-weight: normal; font-size: 13px; padding-left: 3px;}
.products-grid .short_dscn {font-size: 12px; color: #a3a3a3; padding: 2px 0 7px 0;}
.products-grid .price-box {padding: 0 0 7px 0; float:left;}
.products-grid .regular-price {color: #565656 !important;}
.products-grid .price-box .special-price,
.products-grid .price-box .regular-price {font-size: 24px; font-weight: bold; color: #ab0000; padding: 0; text-align:right;}
.products-grid .price-box .old-price {color: #565656; font-size: 12px; padding: 0 0 5px 0; text-decoration: line-through; float:left;}
.products-grid .button span {background: 0; padding: 0;}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {color: #a3a3a3;}
.product-collateral {color: #a3a3a3;}

/* Product Images */
.product-view .product-img-box { float:left; width:360px; }
.product-view .product-img-box .product-image { }
.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; }
.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:-1px; width:9px; height:22px; 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 ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; padding: 4px 0 0 9px ; }
.product-view .product-img-box .more-views .active {background: url('../images/top-arrow.gif') no-repeat 35px 0;}
.product-view .product-img-box .more-views .active a {border: 2px solid #000;}
.product-view .product-img-box .more-views a {border: 2px solid #ddd; display: block; width: 56px; height: 56px; overflow: hidden;}
.product-view .product-img-box .more-views a:hover {border: 2px solid #000;}

.product-view .more-views {padding: 20px 0 45px 0;}
.product-view .more-views h3 {display: none;}

.product-view .tags {display: none;}

.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-view #qty { border: 1px solid #7f9db9; color: #a3a3a3; float: none;}
.product-view #qty option {color: #666;}

.product-view a {color: #e27116;}
.product-view .availability span {font-weight: normal; color: #529837;}
.product-view .availability {padding: 20px 0 10px;}

.product-view .add-to-box {float: right;}

.product-view .add-to-cart {text-align: left;}
.product-view .add-to-cart .button {float: left;}
.product-view .add-to-cart p {clear: both; font-size: 14px; padding: 10px 0;}

.product-view .price-box {text-align: left; padding: 0 0 10px 0;}

.product-view  .old-price {color: #565656; text-decoration:line-through; padding: 0;}
.product-view .regular-price,
.product-view .special-price {color: #ab0000; font-size: 20px; font-weight: bold; padding: 0;}

.product-view .qty-wrapper {padding: 10px 0 0 0; float: left;}

/*.product-view .tabs-head {clear: both; border-bottom: 1px solid #e5e5e5; padding: 25px 0 0 0;}
.product-view .tabs-head ul {padding: 6px 0 8px 0;}
.product-view .tabs-head li {display: inline;}
.product-view .tabs-head a {padding: 6px 18px 8px 18px; font-size: 14px; font-weight: bold; text-decoration: none; color: #000; outline: 0;}
.product-view .tabs-head .here a {border: 1px solid #e5e5e5; border-bottom: 1px solid #fff; background: #fff;}

.product-view .tabs-body {padding: 20px 0 0 0;}
.product-view .tab {}*/
.product-view .long_description {background: url('../images/t_descn_tab.gif') no-repeat 0 20px; line-height: 1.8em; padding: 79px 0 0 0; clear: both;}

/* Product Shop */
.product-view .product-shop { float:right; width:360px; position:relative}
.product-view .product-title {padding: 0 0 25px 0; overflow: hidden;}
.product-view .product-title h1,
.product-view .product-title h2 {font-size: 20px; font-weight: bold; color: #000; float: left;}
.product-view .product-title span {font-size: 16px; font-weight: normal;}
.product-view .product-title .color {font-size: 18px; color: #666; padding: 0 0 0 5px;}
.product-view .back-category {display: block; float: right; /*background: url('../images/back_bg.gif') no-repeat 0 0 #e27116; padding: 3px 9px 0 16px; height: 20px; text-decoration: none; color: #fff; font-size: 14px;*/}
.product-view .short-description {}


/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; float:left; }

/********** < Product Prices */
.price { white-space:nowrap !important; float:right;}

.price-box {}
.price-box .price {}

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; float:right }
.old-price .price { text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label {white-space:nowrap; }
.special-price .price { }


/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label {  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 {color: #7F9DB9;}
.add-to-cart .qty {}
.add-to-cart button.button { }

/* 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: 0 0 0 0;}
.product-options dl {float: right; width: 185px; padding: 0px 0 30px 15px;}
.product-options dt label { color: #7f9db9; float:left;}
.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 {}
.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: 135px; border: 1px solid #7f9db9; color: #a3a3a3; }
.product-options dd select option {color: #666;}
.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 { width: 145px; text-align:right; position:absolute; top:0px; right:0px; padding-top:18px}
.product-options-bottom .price-box {}

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .upsell-wrapper {border-top: 1px solid #e5e5e5; padding: 25px 0 0 0;}
.product-view .upsell-wrapper h3 {float: left; font-size: 19px; color: #777777; font-weight: normal; padding: 0;}
.product-view .up-sell {clear: both; padding: 15px 0 0 0;}
.product-view .up-sell .products-grid td { width:25%; }

.product-view .up-sell h4 {padding: 7px 0 0 0 !important;}
.product-view .up-sell h4 a {color: #464646; font-weight: bold; font-size: 14px; text-decoration: none;}
.product-view .up-sell .price-box {text-align: left;}
.product-view .up-sell .last td {background: 0 !important; padding: 7px 20px 30px 0;}


/* 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:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.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; }

/* Product Tags */
.tags-list li { display:inline; }

/* 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:570px; }
/* ======================================================================================= */
/* Cart Success */
.cart_success .success_header {background: url('../images/buy_ok_header.gif') no-repeat 0 0; padding: 99px 0 0 0; text-indent: -9999px;}
.cart_success .success_header h2 {position: absolute; top: -999px;}
.cart_success .success_header .cart_nav {background: url('../images/checkout-steps.gif') no-repeat 0 0; height: 44px;}
.cart_success .success_header.logged .cart_nav {background: url('../images/checkout-steps-logged.gif') no-repeat 0 0; height: 44px;}

.cart_success .success_body {padding: 0 22px 30px;}
.cart_success h3 {background: url('../images/success_msg_icon.gif') no-repeat 0 50%; font-size: 19px; font-weight: normal; margin: 30px 0 25px 0; padding: 0 0 0 33px;}
.cart_success .success-cms-msg {padding: 25px 0 15px 0; border-top: 1px solid #e5e5e5; line-height: 1.4; font-size: 16px; color: #a2a2a2;}
.cart_success .buttons-set .button {float: none;}
.cart_success .buttons-set .button span {padding: 0; background: 0; border: 0;}

/* Shopping Cart ========================================================================= */
.no-items-cart {padding: 40px;}
.cart {padding: 0 0 80px 0;}
.cart .main-form {padding: 0 25px;}
.cart .cart_header {background: url('../images/shopping_cart_header.gif') no-repeat 0 0; padding: 99px 0 0 0; text-indent: -9999px;}
.cart .cart_header h2 {position: absolute; top: -999px;}
.cart .cart_header .cart_nav {background: url('../images/checkout-steps.gif') no-repeat 0 -44px; height: 44px;}
.cart .cart_header.logged .cart_nav {background: url('../images/checkout-steps-logged.gif') no-repeat 0 -44px; height: 44px;}
.cart .cart_header .cart_nav_active {width: 82px; background: url('../images/checkout-steps-over.gif') no-repeat 0 0; height: 44px;}
.cart .cart_header.logged .cart_nav_active {width: 102px; background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 0; height: 44px;}
.cart .msg-button {padding: 35px 0 9px 0; overflow: hidden;}
.cart .msg-button .checkout-types {padding-top: 0 !important;}
.cart .messages {float: left; width: auto;}
.cart .checkout-types {width: 223px; float: right; padding: 32px 25px 0 0; text-align: center;}
.cart .checkout-types li {padding: 0 0 5px 0;}
.cart .checkout-types a {color: #376c22;}
.cart .discount {width: 590px; float: left; padding: 35px 0 0 49px;}
.cart .discount br {display: none;}
.cart .discount .big-label {width: 265px; float: left;}
.cart .discount label {color: #a3a3a3; font-size: 14px;}
.cart .discount .big-label h3 {text-transform: uppercase; color: #2a2929; font-size: 14px; padding: 0; font-weight: bold;}
.cart .discount .input-text {float: left; border: 1px solid #7e9db9; height: 20px; width: 136px; padding: 6px 6px 0 6px; margin-top: 2px;}

/* Shopping Cart Table */
.cart-table thead {background: 0;}
.cart-table th {background: 0; border: 0; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #aa9f9f; color: #a2a2a2; padding: 10px 20px;}
.cart-table td {border: 0; border-bottom: 1px solid #e5e5e5; padding: 15px 20px; vertical-align: middle; font-size: 14px;}
.cart-table .last td {border: 0;}
.cart-table h3 {}
.cart-table h3 a  {font-size: 14px; color: #010101; text-decoration: none;}
.cart-table .qty {padding: 0; border: 0; text-align: center; font-size: 14px;}
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell {overflow: hidden; padding: 20px 22px 0 22px;}
.cart .crosssell h3 {text-transform: uppercase; color: #2a2929; font-size: 14px; line-height: 1; font-weight: bold;}
.cart .crosssell h4 {color: #666; font-size: 12px; line-height: 1; padding: 0 0 8px 0;}
.cart .crosssell .price-box {color: #225fa3; padding: 0 0 5px 0;}
.cart .crosssell .button span {color: #32641d;}
.cart .crosssell ul {overflow: hidden; padding: 20px 0 0 0;}
.cart .crosssell .old-price {display: none;}
.cart .crosssell li {float: left; width: 171px; padding: 0 6px;}
.cart .crosssell .product-image { float:left; width: 90px; }
.cart .crosssell .product-shop { float: left; width: 81px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals {background: url('../images/bg_totals.gif') repeat-x 0 0 #fff070; overflow: hidden; padding: 22px 20px 13px; margin: 0 25px;}
.cart .totals .button {float: left; margin-top: 44px;}
.cart .totals table { width:355px; float: right;}
.cart .totals tbody th {font-size: 14px; text-align: left !important; height: 50px;}
.cart .totals tbody td {font-size: 14px; text-align: right;}
.cart .totals tfoot th {font-size: 24px; text-align: left !important;}
.cart .totals tfoot th strong {font-weight: normal;}
.cart .totals tfoot td {font-size: 24px; text-align: right; font-weight: bold; padding-left: 50px;}

/* 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 ============================================================================== */
.opc_header {background: url('../images/shopping_cart_header.gif') no-repeat 0 0; padding: 99px 0 0 0; text-indent: -9999px;}
.opc_header h2 {position: absolute; top: -999px;}
.opc_header .cart_nav {background: url('../images/checkout-steps.gif') no-repeat 0 -44px; height: 44px;}
.opc_header.logged .cart_nav {background: url('../images/checkout-steps-logged.gif') no-repeat 0 -44px; height: 44px;}
.opc_header .back-to-cart {width: 82px; background: url('../images/checkout-steps-over.gif') no-repeat 0 -44px; height: 44px;}
.opc_header.logged .back-to-cart {width: 102px; background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -44px; height: 44px;}
.opc .step h3 {border-bottom: 1px solid #e5e5e5; padding: 0 5px 10px; margin-bottom: 20px; font-size: 19px; color: #000; font-weight: bold;}
.opc .step a {color: #E27116;}

/* One Page */
.opc {position: relative; padding: 0 0 0 0;}
.opc .step-title {height: 44px; position: absolute; top: -44px; text-indent: -9999px;}
.opc .step-title .number {display: none;}
.opc .step-title h3 {padding: 0;}
.opc.logged .allow .step-title{cursor: pointer;}
.opc.logged .allow.active .step-title {cursor: default;}
.opc .buttons-set {padding-top: 20px;}
.opc .form-list li {padding: 0 0 5px 0;}

.opc #opc-login .step-title {left: 68px; width: 184px; z-index: 10;}
.opc #opc-billing .step-title {left: 238px; width: 132px; z-index: 11;}
.opc #opc-shipping .step-title {left: 356px; width: 150px; z-index: 12;}
.opc #opc-shipping_method .step-title {left:492px; width: 178px; z-index: 13;}
.opc #opc-payment .step-title {left:656px; width: 117px; z-index: 14;}
.opc #opc-review .step-title {left:759px; width: 103px; z-index: 15;}

.opc #opc-login.allow .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -132px;}
.opc #opc-billing.allow .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -220px;}
.opc #opc-shipping.allow .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -308px;}
.opc #opc-shipping_method.allow .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -396px;}
.opc #opc-payment.allow .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -484px;}
.opc #opc-review.allow .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -572px;}

.opc #opc-login.active .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -88px !important;}
.opc #opc-billing.active .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -176px !important;}
.opc #opc-shipping.active .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -264px !important;}
.opc #opc-shipping_method.active .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -352px !important;}
.opc #opc-payment.active .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -440px !important;}
.opc #opc-review.active .step-title {background: url('../images/checkout-steps-over.gif') no-repeat 0 -528px !important;}


.opc.logged #opc-billing .step-title {left: 88px; width: 163px; z-index: 11;}
.opc.logged #opc-shipping .step-title {left: 236px; width: 175px; z-index: 12;}
.opc.logged #opc-shipping_method .step-title {left: 397px; width: 206px; z-index: 13;}
.opc.logged #opc-payment .step-title {left: 588px; width: 143px; z-index: 14;}
.opc.logged #opc-review .step-title {left: 716px; width: 136px; z-index: 15;}

.opc.logged #opc-billing.allow .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -132px;}
.opc.logged #opc-shipping.allow .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -220px;}
.opc.logged #opc-shipping_method.allow .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -308px;}
.opc.logged #opc-payment.allow .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -396px;}
.opc.logged #opc-review.allow .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -484px;}

.opc.logged #opc-billing.active .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -88px !important;}
.opc.logged #opc-shipping.active .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -176px !important;}
.opc.logged #opc-shipping_method.active .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -264px !important;}
.opc.logged #opc-payment.active .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -352px !important;}
.opc.logged #opc-review.active .step-title {background: url('../images/checkout-steps-over-logged.gif') no-repeat 0 -440px !important;}


.opc li.section {background: #fff;}
.opc .step-title h3 {}
.opc .allow .step-title {}
.opc .active {}
.opc .step .please-wait {margin-top: 12px;}
.opc .active .step-title {}
.opc .step {padding: 35px 26px; }
.opc .step h4 {padding: 0 0 20px 0;}
.opc .step ul {padding: 0 0 15px ;}
.opc .step dt {padding: 0 0 10px 0;}
.opc .step dd {padding: 0 0 20px 0;}
.opc .step .button span {background: 0; padding: 0; color: #000;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
/*
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}*/

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; 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 {}
.account-create fieldset {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.customer-account .main {padding: 129px 0 30px 0; background: url('../images/dashboard_header.gif') no-repeat 0 0;}
.customer-account .dash-wrap {background: #ffeafa; padding: 15px 11px 20px;}
.customer-account .page-title {border: 0; padding: 0 0 15px 0;}
.customer-account .page-title h2 {color: #464646; font-weight: bold; font-size: 19px;}

.customer-account .dash-wrap .recent-orders {margin: 0 0 20px 0;}
.customer-account .dash-wrap .recent-orders .title-buttons {padding: 0 0 5px 0;}
.customer-account .dash-wrap .recent-orders a {color: #ba1fac; text-decoration: none;}
.customer-account .dash-wrap .data-table thead {background: #fff2fc;}
.customer-account .dash-wrap .data-table th {color: #5e375a; border: 1px solid #fecbf1;}
.customer-account .dash-wrap .data-table td {color: #795858; border: 1px solid #fecbf1;}

.dashboard {}
.dashboard h3 {display: none;}
.dashboard h4 {color: #5e375a; font-size: 19px; font-weight: normal;}
.dashboard .welcome-msg {padding: 0 0 20px 0; color: #a3a3a3; width: 580px;}
.dashboard .col2-set {background: url('../images/1px_pink.gif') repeat-x 0 27px;}
.dashboard .sub-title {overflow: hidden; padding: 0 0 15px 0;}
.dashboard .sub-title h4 {float: left;}
.dashboard .sub-title a {float: right; display: block; background: url('../images/16x16_pencil.gif') no-repeat 0 0; padding: 2px 2px 2px 20px; margin: 2px 0 0 0; color: #ba1fac; text-decoration: none;}
.dashboard .col2-set.first {padding: 0 0 20px 0;}
.dashboard .col2-set.last .sub-title a {background: url('../images/16x16_key2.gif') no-repeat 0 0;}

.dashboard .col2-set h5 {font-size: 12px; color: #4e3333; font-weight: bold; padding: 5px 0 5px 0;}
.dashboard .col2-set p,
.dashboard .col2-set address {line-height: 2; color: #795858;}

.dashboard .col2-set p a,
.dashboard .col2-set address a {background: url('../images/16x16_pencil.gif') no-repeat 0 0; padding: 2px 2px 2px 20px; color: #ba1fac; text-decoration: none;}

/* 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; }
/* ======================================================================================= */
/* CMS Pages */

.custom_content{padding-left:25px}
.custom_content h2{color:#8f8882;font-weight: bold;margin:30px 0 22px 0}
.custom_block{width:100%;float:left}
.custom_block a { color:#e27116;text-decoration: none}
.custom_block h1{margin: 40px 0 18px 0;font-weight: bold;color:#000}
.custom_text{color:#a3a3a3}
.credit_card{margin:18px 0 40px 0}
.credit_card img{padding-right:20px }
.custom_block h2{color:#4d4d4d;font-size:14px}
.custom_block.last{margin-bottom:150px}
.card_left{float:left;width:320px}
.card_rigth{width:460px;float:left}
.custom_links li {margin-top:10px}
.custom_links li a{background:url(../images/flecha_naranja.gif) no-repeat 0% 50%; padding-left:15px; color:#e27116;text-decoration: none}

/* Footer ================================================================================ */
.footer {height: 310px; padding: 35px 0 0 0px; text-align: left; margin-left: auto; margin-right: auto;}
.footer_links ul {overflow: hidden; width: 540px; padding: 0 0 0 14px; float: left;}
.footer_links li {float: left; padding: 0 8px 8px;}
.footer_links a  {display: block; width: 115px; color: #464646; font-size: 12px; border-bottom: 1px solid #c8c8c8; text-decoration: none; padding: 0 1px 8px;}
.footer_links .col1 a {width: 105px;}
.footer_links .col2 a {width: 105px;}
.footer_links .col3 a {width: 75px;}
.footer_links .col4 a {width: 120px;}
.footer_data { font-size: 12px; color: #8f8f8f; }
.footer_data p {padding: 0 0 14px 0;}
.footer .copy {clear: both; padding: 10px 22px 0 22px; color: #8f8f8f; font-size: 12px;}
.footer_misc {padding: 45px 22px 0px 22px; color: #b4b4b4; font-size: 11px; line-height: 1.4;}
.footer_misc strong {color: #7f7f7f; font-weight: normal;}
.footer_misc p { 45px 22px 0px 22px; }
/* ======================================================================================= */

.hometext {
padding-top: 240px;
width: 800px;
text-wrap: normal;
font-size: 11px;
line-height: 1.4em; 
}

.border {
padding:0px 0 0 15px;  background:white;
}

button.button.addtobutton{
  float:right;
}

.col-main .price-includes{
  padding-top:10px;
  color:silver;
  text-align:right;
}

#attribute497{ /* this is the size selecter */
  width:160px
}

.page .product-view .regular-price, .page .product-view .special-price {font-size: 31px;}
