/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 *
 *
 * @copyright  Copyright (c) 2008 template-help.com
 */
/* Layout ================================================================================= */
.wrapper {}
.page { width:980px; margin:0 auto; padding:0; text-align:left; }
.page-print { padding:20px; text-align:left; }
.page-popup{padding:20px; text-align:left;}
.page-popup .page-title {background:url(../images/title_left_bg.gif) left top no-repeat #928467; margin-bottom:15px;}
.page-popup .page-title h2{background:0; padding:0; margin:0;}
.right-title-top-bg{background:url(../images/title_right_bg.gif) right top no-repeat; padding:5px 0 5px 19px; color:#FFFFFF; text-transform:uppercase; font-weight:bold; font-size:1.09em;}
.page-popup .page-title a{ color:#FFFFFF; text-transform:none; font-weight:normal; padding-right:20px;}
.page-popup p{padding:10px 0;}
.page-popup p a{font-weight:bold;}
.main{padding:0; border:1px solid #14171E;}

/* Base Columns */ 
.col-left { float:left; width:191px; border-right:1px solid #14171E; margin-bottom:-1px;}
.col-main { float:left; width:594px; margin-bottom:-1px;}
.col-right { float:right; width:191px; border-left:1px solid #14171E; margin-bottom:-1px;}

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

/* 2 Columns Layout */
.col2-left-layout{background:url(../images/column_border.gif) 191px top repeat-y;}
.col2-left-layout .col-main {float:right; width:786px;}
.col2-right-layout{background:url(../images/column_border.gif) 786px top repeat-y;}
.col2-right-layout .col-main {width:786px;}

/* 3 Columns Layout */
.col3-layout{background:url(../images/column_border.gif) 191px top repeat-y;}
.col3-layout .col-main { width:594px;}

.column-border{width:100%; background:url(../images/column_border.gif) 786px top repeat-y;}


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


/* Header ================================================================================ */
.header-container {}
.header{}
.header .logo-box{width:54%; float:left; padding-top:11px;}
#logo { float:left; width:514px; height:48px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; }
.header .top-links{width:45%; float:left; padding-top:10px;}
.header .links{float:right; padding-right:8px;}
.header .links li{display:inline; color:#616E84; border-right:1px solid #616E84; padding:0 8px 0 9px;}
.header .links li a{color:#616E84; text-decoration:none;}
.header .links li a:hover{text-decoration:underline;}
.header .links li.last{border:0; padding-right:0;}
.header .boxes-row{padding:0 0 17px 0; text-align:right;}
.header .form-language { text-align:right; }
.header .form-language label{color:#616E84; font-weight:bold;}
.header .form-language select{width:119px; height:17px; margin-left:5px; margin-bottom:1px;}
.header .header-left-col{width:764px; float:left;}
.header .welcome-msg{background:url(../images/welcome_msg_top.gif) left top repeat-x #F1F4F5; margin-right:8px; color:#616E84; font-size:1.2em; font-weight:bold;}
.header .welcome-msg-right-top{ background:url(../images/welcome_msg_top_right.gif) right top no-repeat; padding:6px 19px 9px 19px; text-align:left;}
.header .search-box{width:208px; float:left; padding:21px 0 10px 5px;}
.header .form-search{}
.header .form-search label{display:none;}
.header .form-search input{width:135px; float:left; margin-right:3px;}
.header .form-search button{background:#C82228; float:left;}
.header .form-search button span{line-height:14px;}
.header .top-menu{background:url(../images/top_menu_bg.gif) left top repeat-x #14171E; width:100%;}
.header .top-menu-right{background:url(../images/top_menu_right_bg.gif) right top repeat-y;}
.header .top-menu-right-top{background:url(../images/top_menu_right_top_bg.gif) right top no-repeat;}
.header .top-menu-right-bot{ background:url(../images/top_menu_right_bot_bg.gif) right bottom no-repeat; padding:0 27px 0 0;}

/********** < Navigation */

#nav {font-size:1.3em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; padding:0 25px 0 22px; background:url(../images/nav_li_divider.gif) right center no-repeat;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap;}
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { background-image:none; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#58534D; }
#nav a { float:left; padding:4px 0; font-weight:bold; color:#58534D; }
#nav li.over a,
#nav a:hover { color:#58534D; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px;}
#nav ul li.last {padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #797C80; }

/* Show menu */
#nav li.over > ul { left:10px; }
#nav li.over > ul { left:10px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li:hover {background:url(../images/menu_show_divider.gif) left bottom repeat-x #B5CDDF!important;}
#nav .last:hover{background:#B5CDDF!important;}

#nav ul li a 
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

#nav li li{padding:0;}
#nav li span{text-transform:uppercase; color:#F0F1F1; font-weight:normal;}

/*=============================================*/
#nav ul li{background:url(../images/menu_show_divider.gif) left bottom repeat-x #F2F2F2;}
#nav ul li.last{background:#F2F2F2;}

#nav span{font-size:11px;}
#nav li li span{text-transform:none; color:#616E84; font-weight:bold; padding:7px 32px!important;}
#nav ul li a:hover span{color:#FFFFFF;}
/*=============================================*/

/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:10px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text, select, textarea { border:1px solid #828282; }
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }
button.button { overflow:visible; width:auto; background:url(../images/button_bg.gif) left top repeat-x #B91C21; border:1px solid #B91C21; cursor:pointer; }
button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 11px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#FFFFFF; }
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 */
.highlight {}

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

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

.buttons-set { clear:both; margin:5px 0 0; padding:5px;}
.buttons-set .back-link { float:left; }
.buttons-set .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 { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

.sp-methods .form-list {}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

#checkout-payment-method-load dt{padding:10px 0;}
#checkout-payment-method-load dd{padding:0 15px;}

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 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:9px 0 8px 20px; margin:0; background:#F2F2F2; border-bottom:1px solid #14171E;}
.breadcrumbs li {display:inline; padding-right:5px; color:#616E84; font-weight:bold;}
.breadcrumbs li a{padding-right:5px; color:#616E84; text-decoration:underline;}
.breadcrumbs li a:hover{text-decoration:none;}
.breadcrumbs strong{display:none;}
.breadcrumbs li strong{display:inline; color:#B91C21;}


/* Page Heading */
.page-title{background:url(../images/title_left_bg.gif) left top no-repeat #928467;}
.page-title h2{background:url(../images/title_right_bg.gif) right top no-repeat; padding:5px 0 5px 19px; color:#FFFFFF; text-transform:uppercase; font-weight:bold; font-size:1.09em;}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {border-bottom:1px solid #14171E; padding:5px 23px 5px 20px; margin:5px 0; text-align:center; font-size:1.09em;}
.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 strong{font-weight:normal;}
.pager .pages li span{font-weight:bold;}
.pager .pages li a{color:#616E84;}
.pager .pages .current {}

/* Sorter */ 
.sorter {border-bottom:1px solid #14171E; padding:5px 59px 5px 20px; margin:5px 0 0; font-size:1.09em;}
.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 #14171E; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #14171E; }
.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 { 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 .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

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

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

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


/* Sidebar =============================================================================== */
.sidebar .block {border-bottom:1px solid #14171E; padding:31px 15px 24px 18px;}
.sidebar .block .block-title {border-bottom:2px solid #23262B; padding-bottom:2px;}
.sidebar .block .block-title h2 {font-size:1.09em; font-weight:bold; text-transform:uppercase; color:#1A1D22;}
.sidebar .block .block-content {padding:18px 0 0; }
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }

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

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

/* Block: Layered Navigation */
.sidebar .block-layered-nav {}
.sidebar .block-layered-nav .block-title{border-color:#B91C21;}
.sidebar .block-layered-nav .block-title h2{color:#B91C21;}
.sidebar .block-layered-nav dt { font-weight:bold; }
.sidebar .block-layered-nav .block-content h3{font-size:1.09em;}
.sidebar .block-layered-nav .block-content dl{margin:10px 0;}
.sidebar .block-layered-nav .block-content dl dt{padding:4px 15px 4px 8px; background:#E9E6E1; color:#616E84; text-transform:uppercase; font-weight:normal;}
.sidebar .block-layered-nav .block-content dl dd{padding:7px 7px 15px;}
.sidebar .block-layered-nav .block-content li{padding:0 0 3px 0; color:#B91C21; font-weight:bold;}
.sidebar .block-layered-nav .block-content li a{color:#B91C21; text-decoration:underline; font-weight:bold;}
.sidebar .block-layered-nav .block-content li a:hover{text-decoration:none;}
.sidebar .block-layered-nav .block-content li .price{font-size:1em;}

.sidebar .block-layered-nav .currently li{background:#E9E6E1; padding:4px 4px 3px 5px; margin-bottom:2px; color:#616E84; font-weight:normal;}
.sidebar .block-layered-nav .currently li .label{color:#616E84; text-transform:uppercase; padding-left:10px; font-weight:bold; background:url(../images/shop_by_marker.gif) left center no-repeat;}
.sidebar .block-layered-nav .currently li .price{color:#616E84; font-weight:normal;}
.sidebar .block-layered-nav .currently li img{float:right;}
.sidebar .block-layered-nav .actions{margin:10px 0; font-weight:bold;}

/* Block: Cart */
.sidebar .block-cart {background:#F2F2F2;}
.sidebar .block-cart .block-title{border-color:#B91C21;}
.sidebar .block-cart .block-title h2{color:#B91C21;}
.sidebar .block-cart .amount{} 
.sidebar .block-cart h3{font-size:1.09em; margin:10px 0;}
.sidebar .block-cart .amount a{color:#B91C21; font-weight:bold;}
.sidebar .block-cart .subtotal {text-align:center; background:#DFDCD6; margin:10px 0; padding:4px 0; color:#6B727E;}

.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image { float:left; width:50px; padding:5px; margin-right:-75px; }
.sidebar .mini-products-list .product-details { margin-left:75px; }
.sidebar .mini-products-list .product-details h4 a{font-size:1.2em; font-weight:bold; color:#212630; margin:0; text-decoration:none;}
.sidebar .mini-products-list .product-details h4 a:hover{text-decoration:underline;}
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist {}
.sidebar .block-wishlist .product-details a{color:#B91C21; font-weight:bold;}
.sidebar .block-wishlist .actions a{color:#B91C21; font-weight:bold;}


/* Block: Related */
.sidebar .block-related {}
.sidebar .block-related {background:#F2F2F2;}
.sidebar .block-related .block-title{border-color:#B91C21;}
.sidebar .block-related .block-title h2{color:#B91C21;}
.sidebar .block-related .block-content p a{font-weight:bold;}
.sidebar .block-related .block-content #block-related{margin-top:15px;}
.sidebar .block-related .block-content .product-name a{font-size:1.2em; font-weight:bold; color:#212630; margin:0; text-decoration:none;}
.sidebar .block-related .block-content .product-name a:hover{text-decoration:underline;}
.sidebar .block-related .product-details p a{color:#B91C21;}


.sidebar .block-related li { padding:5px 0 30px; }
.sidebar .block-related .checkbox { float:left; margin-right:-20px; }
.sidebar .block-related .item { margin-left:40px; }
.sidebar .block-related .item .product-image {margin-right:0;}
.sidebar .block-related .item .product-image img{padding-bottom:15px;}
.sidebar .block-related .item .product-details { margin-left:0; }

/* Block: Compare Products */
.sidebar .block-compare {}
.sidebar .block-compare li { padding:5px 0; }
.sidebar .block-compare {background:#F2F2F2;}
.sidebar .block-compare .block-title{border-color:#B91C21;}
.sidebar .block-compare .block-title h2{color:#B91C21;}
.sidebar .block-compare #compare-items li a{font-size:1.2em; font-weight:bold; color:#212630; margin:0; text-decoration:none;}
.sidebar .block-compare #compare-items li a:hover{text-decoration:underline;}
.sidebar .block-compare #compare-items li img{float:right; padding-left:5px;}
.sidebar .block-compare .actions button{float:right;}
.sidebar .block-compare .actions a{font-weight:bold; float:left; padding:5px;}


/* Block: Viewed */
.sidebar .block-recent {}
.sidebar .block-recent {background:#F2F2F2;}
.sidebar .block-recent.block-title{border-color:#B91C21;}
.sidebar .block-recent .block-title h2{color:#B91C21;}
.sidebar .block-recent #recently-viewed-items li a{font-size:1.2em; font-weight:bold; color:#212630; margin:0; text-decoration:none;}
.sidebar .block-recent #recently-viewed-items li a:hover{text-decoration:underline;}

/* Block: Poll */
.sidebar .block-poll {}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px; }
.sidebar .block-poll .answer {}
.sidebar .block-poll .votes { font-weight:bold; }
.sidebar .block-poll h3{font-size:1.09em;}
.sidebar .block-poll ol{margin:10px 0;}
.sidebar .block-poll ol li{padding:3px 0;}
.sidebar .block-poll ol .radio{margin-right:10px;}
.sidebar .block-poll ol span{padding-top:2px;}
.sidebar .block-poll ol a{color:#616E84; text-decoration:none;}
.sidebar .block-poll ol a:hover{text-decoration:underline;}

/* Block: Tags */
.sidebar .block-tags {background:#F2F2F2;}
.sidebar .block-tags .block-title{border-color:#B91C21;}
.sidebar .block-tags .block-title h2{color:#B91C21;}
.sidebar .block-tags .actions{margin:5px 0;}

.sidebar .block-tags ul{font-size:1.3em;}
.sidebar .block-tags ul,
.sidebar .block-tags li { display:inline; line-height:normal; }

/* Block: Subscribe */
.sidebar .block-subscribe {}
.sidebar .block-subscribe label{font-weight:bold; font-size:1.09em;}
.sidebar .block-subscribe input{width:150px; height:12px; margin:10px 0;}
.sidebar .block-subscribe button{float:right;}

/* Block: Reorder */
.sidebar .block-reorder {}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder h3{font-size:1.09em;}
.sidebar .block-reorder .label{display:block; margin-left:20px;}
.sidebar .block-reorder .label a{font-size:1.2em; font-weight:bold; color:#212630; margin:0; text-decoration:none;}
.sidebar .block-reorder .label a:hover{text-decoration:underline;}

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

/* Block: Checkout Progress */
.sidebar .block-progress {padding:31px 10px 24px 10px;}
.sidebar .block-progress .block-title{border:0; background:#14171E; padding:11px 10px 10px 10px;}
.sidebar .block-progress .block-title h2{color:#FFFFFF; font-size:0.91em;}
.sidebar .block-progress .block-content{border:1px solid #E4E0E0; border-top:0; padding:15px 10px 20px 12px;}
.sidebar .block-progress dt,
.sidebar .block-progress dd{padding:12px 17px 11px 20px; border:1px solid #B2C2CB; border-top:0;}

.sidebar .block-progress dl{border-top:1px solid #B2C2CB;}
.sidebar .block-progress dt { font-weight:bold; color:#000000; font-size:1.2em;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { background:0; }

/* Block: recently Compared Productss */
.recently-compared-products li a{font-size:1.2em; font-weight:bold; color:#212630; margin:0; text-decoration:none;}
.recently-compared-products li a:hover{text-decoration:underline;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title{background:url(../images/title_left_bg.gif) left top no-repeat #928467;}
.category-title h2{background:url(../images/title_right_bg.gif) right top no-repeat; padding:5px 0 5px 19px; color:#FFFFFF; text-transform:uppercase; font-weight:bold; font-size:1.09em;}


.category-image { display:block; margin:10px auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background:0; }
.products-grid td { width:48%; border:1px solid #14171E; border-left:0; border-top:0; padding:15px 19px 22px; text-align:center;}
.products-grid td.empty {}
.products-grid td.last{border-right:0;}


/* View Type: List */
.products-list .item {border-bottom:1px solid #14171E; padding:14px 30px 23px 20px; margin:0 0 5px; }
.products-list .product-image { float:left; margin-right:-150px; }
.products-list .product-shop { float:right; width:380px; }
.products-list .product-shop .price-box{float:left;}
.products-list .product-shop button{margin:8px 0 0 35px;}
/* ======================================================================================= */

.products-col-1{width:129px; float:left;}
.products-col-2{width:414px; float:left;}

.cms-index-index .products-grid{border:0;}
.cms-index-index .products-grid td{width:auto; padding:21px 28px 22px 20px; border:0; border-bottom:1px solid #14171E; text-align:left;}
.cms-index-index .products-grid .price-box{float:left;}
.cms-index-index .products-grid button{margin:8px 0 0 50px;}
.cms-index-index .rating-box{margin:10px 0;}

/* Product View ========================================================================== */
.product-name{padding:5px 0;}
.product-name a{font-size:1.2em; font-weight:bold; color:#212630; margin:0; text-decoration:none;}
.product-name a:hover{text-decoration:underline;}

.product-view {}

.product-essential {padding:14px 54px 26px 18px;}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.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 3px 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:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
.product-view .product-img-box .more-views h3{font-size:1.09em; 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:421px; }
.product-view .product-shop .add-to-box .add-to-cart input{width:50px;}
.product-view .product-shop .add-to-box .add-to-links{margin:0;}
.product-view .product-shop .add-to-box .add-to-links li{display:block;}
.product-view .product-shop .add-to-box .add-to-links .separator{display:none;}

.product-view .product-name{margin:15px 0;}
.product-view .product-name h2{font-size:1.2em; font-weight:bold; color:#212630; margin:0;}
.product-view .short-description { margin-top:15px;}
.product-view .short-description h3{margin-bottom:10px; font-size:1.09em;}

.desc a{color:#B91C21; font-weight:bold;}

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

.catalog-product-view .rating-box{margin:10px 0;}

.review-product-view .rating-box{margin:0;}

/* Availability */
.availability {padding:10px 0 0; font-size:1.09em;}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#B91C21; font-size:1.2em; text-transform:uppercase; font-weight:bold;}

.price-box {margin:10px 0;}
.price-box .price{font-weight:bold;}


.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

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

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; padding:2px 0;}
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:bold; }

/* Including tax */
.price-including-tax { display:block; padding:2px 0;}
.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{margin-bottom:15px; width:100%; overflow:hidden;}
.tier-prices li{padding:5px 10px 3px; background:#E9E6E1; margin-bottom:2px; float:left; white-space:nowrap;}
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links{margin-top:10px;}
.add-to-links li{display:inline; font-weight:bold; font-size:1.09em;}
.add-to-links li a{color:#B91C21; text-decoration:underline;}
.add-to-links li a:hover{text-decoration:none;}
.add-to-links .separator { display:inline; color:#212630; }
.add-to-links .last a{color:#212630;}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart .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:5px 10px; font-weight:bold;}
.add-to-box .add-to-links { float:left; }

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

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

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

/* Block: Description */
.product-view .description {padding:14px 24px 23px 18px; border-top:1px solid #14171E;}
.product-view .description h3{color:#14171E; font-size:1.2em; margin-bottom:10px;}

/* Block: Additional */
.product-view .additional{padding:14px 24px 23px 18px; border-top:1px solid #14171E;}
.product-view .additional h3{color:#14171E; font-size:1.2em; margin-bottom:10px;}
.product-view .additional th{padding-left:30px; color:#14171E; font-size:1.2em;}
.product-view .additional th,
.product-view .additional td{border-color:#C5C1C1;}

/* Block: Upsell */
.product-view .up-sell {padding:14px 24px 23px 18px; border-top:1px solid #14171E;}
.product-view .up-sell h3{color:#14171E; font-size:1.2em;}
.product-view .up-sell .products-grid td { width:25%; border:0; }

/* Block: Tags */
.product-view .tags {padding:14px 24px 23px 18px; border-top:1px solid #14171E;}
.product-view .tags h3{color:#14171E; font-size:1.2em;}
.product-view .tags h4{color:#14171E; padding:5px 0; font-size:1.09em;}
.product-view .tags .form-add-tags{margin:15px 0;}
.product-view .tags .form-add-tags label {color:#14171E; font-size:1.09em; font-weight:bold;}
.product-view .tags .form-add-tags .input-box { float:left; margin:5px 5px 5px 0;}
.product-view .tags .form-add-tags .input-box input{width:645px;}
.product-view .tags .form-add-tags .button { float:left; margin-top:5px; }
.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 Tags */
.tags-list{font-size:1.09em;}
.tags-list li { display:inline; padding-right:3px;}
.tags-list li a{color:#B91C21; font-weight:bold;}

.tag-customer-index .tags-list{font-size:1.3em;}

/* Advanced Search */
.search-summary { margin:20px;}

.result-indent{padding:20px 20px 0;}

.contacts-index-index #contactForm{display:block; padding:20px;}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .page-title{margin-bottom:15px;}
.product-review .product-img-box { float:left; width:140px; padding-left:20px;}
.product-review .product-img-box img{margin-bottom:20px;}

.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:600px; }
.product-review .buttons-set{padding-left:20px;}

.review-customer-view .col-main .product-image-box{width:160px; float:left;}
.review-customer-view .col-main .product-image-box img{margin-bottom:10px;}
.review-customer-view .col-main .product-details{width:530px; float:left;}
.review-customer-view .col-main .data-table{margin:15px 0;}
.review-customer-view .col-main .ratings{margin:15px 0;}
.review-customer-view .col-main .ratings .rating-box{padding:5px 0;}

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


/* Shopping Cart ========================================================================= */
.cart .page-title{text-align:left;}
.cart h2{ float:none;}
.cart .cart-indent{padding:19px 14px 25px 19px;}
.cart fieldset.cart-indent{display:block; border-bottom:1px solid #14171E;}
.cart .cart-indent .data-table{border-right:1px solid #C5C1C1;}
.cart #shopping-cart-table thead th{color:#14171E; font-size:1.2em;}
.cart #shopping-cart-table thead,
.cart #shopping-cart-table tfoot{background-color:#F2F2F2;}
.cart #shopping-cart-table th,
.cart #shopping-cart-table td{border-color:#C5C1C1;}

.cart .checkout-types {text-align:right; margin:15px 5px 0 0; }
.cart .checkout-types button{margin-bottom:10px;}
.cart .checkout-types li{padding-bottom:3px;}
.cart .checkout-types li a{color:#B91C21; font-weight:bold; font-size:1.2em;}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:703px; }
.cart .cart-collaterals .col-1{width:282px;}
.cart .cart-collaterals .col-2{width:409px;}

.cart .crosssell{border:1px solid #C5C1C1; padding:15px 19px 20px 17px;}
.cart .crosssell h3{color:#212630; font-size:1.2em;}
.cart .crosssell ul{margin-top:15px;}
.cart .crosssell ul li{padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #E2E0E0;}
.cart .crosssell ul .add-to-links li{display:block; padding:0; margin:0; border:0;}
.cart .crosssell ul .add-to-links .separator{display:none;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }

.cart .shipping {border:1px solid #C5C1C1; padding:15px 19px 20px 17px; margin-top:12px;}
.cart .shipping h3{color:#212630; font-size:1.2em; margin-bottom:15px;}
.cart .shipping label{color:#212630; font-weight:bold;}
.cart .shipping p{color:#212630; font-size:1em; font-weight:bold;}
.cart .shipping .form-list{margin-top:15px;}
.cart .shipping .form-list li{padding-bottom:10px;}
.cart .shipping .buttons-set{padding-left:0;}
.cart .shipping .buttons-set button{float:none;}

.cart .discount{border:1px solid #C5C1C1; padding:15px 18px 21px 17px;}
.cart .discount h3{color:#212630; font-size:1.2em; margin-bottom:10px;}
.cart .discount label{color:#212630; font-weight:bold;}
.cart .discount input{width:245px;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:202px; border:1px solid #C5C1C1; background:#F2F2F2; padding:10px 17px 17px 11px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals .tax-collapse{font-size:1.2em; font-weight:bold; color:#14171E;}
.cart .totals th{font-size:1.2em; font-weight:bold; color:#14171E;}

/* 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; z-index:999; width:220px; 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 #DDDDDD; position:relative; margin:14px 29px 25px 19px;}
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#FFFFFF; padding:7px 30px 7px 31px; color:#3A4750; font-size:1.2em; font-weight:bold;}
.opc .step-title .number {line-height:22px; margin-right:5px; padding:2px 5px; border:1px solid #3A4750; background:#FFFFFF;}
.opc .step-title h3 {display:inline; }
.opc .allow .step-title { cursor:pointer; }
.opc .active .step-title{color:#B91C21;}
.opc .active .step-title .number{border:1px solid #B91C21; background:#B91C21; color:#FFFFFF;}
.opc .active .step-title { background-color:#F2F2F2; cursor:default; }
.opc .active .step{background:#F2F2F2;}

.opc .step { border-top:1px solid #ddd; padding:23px 10px 25px 32px;}
.opc .order-review { padding-right:22px;}

#checkout-step-review .buttons-set{padding-right:18px;}

#checkout-step-login h4{color:#14171E; font-size:1.2em;}

.opc label{color:#3A4750; font-weight:bold; font-size:1.09em; margin-bottom:2px;}

#co-billing-form li label{padding-right:20px;}
#shipping-please-wait, #billing-please-wait, #shipping-method-please-wait, #payment-please-wait{margin-right:50px;}


/* Multiple Addresses Checkout */
.checkout-progress {padding:0 0 0 80px; margin:10px 0 30px; text-align:center;}
.checkout-progress li {display:inline; width:15%; text-align:center; color:#14171E; border:0; padding:3px 15px 3px 15px; margin-right:5px; background:#F2F2F2;}
.checkout-progress li.active {background:#C32F1D; color:#FFFFFF;}

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}


.checkout-multishipping-addresses .col-main{padding:20px;}
.checkout-multishipping-addresses .col-main .page-title{background:#928467; padding:7px; padding-left:20px;}
.checkout-multishipping-addresses .col-main .page-title h2{padding:0; margin-top:3px; background:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout h3{margin:15px 0;}
/*.checkout-multishipping-addresses .col-main #multiship-addresses-table{border-collapse:collapse; margin-bottom:10px; border-right:1px solid #4A4A4A;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}*/
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button{margin-left:10px;}

.checkout-multishipping-shipping .col-main{padding:20px;}
.checkout-multishipping-shipping .col-main .page-title{margin-bottom:15px; background:#928467 ;}
.checkout-multishipping-shipping .col-main .page-title h2{background:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout{width:100%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{background:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1{width:30%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2{width:68%;}
.checkout-multishipping-shipping .col-main .wide .data-table{border-collapse:collapse; margin-top:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout h3{border:1px solid #BEBCB7; border-bottom:0; margin-bottom:0; font-size:1em; padding:3px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{border:1px solid #BEBCB7; padding:20px; margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button{margin-left:10px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col-1 h4{margin:10px 0;}
.checkout-multishipping-shipping #shipping_method_form h3{padding-left:20px;}

.checkout-multishipping-billing .page-title{background:#928467;}
.checkout-multishipping-billing .page-title h2{background:0;}
.checkout-multishipping-billing .col-main{padding:20px;}
.checkout-multishipping-billing .col-main .col2-set{background:0; border:1px solid #BEBCB7; padding:20px; margin-top:15px;}
.checkout-multishipping-billing .col-main .col2-set .col-2 h3{margin-bottom:20px;}
.checkout-multishipping-billing .col-main .col2-set .col-1{width:60%;}
.checkout-multishipping-billing .col-main .col2-set .col-2{width:38%;}
.checkout-multishipping-billing .col-main .buttons-set{padding:20px 0; border:0;}
.checkout-multishipping-billing .col-main .buttons-set button{margin-left:15px;}
.checkout-multishipping-billing .col-main .col-2 dl dt{padding:10px 0;}
.checkout-multishipping-billing .col-main .col-2 dl dd{padding:0 10px;}
.checkout-multishipping-billing .col-main .col-2 dd .v-fix{padding-right:5px;}

.checkout-multishipping-overview .page-title{background:#928467;}
.checkout-multishipping-overview .page-title h2{background:0;}
.checkout-multishipping-overview .col-main{padding:20px;}
.checkout-multishipping-overview .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-overview .col-main .col2-set{background:0; border:1px solid #4A4A4A; padding:20px;}
.checkout-multishipping-overview .col-main .col2-set .col-1{width:30%;}
.checkout-multishipping-overview .col-main .col2-set .col-2{width:68%;}
.checkout-multishipping-overview .col-main .multiple-checkout h3{margin:10px 0;}
.checkout-multishipping-overview .col-main .col2-set h3{margin:0;}
.checkout-multishipping-overview .col-main .col2-set .data-table{border-collapse:collapse;}
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th,
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot td{border-top:1px solid #BFBFBF;} 
.checkout-multishipping-overview .col-main .grand-total{margin:10px 0;}
.checkout-multishipping-overview .data-table{margin:10px 0;}
.checkout-multishipping-overview .data-table thead th{color:#14171E; font-size:1.2em;}

.checkout-multishipping-address-newshipping .col-main{padding:20px;}
.checkout-multishipping-address-newshipping #form-validate{display:block; padding:20px;}
/*.checkout-multishipping-address-newshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-editshipping .page-title{background:#928467 ;}
.checkout-multishipping-address-editshipping .page-title h2{background:0;}
.checkout-multishipping-address-editshipping .col-main{padding:20px;}
.checkout-multishipping-address-editshipping #form-validate{display:block; padding:20px;}
/*.checkout-multishipping-address-editshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-selectbilling .col-main{padding:20px;}
.checkout-multishipping-address-selectbilling .page-title{background:#928467; padding-right:5px; padding-bottom:5px;}
.checkout-multishipping-address-selectbilling .page-title h2{background:0; margin-top:3px;}
.checkout-multishipping-address-selectbilling .page-title button.button{margin-top:5px;}
.checkout-multishipping-address-selectbilling .multiple-checkout{padding:20px;}

.checkout-multishipping-address-editaddress #form-validate{display:block; padding:20px;}
.checkout-multishipping-address-editaddress #form-validate #lastname{width:251px;}

.checkout-multishipping-address-editbilling .col-main{padding:20px;}
.checkout-multishipping-address-editbilling #form-validate{display:block; padding:20px;}
.checkout-multishipping-address-editbilling #form-validate #lastname{width:251px;}

.checkout-multishipping-success .page-title{background:#928467;}
.checkout-multishipping-success .page-title h2{background:0;}
.checkout-multishipping-success .col-main{padding:20px;} 
.checkout-multishipping-success .content-box{padding:30px;}
.checkout-multishipping-success .buttons-set{border:0;}

.checkout-multishipping-address-newbilling .page-title{background:#928467; margin-bottom:15px;}
.checkout-multishipping-address-newbilling .page-title h2{background:0;}
.checkout-multishipping-address-newbilling .col-main{padding:20px;} 

/********** < Common Checkout Styles */
.sp-methods{}
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; margin-left:5px;}

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

/* Gift Messages */
.add-gift-message {margin-top:15px;}
.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-form textarea{width:360px!important;}
.gift-message-form .input-box{float:none!important;}

.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 span { 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 > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {padding:20px;}
.dashboard .rating-box{margin:10px 0;}
.dashboard .welcome-msg {}
.dashboard .col2-set{margin-top:15px;}
.dashboard #my_recent_tags li{width:100%; overflow:hidden; padding-bottom:10px;}
.dashboard #my_recent_tags .details{float:left;}

#my_recent_reviews .number{color:#14171E; font-size:1.2em; font-weight:bold;}

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

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

/* Block: Reviews */
.dashboard .reviews { margin-top:15px;}
/********** Dashboard > */

/* Order View */
.order-info {padding:5px; padding-left:0;}
.order-info dt{color:#14171E; font-size:1.2em;}

.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; }
.page-print .data-table{margin:15px 0;}
.page-print .page-title{background:#928467; margin:10px 0;}
.page-print .page-title h2{background:0;}

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

.customer-account-logoutsuccess .col-main p{padding:20px;}

.checkout-cart-index .page-title{margin-bottom:15px;}
.checkout-cart-index .col-main{padding-bottom:15px;}
.checkout-cart-index .col-main p{padding:0 20px;}

.sendfriend-product-send #product_sendtofriend_form fieldset{display:block; padding:20px; padding-right:240px;}
.sendfriend-product-send #product_sendtofriend_form button{ margin-left:20px;}
.sendfriend-product-send #product_sendtofriend_form .add-row{border:0;}

.review-product-list .data-table{margin-bottom:20px;}
.review-product-list .product-collateral{padding:20px;}
.review-product-list .product-collateral .data-table{margin:10px 0;}

.customer-account-login #login-form fieldset{display:block; padding:20px;}

.checkout-multishipping-login #login-form fieldset{display:block; padding:20px;}

.customer-account-create #form-validate{display:block; padding:20px;}

.customer-account-forgotpassword #form-validate{display:block; padding:20px;}
.customer-account-forgotpassword #form-validate ul{margin:15px 0;}

.customer-name-middlename .name-firstname{width:200px!important;}
.customer-name-middlename .name-firstname input{width:190px!important;}
.customer-name-middlename .name-middlename{width:60px!important;}
.customer-name-middlename .name-middlename input{width:50px!important;}

.customer-dob .input-box{width:60px!important;}
.customer-dob .input-box input{width:50px!important;}

.checkout-multishipping-register #form-validate{display:block; padding:20px;}

#checkout-review-table thead th{color:#14171E; font-size:1.2em;}

.customer-account-edit #form-validate{display:block; padding:20px;}

.newsletter-manage-index #form-validate{display:block; padding:20px;}

.customer-address-index .page-title h2{background:0; padding:3px 0 0 0; margin:0;}
.customer-address-index .page-title .title-indent{padding:5px 10px 5px 15px; background:url(../images/title_right_bg.gif) right top no-repeat;}

.customer-address-index .col2-set{padding:20px; padding-bottom:0;}
.customer-address-index .col2-set li{padding-bottom:15px;}
.customer-address-index .buttons-set{padding:0 20px;}

.customer-address-form #form-validate{padding:20px; display:block;}

.review-customer-index .data-table{margin:15px 0;}

.sales-order-history .col-main .data-table{margin:15px 0;}

.wishlist-index-share #form-validate{display:block; padding:20px;}

.cms-page-view .page-head{padding:20px;}
.cms-page-view .col3-set{padding:0 20px 20px;}
.cms-page-view .col-main ul,
.cms-page-view .col-main dl{padding:0 20px;}

.catalog-seo-sitemap-category .col-main{padding-bottom:20px;}
.catalog-seo-sitemap-category .page-title{margin-bottom:15px;}
.catalog-seo-sitemap-category .pager,
.catalog-seo-sitemap-category ul{margin:0 20px;}
.catalog-seo-sitemap-category .col-main ul{margin-top:15px; margin-bottom:15px;}

.catalogsearch-advanced-index #form-validate{display:block; padding:20px;}
.catalogsearch-advanced-index #form-validate .range input{width:150px;}
.catalogsearch-advanced-index #form-validate select{padding:2px;}

.sales-order-invoice .page-title h2{background:0; padding:0px 0 0 0; margin:0; color:#FFFFFF;}
.sales-order-invoice .page-title .title-indent{padding:5px 10px 5px 15px; background:url(../images/title_right_bg.gif) right top no-repeat;}
.sales-order-invoice .page-title .separator,
.sales-order-invoice .page-title a{color:#FFFFFF;}
.sales-order-invoice .buttons-set{padding-left:20px;}

.sales-order-view .page-title h2{background:0; padding:0px 0 0 0; margin:0;}
.sales-order-view .page-title .title-indent{padding:5px 10px 5px 15px; background:url(../images/title_right_bg.gif) right top no-repeat;}
.sales-order-view .page-title .separator,
.sales-order-view .page-title a{color:#FFFFFF;}

.sales-order-shipment .page-title h2{background:0; padding:0px 0 0 0; margin:0; color:#FFFFFF;}
.sales-order-shipment .page-title .title-indent{padding:5px 10px 5px 15px; background:url(../images/title_right_bg.gif) right top no-repeat;}
.sales-order-shipment .page-title .separator,
.sales-order-shipment .page-title a{color:#FFFFFF;}
.sales-order-shipment .buttons-set{padding-left:20px;}

.sales-order-creditmemo .page-title h2{background:0; padding:0px 0 0 0; margin:0; color:#FFFFFF;}
.sales-order-creditmemo .page-title .title-indent{padding:5px 10px 5px 15px; background:url(../images/title_right_bg.gif) right top no-repeat;}
.sales-order-creditmemo .page-title .separator,
.sales-order-creditmemo .page-title a{color:#FFFFFF;}
.sales-order-creditmemo .buttons-set{padding-left:20px;}
.sales-order-creditmemo .data-table{margin:10px 0;}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {padding:18px 60px 33px; min-height:95px; height:auto!important; height:95px; text-align:center; font-size:1.09em;}
.footer address {}
.footer ul li{display:inline; color:#5D5D64; font-weight:bold; padding:0 9px; border-right:1px solid #5D5D64;}
.footer ul li a{color:#5D5D64; text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}
.footer ul li.last{border:0;}
.footer .legality{padding:10px 0;}
/* ======================================================================================= */

