h1, h2, h3, h4, h5, h6, .head { margin-bottom:0.6em; line-height:1.6em; color:#000; }
a { color:#666;  }
a:hover { color:#000;  }

p, td, th, dt{ font-size: 12px; line-height: 1.5em; }
label{ font-size: 12px; }
address{ font-size: 12px; }

.button-set a{ font-size: 12px; }
.order-info, .inner-head a, .head a{ font-size: 12px; }
.generic-box, div.content{ font-size: 12px; }

.one-page-checkout-progress h4{ font-size: 13px; }
.side-col h3 { font-size:13px; }

.inner-head, .inner-head h5{ height: 1%; }

.address-list li{ font-size: 12px; }
/*
address a{ font-size: 1em; }
table a{ font-size: 1em; }
*/

input.input-text, select, textarea { font-size:12px; }

p.required { text-align:right; font-size: 12px; }
.page-head { margin:0 0 25px 0; border-bottom:0px solid #ccc; }

.button-set { /* Container for form buttons*/
    border-top:1px solid #ddd;
    }


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


.generic-box { border:1px solid #ccc; background: none; }
.order-info {border:solid 1px #ccc; background: none; }
.link-cart { color:#666 !important; font-weight:bold !important; }
.link-cart:hover { color:#000 !important; }


.form-list li { margin-bottom:10px; }

.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:3px 11px;
    background:#78493b;
    color:#fff;
    border:0px solid #ccc;
    font:normal 11px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
	text-transform:uppercase;
    }
	
		.form-button:hover, .form-button-alt:hover {
		background: #4c4c4c;
		}
	

.group-select {
    margin:28px 0;
    border:1px solid #ccc;
    padding:22px 25px 12px 25px;
    background: none;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #ccc;
    background:#fff;
    padding:0 8px;
    color:#000;
    font-weight:bold;
    font-size:1.2em;
    }	
	

/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #ccc; background:none; }
.login-box .content { background:none; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:0px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:14px;
    color:#000;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image: none; }
.login-box .registered-users h4 { background-image: none; }
.login-box .button-set { margin:0; border:none; background:none; padding:8px 13px; }
.login-box .content { min-height:230px; }


/* My Account navigation */
.account-nav { border:1px solid #ccc; }
.account-nav .head {
   margin:0;
   background: #ccc;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#000; font-size:1.4em; }
.account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; font-size: 12px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#666; text-decoration:none; }
.account-nav li a:hover { color:#000; }
.account-nav li.on { border-bottom:1px solid #ddd; font-size:1em; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#000; font-weight:bold; }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.3em; color:#000; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background: none;
    padding:10px 13px 8px 13px;
    }


/* Dashboard */
.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    background:#fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #ddd; }
.account-box h4 { color:#000; font-size:1.4em; text-transform:uppercase; }

.account-box .head h4 { padding-left:0px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image: none; }
.ad-account-info .head h4 { background-image: none; }
.ad-tags .head h4 { background-image: none; }
.ad-reviews .head h4 { background-image: none; }
.account-box h5 { font-size:13px;   }

/* Data Table */
.data-table { border:1px solid #ccc; width:100%; }
.data-table tr { background:#ccc; }
.data-table .odd  { background:#f8f8f8; }
.data-table .even { background:#ececec !important; }
.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 { border-right:1px solid #ccc; padding:2px 8px; color:#000; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background: #ccc; }
.data-table tfoot { border-bottom:1px solid #ccc; }
.data-table tfoot tr.first { background:none; }
.data-table tfoot tr { background-color:#e5e4e4 !important; }
.data-table tfoot td { padding-top:5px; padding-bottom:5px; border-bottom:0; border-right:1px solid #ccc; }
.data-table tbody td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; }


.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #ccc;
    background:#f1f1f1;
    text-align:right;
    }
	
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #ccc;
    background: #fff;
    }

.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#000;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
	
.shopping-cart-collaterals .discount-codes h4 { background-image: none;  padding-left:0px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image: none;  padding-left:0px; }


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #ccc; border-top:0; padding: 0; background:#fff; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background: #f1f1f1; border-width:0 1px 0 1px; border-color:#ccc; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.2em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; border:1px solid #fff; font-size:1em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#f1f1f1; border-color:#ccc; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #ccc; background:#fff; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#999; }
.one-page-checkout .active h3 { color:#000; }
.one-page-checkout .allow .step-count { background:#999; border:1px solid #999; color:#fff; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #000; background:#000; }
.one-page-checkout .active .box { display:block; border-color:#ccc; background:#fff; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1.3em; }
.one-page-checkout-progress li { border:1px solid #ccc; background:#f1f1f1; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#f1f1f1; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #ccc; background:#f1f1f1; color:#999; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #ccc; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }

.one-page-checkout .box-no-padding {
    border:1px solid #ccc;
    border-top:0;
    padding:0px;
    background:#fff;
}

.one-page-checkout .box-padding {
padding:15px 20px;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px;
}


/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#666; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #ccc; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #ccc; }
.compare-products tbody.attribute-cart td { background:#e5e4e4 !important; text-align:center; border-bottom:1px solid #ccc; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    background: #e5e4e4 !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }


.catalog-listing h5 a, .catalog-listing h5 a:hover { color:#000; text-decoration:underline; }

.middle { background:#fff; background-image: none; }


.giftmessages .gift-header {
    color:#000;
}

.giftmessages .gift-box {
    background-color:#f1f1f1;
	border-top:1px solid #ccc;
    border-bottom:0px solid #ccc;
	}
	
#checkout-review-table .cart-price{ text-align:right; }

table.pager, table.view-by {
    background: #f1f1f1;
    }
	
	
/********************** Messages  */
.success { color:#98c400; }
.error { color:#ff0000; }
.notice {color:#c6ad02; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 36px !important;
    font-size:11px !important;
    font-weight:normal !important;
	line-height: 21px;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#ff0000;
    color:#ff0000;
    background-color:#fff;
    background-image:url(../images/icon_error.png);
    }
.success-msg {
    border-color:#98c400;
    color:#98c400;
    background-color:#fff;
    background-image:url(../images/icon_success.png);
    }
.notice-msg, .note-msg {
    border-color:#c6ad02;
    color:#c6ad02;
    background-color:#fff;
    background-image:url(../images/icon_notice.png);
    }
	
	
.shopping-cart-collaterals .upsell {
    width: 276px;
    border:1px solid #CCCCCC;
    padding:12px 15px;
    background:#fff;
    }