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

/* Layout ================================================================================= */
html{height:100%;} 
body{
	margin:0;
	color:#333;
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg);
	height:100%; 
	text-align:left; 
	min-width:1000px; 
}
.wrapper {min-height:100%; background:url(../images/bg-main.jpg) no-repeat 50% 0; }
.page { /*width:1000px; margin:0 auto; padding:10px 0; text-align:left;*/ 	
	margin:0 auto;
	width:962px;
	padding:0 0 173px;  
	overflow:hidden;  }
img{border-style:none;}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
	color:#333; 
}
input,
textarea,
select{
	font:10px/12px Tahoma, Arial, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border:none;
}
label {color:#333; font-weight:normal;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-print .col2-set {margin:10px 0;}
.page-print .col2-set h3 {margin-bottom:5px;}
.page-popup { padding:20px 10px; text-align:left; }
.main { padding:0 0 3px 25px; width:935px; }
.holder { overflow:hidden; width:100%; }
.product-img-box .holder {clear:both;}

/* Base Columns */ 
.col-left { float:left; width:203px; display:inline; margin:0 0 0 6px; padding:0; /*border:1px solid #ddd;*/ }
.col-main { float:left; width:736px; /*padding-top:7px; border:1px solid #ddd; padding:5px;*/ }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding:0 60px 0 0; width:576px; }
.sales-order-view .col2-left-layout .col-main {padding-right:20px; width:640px;}
.catalogsearch-result-index .col2-left-layout .col-main {padding-right:30px; width:596px;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

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

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Footer ================================================================================ */
/*.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }*/
.footer-area{
	width:100%;
	height:173px;
	background:url(../images/bg-footer.jpg) repeat-x;
	margin:-173px 0 0 0;   
}
#footer{
	padding:24px 0 0 58px;  
	width:902px;
	margin:0 auto;  
	overflow:hidden; 
/*  background:url(../images/footer-separator.gif) no-repeat 269px 20px; */
}
#footer .promotions{
  margin-left:200px;
}
#footer .block{
	float:left; 
	width:297px;
	padding:0 0 28px;
	text-align:left; 
}
#footer .block p{
	margin:0;
	font-size:13px; 
}
.block h3{
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	height:25px;  
}
.sidebar .block h3 {text-indent:0;}
.promotions h3{background:url(../images/h-promotions.gif) no-repeat;}
#footer .promotions input{
	margin:0;
	float:left; 
}
.promotions .form-text{width:130px;}
.follow-us{
	width:243px;
	padding:0 0 0 20px;  
}
.follow-us h3{background:url(../images/h-follow-us.gif) no-repeat;}
.promotion-area h3{background:url(../images/h-promotions-area.gif) no-repeat;}
.block div{padding:11px 0 0;}
.block div img{
	text-align:left;
	vertical-align:middle;  
	margin:0 5px 0 0;
}
#footer .list{
	margin:0 auto;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:630px; 
	clear:both; 
}
#footer .list li{
	float:left;
	padding:0 8px 1px 9px;
	border-left:1px solid #f5f2e9;  
	font-size:9px;
	line-height:9px;  
	margin:0 0 0 -1px;
}
#footer .list li a{
	color:#f5f2e9; 
}
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { /*font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000;*/ }
input.input-text,select,textarea { background:#fff; border:1px solid #3D3A35; }
input.input-text,textarea { padding:3px 10px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { /*width:2.5em !important;*/ }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { border:0; cursor:pointer; /*overflow:visible; width:auto; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { /*float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif;*/ text-align:center; white-space:nowrap; color:#fff; }
.header-container button.button span, #footer button.button span {display:none;}
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list {margin:10px 0;}
.form-list li { margin:0; }
.form-list li.shipping-same {margin-top:30px;}
.form-list label { font-weight:normal; color:#3C3B34; font-size:13px; font-weight:normal; line-height:23px; }
.form-list li.shipping-same label {color:#666; font-weight:bold; font-size:12px;}
.form-list input, .form-list textarea, .form-list select,
.group-select input, .group-select textarea  {
	border:1px solid #3C3B34;
	color:#3C3B34;
	/*padding:1px 2px;*/
	text-transform:none;
}
input.radio {border:none;}
.form-list .input-box { float:left; width:auto; margin-right:15px; }
.form-list input.input-text,
.form-list textarea { width:250px; padding:3px 10px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {/*margin-bottom:30px;*/ line-height:1.5em;}
.group-select h4 {margin-bottom:10px;}
.group-select li { margin:0 0 5px; }
#shipping-new-address-form {margin-bottom:0;}
.group-select .input-box { float:left; width:auto; margin-right:15px; }
.group-select input.input-text,
.group-select textarea {width:502px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text, 
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; border:1px solid #3C3B34 !important; color:#3C3B34; line-height:14px;}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; /*border:1px solid #ddd;*/ }
.buttons-set .back-link { float:left; }
.buttons-set button.button, .buttons-set2 button.button, #wishlist-table td button.button, .customer-address-form .button-set .form-button { 
	float:right; 
	background:transparent url(../images/bg-button.gif) no-repeat scroll 0 0;
	border:none;
	font-size:16px !important;
	height:30px;
	line-height:28px !important;
	text-transform:uppercase !important;
	width:108px; 
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
}
.sales-order-print .buttons-set .button {font-size:12px !important;}
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; /*border:1px solid #ddd;*/ text-align:right; }
.buttons-set2 button.button, #wishlist-table td button.button {float:none; font-size:12px !important; text-transform: none !important;}

.wishlist-index-share .buttons-set button.button {background:transparent url(../images/bg-button-long.gif) no-repeat scroll 0 0; width:208px;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.promotions .validation-advice {float:left; padding:0 0 0 17px;}
#shopping-cart-table .col6 .validation-advice {background-position:center top; padding:12px 0 0 0;}
.input-holder .validation-advice {background-position:right top; padding:0 12px 0 0; text-align:right; margin-right:60px;}
.form-area1 #advice-validate-email-newsletter, .form-area1 .validation-advice {background-position:right top;float:right; width:355px; margin-right:60px; margin-top:-3px; text-align:right; padding-right:17px; *float:left;}
.discount .input-holder {float:left;}
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:12px 8px 4px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }
.catalog-category-view .note-msg {clear:both;}

/* BreadCrumbs */ 
.breadcrumbs {
	background:transparent url(../images/bg-sub-area.gif) no-repeat scroll 0 0;
	margin:0 0 35px -2px;
	overflow:hidden;
	width:570px;
	float:left;
}
.breadcrumbs ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0 13px; 
}
.breadcrumbs ul li{
	float:left;
	padding:0 5px 0 0; 
	font:13px/20px Tahoma, Arial, Helvetica, sans-serif;  
	color:#f6f2e3; 
}
.holder .breadcrumbs ul li{color:#333;}
.breadcrumbs ul li a{
	color:#f6f2e3;
	background:url(../images/breadcrumbs-arrow.gif) no-repeat 100% 5px; 
	padding:0 12px 0 0; 
}
.breadcrumbs ul li a:hover{color:#f6f2e3;}
.holder .breadcrumbs ul li a{
	color:#333;
	background:url(../images/breadcrumbs-arrow2.gif) no-repeat 100% 5px; 
}	
.holder .breadcrumbs ul {padding-left:0;}
.holder .breadcrumbs ul li a:hover{color:#333;}
.holder .breadcrumbs {background:none; float:none; margin:0;padding:0 0 4px 0px;}

/* Title Banner */
.title-banners {
  display:none;
	height:1%;
	margin:-1px 0 0 -4px;
	overflow:hidden;
	padding:0 0 9px;
	vertical-align:middle;
	text-align:center;
}
.title-banners img {
	margin:0 18px 0 0;
	vertical-align:middle;
}

/* Page Heading */
.page-title { /*border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px;*/ }
.title-buttons { text-align:right; }
.sales-order-view .title-buttons {margin:5px 0;}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons h2 {display:none;}

/* Pager */ 
.pager { /*border:1px solid #ddd;*/ padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pages { 
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	background:url(../images/bg-sub-area.gif) no-repeat scroll right top;
	width:352px;
	text-align: right;
}
.sales-order-history .pager {padding:5px 0;}
.sales-order-history .pager .amount {margin-top:4px;}
.sales-order-history .pages, .sales-order-history .pager-bottom .amount, .sales-order-history .pager-bottom .limiter {display:none;}
.sales-order-history .pager-bottom .pages {display:block;width:100%; clear:both; color:#F2ECD9; }
.catalogsearch-result-index .pages {width:100%;}
.pages ol { display:inline; }
.pages li, .sorter li { 
	display:inline; 
	color:#F6F2E3;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	padding:0 0 0 5px;
}

.pages .current { font-weight:bold; font-size:14px;}
.pages li .current, .pages li a { color:#F6F2E3; padding-right:10px; background:url(../images/separator-pages.gif) no-repeat 100% 3px; }
.category-products .pages li {color:#333;}
.category-products .pages {background:none; float:right;}
.category-products .pages li a, .category-products .pages li .current {color:#333; background:transparent url(../images/separator-pages2.gif) no-repeat scroll 100% 3px;}
.pages li.last a {background:none;}

/* Sorter */ 
.sorter {display:none;}
.category-products .sorter { display:block; width:570px; float:left; color:#333; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; margin-bottom:12px; }
.data-table th { 
	padding:5px; /*border:1px solid #ddd;*/ 
	font-weight:bold; 
	/*white-space:nowrap;*/
	background:#3d3c35;
	color:#f2ecd9;
	font:bold 11px/19px Tahoma, Arial, sans-serif;   
	border:none;
	padding:0 0 1px;  
	text-align: center;
}
.data-table th.table-product-name {width:300px;}

.data-table td { padding:15px 5px; text-align:center; font-weight:bold; /*border:1px solid #ddd;*/ }
.sales-order-view .data-table tfoot td {padding:0 5px 10px 5px;}
.data-table td.a-left {text-align:left;}
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { /*background-color:#f6f6f6;*/ }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

.data-table .col1 {width:168px; text-align:left; padding:11px 0 12px 20px; }
.data-table thead .col1 {padding:0 0 0 45px; width:143px;  }
.data-table .col2 {width:200px; text-align:left; }
.data-table .col3{width:118px;}
.data-table .col4{width:97px;}
.data-table .col5{width:102px;}
.data-table .col6{width:73px; }
.data-table .col7{width:97px;}
.data-table .col8{width:73px;}

.data-table .col1 a {border:1px solid #C2C2C1; display:block; height:57px;padding:1px;width:57px;}
.data-table td .sku {font-size:13px; font-weight:normal;}
.data-table tfoot td.btn-table {
	background:url(../images/bg-table-foot.gif) repeat-x left top;
	padding:0;
}
.data-table td button.continue {
	float:left;
	background:url(../images/btn-continue-shopping.gif) no-repeat left top;
	border:none;
	margin:0 0 0 -1px;
	padding:2px 0 0;
	width:177px;
	height:29px;
}
.data-table td button.continue:hover{
  background-position:bottom;
}
.data-table td button.update {
	background:url(../images/btn-update-qty.gif) no-repeat left top;
	border:none;
	margin:0 140px 0 0;
	padding:2px 0 0;
	width:119px;
	height:32px;
}
.data-table td button.update:hover {
  background-position:bottom;
}
/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

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

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { /*margin:0; padding:0;*/ }
.std 106 { 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 {overflow:hidden;}

/* Homepage */

.banner1{
	float:left;
	margin:7px 0 0;
}
.col-main .std ul.gallery{
	margin:0;
	padding:7px 6px 0 0;
	list-style:none;
	overflow:hidden; 
	width:250px; 
	float:right; 
}
.col-main .std ul.gallery li{
	float:left;
	height:120px;
	width:114px;
	border:1px solid #c0c0bf;
	background:#fff;
	padding:1px;     
	margin:0 0 4px 2px;
	display:inline; 
}
.col-main .std ul.gallery li img{
	display:block; 
}
.banners{padding:0 0 19px; text-align:center;}
.banners2{padding:0 0 1px 9px;}
* html .banners{padding:3px 0 16px;}
* +html .banners{padding:3px 0 16px;}
.banners .img{margin:0 12px 0 7px;}
.banners .img-unbelievable{margin:16px 0 6px 0;}
.banners2 .btn-recommend{margin:0 10px 0 0;}
.img2{
	float:left; 
	margin:0 0 0 13px;
}
.list-img{
	margin:0 0 0 0;
	padding:0 0 47px;
	list-style:none;
	overflow:hidden;
	width:100%;  
}
.holder .list-img{
	float:right; 
	width:auto; 
}
.list-img li{
	float:left;
	width:176px;
	background:url(../images/bg-list-img.gif) no-repeat 0 179px;    
	position:relative;
	margin:0 0 0 9px; 
	display:inline; 
	font-size:13px; 
	line-height:14px;
	padding:0 0 18px;  
}
.holder .list-img li{margin:0 16px 0 0;}
.list-img li span{
	position:absolute;
	top:0;
	right:0;   
	width:34px;
	height:124px;  
	cursor:pointer; 
}
.list-img li img{
	display:block; 
	margin:0 0 10px;
}
.holder .list-img li img{margin:0 0 5px;}
.list-img li strong{padding:0 0 0 18px;}
.list-img li p{
	margin:0;
	padding:0 0 0 18px; 
}
.holder .list-img li p{color:#972826;}
.list-img li .add-to-wish{
	color:#972826; 
	font-size:10px;
	line-height:14px;
	padding:0 0 0 32px;
	background:url(../images/bnt-plus.gif) no-repeat 18px 2px;    
}
.list-img li .add-to-wish:hover{color:#972826;}

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:280px; height:63px; overflow:hidden; } 
.header-container {	height:241px; /*overflow:hidden;*/ padding:1px 0 0 25px; position:relative; }
.header { /*padding:10px; border:1px solid #ddd;*/ 	overflow:hidden; width:100%; }
.header .logo { /*background-position:0 0; background-repeat:no-repeat; text-indent:-999em;*/ 
	background:url(../images/logo.gif) no-repeat;
	float:left; 
	width:524px;
	height:103px;
	text-indent:-9999px;
	margin:23px 0 0 3px;
 }
.header .logo a { /*width:200px; height:63px;*/ display:block; height:100%; overflow:hidden; }
.header-area{
  float:right;
	width:241px;  
	overflow:hidden; 
}
.buy-6-tux a{
	margin:-2px 36px 13px 1px;
	background:url(../images/banner-buy-6-tux.gif) no-repeat;
	width:204px;
	height:76px;
	text-indent:-9999px;
	overflow:hidden;   
	display:block; 
}
.img-men {
	left:562px;
	position:absolute;
	top:-1px;
}
/*.cms-home .img-men { display:none; }*/
.phone{
	background:url(../images/t-call-us.gif) no-repeat;
	width:221px; 
	height:20px;
	display:block;
	text-indent:-9999px;
   overflow:hidden;    
}
.sub-nav{
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
}
.sub-nav li{
	display:inline;
	padding:0 15px 0 0;
	text-transform:uppercase;
	font-size:12px;     
}
.nav-area{
	background:url(../images/bg-nav-area.gif) no-repeat -22px 15px;
	height:40px;  
	width:936px; 
	overflow:hidden; 
	position:relative; 
	padding:10px 0 20px;  
}
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header-container .form-search { text-align:center; }
.header-container .form-search .search-autocomplete { z-index:999; }
.header-container .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header-container .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header-container .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header-container .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
.nav-area {
	background:transparent url(../images/bg-nav-area.gif) no-repeat scroll 23px 15px;
	height:40px;
	overflow:hidden;
	padding:10px 0 20px;
	position:relative;
	width:936px;
}
#nav { /*font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0;*/
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 -10px;
	padding:6px 0 0;
	width:690px;
}

/* All Levels */
#nav li { /*text-align:left; position:relative;*/
	background:transparent url(../images/nav-separator.jpg) no-repeat scroll 0 10px;
	float:left;
	font-size:21px;
	letter-spacing:1px;
	/*line-height:40px;*/
	padding:0 22px 0 21px;
	line-height:40px;
}
#nav li.over { /*z-index:999;*/ }
#nav li.parent {}
#nav li a { /*display:block; text-decoration:none;*/ color:#F9F7EF; font-weight:normal; padding:0; float:left; }
#nav li a:hover { text-decoration:none; }
#nav li a span { /*display:block; white-space:nowrap; cursor:pointer;*/ }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { /*float:left;*/ }
#nav li a { /*float:left; padding:5px 10px; font-weight:bold; color:#888;*/  }
#nav li a:hover { /*color:#000;*/ text-decoration: underline;  }
#nav li.over a,
#nav li.active a { /*color:#000;*/  }

/* 2nd Level */
#nav ul { /*position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important;*/ }

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

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

/* Cart next to navigation */
.cart-area{
	width:auto;
	float:left;  
	overflow:hidden; 	
	padding:7px 0 0 60px; 
/*  background:url(../images/separator1.gif) no-repeat 120px 31px;  */
}
.cart-area span{
	color:#f9f7ef;
	font-size:21px;   
	line-height:22px; 
	display:block; 
}
.cart-area span.separator{
  color:#f9f7ef;
  display:inline;
  font-size:12px;
  line-height:12px;
  padding:0;
}
.cart-area span em span{
	color:#c62c29; 
	font-style:normal; 
	padding:0 0 0 4px; 
	display:inline;
}
.cart-area a{
	color:#f9f7ef;
	padding:0 8px 0 8px;  
	line-height:12px;
	margin:0 0 0 -5px;
}
.cart-area a:hover{color:#f9f7ef;}
.nav-area .img{
	float:left;
	margin:-4px 0 0; 
	height:49px;
	width:50px;
}

/********** < Newsletter & Search */
.form-area1{
	width:615px;
	float:left;   
}

#newsletter-validate-detail .holder{
  width:auto;
}
.form-area2{
	width:299px;
	float:right;   
	padding:0 11px 0 0; 
}
.form-area1 input,
.form-area2 input{
	float:left; 
	margin:4px 0 0;
}
.btn-arrow{
	float:left; 
	color:#f5f2e9;
	font-size:13px;
	line-height:28px; 
	background:url(../images/arrow.gif) no-repeat 100% 0;
	width:80px;
	height:29px;
	text-align:center;     
	text-transform:uppercase;  
	margin:1px 7px 0 0;
	font-weight:bold;
	padding:0 4px 0 0; 
}
.form-area1 label{
	float:left; 
	width:375px;
	text-transform:uppercase;
	font-size:13px;   
	line-height:34px; 
	letter-spacing:-1px;  
	padding:0 0 0 5px; 
}
input.form-text{
	float:left; 
	width:159px;
	height:14px;
	margin:4px 0 0;
	border:1px solid #3d3a35; 
	padding:3px 5px 5px 15px; 
}
.form-area1 button.button, .form-area2 button.button, #footer .holder button.button { 
	background:url(../images/btn-send.gif) no-repeat left top; 
	width:40px; 
	height:24px; 
	margin-top:4px; 
}
.form-area1 button.button {}
.form-area2 button.button {background:url(../images/btn-go.gif) no-repeat left top; width:24px; }
#footer .holder button.button { margin-top:0;}

* html .form-text{}


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

/* Sidebar =============================================================================== */
.sidebar .block div {padding-top:0;}
.sidebar .block {margin-bottom:15px;}
.block { /*border:1px solid #ddd; margin:0 0 10px;*/ }
.block .block-title { /*border-bottom:1px solid #ddd; padding:0 10px;*/ }
.block .block-title h2 { /*font-size:16px; font-weight:bold; line-height:1.5;*/ }
.block h3 { /*font-size:14px; line-height:1.5;*/ }
.block .block-content { /*padding:10px;*/ padding-top:0; }
.block.block-progress div.block-content {padding-top:0 !important;}
.block .actions { /*text-align:center;*/ }
.block .actions a { /*float:left;*/ }

/* Block: Account */
.block-account {}
.block-account .block-title {display:none;}
.block-account .block-content ul, .sidebar .sub-menu {
	margin:0 0 0 -14px;
	*margin:0;
	padding:11px 0 58px;
	list-style:none;
	position:relative; 
	z-index:20; 
}
.block-account .block-content ul li, .sidebar .sub-menu li {
	background:url(../images/buulet-star.gif) no-repeat 0 1px;
	padding:0 0 0 18px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;    
}
.block-account .block-content ul li a, .sidebar .sub-menu li a {color:#972826;}
.block-account .block-content ul li a:hover, .sidebar .sub-menu li a:hover {color:#972826;}
.catalog-seo-sitemap-category .sub-menu li.site-map a,
.catalog-seo-sitemap-product .sub-menu li.site-map a,
.cms-shipping .sub-menu li.shipping a,
.cms-order-help .sub-menu li.order-help a,
.cms-sign-in-help .sub-menu li.sign-in-help a,
.cms-shirt-info .sub-menu li.shirt a,
.cms-sizing-info .sub-menu li.sizing a,
.cms-affiliates .sub-menu li.affi a,
.cms-security .sub-menu li.security a,
.cms-returns .sub-menu li.return a,
.cms-contact .sub-menu li.contacts a {color:#333;}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
block-cart {}
.block-cart .block-content h3 {text-indent:0;}
.block-cart .amount {}
.block-cart .subtotal { /*text-align:center;*/ }
.block-cart .subtotal .label {margin-right:5px;}
.block-cart .subtotal .price {color:#C62C29; font-weight:bold;}
.block-cart .actions button.button, .buttons-set .button-address, .opc .button-set .form-button, .customer-address-index .title-buttons button.button, .button-set .form-button {
	background:url(../images/bg-button.gif) no-repeat left top; 
	width:108px; 
	height:30px; 
	font-size:14px !important;
	line-height:26px !important;
	text-transform:uppercase !important;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	margin:10px 0;
	border:0;
	color:#fff;
	float:right;
}
.block-cart .actions button.button {float:none;}
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:2px; border:3px double #bdbdbd; margin-right:-75px; }
#wishlist-table td .product-image img {padding:2px; border:3px double #bdbdbd;}
.mini-products-list .product-details { margin-left:75px; padding-top:0; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}


/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {display:none;}
.block-compare li { padding:5px 0; }

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

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

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

/* Block: Subscribe */
.block-subscribe {display:none;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; /*margin-left:20px;*/ }

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

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; vertical-align:center; }
.block-progress dt.complete,
.block-progress dd.complete { 
	background:transparent;
	border:1px solid #3C3B34;
	margin-bottom:16px;
	vertical-align:center; 
}
.block-progress dt .h4 {margin-bottom:16px;}
.block-progress dt.complete {margin-bottom:0;}
.block-progress dt .h4, .block-progress dt .h4-complete {background-color:#3C3B34; border-bottom:none; color:#F7F4EA; font-size:10px; /*line-height:12px;*/ padding:5px 8px 5px 10px; text-transform:uppercase; *padding:10px 8px 10px 10px; *height:auto;}
.separator {padding:0 3px;}
.block-progress dt.complete .h4-complete a {color:#86857F; font-size:10px; line-height:14px; text-transform:capitalize;}
.block-progress dd.complete .content {padding:12px 13px 1px; width:auto;}
.block-progress dd.complete address {color:#3C3B34; font-size:11px; line-height:14px; margin-bottom:5px; text-transform: capitalize;}

#checkout-step-login p {line-height:1.4em;}
#checkout-step-login h4 {margin-bottom:5px;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {clear:both;}
.catalogsearch-result-index .category-products {margin-top:50px;}
.catalogsearch-result-index .block-cart {display:none;}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { /*background-color:#f6f6f6;*/ }
.products-grid td { /*width:33%; border:1px solid #ddd; padding:5px;*/ }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { /*border:1px solid #ddd;*/ padding:5px; margin:0 0 5px; width:98%; height:240px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
.products-list .std {clear:both;}
.products-list .std a.learn-more { background:transparent url(../images/bnt-plus.gif) no-repeat scroll left center; color:#972826; font-size:11px; padding:0 0 0 15px;}
.products-list li.even {background:url(../images/bg-list-img.gif) repeat-x left top;}
.products-list li.odd {background:url(../images/bg-list-img-flip.gif) repeat-x left bottom;}

.block-photos{
	margin:7px 0 0 -22px;
	padding:0 0 0 15px;
	list-style:none;
	/*width:960px;*/  
	position:relative;  
}
/*tr.last .block-photos{
  width:800px;
}
tr.last td.last ul{
  margin-left:50px;
}
tr.first td.last ul{
  margin:0;
}*/
.products-list.block-photos {margin-left:0;}

.block-photos:after{
	content:"";
	display:block;
	clear:both;   
	height:0; 
} 
.block-photos li{
	position:relative;
	float:left;
	display:inline; 
	vertical-align:top;
}
.products-list .block-photos li {float:none;}
.block-photos img{
	display:block;
	position:static; 
}
.block-photos li .frame{position:absolute;}
.block-photos li a{cursor:pointer;}
.block-photos li strong{
	position:relative;
	z-index:50;
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;   
	display:block; 
	padding:0 0 0 11px; 
}
.products-list li strong {padding-left:0;}
* html .block-photos li strong{margin:-4px 0 0;}
* +html .block-photos li strong{margin:-4px 0 0;}
.block-photos li em{
	font:12px/12px Tahoma, Arial, Helvetica, sans-serif;   
	color:#972826; 
	position:relative;
	z-index:50;  
	padding:0 0 0 27px; 
}
.block-photos li .frame span {display:block;} 
.block-photos .frame1,
.block-photos .frame7,
.block-photos .frame11{
	width:212px;  
	height:246px; 
	position:relative;
	z-index:3;  
}
.block-photos .frame7{
	margin:3px 0 0 4px;
	z-index:2; 
}
.block-photos .frame1 .frame,
.block-photos .frame7 .frame,
.block-photos .frame11 .frame{
	top:-16px;
	left:-18px;  
}
.products-list .frame1 .frame,
.products-list .frame7 .frame,
.products-list .frame11 .frame{
	top:-10px;
	left:-14px;  
}
.block-photos .frame1 .frame span,
.block-photos .frame7 .frame span,
.block-photos .frame11 .frame span{
	background:url(../images/frame1.png) no-repeat;
	width:212px;  
	height:246px; 
}
.block-photos .frame2,
.block-photos .frame8,
.block-photos .frame12{
	width:186px;
	height:227px;   
	margin:0 0 0 -24px;
	position:relative;
	z-index:1;  
}
.block-photos .frame8{
	margin:0 0 0 -26px;
}
.block-photos .frame2 .frame,
.block-photos .frame8 .frame,
.block-photos .frame12 .frame{
	top:-11px;
	left:-9px;  
}
.block-photos .frame2 .frame span,
.block-photos .frame8 .frame span,
.block-photos .frame12 .frame span{
	background:url(../images/frame2.png) no-repeat;
	width:186px;
	height:227px;   
}
.block-photos .frame3,
.block-photos .frame10,
.block-photos .frame13{
	width:207px;
	height:244px;   
	margin:0 0 0 1px;
	position:relative;
	z-index:3;  
}
.block-photos .frame10{
	margin:7px 0 0 -22px;
}
.block-photos .frame3 .frame,
.block-photos .frame10 .frame,
.block-photos .frame13 .frame{
	top:-18px;
	left:-14px;  
}
.block-photos .frame3 .frame span,
.block-photos .frame10 .frame span,
.block-photos .frame13 .frame span{
	background:url(../images/frame3.png) no-repeat;
	width:207px;
	height:244px;   
}
.block-photos .frame4,
.block-photos .frame6,
.block-photos .frame14{
	width:186px;
	height:227px; 
	margin:0 0 0 -19px;  
	position:relative;
	z-index:2;    
}
.block-photos .frame6{
	margin:0 0 0 -1px;
	z-index:3; 
}
.block-photos .frame4 .frame,
.block-photos .frame6 .frame,
.block-photos .frame14 .frame{
	top:-11px;
	left:-9px;
}
.block-photos .frame4 .frame span,
.block-photos .frame6 .frame span,
.block-photos .frame14 .frame span{
	background:url(../images/frame4.png) no-repeat;
	width:186px;
	height:227px;   
}
.block-photos .frame5,
.block-photos .frame9,
.block-photos .frame15{
	width:208px;
	height:246px;   
	margin:0 0 0 1px;
}
.block-photos .frame9{
	margin:5px 0 0 3px;
	z-index:3; 
}
.block-photos .frame5 .frame,
.block-photos .frame9 .frame,
.block-photos .frame15 .frame{
	top:-17px;
	left:-17px;  
}
.block-photos .frame5 .frame span,
.block-photos .frame9 .frame span,
.block-photos .frame15 .frame span{
	background:url(../images/frame5.png) no-repeat;
	width:208px;
	height:246px;   
}
.block-photos .frame5, .block-photos .frame10 {width:190px; *width:180px;}

/*.products-list li .frame {top:0 !important; left:0 !important;}*/

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


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; overflow:hidden;width:490px; }
.product-view .product-img-box .product-image { 
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BDBDBD;
	float:left;
	height:auto;
	margin:0 6px 8px 0;
	padding:1px;
	position:relative;
}
.product-view .product-img-box .product-image-zoom { position:relative; width:360px; height:245px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { /*position:absolute; left:0; top:0; cursor:move;*/ }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:208px; /*margin:0 auto 13px; padding:0 28px;*/ background:url(../images/slider_bg.gif) 94% 60px no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:155px; top:60px; left:332px; width:22px; }
.product-view .product-img-box .zoom #handle { position:absolute; top:60px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:327px; top:215px; display:none; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:1px; top:25px; left:302px; width:59px; height:27px; }
.product-view .product-img-box .more-views {  
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 4px 0;
	padding:0;
	width:118px;
}
.product-view .product-img-box .more-views li { 
	background:#fff;
	border:1px solid #bdbdbd;
	padding:1px;      
	margin:0 0 1px;
	vertical-align:top; 
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

.h-gear-gallery,
.h-upload-images{
	float:left;
	overflow:hidden;
	text-indent:-9999px;  
	height:23px; 
}
.h-gear-gallery{
	background:url(../images/h-gear-gallery.gif) no-repeat;
	width:119px;  
	margin:0 4px 0 2px;
}
.h-upload-images{
	background:url(../images/btn-upload-images.gif) no-repeat;
	width:365px;  
}
.list-gallery{
	overflow:hidden;
	width:500px;  
	margin:0;
	padding:10px 0 0;
	list-style:none;
	clear:both;
}
.list-gallery li{
	float:left; 
	width:114px;
	background:#fff;
	border:1px solid #bdbdbd;
	padding:1px;      
	margin:0 6px 0 0;	 
}
.list-gallery li img{display:block;}

/* Custom Banner on Product View */
.banner-area {padding:8px 2px 20px;}
.small-product-banner {padding:8px 2px 0; width:158px; /*height:64px;*/ clear:both; margin:5px 0 15px 0;}

/* Product Shop */
.product-view .product-shop { 
	float:right;
	overflow:hidden;
	padding:0 13px 0 0;
	width:423px; 
}
.product-view .product-name {
	background:transparent url(../images/bg-large-arrow.gif) no-repeat scroll 0 0;
	color:#F9F7EF;
	height:84px;
	padding:5px 0 0 11px;
	width:424px;
}
.product-view .product-name h2 {
	color:#F9F7EF;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	margin:0;
}
.product-view .short-description {font-size:15px; line-height:26px; font-weight:normal;}
.product-view .sku {color:#333333; font-size:13px; font-style:normal; line-height:28px; font-weight:normal;}

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

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

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

.price-box {}
.product-shop .price-box {
	font-weight:bold;
	margin:-16px 0 0 9px;
	overflow:hidden;
	padding:0 0 16px;
	width:100%;
}
.products-list .price-box {margin-top:0;}

.block-photos .price-box, .products-list .product-shop .price-box .regular-price { 
	font:12px/12px Tahoma, Arial, Helvetica, sans-serif;   
	color:#972826; 
	position:relative;
	z-index:50;  
	padding:0 0 0 11px; 
}
.products-list .product-shop .price-box {padding-left:0; margin-left:0;}
.products-list .product-shop .price-box .regular-price {padding-left:0;}
.price-box .price { /*font-weight:bold;*/ }

.price-box-bundle, .price-as-configured {
	color:#3D3C35;
	font-size:15px;
	font-weight:bold;
	line-height:34px;
	padding:0 15px 0 0;
	text-transform:uppercase !important;
}
.price-box-bundle {padding-bottom:0; /*display:none;*/}
.price-box-bundle .price-box {padding-bottom:5px;}
.price-as-configured .price {font-size:22px;}

/* Regular price */
.regular-price {}
.product-shop .regular-price {
	font-size:15px;
	line-height:34px;    
	padding:0 15px 0 0;  
	color:#3d3c35;
	text-transform:uppercase; 
	font-weight:bold;
}
.regular-price .price {}
.product-shop .regular-price .price { 
	font-weight:bold;
	font-size:22px;
	line-height:30px;
	margin:0;
	padding-left:11px;
}

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

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

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

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {float:left; width:auto; margin-right:10px;}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {float:left; width:auto;}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }
.up-sell .add-to-links li a {
	background:transparent url(../images/bnt-plus.gif) no-repeat scroll left center;
	color:#972826;
	font-size:10px;
	line-height:14px;
	padding:0 0 0 15px;
}

/* Add to Cart */
.product-shop .add-to-links {/*width:116px; float:right; text-align: center; margin:0 0 5px 235px;*/ text-align:right; padding-right:60px; margin-top:-10px;}
.products-list .product-shop .add-to-links {float:left; margin-top:25px; margin-left:10px;}
.products-list .product-shop .add-to-links li a {font-size:11px;}
.product-shop .add-to-links li a { font-size:9px; line-height:26px;}
.add-to-cart label, .product-options dt label { 
	background:transparent url(../images/arrow.gif) no-repeat scroll 100% 0;
	color:#F9F7EF;
	float:left;
	font-weight:bold;
	height:22px;
	margin:0 15px 0 2px;
	padding:7px 4px 0 12px;
	text-transform:uppercase;
	width:85px; 
}
.product-options dt .required {color:#fff;}
.add-to-cart .qty, .data-table .col6 input { 
	float:left;
	border:1px solid #3D3C35;
	color:#3D3C35;
	font-size:13px;
	line-height:14px;
	margin:0;
	padding:6px 3px;
	text-align:center;
	width:23px; 
}
.data-table .col6 input {float:none;}
.add-to-cart button.button, .products-list button.button { 
	float:right; 
	background:transparent url(../images/brn-add-to-cart.gif) no-repeat 0 0;
	display:block;
	height:34px;
	margin:0 45px 0 20px;
	overflow:hidden;
	text-indent:-9999px;
	width:118px;
}
.products-list button.button {float:left; margin-bottom:15px;}
.product-options-bottom .add-to-cart button.button {margin-left:0; margin-bottom:10px;}

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

/* Product Options */
.product-options { /*padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6;*/ }
.product-options dt {overflow:hidden; float:left; clear:left; /*margin-bottom:20px;*/}
.product-options dt label { font-weight:bold; clear:left; margin-bottom:10px;}
.product-options dt .qty-holder { float:right; display:none; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0; overflow:hidden; /*padding-bottom:10px;*/ padding-left:50px; }
.product-options dl.last dd.last {float:left; width:210px;}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { border:1px solid #3D3C35; float:left; margin:7px 0 10px 0; width:210px;}
.product-options dd.get-size.last {background:none;}
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:0 45px 15px 168px; clear:left; }
.product-options p.get-size {padding:0 0 20px 178px;}
.product-options p.get-size a {display:block; width:187px; height:15px; background:transparent url(../images/t-not-sure-what.gif) no-repeat left top; text-indent:-999em;}

.product-options dt label.last,
.product-options dd select.last {margin-bottom:0;}

.product-options-bottom { /*padding:10px; border:1px solid #ddd; border-top:0;*/ }
.product-options-bottom .price-box { margin:10px 0; display:none; }
.product-options-bottom .add-to-cart input.qty {margin-left:50px;}

.input-holder {float:left; width:250px;}

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

/* Share Icons Product View Page */
.icons { margin:1px 0 0; overflow:hidden; padding:0 0 3px 2px; width:100%;}
.icons strong {color:#3D3C35; font-size:15px; padding:2px 10px 0 5px;}
.icons a { margin:0 2px 0 0; }
.icons ul{
  padding:10px 0;
  overflow:hidden;
}
.icons ul li{
  float:left;
}

/* Block: Description */
.product-view .description {clear:both;}
.product-view .description h3 {
	background:#3D3C35 url(../images/h-description.gif) no-repeat scroll 4px 0;
	height:23px;
	margin:0 0 25px;
	overflow:hidden;
	text-indent:-9999px;
}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
#upsell-product-table {clear:left;}
.product-view .up-sell {padding-bottom:47px;}
.product-view .up-sell h3 {background:url(../images/btn-we-also-recommend.gif) no-repeat left top; width:177px; height:34px; margin:0 10px 5px 0; text-indent: -999em; float:left;}
.product-view .up-sell .products-grid td { width:25%; }
.product-view .up-sell .products-grid td .upsell-info {
	background:transparent url(../images/bg-list-img.gif) no-repeat left top;
	font-size:13px;
	line-height:14px;
	margin:3px 0;
	padding:10px 0 18px 9px;
	position:relative;
	width:170px;
}
.product-view .up-sell .products-grid td h4 {background:none; width:auto; height:auto; padding:0;}

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

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

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


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.2em; }
.products-list .product-name {font-size:14px;}

/* Product Tags */
.tags-list li { display:inline; }

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

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

/* Sitemap */
.sitemap {}
.sitemap li.level-0 a {color:#972826; font-weight:bold; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:none; text-align:center; padding:10px 0; }
.cart .checkout-types button {background:url(../images/btn-proceedto-checkout.gif) no-repeat left top; width:289px; height:44px; border:0;}
.cart .checkout-types button span {display:none;}

/* Shopping Cart Table */

.cart fieldset p.item-msg {display:none; *visibility:hidden;}
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:none; width:auto; clear:right; margin-bottom:10px; }
.cart .banner-areas-cart {float:left; width:530px;padding:1px 9px 0;}
.cart .banner-areas-cart img {margin:0 10px 15px 0;}
.cart .cart-collaterals .col-2 {/*float:right;*/ width:304px; padding-right:26px;}
.cart .cart-collaterals .col-2 .discount h3 {font-size:14px; color:#0A263C; line-height:18px;}
.cart .cart-collaterals .col-2 .discount label {font-weight:normal; color:#333;}
.cart .cart-collaterals .col-2 .discount input {
	border:1px solid #3D3C35;
	float:left;
	margin:1px 0 0;
	padding:1px 10px 3px;
	text-transform:none;
	width:190px;
}
.cart .cart-collaterals .col-2 .discount button { background:url(../images/btn-arrly.gif) no-repeat left top; border:none; float:left; margin:5px 0 0 10px; width:77px; height:23px;}
.cart .cart-collaterals .col-2 .discount button#cancel { background:none !important; border:none; float:left; margin:5px 0 0 10px; width:100px; height:23px; }
.cart .cart-collaterals .col-2 .discount button span {display:none;}
.cart .cart-collaterals .col-2 .discount button#cancel span {display:inline !important; color:#000; padding-right:10px;}

.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; padding-right:35px; margin-bottom:15px; width:304px; }
.cart .totals table { width:100%; }
.cart .totals table th {width:150px; text-align:right; padding:0 25px 0 0 !important;}
.cart .totals table th,
.cart .totals table td { padding:0; }
.cart .totals table tbody th, .cart .totals table tbody td .price { color:#972826; font-size:14px; line-height:17px; padding:0 50px 0 15px; }
.cart .totals table tfoot th, .cart .totals table tfoot td .price { color:#972826; font-size:19px; line-height:24px; padding:0 50px 0 15px;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; /*font-style:italic;*/ }
.item-options dd { padding-left:10px; }
.checkout-onepage-index .item-options {font-style:italic;}
.checkout-onepage-index .item-options dt {font-weight:normal;}
.checkout-onepage-index .item-options dd { padding-left:0; font-weight:normal; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border:1px solid #8C8B85; position:relative; }
.opc li.section { /*border:1px solid #ddd; border-bottom:0;*/ padding-bottom:0; }
.opc .step-title { 
	background:#86857f;
	border:1px solid #f4f1e5;
	border-top:none; 
	padding:4px 8px 6px;
}
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3, .opc .step-title .number { 
	float:left; 
	color:#F7F4EA;
	font-weight:normal;
	line-height:16px;
	padding-top:2px;
	position:relative;
	font-size:12px;
}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .allow .step-title, .opc .active .step-title { 
	background:#3c3b34; 
	border:1px solid #f5f1e5;
	border-bottom:none; 
	padding:5px 8px 7px; 
}
.opc .active {
	background:transparent url(../images/head-arrow.gif) no-repeat right top;
	padding-bottom:43px;
}
.opc .active .step-title { background-color:transparent !important; }

.opc .step { /*border-top:1px solid #ddd;*/ padding:10px; position:relative; overflow:hidden; margin-top:15px; }
.opc .step select {margin:3px 0 5px 0;}
.opc .step select#billing-address-select {width:524px;}
.opc #checkout-step-login #login-form input {width:220px;}
.opc #checkout-step-login #login-form p.required {padding-right:15px;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .order-review tfoot th {background-color:transparent; color:#972826; text-align:right; font-weight:normal; vertical-align: middle;}
.opc .order-review tfoot td {color:#972826; font-weight:normal; padding:5px 5px 5px 15px;}
.opc .order-review tfoot .last th, .opc .order-review tfoot .last td {font-size:14px;}
.opc .buttons-set {border-top:1px solid #e4e4e4; padding-top:24px;}
.opc #checkout-step-review .buttons-set button.button,
.customer-address-index .title-buttons button.button, .customer-address-form .button-set .form-button  {background: url(../images/bg-button-long.gif) no-repeat left top; width:208px; height:30px; border:none;}

#checkout-step-review {margin-top:15px;}

.checkout-onepage-index .input-box {width:45%;}
.checkout-onepage-index .group-select .input-box input {width:95%;}
.checkout-onepage-index .item-options {margin-top:5px;}
.checkout-onepage-index .input-email {clear:left;}

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

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

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {margin-bottom:30px;}
.sp-methods dt { font-weight:bold; margin-bottom:5px; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
#ccsave_expiration {margin-bottom:5px;}
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

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

/* Gift Messages */
#onepage-checkout-shipping-method-additional-load h4,
#onepage-checkout-shipping-method-additional-load h5 {margin-bottom:5px;}
.add-gift-message {}
.gift-message-form { /*border:1px solid #ddd; background-color:#f5f5f5;*/ margin-top:15px; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .inner-box .group-select {margin-bottom:10px;}
.gift-message-form .inner-box .group-select ul .input-box,
.gift-message-form .inner-box .group-select ul li {margin-top:10px;}
.gift-message-form .gift-item {clear:left; margin-top:10px;}
.gift-message-form .gift-item .product-image {float:left; width:100px;}
.gift-message-form .gift-item .product-image img {border:3px double #bdbdbd;}
.gift-message-form .gift-item .group-select ul {float:left; width:250px;}
.gift-message-form .gift-item .group-select ul li {margin-top:0;}
.gift-message-form .gift-item .group-select ul textarea {width:255px;}

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

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.page-title h2, .cms-page-view .std h2, .customer-address-index .title-buttons, .page-head h3 {
	margin:0 -24px 11px -1px;
	font-size:24px;
	line-height:29px;
	color:#972826;
	padding:11px 0 9px; 
	background:url(../images/border.gif) repeat-x 0 100%;    
	position:relative; 
	font-weight:bold;
}
.customer-address-index .title-buttons h2 {display:block; background:none; margin-bottom:0; padding-bottom:0;}
.account-login .new-users {}
.account-login .new-users h3, .account-login .registered-users h3, .account-create h3, .block-title h2, .block-content h3, .dashboard h3, #form-validate fieldset h3, .cms-page-view .std h3, .cms-page-view .std h3 a {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:22px;
	color:#972826;
	margin-bottom:0;
	text-decoration:none;
}
.account-create h3, .block-title h2 {margin-bottom:0;}
.account-login .registered-users {}

.account-login .col2-set .col-1 .buttons-set button.button {background:url(../images/bg-button-long.gif) no-repeat left top; width:208px; height:30px; }
.account-login .col2-set .col-2  {margin-right:10px;}
.account-login .col2-set .col-2 p.required {margin-right:20px;}

.account-create {}
.account-create fieldset {width:45%; float:left;}
.account-create .group-select {margin-bottom:25px;}
.account-create .group-select .input-box  {width:auto; margin-right:15px;}
.account-create p.required, #form-validate p.required {clear:both; padding-right:25px;}


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

.border{
	width:598px;
	height:35px;
	position:relative; 
	background:url(../images/border.gif) repeat-x 0 16px;    
}
.sales-order-view .border {background:url(../images/border.gif) repeat-x left bottom;  }

#form-validate fieldset {margin-bottom:10px;}
#form-validate .form-list input#company,
#form-validate .form-list input#street_1,
#form-validate .form-list input#street_2 {width:537px;}
.buttons-set button.button-address {background:url(../images/bg-button-long.gif) no-repeat left top; width:208px; height:30px; }
.customer-address-form .buttons-set button.button-address {float:right; margin-right:10px;}

.cms-page-view .std p, .cms-page-view .sidebar p,
.catalog-seo-sitemap-category .sidebar p,
.catalog-seo-sitemap-product .sidebar p {margin:0; padding:0 0 20px;}
.cms-page-view .std address, .cms-page-view .sidebar address,
.catalog-seo-sitemap-category .sidebar address,
.catalog-seo-sitemap-product .sidebar address {font-style:normal; margin:0; padding:0 0 18px;}
.cms-page-view .std a {text-decoration: underline;}
.cms-page-view .std .sidenav{
	margin:0 0 0 -6px;
	padding:0 0 17px;
	list-style:none;
	overflow:hidden;
	width:100%; 
}
.cms-page-view .std .sidenav li{
	float:left;
	line-height:11px;
	border-left:1px solid #333; 
	padding:0 6px 1px 4px; 
}
.catalog-seo-sitemap-product .links a,
.catalog-seo-sitemap-category .links a {text-decoration:underline;}
.catalog-seo-sitemap-product .links li,
.catalog-seo-sitemap-category .links li {float:left;}
.catalog-seo-sitemap-product .pager ,
.catalog-seo-sitemap-category .pager{float:right; border:none; padding:0;}
.catalog-seo-sitemap-product .sitemap,
.catalog-seo-sitemap-category .sitemap {clear:both;}

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard h3 {margin-bottom:10px;}
.dashboard h4 {font-size:12px;}
.dashboard h5 {margin:5px 0;}
.dashboard .col2-set {margin-bottom:15px;}
.dashboard .col2-set a {display:block; width:auto; padding:5px 0; color:#972826; text-transform: lowercase;}

/* Address Book */
.customer-address-index .col2-set h3 {color:#972826; margin-bottom:10px;}
.customer-address-index .col2-set ol li {padding-bottom:15px;}
.customer-address-index .col2-set ol li h4 {margin-bottom:5px; font-size:12px;}
.customer-address-index .col2-set ol li address {line-height:1.4em;}
.customer-address-index .col2-set ol li address a {display:block; width:auto; padding-top:10px; color:#972826; font-size:11px;}

/* Block: Recent Orders */
.dashboard .recent-orders { }
.dashboard .recent-orders .title-buttons a {font-size:11px; float:right; margin-top:5px;}
.dashboard .recent-orders .data-table th,
#my-orders-table th {padding:0 5px;}
.dashboard .recent-orders .data-table td.last,
#my-orders-table td.last {padding-right:0; fon-size:11px;}
.dashboard .recent-orders .data-table td a,
#my-orders-table td a {font-weight:normal; font-size:11px;}
.dashboard .recent-orders .data-table td .separator,
#my-orders-table td .separator {padding:0;} 

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

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.sales-order-view .order-info { border:4px double #ddd; padding:10px; margin-bottom:10px; }
.sales-order-view .col2-set {margin:10px 0;}
.sales-order-view .col-main h3 {color:#972826; margin-bottom:5px;}
.sales-order-view address {line-height:1.4em;}
.shipping-tracking-popup {min-width:200px !important; width:500px !important; height:450px !important;}
.shipping-tracking-popup div {width:540px;}
.shipping-tracking-popup h3 {background-color:#3D3C35; border:4px double #F2ECD9; border-left:0; border-right:0; padding:5px 10px; color:#F2ECD9; margin-bottom:5px;}
.shipping-tracking-popup .data-table {margin-bottom:0;}
.shipping-tracking-popup .data-table th.label {background-color:transparent; vertical-align:middle; color:#972826; width:80px; text-align:left; font-size:12px; padding:0 10px;}
.shipping-tracking-popup .data-table td {padding:5px; text-align:left; font-size:12px;}
.shipping-tracking-popup .buttons-set {border-top:4px double #ddd; margin-bottom:10px;}
.shipping-tracking-popup .buttons-set .button {font-size:12px !important;}
.sales-order-view .data-table tfoot tr.first td {padding-top:10px;}
.sales-order-view .data-table tfoot tr.last td strong {font-size:16px; color:#972826;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {margin-bottom:20px;}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

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

/* Paypal Review ============================================================================= */

.paypal-express-review .col-main h3 {color:#972826; margin-bottom:10px;}
.paypal-express-review .col-main h4 {margin-bottom:5px; font-size:12px;}
.paypal-express-review .col-main h4 a {color:#972826; font-weight:normal;}
.paypal-express-review .col-main address {margin-bottom:20px;}
.paypal-express-review .col-2 select {width:350px;}
.paypal-express-review .data-table th.product-name {width:300px;}
.paypal-express-review .data-table tfoot th {background-color:transparent; color:#972826; text-align:right; font-weight:normal; vertical-align: middle;}
.paypal-express-review .data-table tfoot td {padding:5px 5px 5px 15px; color:#972826; font-weight:normal;}
.paypal-express-review .data-table tfoot .last th,
.paypal-express-review .data-table tfoot .last td {font-size:14px; font-weight:bold;}
.paypal-express-review #review-button  {
	background:url(../images/bg-button-long.gif) no-repeat left top; 
	width:208px; 
	height:30px; 
	border:none;
	float:right; 
	font-size:16px !important;
	line-height:28px !important;
	text-transform:uppercase !important;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
}
