/********************** Form */



/* Form Elements */

input.input-text,

select,

textarea                  { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }



select option             { padding-right:10px; }

option, optgroup          { font:12px arial, helvetica, sans-serif; }

optgroup                  { font-weight:bold; }

input.input-text,

textarea                  { padding:2px; }

textarea                  { overflow:auto; }

input.radio               { margin-right:3px; }

input.checkbox            { margin-right:3px; }

.v-fix                    { float:left; }

.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

.qty                      { width:2.5em; }

.group-select label,

.form-list label,

.payment-methods label    { font-weight:bold; }

.button-set { /* Container for form buttons*/

    clear:both;

    margin-top:4em;

    border-top:1px solid #e4e4e4;

    padding-top:8px;

    text-align:right;
font-family:Arial, Helvetica, sans-serif;
    }

.button-top-set { margin-top:0; border-top:0; padding-top:0; padding-bottom:8px; }



/* Form lists */

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

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

.form-list li .input-box .input-text,

.form-list li .input-box textarea   { width:250px; }

.form-list li .input-box select     { width:256px; }

.form-list li.addElement            { border-top:1px solid #DDD; padding-top:10px; }

.group-select li                    { margin:0 8px 10px 0; padding-left:8px; }
/* notvena 04.09.2009 */
.group-select {
    margin:28px 0;
    border:1px dashed #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }


.group-select .legend {
    margin-top:-33px;
    float:left;
    /*border:1px solid #f19901;*/
    background:#f19901;
    background-image:url(../images/bg-orange.gif);
    padding: 5px 9px 5px 9px;
    color:#fff;
    font-weight:bold;
    font-size:13px;
	line-height:1.3em;
	margin-bottom:0.4em;
	font-family:Arial, Helvetica, sans-serif;
text-transform: uppercase;
    }
	/*end notvena 04.09.2009*/



.group-select li .input-box         { float:left; width:275px; }

.group-select li .input-text,

.group-select li select,

.group-select li textarea           { width:525px; }

.group-select li .input-box .input-text,

.group-select li .input-box textarea{ width:250px; }

.group-select li .input-box select  { width:256px; }







/* Form Messages */

.validation-advice, .required { color:#EB340A; }

.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 4px; padding-left:13px; font-size:10px; font-weight:bold; line-height:1.25em; }

.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }

label.required { font-weight:bold; }

p.required { text-align:right; }





/********************** Messages  */

.success { color:#3d6611; }

.error { color:#df280a; }

.notice {color:#e26703; }

.success, .error { font-weight:bold; }

.messages { width:100%; margin-bottom:10px; overflow:hidden; }

.error-msg, .success-msg, .notice-msg, .note-msg {

    margin-bottom:1em !important;

    border-style:solid !important;

    border-width:1px !important;

    padding:4px 12px !important;

    font-weight:bold !important;
	clear:both

    }

.error-msg li, .success-msg li, .notice-msg li { margin-bottom:.2em; }

.error-msg {

    border-color:#f16048;

    color:#df280a;

    background:#faebe7;

    }

.success-msg {

    border-color:#446423;

    color:#3d6611;

    background:#eff5ea;
margin-left:200px;
    }

.notice-msg, .note-msg {

    border-color:#fcd344;

    color:#3d6611;

    background:#fafaec;

    }




		
		
		
/* Col2 */

.col2-set .col-1, .col2-set .col-2 { width:48.5%; }

.col2-set .col-1 { float:left; }

.col2-set .col-2 { float:right; }


/* One-Page checkout */

.one-page-checkout .box {

    border:1px solid #ddd;

    border-top:0;

    padding:15px 20px;

    background:#fbfbfb;

		text-align:left;
		
    }

.one-page-checkout .head {

    padding:4px 8px 6px 8px;

    border-width:1px 1px 0 1px;

    border-style:solid;

    border-color:#fff #D9DDE3 #D9DDE3 #D9DDE3;

    background:#eee;
	margin-bottom:0;

    }

.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */

.one-page-checkout h3 { float:left; margin:0; color:#999; font-size:1.05em; margin-top:2px;}

.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; }

.one-page-checkout h4.title { border-bottom:0; text-transform:none; }

.one-page-checkout .step-count { padding:0 4px; background:#fff; color:#444; font-size:.9em; line-height:0.9em;  }

.one-page-checkout .content { padding:10px 20px; }

.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }

.one-page-checkout .allow .head { background:#999; border-color:#999 #999 #fff #999; border-width:1px; cursor:pointer; }

.one-page-checkout .active .head { border:0px solid #F19901 ; background:#F19901 ; cursor:default; background-image:url(../images/bg-orange.gif)}

.one-page-checkout .allow .head a { display:block; color:#fff; line-height:1em; font-size:1.05em; margin-top:2px; float:right;} /* Display Edit button in active selection */

.one-page-checkout .active .head a { display:none; }

.one-page-checkout .group-select { margin-top:0; margin-right:0; border:0; background:none; padding:0; }

.one-page-checkout .allow h3 { color:#fff; }

.one-page-checkout .active h3 { color:#fff; }

.one-page-checkout .active .box { display:block; border-color:#ddd; background:#fbfbfb; }

.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:1em; }

.one-page-checkout-progress li { margin-bottom:6px; }

.one-page-checkout-progress h4 { margin:0; border:1px solid #ddd; padding:2px 8px; background:#eee; color:#555; font-size:10px; font-weight:normal; text-transform:uppercase;  }

.one-page-checkout-progress h4 a { text-transform:none; }

.one-page-checkout-progress .content { background:none; }

#opc-login .button-set { border-top:0; }

#opc-review .box { border:0; padding:0; }

#opc-review .content { border:1px solid #D9DDE3; border-top:0; }

.opc-please-wait { padding-right:7px; }

.one-page-checkout .payment-methods dd { padding:0; }

.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.one-page-checkout .box-no-padding {background:white; padding-bottom:15px;}
.one-page-checkout .box-no-padding .inner-box {

   padding:0px 20px;

    }
#checkout-step-shipping_method {background:#FFF;}
#checkout-review-load {padding:20px;}
#checkout-review-table td {padding-top:6px; padding-bottom:0px;}

#checkout-review-table tfoot{
color:#393838;

line-height:28px;
padding-right:2px;
text-transform:uppercase;
}

#checkout-review-table tfoot .grandtotal{
color:#2F2F2F;
display:block;
font-size:18px;
font-weight:bold;
}
#checkout-review-table tfoot tr {background:none !important;}
#checkout-review-table tfoot  td {text-align:right; }
#checkout-review-table tfoot  .value {float:right;
width:108px; width:118px; font-weight:bold;}
#checkout-review-table tfoot em.taxtotal {font-style:normal;}
#checkout-review-table tfoot .grandtotal br {display:none;}

#checkout-review-table {
	text-align:right;
	padding-right:2px;
	
	color:#393838;
	line-height:28px;
	
	text-transform:uppercase;	
	
	}
	
#checkout-review-table tfoot td {padding-left:20px; padding-top:0;}
#checkout-review-table tfoot td.last {font-weight:bold;}
#checkout-review-table tfoot tr.last td{
	font-size:18px;
	color:#2f2f2f;
	padding-bottom: 22px;
	font-weight:bold;
}


#checkout-review-table h4.title {font-weight:normal;}


/* one page checkout progress menu */


.progressmenu {
float:left;
padding:0 0 0 6px;
width:198px;
}
.progressmenu li{
	padding-left:30px;
	width:158px !important;
}
.progressmenu li h4 {line-height:36px; margin-bottom:0; font-weight:normal; /*text-transform:uppercase*/}
.progressmenu li h4 a{color:#F19901 ; float:none; display:inline; width:auto; padding-left:0; text-transform:none}
.progressmenu  .content {padding-top:0;}

/* Multiple Addresses checkout */

.checkout-progress { margin:0 auto 1.5em auto; }

.checkout-progress td {

    float:left;

    margin-right:3px;

    border-top:6px solid #999;

    padding:4px 20px;

    color:#abb5ba;

    font-weight:bold;

    }

.checkout-progress td.active {

    border-top-color:#F19901 ;

    color:#F19901 ;

    }

.multi-address-checkout-description {

    margin-top:-10px;

    margin-bottom:10px;

    }

.multi-address-checkout-box .box {
	font-family:Arial, Helvetica, sans-serif;

    position:relative;

    margin-top:15px;

    margin-bottom:25px;

    border:1px solid #ddd;

    background:#fbfbfb;

    }
#multishipping-billing-form {font-family:Arial, Helvetica, sans-serif;}
.multi-address-checkout-box .content {

    padding:10px 20px 20px 20px;

    }

.multi-address-checkout-box .count-head {

    border-bottom:1px solid #777;

    background:#777;

    padding:2px 10px;

    }

.shipment-count {

    background:#E26703;

    padding:2px 5px;

    color:#fff;

    font-size:.95em;

    line-height:1em;

    }

.multi-address-checkout-box .count-head h4 {  margin:0; color:#fff; }

.multi-address-checkout-box .head { margin-bottom:4px; }

.multi-address-checkout-box .head a { font-weight:normal; }

.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }

.shipping-method-pointer { border:1px solid #ddd; padding:13px; background:#eee; margin-bottom:20px; }

.place-order-box { float:right; height:71px; overflow:hidden; }

.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }

.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }

.place-order-box .grand-total { color:#e26703; font-size:1.5em; font-weight:bold; }

.place-order-box input { margin-left:15px; }

.one-page-checkout .box .default-box { border:1px solid #ddd; }





/* Checkout Agreements */

.checkout-agreements li { margin:20px 0; }

.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #f3f3f3; }

.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }



.one-page-checkout .checkout-agreements { border:1px solid #ddd; border-width:0 1px; padding:5px 20px; }

.one-page-checkout .checkout-agreements li { margin:20px 0 0; }

.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }

.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

/********************* Tables */



td.label        { font-weight:bold; }



/* Data Table */

.data-table { width:100%; }

.data-table tr {  }

.data-table .odd  { background:#fff }

.data-table .even { background:#fcfcfc; }

.data-table tr.last th,

.data-table tr.last td { border-bottom:0 !important; }

.data-table th { padding:2px 8px; white-space:nowrap; font-size:10px; text-transform:uppercase; }

.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 { background:#e9e9e9; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }

.data-table tfoot tr.first {}

.data-table tfoot tr { background-color:#f3f3f3 !important; }

.data-table tbody td {  }

/* Bundle Product row */

.data-table tbody.odd tr { background:#fff; }

.data-table tbody.even tr { background:#fcfcfc; }

.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 #d9dde3; }



.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#444; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }

.data-table tbody td .option-value { padding-left:10px; }



.box-table td { padding:10px; }

.box-table tfoot td { padding-top:5px; padding-bottom:5px; }

.box-table select{ width:100%; }



.generic-table td { padding:2px 8px}

.generic-table td.first { padding-left:0; }







/********************** Lists */

.disc           { margin-bottom:10px; }

.disc li        { margin-left:20px; list-style:disc; }





/* Bare List */

.bare-list      { margin:5px 0; }

.bare-list li   { margin:3px 0; }







/********************** Space Creators */



.no-display { display:none; }

.content    { padding:12px 12px 12px 15px; } /* Sets default padding */

.actions    { line-height:1.3em; }

.pipe,

.separator { padding:0 3px; font-size:.85em; }

.divider {

    margin:10px 0;

    height:1px;

    background:#ccc;

    font-size:1px;

    line-height:1em;

    overflow:hidden;

    }



/* Alignment */

.v-top          { vertical-align:top !important; }

.v-middle       { vertical-align:middle !important; }

.v-bottom       { vertical-align:bottom !important; }

.a-left         { text-align:left !important; }

.a-center       { text-align:center !important; }

.a-right        { text-align:right !important; }

.left,

.f-left         { float:left !important; }

.right,

.f-right        { float:right !important; }

.accent         { color:#E76200 !important; font-weight:bold !important; }



.nobr,

.nowrap         { white-space:nowrap !important; }

.normal-weight  { font-weight:normal !important; }

.no-border      { border:none !important; }

.no-padding     { padding:0 !important; }

.no-margin     { margin:0 !important; }

.auto-width     { width:auto !important; }



/* Link highlights */

.link-print     { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; line-height:18px; }

.link-feed      { background:url(../images/icon_feed.gif) no-repeat left center; padding-left:18px; line-height:1.15; }

.link-base      { color:#444; }


/* My Account navigation */

.account-nav .head { border:none; background:#666; }

.account-nav .head .title { color:#fff; }

.account-nav li a, .account-nav li.on { padding:3px 0;  }

.account-nav li a { display:block; border-bottom:1px solid #ddd; }

.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }

.account-nav li.on { border-bottom:1px solid #ddd; font-weight:bold; }

.account-nav li.on a { border:none; padding:0; }

.account-nav li.on a, .account-nav li.on a:hover { color:#ea7900; }

.account-nav li.last, .account-nav li.last a { border-bottom:0; }





/* Login */

.col2-set.login-box{
background:#f1f1f1;
padding:5px;
}

.login-box .content { min-height:180px; padding:0; }





/* Dashboard */



.account-main .account-box li { padding:5px 0; }

.account-box ol .count {

    float:left;

    margin-top:3px;

    background-color:#666;

    padding:1px 3px;

    font-size:9px;

    font-weight:bold;

    color:#fff;

    line-height:1em;

    display:none;

    }

.account-box ol .content { padding:0; }

.account-box ol.recent-reviews small {

    float:left;

    margin-right:3px;

    font-weight:bold;

    }

.account-box .product-images { width:65px; }

.account-box .product-images img { border:1px solid #ccc; }

.account-box .product-details { margin:0 0 10px 70px; }

.account-box .content { padding:0; }

.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }

.account-side .actions .form-button { float:right; }

.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }

.dashboard-welcome { margin-right:96px; margin-bottom:1.5em; }





/* Account Addressbook */

.primary-address-list li        { margin-bottom:14px; }

.primary-address-list li .head  { margin:0; }

.address-list li                { margin-bottom:1em; }

.address-list .actions          { float:right; margin:0 0 10px 10px; }



/* Account Order History */

.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }
.orderdate {margin:10px 0 20px 0; font-size:12px; font-weight:bold;}
.join_column .padder {font-family:Arial, Helvetica, sans-serif;}
.blocktext, .join_column .tab_content, .quick_overview {font-family:"Times New Roman", Times, serif;}

.normaltext, .catalog-product-view .wide_column, .catalog-product-view .narrow_column, {font-family:Arial, Helvetica, sans-serif !important;}
.sales-order-view .padder, .sales-order-view .padder .h4 {clear:both;}
/* Compare Products */

.compare-products { margin:30px 0 50px 0; }

.compare-products table { width:auto;  border:0; }

.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 #D9DDE3; text-align:center; }

.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }

.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }

.compare-products tbody td.label {

    width:auto;

    border-bottom:1px solid #ccc;

    border-left:1px solid #BEBCB7;

    background:#e9e9e9 !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; }





/* Reviews */

.my-review-detail .product-image { float:left; width:135px; }

.my-review-detail .product-image p { margin-bottom:0; }

.my-review-detail .product-image p img { vertical-align:top; }

.my-review-detail .details { float:right; width:550px; }

.my-review-detail .ratings-list { margin-bottom:.8em; }

.my-review-detail .ratings { line-height:1.55; }

.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }

.my-review-detail .ratings .pipe { display:none; }

.my-review-detail .ratings a { display:block; }







/* Gift Messages */

.giftmessage {  padding:10px 0 0 0; }

.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right  5px; }

.giftmessage-row { background-color:#f2efe9; }

.giftmessage-content { float:left; margin-right:10px; }

.giftmessage-close { float:right; }

.expand { background-image:url(../images/gift-message-expand.gif); }

.collapse { background-image:url(../images/gift-message-collapse.gif); }







/********************** Print pages */

table.print .giftmessage-preview-link { display:none !important; }

table.print .price-excl-tax { white-space:nowrap; }

table.print .price-incl-tax { white-space:nowrap; }

table.print .price-excl-tax .label,

table.print .price-excl-tax .price,

table.print .price-incl-tax .label,

table.print .price-incl-tax .price { display:inline; }







/********************** Pop up pages */

.page-popup { background:#fff; margin:25px 30px; text-align:left; }

.page-popup .print-head { margin:0 0 15px; }

.page-popup .print-head img { float:left; }

.page-popup .print-head address { float:left; margin-left:15px; }

.product-gallery-nav { padding:0 5px; }





.cms-home .middle { margin-top:-7px; padding:0 8px 8px 8px; position:relative; }


/* Page heading */

.page-head { margin:0 0 16px 0; }

.page-head-alt { margin:0 0 12px 0; }

.page-head, .page-head-alt { text-align:right; }

.page-head h3, .page-head-alt h3 {

    margin:0;

    font-size:23px;

    font-weight:normal !important;

    text-transform:none  !important;

    text-align:left;

    }

.button-level h3 { /* heading level with buttons */

    float:left;

    width:60%;

    }



.head-alt           { margin-bottom:5px; }

.head-alt .title    { color:#4f8100; font-size:1.3em; }

.head-alt2          { margin-bottom:12px; /*background:#f1f1f1; padding:2px 10px;*//*nevena commented out*/ font-size:1.1em; }

.head-alt2 .title   { font-size:1.1em;  }

.head-alt3          { margin-bottom:8px; border-bottom:1px solid #ddd; }



.main_content .padder{
/*padding:10px;
background:#f1f1f1;
*/
/*notvena commented out on 04.09.2009 */}

#wishlist-sidebar .item_details{
float:left;
padding:0 5px 0 8px;
position:relative;
width:86px;

}


/* added by Boban */
.catalog-category-view .main_content .padder {
	padding: 0px !important;
}
.head_wrap h2 a {color:#fff !important;}
.btnimgleft {line-height:1px; float:left;}
.btnimgright{line-height:1px; float:right;}
.clear {clear:both;}

/*account pages from modern theme */

/* Login */

.col2-set.login-box /*redefined*/{
background:none;
padding:0px;
}

.login-box  .head-alt2 {background:none;padding:0; font-family:Arial, Helvetica, sans-serif; }
.login-box  .head-alt2 h4{font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:14px;}
.login-box .col-1, .login-box .col-2 { border:1px solid #bbb6a5; background:#dee5e8; }
.login-box .content { background:url(../images/login_box_bg.gif) repeat-x #faf7ee; padding:14px 21px; }
.login-box .content p{margin-bottom:15px;}
.login-box .content p.required, p.required{margin-bottom:0px !important;}
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 {  }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); background-repeat:no-repeat; }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); background-repeat:no-repeat;}
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
.login-box .content { min-height:230px; }



.customer-account-index .main_content .padder {
	padding:00px;
background:none;
	}
/* Dashboard */.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head-alt h4{font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:14px; color:#F88800;}	
.account-box .head-alt { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head, .account-box .head-alt2{ margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box .head-alt2 h5 {float:left;}
.account-box h5 { font-size:1.1em; font-family:Arial, Helvetica, sans-serif; font-size:12px  }
.account-box h5.title { font-size:1.1em; font-family:Arial, Helvetica, sans-serif; font-size:12px  }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.account-box .head-alt h4 { background:url(../images/icon_ma_info.gif) no-repeat left top; padding-left:20px;; }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.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 #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !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; }

/* pager */

.pager {margin:20px 0;}

/*contacts*/
.titlemargin {margin-bottom:30px;}
.paddingfleft {padding-left:21px !important;}
#full_width .paddingfleft {padding-left:0px !important;}

/* advanced search */
#advanced-search-list li label {display:block;}{}



/* Main Product Image */

.product-img-box { float:left; width:302px; }
.product-img-box .product-image { display:block; border:1px solid #cacaca; }
.product-img-box .product-image img { display:block; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:300px; height:300px; z-index:9; border:1px solid #cacaca; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:30px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; 
top:350px;
}
#track          { position:relative; height:30px; }
#handle         { position:absolute; left:0; top:3px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) no-repeat; }
.btn-zoom-out   { position:absolute; left:10px; top:7px; }
.btn-zoom-in    { position:absolute; right:10px; top:7px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-4px; }
.product-img-box .more-views li { float:left; margin:0 0 4px 4px; }
.product-img-box .more-views li img  { vertical-align:top; border:1px solid #ddd; }


.s_cart_summary br:first-child {display:none;}
.s_cart_summary em.taxtotal {clear:both; display:block; font-style:normal;}
.cart-collateral .shipment-methods dd{
	float:left; width:100%;
	padding:0;
	}
.cart-collateral .shipment-methods ul{
	clear:both;
	text-align:left;
	width:100%;
	padding:0;
	}
	
	
.cart-collateral #co-shipping-method-form {float:right;  width:331px; padding-bottom:20px;}
.cart-collateral .shipment-methods {background: url(../images/side_m_separator.png) repeat-x left top; padding-top:20px; }
.cart-collateral .shipment-methods ul {margin-bottom:10px; }	
.cart-collateral .shipment-methods ul li { }
.cart-collateral .shipment-methods ul input {width:auto; float:left; display:inline;}
.cart-collateral .shipment-methods ul label, .cart-collateral .shipment-methods ul strong, .cart-collateral .shipment-methods ul span {display:inline; float:left; width:auto; padding:0; margin:0  !important; line-height:14px !important;}
.cart-collateral .shipment-methods ul strong {padding:0 5px;}
