/**
 * 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.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          {  font:12px/1.55 Arial, sans-serif; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#cccccc; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;  }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:normal; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:25px 30px; text-align:left; }
.main-container { 
	background:url(../images/bkg_main.png) 0 0 no-repeat; width:950px; margin:20px auto 0; padding:10px 0 0; z-index:10;}
.main { 
	width:910px; margin:0 auto 20px; padding:0 20px 0; text-align:left; background:url(../images/bkg_main-inner.png) 0 bottom repeat-x; }

/* Base Columns */
.col-left { float:left; width:222px; padding:0 0 1px; }
.col-main { float:left; width:668px; padding:10px 0 0;  }
.col-main .col-inner { margin-bottom:20px;}
.col-right { float:right; width:222px; padding:0 0 1px; }
.cms-home .col-main{
	padding:0;}
/* 1 Column Layout */
.col1-layout { }
.col1-layout .main { }
.col1-layout .col-main { float:none; width:auto;}
.col1-layout .col-main .col-inner { }

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

/* 3 Columns Layout */
.col3-layout {  }
.col3-layout .main { }
.col3-layout .col-main { width:426px; }
.col3-layout .col-main .col-inner { }
.col3-layout .col-wrapper { float:left; width:668px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:28%; }
.col2-set .col-wide { width:72%; }

.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:11px/15px Arial, Helvetica, sans-serif; vertical-align:middle;font-style:italic;  }
input.input-text,select,textarea { background:#fff; border:1px solid #d4dbe1; }
input.input-text,textarea { padding:4px; }
select { padding:3px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important;padding:2px 4px; 
	font-style:normal; font-weight:bold;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:25px;  padding:0 0 0 5px; font:normal 12px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; background:url(../images/btn_black.gif) 0 0; color:#fff;}

/*==============================btn_pink=========================================== */
button.button span span { border:0; padding:0 10px 0 5px; background-position: 100% 100%;}

button.disabled span { }

button.btn-cart span { font-size:11px; line-height:28px;}
button.btn-cart span span{
	padding:0 45px 0 5px; color:#e9e9e9; background-position:100% 100% !important;}
button.btn-checkout span { height:40px; width:200px; border:0; padding: 0; }
button.btn-checkout span span { background:none; padding:0; text-indent: -9999px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
.catalog-product-view button.btn-cart span,.block-reorder button.btn-cart span,
.page-popup  button.btn-cart span,.wishlist-index-index  button.btn-cart span{
	display:none;}
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; color:#747675; padding-bottom:5px;}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#dc4e2a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:258px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:250px; }
.form-list textarea { width:250px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:525px; }
.form-list li.wide textarea { width:525px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #D4DBE1; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:201px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:201px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:201px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:201px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:2em 0 0; padding-bottom:25px; text-align:right;
	position:relative; }
.buttons-set a { margin-top:5px; }
.buttons-set p.required { margin:0 0 8px; }
.buttons-set button.button { float:left; margin-right:10px; }
a.back-link, p.back-link{
	 background:url(../images/i_back.gif) 0 center no-repeat; display:inline-block; padding-left:15px;}
.buttons-set .back-link {
    display: block; margin: 0;  color:#000000; float:left; margin:5px 0 0; position:absolute; bottom:0; left:0;}
.buttons-set .back-link a{
	color:#000;}	
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }
p.back-link small {
	display:none;}
.fieldset { margin:0 0 15px; }
.fieldset .legend { font-size:12px; margin:0 0 10px 0; padding:0; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; font-size:11px; margin:3px 0 0; font-style:italic; line-height:13px;  text-align:right;}
.validation-failed { border:1px solid #f06628 !important; background:#fff4f0 !important;}
.validation-passed {}
p.required { font-size:11px; text-align:left; font-style:italic;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:142px; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position:3px 3px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 0 45px !important; font-size:12px !important; font-weight:normal !important; font-style:italic; text-transform:lowercase;}
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.error-msg{
	 background-position: 3px 8px !important;padding: 8px 8px 0 30px !important;}
.success-msg {  }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
.notice-msg {
    background-position: 3px 8px !important;}
/* BreadCrumbs */
.breadcrumbs { color:#7a7a7a; text-transform:uppercase; font-size:11px; padding:5px 0 0;}
.breadcrumbs span { padding: 0 5px; display:inline-block; overflow:hidden; vertical-align:middle; text-indent:-9999px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; text-transform:capitalize;}
.breadcrumbs li a { 
	color:#7a7a7a; text-decoration:none;text-transform:capitalize; font-size:11px; }
.breadcrumbs li a:hover { text-decoration:underline;}

/* Page Heading */
/*.page-title { 
	padding: 0 0 5px; margin: -8px 0 15px; }*/
.checkout-onepage-success .page-title { 
	margin: -10px 0 15px; }
.page-title{ 
	padding: 0 0 5px; margin: -3px 0 15px; }
.catalogsearch-result-index .col-main .page-title,.tag-product-list .col-main .page-title
,.sendfriend-product-send  .col-main .page-title{
	margin: -10px 0 15px;}
.page-title h1,
.page-title h2 { 
	font:bold 16px/20px "Myriad Pro", Arial, sans-serif; text-transform:capitalize; font-weight:bold; color:#565656; margin:0;}
.page-popup .page-title { border-bottom:0;margin: 0 0 10px; padding: 0;}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left;}

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager .amount {
    float: left; margin: 0; padding-left: 20px; line-height:35px;}
.pager .amount strong{
	font-weight:normal;}
.pager .limiter {
    background: url("../images/bkg_toolbar_item.gif") repeat-x scroll right 100% transparent;
    float: right; height: 36px;line-height:35px; padding-right: 32px; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages a {  text-decoration:underline; }
.pager .pages a:hover { text-decoration:none;}
.pager .pages .current {}
.pager .pages a.next,.pager .pages a.previous {
	background:none; display:inline;}	
/* Sorter */

.sorter .view-mode { float:left; margin:0; padding: 9px 0 0 20px; }
.sorter .view-mode label { float:left; margin-right:5px; }
.sorter .view-mode .grid,
.sorter .view-mode .list {  float:left; width:16px; height:16px; overflow:hidden; text-indent:-9999px; margin-right:5px;}
.sorter .view-mode strong.grid { background-position: 100% 100%; }
.sorter .view-mode a.grid { background-position: 100% 0; }
.sorter .view-mode strong.list { background-position: 0 100%; }
.sorter .view-mode a.list { background-position: 0 0; }
.sorter .sort-by {
    background: url("../images/bkg_toolbar_view.gif") repeat-x scroll right 100% transparent;
    float: right; height: 36px; padding-right: 20px; line-height:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-bottom: 10px;}
.pager {
    background: url("../images/bkg_toolbar_item.gif") repeat-x scroll 0 100% transparent;
    font-size: 11px; height: 36px; line-height:35px; text-align: center; }
.sorter {
    background: url("../images/bkg_toolbar_view.gif") repeat-x scroll 0 100% transparent;
    font-size: 11px; height: 36px; margin-bottom: 10px; }


/* Data Table */
.data-table { width:100%; border:1px solid #e2e2e2; }
.data-table .odd  {  }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:5px 8px; font-weight:bold; }
.data-table td { padding:5px 8px; }

.data-table thead th { border-right:1px solid #d4dbe1; padding:0 8px; height:31px; color:#3c3c3c; font-weight:normal; white-space:nowrap; vertical-align:middle; }
.data-table thead tr.last th { border-bottom:1px solid #d4dbe1 !important;}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d4dbe1; }
.data-table tfoot tr.first td { border-top: 1px solid #d4dbe1;}
.data-table tfoot tr {  }
.data-table tfoot td { border-bottom:0; border-right:0;}
.data-table tfoot strong ,.data-table tfoot strong .price{ font-size:14px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d4dbe1; border-right:1px solid #e2e2e2; background:#fff;}
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #e2e2e2; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }
.data-table tbody tr.first td:first-child{
	vertical-align:middle; text-align:center !important;}
#super-product-table tr.first td:first-child{
	text-align:left !important;}
#checkout-review-table{
	border-bottom:none; border-left:none; border-right:none;}
#checkout-review-table tbody tr td:first-child {
	 border-left: 1px solid #D4DBE1;}	
#checkout-review-table tbody tr td.last {
	 border-right: 1px solid #D4DBE1 !important;}	 
#checkout-review-table thead th:first-child{
	border-left: 1px solid #D4DBE1;}
/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }
#shopping-cart-totals-table tfoot td strong{
	font-size:14px; font-weight:bold;}
/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std pre,
.std table { 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; }
.std pre { overflow:auto; }

.cols-set-12 { clear:both; width:100%; }
.cols-set-12:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom:1; }
.cols-set-12 .col1,
.cols-set-12 .col2,
.cols-set-12 .col3,
.cols-set-12 .col4,
.cols-set-12 .col5,
.cols-set-12 .col6,
.cols-set-12 .col7,
.cols-set-12 .col8,
.cols-set-12 .col9,
.cols-set-12 .col10,
.cols-set-12 .col11,
.cols-set-12 .col12 { float:left; }
.cols-set-12 .col1 { width:8.3%; }
.cols-set-12 .col2 { width:16.66%; }
.cols-set-12 .col3 { width:24.99%; }
.cols-set-12 .col4 { width:33.33%; }
.cols-set-12 .col5 { width:41.66%; }
.cols-set-12 .col6 { width:49.99%; }
.cols-set-12 .col7 { width:58.33%; }
.cols-set-12 .col8 { width:66.66%; }
.cols-set-12 .col9 { width:74.99%; }
.cols-set-12 .col10 { width:83.33%; }
.cols-set-12 .col11 { width:91.66%; }
.cols-set-12 .col12 { width:100%;}
.cols-set-12 .col-first { float:left; clear:both; }
.cols-set-12 .col-last { float:right; }
.cols-set-12 .col-inner { margin:0 10px; }
/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; }
.link-wishlist { float:left;background:url(../images/i_w.gif) 0 center no-repeat; overflow:hidden; margin-right:20px; color:#8f8f8f; font-size:11px; font-weight:bold; text-transform:lowercase; padding-left:13px}
.link-reorder { }
.link-compare { float:left; background:url(../images/i_w.gif) 0 center no-repeat; overflow:hidden; color:#8f8f8f; font-size:11px; font-weight:bold; text-transform:lowercase; padding-left:13px}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/  }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.link-wishlist:hover,.link-compare:hover{
	 background:url(../images/i_c.gif) 0 center no-repeat; color:#646464; text-decoration:none;}
.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* 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:950px; 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 { text-indent:-9999px; position:absolute; left:0; top:0; }
.demo-notice a { display:block; text-indent:0; position:fixed; left:0; top:150px; }
/* ======================================================================================= */


/* Header ================================================================================ */
.form-language{
	margin-top:18px;}
.form-language a{
	margin-left: 5px;}
.logo { float:left; }
.header-container {	}
.header { 
	width:950px; margin:0 auto;  text-align:right; position:relative; z-index:10; min-height:104px; }
.header .logo { 
	float:left; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { 
	float:right; padding: 0; }
.header .welcome-msg { 
	margin:0;text-align:right; display:inline-block; padding-right:10px; vertical-align:top; *float:left; font-size:11px; font-weight:bold;}
.header .total-search{
	position:absolute; right:0; top:67px;}
.header #cart-header{
	vertical-align:top; line-height:25px; float:left; margin-left:10px; background:url(../images/header_cart.png) 0 0;}	
.header #cart-header a{
	 background:url(../images/header_cart.png) 100% -25px; display: block; color:#565656; font-weight:bold; font-size:11px; height: 25px; line-height: 25px; margin-left: 25px; padding-left: 10px; padding-right: 33px;}
.header .form-search {
	overflow:hidden;float:left}
.header .form-search label {
	display:none;}
.header .form-search input.input-text { 
	 float:left; width:220px; margin:0; line-height:23px; height:23px; padding:0 5px; border:none; background:none;}
.header .form-search button.button { float:left; height:23px; line-height:23px; }
.header .form-search button.button span { 
	border:0; height:23px; width:25px;  padding:0; line-height:23px; text-indent:-9999px; overflow:hidden; background:url(../images/i_search.gif) center center no-repeat;}
.header .form-search button.button span span {}
.header .form-search .search-autocomplete { z-index:999;top:24px !important;   border: 1px solid #D4DBE1;
    left: 0 !important; padding-right: 25px; background-color:#fff;}
.header .form-search .search-autocomplete li { text-align:left;padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-language { clear:both; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { 
	margin:0 0 6px 0; display:inline-block; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.png) right center no-repeat; padding: 0 10px 0 8px; text-transform:capitalize; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px;}

/********** < Navigation */
.nav-container {  margin:0 auto; width:950px; min-height:40px;}
#nav { width:950px; margin:0 auto; padding:0; font-size:10px; margin-top: -55px; position:relative; z-index:11; background:url(../images/bkg_nav3.png) 0 29px repeat-x;}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a { color: #ccc; }
#nav a { display:block; line-height:1.3em; text-decoration:none; text-transform:uppercase; }
#nav a.active { text-decoration:underline; }
#nav li.over > a,
#nav a:hover { text-decoration:underline; }
#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 { }

/* 0 Level */
#nav li.level-top { float:left; border-bottom:3px solid #8e8e8e; }
#nav a { padding:0 10px 0; }
#nav li.active a { }
#nav a.level-top { line-height:28px; float:left; background:url(../images/bkg_nav2.png) left center no-repeat; padding: 0 12px 0 20px;}
#nav li.first a.level-top { padding-left:0 !important; background:none; }
#nav li.last a.level-top { padding-right:0 !important; }

/* 1st Level */
#nav ul li { margin:0; background:#141d24; padding: 0 10px; }
#nav ul li.active {}
#nav ul li.last {  }
#nav ul a,
#nav ul a:hover { padding:0; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:31px; left:-10000px; 
	box-shadow: 1px 1px 2px #333; -moz-box-shadow: 1px 1px 2px #333; -webkit-box-shadow: 1px 1px 2px #333;
}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:10px; }

#nav ul li a { }
#nav ul li a:hover {  }
#nav ul li a,
#nav ul li a:hover { background: url(../images/bkg_nav1.png) 0 100% repeat-x; }
#nav ul li.last > a { background:none; }
#nav ul span,
#nav ul li.last li span { padding:7px 0 8px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:8px; z-index:999; }
#nav li.level-top.first > ul.shown-sub,
#nav li.level-top.first > div.shown-sub { left:0; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:10em; }
/********** Navigation > */


/* slideshow */
.slideshow { width:950px; margin: 35px auto 0; padding:10px 0 0;}
/* Area 2 */
.area2-container {  }
.area2 { width:950px; margin:0 auto; color:#828282; text-align:left;}
.area2 .block-freeshipping { float:right; line-height:38px; margin:0; padding: 0 15px 0 40px; background:url(../images/i_block-freeshipping.png) left center no-repeat;}
.area2 .block-freeshipping p { margin:0; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; font-size:11px; }
.block .block-title { padding: 0; }
.block .block-title strong { display:block; font:bold 16px/20px "Myriad Pro", Arial, sans-serif; text-transform:capitalize; font-weight:bold; color:#565656;padding: 0 0 5px;}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; }
.block .block-content {  padding: 5px 0;}
.block .block-content li.item { padding:5px 0; }
.block .block-content .product-name { 
	margin:0;}
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 0; text-align:left; }
.block .actions a { float:left; margin: 3px 5px 0 0;}
.block .actions button.button { float:left; }
.block .empty { margin:0; }
.block li.odd { }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  }
.block-related .link-wishlist{
	display:none;}
.block-related .price{
	font-size:12px !important; color:#3c3c3c;}
/* Mini Products List */
.mini-products-list .product-image ,#cart-sidebar-reorder .product-image{ float:left;
	border:1px solid #d4dbe1; margin-right:10px;}
.mini-products-list .product-details {}
#block-related li,#cart-sidebar li{
	border-top:1px solid #d4dbe1; padding:10px 0 0; margin-top:10px;}
#recently-viewed-items li,.block-reorder li{
	border-top:1px solid #d4dbe1;}	
#block-related li:first-child,#cart-sidebar li:first-child,#recently-viewed-items li:first-child,.block-reorder li:first-child{
	border-top:none;}	
/* Block: Account */
.block-account { padding-top:7px;}
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { padding: 5px 0; }
.block-account .block-content li{
	 background: url(../images/i_progress.gif) no-repeat left center ; font-size:12px;}
.block-account .block-content li strong {  }
.block-account .block-content li a { display:block; padding:3px 0 3px 15px; color:#666; text-decoration:none; }
.block-account .block-content li a:hover { text-decoration:underline;}
.block-account .block-content li.last a {  }
.block-account .block-content li.current { padding:3px 0 3px 15px; }
.block-account .block-content li.current.last {  }

/* Block: Currency Switcher */
.block-currency { }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .block-content { }
.block-layered-nav dt { padding:6px 0 3px; font-size:12px; text-transform:capitalize; font-weight:bold;}
.block-layered-nav dd { padding:0 0 5px; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav a { color:inherit; *color:#666; text-decoration:none;}
.block-layered-nav a:hover { text-decoration:underline; }
.block-layered-nav .currently li { padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .price{
	font-size:11px; color:#747675;}
/* Block: Cart */
.block-cart { }
.block-cart .block-title {  }
.block-cart .block-title strong { }
.block-cart .block-content { }
.block-cart .summary { }
.block-cart .amount { margin:0; }
.block-cart .amount a { }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions button.button span { background-image:url(../images/btn_black.png); color:#fff;}
.block-cart .product-name a {  }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {  }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {  }
.block-compare button.button span { }
.page-popup .link-print {  padding:2px 0 2px 25px; color:#606060; font-size:11px; }
.page-popup a.link-print { text-decoration:none; }
.block-compare .actions a,.block-wishlist .actions a{
	float:right; padding-right:10px;}
.block-compare .block-content li.item{
	border-bottom:1px solid #d4dbe1; padding:5px 0;}
.block-compare .block-content li.item.last{
	border-bottom:none;}
.block-compare .actions	{
	padding:15px 0 6px 0;}
.catalog-product-compare-index .page-title h1 { color:#393939; margin:0;}
.catalog-product-compare-index .content { padding:5px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}
#product_comparison{
	border-top:1px solid #d4dbe1;}
#product_comparison thead td.last{
	border-right:1px solid #d4dbe1;}	
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td {  padding:0 10px; border:0; border-left:1px solid #d4dbe1 }
.compare-table thead tr.first th { border-left:1px solid #d4dbe1; }
.compare-table .btn-remove { float:left; background-image:url(../images/btn_trash.gif); width:8; height:8; margin-top:12px;}
.compare-table tbody th { font-size:12px; font-weight:bold; color:#606060; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #d4dbe1; border-left:1px solid #d4dbe1; }
.compare-table tbody td.last { border-right:1px solid #d4dbe1; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #d4dbe1 !important; }
.compare-table tr.add-to-row td { }
.compare-table tr.first td { }
.compare-table tr.first td .product-image { display:block; width:160px; margin:0 auto;}
.compare-table tr.first td .product-name { margin:0 0 5px; }
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings { float:right; }
.compare-table tr.first td .ratings .rating-box { float:none; margin:0 0 5px; }
.compare-table tr.first td .ratings .amount { display:block; }
.compare-table tr.first td .add-to-links { float:left; clear:both;}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll{
	font-size:12px;}
.block-poll .block-title strong { }
.block-poll .block-content { 
	}
.block-poll label {  }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 0px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content ul { font-size:12px; padding:0; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content li a { text-decoration:none; }
.block-tags .block-content li a:hover { text-decoration:underline;}
.block-tags .actions { text-align:left; }

/* Block: Subscribe */
.block-subscribe{
	overflow:hidden;}
.block-subscribe .input-box{
	float:left;}
.block-subscribe .block-content { padding:0; float:right; }
.block-subscribe .block-title strong { 
	border-bottom:none; display:none;}
.block-subscribe label { font-weight:bold; color:#666; display:none; }
.block-subscribe input.input-text { display:block; width:195px; margin:0;
	height:23px; line-height:23px; padding:0 5px; }
.block-subscribe .actions { background:none; padding:0; margin:0; text-align:left; float:left; }
.block-subscribe .actions button.button { 
	float:none; background:url(../images/btn_newsletter.gif) 0 0 no-repeat; width:25px; height:25px; }
.block-subscribe .actions button.button span { display:none;}
.block-subscribe  .validation-advice {
	 width:195px;}
/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; 
	margin:2px 10px 0 0; }
.block-reorder .product-name,.block-reorder .sku { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions a { margin: 5px 0 0 5px;}

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

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */

.catalog-category-view .col-main { background:none; padding: 0 0 1px;}
.catalog-category-view .col-main .col-inner { background:none; padding:0; }
.catalog-category-view .col2-left-layout .products-container,
.catalog-category-view .col2-left-layout .category-image-container,
.catalog-category-view .col2-right-layout .products-container,
.catalog-category-view .col2-right-layout .category-image-container { background:url(../images/bkg_main1.png) center top no-repeat; }
.catalog-category-view .col2-left-layout .products-container-inner,
.catalog-category-view .col2-left-layout .category-image-container-inner,
.catalog-category-view .col2-right-layout .products-container-inner,
.catalog-category-view .col2-right-layout .category-image-container-inner { background:url(../images/bkg_main-inner1.png) center bottom no-repeat; }
.catalog-category-view .col1-layout .products-container,
.catalog-category-view .col1-layout .category-image-container{ background:url(../images/bkg_main.png) center top no-repeat; }
.catalog-category-view .col1-layout .products-container-inner,
.catalog-category-view .col1-layout .category-image-container-inner { background:url(../images/bkg_main-inner.png) center bottom no-repeat; }
.catalog-category-view .col3-layout .products-container,
.catalog-category-view .col3-layout .category-image-container { background:url(../images/bkg_main2.png) center top no-repeat; }
.catalog-category-view .col3-layout .products-container-inner,
.catalog-category-view .col3-layout .category-image-container-inner { background:url(../images/bkg_main-inner2.png) center bottom no-repeat; }

.category-title { border:0; margin:0; padding:8px 10px; }
.category-title h1,
.category-title h2 { font:normal 12px/1.55 Helvetica,Arial,sans-serif; color:#fff; text-transform:none; }
.category-image { width:100%; overflow:hidden; margin:0; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative;
	list-style:none !important;}
.products-grid.last { border-bottom:0;}
.cms-home .products-grid li.item,.cart .crosssell li.item {
	width:229px !important;}
.products-grid li.item,
.cart .crosssell li.item  { float:left;  margin-right:0px; position:relative; 
	font-size:11px; color:#767878; padding-bottom:20px;}
.products-grid li.item{
	width:222px;}	
.cart .crosssell li.item{
	width:224px !important;}	
.col3-layout .products-grid li.item { width:205px; }
.products-grid li.item.first { }
.products-grid .product-image { /*width:160px; height:160px;*/  display:block; }
.products-grid .product-name { }
.products-grid .product-name a {  }
.products-grid .gender { position:absolute; top:10px; right:0;}
.products-grid .price-box { margin:0; float: left;
	width:100%; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { 
	float:right; margin: 0 ;}
.products-grid .add-to-links { clear:both; padding-top:5px;}
.products-grid .add-to-links li { display: inline;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid { margin:0 auto; }

/* View Type: List */
.products-list li.item {  padding:12px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left;/* width:135px; height:135px; margin:0 0 10px;*/ }
.products-list .product-shop {/* margin-left:150px;*/
	  overflow: hidden;  padding-left: 10px; }
.products-list .product-name { margin:0 0 5px; }
.products-list .product-name a { }
.products-list .price-box { float:left; margin:3px 13px 3px 0; width:100%;}
.products-list button.button { float:left; margin:0 ;height:28px;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 ; line-height:1.35; 
	font-size:11px;}
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:none }
.products-list .product-shop .f-fix{
	border-bottom:1px solid #d4dbe1;}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; background:url(../images/i_review.png) left center no-repeat; padding: 2px 0 2px 20px;}

.ratings { line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; color:#666;}
.ratings .rating-links a { color:#666; text-decoration:none;}
.ratings .rating-links a:hover { text-decoration:underline;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount { font-size:11px; font-style:italic;}
.ratings .amount a { color:inherit; *color:#666; text-decoration:none;}
.ratings .amount a:hover {text-decoration:underline;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; font-style:italic; color:#747675; font-size:11px;}
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; background:url(../images/i_email.png) left center no-repeat; padding: 2px 0 2px 20px; }
.email-friend a,.no-rating a { color:#747675; text-decoration:none; font-size:11px; font-style:italic; text-transform:lowercase;}
.email-friend a:hover,.no-rating a:hover { text-decoration:underline;}

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

/*.price-box { margin:5px 0 15px; }
.price-box .price { font-weight:bold; }
*/
/* Regular price */
.regular-price { }
.most-popular .price,.regular-price .price { font-weight:bold; font-size:15px; }
/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal;  }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

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

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

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

.price-box-bundle { padding:0 0 10px 0; overflow:hidden; width:100%;}
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.cart-price .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd;float:left; clear:left; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin: 4px 10px 0 0;}
.add-to-cart .qty { float:left; margin: 4px 10px 0 0;}
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { display:none;}
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view { }

.product-essential { padding: 5px 0;}
.product-essential h2,
.product-collateral h2 { font:bold 16px/20px "Myriad Pro",Arial,sans-serif; color:#565656; text-transform:none; padding:0 0 4px; }
.product-essential .std,
.product-collateral .std { clear:both; }

.product-collateral { padding: 5px 0;}
.product-collateral .box-collateral { margin:0 0 10px; padding:10px 0; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 5px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:7 !important; border:1px solid #d4dbe1; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:10px; margin:0px 2px 10px; text-align:left; font-style:italic; color:#8f8f8f;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:6px; width:12px; height:5px;}
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0px; }
.product-view .product-img-box .more-views h2 { margin:0 0 8px; padding:0; border:0; font-size:12px; font-weight:bold; color:#565656; font-family:Arial;}
.product-view .product-img-box .more-views ul { margin-left:-9px;clear:left; }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left;   overflow:hidden; }
.product-view .product-img-box .more-views li img{
	border:1px solid #ddd; padding:1px;}
.product-view .product-img-box .more-views li a img:hover{
	border:2px solid #000;padding:0;}
.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; 
	width:380px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 2px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 14px/1.35 Arial, Helvetica, sans-serif;}
.product-view .product-shop .availability { padding:2px 0; float: left; width:100%;}
.product-view .product-shop .short-description { }
.product-view .product-shop .price-box { margin:4px 10px 0 0; float:left;}
.product-view .product-shop  .price-box .price{
	color:#565656;}
.product-view .product-shop .add-to-links { margin:5px 0 10px; float: left; }
.product-view .product-shop .add-to-box{ clear:left !important; }

.product-view .product-shop .add-to-links li  { display:inline; }
.product-view .product-shop .add-to-links li .separator { }
.product-view .product-shop .add-to-links a { }

/* Product Options */
.product-options { }
.product-options dl { border:1px dotted #e2e2e2; border-width: 1px 0; padding:0 0 5px;}
.product-options dt { font-weight:normal; padding:5px 0;}
.product-options dt label { }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin:0; padding: 0 0 5px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin:0; padding:5px 0; }

.product-options-bottom { }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right;}
.product-shop .product-options-bottom { margin:10px 0; }
.product-shop .product-options-bottom .price-box { float:left; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

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

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { }
.product-view .box-up-sell .products-grid { width:100%; background:none; border-bottom:0; margin: 0;}
.product-view .box-up-sell .products-grid td { width:33%; padding:5px 10px 5px 0	; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { }
.product-view .box-up-sell .products-grid .product-image { text-align:center;
	border:1px solid #d4dbe1; width:212px; padding:1px;}
.product-view .box-up-sell .products-grid .product-image:hover{
	border:2px solid #000; padding:0;}	
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings { clear:both; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags .form-add{
	position:relative;}
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { clear:both; font-size:inherit; *font-size:1em;}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; clear:both;}
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; margin:0 0 5px; clear:both;
	color:#606060; font-size:11px; font-weight:bold;}
.product-view .box-tags .form-add .input-box {  padding:0; width:585px;}
#advice-required-entry-productTagName{
	 width:585px;}
.product-view .box-tags .form-add input.input-text { width:575px; padding:4px; border:1px solid #d4dbe1;}
.product-view .box-tags .form-add button.button { float:right;position:absolute; top:21px; right:0;}
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0; color:#8f8f8f;font-size:11px; font-style:italic;}

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px;}
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */
.block .product-name a{
	font-family:Arial, Helvetica, sans-serif; font-size:11px;}

/* Content Styles ================================================================= */
.product-name {}
.product-name a { 
	text-decoration:none;font-size:14px; font-weight:bold; font-family:"Myriad Pro",Arial, Helvetica, sans-serif;}
.product-name a:hover { text-decoration:underline;}

/* Product Tags */
.tags-list { display:block; font-size:13px; padding:10px;}
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#747675; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { background:none !important; }
.checkout-cart-index .col-main .col-inner { background:none !important; padding: 0 !important;}

.checkout-cart-index .cart-container,
.checkout-cart-index .cart-noitems { background:center top no-repeat; /*padding:10px 0 0;*/ }
.checkout-cart-index .cart-container-inner,
.checkout-cart-index .cart-noitems-inner { background:center bottom no-repeat; padding:10px; }
.checkout-cart-index .col2-left-layout .cart-container,
.checkout-cart-index .col2-left-layout .cart-noitems { background-image:url(../images/bkg_main1.png); }
.checkout-cart-index .col2-right-layout .cart-container-inner,
.checkout-cart-index .col2-right-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner1.png); }
.checkout-cart-index .col1-layout .cart-container,
.checkout-cart-index .col1-layout .cart-noitems { background-image:url(../images/bkg_main.png);}
.checkout-cart-index .col1-layout .cart-container-inner,
.checkout-cart-index .col1-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner.png);}
.checkout-cart-index .col3-layout .cart-container,
.checkout-cart-index .col3-layout .cart-noitems { background-image:url(../images/bkg_main2.png);}
.checkout-cart-index .col3-layout .cart-container-inner,
.checkout-cart-index .col3-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner2.png);}



.cart .page-title {  margin-bottom:10px;}
.cart .page-title h1 { margin:20px 0 0; line-height:16px; padding: 0;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 0 10px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table td img { border: 1px solid #ccc;}
.cart-table .product-name { margin:0 0 5px; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:10px; }
.cart-table .btn-continue {  margin-right:5px; float:left;}

.cart-table .btn-update span { }
.cart-table .cart-price .price { font-weight:bold;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:20px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:666px; }
.cart .cart-collaterals .col2-set .col-1 { width:100%; float:left;}
.cart .cart-collaterals .col2-set .col-2 { width:100%; float:left; }

.cart .crosssell {  }
.cart .crosssell .crosssell-inner { }
.cart .crosssell h2,.cart .totals h2,
.cart .discount h2, .cart .shipping h2 { font:bold 16px/20px "Myriad Pro",Helvetica,Arial,sans-serif; color:#393939; text-transform:none; padding: 0 0 5px; margin-bottom: 10px;}
.cart .crosssell .product-image { text-align:center; }
.cart .crosssell .product-name {  }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { }
.cart .discount .input-box,
.cart .shipping .input-box { margin:8px 0 0; width:222px; }
.cart .discount input.input-text { width:212px; }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

.cart .shipping .form-list input.input-text { width:212px;}
.cart .shipping .form-list select { width:222px;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:222px; background:url(../images/bkg_block.png) center 0 no-repeat; color:#373d42;}
.cart .totals .totals-inner { background:url(../images/bkg_block-inner.png) center bottom no-repeat; padding: 0 10px 10px; }
.cart .totals .price { font-weight:bold; color: #232323;}
.cart .totals table { width:100%;  border:1px solid #d4dbe1; border-bottom:none; padding:5px 10px;}
.cart .totals td { padding:1px 0 5px 20px; text-transform:lowercase; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 10px 5px 7px; }
.cart .totals tfoot td { padding-top:5px;  vertical-align:middle; border-top:1px solid #d4dbe1;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight:normal;}
.cart .totals tfoot td .price { font-size:14px;}
.cart .totals .checkout-types { padding:0; text-align:right; border:1px solid #d4dbe1; border-top:none;  padding:5px 10px; }
.cart .totals .checkout-types li { clear:both; padding-bottom:3px; }
.cart .totals .checkout-types li { 
	 color:#8f8f8f; font-size:11px; font-style:italic;}
.cart .totals tbody .price{
	color:#747675;}
/* Options Tool Tip */
.item-options dt { float:left; clear:left; color:#666;}
.item-options dt:after { content:':'; }
.item-options dd { float: none; color:#666; padding-left: 5px;}
.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:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */

.checkout-onepage-index .col-main,
.checkout-onepage-index .col-main .col-inner { background:none; padding:0;}
.checkout-onepage-index .page-title { overflow:hidden; height:0; margin:0; padding:0; border:0;}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#opc-shipping_method .sp-methods{
	text-transform:lowercase;}
#opc-shipping_method .sp-methods dd,.checkout-multishipping-shipping .box-sp-methods  .sp-methods dd {
	float:none;}
#opc-shipping_method .sp-methods dt { margin:0px 10px 0 0;} 
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:0px 20px 0 0; float:left; }
.sp-methods dd {
	float:left; width:100%;}
.sp-methods dd li { margin:0; }
.sp-methods label { 
	padding:5px 0;}
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-top:20px; }
.sp-methods .form-list li { 
	float:left; width:50%; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:296px !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:left; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:15px; line-height:25px; font-style:italic; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { padding:0;}
.block-progress dt:first-child{
	border-top:none;}
.block-progress dt { line-height:1.35;background:url(../images/i_progress.gif) left center no-repeat; padding: 5px 10px 5px 15px; border-top:1px solid #d4dbe1; font-size:12px; }
.block-progress dd { border-top:0; padding:0 13px 8px; margin:0 0 6px; }
.block-progress dt.complete { font-weight:normal; font-size:12px; position:relative;}
.block-progress dd.complete { font-size:12px; padding-left:15px; }
.block-progress p { margin:0; }
.block-progress dt a { font-weight:normal;
	font-style:italic; font-size:10px; position:absolute; right:0; text-decoration:underline;top:8px;}
.block-progress dt a:hover{
	text-decoration:none;}
.block-progress dt .separator { display:none; }

.opc .buttons-set { margin-top:0; padding-top:0; border-top:0; text-align:left;}
.opc .buttons-set button.button { float:left; }
.opc .buttons-set button.button span { background-image:url(../images/btn_black.png); color:#fff;}
.opc .buttons-set p.required { margin:0; padding:0 0 10px; text-align:left;}
.opc .buttons-set .back-link { margin-top:5px;}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {  }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; font-style:italic;}

.opc { position:relative; }
.opc li.section {}

.opc .step-title { margin: 0 0 0 32px; height:35px; color:#ccc;}
.opc .step-title .number { float:left; font:normal 20px/25px "Myriad Pro", arial, sans-serif;width:25px; height:25px; line-height:25px; margin:2px 0 0 -35px;text-align:center; color:#fff; background-color:#c6cbd0;}
.opc .step-title .number .separator { display:none; }
.opc .step-title h2 {margin:0; font:bold 16px/25px "Myriad Pro", Arial, sans-serif; text-transform:capitalize; color:#c6cbd0; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { cursor:pointer; }
.opc .allow .step-title .number {  }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { padding-bottom:5px; cursor:default; background-position: 100% 0; color:#323439;}
.opc .active .step-title .number { background-color:#393939; }
.opc .active .step-title h2 { color:#333333; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative;padding-left:22px; padding-bottom:20px;}
.opc .step .step-inner {  padding:0 0 0 10px; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3,#opc-billing #billing1,#opc-shipping #shipping1,
#shipping_method1,.checkout-onepage-success h2.sub-title{ font-size:14px; text-transform:none; font-family:"Myriad Pro",Arial;  Helvetica, sans-serif; font-weight:normal;}
#opc-login h4 { font-size:1em; margin:0; color:#666; font-weight:normal;}
#opc-login .col-1 { width:375px;}
#opc-login .col-2 { width:238px; }
#opc-login .col-2 .form-list .input-box { width:auto;}
#opc-login .col-2 .form-list .input-box input.input-text { 
	width:227px; }
#opc-login .col-2 .buttons-set p.required { text-align:right;}
#opc-login .col-2 .buttons-set a { margin-top: 5px; 
	font-size:11px; font-style:italic; color:#333333;text-transform:lowercase; float:left !important;}
#opc-login .col-2 .buttons-set button.button { float:left; }

#opc-login strong { font-weight:bold; color:#373d42; }

#login-form h4 { display:inline; font-weight:bold; color:#373d42;}
#login-form p { display:inline;}
#login-form .form-list { margin: 10px 0 0;}

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { }
#opc-review .product-name { 
	font-weight:bold; font-size:12px; text-align:left;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0 10px; }
#opc-review .buttons-set p { margin:8px 0 0; 
	text-transform:lowercase; font-style:italic; font-size:11px; color:#787d86; }
#opc-review .buttons-set p a{
	text-transform:lowercase; font-style:italic; font-size:11px;}
#opc-review .buttons-set p a:hover{
	text-decoration:none; border-bottom:none;}	
#opc-review .buttons-set button.button { float:right; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; float:right; }

#checkout-review-table tfoot tr.first td { padding-top: 10px; }
#checkout-review-table tfoot tr.last td { padding-bottom: 10px; }
#checkout-review-table tfoot td { background:none; text-transform:lowercase;}
#billing-new-address-form,
#shipping-new-address-form{
	width: 666px;}
#opc-billing .form-list .field,
#opc-shipping .form-list .field{
	width: 318px;}
#opc-billing .form-list input.input-text,
#opc-shipping .form-list input.input-text{
	width:296px;}
#opc-billing .form-list select,
#opc-billing .validation-advice,
#opc-shipping .form-list select,
#opc-shipping .validation-advice{
	width:305px;}
#opc-billing li.wide .validation-advice,
#opc-shipping li.wide .validation-advice{
	width:632px;}
#opc-billing .form-list li.fields div,
#opc-shipping .form-list li.fields div{
	margin-right:10px;}
#opc-billing .form-list li.wide input.input-text,
#opc-shipping .form-list li.wide input.input-text{
	width:624px;}
#opc-billing li.control ,#opc-shipping li.control{
	float:left; margin-right:20px;}
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }
#checkout-review-submit button.btn-checkout span span{
	display:none;}
/* Step 1 */

#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.col1-layout .account-login .col2-set .col-1 { width: 670px;}
.account-login .col2-set .col-2 { width: 222px; }
.account-login .content { }
.account-login .content h2 { 
	font-size:14px; text-transform:none; margin:0 0 7px; padding:0;}
.account-login .new-users h2 {}
.account-login .registered-users h2 { }
.account-login .buttons-set { border-top:0; margin:0; padding:8px 0;}
.account-login .registered-users .f-left{
	font-size:11px; font-style:italic; text-transform:lowercase; position:absolute; right:48px;}
.customer-account-login  p.required{
	float:right;}

.account-login .new-users .buttons-set button.button { float:left; margin:0;}
.account-login .new-users .buttons-set button.button span{
	background:url("../images/btn_black.gif") repeat scroll 0 0 transparent;}
.account-login .new-users .buttons-set button.button span span{
	background-position:100% 100%;}	
.account-login .registered-users .form-list .input-box { width:auto; }
.account-login .registered-users .form-list .input-box input.input-text { width:212px;}
.account-login .registered-users .buttons-set {  }


.account-create {}
.account-create .buttons-set { width:530px;}

/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }
.dashboard .welcome-msg p strong{
	font: normal 16px/20px "Myriad Pro",Arial,sans-serif;}
#my-orders-table a,#my-orders-table em{
	font-size:11px; font-style:italic;}	
#my-orders-table .separator	{
	text-indent:-9999em; display:inline-block;  width: 3px;}
#my-orders-table thead th{
	font-size:11px; font-weight:bold; color:#13151b;}	
.sales-order-history  #my-orders-table{
	border-top:none;}
.sales-order-history  .pager .limiter{
	padding-right:10px;}
	/* General Box */
.box-account { margin: 0 0 20px; }

.box-account .box-head ,.dashboard .col2-set.last .box-title{ padding: 0 0 3px; margin: 0 0 10px; position:relative; }
.box-account .box-head h2 ,
.dashboard  .col2-set.last .box-title h3{   color: #565656;
    font: bold 16px/20px "Myriad Pro",Arial,sans-serif; margin: 0; text-transform: capitalize;}
.box-account .box-head a { float:right; position:absolute; right:0; top:0; }
.dashboard .col2-set.last .box-title a{
	padding-right:0; padding-left:20px; font-size:14px; font-style:italic;}
.dashboard .col2-set .box-content a{
	background: url(../images/i_pass.gif) no-repeat left 0; color:#333333; font-size:11px; font-style:italic; text-decoration:underline; padding-left:20px; text-transform:lowercase;}	
.dashboard .col2-set .box-content a:hover{
	text-decoration:none;}	
/*.product-essential h2 span { display:block; padding: 0 15px 0 0;}*/

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 4px; }
.dashboard .col2-set.last .box .box-title{text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0; font-family:"Myriad Pro",Arial; }
.dashboard .col-2 .box .box-title h3{
	background: url(../images/i_newsletter.gif) no-repeat 0 center; padding-left:25px;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { font-size:14px; font-weight:normal; font-family:"Myriad Pro", Arial; float:left; }
.dashboard .box-info address{
	float:left; width:100%;}
.dashboard .col2-set.last .box-content a{
	text-decoration:none; padding-top:3px; margin-left: 10px !important;}	
.dashboard .col2-set.last .box-content a:hover{
	text-decoration:underline;}	
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {  }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2,
.addresses-list h3 { font-size:12px; font-weight:normal; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { 
	background:url(../images/i_change.gif) left center no-repeat; font-size:11px; font-style:italic; color:#333333; text-transform:lowercase; padding-left:20px;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-style:italic; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
.addresses-list  .col-1 h2{
	display:none;}
/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* 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; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { }
.footer { width:950px; margin:10px auto 0; padding:0 0 50px; text-align:left; font-size:11px;color:#909090;}
.footer .store-switcher { display:none; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a {text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { float:right; clear:right; margin:0 0 10px; min-width:300px;}
.footer .bugs a {  }
.footer .bugs a:hover { }
.footer address { clear:left; margin-right:300px; color:#c1c1c2; font-size:11px; }
.footer address a { color:#c1c1c2; text-decoration:none; }
.footer address a:hover { text-decoration:underline; }
.footer .links-set { float:left; padding:0;
	margin-top:10px; width:75%;}
.footer .links-set li { clear:left; }
.footer .links-set li a{
	background:none; margin-left:0;}
.footer .links-set ul { 
	float:left; margin:0 30px 0 0; }
.footer ul	{
	float:right;}
.footer li { display:block;}
.footer ul.links { 
	margin:10px 0; float:left; }
.footer .links li { display:inline; background:url(../images/bkg_pipe1.png) right center no-repeat; padding: 0 10px 0 8px; text-transform:uppercase; font-size:9px; font-weight:bold;}
.footer .links li:first-child{
	padding: 0 10px 0 0 ;}
.footer .links li a{
	color:#cccccc; background:none; display:inline; float:none;}
.footer .separator {  clear:left;background:url(../images/hr_footer.gif) 0 bottom repeat-x; 	
	 width:950px; margin:10px 0 0 0; line-height:2px; font-size:0; padding:0; float:left;*float:none;}
.footer .form-language { float:right; margin:1em 0; }
.footer .form-language label { padding-right:5px; vertical-align:middle; float:left; }
.footer .form-language select { padding:0; }
.footer .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.footer .paypal-logo { float:right; clear:both; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer ul.payment li a{
	margin-left:5px; background:none;}
.footer li a{
	display: block; float: left; margin-left:0;background:url(../images/vertical_icon_ft.gif) 0 0 repeat-y;}	
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left;  }
.best-selling h3 { font:bold 14px/20px "Arial Narrow", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#323439; border-bottom:1px solid #ccc; padding: 0 0 5px; margin: -10px 0 15px; }
.best-selling table {  }
.best-selling tr.odd { }
.best-selling tr.even { }
.best-selling td { width:33%; border-top:1px solid #ccc; border-left:1px solid #ccc; padding:8px 10px 8px 8px; text-align:center;}
.best-selling td:first-child { border-left:0;}
.best-selling tr:first-child td { border-top:0;}
.best-selling .product-img { }
.best-selling .product-description { line-height:1.3em; margin-top:1em; text-align:left;}
.best-selling a { text-decoration: none;}
.best-selling a:hover { text-decoration: underline;}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col-main .col-inner:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.add-to-links:after,
.slideshow ul:after,
#slideshow2 .slideshow-box ul:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ==============================================cms-home slide========================================= */
.cms-home .main,.cms-home .main-container {
	background:none; margin:0 auto;}
.cms-home .col-main .col-inner{
	width:950px; padding: 0px 0px 5px; margin-bottom:0;}
.cms-home .slideshow-wrapper.shadow,
.cms-home .three-block{
	padding:0; background: url(../images/bkg_main.png) no-repeat 0 0 ;
    margin: 15px auto 0 -20px; padding: 10px 0 0; width: 950px; position:relative;}
.cms-home .three-block{
	margin: 15px auto 0 -20px !important;}	
.cms-home .slideshow-wrapper.shadow	{
	background: url(../images/bkg_main2.png) no-repeat 0 0 ; display:block;}	
.cms-home .slideshow-wrapper.shadow .slideshow-wrapper-inner{
	background: url(../images/bkg_main-inner.png) repeat-x 0 bottom ;
    margin: 0 auto; padding: 0 30px; text-align: left; width: 890px; overflow:hidden; position:relative;  }
.cms-home .slideshow-wrapper.shadow .slideshow-wrapper-inner .slideshow-box{
	width:890px;overflow:hidden; margin:auto; position:relative;}
.cms-home .three-block .block-footer{
	background: url(../images/bkg_main-inner.png) repeat-x 0 bottom ;
    margin: 0 auto; padding:10px 0 16px 20px; text-align: left; width: 930px; overflow:hidden;  }
.cms-home #slideshow.slideshow{
	margin:0; padding:0; overflow:hidden; width:auto;}	
.cms-home #slideshow .slideshow-box	ul{
	min-height:47px; min-width:950px; margin-bottom:10px; line-height:47px;}
.cms-home #slideshow .slideshow-box	ul li{
	display:inline;}
.slideshow-wrapper.shadow li{
	float:left;}
.cms-home #slideshow a.previous	{
	background:url(../images/i_prev_off.gif) 0 0 no-repeat; width:10px; height:15px; text-indent:-9999em;
	display:inline-block; position:absolute; top:15px; left:5px;}
.cms-home #slideshow a.next	{
	background:url(../images/i_next_off.gif) 0 0 no-repeat; width:10px; height:15px; text-indent:-9999em;
	display:inline-block; position:absolute; top:15px; right:5px;}	
.cms-home #slideshow label{
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#aeaeae;}
.cms-home .three-block .block-footer div{
	float:left; width:290px; padding-right:20px; color:#767878; font-size:11px;}
.cms-home .three-block .block-footer div img{
	border:1px solid #d4dbe1; margin-bottom:5px;}
.cms-home .three-block .block-footer div label{
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.cms-home .three-block{
	float:left; display:block;}
.cms-home .slideshow-wrapper{
	 background: url(../images/bkg_main.png) no-repeat 0 0 ; width:706px; float:left; margin:10px auto 0 -20px; padding: 10px 0 0;}
.cms-home .slideshow-wrapper .slideshow-wrapper-inner {
	background: url(../images/bkg_main-inner.png) repeat-x 0 bottom ; width:706px; position:relative;}
.most-popular{
	background: url(../images/bkg_popular_top.png) no-repeat right 0 ;float:left; width:244px;padding: 10px 0 0; margin-top:10px;}
.most-popular .most-popular-content	{
	background: url(../images/bkg_popular_bt.png) no-repeat right bottom ;float:left; width:244px;}
.cms-home h1.title{
	color:#565656; font-size:16px; font-weight:bold; font-family:"Myriad Pro",Arial, Helvetica, sans-serif; padding-left:11px; margin:0 0 3px;}
div.img_product {
	vertical-align:middle;padding:1px; overflow:hidden; position:relative; text-align:center;border:1px solid #d4dbe1; margin-bottom:5px; padding:1px 1px 27px 1px; margin-right:5px;}
div.img_product:hover{
	border:2px solid #000; padding:0px 0px 26px 0px; }
div.img_product:hover .actions{
	bottom:-1px; right:9px;}
div.img-product{
	border:1px solid #d4dbe1; float:left; padding:1px;}
div.img-product:hover{
	border:2px solid #000; padding:0;}	
.most-popular div.img_product{
	background:#ffffff; margin-top:10px; margin-right:0;}
.most-popular .actions {
	display:none;}
.most-popular .img_product img{
	width:215px; height:215px;}	
.most-popular h1.title	{
	padding-left:15px;}
.most-popular .category-products li{
	display:block; margin:0 5px 20px; font-size:11px;}
div.img_product .actions{
	position:absolute; right:10px; bottom:0px;height:28px;}
#slideshow1 .slideshow-box {
	position:relative;overflow:hidden; margin:0 auto; width:682px; padding-top:10px;}
#slideshow1 .previous {
	position:absolute; top:2px; right:28px;}
#slideshow1 .next {
	position:absolute; top:2px; right:10px;}	
#slideshow1,.most-popular .category-products{
	padding-top:5px;}
/**************************************/
.cms-home .std{
	display:none;}
.block-header	{
	width:950px; margin:10px auto 0; background:url(../images/bkg_block_black.gif) 0 0 no-repeat; min-height:183px;}
.block-header li{
	display:inline;}
.cms-home .main-container {
	margin:0 auto; padding:5px 0 0;}
.cms-home .slideshow{
	margin:0 auto; padding:0; overflow:hidden;}
p.sku{
	margin:0;}	
.catalog-product-view .col-right,.catalog-category-view .col-right{
	margin-top:-18px;}	

.catalog-category-view .col-main .price{
	color:#565656;}	
.cart .crosssell #crosssell-products-list{
	overflow:hidden; width:675px;}
#discount-coupon-form,.cart .cart-collaterals .shipping{
	float:right; width:222px; overflow:hidden; margin-top:20px; font-size:11px; clear:right;}
#payment_form_ccsave li:first-child{
	width: 327px;}
#payment_form_ccsave{
	overflow: hidden; width: 655px;}
#payment_form_ccsave div.input-box .v-fix{
	width:50%; float:left;}
#payment_form_ccsave div.input-box{
	width:326px;}	
#payment_form_ccsave div.input-box .validation-advice{
	width:306px;}	
#payment_form_ccsave li.last .v-fix .validation-advice	{
	width:306px;}
#payment_form_ccsave li.last,
#payment_form_ccsave li.last div.input-box{
	width:600px !important; margin-bottom:5px;}
	
#payment_form_ccsave div.input-box .v-fix:first-child{}	
#payment_form_ccsave select.month,
#payment_form_ccsave select.year {
	width:142px;}
#payment_form_ccsave input.input-text{
	width:296px;}
#payment_form_ccsave select	{
	width:305px;}
#checkout-step-review{
	padding-left:0;}
#checkout-step-review .step-inner{
	padding:0;}
.checkout-onepage-success{
	font-size:11px;}
.cls_compare{
	position:relative;}
.cls_compare .add-to-links{
	position:absolute; left:50px; top:0px;}	
.page-popup .price 	{
	color:#000000; font-size:16px; font-weight:bold;}
.page-popup .buttons-set	{
	margin:10px 0 0;}
.page-popup .buttons-set	button.button{
	float:right; margin-right:0;}
/**************************************Account****/	
.customer-address-index .my-account  button.button span {
	font-style:italic; text-transform:lowercase; background:none; line-height: 15px; height:15px;}
.customer-address-index .my-account  button.button span span{
	padding:0 0 0 20px;}
.customer-account-edit .my-account div.control label{
	text-decoration:underline; font-size:11px; font-style:italic; float:none;}
.customer-account-edit .my-account li div.input-box	{
	float:left;}
.customer-account-edit .my-account div.control{
	float: left;  margin-left: 20px;  margin-top: 3px;}
.dashboard .box .box-title a ,.dashboard .col2-set.last .box-content a{
	font-size:11px; text-transform:lowercase; padding-right:20px; margin-left:45px;}	
.link-cart{
	color:#000;}	
#upsell-product-table .ratings{
	display:none;}	
h2.product-name,h3.product-name{
	line-height:18px;}	
.page-title.category-title{
	border-bottom:none;}
/******************************************top-container**************************/
.store{
	background:url("../images/bkg_topnav.png") repeat-x scroll 0 0 transparent; height:45px; }	
.store ul {
	display:block; padding:15px 0 0; width:950px; margin:0 auto; }
.store ul li{
	display:block; float:left; margin:0 2px 0 0; }

.store ul li a, .store ul li span {
	background:url("../images/bkg_topnav_btn.png") no-repeat scroll 0 0 transparent; display:block; float:left; height:30px; line-height:30px; }
.store ul li a {
	background-position:0 -60px; color:#969696; font-size:11px; font-weight:bold; padding:0 0 0 3px;cursor:pointer; }
.store ul li a:hover span{
	text-decoration:underline;}	
.store ul li span {
	background-position:100% -90px; padding:0 10px 0 7px; }
/******************************************end of top-container**************************/	
.catalog-category-view .col-inner ul.products-grid{
	margin-right:-10px}
.catalog-category-view .col-inner ul.products-grid li.item{
	width:224px;}
#crosssell-products-list .add-to-links,.catalog-category-view .col-main .page-title.category-title{
	display:none;}	
.catalog-category-view .col-main .category-products{
	margin-top:5px;}
.nav-content{
	position:relative; z-index:8;}	
.slideshow{
	z-index:1;}	
#advice-required-entry-ccsave_expiration,#advice-required-entry-ccsave_expiration_yr{
	width:142px !important;}	
.email-pass{
	  clear: left; overflow: hidden;  position: relative;}	
.email-pass div.control	{
	position:absolute; top:0; left:260px}