/* 
    Document   : main
    Created on : 09-May-2011, 14:11:12
    Author     : kennyjames
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/**************************
    START CAROUSEL
*/
.left-button, .right-button {
    width : 35px;    
    height : 50px;
    cursor: pointer;
}

.right-button div{
    background: url(images/right.gif) no-repeat center center transparent;
    height:100%;
}

.left-button div{
    background: url(images/left.gif) no-repeat center center transparent;
    height:100%;
}

.jCarouselLite {
    width:980px;
    /*width:915px !important;*/
    height:50px;
    overflow:hidden;
}

.jCarouselLite ul li{
    margin-right: 15px;
    margin-top:8px;
}

.jCarouselLite-short {
    width:777px !important;  
    overflow:hidden;
}
.hide-slide {
    display : none;

}

/*****************************************************
    END CAROUSEL
*/


/*****************************************************
    AJAX 
*/
/*.working {
    padding : 5px 20px;
    background: url(images/ajax-loader.gif) no-repeat 2px center transparent;
    font-size:10px;
}*/

/*****************************************************
   LISCROLL STYLE
/*****************************************************/

/* liScroll styles */


.tickercontainer { /* the outer div with the black border */
    border: 0px solid #000000;
    background: #fff; 
    width: 100%; 
    height: 48px; 
    margin: 0; 
    padding: 0;
    overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 10px;
    top: 8px;
    width: 100%;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 10px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin:0 15px 0 0;
    padding: 0;
    background: #fff;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 2px 0 0;
} 
ul.newsticker span {
    margin: 0 10px 0 0;
} 

/******************************************************
Toggle Stack
*******************************************************/

.togglegroup-content {
    /*border:1px solid #DEDEDE;*/
    display : none;
    height : 340px;/*auto;/*400px;*/
    overflow: auto;    
    padding: 10px 5px 5px 10px;
    margin-bottom:10px;
    color:#2b2b2b;
}
.togglegroup-content-active {    
    display : block;
}

.togglegroup-title {
    background:url("slideshow/skin/control_active.png") no-repeat scroll 10px 8px transparent !important;
    color:#2b2b2b  !important;
    font-size:12px;
    padding:2px 20px;   
    cursor : pointer;
}
.togglegroup-title-active {
    color : #60A5FA !important;
    /*background:url("slideshow/skin/control_inactive.png") no-repeat scroll 5px 8px transparent !important;*/
    background:url("slideshow/skin/control_active.png") no-repeat scroll 10px 8px transparent !important;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: #f2f2f2 /*url(../images/bg.png) 0 0 repeat*/;
    font: 11px verdana, arial, helvetica, sans-serif;
    color: #444444;
    text-align: center;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    color: #444444;
    text-decoration: none;
}
.preload-quick-search {
    text-decoration:none;
    padding:8px;
    text-align:center;
    background: url(../images/ajax-preloader-white.gif) no-repeat transparent;
    width:20px;
    height:20px;
    z-index:10;
    position:relative;
    top:8px;
    left:286px; }
.preload-quick-content {
    text-decoration:none;
    width:300px;
    height:300px;
    z-index:10;
    position:absolute;
    -moz-opacity:0.8;
    opacity:0.8;
    filter:alpha(opacity=80); }

a.blue {
    color: #0000FF;
    text-decoration: none;
}
div.amshopby-overlay div {
    top: 35%;
    margin-top: 35%;
    /*position: absolute;*/
    position: fixed !important; left: 42% !important;
}

div.amshopby-overlay {
    opacity: 0.3 !important;
    filter: alpha(opacity = 30) !important;
}

/*div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {*/
    /*float: left;*/
/*}*/

/*.col2-left-layout .col-main #categoryView .category-products {*/
    /*float: left;*/
/*}*/

a:hover { text-decoration: underline; }
:focus { outline: 0; }
h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.15;
}
h2 { 
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: 0.45em;
}
h3 {
    font-size: 1.35em;
    line-height: 1.25;
    margin-bottom: 0.45em;
}
h4, h5 {
    font-size: 1.05em;
    line-height: 1.35;
    margin-bottom: 0.45em;
}
h6 {
    font-size: 1em;
    line-height: 1.35;
    margin-bottom: 1em;
}
form { display: inline; }
fieldset { border: 0; }
legend { display: none; }
table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
p { margin: 0 0 1em; }
strong { font-weight: bold; }
address {
    font-style: normal;
    line-height: 1.35;
}
cite { font-style: normal; }
q, blockquote { quotes: none; }
q:before { content: ''; }
q:after { content: ''; }
small { font-size: 1em; }
big { font-size: 1.15em; }
ul, ol { list-style: none; }
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.nobr { white-space: nowrap !important; }
.wrap { white-space: normal !important; }
.a-left { text-align: left !important; }
.a-center { text-align: center !important; }
.a-right { text-align: right !important; }
.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.f-left, .left { float: left !important; }
.f-right, .right { float: right !important; }
.f-none { float: none !important; }
.f-fix {
    float: left;
    width: 100%;
}
.no-display { display: none; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.no-bg { background: none !important; }
.page {
    width: 990px;
    margin: 0px auto 0;
    text-align: left;
    background: none repeat scroll 0 0 transparent;
    padding: 0 10px;
    overflow:hidden;
}
.page-print {
    background: #ffffff;
    padding: 25px 30px;
    text-align: left;
}
.page-empty {
    background: #ffffff;
    padding: 20px;
    text-align: left;
}
.page-popup {
    background: #ffffff;
    padding: 25px 30px;
    text-align: left;
}
.main-container {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main {
    background: #ffffff;
    border: 0px solid #bbbbbb;
    padding: 16px 0px 0px;
    min-height: 350px;
}
.catalogsearch-result-index .main {
    padding: 16px 0px 0px;
    min-height: auto;
}
.col-left {
    float: left;
    width: 32%;
    padding: 0 0 1px;
    overflow: hidden;
}
body.catalog-category-view .col-left {
    float: left;
    width: 195px;
    padding: 0 0 1px;
}
.col-main {
    float: left;
    width: 67.7%;
    padding: 0 0 1px;
}
body.catalog-category-view .col-main {
    float: right;
    width: 79.5%;
    padding: 0 0 1px;
}
body.category-brands .col-main {
    float: left;
    width: 100%;
    padding: 0 0 1px;
}

body.categorypath-outlet-html.category-outlet.outlet-without-filters .col-main {
    float: left;
    width: 100%;
    padding: 0 0 1px;
    min-height: 40px;
}

body.search-no-results .col-main {
    float: left;
    width: 100%;
    padding: 0 0 1px;
    min-height: 40px;
}

.col-right {
    float: right;
    width: 32.5%;
    padding: 0 0 1px;
}
#brand-cat-page {
    height: 207px;
    overflow: hidden;
    margin-top: 7px;
}
.col1-layout .main { padding: 16px 0px 0px; }
.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0 6px;
}
.col2-left-layout .col-main { float: right; }
.col2-right-layout .col-right {
    margin-right: 5px;
    width: 24%;
}
.col2-right-layout .col-main {
    margin-left: 11px;
    width: 74%;
}
.col3-layout .col-main { width: 452px; }
.col3-layout .col-wrapper {
    float: left;
    width: 689px;
}
.col3-layout .col-wrapper .col-main { float: right; }
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}
.col2-set .col-2 {
    float: right;
    width: 48.5%;
}
.col2-set .col-narrow { width: 32%; }
.col2-set .col-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%;
}
input, select, textarea, button {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
}
input.input-text, select, textarea {
    background: #ffffff;
    border: 1px solid #b6b6b6;
}
input.input-text, textarea { padding: 3px; }
select { padding: 1px; }
select option { padding-right: 10px; }
select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 1px 5px;
}
select.multiselect option:last-child { border-bottom: 0; }
textarea { overflow: auto; }
input.radio, input.checkbox { margin-right: 3px; }
input.qty { width: 2.5em !important; }
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.button { -webkit-border-fit: lines; }
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
button.button span {
    float: left;
    height: 28px;
    background: transparent url(../images/bkg_btn.png) 0 0 no-repeat;
    padding: 0 0 0 6px;
    font: bold 11px/25px Tahoma, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #555555;
}
button.button span span {
    background-position: 100% 0;
    padding: 0 15px 0 9px;
}
button.disabled span { color: #bbbbbb !important; }
button.btn-checkout span {
    height: 28px;
    border: 0;
    background-image: url(../images/btn_checkout.gif);
    padding: 0 0 0 6px;
    font: bold 12px/26px Arial, Helvetica, sans-serif;
    color: #ffffff;
}
button.btn-checkout span span { padding: 0 40px 0 34px; }
button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #cfcfcf;
}
button.btn-checkout.no-checkout span span { background-position: 100% 100%; }
p.control input.checkbox { margin-right: 6px; }
p.control input.radio { margin-right: 6px; }
.form-list li { margin: 0 0 6px; }
.form-list label {
    float: left;
    color: #555555;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.whitebg .form-list li {margin: 0 !important;}
.whitebg .form-list li .field {margin-bottom:4px;}
.whitebg .form-list li.wide {margin-bottom:4px !important;}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -7px;
}
.form-list li.control label { float: none; }
.form-list li.control input.radio {
    margin-top: -1px;
    margin-right: 4px;
}
.form-list li.control input.checkbox {
    margin-top: -1px;
    margin-right: 4px;
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}
.form-list .field {
    float: left;
    width: 275px;
}
.form-list input.input-text { width: 254px; }
.form-list textarea {
    width: 254px;
    height: 10em;
}
.form-list select { width: 260px; }
.form-list li.wide .input-box { width: 535px; }
.form-list li.wide input.input-text { width: 100%; }
.form-list li.wide textarea { width: 529px; }
.form-list li.wide select { width: 535px; }
.form-list li.additional-row {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}
.form-list .input-range input.input-text { width: 74px; }
.form-list .customer-name-prefix .input-box { width: auto; }
.form-list .customer-name-suffix .input-box { width: auto; }
.form-list .customer-name-prefix-suffix .input-box { width: auto; }
.form-list .customer-name-prefix-middlename .input-box { width: auto; }
.form-list .customer-name-middlename-suffix .input-box { width: auto; }
.form-list .customer-name-prefix-middlename-suffix .input-box { width: auto; }
.form-list .name-prefix { width: 65px; }
.form-list .name-prefix select { width: 55px !important; height: 26px !important;}
.form-list .name-prefix input.input-text { width: 49px; }
.form-list .name-suffix { width: 65px; }
.form-list .name-suffix select { width: 55px; }
.form-list .name-suffix input.input-text { width: 49px; }
.form-list .name-middlename { width: 70px; }
.form-list .name-middlename input.input-text { width: 49px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname { width: 140px; }
.form-list .customer-name-prefix-middlename .name-firstname { width: 140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text { width: 124px; }
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width: 124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }
/*.form-list .customer-name-prefix .name-firstname { width: 210px; }*/
.form-list .customer-name-middlename .name-firstname { width: 210px; }
.form-list .customer-name-suffix .name-lastname { width: 205px; }
.form-list .customer-name-middlename .name-firstname { width: 205px; }
.form-list .customer-name-middlename-suffix .name-firstname { width: 205px; }
.form-list .customer-name-middlename-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix .name-firstname input.input-text { width: 189px; }
.form-list .customer-name-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-middlename .name-firstname input.input-text { width: 189px; }
.form-list .customer-name-middlename-suffix .name-firstname input.input-text { width: 189px; }
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-dob .dob-month {
    float: left;
    width: 85px;
}
.form-list .customer-dob .dob-day {
    float: left;
    width: 85px;
}
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}
.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}
.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888888;
}
.form-list .customer-dob .dob-day { width: 60px; }
.form-list .customer-dob .dob-month { width: 60px; }
.form-list .customer-dob .dob-day input.input-text { width: 46px; }
.form-list .customer-dob .dob-month input.input-text { width: 46px; }
.form-list .customer-dob .dob-year { width: 140px; }
.form-list .customer-dob .dob-year input.input-text { width: 134px; }
.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e4e4e4;
    text-align: right;
}
.buttons-set p.required { margin: 0 0 10px; }
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 25px;
    height: 35px;
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
}
#payment-buttons-container {
    border-top: 0px !important;
   /* margin: 0em 0 5em !important;*/
}
.buttons-set-order { margin: 10px 0 0; }
.buttons-set-order .please-wait { padding: 5px 7px 0 0; }
.fieldset { margin: 0 10px 25px; }
.fieldset .legend {
    margin: 0 -10px 12px;
    background: #f1f1f1;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.25;
}
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 13px;
    font-size: 11px;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 3px no-repeat;
    color: #eb340a;
}
.validation-failed {
    border: 1px solid #eb340a !important;
    background: #faebe7 !important;
}
#newsletter-validate-detail .validation-failed {
    border: 0 !important;
    margin:0;
    }
p.required {
    font-size: 11px;
    text-align: right;
    color: #eb340a;
}
.v-fix { float: left; }
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}
.success {
    color: #c45520;
    font-weight: bold;
}
.error {
    color: #df280a;
    font-weight: bold;
}
.notice { color: #e26703; }
.messages {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages {
    width: 100%;
    overflow: hidden;
}
.messages li { margin: 0 0 10px !important; }
.messages li li { margin: 0 0 3px !important; }
.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    padding: 4px 12px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}
.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    color: #df280a;
}
.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    color: #c45520;
}
.note-msg, .notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    color: #c45520;
}
.breadcrumbs { padding: 0; }
.catalog-seo-sitemap-product .breadcrumbs {
    border-bottom: 3px solid #E2E2E2;
    padding-bottom: 8px;
    width: 99%;
}
.catalog-category-view .breadcrumbs ul {
    margin-bottom: 12px;
}
.catalog-product-view .breadcrumbs ul {
    margin-bottom: 30px;
}
.breadcrumbs a { color: #7f7f7f; }
.breadcrumbs li { display: inline; }
.breadcrumbs li a {
    font-weight: bold;
    color: #61a5fa;
    text-decoration:underline;
}
.breadcrumbs .women-box li a{color:#FB607F; }
.breadcrumbs .women-box li strong{color: #000 !important;}
.breadcrumbs li strong#bread-4 { color: #60a5fa !important; }
.breadcrumbs li strong#bread-3 { color: #fb607f !important; }
#category-page-sidebar .category-title h2 {
    border-bottom: 4px solid #cccccc;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    padding: 3px 0;
    text-transform: uppercase;
}
#category-page-sidebar h2.cat-4 { border-bottom: 4px solid #60a5fa !important; }
#category-page-sidebar h2.cat-3 { border-bottom: 4px solid #fb607f !important;    margin-right:2px;
    padding-left: 7px; }
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 16px;
}
.page-title h1 {
    font-size: 28px;
    font-weight: normal;
}
.page-title h2 {
    font-size: 23px;
    font-weight: normal;
}
.page-title .separator { margin: 0 3px; }
.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}
.title-buttons { text-align: right; }
.title-buttons h1 { float: left; }
.title-buttons h2 { float: left; }
.title-buttons h3 { float: left; }
.title-buttons h4 { float: left; }
.title-buttons h5 { float: left; }
.title-buttons h6 { float: left; }
.subtitle, .sub-title {
    clear: both;
    padding: 7px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px;
}
.pager {
    font-size: 11px;
    padding: 4px 8px;
}

.pager .sort-by .selectBoxContainer .sort_by_select .display.sort_by_select .text{
    padding-top: 2px;
}


.sorter .amount {
    float: left;
    margin-left: 28%;
}
/*.women-box span.limiter-button{background: #FF778F;}*/
/*.men-box span.limiter-button{background:  #61A6FB;}*/
span.limiter-button{
    font-weight: bold;
    background: #353535;
    color: white;
    text-transform: capitalize;
    float: left;
    padding: 3px;
    margin: 0;
    cursor: pointer;
}

span.limiter-button.current{
    background: #61A6FB;
}
.women-box span.limiter-button.current{
    background: #FB607F !important;
}

span.limiter-button a{
    color: white;
    text-decoration: none;
    font-size:14px !important;
}

.pager .limiter {  display: inline;}
.pager .limiter ol { display: inline;}
.pager .limiter ol li{
    display: inline-block;
    background: #353535;
    color: white;
    font-weight: bold;    
    margin: 2px;
    margin-left: 0;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
	width:16px;
}
.pager .limiter ol li.current{
    background: #61A6FB;
}
.pager .limiter ol li a{
    text-decoration: none;
    color: white;
}
.category-products .pager .limiter .women-box li.current{background:#FB607F !important}
.category-products  .women-box  .pager .limiter  .current, .category-products  .women-box  .pages .current{background:#FB607F !important}
/*.main .col-main .women-box strong{color: #FB607F !important;}*/

.sorter .pages { float: right; display: inline; }
.sorter .pages ol { display: inline; }
.sorter .pages li {
    display: inline-block;
    background: #353535;
    padding: 3px 4px;
    color: white;
    font-weight: bold;
    margin: 2px;
    width: 10px;
	float:left;
    cursor:pointer;
}
body.catalog-category-view .sorter .pages li{
	width:auto;
    height: 15px;
}
.sorter .pages li.inactive {
    background:#A4A4A4;
}

.sorter .pages li.current {
    background: #61A6FB;
}
.sorter .pages ol li a{
    text-decoration: none;
    color: white;
    margin: auto;
}




.sorter {
    font-size: 11px;
    padding: 0;
    margin: 0;    
}
.sorter .view-mode {
    float: left;
    margin: 0;
}
.pager .sort-by {
    margin-right: 2px;
    float: right;
    display: inline-block; width:auto;
}
.pager .sort-by label { vertical-align: middle; }
.pager .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}
.toolbar-layered .pager { padding: 0; margin: 0; }
.data-table { width: 100%; }
.data-table tr.odd { background: #ffffff; }
.data-table tr.even { background: #fcfcfc; }
.data-table tr.last th { border-bottom: 0 !important; }
.data-table tr.last td { border-bottom: 0 !important; }
.data-table th {
    padding: 2px 8px;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.data-table th.wrap { white-space: normal; }
.data-table th a { color: #ffffff; }
.data-table td { padding: 3px 8px; }
.data-table thead { background: #e9e9e9; }
.data-table thead tr { background: #e9e9e9; }
.data-table tfoot { border-bottom: 1px solid #d9dde3; }
.data-table tfoot tr { background-color: #f3f3f3 !important; }
.data-table tbody th {
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    white-space: normal;
}
.data-table tbody th { /*border-bottom: 1px solid #d9dde3;*/ }
.data-table tbody td { border-bottom: 1px solid #d9dde3; }
.data-table tfoot strong { font-size: 13px; color:#696969; }
.data-table tbody.odd tr { background: #ffffff; }
.data-table tbody.even tr { background: #fcfcfc; }
.data-table tbody.odd tr td { border-bottom: 0; }
.data-table tbody.even tr td { border-bottom: 0; }
.data-table tbody.odd tr.border td { border-bottom: 1px solid #d9dde3; }
.data-table tbody.even tr.border td { border-bottom: 1px solid #d9dde3; }
.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}
.data-table tbody td .option-value { padding-left: 10px; }
.info-box { margin: 0 0 15px; }
.info-box h2 {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 8px;
}
.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}
.info-table td { padding: 2px 0; }
tr.summary-total { cursor: pointer; }
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}
tr.show-details .summary-collapse { background-position: 0 -53px; }
tr.summary-details td {
    background-color: #dae1e4;
    color: #626465;
}
tr.summary-details-first td { border-top: 1px solid #d2d8db; }
tr.summary-details-excluded { font-style: italic; }
.cart-tax-info { display: block; }
.cart-tax-info { padding-right: 20px; }
.cart-tax-info .cart-price { padding-right: 20px; }
.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}
.cart-tax-info .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded { background-position: 100% -53px; }
.std .subtitle { padding: 0; }
.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}
.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}
.std dl dt { font-weight: bold; }
.std dl dd { margin: 0 0 10px; }
.links li { display: inline; }
.links li.first { padding-left: 0 !important; }
.links li.last {
    background: none !important;
    padding-right: 0 !important;
}
.link-cart {
    font-weight: bold;
    color: #d62502;
}
.link-wishlist { color: #444444; }
.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}
.btn-remove {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.separator { margin: 0 3px; }
.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    background: #cccccc;
    margin: 10px 0;
    text-indent: -999em;
    overflow: hidden;
}
.noscript {
    border: 1px solid #dddddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}
.noscript .noscript-inner {
    width: 950px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p { margin: 0; }
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    color: #ffffff;
}
.logo { float: left;margin-top:23px; }
.header {
    margin: 0px;
    background: none repeat scroll 0 0 #ffffff;
}
.header .logo {
    float: left;
    text-decoration: none !important;
    width:309px;
    margin-left:12px;
}
.header .logo strong,
.checkout-box td.checkout strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
.header .logo span {
    float:left;
    width:309px;
    font-size:13px;
    font-family: arial;
    margin-left:2px;
    padding-left:2px;
    padding-bottom:4px;
    padding-right:4px;
    width:298px;
    border-bottom:1px solid #666666;
}
.header .top-promo {
    float: left;
    width: 117px;
    height: 30px;
    margin: 12px 10px 0;
    background: url(../images/bkg_top-promo.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.quick-access {
    background: #2b2b2b;
    color: #ffffff;
    padding: 7px 13px 0;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.quick-access .welcome-msg {
    display: inline;
    margin: 0;
    color: #ffffff;
    float: right;
}
.quick-access .form-language { float: left; }
.quick-access .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #ffffff;
    vertical-align: middle;
}
.quick-access .form-language select { padding: 0; }
.quick-access .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.quick-access .links {
    float:left;
   /* width:697px;*/
}
.quick-access .links { display: block; }
.quick-access .links li {
    font-size: 12px;
    margin-left: 11px;
    margin-top: 5px;
}
.quick-access .links a { color: #dddddd; }
.quick-access .links a {
    padding: 0 3px 0 0;
    /*background: url(../images/bkg_pipe1.gif) no-repeat 100% 50%;   */
}
.quick-access .last-logout-link {
    font-size: 11px;
    padding-left: 0px !important;
    text-transform: none;
    font-weight: normal;
    margin-left: 0px !important;
    margin-top: 0px;
    /*width:260px; */
    float:right;
    
}
.quick-access .last-logout-link a {
    padding: 0;
    background: none;
    float:right;
    display:block;
}
.quick-access .last-logout-link a img {
    float: right;
    margin-top: -7px;
    margin-right:-6px;
}
.quick-access .last-logout-link span {
    float:right;
    height: 15px;
    overflow: hidden;
    /*width: 190px;*/
    text-align: right;
}
.top-bar {
    padding: 3px 12px 2px 12px;
    border: 1px solid #bbbbbb;
    border-bottom-color: #dedede;
    background: #efefef;
    line-height: 21px;
}
.top-bar .breadcrumbs {
    float: left;
    width: 580px;
    overflow: hidden;
}
.form-search { float: right; }
.form-search label {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.form-search input.input-text {
    background: none repeat scroll 0 0 #959595;
    border: 1px solid #000;
    color: #f5f5f5;
    float: left;
    font-style: italic;
    margin-right: 5px;
    min-height: 19px;
    width: 188px;
    padding-left:8px;
}
.form-search button.button { float: left;margin-right:4px; }
.form-search button.button span {background:none;padding:0;height:24px;}
.form-search button.button span span{
    background: url("../images/search-btn.gif") 0 0 no-repeat;
    width: 43px;
    padding:0;
    height:24px;
}
.category-women .form-search button.button span span{
    background: url("../images/search-btn-wom.gif") 0 0 no-repeat;
    width: 43px;
    padding:0;
    height:24px;
}
.category-women div.block-layered-nav dd a.amshopby-attr-selected{background: url("../images/amshopby-cb2W.gif") no-repeat scroll left center transparent}
.form-search .search-autocomplete { z-index: 999; }
.form-search .search-autocomplete ul {
    border: 1px solid #999999;
    background-color: #f9f5f0;
}
.form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}
.form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}
.form-search .search-autocomplete li.odd { background-color: #f6f6f6; }
.form-search .search-autocomplete li.selected { background-color: #ecf9ea; }
.header-container .top-container {
    padding: 5px 12px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    border-width: 0 1px 1px;
    text-align: right;
}
.nav-container {
    float: right;
    width: 100%;
    background: none repeat scroll 0 0 #cccccc;
}
.nav-container div#search-box {
    float: right;
    margin: 4px 0 1px;
}
#nav {
    float: left;
    font-size: 12px;
}
.quicksearch-form-container {
    border-left: 1px dashed #dedede;
    border-right: 1px dashed #dedede;
    margin-bottom: 3px;
    padding: 0 7px;
    width: 289px;
	margin-left:5px;
}
.selectbox.items.selectbox{text-align: left !important; font-size: 12px;}
.quicksearch-form-container .selectbox{background: url("../images/select_bg.png") repeat scroll 0 0 transparent; width: 272px !important; border: 0 !important; padding: 0 0px 0px 15px !important;}
.quicksearch-form-container .selectbox .display.selectbox{padding: 0 !important; background: none; font-size: 12px;}
.quicksearch-form-container .selectbox .arrow_btn{border: 0 !important; background: none !important;}
.quicksearch-form-container  .quick_finder select{display: none !important;}
.left-nav .head {
    background: url("../images/quick_finder.gif") no-repeat scroll -1px 0 transparent;
    height: 35px;
    margin-bottom: 7px;
}
.left-nav #quick-search_box table { width: 100%; }
.left-nav #quick-search_box table td { padding: 6px 0 2px; }
.left-nav #quick-search_box table td select {
    width: 286px !important;/*100%;*/
    padding: 3px;
}
.left-nav #quick-search_box table td button {
    background: url("../images/quick_search.gif") no-repeat scroll -1px 0 transparent;
    width: 122px;
    height: 30px;
    border: 0;
    cursor: pointer;
}
.left-nav #quick-search_box table td .men_women {
    background: url("../images/mens_womens.gif") no-repeat scroll -1px 0 transparent;
    height: 30px;
}
.left-nav #quick-search_box table td .category {
    background: url("../images/qs_category.gif") no-repeat scroll -1px 0 transparent;
    height: 30px;
}
.left-nav #quick-search_box table td .size {
    background: url("../images/qs_size.gif") no-repeat scroll -1px 0 transparent;
    height: 30px;
}
.left-nav #quick-search_box table td .brand {
    background: url("../images/qs_brand.gif") no-repeat scroll -1px 0 transparent;
    height: 30px;
}
#left-nav {
    margin-bottom: 20px;
    width: 97%;
}
#left-nav li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    border: 1px solid #dedede;
    height: 18px;
    margin-bottom: 4px;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}
#left-nav span {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}
#brandsubcategory-page-sidebar {
    background: none repeat scroll 0 0 #2b2b2b;
    color: #dddddd;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: /*10px*/6px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.block-layered-nav .clear-refine {
    padding: 3px 0px !important;
    margin-bottom: 10px !important;
}
.block-layered-nav .clear-refine a {
    font-size: 12px;
    background: none repeat scroll 0 0 #2b2b2b;
    color: #dddddd;
    text-align: center;
    display: block;
    padding: 2px;
    margin-bottom:11px;
}
#nav li {
    position: relative;
    text-transform: capitalize;
    text-align: left;
}
#nav li.over { z-index: 998; }
#nav a {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}
#nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}
#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
#nav li ul span { white-space: normal; }
#nav li {
    float: left;
    height: 25px;
    padding: 4px 4px;
    width: 93px;
}
#nav li.over {
    float: left;
    height: 25px;
    padding: 4px 4px;
    width: 93px;
}
#nav li.active {
    float: left;
    height: 25px;
    padding: 4px 8px;
    width: 93px;
}
#nav li.active a { color: #c45520; }
#nav a {
    border: 0 solid;
    color: #444444;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 90%;
    padding-top: 3px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}
#nav li.over a { color: #60A5FA; }
#nav a:hover { color: #c45520; }
#nav ul li {
    float: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    text-transform: none;
}
#nav ul li.active {
    float: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    text-transform: none;
}
#nav ul li.over {
    float: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    text-transform: none;
}
#nav ul li.parent { background: url(../images/bkg_nav_parent.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom: 0; }
#nav ul li.active {
    margin: 0;
    border: 0;
    background: none;
	width:100%;
}
#nav ul a {
    float: none;
    padding: 0;
    background: none;
}
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}
#nav ul li a { font-weight: normal !important; }
#nav ul {
    position: absolute;
    width: 15em;
    top: 33px;
    left: -10000px;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #999999;
    border-top: 0px;
    padding: 3px 8px;
    background: #fcfcfc;
    font-size: 11px;
}
#nav div {
    position: absolute;
    width: 15em;
    top: 33px;
    left: -10000px;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #999999;
    border-top: 0px;
    padding: 3px 8px;
    background: #fcfcfc;
    font-size: 11px;
}
#nav div ul {
    position: static;
    width: auto;
    border: none;
    padding: 0;
}
#nav ul ul { top: 5px; }
#nav ul div { top: 5px; }
#nav ul li a {
    padding: 3px 0;
    color: #444444 !important;
}
#nav ul li a:hover {
    padding: 3px 0;
    color: #5a7f00 !important;
}
#nav li ul.shown-sub {
    left: 0px;
    z-index: 999;
}
#nav li div.shown-sub {
    left: -1px;
    z-index: 999;
}
#nav li .shown-sub ul.shown-sub { left: 100px; }
#nav li .shown-sub li div.shown-sub { left: 100px; }
#nav ul.custom-layer {
    opacity: 0.95;
    padding: 3px;
	z-index:999;
}
#nav ul li div.menu-level1-title {
    background: none repeat scroll 0 0 #7d7d7d !important;
    border: 0 none !important;
    color: #ffffff !important;
    display: block;
    font-size: 16px;
    left: 0;
    margin-left: -4px !important;
    padding: 0 0 0 8px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
#nav ul li.level1 { border-bottom: 1px solid #cccccc; height:/*25px*/auto; width:100%;}
#nav ul li.level1 a {
	color: #666666 !important;
    display: block;
    font-size:/* 12px*/11px;
    height: 15px !important;
    overflow: hidden;
    text-align: left;
    line-height: 15px;
}
#nav ul li.level1 a:hover { color: #000000 !important; }
#nav li.parent {
    background: #fb607f !important;
    width: 135px;
}
#nav li.parent a { color: #ffffff !important; }
#nav li.first { background: #60a5fa !important; height:33px; width:139px; padding:0;}
#nav ul li.first {
    background: none repeat scroll 0 0 #ffffff !important;
    width: 100%;
}
#nav ul li {
    /*background: none repeat scroll 0 0 #ffffff !important;*/
    width: 100%;
}
#nav ul li:hover {
    background: none repeat scroll 0 0 #ffffff !important;
    width: 100%;
}
#nav li ul.custom-layer li.menulevel1-group ol li:hover{width:100%; background: none;}
#nav li ul.custom-layer li.menulevel1-group ol li ol{background-color:#FFF;}
#nav li ul.custom-layer li.menulevel1-group{background: none !important; height:18px;}
.menu-custom-block {
    display: block;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    overflow: hidden;
    width: 200px;
	background-color:#FFF;
}
.menu-custom-block-last { margin-right: 0 !important; }
.stock_orders_banner { margin-left: 25px;    float:left; width:397px;}
.checkout-box table.top td.basket a strong, 
.stock_orders_banner strong { 
    font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;}
.checkout-box {
	margin-right: -1px;
    height: 88px;
    margin-top: 23px;
    width: 230px;
    float: right !important;
}
.checkout-box table.top { width: 100%;margin-top: -2px; }
.checkout-box table.top td.basket { /*background-color: #2b2b2b;*/ }
.checkout-box table.top td.basket a img{margin-left:1px;}

.checkout-box table.top td.checkout { /*background-color: #61a5fa;*/ background: url(../images/checkout.gif) no-repeat; display: block; height:22px; width:120px; }
.checkout-box table.top td.checkout a{display: block; height:22px; width:120px;}
.category-women .checkout-box table.top td.checkout {background: url("../images/checkout-wom.gif") no-repeat scroll 0% 0 #FB607F; display: block; height:22px; width:120px;}
.checkout-box table.bottom { width: 63px; display:block; float:left;}
.checkout-box table.bottom td.basket {
    background: url("../images/basket_image.gif") no-repeat scroll right 0 transparent;
    width: 67px;
    height: 67px;
}
.checkout-box table.bottom td.info {
    background: url(../images/basket_links.gif) no-repeat 0 0 transparent;
    vertical-align: middle;
    font-size: 12px;
}
.checkout-box table.bottom td.info div {
    font-size: 12px;
    height: 15px;
    padding: 0 0 2px;
    text-align: right;
}
.checkout-box table.bottom td.info div#top_currency {
    height: 20px;
    text-align: right;
    padding-top: 2px;
}
.checkout-box table.bottom td.info div#top_currency span {display: block; float: right;  margin-left: 2px; margin-top: 2px;font-size:9px;}
#homepage_promo_area {
    background: #ffffff;
    border: 0;
    min-height: 345px;
    text-align: center;
}
#homepage_promo_area #promo-area { width: 100%; }
#homepage_promo_area #promo-area table { width: 100%; height: 340px;}
#homepage_promo_area #promo-area table td#left-cell {
    width: 314px;
    height: 340px;
}
#homepage_promo_area #promo-area table td#right-cell {
    width: 197px;
    height: 340px;
}
#homepage_promo_area #promo-area table td#top-cell {
    width: 479px;
    height: 143px;
}
#homepage_promo_area #promo-area table td#bottom-cell-1 {
    width: 243px;
    height: 197px;
}
#homepage_promo_area #promo-area table td#bottom-cell-2 {
    width: 236px;
    height: 197px;
}
#homepage_promo_area #promo-area table td#cat-left-cell {
    width: 309px;
    height: 340px !important;
}
#homepage_promo_area #promo-area table td.cat-horizontal-cell {
    width: 479px;
    min-height: 144px;
}
#homepage_promo_area #promo-area table td.cat-horizontal-bottom-cell {
    width: 479px;
    min-height: 195px;
}
.catalog-category-view #promo-area{ margin-top: 7px}
#homepage_promo_area .promo-fade {
    -moz-opacity: 0.3 !important;
    -khtml-opacity: 0.3 !important;
    opacity: 0.3 !important;
    filter: alpha(opacity=50) !important;
    zoom: 1 !important;
}
#homepage_promo_area .promo-popup-box {
    display: none;
    width: 191px !important;
    height: 191px !important;
}
#homepage_promo_area .promo-popup-box-active {
    display: block;
    height: 100px;
    margin-left: 215px;
    margin-top: 80px;
    position: absolute;
    width: 100px;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    filter: alpha('opacity=100') !important;
    zoom: 1 !important;
    z-index: 99 !important;
}
.footer-container div.newsletter-container {
    background: url("../images/newsletter.gif") no-repeat scroll 0 0 transparent;
    height: 131px;
}
.footer-container .form-subscribe {
    float: left;
    margin-left: 9px;
    margin-top: 72px;
}
.footer-container .form-subscribe input#newsletter {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding-left: 4px;
    width: 284px;
    color:#545454;
    font-style:italic;
}
.footer-container .form-subscribe button#men {
    margin-top: 7px;
    background: url(../images/newsletter_men_btn_btm.gif) no-repeat 10px 1px #61a5fa;
    width: 148px;
    height: 22px;
    border: 0px;
    cursor: pointer;
}
.footer-container .form-subscribe button#women {
    margin-top: 7px;
    background: url(../images/newsletter_women_btn_btm.gif) no-repeat 14px 1px #f35f75;
    width: 146px;
    height: 22px;
    border: 0px;
    cursor: pointer;
    margin-left:-4px;
}
.footer-container .form-subscribe .validation-advice { display: none; }
#bottompage_promo_area {
    background: #ffffff;
    border: 0px solid #bbbbbb;
    border-top: 0;
    border-bottom: 0;
    min-height: 100px;
    padding-bottom: 8px;
}
body.cms-home #bottompage_promo_area{
    float:left;
}

#bottompage_promo_area h1 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 8px 0;
}

#bottompage_promo_area .infobox {
    border: 1px solid #d6d6d6;
    height: 150px;
    margin: 0 auto;
    padding: 5px;
    width: 98%;
    overflow: auto;
}
#bottompage_promo_area td .form-subscribe {
    float: left;
    margin-left: 10px;
    margin-top: 66px;
}
#bottompage_promo_area td .form-subscribe input#newsletter {
    background:none;
    border: 0 none;
    padding-left: 4px;
    width: 96%;
    color:#545454;
    font-style: italic;
}
#bottompage_promo_area td .form-subscribe button#men {
    margin-top: 5px;
    background-image: url(../images/newsletter_men_btn.gif);
    width: 113px;
    height: 23px;
    border: 0px;
}
#bottompage_promo_area td .form-subscribe button#women {
    margin-top: 5px;
    background-image: url(../images/newsletter_women_btn.gif);
    width: 113px;
    height: 23px;
    border: 0px;
    margin-left:-4px;
}
#bottompage_promo_area td div.newsletter-container{
    margin-bottom: 10px;
    margin-top: 0px;
    background-image: url(../images/newsletter-right.gif);
    height: 125px;
    width: 247px;
    float: right;
}
#bottompage_promo_area td div#advice-validate-email-newsletter { display: none !important; }
#bottompage_promo_area td div#advice-required-entry-newsletter { display: none !important; }
#bottompage_promo_area td div#advice-validate-email-newsletter { display: none !important; }
#bottompage_promo_area td div#advice-required-entry-newsletter { display: none !important; }
#bottompage_promo_area td #info-details {
    border: 1px solid #d6d6d6;
    height: 110px;
    margin: 0 auto;
    overflow: auto;
    padding: 5px;
    width: 97%;
}
.cat-black-headers {
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 5px;
    text-transform: uppercase;
    margin: 8px 0;
    text-align: left;
}
.cat-blue-headers {
    background-color: #60a5fa;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 5px;
    text-transform: uppercase;
    margin: 8px 0;
    text-align: left;
}
.basket-table ul#shippingAddressForm.form-list {/*margin-top: 14px;*/margin-top: -8px !important;}
.basket-table #shippingAddressForm .field.name-lastname { margin-top: 0px;}
.basket-table #checkout-review-table h3 { background: none repeat scroll 0 0 transparent !important; }
.basket-table #checkout-review-table th {
    border-bottom: 0 none !important;
    font-weight: bold;
    padding: 3px 8px;
    text-align: right !important;
}
.basket-table #checkout-review-table td { /*text-align: left !important;*/ padding-bottom:6px; padding-top:6px;}
.basket-table #form-validate .fieldset { margin: 0 1px 15px; }
.basket-table .buttons-set {
    border-top: 0 !important;
    clear: both;
    margin: 0 0 0;
    padding: 0 !important;
    text-align: right;
}
.basket-table .form-list label {
    font-weight: normal !important;
    padding-right: 2px !important;
}
.basket-table .form-list .input-box {
    width: 330px !important;
    height: /*26px*/auto;
	min-height: 26px;
    line-height:24px;
    background: url("../images/field_bg.gif") no-repeat scroll 0 0 transparent;
    /*overflow: hidden;*/
}
.basket-table #billing-new-address-form .input-box{line-height:23px;}
.basket-table .form-list input.input-text {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px;
    padding: 0 0 1px;
    width: 312px;
}
.basket-table .form-list select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px;
    padding: 2px 0;
    width: 312px !important;
}
.basket-table td {
    padding: 0 0 20px 10px;
}
.basket-table td div.box {
    padding: 7px;
    border: 5px solid #b9b7b8;
    min-height: 190px;
    background: none repeat scroll 0 0 #f5f5f5;
    width:699px;
}
.basket-table td div.box div.subtitle {
    color: #79b1dd !important;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 14px;
    text-transform: uppercase;
}
#billing-new-address-form .subtitle {margin-bottom: 3px;padding: 5px 0 5px;}
#billing-new-address-form .subtitle {margin-bottom: -2px;padding: 7px 0 10px;}
.basket-table td div.box div.whitebg {
    background: none repeat scroll 0 0 #ffffff;
    padding: 0px;
    width:699px;
    padding-top: 5px;
}
.basket-table td div.box h3 {
    background: none repeat scroll 0 0 #f3f3f3;
    margin: 0;
    padding:0 ;
    text-transform: uppercase;
}
.basket-table td div.box p {
    /*background: none repeat scroll 0 0 #f3f3f3; */
    margin: 0 0 7px;
    padding: 5px 0;
}
.basket-table td div.box div.item {
    background: url("../images/yellow-tick.gif") no-repeat scroll 0 0 #f5f5f5;
    padding: 3px 0 6px 26px;
}
.basket-table td div.box .co_custombutton {
    cursor: pointer;
    text-align: right;
    height: 28px;
    padding-right: 3px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {.basket-table td div.box .co_custombutton{ height: 81px;} }
.basket-table td div.small-box { min-height: 170px !important; }
.basket-table tfoot tr { background-color: #ffffff !important; }
.block {
    border: 1px solid #dddddd;
    margin: 0 0 20px;
    line-height: 1.35;
}
.block .block-title {
    border-bottom: 1px solid #dddddd;
    background: #e7e7e7;
    padding: 2px 10px;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e7e7e7));
    background: -moz-linear-gradient(top, #f5f5f5, #e7e7e7);
}
.block .block-title strong {
    display: block;
    font: bold 12px/1.5 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #444444;
}
.block .block-title a { text-decoration: none !important; }
.block .block-subtitle {
    font-size: 10px;
    margin: 0 0 10px;
    padding: 0 0 2px;
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e7e7e7));
    background: -moz-linear-gradient(top, #f5f5f5, #e7e7e7);
}
.block .block-content {
    background: #f6f6f6;
    padding: 12px 10px;
}
.block .block-content li.item {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.block .block-content li.item.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.block .block-content .product-name { color: #444444; }
.block .btn-remove {
    float: right;
    margin: 1px 0 2px 5px;
}
.block .actions {
    border-top: 1px solid #999;/*dddddd*/
    padding: 5px 0 0;
    margin: 5px 0 0;
    text-align: right;
}
.block .actions a { float: left; }
.block .actions button.button { float: right; }
.block .empty { margin: 0; }
.block .price-box { margin: 5px 0; }
.block button.button span {
    height: 23px;
    background-image: url(../images/bkg_btn-small.png);
    line-height: 20px;
}
.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}
.basket .mini-products-list .item.gift a.product-image {width: 50px; height: 50px;}
.basket .mini-products-list .item.gift a.product-image img {width: 50px; height: 50px;}
.basket .mini-products-list .item.gift .price {display: block;}
.mini-products-list .product-details { margin-left: 60px; }

.block-account {
    border: 1px solid #dddddd;
    line-height: 1.35;
    margin: 0 8px 20px;
    padding: 2px;
}
.block-account .block-title {
    border: 0;
    background: #666666;
}
.block-account .block-title strong { color: #ffffff; }
.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 3px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}
.block-account .block-content li a:hover { color: #444444; }
.block-account .block-content li.last a { border-bottom: 0; }
.block-account .block-content li.current {
    border-bottom: 1px solid #dddddd;
    padding: 3px 0;
}
.block-account .block-content li.current.last { border-bottom: 0; }
.my-account { padding: 2px 16px 2px 5px; }
body.customer-account-edit input.input-text{height: 18px !important;}
.my-account input.input-text {
	line-height: 20px;
    background: url('../images/voucher_field.jpg') no-repeat -2px -1px transparent;
    height: 20px !important;
    width: 260px !important;
}
body.customer-address-form .my-account input.input-text{
	height: 18px !important;
}
body.customer-address-form .my-account select{	height: 26px !important;
    padding: 4px 0;}
.my-account textarea {
    background: url('../images/voucher_textarea.jpg') no-repeat -2px -1px transparent;
    height: 59px !important;
    width: 629px !important;
}
.my-account select {
    background: url('../images/voucher_field.jpg') no-repeat -2px -1px transparent;
    height: 25px;
    width: 160px !important;
}
body.sales-order-history .my-account select{
	width:55px !important;
}
body.sales-order-history .my-account .limiter{
	float:right;
}
.my-account label {
    font-weight: normal !important;
    padding: 3px 0 !important;
}
.block-currency { background: #f4f4f4; }
.block-currency .block-title {
    border: 0;
    background: none;
    padding: 7px 10px 2px;
    text-transform: none;
}
.block-currency .block-title strong { text-transform: none; }
.block-currency .block-content { padding: 0 10px 12px; }
.block-currency .block-content select {
    width: 100%;
    padding: 0;
}
.block-layered-nav { border: 0; }
.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    margin: 0 0 6px;
    height: 13px;
    background: none 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.block-layered-nav .block-content { padding: 0; }
.block-layered-nav .block-subtitle {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    color: #444444;
}
.block-layered-nav dt {
    background: url("../images/down-arrow.png") no-repeat scroll 5px 12px transparent !important;
    border-top: 1px solid #ffffff;
    color: #797979;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 8px 10px 0 23px;
    text-transform: uppercase;
    padding-left:20px !important;
}
.block-layered-nav .block-content { background: #ffffff !important; margin: 10px 8px 5px; }
.custom-cart-rightcol {
    width: 225px;
    float: right;
}
.custom-cart-rightcol .custom-block {
    border: 5px solid #f3f3f3;
    margin-bottom: 10px;float:left;display:block;}
.custom-cart-rightcol .custom-block.shop-with-confidence{padding-bottom:10px;}
.custom-cart-rightcol .custom-block.shop-with-confidence img{padding-bottom:5px; width:100%;}
.shop-with-confidence br { display: none;}

.custom-cart-rightcol .custom-cart-rightcol-order .custom-block img{ width:100%;}
.cart-block { margin:5px 5px 5px 0px; }
.cart-block img { margin-right: 1px; }
#shopping-cart-table-bottom .cart-block img { margin-left: 15px; }
#shopping-cart-table-bottom .co-cart-block{margin-left: 10px;}
#shopping-cart-table-bottom .co-cart-block img { margin-left: 4px; }
.cart-bock-ad img { margin-left: /*-7*/18px; }
.block-layered-nav dd {
    padding: 0 10px 8px 10px;
    border-bottom: 1px solid #dddddd;
}
.block-layered-nav dd ol {max-height: 180px; overflow: auto;}
.block-layered-nav dd li {
    line-height: 1.35;
    margin: 0 0 3px;
    max-height: 180px; overflow: auto;
}
.block-layered-nav dd a { color: #444444; }
.block-layered-nav .currently ol { padding: 6px 0 0; margin:0 8px -3px 8px;}
.block-layered-nav .currently li { padding: 2px 10px; background:#e5e5e5; margin-top:2px}
.block-layered-nav .currently .label { font-weight: bold; font-size:12px; display: block; width: 100%; }
.filter-item-price a.btn-remove{margin-top: 19px !important; display: block;}
.block-layered-nav .currently a { margin: 4px 0 0; background:url("../images/remave-currently.png") no-repeat scroll 100% 50%; float: right; height: 7px; width:6px; display: block;}
.block-layered-nav .currently a img{display: none;}
.block-layered-nav .actions.reset-filter { color: #FFFFFF; margin: 7px 0 10px;; text-align: center; border-bottom: 1px solid #999; height: 30px; padding: 0;}
.block-layered-nav .actions.reset-filter a{ background: none repeat scroll 0 0 #000000; color:#DDDDDD; text-transform: uppercase; font-weight: bold; padding: 5px 27px 5px 28px;}
.block-layered-nav .filter-state-value{display: marker;}
.block-layered-nav .filter-state-value+span{display: block;}
.block-layered-nav .actions {
    padding: 5px 10px;
    margin: 0 8px 5px 8px;
    border-top:0px;
    border-bottom:1px solid #999;
}
.block-layered-nav .actions a { float: none; }
.block-layered-nav #narrow-by-list{/*margin:0 8px 5px 8px;*/}
.custom-block-cart {
    display: none;
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #dedede;
    position: absolute;
    top: 109px;
    width: 228px;
    z-index: 999;
}
.custom-block-cart .block {
    border: 0 solid #dddddd !important;
    line-height: 1.35 !important;
    margin: 0 0 0 !important;
}
.custom-block-cart .block-content {
    background: none repeat scroll 0 0 #f6f6f6 !important;
    padding: 8px 10px !important;
}
.block-cart .block-title strong { color: #444444; }
.block-cart .summary {
    background: #fce5da;
    padding: 8px;
    margin: -12px -10px 8px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.block-cart .amount { margin: 0; }
.block-cart .amount a { font-weight: bold; }
.block-cart .subtotal {
    background: url(../images/bkg_subtotal.gif) no-repeat 50% 0;
    margin: 5px 0 0;
    line-height: 23px;
}
.block-cart .subtotal .price { font-weight: bold; }
.block-cart .actions { display: none !important; }
.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}
.block-wishlist .actions { text-align: right; }
.block-wishlist .actions a { float: none; }
.block-related .block-subtitle {
    font-size: 11px;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 0 0 8px;
    text-transform: none;
}
.block-related input.checkbox { float: right; }
.block-related .product { margin-right: 20px; }
.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 3px 0 3px 25px;
}
.compare-table { border: 0; }
.compare-table thead { background: #ffffff; }
.compare-table thead tr.first { background: #ffffff; }
.compare-table thead tr.first th {
    border: 0;
    background: none;
    padding: 0 0 4px;
    font-size: 0;
    line-height: 0;
}
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0 0 4px;
    font-size: 0;
    line-height: 0;
}
.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove.gif);
    width: 12px;
    height: 12px;
}
.compare-table tbody th { background: #e9e9e9; }
.compare-table tbody th {
    padding: 10px;
    border: 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.compare-table tbody td.last { border-right: 1px solid #cccccc; }
.compare-table tbody tr.last th { border-bottom: 1px solid #cccccc !important; }
.compare-table tbody tr.last td { border-bottom: 1px solid #cccccc !important; }
.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}
.compare-table tr.first td { text-align: center; }
.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}
.compare-table tr.first td .product-name a { color: #203548; }
.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}
.compare-table tr.first td p { margin: 0; }
.compare-table tr.add-to-row td p { margin: 0; }
.compare-table .add-to-links li {
    background: none;
    padding: 0;
}
.block-poll .block-subtitle { font-size: 12px; }
.block-poll label {
    color: #777777;
    font-weight: bold;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll li { padding: 3px 9px; }
.block-poll .actions { margin: 5px 0 0; }
.block-poll .answer { font-weight: bold; }
.block-poll .votes {
    float: right;
    margin-left: 10px;
}
.block-tags .block-content .tags-list {
    border: 0;
    background: none;
    padding: 0;
}
.block-tags .block-content li a { color: #444444; }
.block-tags .actions { text-align: right; }
.block-tags .actions a { float: none; }
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name { margin-left: 20px; }
.block-reorder .validation-advice { margin: 3px 9px 7px; }
.block-banner { border: 0; }
.block-banner .block-content {
    padding: 0;
    background: none;
    text-align: center;
}
.block-login .block-content { padding: 5px 10px; }
.block-login label {
    font-weight: bold;
    color: #555555;
}
.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}
.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.sidebar .paypal-logo a { float: none; }
.category-title {
    margin: 0 0 7px;
    padding: 0 3px 0 0;
}
.category-title h1 {
    padding: 3px 0;
    color: #c45520;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    text-transform: capitalize;
}
.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}
.category-description {
    /*border-bottom: 1px solid #dedede;*/
    /*margin: 0 0 5px;*/
    padding: 0 4px /*8px*/7px 7px;
}
.category-description p {margin:0 !important;}
.products-grid { position: relative; }
.products-grid.last { border-bottom: 0; }
.products-grid li.item {

    float: left;
    margin: 5px;
    /*min-height: 285px;*/
    padding: 10px 0 0;
    text-align: center;
    width: 183px;
}
.button-grid-product-grey, .button-grid-product-black {
    width: 48%;
    height: 25px;
    border: 1px solid #353535;
    background: #353535;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}
.button-grid-product-grey {
    background: #898989 !important;
    border: 1px solid #898989 !important;
    margin-left: -3px;
}
.brand-overlay-image {
    height: 57px;
    margin-left: 128px;
    margin-top: -10px;
    position: absolute;
    width: 55px;
}
.button-grid-product-grey {
    background: #898989 !important;
    border: 1px solid #898989 !important;
}
.brand-overlay-image {
    height: 57px;
    margin-left: 128px;
    margin-top: -10px;
    position: absolute;
    width: 55px;
}
.products-grid .actions { background: #353535; }
.products-grid .product-image {
    display: block;
    width: 190px;
    height: 190px;
    margin: 0 0 10px;
}
.products-grid.first .product-image { border-top: 0; }
.products-grid li.last .product-image { border-right: 0; }
.products-grid .product-name {
    font-size: 12px;
    margin: 0 0 6px;
    /* removed at adam request    min-height: 40px;*/
}
.products-grid .product-name a { color: #444444;}
.products-grid .product-name a:hover { text-decoration: underline; }
.products-grid .price-box { margin: 5px 0; }
.products-grid .price-box.women-box p.old-price{color:#FB607F !important}
.products-grid .price-box.women-box p.old-price span{color:#FB607F !important}
.products-grid .price-box.women-box p.special-price span.price-label{color:#FB607F !important}
.products-grid .price-box.women-box span span.price{background:#FB607F !important;}
.products-grid .availability { line-height: 21px; }
.col2-left-layout .products-grid {
    width: 100%;
    margin: 0 auto;
    display:block; float:left;
}
.col2-right-layout .products-grid {
    width: 684px;
    margin: 0 auto;
}
.col1-layout .products-grid {
    width: 684px;
    margin: 0 auto;
}
.page-empty .products-grid {
    width: 684px;
    margin: 0 auto;
}
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}
.products-list li.item.last { border-bottom: 0; }
.products-list .product-shop { margin-left: 185px; }
.products-list .product-image {
    float: left;
    width: 170px;
    height: 170px;
    margin: 0 0 10px;
}
.products-list .product-name {
    font-size: 12px;
    margin: 0 0 6px;
}
.products-list .product-name a {
    color: #444444;
    text-decoration: underline;
}
.products-list .product-name a:hover { text-decoration: none; }
.products-list .price-box {
    float: left;
    margin: 4px 13px 0 0;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 13px;
    line-height: 1.35;
}
.products-list .add-to-links { clear: both; }
.no-rating { margin: 0; }
.ratings {
    line-height: 1.25;
    margin: 7px 0;
}
.ratings strong {
    float: left;
    margin: 0 3px 0 0;
}
.ratings .rating-links { margin: 0; }
.ratings .rating-links .separator { margin: 0 2px; }
.rating-box {
    width: 50px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 10px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
    float: left;
    margin: 2px 3px 0 0;
}
.ratings-table th {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}
.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}
.ratings-table td { padding: 4px 0 0; }
.availability { margin: 0; }
.availability span { font-weight: bold; }
.availability.out-of-stock span { color: #d83820; }
.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}
.availability-only span {
    border-bottom: 1px dashed #751d02;
    color: #000000;
}
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000000;
}
.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}
.availability-only .expanded { background-position: 100% -15px; }
.availability-only strong { color: #be2c00; }
.availability-only-details { margin: 0 0 7px; }
.availability-only-details th {
    background: #e9e9e9;
    font-size: 10px;
    padding: 0 8px;
}
.availability-only-details td {
    border-bottom: 1px solid #d9dde3;
    font-size: 11px;
    padding: 2px 8px 1px;
}
.availability-only-details tr.odd { background: #ffffff; }
.availability-only-details tr.even { background: #fcfcfc; }
.availability-only-details tr.odd td.last {
    color: #c45520;
    font-weight: bold;
}
.availability-only-details tr.last td { border-bottom: none; }
.product-view .product-shop .availability { font-size: 11px; }
.product-view .product-shop .availability span { font-weight: normal; }
.email-friend { margin: 0; }
.alert-price, .alert-stock {
    margin: 0;
    font-size: 11px;
}
.price { white-space: nowrap !important; }
.price-box { margin: 5px 0 10px; }
.price-box .price {
    font-size: 13px;
    font-weight: bold;
    color: #c45520;
}
.regular-price { color: #c45520; }
.regular-price .price {
    background: none repeat scroll 0 0 #61a6fb;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 12px;
}
.my-wishlist .women-box .regular-price span{background: #FB607F;}
.category-women .breadcrumbs li strong{color: #FB607F}
.mini-products-list .product .women-box .regular-price{background:#FB607F !important;}
.mini-products-list .product .women-box .regular-price .price{background:#FB607F ;}
.old-price {
    color: #61a6fb;
    display: inline;
    margin: 0;
    text-transform: lowercase;
}
.old-price .price-label {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}
.old-price .price {
    font-weight: bold;
    font-size: 11px;
    color: #61a6fb;
    text-decoration: line-through;
}
.special-price {
    background: none repeat scroll 0 0 #56cd31;
    display: inline;
    margin-left: 0px;
    padding: 2px;
}
.special-price .price-label {
    font-size: 11px;
    font-weight: normal;
    text-transform: lowercase;
    white-space: nowrap;
    color: #ffffff;
}
.special-price .price {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
.minimal-price { margin: 0; }
.minimal-price .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.minimal-price-link {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    color: #444444;
}
.minimal-price-link .label { color: #444444; }
.minimal-price-link .price {
    font-weight: normal;
    color: #444444;
}
.price-including-tax {
    display: block;
    color: #888888;
}
.price-including-tax .label {
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #888888;
}
.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c45520;
}
.price-excluding-tax {
    display: block;
    color: #888888;
}
.price-excluding-tax .label {
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #888888;
}
.price-excluding-tax .price {
    font-size: 12px;
    font-weight: normal;
    color: #c45520;
}
.price-incl-tax { display: block; }
.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-incl-tax .price {
    display: block;
    font-weight: bold;
}
.price-excl-tax { display: block; }
.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-excl-tax .price {
    display: block;
    font-weight: normal;
}
.weee {
    display: block;
    font-size: 11px;
    color: #444444;
}
.weee .price {
    font-size: 11px;
    font-weight: normal;
}
.price-from { margin: 0; }
.price-from .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.price-to { margin: 0; }
.price-to .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.price-notice { padding-left: 7px; }
.price-notice .price { font-weight: bold; }
.price-as-configured { margin: 0; }
.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}
.price-box-bundle { padding: 0 0 10px 0; }
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}
.price-box-bundle .price { color: #222222; }
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background: #f4f9ea;
    border: 1px solid #dddddd;
}
.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
}
.tier-prices .price { font-weight: bold; }
.tier-prices-grouped li .price { font-weight: bold; }
.add-to-links { margin: 3px 0 0; }
.add-to-links li {
    background: url(../images/bkg_add-to.gif) 2px 50% no-repeat;
    line-height: 1.25;
    padding-left: 12px;
}
.add-to-links li a { color: #444444; }
.add-to-links .separator { display: none; }
html body.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div.product-options-bottom {
    /*position: absolute;
    top: 538px;
    width: 420px;*/
	display:block; margin-top:15px; width:420px;
}
html body.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div.product-options-bottom div.add-to-cart img {
    float:right;
}
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
    line-height: 20px;
    color: #555555;
}
.add-to-cart .qty {
    float: left;
    margin-right: 5px;
}
.add-to-cart button.button {
    float: left;
    margin: -3px 0 0;
}
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}
html body.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div.product-collateral {
    /*position: absolute;
    top: 594px;*/
	margin-top:5px; 
	float: left;
}
.add-to-box {
    margin: 10px 0;
    clear: both;
}
.size_guide_info_box  {float:left;display:block;margin-top: 2px;}
html body.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div.add-to-box{
    /*left: 700px;
    position: absolute;
    top: 784px;*/
	margin-top:20px;
	margin-right:-5px;
	float:right;
}
.add-to-box .add-to-cart {
    margin: 10px 0;
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
    padding: 10px;
    text-align: right;
}
.add-to-box .add-to-cart .paypal-logo { float: left; }
.add-to-box .or { display: none !important; }
.add-to-box .add-to-links {
    margin: 10px 0;
    text-align: right;
}
.add-to-box .add-to-links li .separator { display: none !important; }
#messages_product_view { margin: 10px 0 0; }
.product-essential {
    float: right;
    /*padding: 0 0 25px;*/
    width: 647px;
}
.product-essential h2 { font: bold 12px/1.25 Arial, Helvetica, sans-serif; }
.product-collateral h2 {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.15;
}
.product-essential .product-shop .product-options dd .input-box select{
    font-size: 1em;
    padding-top: 3px;
    background: url("../images/voucher_field.jpg") no-repeat scroll -1px -1px transparent;
    border: 2px solid #CCCCCC;
    height: 27px !important;
    width: 250px !important;
}
.catalog-product-view .selectbox.items {z-index: 80 !important; width:250px !important;}
.product-view .product-img-holder {
    float: left;
    width: 330px;
}
.product-view .product-free-shipping {
    background: #000000;
    height: 25px;
    padding: 8px 8px 12px 7px;
    width: 320px;
}
.product-view .product-free-shipping img { padding: 3px 0 0; }
.product-view .product-free-shipping span {
    color: #ffffff;
    font-size: 1.5em;
}
.product-view .product-img-box {
    float: left;
    width: 333px;
    border: 1px solid #a1a1a1;

}
.freeDeliveryFiller {height:42px; width:335px; position:relative;}
.freeDeliveryImage {border-left: 1px solid #A1A1A1; display:block;}
#zoomProductImage {height:110px;}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}
.product-view .product-img-box .product-image {
    margin: 0 0 10px;
    border: 1px solid #cacaca;
}
.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 300px;
    height: 300px;
    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 {
    margin: 0 0 10px;
    text-align: center;
}
.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 24px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}
.product-view .product-img-box .zoom.disabled {
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}
.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}
.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: 3px;
    width: 9px;
    height: 18px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 10px;
    top: 7px;
}
.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 10px;
    top: 7px;
}
.product-view .product-img-box .more-views .more-views-title {
    background: #dadada;
    height: 25px;
    border: 1px solid #a1a1a1;
    text-align: center;
    font-weight: normal;
    margin: 0 0 0 -1px;
    padding: 5px 1px 0;
    width: 331px;
    font-size:14px;
    text-transform: uppercase;
}
.product-view .product-img-box .more-views ul { margin-left: -10px; }
.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 10px;
}
.product-view .product-img-box .more-views li a {
    float: left;
    width: 66px;
    height: 66px;
    border: 1px solid #dddddd;
    overflow: hidden;
}
.product-view .product-img-box .more-views a {
    float: left;
    border-left: 1px solid black;
}
.product-view .product-img-box .more-views a.active {
/*    border-top: 2px solid #61A5FA;  */
}
.product-view .product-img-box .more-views a.active img {
    display: block;
 }
.product-view .product-img-box .more-views a.first { border-left: none; }
.product-view .product-img-box .more-views img { padding: 0; }
.product-view .product-img-view .products-image-button-holder { float: left; }
.product-view .product-img-holder #cb_prev {
    float: left;
    left: 1px;
    position: relative;
    top: 142.5px;
    z-index: 20;
}
.product-view .product-img-holder #cb_next {
    float: right;
    position: relative;
    top: 142.5px;
    right: 18px;
    z-index: 20;
}
.product-view .product-img-holder .cb_link {
    color: rgba(255, 255, 255, 0);
    height: 45px;
    position: absolute;
    top: 0;
    width: 22px;
    z-index: 21;
}
.product-view .product-img-holder .cb_prev { background: url(../images/magiczoom_prev.png); }
.product-view .product-img-holder .cb_next { background: url(../images/magiczoom_next.png); }
.product-view .product-img-holder .share-social-networking { width: 350px; margin:0;  }
.product-view .product-img-holder .share-social-networking .button {
    float: left;
    color: #6f6f6f;


    font-size: .8em;
    margin: 0 1px 0 0;
    padding:0;
    height: 16px;
    font-family: verdana, arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    top: 10px;
}
.product-view .product-img-holder .share-social-networking .email-friend-button { margin: 0; }
.product-view .product-img-holder .share-social-networking .bookmark-button { margin: 0 2px 0 3px; }
.product-view .product-img-holder .share-social-networking .twitter-button { margin: 0; }
.product-view .product-img-holder .share-social-networking a { margin: 0; }
.product-view .product-img-holder .share-social-networking img { margin: 0; }
.product-image-popup { margin: 0 auto; }
.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}
.product-image-popup .image {
    display: block;
    margin: 10px 0;
}
.product-image-popup .image-label {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}
.product-view .product-shop {
    float: right;
    width: 325px;
}
.col1-layout .product-view .product-shop {
    float: right;
    width: 620px;
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}
.product-view .product-shop .product-name {
    margin: 0 0 0 -1px;
    width: 375px;
    float:left;
}
.product-view .product-shop .product-name h1 {
    font:normal 25px Arial, Helvetica, sans-serif;
    color: /*#61a5fa*/#000;
    height:60px;
    overflow:hidden;
}
.category-women .product-view .product-shop .product-name h1 {color:/*#FB607F;*/#000;}
.product-view .product-shop .product-name h2 { font: normal 14px Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin: 10px 0; font-weight:bold;}
.product-view .product-shop .short-description { margin: 10px 0; }
.product-view .product-shop .price-box { margin: 10px 0; }
.product-view .product-shop .add-to-links { margin: 0; }
.product-view .product-shop .add-to-links { text-align: right; }
.product-view .product-shop .add-to-links li {
    display: inline;
    margin-left: 12px;
}
.product-view .product-shop .add-to-links li .separator { display: none !important; }
.product-view .product-shop .product-options-bottom .paypal-logo { float: left; }
.product-view .product-essential .product-shop .product-options-bottom .add-to-cart .paypal-logo{display: none}
.product-view .product-essential .add-to-box .add-to-links li {
    background: #ffffff;
    display: inline;
    font-size: 1.3em;
    list-style: none;
    margin: 5px;
    padding: 5px;
    position: relative;
    right: 10px;
    top: 10px;
}
.product-view .product-essential .add-to-box .add-to-links li img {
    padding: 0 2px;
    margin-top: -5px;
}

.product-options {
    margin: 0px 0 0 !important;
    padding: 0 0px 10px;
    background-color: #ffffff;
    float:left;
    width: 515px;
    display:block;
}
.product-options .product-options-box {
    height: 50px;
    padding: 15px 0 0;
}
.product-options .product-options-box dd span img {
    border: solid 2px grey;
    height: 12px;
    width: 12px;
}
.product-options .product-options-box dd span img.active {
    border: solid 2px black;
    height: 14px;
    width: 14px;
}
.product-options .colourselect {
    padding: 0;
    height: 20px;
    margin-top: -16px;
}
.product-options dt {
    float:left;
    display:block;
    width: 130px;
    margin-right:25px;
    line-height: 18px;
}
.product-options dt label {
    display: block;
    font-size:12px; /*1.2em;*/
    padding: 5px 5px 5px 0;
    position: relative;
    text-align: left !important;
    width: 120px;
}
.product-options dt label.color-selector {
    background: none;
    font-size: 10px;
    width: 130px;
    font-style: italic;
    padding-left: 5px;
     margin-top: -5px;
}
.product-options dt label.required em {
    color: #eb340a;
    margin-right: 5px;
    display: none;
}
.product-options dt .qty-holder {
    float: right;
    margin-right: 15px;
}
.product-options dt .qty-holder label { vertical-align: middle; }
.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #444444;
}
.product-options dd {
    float:left;
    display:block;
    width: 360px;
    line-height: 20px;
}
.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.product-options dd input.input-text { width: 98%; }
.product-options dd .selectbox .display {
    background: #ffffff;
    background: url(../images/voucher_field.jpg) no-repeat -2px -1px;
    height:25px;
}
.product-options dd input.input-text, select {width:314px !important;height:18px !important;}
.product-options dd input.datetime-picker { width: 150px; }
.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}
.product-options dd textarea {
    width: 98%;
    height: 8em;
}
.product-options .option-button {
    float:left;
    margin:5px 3px 5px 0;
    
}
.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}
.product-options dd img.size_guide {
/*    position: relative;
    top: -38px;
    left: 265px;  */
}
.product-options ul.options-list { margin-right: 5px; }
.product-options ul.options-list li { padding: 2px 0; }
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 2px;
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}
.product-options ul.options-list label { font-weight: normal; }
.product-options ul.validation-failed { padding: 0 7px; }
.product-options p.required {
    margin-bottom: 0;
    padding: 15px 0 0;
    display: none;
}
.product-options dl.product-price { line-height: 15px; }
.product-options .product-price .price {
    font-size: 2em;
    font-weight: bold;
    position: relative;
    top: 0px;
    float: left;
}

.product-options .product-price .old-price {
    font-weight: bold;
    position: relative;
    top: -6px;
    float: left;
    padding-right: 5px;
    font-size: 1.4em;
    text-decoration: line-through;
    font-weight: normal;
}

.product-options .block-currency {
    background: #ffffff;
    float: left;
    padding-left: 15px;
    position: relative;
    top: -5px;
}

.product-options .block-currency ul {
    position: relative;
    top: 3px;
}

.product-options .block-currency .price-flags { float: left; }
#cb_prev a:hover { text-decoration: none; }
#cb_next a:hover { text-decoration: none; }

.product-options dt label.config-select{width:133px; background:#ececec; padding:1px 0 1px 10px;font-size:14px; margin-top:3px;}

.morefromboxheader {
    background-color: #dddddd;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -3px;
    padding-left: 19px;
    width: 202px;
    padding-bottom: 3px;
    font-weight: bold;
    margin-bottom:10px;
    font-size:13px;
}
.morefrombox {
    border: 1px solid #dddddd;
    float: right;
    margin-right: 4px;
    padding: 1px 10px 10px;
    width: 200px;
}
.morefrombox li {
    height: 13px;
    overflow: hidden;
    padding: 2px 0;
}
.morefrombox a {
    display: block;
    padding-left: 9px;
    text-indent: -9px;
    clear:both;
    line-height: 13px;
    color:#61A5FA;
}
.category-women .morefrombox a{color:#FB607F;}
.proceedtocheckout {
    background: none repeat scroll 0 0 #60a5fa;
    color: #2b2b2b;
    font-size: 16px;
    padding: 0 3px;
    text-align: center;
    width: 98%;
}
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
}
.product-options-bottom .price-box {
    float: left;
    margin: 0;
}
.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}
.product-options-bottom .price-tax { float: left; }
.product-options-bottom .add-to-cart {
    float: right;
    margin: 0;
    border: 0;
    background: #ffffff;
    width: 100%;
    height: 41px;
    float: left;
}
.product-options-bottom .add-to-cart button {
    background:url(../images/add-to-cart-active.png) no-repeat;
    height: 44px;
    margin: 0;
    width: 422px;
}
.product-options-bottom .add-to-cart button.button.btn-cart.disabled  {
    background:url(../images/add-to-cart-disable.png) no-repeat !important;
    height: 44px;
    margin: 0;
    width: 422px;
}
.product-options-bottom .add-to-cart button span {
    background:none;/* #ebb365;*/
    width: 422px;
    padding: 0;
}
.product-options-bottom .add-to-cart button.button.btn-cart.disabled   span {
    background:none;/* #ebb365;*/
    width: 422px;
    padding: 0;
    color:#fff;
}
.product-options-bottom .add-to-cart button span span {
    background: none;/*#ebb365;*/
    width: 100%;
    color: #ffffff;
    font-size: 2.2em;
}
.product-options-bottom .add-to-cart button.button.btn-cart.disabled span span {
    background: none;/*#ebb365;*/
    width: 100%;
    color: #ffffff;
    font-size: 2.2em;
}
.product-options-bottom .add-to-cart button span span img { margin-right: 11px; }
.product-options-bottom .add-to-cart button span span p { display: inline; }
.product-options-bottom .add-to-cart button.button.btn-cart.disabled span span p { display: inline; color:#fff;}
.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0;
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}
.product-shop .product-options-bottom .price-tax { float: none; }
.product-shop .product-options-bottom .add-to-cart {
    clear: both;
    float: none;
    padding: 0 0 12px 0;
    text-align: left;
}
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}
.product-tabs {
    margin-bottom: 10px;
    background: #ffffff 0 100% repeat-x;
}
.product-tabs li {
    float: left;
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #ffffff;
    font-size: 15px;
    line-height: 18px;
    background: #000000;
    margin: 0 1px;
    width: 151px;
}
.product-tabs li.first {
    border-left: 0;
    margin: 0 1px 0 0;
}
.product-tabs li.last {
    border-right: 0;
    margin: 0 0 0 1px;
}
.product-tabs a {
    display: block;
    padding: 6px 5px 6px 12px;
    color: #ffffff;
}
.product-tabs a:hover {
    background-color: #dddddd;
    text-decoration: none;
    color: #444444;
}
.product-tabs li.active a {
    background-color: #61a5fa;
    font-weight: normal;
    color: #ffffff;
}
.category-women .product-tabs li.active a {background-color:#FB607F;}
.category-women .product-tabs li.active a:hover{background-color:#FB607F;}
.product-tabs li.active a:hover {
    background-color: #61a5fa;
    font-weight: normal;
    color: #ffffff;
}
.product-tabs-content {
    border: 1px solid #d0d0d0;
    margin-right: 4px;
    padding: 5px;
    height: 126px;
    overflow: auto;
    width: 604px;
}
.product-tabs-content h2 {
    display: none;
    font-size: 12px;
    font-weight: bold;
}
.mini-products-grid { width: 100%; }
.mini-products-grid td {
    width: 20%;
    padding: 0 8px 8px 0;
}
.mini-products-grid .product-image {
    display: block;
    border: 1px solid #cacaca;
    margin: 0 0 10px;
}
.mini-products-grid .product-name {
    width: 115px;
    margin: 0 0 6px;
    overflow: hidden;
}
.mini-products-grid .product-name a {
    color: #444444;
    text-decoration: underline;
}
.mini-products-grid .product-name a:hover { text-decoration: none; }
.mini-products-grid td.last { padding-right: 0; }
.mini-products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}
.product-view .box-additional .data-table th { line-height: 1.25; }
.product-view .box-additional .data-table td { line-height: 1.25; }
.product-view .box-up-sell h2 { margin: 0 0 8px; }
#product_tabs_upsell_products_contents h2 { display: block; }
.product-view .box-tags { margin: 0; }
.product-view .box-tags h3 { font-size: 12px; }
.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first { padding-left: 0; }
.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}
.product-view .box-tags .form-add label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 3px;
}
.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
}
.product-view .box-tags .form-add input.input-text { width: 299px; }
.product-view .box-tags .form-add button.button span {
    height: 23px;
    background-image: url(../images/bkg_btn-small.png);
    line-height: 20px;
}
.product-view .box-tags .note {
    margin: 2px 0 0;
    font-size: 10px;
}
.product-view .box-reviews dl { margin: 15px 0; }
.product-view .box-reviews dt a { font-weight: bold; }
.product-view .box-reviews dt span { font-weight: bold; }
.product-view .box-reviews dd { margin: 0 0 15px; }
.product-view .box-reviews dd small { font-style: italic; }
.product-view .box-reviews .form-add { margin: 15px 0 0; }
.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}
.product-view .box-reviews .form-add h3 span { font-weight: bold; }
.product-view .box-reviews .form-add h4 { font-size: 12px; }
.product-view .box-reviews .form-add .data-table td { text-align: center; }
.product-view .box-reviews .form-add .form-list { margin: 15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 460px; }
.product-view .box-reviews .form-add .form-list input.input-text { width: 454px; }
.product-view .box-reviews .form-add .form-list textarea { width: 454px; }
.product-view div.block-related {
    clear: both;
    position: relative;
    top: 25px;
}
.product-view div.block-related .block-title {
    background: #ffffff;
    margin-top: 15px;
    border: none;
}
.product-view div.block-related .block-title strong { font-size: 1.5em; }
.product-view div.block-related .block-content { background: #ffffff; }
.product-view ol#block-related.mini-products-list li.item {
    display: inline;
    float: left;
    text-align: center;
}
.product-view ol#block-related.mini-products-list li.item .product {
    margin: 0 5px 0 0;
    width: 154px;
}
.product-view ol#block-related.mini-products-list li.item a.product-image {
    border: none;
}
.product-view ol#block-related.mini-products-list li.item a.product-image img { margin: 0; padding: 0; border: 0; }
.product-view ol#block-related.mini-products-list li.item div.product-details {
    clear: both;
    margin: 0;
}
.product-view ol#block-related.mini-products-list li.item div.product-details p.product-name { text-align: center; min-height: 34px; overflow: hidden;max-height: 34px;}
.product-view ol#block-related.mini-products-list li.item div.product-details div.price-box { text-align: center; }
.product-view ol#block-related.mini-products-list li.item div.product-details div.price-box .regular-price {
    background: #61a5fa;
    color: #ffffff;
    padding: 1px 3px;
}
.product-view ol#block-related.mini-products-list li.item div.product-details div.price-box .regular-price .price { color: #ffffff; }
.product-view ol#block-related.mini-products-list li.item div.product-details div.view-item-button {
    background: #898989;
    float: left;
    width: 50%;
}
.product-view ol#block-related.mini-products-list li.item div.product-details div.view-item-button a {
    color: #ffffff;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    width: 100%;
}
.product-view ol#block-related.mini-products-list li.item div.product-details div.quick-buy-button {
    background: #363636;
    float: left;
    width: 50%;
}
.product-view ol#block-related.mini-products-list li.item div.product-details div.quick-buy-button a {
    color: #ffffff;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    width: 100%;
}
.send-friend .form-list {
    width: 535px;
    overflow: hidden;
}
.send-friend .form-list li { margin-right: -15px; }
.send-friend .form-list li p { margin: 0 15px 0 0; }
.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 25px;
}
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.55;
}
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #dddddd;
    background: #f6f6f6;
    padding: 10px;
}
.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}
.tags-list li a { color: #1b2d3b; }
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}
.advanced-search .form-list .input-box {
    float: left;
    clear: none;
}
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}
.advanced-search-amount { margin: 0 0 10px; }
.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #dddddd;
    background: #ecf9ea;
    padding: 10px;
}
.advanced-search-summary ul {
    float: left;
    width: 49%;
}
.advanced-search-summary strong { color: #e17c24; }
.advanced-search-summary li { margin: 2px 0; }
.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}
.cms-home .main { padding: 8px 0 0; }
.special-cat-description {
    color: #494949;
    font-size: 12px;
    padding: 5px;
}
.special-category-wrapper {
    border: 4px solid #c5c5c5;
    background-color: #f5f5f5;
    margin: 0 auto;
    width: 98%;
}
.special-category-wrapper .enlarged-category-title-grey {
    font-size: 32px;
    padding: 5px;
    min-height: 25px;
    color: #494949;
    text-transform: uppercase;
}
.special-category-wrapper .special-category-content {
    background-color: #ffffff;
    width: 98%;
    margin: 10px auto;
}
.special-category-content div > a {
    color: #FFFFFF;
}
.cat-subtitle-grey {
    font-size: 18px;
    padding: 5px;
    min-height: 20px;
    color: #494949;
}
.landing-cat-name {
    padding: 7px 0;
    width: 250px;
    text-align: center;
    font-weight: bold;
}
.landing-cat-name a {font-size:13px;color:#000;}
.landing-list-item {
    float: left;
    margin-left: 6px;
    margin-right: 3px;
}
.band-thumbail {
    width: 123px;
    text-align: center;
}
.band-thumbail img {
    border: 1px solid #dedede;
    padding: 3px;
}
.brand-layout {
    margin-bottom: 10px;
    margin-left: -4px;
}
.brand-layout td {
    padding: 3px;
    width: 130px;
}
.table-headers .cat-name {
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    padding: 7px 5px;
    border-right: 3px solid #ffffff;
    cursor: pointer;
}

.cat-name.cat-name-active.one-tab {
    width: 100% !important;
}
.table-headers .cat-name-active { background-color: #60a5fa; }
.women-box .cat-name-active { background-color: #fb607f !important; }
.table-headers .cat-name-last { border-right: 0px !important; }
.cat-male-header-short, .cat-women-header-short, .cat-mixed-header-short, .cat-sold_out-header-short, .cat--header-short, .cat-men-header-short, .cat-unisex-header-short {
    color: #ffffff;
    font-size: 15px !important;
    margin: 8px 0;
    padding: 7px 5px;
    text-align: left;
    text-transform: uppercase;
    width: 140px;
}
.cat-men-outlet > a {
    margin-left: 12px;
}
.cat-men-outlet small {
    color: #60A5FA;
}

.cat-women-outlet small {
    color: #FB607F;
}
.special-category-content .cat-men-outlet, .special-category-content .cat-women-outlet{font-size: 14px;}
.cat-male-header-short, .cat-men-header-short { background-color: #60a5fa; }
.cat-women-header-short { background-color: #fb607f; }
.cat-mixed-header-short, .cat--header-short, .cat-unisex-header-short { background-color: #000000; }
.cat-sold_out-header-short { background-color: #f8b131; }
.hide-slide { display: none; }
#product-cat-animator {
    height: 635px;
    overflow: hidden;
}
#product-cat-animator div.active {
    display: block !important;
    z-index: 10;
    opacity: 1;
}
#product-cat-animator div.last-active {
    z-index: 9;
    display: none !important;
}
#product-cat-animator #flowpanes {
    width: 760px;
    height: 670px;
    font-family: verdana, arial, sans-serif;
}
#product-cat-animator .featured-cat-product .products-grid { padding-left: 2px; }
#product-cat-animator .featured-cat-product .products-grid .config-options {
    width: 100%;
    height: 15px;
}
#product-cat-animator .featured-cat-product .products-grid .product-name {
    margin: 0px;
    height: 34px;
    background: #eeeeee;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    padding-top: 2px;
}
#product-cat-animator .featured-cat-product .products-grid .product-name a {
    color: #737373;
    text-decoration: none;
}
#product-cat-animator .featured-cat-product .products-grid .configurableProduct {
    font-size:13px;
    height:28px !important;
    line-height: 13px;
    margin:0px;
    padding: 0;
    width:100%;
}
#product-cat-animator .featured-cat-product .products-grid .price-box {
    margin: 0px;
    background: #eeeeee;
    width: 100% !important;
    min-height: 34px;
}
#product-cat-animator .featured-cat-product .products-grid .confPriceBox {
    margin: 0px;
    background: #eeeeee;
    height: 20px;
    padding-top: 2px;
    width: 100% !important;
}
#product-cat-animator .featured-cat-product .products-grid .confPriceBox .price-box {
    min-height: 18px;
}
#product-cat-animator .featured-cat-product .products-grid .confPriceBox .price-box .price {
    font-size:10px;
}
#product-cat-animator .featured-cat-product .products-grid .price-box .old-price .price-label {
    font-weight: normal;
    font-size: 10px;
    color: #3d3d3d;
}
#product-cat-animator .featured-cat-product .products-grid .price-box .old-price .price {
    color: #3d3d3d;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
#product-cat-animator .featured-cat-product .products-grid .price-box .special-price { background: none repeat scroll 0 0 transparent; }
#product-cat-animator .featured-cat-product .products-grid .price-box .special-price .price-label {
    font-weight: normal;
    font-size: 10px;
    color: #61a6fb;
}
#product-cat-animator .featured-cat-product .products-grid .price-box .special-price .price {
    /*    color: #61a6fb;*/
    color: red;
    font-size: 11px;
    font-weight: bold;
}
#product-cat-animator .featured-cat-product .products-grid .price-box .regular-price { color: #c45520; }
#product-cat-animator .featured-cat-product .products-grid .price-box .regular-price .price {
    background: none !important;
    font-size: 13px;
}
#product-cat-animator .featured-cat-product .products-grid .price-box .regular-price span {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: bold;
}
#product-cat-animator .featured-cat-product .products-grid li.item {
    float: left;
    margin: 0 2px 10px 0;
    padding: 10px 0 0px;
    width: 163px;
    border: 1px solid #c0c0c0;
    text-align: center;
}
#product-cat-animator .featured-cat-product .products-grid li.item a {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    margin: 0 auto 0;
    width: 163px;
    height: 163px;
}
#product-cat-animator .featured-cat-product .products-grid li.item .configurableProduct a {
    font-size: 13px;
}
#product-cat-animator .featured-cat-product .products-grid li.item .view-product {
    background-color: #3d3d3d;
    color: #dedede;
    font-size: 12px;
    padding: 1px 5px;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    width: 94% !important;
}
#product-cat-animator .homepage-featured-produts-wrapper {
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    display: none;
}
#product-cat-animator .homepage-featured-produts-wrapper .featured-cat-image {
    width: 674px;
    overflow: hidden;
}
#product-cat-animator .homepage-featured-produts-wrapper .cat-name {
    background-color: #000000;
    color: #dedede;
    font-size: 13px;
    padding: 7px 5px;
    border-right: 3px solid #ffffff;
    cursor: pointer;
}
#product-cat-animator .homepage-featured-produts-wrapper .cat-name-active { background-color: #60a5fa !important; }
#product-cat-animator .homepage-featured-produts-wrapper .cat-name-last { border-right: 0px !important; }
#product-cat-animator .homepage-featured-produts-wrapper .price-box { min-height: 34px; }
#product-cat-animator .homepage-featured-produts-wrapper .featured-cat-product .products-grid li.item {
    float: left;
    margin: 0 2px 10px 0;
    padding: 10px 0 0px;
    width: 163px;
    border: 1px solid #c0c0c0;
    text-align: center;
}
#product-cat-animator .homepage-featured-produts-wrapper .featured-cat-product .products-grid li.item a {
    margin: 0 auto 7px;
    width: 163px;
    font-size: 12px;
}
#product-cat-animator .homepage-featured-produts-wrapper .products-grid { padding-left: 2px; }
#product-cat-animator .homepage-featured-produts-wrapper .products-grid .product-name {
    margin: 0px;
    min-height: 43px;
    background: #eeeeee;
    font-size: 14px;
}
#product-cat-animator .homepage-featured-produts-wrapper .products-grid .product-name a {
    color: #737373;
    text-decoration: none;
}
#product-cat-animator .homepage-featured-produts-wrapper .products-grid .price-box {
    margin: 0px;
    background: #eeeeee;
}
#product-cat-animator .homepage-featured-produts-wrapper .products-grid .price-box .regular-price { color: #c45520; }
#product-cat-animator .homepage-featured-produts-wrapper .products-grid .price-box .regular-price .price {
    background: none !important;
    font-size: 13px;
}
#product-cat-animator .homepage-featured-produts-wrapper .products-grid .price-box .regular-price span {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: bold;
}
#product-cat-animator .homepage-featured-produts-wrapper .view-product {
    background-color: #3d3d3d;
    color: #dedede;
    font-size: 13px;
    padding: 1px 5px;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
}
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}
.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}
.page-sitemap .links a:hover { text-decoration: underline; }
.page-sitemap .sitemap { margin: 12px; }
.page-sitemap .sitemap a { color: #444444; }
.page-sitemap .sitemap li { margin: 3px 0; }
.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a { color: #444444; }
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 3px no-repeat;
    padding-left: 27px;
}
.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}
.cart .page-title .checkout-types { display: none !important; }
.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1;
    font-size: 11px;
}
.cart-table th { padding: 6px 10px; }
.cart-table td { padding: 6px 10px;padding-left:0; }
.pay-img .topper {margin-top:-17px;}
.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #444444;
    margin-left:-15px;
}
.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}
.cart-table tfoot td { padding: 5px 10px; }
.cart-table .btn-continue {
    background: url(../images/co_continue.png) no-repeat 5px 0 transparent;
    width: 365px;
    height: 30px;
    cusor: pointer;
}
.cart-table tfoot tr { background-color: transparent !important; }
.cart-table tfoot tr.disco {margin-top:-5px;}
.cart-table tfoot tr td {
    padding: 10px 0;
    border: 0 none;
    width: 50%;
    vertical-align: bottom;
}
#shopping-cart-table-bottom.cart-table tfoot tr td {
    vertical-align: top;
    }

td #shopping-cart-totals-table tfoot .a-right.total-price-left {
    padding-top: 2px;
}
td #shopping-cart-totals-table tfoot tr.summary-total .a-left {
    padding-top: 7px;
}

#checkout-step-review .box .data-table td.last {
    padding-right: 40px;
    text-align: right;
}
#shopping-cart-table.data-table tbody td.last {
    text-align: right !important;
}
.cart-table .btn-continue span {
    background: none;
    padding: 0;
    font: bold 14px/25px Arial, Helvetica, sans-serif;
    color: #444444;
    text-transform: none;
    text-decoration: underline;
}
.cart-table .btn-continue:hover span { text-decoration: none; }
.cart .cart-collaterals { padding: 25px 0 0; }
.cart #shopping-cart-table .totals .cart-collaterals{display:none;}
.cart .cart-collaterals .col2-set .col-1 { width: 222px; }
.cart .cart-collaterals .col2-set .col-2 {
    width: 655px;
    background: transparent;
}
.cart .crosssell {
    border: 1px solid #dddddd;
    background: #f7f7f7;
    padding: 10px;
}
.cart .crosssell h2 {
    font-size: 12px;
    font-weight: bold;
}
.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
}
.cart .crosssell .product-details { margin-left: 85px; }
.cart .crosssell .product-name { font-weight: bold; }
.cart .crosssell li.item {
    margin: 0 0 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}
.cart .crosssell li.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}
.cart .crosssell .link-compare { font-weight: normal; }
.cart .no-crosssell {
    width: 100%;
    overflow: hidden;
}
.cart .no-crosssell img {
    display: block;
    margin: 0 0 10px;
}
.cart .discount {
    background: transparent;
    padding: 10px 0;
    margin: 0px;
}
.cart .shipping {
    background: transparent;
    padding: 10px 0;
    margin: 0px;
}
.cart .discount h2 {
    float: left;
    width: 225px;
    font: normal 14px/16px Arial, Helvetica, sans-serif;
    color: #c45520;
}
.cart .shipping h2 {
    float: left;
    width: 225px;
    font: normal 14px/16px Arial, Helvetica, sans-serif;
    color: #c45520;
}
.cart .discount .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.cart .discount .buttons-set button.button {
    float: none;
    margin: 0;
}
.cart .shipping .buttons-set button.button {
    float: none;
    margin: 0;
}
.cart .discount .buttons-set button.button span {
    height: 19px;
    background-image: url(../images/bkg_btn-green.gif);
    padding: 0 0 0 9px;
    font-size: 10px;
    line-height: 18px;
    color: #ffffff;
}
.cart .shipping .buttons-set button.button span {
    height: 19px;
    background-image: url(../images/bkg_btn-green.gif);
    padding: 0 0 0 9px;
    font-size: 10px;
    line-height: 18px;
    color: #ffffff;
}
.cart .discount .buttons-set button.button span span { padding: 0 19px 0 10px; }
.cart .shipping .buttons-set button.button span span { padding: 0 19px 0 10px; }
.cart .discount { border-bottom: 1px solid #c0d2af; }
.cart .discount label {
    font-weight: bold;
    color: #555555;
}
.cart .discount .input-box { width: /*270*/255px; }
.cart .discount input.input-text { width: 264px; }
.cart .shipping p {
    color: #9b432b;
    cursor: pointer;
    font-weight: bold;
    margin: 0 0 3px;
}
.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 6px 0 0;
    border-top: 1px solid #c0d2af;
}
.cart .shipping .form-list .input-box { width: 270px; }
.cart .shipping .form-list input.input-text { width: 205px; }
.cart .shipping .form-list select { width: 210px; }
.cart .totals {
    background: transparent none 0 0 no-repeat;
    padding: 0px 0 12px;
    width:341px;
    display:block;
    float:right;
	/*height: 161px;*/
}
.totals  {margin-right:10px;}
.cart .totals #shopping-cart-totals-table .free-delivery{height:27px !important;width:214px !important; float:left;padding:5px 0;background:#F5F5F5;}
.cart .totals #shopping-cart-totals-table .estimate-delivery{float:left;padding:1px 5px 5px 0; color:#ef4949; font:italic 10px verdana;}
.cart-table .totals .discount-coupon-column{display:block; float:left;height:auto; line-height:32px; padding:10px 0  3px; text-align:center; width:100% !important;}
.cart .totals .discount .discount-form .input-box input{width:208px; float:left;padding:6px 2px;box-shadow: -2px 2px 7px -2px #C3C3C3 inset;background:#F5F5F5;}
.checkout-cart-index .cart .totals .discount .discount-form .input-box input{padding:4px 2px;width: 189px;}
.checkout-cart-index .cart .totals #shopping-cart-totals-table .free-delivery{width: 195px !important; height: 25px !important; padding: 3px 0;}
.cart .totals .discount .discount-form .input-box input.validation-failed{border:1px solid #B6B6B6 !important;font-style:italic;}
.cart .totals .discount .discount-form .valid-coupone button{margin-top:0px;margin-left:14px; float:left;}
.cart .totals table {
    float: right;
    width: 100%;
    margin: 0 0 8px;
}
.cart .totals td { padding: 0 0 0 5px; }
.cart .totals tfoot th strong {
    font-size: 14px;
    font-weight: bold;
}
.cart .totals tfoot td strong {
    font-size: 15px;
    font-weight: bold;
    line-height: 29px;
}
.cart .totals .checkout-types {
    font-size: 13px;
    padding: 4px 0;
    text-align: right;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 0 0 5px;
}
.item-options dt {
/*    font-weight: bold;
    font-style: italic;*/
}
.item-options dd { padding-left: 10px; /*font-weight: bold;*/}
.truncated { cursor: help; /*width:40px;*/}
.truncated a.dots {
    cursor: help;
    text-decoration: none !important;
}
.truncated a.details {
    cursor: help;
    text-decoration: none !important;
    display: inline-block;
    border-bottom: 1px dotted #444444;
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}
.truncated .truncated_full_value dl {
    position: absolute;
    top: -99999em;
    z-index: 999;
    width: 127px;
    padding: 8px;
    border: 2px solid #dddddd;
    border-bottom-color: #666666;
    background-color: #f6f6f6;
}
.truncated .truncated_full_value dt { margin-top: 0; }
.truncated .show dl {
    top: -20px;
    left: 50%;
}
.col-left .truncated .show dl {
    left: 30px;
    top: 10px;
}
.col-right .truncated .show dl {
    left: -240px;
    top: 10px;
}
.sp-methods { margin: 0 0 8px; }
.sp-methods dt {
    margin: 1px 0 5px;
    font-weight: bold;
}
.sp-methods .hsbctable .input-box input{margin:-10px 15px 0;}
.sp-methods .hsbctable .input-box input.validate-one-required-by-name.validation-failed{margin: 0 15px !important; width: auto !important;}
.sp-methods dd li { margin: 5px 0; }
.sp-methods label {
    font-weight: bold;
    color: #555555;
}
.sp-methods .price { font-weight: bold; }
.sp-methods .form-list { padding-left: 0px; }
.sp-methods .form-list li { margin: 0 0 8px; }
.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}
.sp-methods select.year { width: 96px; }
.sp-methods input.cvv { width: 3em !important; }
.sp-methods .checkmo-list li { margin: 0 0 5px; }
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}
.sp-methods .checkmo-list address { float: left; }
.sp-methods .centinel-logos a { margin-right: 3px; }
.sp-methods .centinel-logos img { vertical-align: middle; }
.please-wait { float: right; }
.please-wait img { vertical-align: middle; }
.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}
.tool-tip {
    border: 2px solid #dddddd;
    border-bottom-color: #666666;
    background: #f6f6f6;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}
.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}
.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 12px;
    height: 12px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}
.tool-tip .tool-tip-content { padding: 5px; }
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages p.control { color: #8e8d8b; }
.gift-messages-form { position: relative; }
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages-form .whole-order { margin: 0 0 25px; }
.gift-messages-form .item { margin: 0 0 10px; }
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}
.gift-messages-form .item .product-image { margin: 0 0 7px; }
.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}
.gift-messages-form .item .details { margin-left: 90px; }
.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field { width: 255px; }
.gift-messages-form .item .details .form-list .input-box { width: 240px; }
.gift-messages-form .item .details .form-list input.input-text { width: 234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width: 500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width: 494px; }
.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}
.gift-message-link.expanded { background-position: 100% -40px; }
.gift-message-row { background: #f2efe9; }
.gift-message-row .btn-close {
    float: right;
    width: 12px;
    height: 12px;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
.checkout-agreements li { margin: 30px 0; }
.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox { margin-right: 6px; }
.checkout-agreements .agree label {
    font-weight: bold;
    color: #555555;
}
.opc .checkout-agreements { padding: 5px 30px; }
.opc .checkout-agreements li { margin: 20px 0 0; }
.opc .checkout-agreements .agreement-content {
    background: #ffffff;
    padding: 5px;
}
.opc .checkout-agreements .agree { padding-left: 6px; }
.centinel .authentication {
    border: 1px solid #dddddd;
    background: #ffffff;
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.opc .centinel { padding: 10px 30px; }
.info-set {
    background: #fbfbfb;
    border: 1px solid #dddddd;
    margin: 0 0 25px;
    padding: 20px;
}
.info-set h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}
.info-set h3 {
    font-size: 12px;
    font-weight: bold;
}
.info-set h4 {
    font-size: 12px;
    font-weight: bold;
}
.info-set h2 a { font-weight: normal; }
.info-set h3 a { font-weight: normal; }
.info-set h4 a { font-weight: normal; }
.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 3px 10px;
    background: #777777;
    border-bottom: 1px solid #777777;
    position: relative;
    color: #ffffff;
}
.info-set h2.legend a { color: #ffffff; }
.info-set h3.legend { margin: 0 0 10px; }
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.info-set .box { margin: 0 0 15px; }
.info-set .box h2 { color: #e26703; }
.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #444444 !important;
}
.info-set .data-table .product-name a { font-weight: bold !important; }
.info-set .data-table .item-options { margin: 5px 0 0; }
.block-progress {
    border: 0;
    margin: 0;
}
.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}
.block-progress .block-title strong { font-size: 12px; }
.block-progress .block-content {
    background: none;
    padding: 0;
}
.block-progress dt {
    font-size: 10px;
    line-height: 1.35;
    background: #eeeeee;
    border: 1px solid #dddddd;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #555555;
    text-transform: uppercase;
}
.block-progress dd {
    border-top: 0;
    padding: 2px 10px;
    margin: 0 0 6px;
}
.block-progress dt.complete a { text-transform: none; }
.block-progress p { margin: 0; }
.opc .buttons-set {
    margin-top: 0;
    padding-top: 0em;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button { display: none; }
.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}
.opc { position: relative; }
.opc .step-title {
    border: 1px solid #dddddd;
    border-top-color: #ffffff;
    background: #eeeeee;
    padding: 4px 8px 6px;
    text-align: right;
    display: none;
}
.opc .step-title .number {
    float: left;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 0 3px;
    margin: 0 5px 0 0;
    font: normal 11px/12px arial, helvetica, sans-serif;
    color: #444444;
}
.opc .step-title h2 {
    float: left;
    margin: 0;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    color: #999999;
}
.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}
.opc .allow .step-title {
    background: #999999;
    border-color: #999999;
    border-top-color: #ffffff;
    color: #ffffff;
    cursor: pointer;
}
.opc .allow .step-title h2 { color: #ffffff; }
.opc .allow .step-title a {
    display: block;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
}
.opc .active .step-title {
    background: #e46b00;
    border-color: #e46b00;
    border-top-color: #ffffff;
    padding-bottom: 5px;
    color: #ffffff;
    cursor: default;
}
.opc .active .step-title h2 { color: #ffffff; }
.opc .active .step-title a { display: none; }
.opc .step {
    border: 0px solid #dddddd;
    border-top: 0;
    background: #ffffff;
    padding: 0px;
    position: relative;
}
.opc .step .tool-tip { right: 30px; }
#opc-login h3 {

}
#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}
#opc-shipping_method .buttons-set { border-top: 0; }
.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}
#opc-review .step { padding: 0; }
#opc-review .product-name { font-weight: bold; }
#opc-review .item-options { margin: 5px 0 0; }
#opc-review .buttons-set {
    border: 0;
    padding: 15px 30px;
}
#opc-review .buttons-set p {
    margin: 0;
    line-height: 28px;
}
#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
#shopping-cart-table td.a-right { width: 10%; }
#shopping-cart-table td.a-right span.cart-price {
    border-left: 1px dotted #dedede;
    display: block;
    height: 65px;
    margin: 10px 10px 10px 0;
    padding-left: 0px;
/*    text-align: center !important;*/
    /*width:60px;*/
	text-align: center;
}
#shopping-cart-table .basket-price span.cart-price .price {
    padding: 0 15px;
}
#shopping-cart-table td.a-right span span { border-left: 0px solid #dedede;margin-top:19px; font-weight: bold; text-align: center;}
#shopping-cart-totals-table td.a-left {
    text-align: left !important;
    font-size: 12px;
    margin-top: 19px !important;
	padding-left: 0;
}
#shopping-cart-totals-table td.a-right {
    text-align: right !important;
    border-left: 1px dotted #dedede;
    width:85px !important;
}
@media all and (-webkit-min-device-pixel-ratio:0) {#shopping-cart-totals-table td.a-right {width:92px !important;}}
#
#shopping-cart-totals-table tfoot tr{}
#shopping-cart-totals-table tfoot td.a-right {line-height:31px;}
#shopping-cart-totals-table th.a-right{padding:3px 0px !important;}
#shopping-cart-totals-table .delivery-coupon-column{width:78px !important; display:block; text-align:center;height:46px; padding:10px 0 4px 0;}
#shopping-cart-totals-table td.a-right span {
    border-left: 0px;
    height: 10px;
}
#shopping-cart-totals-table td.txtheader { font-size: 14px; }
#shopping-cart-totals-table td.total {
    font-weight: bold;
    font-size: 16px !important;
}
#shopping-cart-totals-table td.total strong {
    font-weight: bold;
    font-size: 22px !important;
}
.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}
.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 6px solid #999999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #888888;
}
.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}
.multiple-checkout h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}
.multiple-checkout h3 {
    font-size: 12px;
    font-weight: bold;
}
.multiple-checkout h4 {
    font-size: 12px;
    font-weight: bold;
}
.multiple-checkout h2 a { font-weight: normal; }
.multiple-checkout h3 a { font-weight: normal; }
.multiple-checkout h4 a { font-weight: normal; }
.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #444444 !important;
}
.multiple-checkout .data-table .product-name a { font-weight: bold !important; }
.multiple-checkout .data-table .item-options { margin: 5px 0 0; }
.multiple-checkout .gift-messages { margin: 15px 0 0; }
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}
.multiple-checkout .col2-set {
    background: #fbfbfb;
    border: 1px solid #dddddd;
    margin: 0 0 25px;
    padding: 20px;
}
.multiple-checkout .col3-set {
    background: #fbfbfb;
    border: 1px solid #dddddd;
    margin: 0 0 25px;
    padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 3px 10px;
    background: #777777;
    border-bottom: 1px solid #777777;
    position: relative;
    color: #ffffff;
}
.multiple-checkout .col2-set h3.legend { margin: 0 0 10px; }
.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.multiple-checkout .box { margin: 0 0 15px; }
.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 5px 10px 0 0;
}
.multiple-checkout .place-order .grand-total { float: right; }
.multiple-checkout .place-order .grand-total big {
    float: left;
    margin-right: 12px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 28px;
    color: #e26703;
}
.multiple-checkout .place-order .grand-total div { float: left; }
#multiship-addresses-table td { padding: 10px; }
#multiship-addresses-table tfoot td { padding: 5px 10px; }
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right: -15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width: 230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width: 215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width: 209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width: 445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width: 439px; }
.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #dddddd;
    background: #eeeeee;
    padding: 13px;
    position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer { display: none; }
.checkout-multishipping-billing .multiple-checkout { position: relative; }
.account-login .content {
    min-height: 189px;/*200px;*/
    padding: 0 10px;
}
.account-login .content h2 {
    margin: 0 -10px 12px;
    background: #f1f1f1;
    padding: 2px 10px;
    font-size: 18px;
    line-height: 1.25;
}
.account-login .page-title h1 { line-height: 1.5 !important;font-size:28px !important; }
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}
.dashboard .welcome-msg { margin: 0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin: 0; }
.dashboard .col2-set { margin: 0 0 15px; }
.box-account { margin: 0 0 15px; }
.box-account .box-head {
    margin: 0 0 5px;
    text-align: right;
}
.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}
.box-account .box-head a {
    font-size: 10px;
    text-transform: uppercase;
}
.dashboard .box .box-title {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 12px;
    text-align: right;
}
.dashboard .box .box-title h3 {
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
}
.dashboard .box .box-title h4 {
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
}
.dashboard .box .box-title a {
    font-size: 10px;
    text-transform: uppercase;
}
.dashboard .box .box-content { padding: 0 10px; }
.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
}
.dashboard .box-reviews .box-head {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 12px;
}
.dashboard .box-reviews .box-head h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    color: #444444;
}
.dashboard .box-reviews .number {
    display: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}
.dashboard .box-reviews .details { padding: 0 10px; }
.dashboard .box-reviews li.item { margin: 0 0 7px; }
.dashboard .box-reviews li.item.last { margin: 0; }
.dashboard .box-reviews .ratings { margin: 7px 0 0; }
.dashboard .box-tags .box-head {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 12px;
}
.dashboard .box-tags .box-head h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    color: #444444;
}
.dashboard .box-tags .number {
    display: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}
.dashboard .box-tags .details { padding: 0 10px; }
.dashboard .box-tags li.item { margin: 0 0 7px; }
.dashboard .box-tags li.item.last { margin: 0; }
.dashboard .box-tags .tags strong { display: inline; }
.dashboard .box-tags .tags ul { display: inline; }
.dashboard .box-tags .tags ul li { display: inline; }
.addresses-list h2 {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
}
.addresses-list h3 {
    font-weight: bold;
    font-size: 12px;
}
.addresses-list address { margin: 0 0 3px; }
.addresses-list p { margin: 0; }
.addresses-list a { font-weight: bold; }
.addresses-list .separator { margin: 0 3px; }
.addresses-list li.item {
    padding: 0 10px;
    margin: 0 0 12px;
}
.addresses-list li.empty p { font-weight: bold; }
.order-info dt { display: none; }
.order-info ul {
    margin-bottom: 15px;
    border-bottom: 1px solid #666666;
    background: #f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x;
}
.order-info li {
    float: left;
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #ffffff;
    font-size: 1.1em;
    line-height: 1em;
}
.order-info li.first { border-left: 0; }
.order-info li.last { border-right: 0; }
.order-info li a {
    display: block;
    padding: 6px 15px;
    color: #444444;
}
.order-info li a:hover {
    background-color: #dddddd;
    text-decoration: none;
    color: #444444;
}
.order-info li.current {
    background-color: #666666;
    font-weight: bold;
    padding: 6px 15px;
    color: #ffffff;
}
.order-date { margin: 10px 0; }
.order-info-box { margin: 0 0 15px; }
.order-info-box h2 {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 8px;
}
.order-info-box .box-payment p { margin: 0 0 3px; }
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}
.order-items {
    width: 100%;
    overflow-x: auto;
}
.order-items h2 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 0.45em;
}
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 0.45em;
}
.order-items h3 { font-size: 12px; }
.order-items .product-name { font-weight: bold !important; }
.order-items .link-print {
    font-size: 10px;
    text-transform: uppercase;
}
.order-items .order-links { text-align: right; }
.order-items .order-links .link-print {
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
}
.order-additional { margin: 15px 0; }
.gift-message dt strong { color: #555555; }
.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}
.order-about dt { font-weight: bold; }
.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}
.tracking-table { margin: 0 0 15px; }
.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}
.tracking-table-popup { width: 100%; }
.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}
.tracking-table-popup th { padding: 1px 8px; }
.tracking-table-popup td { padding: 1px 8px; }
.page-print .print-head { margin: 0 0 15px; }
.page-print .print-head .logo { float: left; }
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
.page-print h1 {
    font-size: 15px;
    font-weight: bold;
}
.page-print h2 {
    font-size: 12px;
    font-weight: bold;
}
.page-print h3 {
    font-size: 12px;
    font-weight: bold;
}
.page-print h2.h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
.page-print .order-date {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.page-print .col2-set { margin: 0 0 10px; }
.page-print .gift-message-link { display: none; }
.page-print .price-excl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .cart-price { display: inline; }
.page-print .price-excl-tax .label { display: inline; }
.page-print .price-incl-tax .label { display: inline; }
.page-print .price-excl-tax .price { display: inline; }
.page-print .price-incl-tax .price { display: inline; }
.my-wishlist .data-table td { padding: 10px; text-align:center}
.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
    border: 1px solid #9D9D9D;
}
.my-wishlist textarea {
    display: block;
    width: /*240px*/190px !important;
    height: 109px;
}
.my-wishlist input.input-text {width:30px !important;}
.my-wishlist .buttons-set {
    border: 0;
    padding: 0;
    margin: 10px 0 -3em 0;
}
.my-wishlist .buttons-set button.button { float: none; }
#wishlist-table .add-to-links { white-space: nowrap; }
#wishlist-table tr th{font: 12px verdana; padding: 6px 10px;}
#wishlist-table .item-wish-info{text-align: left !important;}
#wishlist-table .item-wish-info .product-name{font-weight: bold;}
#wishlist-table .btn-remove2{background: url("../images/co_remove.jpg") no-repeat scroll 0 0 transparent; width: 87px; height: 21px;}
#wishlist-table p.configured-price{display: none;}
#wishlist-table p.old-price {display: none;}
#wishlist-table p.special-price .price-label{display: none;}
#wishlist-table p.special-price span{background: none repeat scroll 0 0 #61A6FB; color:#fff; font-size: 13px; font-weight: bold; padding: 2px 12px;}
#wishlist-table .women-box p.special-price span{background: #FF778F;}
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}
#my-tags-table { clear: both; }
#my-tags-table td { padding: 10px; }
#my-tags-table .add-to-links { white-space: nowrap; }
#my-reviews-table td { padding: 10px; }
#my-reviews-table .rating-box { margin: 3px 0 0; }
.product-review .product-img-box {
    float: left;
    width: 140px;
}
.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}
.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}
.product-review .product-details { margin-left: 150px; }
.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}
.product-review .ratings-table { margin: 0 0 10px; }
.product-review dt { font-weight: bold; }
.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}
.billing-agreements .info-box { margin: 15px 0; }
.billing-agreements .info-box p { margin: 0 0 5px; }
.billing-agreements .form-list li select {
    float: left;
    margin: 3px 10px 0 0;
}
.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}
.hsbctable td {
    padding-left: 0px !important;
    vertical-align: middle;
}
.hsbctable label {
    font-weight: normal !important;
    padding-right: 2px !important;
}
.hsbctable .input-box {
    width: 322px !important;
    height: auto !important;
    background: none repeat scroll 0 0 transparent !important;
    line-height: 24px;
}
.hsbctable .field-box {
    background: url("../images/field_bg.gif") no-repeat scroll 0 0 transparent;
    /*height: 26px;*/
    overflow: hidden;
    width: 322px !important;
}
.hsbctable input.input-text {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px;
    padding: 2px 0;
    width: 312px;
}
.hsbctable select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px;
    padding: 2px 0;
    width: 312px;
}
.hsbctable .v-fix input {
    background: url("../images/field_bg.gif") no-repeat scroll -8px 0 transparent !important;
    border-left: 1px solid #c9c9c9;
    height: 21px;
    margin-left: 0 !important;
    padding: 5px 5px 5px 0;
}
.hsbctable .v-fix select {
    background: url("../images/field_bg.gif") no-repeat scroll 0 0 transparent;
    height: 25px !important;
    width: 149px !important;
    margin-left: 0 !important;
}
.basket-control-box { margin-top: 38px;margin-left: -15px; }
.basket-control-box table { width: auto; }
.basket-control-box table td {
    padding: 0 2px 0 0 !important;
    border: 0 none;
}
.dni-social-wrapper {
    width: 98%;
    margin: 5px auto;
}
.dni-social-wrapper .dni-title {
    font-size: 32px;
    padding: 10px 5px;
}
.dni-social-wrapper .dni_desc {
    font-size: 12px;
    padding: 5px;
}
.dni-social-wrapper .dni-table {
    border: 15px solid #f4f4f4;
    margin: 10px 0;
    width: 100%;
}
.dni-social-wrapper .dni-table td.imgicon {
    padding: 10px 2px;
    width: 230px;
}
.dni-social-wrapper .fan-btn { margin: 10px 0; }
.voucher-wrapper { padding: 5px 32px 0 32px; }
.voucher-wrapper input.input-text { box-shadow: -2px 2px 7px -2px #aaa inset;background:#F5F5F5;
    /*background: url('../images/voucher_field.jpg') no-repeat -1px -1px transparent; */
    height: 20px !important;
}
.voucher-wrapper textarea {
    /*background: url('../images/voucher_textarea.jpg') no-repeat -2px -1px transparent;*/
    height: 59px !important;
    width: 629px !important;
}

body.product-gift-voucher-form .voucher-wrapper .input-text.required-entry.product-custom-option {height: 17px !important;}
body.product-gift-voucher-form .voucher-wrapper .product-essential dl dd .input-box select{height: 25px !important; padding-top: 3px;}
.voucher-wrapper select {
    background: url('../images/voucher_field.jpg') no-repeat -2px -1px transparent;
    height: 26px !important;
    width: 160px !important;
    padding-top:5px;
}
.voucher-wrapper label {
    width: 500px !important;
    padding: 5px 0 !important;
}
.footer-container {
    background-color: #2b2b2b;
    margin-top: 0px;
    min-height: 170px;
    width: 100%;
    float: left;
    /*border: 1px solid #2b2b2b;*/
}
.footer-container table {
    background-color: #2b2b2b;
    margin: 10px 0 0 17px;
    width: 98%;
}
.footer-container table td div.footer-title { height: 25px; }
.footer-container table td ul {
    font-size: 13px;
    margin: 2px 7px;
}
.footer-container table td ul li a {
    color: #ffffff;
    font-size: 11px;
}
.footer { margin: 0px 0 40px; }
.footer a { color: #444444; }
.footer .f-left {
    padding: 10px 5px 10px 15px;
    width: 98%;
    background: none repeat scroll 0 0 #575757;
    color: #999999;
    float: left !important;
}
.footer .f-left a { color: #999999 !important; }
.footer .f-right { width: 429px; }
.footer ul {
    display: inline;
    background: url(../images/bkg_pipe1.gif) 0 50% no-repeat;
    margin: 0 3px 0 5px;
    padding: 0 7px;
}
.footer li {
    display: inline;
    background: url(../images/bkg_pipe1.gif) 100% 50% no-repeat;
    padding: 0 5px 0 0;
    margin: 0 3px 0 0;
}
.footer .links li.last {
    background: none !important;
    padding-right: 0 !important;
}
.footer li.last {
    background: none !important;
    padding-right: 0 !important;
}
.footer .bugs {
    margin: 0;
    color: #666666;
}
.footer .bugs a {
    font-weight: bold;
    color: #444444;
}
.footer address { color: #666666; }
.footer address a { color: #444444; }
.footer .form-subscribe { margin: 8px 0; }
.footer .form-subscribe label { float: left; }
.footer .form-subscribe .input-box { float: left; }
.footer .form-subscribe button.button { float: left; }
.footer .form-subscribe label {
    padding-top: 2px;
    font-weight: bold;
    color: #555555;
}
.footer .form-subscribe .input-box {
    width: 186px;
    margin: 0 5px;
}
.footer .form-subscribe input.input-text { width: 180px; }
.footer .form-subscribe button.button span {
    height: 23px;
    background-image: url(../images/bkg_btn-small.png);
    line-height: 20px;
}
.footer .footer-callout {
    display: block;
    margin: -10px 0 10px;
    position: relative;
}
.footer .store-switcher {
    color: #555555;
    text-align: right;
}
.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}
.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}
.footer-container .bottom-container {
    margin: 0 0 8px;
    text-align: right;
}
.home-callout { margin-bottom: 12px; }
.home-callout img { display: block; }
.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}
.best-selling table { border-top: 1px solid #cccccc; }
.best-selling td {
    width: 50%;
    border-bottom: 1px solid #cccccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}
.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}
.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}
.best-selling a.product-name { color: #203548; }
.home-spot .best-selling a.product-name:hover { color: #203548; }
.clearer:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.header-container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.header-container .top-container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.header:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.top-bar:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.quick-access:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.form-search:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
#nav:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.main:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.footer:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.footer .form-subscribe:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.footer-container .bottom-container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.col-main:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.col2-set:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.col3-set:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.col4-set:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.search-autocomplete li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.block .block-content:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.block .actions:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.block li.item:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.block-poll li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.block-layered-nav .currently li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.page-title:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.products-grid:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.products-list li.item:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.box-account .box-head:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.dashboard .box .box-title:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.order-info ul:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.box-reviews li.item:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.box-tags li.item:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.pager:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.sorter:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.ratings:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.add-to-box:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.add-to-cart:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-essential:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-collateral:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-tabs:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-view .product-img-box .more-views ul:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-view .box-tags .form-add:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-view .product-shop .short-description:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-view .box-description:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-options .options-list li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-options-bottom:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-review:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.cart:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.cart-collaterals:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.cart .crosssell li.item:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.opc .step-title:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.checkout-progress:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.multiple-checkout .place-order:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.group-select li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.form-list li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.form-list .field:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.buttons-set:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.page-print .print-head:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.advanced-search-summary:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.gift-messages-form .item:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.category-image {
	display:block;
	float:left;
    border: 1px solid #CCCCCC;
    margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 786px;
    height: 100px;

}
#layer-top-image > img {
    color: #666666;
    font-size: 40px;
    line-height: 97px;
    text-align: center;
}

.competition-form {
    background: url('../../cms-pages/images/competition-background.jpg');
    height: 970px;
    width: 653px;
    position: relative;
    margin: 12px 0 0 -9px;
}

.competition-form .competition-main {
    position: absolute;
    top: 327px;
    width: 100%;
}

.competition-form .competition-main {
    margin-left: 4px;
}

.competition-form .competition-main .formHeader {
    width: 404px;
    margin:auto;
}

.competition-form .competition-main .formHeader .social-links {
    margin-right: 64px;
}

.competition-form .competition-main .formHeader .social-links a {
    margin-bottom: 15px;
}

.competition-form .competition-main .formHeader .enterText {
    margin-top: 15px;
}

.competition-form .competition-main .fieldset{
    width: 363px;
    margin: 30px 0 0 165px;
    padding-left: 20px;
    background: white;
    font-family: "Trebuchet MS", sans-serif;
}

.competition-form .competition-main .fieldset p.required {
    text-align: left;
    padding-top: 24px;
    color: #60a5fa;
}

.competition-form .competition-main .fieldset ul {
    width: 440px;
    margin-left: 3px;
    margin-top: 16px;
}

.competition-form .competition-main .fieldset ul .fields .field label {
    color: #2b2b2b;
    font-weight: normal;
}

.competition-form .competition-main .fieldset ul .fields .field .required {
    padding: 0;
}

.competition-form .competition-main .fieldset ul .fields .field .required em {
    color: #60a5fa;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box {
    margin-top: 19px;   
}

.competition-form .competition-main .fieldset ul .fields .field .check-box {
    margin-top: 0;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box input {
    height: 19px;
    width: 314px;
    background: url('../images/voucher_field.jpg') no-repeat -2px -1px transparent;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box ul {
    margin-left: -1px;
    margin-top: 8px;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box ul li {
    margin: 0;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box ul li .checkboxHolder {
    background: url('../images/checkbox.png') no-repeat 0px 0px transparent;
    cursor:pointer;
    color:#ffffff;
    width: 25px;
    height:25px;
    float:left;

}

.competition-form .competition-main .fieldset ul .fields .field .input-box ul li .checkboxHolder .validation-advice {
    width: 180px;
    margin-top: 29px;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box ul li .checked {
    background: url('../images/checkboxChecked.png') no-repeat 0px 0px transparent;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box ul li input {
    display:none;
}

.competition-form .competition-main .fieldset ul .fields .field .input-box ul li label {
    margin-left: 6px;
}

.competition-form .competition-main .buttons-set {
    border:none;
    padding: 0 0 25px 0;
    margin: 21px 23px 0 -3px;
}

div.col-main div.std div.t-n-c {
    font-family: Arial;
    font-size: 9px;
    margin: 13px auto;
    width: 496px;
    padding-left: 25px;
    color: #2b2b2b;
}

div.col-main div.std div.t-n-c .title {
    font-weight: bold;
    margin-bottom: 3px;
}

.cms-competition-html .main {
    padding: 37px 5px 61px;
}

.cms-competition-html .main .col-main {
    width:72%;
}

.cms-competition-html .main .col-right {
    width: 25%;
    margin: 51px 9px;
}

.cms-competition-html .main .col-right div div {
    margin-bottom: 15px;
}

.cms-competition-html .resultText {
    width: 500px;
    margin: auto;
}

#block-related span.price{
    font-size: .8em;
    padding: 0;
    margin: 0;
}

.toolbar-layered {
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

.toolbar-layered .pager {
    margin: -3px 0 0px;
    float: left;
    width: 100%;
}

.toolbar-layered .pager .category-name {
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 140px;
    position: relative;
    text-align: center;
    top: 22px;
    width: 64%;
}
.toolbar-layered .pager .brand-name{text-align:center; display:block; float:left; position:relative; top:22px; font-weight:bold; width:64%; margin-left:140px;}

.toolbar-layered span.limiter-button {
    margin-top: 2px;
    width: 80px;
    font-family: "HelveticaNeue Bold", verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    height: 13px;
    padding: 1px 3px 7px 5px;
}

.toolbar-layered .sorter {
    margin-top:-5px;
}

.toolbar-layered .sorter .amount {
    margin-top: 7px;
    margin-left: 233px;
    text-align:center;
    width: 160px;
}

.toolbar-layered .sorter .amount p {
    font-size: 12px;
}

.toolbar-layered .sorter .amount .brandName p {
    font-size: 14px;
    margin-bottom: -3px;
}

.toolbar-bottom .pager {
    display:none;
}

.toolbar-bottom .toolbar-layered .sorter .amount {
    margin-top: 0;
}
body.catalog-category-view .toolbar-bottom .toolbar-layered .sorter .amount {margin-top: 7px;}
.toolbar-bottom .toolbar .sorter .amount .brandName {
    display:none;
}

.toolbar-layered .limiter ol li {
    font-family: "HelveticaNeue Bold", verdana, arial, helvetica, sans-serif;
	display:block; float:left;
}

.toolbar-layered .sorter .pages ol {
    font-family: "HelveticaNeue Bold", verdana, arial, helvetica, sans-serif;
}

.toolbar-layered .sorter .pages {
    margin-right: -2px;
}

.toolbar-layered .sort-by .selectBoxContainer {
/*    background: url('../images/selectBoxBackground.png');*/
    float: right;
    height: 18px;
    width: 126px;    
}
.sort-by .selectBoxContainer .sb.selectbox.sort_by_select .display.sort_by_select{margin-right:0px !important;}
.toolbar-layered .sort-by .selectBoxContainer .selectBoxInnerContainer{
/*    background: url('../images/selectBoxArrow.png') no-repeat right transparent;*/
    padding: 0;
    margin: 0;
    height: 18px;
}

.toolbar-layered .sort-by .selectBoxContainer select {
    background: transparent;
    width: 165px;
    padding: 0 5px;
    border: 1px solid #ccc;
    height: 18px;
    font-family: "UniversLTStd", verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: oblique;
    font-size: 9.37px;
}

.toolbar-layered .sort-by label {
    float: left;
    margin-right: 8px;
    font-family: arial, sans-serif;
    margin-top:3px;
}

.category-women .regular-price .price {
    background: #FF778F;
}

.category-women .table-headers .cat-name-active {
    background: #FF778F !important;;
}

.category-women #homepage_promo_area .promo-popup-box-active {
    margin-left: 211px;
    margin-top: 58px;
}

body.category-men .col-left {
    /*margin-top: -10px;*/
}

body.category-men #category-page-sidebar h1.cat-4 {
    margin-right:2px;
    padding-left: 7px;
}
body.catalog-brand-view #category-page-sidebar h1.cat-4 {
	padding-left: 7px;
}

body.cms-index-index .main-container {
    margin-top: -6px;
}

body.catalog-product-view .block-related {
    border: none;
    border-top: 1px solid #DDD;
    margin-bottom: 25px;
}

body.catalog-product-view .block .block-content li.item {
    border: none;
} 

body.catalog-category-view .toolbar-bottom {
    position: relative;
    top: 14px;
    margin: 5px 0 10px; 
}
body.catalog-category-view .toolbar-bottom .sorter {
    width: 788px;
}

#magicZoomDisplayBox {
    position: relative;
    left: 338px;
    top: 43px;
}

.catalog-category-view .main {
    padding-bottom: 0px;
}

.catalog-category-view #brand-cat-page {
    margin-top: 12px;
}

.category-men .breadcrumbs ul {
    margin-bottom: 0;
}

.category-women .breadcrumbs ul {
    margin-bottom: 0;
}

body.category-women .col-left {
    margin-top: -10px;
}
body.category-outlet.category-women .col-left {
    margin-top: 0px;
}

body.category-women #homepage_promo_brands {
    height:234px;
    display:block; float:left;
}

body.category-women .product-view ol#block-related.mini-products-list li.item div.product-details div.price-box .regular-price {
    background: #FF778F;
}

body.category-men div.wrapper div.page div.main-container div.main div.col-main div#homepage_promo_area div#promo-area table {
    width:788px;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
*/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    background-color: #000000 !important;
    opacity: 0.8 !important;
}

#fancybox-tmp {
    padding: 0 !important;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    /*padding: 20px;*/
    z-index: 1101;
    outline: none;
    display: none;
    height:500px !important; 
}

#fancybox-outer {
    /*position: relative; */
    width: 100%;
    height: 100%;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border-radius:11px;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    background:#fff;
    border:0 !important;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 22px;
    height: 22px;
    background: transparent url('fancy_close.png');
    cursor: pointer;
    z-index: 1103;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
 /*
.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
    display:none;
}         */
#fancybox-bg-n {
    height:100%;
    width: 100%;
    background: #000;
    opacity:0.4;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    display:block !important;
    left: -10px;
    padding: 10px 0px;
    top: -10px;
    position: absolute;
}
    
 /*
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -182px; 
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -122px;
}                           */

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

#fancybox-content #size_guide_popup {
    width: 749px;
    padding: 15px 25px;
}

.size-guide-tabs {
    margin-bottom: 10px;
    background: #ffffff 0 100% repeat-x;
}
.size-guide-tabs li {
    float: left;
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #ffffff;
    font-size: 1em;
    line-height: 18px;
    background: #000000;
    margin: 0 1px;
    width: 245px
}
.size-guide-tabs li.first {
    border-left: 0;
    margin: 0 1px 0 0;
}
.size-guide-tabs li.last {
    border-right: 0;
    margin: 0 0 0 1px;
}
.size-guide-tabs li {
    display: block;
    padding: 0;
    color: #ffffff;
}

.size-guide-tabs li.active {
    background-color: #61a5fa;
    font-weight: normal;
    color: #ffffff;
}

.size-guide-tabs li#size_guide_tabs_womens.active {
    background: #FD7690;
}

#size_guide_popup #care_information_images {
    float:left;
    margin-top:23px;
    width: 415px;
}

#size_guide_popup #care_information_images img {
    float: left;
    margin: 0 10px 10px 0;
}

#size_guide_popup #care_information_text {
    float: left;
    font-family: "UniversLTDtd Cn", verdana, arial, helvetica, sans-serif;
    margin-left:10px;
    margin-top: 23px;
    text-align: left;
    width: 323px;    
}

#size_guide_popup #care_information_text ul {
    list-style: disc;
    margin:22px 0 22px 16px;
}

#size_guide_popup #care_information_text ul li {
    margin-bottom: 22px;
}

#size_guide_popup #care_information_text hr {
    border: none;
    border-top: dashed 1px grey;
    margin-bottom: 10px;
}
.bottom-div{background: url(../images/basket_links.gif) no-repeat 0 0 transparent; display:block; float:left; height:65px; width:166px;}
.basket-top {display: block;height: 67px;}
.basket-item{display:block; float:right;}
.bottom-div #top_currency{display:block; float:right;margin-top:5px;}
table.basket-item{font:11px verdana;margin-left: 22px;margin-top:7px;}
table.basket-value{font:11px verdana;margin-left: 22px; float:right;margin-top:2px;}
.button-vourcher{padding-left:31px;}
body.customer-account-login .main{padding-bottom: 203px;}
.voutcher-form-addres .fieldset .form-list dt label{font:normal 12px verdana; padding-bottom: 0 !important;top:-3 !important;}
.vourcher-input{height:30px; padding:5px 0 0 !important;}
p.thank-you{color:#60A5FA; display:block; float:left; font:bold 18px verdana; height:30px; margin-left:5px; margin-top:10px; width:200px; text-align: left !important;}
#send-friend{display:none;}

body.cms-contact-us #contactForm button.button span{background:url(../images/submit-email.gif) no-repeat !important; width:345px; height:59px;}
body.cms-contact-us #contactForm button.button span span{font-size:0px;}
body.cms-contact-us #contactForm .buttons-set button.button{float:left;}
body.cms-contact-us .buttons-set{float:left; border: 0 none;margin: 0 0 0 7px; width:100%;}
body.cms-contact-us .form-list input.input-text, select, textarea{-webkit-box-shadow:#C3C3C3 -2px 2px 7px -2px inset !important; background-color:#F5F5F5 !important;box-shadow:#C3C3C3 -2px 2px 7px -2px inset !important; -moz-box-shadow:-2px 2px 10px -2px #C3C3C3 inset !important; height:18px !important;}
body.cms-contact-us .form-list input.input-text{width:312px; height: 17px !important;}
body.cms-contact-us .input-box {width:254px !important;}
body.cms-contact-us .form-list select{width:320px !important;height: 26px !important; padding: 4px 0;}
body.cms-contact-us .shop-men-right{margin-top:62px;}
.cms-contact-us .col-main { width: 69% !important;}

#bg-fade{opacity:0.7 !important;}
#send-friend{width:550px;height:417px;background: url(../images/send-friend.png) no-repeat transparent; /*left:32% !important; top:33% !important; */z-index:999;position:fixed;}
#send-friend  h2.legend{background-color:#eaeaea;margin:42px 0 0 20px; padding:5px 5px 5px 10px; text-align:left; width:462px; font:normal 20px verdana;}
#send-friend .form-list li{margin-right:0;}
#send-friend .form-list{width:500px; margin-top:22px; margin-left:6px;}
#send-friend .form-list input.input-text{background: url(../images/send-friend-input.gif) no-repeat; width:228px; height:25px;padding:3px 0 3px 5px; border:0;font: 12px verdana;}
#send-friend .form-list li.wide .input-box{width:506px;height:131px;}
#send-friend .form-list li.wide textarea{background: url(../images/send-friend-textarea.gif) no-repeat; width:466px !important; height:119px !important;padding:5px;border:0;font: 12px/20px verdana;}
#send-friend .form-list label{margin-top:10px;padding-left: 15px;font: 14px/15px verdana;height: 19px !important;}
#send-friend .form-list .field {width:249px;}
#send-friend .buttons-set {border:0; margin:0 18px 0 0; float:right; padding-top:3px;}
#send-friend .buttons-set .back-link {float:left; margin-right: 5px;}
#send-friend .buttons-set .back-link a{border:0; margin:0; background: url(../images/send-friend-cancel.gif) no-repeat;float:right; width:87px; height:22px;}
#send-friend .buttons-set button.button{float:left; position:static; height:22px;}
#send-friend .buttons-set button.button span{background: url(../images/send-friend-send.gif) no-repeat;float:right; width:87px; height:22px;}
#send-friend .buttons-set button.button span span{padding:0;}
#send-friend .fieldset{margin-bottom:10px;}
#send-friend .close-send-friend p a{background: url(../images/send-friend-close.gif) no-repeat;float:right; width:24px; height:24px;}
#send-friend .close-send-friend{position:absolute; bottom:20px;right:20px;}
#send-friend .validation-advice {background:none; display: block; float: left;}
#send-friend input.validation-failed{background: url(../images/valid-input.png) no-repeat !important; border:0 !important; height:23px !important; padding:4px !important; width:222px !important;}
#send-friend textarea.validation-failed{background: url(../images/valid-textarea.png) no-repeat !important; border:0 !important; height:119px !important; padding:5px !important; width:466px !important;}
#send-friend .valid-send-friend{color:#e94a4a;}
.send-top-bg{background: url(../images/send-bg-top.gif) no-repeat; width:530px; height:15px;}
.send-friend-opacity{opacity:0.7;}
.goodahead-lightbox{display:none;}

#contactForm .fieldset .legend{background:none; color:#60A5FA;font:bold 18px verdana !important;margin-left: 7px !important; padding-left: 0;margin-top:23px !important; margin-bottom:7px !important;}
#contactForm .fieldset {margin-left:0px;}
#contactForm .form-list .field{width:100%;}
#contactForm .form-list label{font:12px verdana; margin-bottom:3px; margin-top:7px;}
#contactForm .form-list li.wide textarea {height:56px  !important;width:630px;}
#contactForm .form-list li.wide .input-box {width:630px;}
#contactForm .form-list li.wide label{margin-top:0;float:left;}
#contactForm  .security .required{width:100%}
#contactForm  .security span{line-height:22px;margin-left: 10px;}
#contactForm  .security img{margin-bottom:10px;height: 24px !important;width: 130px !important;}

.voutcher-form-addres dl#vourcher-form dt{height:auto;}
.voutcher-form-addres dl#vourcher-form dt label{top:-3px !important;}
.img-cosial-fb{padding:11px 10px 2px;}
.img-cosial-blog{padding:0 2px 2px 10px;}

.our-telephone{margin-left:10px;display: block; margin-bottom: 13px;}
.toolbar-bottom .sorter{margin-bottom:31px;}
#sendtofriend_success_container{color:#000;}
#sendtofriend_success_container .send-message-friend h2{margin-left:35px; margin-top:39px;}
.content-send-ok{display:block; text-align:center;}
.content-send-ok h3.message-thank{margin:30px 0 20px; font:bold 16px verdana;}
.message-thank-botton{margin:22px 0 2px;}
.content-send-ok .mess-questions span.mess-questions-span{font:14px verdana; padding:25px; text-align:center;}
.content-send-ok .mess-questions a{displa:block; color:#319ff6; text-decoration:underline; font:14px verdana;}

.name-vourcher{font: 28px verdana; margin:18px 0 25px 10px; text-transform: uppercase;}
.toolbar-layered .limiter ol li.prod-per-page{background:none;color: #000000; font: 11px "HelveticaNeue Bold",verdana,arial,helvetica,sans-serif; width: auto;}

#product-cat-animator #flowpanes {width:670px !important;}
body.catalogsearch-result-index .toolbar-layered .sort-by .selectBoxContainer select {width: 128px !important;}
body.catalogsearch-result-index .botton-cart{margin-top:5px;display:block; float:left;width:190px; height:22px; text-align:right;}
body.catalogsearch-result-index .add-to-cart{display:block; float:left; height: 22px; width: 90px;}
body.catalogsearch-result-index .add-to-cart button.button span span{margin:0 0 0; padding:0; line-height:22px; font-size:13px;}
body.catalogsearch-result-index .add-to-cart button.button span{ color:#FFF; text-transform: uppercase; font:bold 12px/22px verdana; text-decoration:none; height:22px; padding:0 5px; background:#000; width:80px;}
body.catalogsearch-result-index .add-to-cart button.button{background:none; height:22px; width:90px;margin:0 !important;}
body.catalogsearch-result-index .view-item{display: block; float: left; height: 22px; width: 94px; /*margin-top: -2px; margin-right:-1px;*/}
body.catalogsearch-result-index .view-item button.button span{ color:#FFF; text-transform: uppercase; font:bold 12px/22px verdana;background:#9B9B9B; text-decoration:none; height:22px; padding:0 5px 0 6px;}
body.catalogsearch-result-index .view-item button.button{background:none; height:22px; width:95px;}
body.catalogsearch-result-index .col-left {width:195px;}
body.catalogsearch-result-index .col2-left-layout .col-main {width:788px;}
body.catalogsearch-result-index .left-nav #quick-search_box table td select {width:170px !important;}
body.catalogsearch-result-index .left-nav #quick-search_box table td button {width:119px!important;}
body.catalogsearch-result-index .quicksearch-form-container {width:170px !important;}
/*body.catalogsearch-result-index .selectBoxContainer .sort_by_select .text{display:none;}*/
body.catalogsearch-result-index .toolbar-bottom{display:block; height: 22px; margin-bottom: 10px; margin-top: 10px;}
body.catalogsearch-result-index .toolbar-bottom .toolbar-layered .sorter .amount{margin-top:10px;}

#acp_product_options .product-options dl.last dd{left:75px !important;}
#acp_product_options  dl dd .validation-advice{background-position:25px 3px}
.basket-table .sp-methods dd ul.form-list select {width:317px !important; margin:1px !important;}
.basket-table .sp-methods dd .date-month-cart{margin-bottom:8px;}
.basket-table .order-review .review-buttons-container{height:70px !important;}
.toolbar-bottom .toolbar-layered .sorter {float:right !important; margin-top:-10px; width:783px !important;}
#bottompage_promo_area #brand-cat-page{width:79%;}
#bottompage_promo_area .infobox p a{text-decoration: underline;}
/*#bottompage_promo_area #brand-cat-page table.table-headers{margin: 0 0 10px !important;}*/

.page-title .enlarged-category-title-grey{font:normal 28px verdana; text-transform:uppercase; margin-left:7px;}
.brand-deskription{margin-left:12px; margin-top:25px;}
.brand-deskription span{font: 12px verdana;}
.cat-male-header-short, .cat-men-header-short {margin-top:30px; margin-left:12px; margin-bottom:15px;}
.cat-women-header-short {margin-left:12px; margin-top:20px !important;}
.col-main .brand-view .brand-logo img{display: block; float: left; height: 33px; width: 115px; border: 1px solid #BBBBBB; padding:3px;}
.col-main .brand-view{margin-left:12px;}
.brand-one{display:block; float:left; margin-right:12px; height:85px; margin-bottom:8px;}
.brand-one a{display:block; text-align:center; text-decoration:underline; margin-bottom:5px; width:120px; oveflow:hidden; height:92px; font:13px verdana; overflow:hidden;}

body.catalog-brand-view .note-msg, .notice-msg {margin-top:15px;}
body.catalogsearch-result-index  .toolbar-bottom .toolbar-layered .sorter {margin-top:0px !important;}
body.catalogsearch-result-index  .toolbar-bottom .toolbar-layered .sorter .pages{margin-top:1px;}
body.catalogsearch-result-index  .toolbar-bottom .toolbar-layered .sorter{width:788px !important;}

.rw-wrapper .products-grid h2.product-name{display:block; float:left; height:37px; overflow:hidden; text-align:center; width:154px;}
.rw-wrapper .products-grid .price-box{display:block; margin-bottom:5px; height:65px;}
.rw-wrapper .products-grid .price-box .old-price, .rw-wrapper .products-grid .price-box .special-price{display:inline-block;width:130px;}

body.checkout-cart-index .add-to-cart{display:block; float:left; height: 22px; width: 65px;}
body.checkout-cart-index .add-to-cart button.button span span{margin:0 0 0; padding:0; line-height:22px; font-size:13px;}
body.checkout-cart-index .add-to-cart button.button span{ color:#FFF; text-transform: uppercase; font:bold 9px/22px verdana !important; text-decoration:none; height:22px; padding:0; background:#000; width:68px !important;}
body.checkout-cart-index .add-to-cart button.button{background:none; height:22px; width:65px !important;margin:0 !important;}
body.checkout-cart-index .view-item{display: block; float: left; height: 22px; width: 65px !important; /*margin-top: -2px; margin-right:-1px;*/}
body.checkout-cart-index .view-item button.button span{ color:#FFF; text-transform: uppercase; font:bold 9px/22px verdana !important; background:#9B9B9B; text-decoration:none; height:22px; padding:0 2px;}
body.checkout-cart-index .view-item button.button{background:none; height:22px; width:72px !important;}
body.checkout-cart-index .botton-cart{margin-top:5px;display:block; float:left;width:142px; height:22px; text-align:right; padding-left: 12px;}

body.catalog-product-view #block-related .add-to-cart{display:block; float:left; height: 22px; width: 65px;}
body.catalog-product-view #block-related .add-to-cart button.button span span{margin:0 0 0; padding:0; line-height:22px; font-size:13px;}
body.catalog-product-view #block-related .add-to-cart button.button span{ color:#FFF; text-transform: uppercase; font:bold 9px/22px verdana !important; text-decoration:none; height:22px; padding:0; background:#000; width:68px !important;}
body.catalog-product-view #block-related .add-to-cart button.button{background:none; height:22px; width:65px !important;margin:0 !important;}
body.catalog-product-view #block-related .view-item-button{display: block; float: left; height: 22px; width: 65px !important; /*margin-top: -2px; margin-right:-1px;*/margin-left: 10px;}
body.catalog-product-view #block-related .view-item-button a{ color:#FFF; text-transform: uppercase; font:bold 9px/22px verdana !important; background:#9B9B9B; text-decoration:none !important; height:22px; padding:0 2px;  height:22px; width:72px !important;}
body.catalog-product-view #block-related .view-item-button button.button{background:none; height:22px; width:72px !important;}
body.catalog-product-view #block-related .botton-cart{margin-top:5px;display:block; float:left;width:142px; height:22px; text-align:right; padding-left: 12px;}

.cat-black-headers {float:left;width:98.7%;}
.social-links p a {cursor:pointer;}

.left-sidebar-links {display:block; margin-right:8px; margin-left:7px; padding-bottom:2px; border-bottom:1px solid #999;}
.left-sidebar-links li{background-color:#EFEFEF; padding:6px 8px 7px 8px; margin-bottom:3px; }
.left-sidebar-links li a{color:#2B2B2B; text-transform:uppercase; font-size:13px; background:url(../images/left-sbar-links-R.gif) 100% 50% no-repeat; display:block}
.left-sidebar-links li a:hover{text-decoration:none;}
body.catalog-brand-view .toolbar-layered .pager{float:left; width:100%; height:36px;}
body.catalog-brand-view span.limiter-button.current{background:none repeat scroll 0 0 #61A6FB}

.col2-left-layout .col-left{width:195px; float:left; padding:0 0 1px;}
.col2-left-layout .col-main{width:79.5%; float:right; padding:0 0 1px;}
.col2-left-layout .col-main .category-products .products-grid .botton-cart{margin-top:5px;display:block; float:left;width:190px; height:22px; text-align:right;}
.col2-left-layout .col-main .add-to-cart{display:block; float:left; height: 22px; width: 95px;}
.col2-left-layout .col-main .add-to-cart button.button span span{margin:0 0 0; padding:0; line-height:22px; font-size:12px;}
.col2-left-layout .col-main .add-to-cart button.button span{ color:#FFF; text-transform: uppercase; font:bold 12px/22px verdana; text-decoration:none; height:22px; padding:0 5px; background:#353535; width:86px;}
.col2-left-layout .col-main .add-to-cart button.button{background:none; height:22px; width:95px;margin:0 !important;}
.col2-left-layout .col-main .view-item{display: block; float: left; height: 22px; width: 94px; /*margin-top: -2px; margin-right:-1px;*/}
.col2-left-layout .col-main .view-item button.button span{ color:#FFF; text-transform: uppercase; font:bold 12px/22px verdana;background:#9B9B9B; text-decoration:none; height:22px; padding:0 5px 0 6px;}
.col2-left-layout .col-main .view-item button.button{background:none; height:22px; width:95px;}
.col2-left-layout .col-main .toolbar-bottom{margin:5px 0 10px; position:relative; top:14px;}

body.cms-home .col2-left-layout .col-left{width:32%;}
body.cms-home .col2-left-layout .col-main{width:67.7%;}
/*body.catalog-brand-view .breadcrumbs{height:21px;}*/
body.catalog-brand-view .breadcrumbs ul{width:80%; float:left;}
body.category-default-category .breadcrumbs ul{width:80%; float:left;}

.special-category-content table td{width:165px;}
.cat-mens-outlet .cat-men-header-short{margin-bottom:8px !important;}
.cat-mens-outlet a small{color:#60A5FA; font-size:18px; line-height:0px;}
.cat-mens-outlet a {margin-left:4px; font:14px verdana; text-decoration:none;}
.cat-mens-outlet a:hover {text-decoration:none;}
.cat-womens-outlet a small{color:#FB607F; font-size:18px; line-height:0px;}
.cat-womens-outlet a {margin-left:2px; font:14px verdana;}
.cat-womens-outlet a:hover {text-decoration:none;}

.cart .data-table.cart-table .item-options dt{float:left; width:25%;}
.cart .data-table.cart-table td .update-cart-button{margin-top:-40px;}
.cart .data-table.cart-table td .update-cart-button button{background:#60A5FA;border:0; color:#FFF; font:bold 12px verdana; padding:5px; cursor:pointer;width:66px; margin-left:3px;}

/*#acp_product_options #product-options-wrapper.product-options{width:399px;}*/
#acp_product_options #product-options-wrapper.product-options{
    margin-left: 25px !important;
    width: 340px;
	position: relative;
}

.bottompage-promo-area-outlet{float:none;}
.bottompage-promo-area-outlet #brand-cat-page{height:201px; margin:0 auto}
/*#acp_product_options #product-options-wrapper.product-options .price-box{text-align:right;}*/
#acp_product_options #product-options-wrapper.product-options .price-box{
    padding-right: 1px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
}
.product-view .product-shop .product-collateral .product-tabs li{font-size:12px;}
.product-view .product-shop .product-collateral .product-tabs{margin-bottom:8px;}
.product-view .product-shop .product-collateral .product-tabs-content{height:131px !important;}
.cart .cart-table a.product-image {border:1px solid #9d9d9d; display:block; float:left; height:110px; width:110px;margin-top: 5px;}
.cart .cart-table a.product-image img{display:block; margin:0 auto; height:110px; width:110px;}
body.cms-page-view .breadcrumbs{display:block !important; margin-left:7px;}
.cms-page-view .std a{ color: #61A5FA;}
.cms-page-view .std {text-align: justify;}
.cms-page-view .col-main {width: 72%;}
body.cms-terms-and-conditions .breadcrumbs, body.cms-privacy .breadcrumbs {margin-left: 0;}
body.checkout-cart-index .breadcrumbs{margin-left:3px; margin-bottom:47px;margin-top:-65px;display: none;}
body.checkout-onepage-index .breadcrumbs{display: none;}
body.checkout-cart-index .title-basket-check .page-title{margin-left:11px;}
body.brands-catalog-brand-list .breadcrumbs{margin-left:11px;}
body.newsletter-manage-index .breadcrumbs, body.sales-order-history .breadcrumbs, body.customer-address-form .breadcrumbs, body.customer-account-edit .breadcrumbs, body.wishlist-index-index .breadcrumbs,  body.customer-account-index .breadcrumbs{margin-left:4px;}
body.blog-cat-view .breadcrumbs, body.blog-index-index .breadcrumbs, body.blog-index-list .breadcrumbs, body.blog-archives-index .breadcrumbs{margin-left:5px;}
body.cms-thank-for-subscription .breadcrumbs{display:none !important;}
body.cms-thank-for-subscription .col-right.sidebar{line-height:0px;}
.product-options-wrapper .input-box .text{color:#2B2B2B;}
.product-tabs-content .std{color:#353535;}
body.customer-account-login .breadcrumbs{margin-left:10px;}

body.catalog-product-view .breadcrumbs{display:block; float:left; width:100%; margin-bottom:10px; height:15px;margin-left: -1px;}
body.cms-thank-for-subscription .messages{width:97%;}
body.cms-about-dressnimpress .breadcrumbs{margin-left:0px !important;}
body.cms-return-policy .breadcrumbs{margin-left:0px !important;}
body.cms-contact-us .page-title{margin-left:5px;margin-bottom:24px;}
body.cms-contact-us .breadcrumbs{margin-left:11px;}
body.cms-help .breadcrumbs, body.cms-delivery .breadcrumbs{margin-left:0px;}
body.product-gift-voucher-form .breadcrumbs{margin-left:11px;}
.col-main .rw-wrapper .rw-title{font-size:16px;}
#bottompage_promo_area #brand-cat-page{height:221px !important;}
body.goodahead-layerednav-navigation-search .pager .sort-by{margin-right:5px;}
body.cms-about-dressnimpress .page-title h1{line-height:35px;}
body.catalog-brand-view .pager .sort-by{margin-right:5px;}
body.catalog-product-view .product-view .product-collateral .product-tabs-content .limiter select{width:65px !important;}
body.catalog-category-view .note-msg{float:left; width:761px;}
.cart #shopping-cart-table #shopping-cart-totals-table {border-bottom:1px solid #efefef; padding-bottom:10px;padding-right: 9px;}
.cart-delivery{margin:3px 0px -4px 0px; float: left;font: 19px verdana;text-align:center; text-transform: uppercase; width: 729px;/*border-top:1px solid #cdcdcd;padding-top:9px;*/}
.cart-delivery span{color:#69B7FC;}

#checkout-review-table {
	font-family: "Trebuchet MS";
	font-weight: normal;
	text-transform: capitalize;
	font-size:12px;
	width: 699px !important;
}
#checkout-review-table.data-table th {
	text-transform: capitalize;
	font-size:12px;
	font-weight: bold;
}
#checkout-review-table thead tr {
	background: #fff;
}
#checkout-review-table tr td {
	padding-left: 7px !important;
}
#checkout-review-table tr td h3.product-name {
	padding:0 !important;
	text-transform: capitalize;
	font-size:12px;
	font-weight: normal !important;
}
#checkout-review-table  tr td.a-right.last {
	padding-right:40px;
	text-align: right !important;
	padding-left:30px !important;
}
#checkout-review-table  tr td.a-right.last span {
	float:/*right*/none;
 	text-align: right !important;
    width: 53px;
}
#checkout-review-table  tr td.a-right.last span.cart-price{
    padding-left: 10px;
}
.checkout-color {
	width:50px !important;
	padding-left:70px !important;
	padding-right:40px !important;
}
#checkout-review-table tfoot tr{
	background: #F4F4F4 !important;
}
#checkout-step-review div.whitebg {
	background: #F4F4F4 !important;
}
#checkout-review-table tfoot tr td {
	/*padding-bottom:5px;*/
}
#checkout-review-table tfoot tr.first td {
	/*padding-top:10px;*/
} 
#checkout-review-table tfoot tr td.a-left {
	text-align: right;
} 
#checkout-review-table tfoot tr td.a-right {
	/*text-align: right !important;*/
	padding-left: 519px !important;
    text-align: left !important;
} 
ul.checkout-methods {
	display: block;
	overflow: hidden;
    padding-top: 4px;
}
ul.checkout-methods li {
	display: block;
	float:left;
	margin-right:19px;
	height:26px;
}
ul.checkout-methods li a {
	display: block;
	text-indent: -999999px;
	overflow:hidden;
	height:26px;
}
ul.checkout-methods li.ch-login {
	background: url(../images/checkout-login.png) no-repeat;
	width:88px;
	margin-top:1px;
	margin-left:6px;
}
ul.checkout-methods li.ch-register {
	background: url(../images/checkout-register.png) no-repeat;
	width:119px;
	margin-left:0px;
	margin-top:2px;
}
ul.checkout-methods li.ch-guest {
	background: url(../images/checkout-guest.png) no-repeat;
	width:201px;
	margin-left:0px;
	margin-top:2px;
}
.box .loginRows {

}
.opc #opc-login .step.a-item .col2-set {
	margin-left: 0 !important;
}
.whitebg #login-form .col2-set {
	padding-left:9px;
    
}
.whitebg.guestRow .form-list label.required {padding-bottom: 3px;}
.whitebg.registerRow .form-list label.required {padding-bottom: 3px;}
.whitebg #login-form .form-list label.required {padding-bottom: 3px;}
.whitebg #login-form .col2-set .registr-input  {margin-bottom:8px;padding-right:16px !important; margin-top: 7px;}
.whitebg #co-register-form .col2-set {
	padding-left:7px;
}

#login-form .registr-input {
	padding-right:17px !important;
}
#checkout-step-login .box {
	min-height: 0;
}
.control-selector {
	padding:12px 2px 1px 10px;
	border:4px solid #e0eaf5;
	background: #eef5ff;
	width:300px;
    margin-bottom: 14px;
    margin-top: 0px;
    margin-bottom: 27px;
}
.control-selector li {
	margin-bottom:9px;
}
#checkoutOneStep {
	font-family: "Trebuchet MS";
    font-size: 12px;
}
.box .whitebg #login-form {
	float:none;
}
.sp-methods .hsbctable img.sequre-check{display: block;margin-top: -30px; position: absolute;}
#payment_form_HSBC span{
display: block;
    float: left;
    height: 51px;
    line-height: 75px;
}
.pay-img {
    float: right;
}
.checkout-cart-index .title-buttons {/*margin-bottom: 22px;padding-bottom:6px;*/}
#shopping-cart-table thead tr th span.nobr{font:12px verdana;}
#payment_form_HSBC.hsbctable tr td{padding:0 0 0px 10px;}
/*#payment_form_HSBC.hsbctable tr td div.input-box label{padding-bottom:2px; width:100%;}  */
#payment_form_HSBC input.validation-failed{background: none repeat scroll 0 0 #FAEBE7 !important; height: 17px; margin: -2px 0 0; padding: 3px !important;  width: 312px; min-height: 17px !important;}


.whitebg.loginRow  form#login-form ul.form-list li .input-box{height:auto;}
.whitebg.loginRow form#login-form #login-email.validation-failed{ padding: 5px 4px 3px !important; width: 313px !important;border: 1px solid red !important; background:#FAEBE7 !important;margin-top: -1px !important;}

.whitebg .basket-table tr ul.form-list li.wide textarea{background:#F5F5F5;box-shadow:-2px 2px 7px -2px #C3C3C3 inset; width:671px;margin-bottom:5px;max-width:671px; height:auto !important; min-height: 60px;}

.custom-cart-rightcol .custom-block.helpline p.subtotal{background:#696969;color: #FFFFFF;display: block;height: 7px;margin: 0 !important;padding: 10px 5px;font:bold 12px/7px verdana;}
.custom-cart-rightcol .custom-block.helpline p.subtotal span.label{float:left;}
.custom-cart-rightcol .custom-block.helpline p.subtotal span.price{float:right;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list a.product-image{width:93px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list .product-details{margin-left: 0px;position:relative; min-height:45px;float:right;display:block; height: 100px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li.gift { height: 125px !important;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li.gift .product-image.gift{margin-top: 30px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li.gift p.product-name{display: block; margin-left: -102px; height: 19px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li.gift strong{font-weight: normal;margin-left: 30px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li.gift .product-details {float: left;margin-left: 7px !important;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li.gift .product-details  .price{left:0 !important;bottom: -27px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li{border-bottom: 1px dotted; margin: 8px; padding-bottom: 10px;height: 137px;position:relative;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li p.product-name a{font:bold 11px verdana;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li p.product-name{height: 30px;margin-bottom: 3px; overflow: hidden; padding-bottom: 7px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li .price{position: absolute;left: 102px; bottom: 10px; font:bold 11px verdana;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li .truncated dl{background: none repeat scroll 0 0 transparent;border: medium none;left: 0;position: static;top: 0;z-index: 0;padding: 0;cursor: auto;width:95px; line-height: 12px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li .truncated .truncated_full_value dl.item-options dt{float: left;margin-top: 0;width: 55px;}
.custom-cart-rightcol .custom-block.helpline ol.mini-products-list li .product-details .btn-remove{display:none;}
.basket-table #co-billing-form .whitebg{background:none;}

.custom-cart-rightcol .custom-block.helpline p.tax {padding-top: 2px !important;}
.custom-cart-rightcol .custom-block.helpline p.tax,
.custom-cart-rightcol .custom-block.helpline p.delivery_total {background:#f3f3f3;display: block;height: 6px;margin: 0 !important;padding: 10px 5px;font:10px/7px verdana;}
.custom-cart-rightcol .custom-block.helpline p.tax span.label,
.custom-cart-rightcol .custom-block.helpline p.delivery_total span.label {float:left;}
.custom-cart-rightcol .custom-block.helpline p.tax span.price,
.custom-cart-rightcol .custom-block.helpline p.delivery_total span.price{float:right;}

.thank-you {display: block; float: left;margin-top: 23px;}
.thank-you h2 {text-align: center;margin-bottom: 0;font-weight: normal;text-transform: uppercase;text-align: center;font:29px verdana}
.thank-you .send-message-friend h3.message-thank{margin:0px 0 20px;}
.thank-you .thank-you-mes .message-thank-first {font-weight: normal;margin-bottom: 20px;font:24px verdana;}
.thank-you .thank-you-mes .message-thank-second {font-weight: normal; margin-top: 24px;font: 20px verdana; margin-bottom: -1px;}
.thank-you .thank-you-mes .mess-thanks-text {font: 16px verdana;}
.thank-you .thank-you-mes .mess-thanks-text h6 {display: block;float: left;font: 11px verdana;margin: 0 30px;text-align: center;}
.thank-you .thank-you-mes .mess-thanks-text .order-text-mes {color: #60A5FA;}
.thank-you .thank-you-mes .mess-thanks-text .order-text-mes a{color: #60A5FA;}

body.checkout-cart-index .col-right.sidebar, body.checkout-onestep-index  .col-right.sidebar{margin-right:13px; width:23%;}

body.checkout-onestep-index  .col-main .basket-table td{padding:0 0 0 3px;}
body.checkout-onestep-index  .col-main .basket-table td td {padding:0 0 0 10px;}
.basket-table #billing-new-address-form ul .input-text.validation-failed{margin-top: -1px !important;padding: 4px 5px !important; width: 308px !important;}
.basket-table #shipping-new-address-form ul .input-text.validation-failed[title="Street Address"]{margin-top:-2px !important;}
.basket-table #shipping-new-address-form ul .input-text.validation-failed[title="City"]{margin-top:-2px !important;}
.basket-table #shipping-new-address-form ul .input-text.validation-failed[title="Zip/Postal Code"]{margin-top:-1px !important;}
.basket-table #shippingAddressForm ul .input-text.validation-failed[title="Zip/Postal Code"]{margin-top:-2px !important;}
li#shipping-new-address-form ul .input-text.validation-failed{margin-top: -1px !important;padding: 4px 5px !important; width: 308px !important;}
#shipping-new-address-form li.fields select.validate-select.validation-failed { height: 25px !important;}
#payment_form_HSBC .cart-block.cart-bock-ad{margin-left:0; margin-bottom:0;}

body.hsbc-standard-error .col2-left-layout .col-left{width:314px;}
body.hsbc-standard-error .col2-left-layout .col-main{width:66.5%;}
.page-sitemap .pager .pages li{width:auto; padding:3px 5px;}
.page-sitemap .page-title h1{line-height: 35px;}

.page-sitemap #sitemapLetters { border-bottom: 3px solid #E2E2E2;  border-top: 3px solid #E2E2E2; float: left; width: 99%; margin-bottom: 10px;}
.page-sitemap #sitemapLetters li {float: left; width: auto;}
.page-sitemap #sitemapLetters li a { color: #666666; font-size: 20px; font-weight: bold; margin: -1px 6px 1px; text-decoration: none; text-transform: capitalize; display: block;}
.page-sitemap #sitemapLetters li.no-products > a {color: #E2E2E2 !important; cursor: auto;}
.page-sitemap .column-left { float: left; width: 440px;}
.page-sitemap .column-right { float: left;}
.sitemap-products h3 { color: #666666; font-size: 20px; font-weight: bold; padding-left: 15px;}

#checkout-review-load a {text-decoration: underline;}
.step.a-item .basket-table .box{min-height:90px !important;}

ol.layered-navigation-box {overflow-y: auto; max-height: 145px;}

.whitebg .col2-set .col-2 li.fields {padding-left: 2px !important;}
.whitebg .col2-set .col-2 li.fields label{padding-left:3px;}
.whitebg .col2-set .col-1 li.fields {padding-left: 3px !important;}
.whitebg.guestRow .col2-set .col-1 li.fields {padding-left: 3px !important;}
#checkout-step-payment .messages {margin-left:6px !important;}
#checkout-step-payment .messages li {margin-top:10px !important;margin-bottom:0 !important;}
#checkout-step-payment .messages ul li {margin-top:0px !important;}
#checkoutOneStep input.radio{margin-top: -3px;}

.marker-field {float:left; color:#60a5fa; padding: 5px 0;}
#shippingAddressForm .marker-field {padding-top: 1px !important;}

.custom-block-about-us{border: 5px solid #b9b8b8; display:block; float:left;margin-left: 5px; width: 713px; height: /*187px;*/auto;}
.custom-block-about-us .about-us-block{background:#f3f3f3;display:block; float:left;}
.custom-block-about-us .about-us-block .form-abou-us{background:#fff;padding-top: 15px;margin:8px 11px 11px 11px; color: #2B2B2B !important; height: 110px;}
.custom-block-about-us .about-us-block .form-abou-us .enter-info label {padding-left: 8px;}
.custom-block-about-us h1{font: 17px verdana; margin-left: 8px;margin-top: 3px; color: #000000;}
.custom-block-about-us h3{font: 12px verdana; margin-left: 8px; color: #2B2B2B; margin-bottom: 10px;}
.custom-block-about-us .about-us-block .form-abou-us .enter-info{display:block; float:left; width:100%; padding-bottom: 13px;margin-right: 8px;}
.custom-block-about-us .about-us-block .form-abou-us select{width:322px !important; height: 26px !important;}
.custom-block-about-us .about-us-block .form-abou-us select, .custom-block-about-us .about-us-block .form-abou-us input{background: none repeat scroll 0 0 #F5F5F5 !important;border: 1px solid #B6B6B6;box-shadow: -2px 2px 7px -2px #C3C3C3 inset !important;float: right;height: 24px;width: 320px;margin-right:8px;}
.custom-block-about-us .about-us-block .form-abou-us select { padding-top: 4px;}
.custom-block-about-us .about-us-block .form-abou-us .button {text-align: right;padding-bottom: 13px;padding-right: 12px;}
.custom-block-about-us .about-us-block .form-abou-us .button button{background:url(../images/about-us-submit.png) no-repeat transparent; width:110px; height:24px;border: 0 none; cursor: pointer;}

.basket-table #billing-new-address-form .validation-advice{float:left;}
.basket-table .guestRow  .form-list input.input-text{background: none repeat scroll 0 0 transparent; border: 0 none;float: left; margin: 0; padding:5px 0 4px 4px;  width: 317px !important;}
.basket-table .guestRow .form-list input.input-text.validation-failed {height: 14px; width:314px !important;}
.piece-mind  {color: #222222;}
.piece-mind h2{font: 18px verdana !important;}
.piece-mind .togglegroup-title{font: 11px verdana !important;}

#co-payment-form .form-list input.input-text.validate-cc-issue{/*background: none repeat scroll 0 0 #F5F5F5 !important;border: 1px solid #C9C9C9; box-shadow: -2px 2px 6px -2px #C3C3C3 inset !important;   */ width: 150px !important; padding:5px 3px !important;background: url("../images/field-bg-issue.gif") no-repeat !important; border-left: 1px solid #C9C9C9}
#co-payment-form #payment_form_HSBC #HSBC_expiration, #co-payment-form #payment_form_HSBC #HSBC_cc_ss_start_month{width:60px !important; padding: 4px 1px;}
#co-payment-form #payment_form_HSBC #HSBC_cc_ss_start_year, #co-payment-form #payment_form_HSBC #HSBC_expiration_yr{width:60px !important; padding: 4px 1px;}
#co-payment-form .box p{padding:4px 0; margin: 0;}

#shopping-cart-table.cart-table dl.item-options{display: block;margin-left: -15px; }

#co-billing-form .box p {margin-bottom: -2px;padding-top: 1px;}
#co-shipping-method-form .box p {margin-bottom: 4px;}
@media all and (-webkit-min-device-pixel-ratio:0) { .cart .totals {margin-right: 0px !important;}}
@media all and (-webkit-min-device-pixel-ratio:0) { #co-payment-form .form-list input.input-text, #co-shipping-form .basket-table .form-list input.input-text, #co-billing-form .basket-table .form-list input.input-text{padding:2px 1px 2px 5px !important;}}
body.checkout-onepage-success .title-basket-check .page-title h1{text-transform:uppercase;}
.sp-methods.payment-step table.hsbctable tr td .input-box{line-height:19px;}

.basket-table form#co-payment-form .whitebg{background:none;}
.basket-table form#co-payment-form .basket-table tr td {padding:0;}
.basket-table form#co-payment-form .whitebg .sp-methods.payment-step dd fieldset.form-list table.hsbctable{padding:10px;}
.basket-table form#co-payment-form .whitebg .sp-methods.payment-step dd{background:#fff; /*padding:10px; */width:698px;}
#checkout-step-button .basket-table .box { height: 123px !important;}

#shippingAddressForm .shipping-new-address-form{margin-top: -4px !important;}


.form-list li.wide .input-box {width: 535px;}
body.checkout-onepage-success .page-title .cart-block.cart-bock-ad{margin: 5px 5px 19px 0;}
body.checkout-onepage-success .col2-right-layout .col-right{margin-right: 13px; width: 23%; margin-top: 20px;}
body.checkout-onepage-success .custom-cart-rightcol .custom-block.helpline{margin-bottom:13px;}

#shippingAddressForm.form-list .input-box.for-down {  margin-top: 34px; margin-bottom: -4px;}
#shippingAddressForm.form-list #shipping-new-address-form .control{padding-top:4px;}
body.categorypath-outlet-html.category-outlet .special-category-content .cat-mens-outlet .cat-men-header-short{margin-left: 1px; margin-top: 14px !important; padding: 6px 5px;}
body.categorypath-outlet-html.category-outlet .special-category-content .cat-womens-outlet .cat-women-header-short{margin-left: -31px !important; margin-top: 15px !important; padding: 6px 5px; width:139px;}
body.categorypath-outlet-html.category-outlet .special-category-content .cat-womens-outlet a{margin-left:-29px;}
#billing-new-address-form .customer-name-prefix .name-prefix{margin-bottom:0 !important;}
.registerRow input.validation-failed {margin-left: 0 !important; margin-top: 0 !important;  padding: 4px 3px !important}
.loginRow li.fields input.validation-failed{margin:-1px 1px 1px -1px !important; padding: 4px 2px !important; width: 315px !important;}

.loginRow .col-1 .input-box {margin-left: -2px !important;}
.loginRow .col-2 .input-box {margin-left: 1px !important;}
.registerRow .col-1 .input-box {margin-left:0px;}
.registerRow .col-2 .input-box {margin-left:2px;}
.guestRow .col-1 label.required, .guestRow .col-1 .input-box {margin-left:7px;}
#checkout-review-table tr td.total{text-align:left !important; padding-left:519px !important;}
#checkout-review-table tfoot tr td.a-left{text-align:left !important; padding-left:527px !important;}


body.checkout-cart-index  .cart-block.cart-bock-ad {
    border-bottom: 1px solid #CDCDCD;
    display: block;
    float: left;
    width: 99.5%;
}
.cms-customer-service .col-main{width: auto;}
.cms-customer-service .breadcrumbs{margin-left: 0;}
body.checkout-cart-index .cart-block.cart-bock-add-text {
    border-bottom: 0 none;
}
.color-feature {float: none !important;  margin: 0 auto !important;}
.noImgBrand {
    padding: 10px;
    float: left;
    width: 101px;
    height: 21px;
    border: 1px solid #CCC;
}
#co-shipping-method-form .basket-table #onepage-checkout-shipping-method-additional-load .gift-messages h3{background:none;color:#444;}
#co-shipping-method-form .basket-table #onepage-checkout-shipping-method-additional-load .gift-messages-form{margin-bottom: 10px; margin-left: 0;border: 1px solid #DDDDDD;margin-right: 0;width: 636px;padding: 10px 24px 10px 14px;}
#co-shipping-method-form .basket-table #onepage-checkout-shipping-method-additional-load .gift-messages-form .inner-box{height: auto;}
#co-shipping-method-form .basket-table #onepage-checkout-shipping-method-additional-load .gift-messages-form .inner-box div.field{width:100%;}

.sp-methods.payment-step ul#payment_form_protxDirect .input-box{background: none;}
.sp-methods.payment-step ul#payment_form_protxDirect .input-box input{background: url("../images/field_bg.gif") no-repeat scroll 0 0 transparent;height: 25px; width: 321px !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .input-box select{background-color: #F5F5F5 !important; box-shadow: -2px 2px 7px -2px #C3C3C3 inset !important; height: 25px !important;border: 1px solid #C3C3C3; padding: 4px 0 2px; width: 319px !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .input-box select#protxDirect_expiration, .sp-methods.payment-step ul#payment_form_protxDirect .input-box select#protxDirect_expiration_yr{width: 60px !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .input-box select#protxDirect_start, .sp-methods.payment-step ul#payment_form_protxDirect .input-box select#protxDirect_start_yr{width: 60px !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .input-box inpu#protxDirect_cc_issue, .sp-methods.payment-step ul#payment_form_protxDirect .input-box input#protxDirect_cc_cid{width: 321px !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .verification input#protxDirect_cc_cid{width: 318px !important; background-color: #F5F5F5 !important; box-shadow: -2px 2px 7px -2px #C3C3C3 inset !important; height: 17px !important;border: 1px solid #C3C3C3; padding: 4px 0 2px; }
.sp-methods.payment-step ul#payment_form_protxDirect.form-list { padding: 5px 10px;}
.sp-methods.payment-step ul#payment_form_protxDirect > li{position:relative;}
.sp-methods.payment-step ul#payment_form_protxDirect li.verification {margin-top: 7px !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .card-types .card-type{float: left; width: 50px;padding-top: 11px;}
.sp-methods.payment-step ul#payment_form_protxDirect .card-types .card-type img{height:40px;}
.sp-methods.payment-step ul#payment_form_protxDirect .card-types .card-type input{margin:0 20px; width: auto !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .checkout-note{float: right; position: absolute; right: 0; top: 2px;}
.sp-methods.payment-step ul#payment_form_protxDirect .payment-text-des{left: 346px; position: absolute; text-align: left !important; top: 30px;}
.sp-methods.payment-step ul#payment_form_protxDirect .payment-text-des-last{left: 346px; position: absolute;top: 20px;}
.sp-methods.payment-step ul#payment_form_protxDirect .payment-text-des-last img{margin: -8px 0 0 5px !important;}
.sp-methods.payment-step ul#payment_form_protxDirect .marker-field{width:100%;margin-top: 6px;}

.sp-methods.payment-step #payment_form_sagepaydirectpro input { background: none repeat scroll 0 0 transparent !important;}
.sp-methods.payment-step #payment_form_sagepaydirectpro .input-box .card-type{float: left; width: 50px;padding-top: 11px;}
.sp-methods.payment-step #payment_form_sagepaydirectpro .input-box .card-type img{height:40px;}
.sp-methods.payment-step #payment_form_sagepaydirectpro .input-box .card-type input{margin:-10px 20px 0}
.sp-methods.payment-step #payment_form_sagepaydirectpro .v-fix select{height: 25px !important; width:60px !important;padding-left: 1px; border-right: 1px solid #C3C3C3;}
.sp-methods.payment-step #payment_form_sagepaydirectpro input#sagepaydirectpro_cc_cid{width: 316px !important; /*background-color: #F5F5F5 !important; box-shadow: -2px 2px 7px -2px #C3C3C3 inset !important; height: 17px !important;border: 1px solid #C3C3C3; */padding-top:5px; padding-right:0 !important;padding-bottom:3px !important;padding-left:4px !important; background: url("../images/field_bg.gif") no-repeat !important;border-bottom: 1px solid #C3C3C3}
.sp-methods.payment-step #payment_form_sagepaydirectpro input#sagepaydirectpro_cc_cid.validation-failed {padding:4px 0 3px 4px;}
.sp-methods.payment-step #payment_form_sagepaydirectpro td span {display: block; float: left; height: 51px; line-height: 67px;}
.sp-methods.payment-step #payment_form_sagepaydirectpro .required-entry.input-text.validation-failed { background:#FAEBE7 !important;height: 16px !important;}
.sp-methods.payment-step #payment_form_sagepaydirectpro #sagepaydirectpro_cc_cid.required-entry.input-text.validation-failed{background:#FAEBE7 !important;}
.sp-methods.payment-step #payment_form_sagepaydirectpro #sagepaydirectpro_cc_number.required-entry.input-text.validation-failed{padding-top: 4px;}
.sp-methods.payment-step #payment_form_sagepaydirectpro #sagepaydirectpro_cc_owner.validation-failed{padding-top: 4px;background:#FAEBE7 !important;}
.basket-table ul#shippingAddressForm.form-list.disabled{margin-top: -8px !important;}

/*#opc-payment #checkout-step-payment #co-payment-form .basket-table label[for="p_method_sagepaydirectpro"] { display:none;}*/
body.catalog-category-view .product-options dl dd select{height: 21px !important;}

#co-shipping-form .basket-table .form-list select.validation-failed, #co-billing-form .basket-table .form-list select.validation-failed {
    height: 26px !important;
    margin: -1px 0 0 !important;
    width: 320px !important;
}
#checkoutOneStep .error-msg{margin-top:15px !important; display:block;}

body.customer-account-logoutsuccess .page-title h1{line-height:1.6;}
body.wishlist-index-index #wishlist-table textarea{background:none;}
body.wishlist-index-index #wishlist-table input.qty{height:18px !important;}

#deliveryCountriesBox.goodahead-lightbox{width: 695px !important;  height: 450px !important; line-height: 15px; background: #fff;}
#deliveryCountriesBox.goodahead-lightbox > div { height: 420px; overflow: auto; padding: 15px;}
#deliveryCountriesBox.goodahead-lightbox .close { height: 24px; padding: 0; position: absolute; right: 32px; top: 11px; width: 24px;}
#deliveryCountriesBox.goodahead-lightbox .close a{font-size: 0;  background: url("../images/send-friend-close.gif") no-repeat scroll 0 0 transparent; display: block; width: 24px; height: 24px;}
#deliveryCountriesBox td { padding-right: 5px;}

.cms-size-guide .std p{width:980px; margin: 0 auto; text-align: center;}

.page-sitemap .sitemap-table{width:100%; margin-bottom: 10px;}
.page-sitemap h2 {border-bottom: 1px solid #E2E2E2; color: #666666; font-family: verdana,arial,helvetica,sans-serif; font-size: 20px; font-weight: bold; margin-right: 10px; padding-bottom: 3px;}
.page-sitemap{margin-bottom: 15px;}
.page-sitemap .page-title{margin-top: 10px;}
.nothing-result .page-title{  margin-top: 10px; margin-left: 102px; text-align: center;}
.nothing-result .page-title p {padding-top: 5px; color: #7F7F7F;}
.sitemap-table.sitemap-table-3-columns td { width: 34%;}
.sitemap-table.sitemap-table-2-columns a, .sitemap-table.sitemap-table-3-columns a { line-height: 22px;}
#deliveryCountriesBox.goodahead-lightbox ul#sitemapLetters { float: left; width: 100%; border-bottom: 3px solid #E2E2E2; border-top: 3px solid #E2E2E2;}
#deliveryCountriesBox.goodahead-lightbox ul#sitemapLetters li {float: left; width: auto;}
#deliveryCountriesBox.goodahead-lightbox ul#sitemapLetters li a{color: #666666; font-size: 12px; font-weight: bold; margin: 0 6px 1px; text-decoration: none; text-transform: capitalize;}
#deliveryCountriesBox.goodahead-lightbox ul#sitemapLetters li.no-products a{color: #E2E2E2 !important; cursor: auto; font-size: 12px; font-weight: bold; margin: 0 6px 1px; text-decoration: none; text-transform: capitalize;}
#deliveryCountriesBox.goodahead-lightbox ul.delivery-countries { margin-top: 30px;}
#deliveryCountriesBox.goodahead-lightbox ul.delivery-countries li {float: left; text-align: left;width: 33%; line-height: 22px;}
#deliveryCountriesBox h2 {font-weight: normal;}
.nothing-product-brand{clear: both; text-align: center;}
.nothing-product-brand h2 { border-bottom: 1px solid #CCCCCC; margin: 0 90px; padding-bottom: 10px;}
.nothing-product-brand p { padding-top: 10px; padding-bottom: 10px;}

#helpPanels .help-panel{ height: 572px; float: left; padding: 10px; width: 306px; overflow-x: hidden; }
#helpPanels .help-panel{ box-shadow: 5px 0 8px -4px rgba(50, 50, 50, 0.75)}
#helpPanels .help-panel-3 li{background: none !important}
#helpPanels .help-panel ul li{line-height: 22px; background: url("../images/bkg_nav_parent.gif") 0 8px no-repeat;}
#helpPanels .help-panel ul li a{padding-left: 10px; font-size: 13px;}
#helpPanels .help-panel ul li p a{padding: 0;}
#helpPanels .help-panel p {display: block; font-weight: bold; text-decoration: underline; text-transform: uppercase; width: 100%; font-size: 13px;}
#helpPanels .help-panel H2 {display: block; font-weight: bold; text-decoration: underline; text-transform: uppercase; width: 100%; font-size: 13px;}
#helpPanels .help-panel ul li p { font-weight: normal; text-decoration: none !important; text-transform: none;}
#helpPanels .help-panel .title-help {padding: 10px;}
#helpPanels .help-panel .title-help > strong {display: block; font-size: 18px; padding-bottom: 20px;}
#helpPanels .help-panel .title-help > span { font-size: 13px;}

/*------------------------------for chrome and safari---------------------------------------------*/
@media all and (-webkit-min-device-pixel-ratio:0) {.basket-table #billing-new-address-form ul .input-text.validation-failed[title="Telephone"]{margin-top:0px !important;}}
@media all and (-webkit-min-device-pixel-ratio:0) {.basket-table #billing-new-address-form ul .input-text.validation-failed[title="First Name"]{margin-top:0px !important;}}
@media all and (-webkit-min-device-pixel-ratio:0) {.basket-table #billing-new-address-form ul .input-text.validation-failed[title="Street Address"]{margin-top:0px !important;}}
@media all and (-webkit-min-device-pixel-ratio:0) {.basket-table #billing-new-address-form ul .input-text.validation-failed[title="City"]{margin-top:0px !important;}}
@media all and (-webkit-min-device-pixel-ratio:0) {.whitebg .basket-table tr ul.form-list li.wide textarea{padding-left:4px;}}
body:last-child:not(:root:root) .sp-methods.payment-step #payment_form_sagepaydirectpro .v-fix select{ height:50px !important; background:red !important;}

@media all and (min-width) {.sp-methods.payment-step #payment_form_sagepaydirectpro .v-fix select{/*min-height:30px !important; max-height:35px !important; height:32px !important;*/line-height: 21px;}}
@media all and (min-width) {.sp-methods.payment-step #payment_form_sagepaydirectpro .v-fix select.validation-failed{line-height:19px;}}
@media all and (min-width) {#co-payment-form .form-list input.input-text.validation-failed, #co-shipping-form .basket-table .form-list input.input-text.validation-failed, #co-billing-form .basket-table .form-list input.input-text.validation-failed {height:19px !important; width:312px !important;}}
@media all and (min-width) {.whitebg.loginRow form#login-form #login-email{padding-left:1px !important;}}
@media all and (min-width) {.registerRow #co-register-form .col2-set .col-1 [name="billing[confirm_email]"], #ie#fix {padding-left:5px !important;}}
@media all and (min-width) {.registerRow #co-register-form .col2-set .col-1 [name="billing[email]"], #ie#fix{margin-left:5px !important;}}
@media all and (min-width) {.basket-table .guestRow .form-list input.input-text{padding-left:5px}}
@media all and (min-width) {.checkout-onestep-index #checkout-step-payment .basket-table #co-payment-form .basket-table .payment-step .hsbctable .field-box input.validation-failed[title="Credit Card Number"]{margin-top:0px; padding:3px 0 3px 4px !important; width:314px !important;}}
@media all and (min-width) {.sp-methods.payment-step #payment_form_sagepaydirectpro input#sagepaydirectpro_cc_cid{padding-top:5px !important; padding-right:0 !important;padding-bottom:3px !important;padding-left:4px !important;}}
@media all and (min-width) {.sp-methods.payment-step #payment_form_sagepaydirectpro input#sagepaydirectpro_cc_cid.validation-failed{height:15px !important;}}
@media all and (min-width) {.sp-methods.payment-step #payment_form_sagepaydirectpro input#sagepaydirectpro_cc_number, .sp-methods.payment-step #payment_form_sagepaydirectpro input#sagepaydirectpro_cc_owner{padding-left:4px !important;}
.account-login .page-title h1{text-transform: uppercase;}
.account-login .page-title{text-transform: uppercase; width:auto; float:left; margin-left:9px;}
.account-login .content h2{text-transform: uppercase;margin-top:5px; margin-bottom:0;font-size:15px; font-weight:normal;}
.account-login .account-money{float:right; width:50%; margin-bottom:16px;}
.account-login .account-money li{float:left;}
.registered-users {background-color:#F3F3F3}
.registr-input{ background-color:#FFF;height:auto;/*135px;*/ margin-bottom:10px;}
.registr-input ul{margin-left:5px;}
.registr-input .form-list input.input-text{width:300px;}
.registr-input .form-list .input-box{width:300px;margin-left:3px;}
.registr-input .form-list label.required{margin:8px 0 0 3px;font-weight: normal;}
.registr-input button.button span{background:url(../images/sign-my-account.gif) no-repeat; height:24px; width:239px;}
.registr-input button.button span span{font-size:0px;}
#login-form .registered-users{height:auto;/*193px;*/ width:345px;float:left;border: 5px solid #B9B8B8; margin-left:8px;}
#login-form .new-users {height:/*auto;*/193px; width:345px;float:left;border: 5px solid #B9B8B8;margin-left: 17px; background-color:#f3f3f3;}
#login-form .new-users button.button span{background:url(../images/create-new-account.gif) no-repeat; height:24px; width:239px;}
#login-form .new-users button.button span span{font-size:0px;}
#login-form .new-users .buttons-set{padding:10px 15px 0 0;}
#login-form {display:block; float:left;}
#login-form .col3-set .col-3 {float:left; width:215px; margin-left:15px;}
#login-form .col3-set {width:990px;}
#login-form .buttons-set{margin:0;border:none; padding:3px 11px 8px 0;}
.customers-benefits{display:block; float:left;}
.customers-benefits li{float:left; background:url(../images/customer-benefits.gif) no-repeat;height:20px; padding-left:25px;}
.dni-helpline{float:left;background-color:#FFF; height:129px; width:215px; border:5px solid #f3f3f3}
.dni-helpline p.number{font-size:18px;}
.dni-helpline p {padding:0 10px;}
.dni-helpline h2{background:url(../images/phone-dni-helpline.gif) 7px 0 no-repeat;background-color:#696969; color:#FFF; height:27px; line-height:27px; padding-left:35px;}
.forgot-pass{ width:345px; height:auto;/*163px;*/ float:left;border: 5px solid #B9B8B8;margin:15px 15px 15px 8px; background-color:#F3F3F3;}
.forgot-pass .page-title{width:auto;margin-top: 5px;margin-bottom: 0;}
.forgot-pass .page-title h1{/*margin-left:10px;*/font: normal 16px verdana !important;}
.forgot-pass .fieldset{display:block; float:left;margin-bottom:0px;}
.forgot-pass button.button{float:right;margin-bottom: 10px; margin-right: 10px;}
.forgot-pass button.button span{background:url(../images/retrieve-pass.gif) no-repeat; height:24px; width:239px;}
.forgot-pass button.button span span{font-size:0px;}
.forgot-input{background-color:#FFF;}
.forgot-pass .registr-input .buttons-set{padding:3px 5px 0 0 !important; border:0; margin:0;}
.forgot-pass .registr-input{height:auto;/*92px;*/}
body.cms-contact-us .std{margin:5px;}
body.cms-contact-us .std h1{text-transform: uppercase;}
body.cms-contact-us .std h2{font: 18px verdana !important;margin-left:7px;margin-top:19px !important; margin-bottom:18px !important;}
body.cms-contact-us .std a{color: #60A5FA;text-decoration: underline;display: block;margin:5px 0 20px 13px;}
body.cms-contact-us .std ul{margin-left:12px; margin-bottom:15px;}
body.cms-contact-us .cat-mixed-header-short{text-transform: none;font-size: 15px;margin-left:7px;padding: 5px 5px;}
body.cms-contact-us .std p{margin-left: 12px; text-align: justify;}



.voutcher-form-addres{}
.voutcher-form-addres .fieldset{margin-left:0;}
.voutcher-form-addres .field select{width:320px !important;height: 25px;}
.voutcher-form-addres .field  label{font:normal 12px verdana;}
.form-adres-voucher{margin-top:10px;font:12px/16px verdana;}
.form-adres-voucher span{font-weight:bold;}
#vourcher-form input{width:314px;}
.voutcher-form-addres #vourcher-form select{width:320px !important;}
.footer-join{background:url(../images/join-us.gif) no-repeat;}
.footer-join a{display:block; float:right; margin:34px 20px 0 -8px;}
.dni-social-table{border:5px solid #B9B8B8; height:453px; width:942px; margin-left:7px;}
.dni-social-wrapper .dni-table{margin:0;}
.dni-social-table .dni-title {padding:20px 5px 10px !important ; font-size:25px;}
.dni-social-wrapper .dni-title{padding:10px 5px 10px 4px; font-size:25px;}
.dni-social-wrapper .dni_desc{padding-left:6px; padding-bottom:22px;}
.dni-social-wrapper .dni-table td.imgicon {padding:0;/*padding:11px 10px 0px 5px;*/}
body.cms-dni-social .breadcrumbs{margin-left:15px;}
.dni-social-wrapper{margin-bottom:13px;}
.products-grid li.item {position:relative; width:189px !important; margin:5px 10px 5px 0;}
.products-grid li.item.last{margin-right:0px !important;}

body.catalog-category-view .products-grid .product-image img{/*width:183px; */height:190px;}
.prod-new-item{position:absolute; right:7px; z-index:1000; display:none;}
.prod-sale-item{position:absolute; right:7px; z-index:1000; display:none;}
.prod-more-color{position:absolute; right:-3px; z-index:1000; display:none;}

body.goodahead-layerednav-navigation-search .botton-cart, body.catalog-brand-view .botton-cart, body.catalog-category-view .botton-cart{margin-top:5px;display:block; float:left;width:190px; height:22px; text-align:right;}
body.goodahead-layerednav-navigation-search .add-to-cart,body.catalog-brand-view .add-to-cart, body.catalog-category-view .add-to-cart{display:block; float:left; height: 22px; width: 95px;}
body.goodahead-layerednav-navigation-search .add-to-cart button.button span span, body.catalog-brand-view .add-to-cart button.button span span, body.catalog-category-view .add-to-cart button.button span span{margin:0 0 0; padding:0; line-height:22px; font-size:13px;}
body.goodahead-layerednav-navigation-search .add-to-cart button.button span, body.catalog-brand-view .add-to-cart button.button span, body.catalog-category-view .add-to-cart button.button span{ color:#FFF; text-transform: uppercase; font:bold 12px/22px verdana; text-decoration:none; height:22px; padding:0 5px; background:#353535; width:86px;}
body.goodahead-layerednav-navigation-search .add-to-cart button.button, body.catalog-brand-view .add-to-cart button.button, body.catalog-category-view .add-to-cart button.button{background:none; height:22px; width:95px;margin:0 !important;}
body.goodahead-layerednav-navigation-search .view-item, body.catalog-brand-view .view-item, body.catalog-category-view .view-item{display: block; float: left; height: 22px; width: 94px; /*margin-top: -2px; margin-right:-1px;*/}
body.goodahead-layerednav-navigation-search .view-item button.button span, body.catalog-brand-view .view-item button.button span, body.catalog-category-view .view-item button.button span{ color:#FFF; text-transform: uppercase; font:bold 12px/22px verdana;background:#9B9B9B; text-decoration:none; height:22px; padding:0 5px 0 6px;}
body.goodahead-layerednav-navigation-search .view-item button.button, body.catalog-brand-view .view-item button.button, body.catalog-category-view .view-item button.button{background:none; height:22px; width:95px;}



.band-thumbail img{display:block; float:left; width:120px; height:55px;}
.brand-layout .band-thumbail a{text-decoration:underline;}

.pages{margin-right:-2px; display:inline; float:left;}
.pages ol{font-family:"HelveticaNeue Bold",verdana,arial,helvetica,sans-serif; display:inline;}
.pages li.inactive{background:#A4A4A4;}
.pages li{ background:none repeat scroll 0 0 #353535; color:white; display:inline-block; font-weight:bold; margin:2px; padding:3px 4px; width:10px;}
.pages li.current{background:#61A6FB;}
.pages ol li a{color:white; margin:auto; text-decoration:none;}
.page-sitemap .links{display:block; float:right;margin-top:4px;}
.toolbar-bottom .toolbar-bottom{margin-left:-5px !important;}
#bottompage_promo_area .cat-name {text-transform: uppercase;}
#bottompage_promo_area #brand-cat-page { width: 788px; margin-top:1px;padding-bottom:3px !important}
body.category-outlet .bottompage-promo-area-outlet #brand-cat-page{width:965px !important;}
body.category-outlet .bottompage-promo-area-outlet #brand-cat-page .table-headers .cat-name-active, body.category-outlet .bottompage-promo-area-outlet #brand-cat-page .table-headers .cat-name, body.category-outlet .bottompage-promo-area-outlet #brand-cat-page .table-headers #catpage-tab_3{width:auto !important;}
body.category-outlet .bottompage-promo-area-outlet #brand-cat-page .infobox {width:98.4% !important; margin-left:2px !important;}
body.category-outlet .bottompage-promo-area-outlet #brand-cat-page .table-headers #catpage-tab_3{border-right:1px solid;}
body.category-outlet .bottompage-promo-area-outlet #brand-cat-page .table-headers .cat-name{border-left:2px solid;}
#bottompage_promo_area .infobox {margin:0 !important;}

.brand-overlay-image{margin:0; top:8px; right:0;}

body.catalog-category-view .col2-left-layout .breadcrumbs{display:block; float:none; height:17px !important;}
.category-products .toolbar-layered .sorter{display:block; float:left;}
.category-products .toolbar-layered .pager .limiter ol { display:inline-block; margin-top:2px; margin-bottom:1px;}
.sorter .limiter-button {margin-top:3px !important;}
#nav li.first a.level-top{line-height:27px;}

.products-grid .product-name { font-size: 11px; height: 32px; margin: 0 0 6px; overflow: hidden; width: 180px;}
.pager .sort-by {margin-top: 5px;}
.toolbar-layered .sorter .pages {clear:right;/*margin-top: 3px; position:absolute; right:0;*/}
.toolbar-layered .sorter {margin-top:0px;}
.cat-sold_out-header-short {margin-left:12px;}
#nav li ul.custom-layer li.menulevel1-group.first-li{width: 210px !important; margin-left: 3px;}
#nav li ul.custom-layer li.menulevel1-group.second-li{width: auto !important; float:left; height:100%;}
#nav li ul.custom-layer li.menu-brands ol{display:block; float:left; width:100%;}
#nav li ul.custom-layer li.menu-brands li{/*float:left; */display:block; /*width:100%; max-height:242px; */height:auto;padding-bottom: 0; line-height: 21px;}
#nav li ul.custom-layer li.menu-brands li ol.menu-brands-crap{display:block; float:left; height:auto/*240px*/; width:207px;}
.menu-custom-block + .menu-custom-block {margin-right: 0px;}
#nav li ul.custom-layer li.menu-brands li ol.menu-brands-crap li a {font-size:11px; overflow:hidden; height:15px;}
#nav li ul.custom-layer li.menu-brands .more-cats a{color:#666 !important; display:block; font-weight:bold !important; text-align:right;}

#product-cat-animator .featured-cat-product .products-grid li.item {width:163px !important; display:block;}
#product-cat-animator .featured-cat-product .products-grid .product-name {width:100%;}
#product-cat-animator .featured-cat-product .products-grid li.item a {font-size:11px;width: 163px !important;}
#product-cat-animator .featured-cat-product .products-grid .price-box .old-price .price, #product-cat-animator .featured-cat-product .products-grid .price-box .old-price .price-label {font-weight:bold;}
#product-cat-animator .featured-cat-product .products-grid .product-name {height:26px;}
#product-cat-animator .featured-cat-product .products-grid .price-box .special-price .price, #product-cat-animator .featured-cat-product .products-grid .price-box .special-price .price-label {color:#60a5fa; font-weight:bold;}
#product-cat-animator .featured-cat-product .products-grid .price-box {min-height:18px;height:18px}
body.catalogsearch-result-index .pager .sort-by {margin-top:4px;}
body.catalogsearch-result-index .toolbar-layered .sort-by .selectBoxContainer select {padding:0 !important;}

body.blog-index-index .col-right {margin-top:56px;}
body.blog-cat-view .col-right {margin-top:93px;}

body.catalogsearch-result-index .add-to-cart button.button span {width:86px !important;}
.table-headers .cat-name-active, .table-headers .cat-name {width:286px !important; font-size:16px;}
.table-headers .cat-name-active, .table-headers .cat-name.one-tab {/*width:100% !important;*/}
.table-headers #catpage-tab_2 {width:307px !important;}
.table-headers #catpage-tab_3{width:158px !important;}
#bottompage_promo_area .infobox {width:98.5% !important;}

#homepage_promo_brands{/*background:url('../images/brand-logo-outlet-frs.png') no-repeat; */height: 39px; /*margin-left: 9px;*/ padding:5px 0 15px 0;}
ul#jcscroller {/*margin-left:11px !important;*/ margin-top:-3px !important; width:790px !important; position:relative !important; margin-right:-50px !important;}
body.cms-home ul#jcscroller {width:1170px !important;}
.homepage_promo_content{width: 990px; overflow: hidden; height: 67px;}
/*.homepage_promo_and{ background:url('../images/brand-logo-outlet-scd.png') no-repeat 100% 0;float: right; height: 68px; margin-right: 9px; margin-top: -67px; width: 22px;}*/
.category-title {margin-top:0px;}

#homepage_promo_brands .homepage_promo_content #jcscroller{
    list-style: none outside none;
    margin: 0;
    margin-left: -50px;
    padding: 0;
    width: 1225px; position:relative;
    height: 56px;
    overflow: hidden;
}

#homepage_promo_brands .homepage_promo_content #jcscroller li{
    display: block;
    float: left;
    height: 56px;
    margin: 2px;
    margin-top: 13px;
    padding: 0;
    width: 144px;
}

.rw-wrapper .products-grid li.item{width:154px !important; margin-right: 5px !important;}
.rw-wrapper .add-to-cart{display:block; float:left; height: 22px; width: 65px;}
.rw-wrapper .add-to-cart button.button span span{margin:0 0 0; padding:0; line-height:22px; font-size:13px;}
.rw-wrapper .add-to-cart button.button span{ color:#FFF; text-transform: uppercase; font:bold 9px/22px verdana !important; text-decoration:none; height:22px; padding:0; background:#000; width:65px !important;}
.rw-wrapper .add-to-cart button.button{background:none; height:22px; width:65px !important;margin:0 !important;}
.rw-wrapper .view-item{display: block; float: left; height: 22px; width: 65px !important; /*margin-top: -2px; margin-right:-1px;*/}
.rw-wrapper .view-item button.button span{ color:#FFF; text-transform: uppercase; font:bold 9px/22px verdana;background:#9B9B9B; text-decoration:none; height:22px; padding:0 2px;}
.rw-wrapper .view-item button.button{background:none; height:22px; width:65px !important;}
.rw-wrapper .botton-cart{margin-top:5px;display:block; float:left;width:140px; height:22px; text-align:right;}


.basket-table td div.box {float:left;}
.step.a-item .col2-set .basket-table td div.box { width:335px;}
body.category-outlet .special-category-wrapper .enlarged-category-title-grey {margin-left:15px; padding: 15px 5px; font-size:28px;}
body.category-outlet .cat-subtitle-grey {margin-left:15px; color:#404040; font:15px verdana; margin-top:-5px;}
.cat-women-header-short { margin-left: 0px !important; margin-top: 12px !important;}
.cat-male-header-short, .cat-men-header-short {margin-top: 12px !important;}
.cat-subtitle-miss{margin-left:15px; font:12px verdana;}
body.category-outlet .special-category-wrapper {width:954px !important;height:500px; margin-top: 10px;}
body.category-outlet .special-category-wrapper .special-category-content {width:924px; height:410px;}

body.catalog-category-view .toolbar-bottom .sorter{width:788px !important;}
body.brands-catalog-brand-list .cat-women-header-short{margin-left:12px !important;}
body.catalog-brand-view .col-left{width:195px;}
body.goodahead-layerednav-navigation-search .col-left{width:195px;}
body.goodahead-layerednav-navigation-search .col2-left-layout .col-main{width:79.5%;}
body.catalog-brand-view .col2-left-layout .col-main{width:79.5%;}
body.catalog-brand-view .col-main .brand-view{margin-left:0px !important;}

body.catalog-brand-view .sort-by .sb.selectbox.sort_by_select{display:none;}
body.catalog-brand-view .sort-by select.sort_by_select{width:131px !important;padding-right: 0;}
body.catalog-brand-view .breadcrumbs{/*margin-bottom:14px;*/ display:block; height:32px;}
body.catalog-brand-view .share-block{margin-top:-2px;}
body.catalog-brand-view .toolbar-bottom {margin-top: 10px;display: block; float: left; height: 22px;margin-bottom: 10px;}
body.catalog-brand-view .toolbar-bottom .toolbar-layered .sorter .amount{margin-top:10px;}
body.catalog-brand-view .pager .sort-by{margin-top:4px;}
body.catalog-brand-view .toolbar-bottom .toolbar-layered .sorter { width: 788px !important;}
body.catalog-brand-view .toolbar-layered .sorter span.limiter-button {background:#353535;}

body.contacts-index-index #contactForm .buttons-set{border-top:0px;float: left; margin: 0; width: 100%;}
body.contacts-index-index #contactForm .buttons-set button.button {float:left;}
body.contacts-index-index #contactForm button.button span {background:url(../images/submit-email.gif) no-repeat !important; width:345px; height:59px;}
body.contacts-index-index #contactForm button.button span span{font-size:0px;}

body.goodahead-layerednav-navigation-search .toolbar-bottom {margin-top: 10px;display: block; float: left; height: 22px;margin-bottom: 10px;}
body.goodahead-layerednav-navigation-search .toolbar-bottom .sorter{width:788px !important;}
body.goodahead-layerednav-navigation-search .category-products .pager .sort-by .sb.selectbox.sort_by_select{display:none;}
body.goodahead-layerednav-navigation-search .category-products .pager .sort-by .selectBoxInnerContainer select.sort_by_select.has_sb{width:131px !important; padding-right:0px;}
#bg-fade{opacity:0.7 !important;z-index:990;}
#question_options{width:550px;height:417px;background: url(../images/send-friend.png) no-repeat transparent; z-index:999;}
.goodahead-lightbox{z-index:999 !important;}
#productQuestionsFormBox{/*left:30% !important; top:33% !important; */width: 550px !important; position:fixed;}
#productQuestionsForm  h2.legend{background-color:#eaeaea;margin:39px 0 0 37px; padding:5px 5px 5px 10px; text-align:left; width:461px; font:normal 20px verdana; text-transform:uppercase;}
#question_options li{margin-right:0; margin-top:10px; margin-left:37px; width: 530px;}
#question_options .form-list{width:500px; margin-top:22px; margin-left:6px;}
#question_options .form-list input.input-text{background: url(../images/send-friend-input.gif) no-repeat; width:228px; height:25px;padding:3px 0 3px 5px; border:0;font: 12px verdana;}
#question_options .form-list li.wide .input-box{width:506px;height:131px;}
#question_options .form-list li.wide textarea{background: url(../images/send-friend-textarea.gif) no-repeat; width:466px; height:119px;padding:5px;border:0;font: 12px/20px verdana;}
#question_options .form-list label{margin-top:10px; height:10px; padding-left: 15px; font:12px/0px verdana;}
#question_options .field {width:280px;margin-top: 15px;}
#question_options .wide label.required, #question_options .fields label.required{line-height:20px; font-size:14px; font-weight:normal;}
#question_options .wide label.required .input-text{width:494px; float:left;}
#question_options li.wide{margin-top:14px;}
#productQuestionsForm  .buttons-set {border:0; margin:0px 41px 0 0; float:right; padding-top:3px;}
#productQuestionsForm  .buttons-set .back-link {float:left; margin-right: 5px;}
#productQuestionsForm  .buttons-set .back-link a{border:0; margin:0; background: url(../images/send-friend-cancel.gif) no-repeat;float:right; width:87px; height:22px;}
#productQuestionsForm  .buttons-set button.button{float:left; position:static; height:22px;}
#productQuestionsForm  .buttons-set button.button span{background: url(../images/send-friend-send.gif) no-repeat;float:right; width:87px; height:22px;}
#productQuestionsForm  .buttons-set button.button span span{padding:0;}
#question_options .fieldset{margin-bottom:10px;}
#productQuestionsForm .close-send-friend p a{background: url(../images/send-friend-close.gif) no-repeat;float:right; width:24px; height:24px;}
#productQuestionsForm  .close-send-friend{position:absolute; bottom:45px; right:10px;}
#question_options .validation-advice {background:none; display: block; float: left;}
#question_options input.not-valid {background: url(../images/valid-input.png) no-repeat !important; border:0 !important; height:23px !important; padding:4px !important; width:222px !important; float:left;}
#productQuestionsForm textarea.not-valid {background: url(../images/valid-textarea.png) no-repeat !important; border:0 !important; height:119px !important; padding:5px !important; width:466px !important; color:#000;}
#question_options .valid-send-friend{color:#e94a4a;}
#question_sender_message{color:#353535; float:left; height: 125px !important; width: 472px !important; border:0; background: url(../images/send-friend-textarea.gif) no-repeat;}
#question_sender_message.blur{color:#9a9a9a;}
#question_options .input-box{width: 450px;}
#question_options input.input-text{color:#353535; float:left; width:224px !important; height: 27px; line-height:27px; border:0; background: url(../images/send-friend-input.gif) no-repeat;}
#question_options input.blur{color:#9A9A9A;}
#label_question_sender_message.validation-failed, #label_question_sender_email.validation-failed {border:0 !important; background:none !important;color:#e94a4a;}
#question_success_container .send-message-friend h2{margin-left:35px; margin-top:39px;}
.content-send-ok{display:block; text-align:center;}
.content-send-ok h3.message-thank{margin:30px 0 20px; font:bold 16px verdana;}
.message-thank-botton{margin:22px 0 2px;}
.content-send-ok .mess-questions span.mess-questions-span{font:18px verdana; padding:25px; text-align:center;}
.content-send-ok .mess-questions a{displa:block; color:#319ff6; text-decoration:underline; font:14px verdana;}

#question_success_container, #question_error_container {width:550px;height:417px;background: url(../images/send-friend.png) no-repeat transparent; z-index:999;}
#question_success_container .send-message-friend, #question_error_container .send-message-friend{display:block; float:left;}
#question_success_container h2.legend, #question_error_container h2.legend{background-color:#eaeaea;margin:35px 0 0 30px; padding:5px 5px 5px 10px; text-align:left; width:470px; font:normal 16px verdana; text-transform:uppercase;}

.send-top-bg{background: url(../images/send-bg-top.gif) no-repeat; width:530px; height:15px;}
.send-friend-opacity{opacity:0.7;}
body.cms-contact-us #question_options .input-box input, select, textarea{-moz-box-shadow: -2px 2px 10px -2px #C3C3C3 inset; background-color: #FFF; /*#F5F5F5;*/}
#postComment #comment{height:150px !important;}
label[for="comment"] { display:block; float:none;}
#question_error_container .close-send-friend p a, #question_success_container .close-send-friend p a{background: url(../images/send-friend-close.gif) no-repeat;float:right; width:24px; height:24px;}
#question_error_container .close-send-friend, #question_success_container .close-send-friend{position:absolute; bottom:20px; right:20px;}


ul#jcscroller{list-style: none outside none; margin: 0; margin-left: 0px !important; padding: 0; width: 4000px; height: 56px; overflow: hidden;}
ul#jcscroller li{display: block; float: left; height: 56px; margin: 2px; margin-top: 13px; padding: 0; width: 144px;}

.product-options-bottom .add-to-cart button span span img {display:block; position:absolute; margin-left:50px;}

.morefromboxheader {margin:-24px -11px 10px;padding-top:6px; padding-bottom:6px; padding-left:19px; width:203px; color:#565656;}
html body.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div.product-options-bottom {margin-bottom: 5px; /*margin-left:-80px; */height:50px; display:block; float:left; clear:left;}
html body.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div.product-collateral {margin-top:2px !important;}
.product-options dd {margin-bottom:5px;}
/*.product-options {padding-top:10px;padding-bottom:6px !important;}*/
.product-options dd .selectbox .display {height:22px !important;}
/*.product-options dt.stupid-label{ margin-top: -7px;}*/
.product-options .product-options-box.colourselect {margin-top:-29px !important; height: 34px !important;}
/*.product-options dd img.size_guide {left:263px !important; top:-35px !important;}*/
.basket-table td div.box div.whitebg {display:block; float:left;}
.basket-table td div.box div.registerRow, .basket-table td div.box div.guestRow{display:block; float:left;padding-bottom:10px;}

#bottompage_promo_area .infobox {height:154px;}

#nav ul.level0.custom-layer {width:auto/*420px*/; float:left; height:auto !important;}
#nav ul.level0.custom-layer .first-li  ol li .menu-level1-title{width:auto/*196px*/;}
#nav ul.level0.custom-layer .second-li  ol li .menu-level1-title{padding-left:4px;}
#nav ul.level0.custom-layer .first-li  ol li{width:200px;height: 21px;padding-bottom: 0; line-height: 21px;}
/*#nav ul.level0.custom-layer .first-li ol li.first { margin-top: -2px;}*/
#nav ul.level0.custom-layer .first-li  ol{width:200px;}
#nav li ul.custom-layer li.menulevel1-group.first-li { float: left; height: 100%; margin-left: 3px; margin-right: 10px; width: 200px !important;}
#nav ul li div.menu-level1-title {margin-left:0px !important; margin-left:4px;}

.landing-list-item div{border:1px solid #9D9D9D; width:248px !important;}
.landing-list-item div a{height:108px; display:block;}
.landing-list-item div.landing-cat-name a{height:auto; display:inline;}
.landing-list-item.first{margin-left:0px !important;}
.landing-list-item.last{}
.landing-list-item .landing-cat-name{border:0px;}
.landing-list-item {float:left; margin-right:0px !important; margin-left:19px;}
.landing-cat-name{padding-bottom:13px;}
.land-list-all{float:right; display:block; width:788px; margin-top:8px; margin-bottom:15px;}

#checkout-review-load #review-buttons-container button{width:410px; float:right;}
.basket-table .order-review {width:/*710px */700px !important;}

.special-price {background:none;}
.special-price  .price-label{color:#61A6FB; font-weight:bold;}
.special-price .price {background-color:#56CD31; color:#FFF;}
#acp_product_options .special-price .price, #acp_product_options .price {background-color: #fff; color: #000000;}

body.cms-home #flowpanes #flowtabs li {width:221px !important; margin-left:0px !important; margin-right:5px !important;}
body.cms-home #product-cat-animator .featured-cat-product .products-grid li.item a {height:182px;}
body.cms-home #product-cat-animator .featured-cat-product .products-grid .text-colors-prod{background:#fff; width:162px;margin:0 0 2px 0; padding-top:2px; overflow:hidden; height:14px; padding-bottom:2px;}
body.cms-home #product-cat-animator .featured-cat-product .products-grid .text-colors-prod img{border:1px solid /*#CBCBCB*/#000;}
body.cms-home #product-cat-animator .featured-cat-product .products-grid .text-colors-prod img:hover{border:1px solid #000;}
body.cms-home .special-price .price {background:none;}
body.cms-home #product-cat-animator .featured-cat-product .products-grid .price-box {height:21px !important;}
body.cms-home #flowtabs{width:681px !important;}
/*body.cms-home #flowpanes div{width:670px !important; margin-right:0px !important;}*/
body.cms-home #product-cat-animator .featured-cat-product .products-grid{padding-left:0px !important;}
body.cms-home #product-cat-animator .featured-cat-product .products-grid li.item {margin-right:3px !important;}
body.cms-home #product-cat-animator .featured-cat-product .products-grid li.item.last {margin-right:0px !important;}
body.cms-home #bottompage_promo_area td div.newsletter-container{margin-bottom:19px !important; width:244px !important;}

.block-layered-nav #slider-range-price .ui-slider-range{background:none; height:5px; margin-left:5px;}
.block-layered-nav #slider-range-price .ui-slider-handle{background:url('../images/lay-nav-left.png') no-repeat; height:17px; border:0; border-radius:0px; margin-left:0px !important;}
.block-layered-nav .ui-slider-horizontal{height:10px; background:url('../images/line-lay-nav-left.png') repeat-x; border:0; -moz-border-radius-topleft:0px; border-radius:0px; width:170px;}
.block-layered-nav dd{padding:0 6px 14px;border-bottom:1px solid #999; font:11px verdana;}
.block-layered-nav .ui-corner-all{-moz-border-radius-bottomright:0px !important;-moz-border-radius-bottomleft:0px !important; -moz-border-radius-topright:0px !important;-moz-border-radius-topleft:0px !important;}
.block-layered-nav dt{color:#666666;background-position:5px 13px; padding:8px 10px 0 17px;}
.block-layered-nav .slider-range-value{display:block; height:16px;}
.block-layered-nav .slider-range-value-from{border:0; background:none;float: left; width: 50%;text-align: left;}
.block-layered-nav .slider-range-value-to{border:0; background:none;float: left; text-align: right; width: 50%;}

.womens.scrollable .featured-prod-cat{display: inline-block; width: 165px; font-size: 0.8em; margin: 1px 5px 1px 5px; text-align: center; float:left;}
.womens.scrollable .woman-item {overflow:hidden; width:700px; height:/*230px;*/257px;}
.womens.scrollable .featured-prod-cat .button-grid-product-grey, .button-grid-product-black {height:19px !important; width: 79px !important; float:left; display:block;}
.scrollable .featured-prod-cat .actions .disabled{color:#898989 !important;}
.womens.scrollable .woman-item .featured-prod-cat .price-box{margin:5px 0 5px !important;}
.womens.scrollable .woman-item .featured-prod-cat .women-box .old-price{color:#FF778F}
.womens.scrollable .woman-item .featured-prod-cat .women-box .old-price span{color:#FF778F}
.womens.scrollable .woman-item .featured-prod-cat .women-box .special-price .price-label{color:#FF778F}
.womens.scrollable .woman-item .featured-prod-cat .actions{margin-left:6px;}

body.cms-contact-us .buttons-set{height:60px !important;}
.product-options .product-price .old-price{top:0px !important;}

.wishlist-toplink{position:relative;}
.wishlist-toplink :hover{background:url('../images/wish-link-hover.png') repeat-x; text-decoration:none;}
.wishlist-toplink span{padding:7px 7px 9px;}
.wishlist-toplink:hover .wish-list-down{left:0px;}
.wishlist-toplink .wish-list-down{position:absolute; left:-10000px; border:1px solid #9d9d9d; max-width:333px; height:auto; background:#FFF; z-index:999; top: 23px; padding: 0 0 0 5px;}
.wishlist-toplink .wish-list-down li{display:block; float:left; margin: 1px !important;width:97px;}
.wishlist-toplink .wish-list-down .wisth-link-img{display:block; float:left; width:89px; height:90px;}
.quick-access{padding-left:0 !important;}
.quick-access .links li {margin:0 !important;}
.quick-access li.first a{padding-left:20px !important;}
.quick-access li a{padding:7px 7px 9px 7px !important;}
.quick-access li a:hover{background:url('../images/wish-link-hover.png') repeat-x; text-decoration:none;}
.quick-access .links .wishlist-toplink  .top-link-wishlist.active{background:url('../images/wish-link-hover.png') repeat-x; padding:7px 7px 9px 7px !important; }
.quick-access .links .wishlist-toplink ul.wish-list-down li a {background:none; display:block; float:left; padding: 7px 2px 7px 1px !important;} 
/*.quick-access .links .wishlist-toplink ul.wish-list-down li a:hover{background:none !important; display:block; float:left; padding: 7px 0 !important;}*/
.quick-access li.wishlist-toplink ul.wish-list-down li:hover{background:none !important; display:block; float:left;}

.cart-empty{border:5px solid #b9b8b8; background:#f3f3f3; margin-left: 4px; width: 693px; padding: 10px; float:left;}
@media screen and (-webkit-min-device-pixel-ratio:0) {.cart-empty{margin-top:6px;}}

.cart-empty .page-title h1{text-decoration:uppercase; font-size:18px; color:#000;}
.cart-empty .page-title {margin-bottom:5px !important;}
.cart-empty p{color:#2b2b2b; font-size:11px;}
.cart-empty .empty-button{background:url('../images/backtoshop.png') no-repeat; display: block; float: right; height: 24px; width: 165px;}
.cart-empty .empty-button-link{float:right; display:block;}

.basket-table .form-list select {margin:1px !important;}
.basket-table .v-fix select {margin:0px !important;}

.womens.scrollable .woman-item .featured-prod-cat a{font:11px verdana !important;}
/*#shopping-cart-table {width:740px !important;}*/
.cart .cart-collaterals .col2-set .col-2 {width:355px !important;}
#shopping-cart-totals-table #custom-shippin-container .discount-form .input-box input.input-text {width:191px !important; height: 21px; float:left;background:url('../images/subtotal-input.png') no-repeat; border:0;}
#shopping-cart-totals-table #custom-shippin-container .discount-form .input-box .valid-coupone{float:left; width:26px; height:25px; margin-left: 10px;}
#shopping-cart-totals-table #custom-shippin-container .discount-form .input-box .etimate-delivery{font:italic 10px verdana; color:#ef4949; display:block; float:left;}
#shopping-cart-totals-table #custom-shippin-container .discount-form .input-box{width:255px;height: 27px;}
#shopping-cart-totals-table #custom-shippin-container .discount-form .input-box select.free-delivery{height:27px; margin-top:5px; width:196px !important; padding: 4px; background:url('../images/subtotal-input.png') no-repeat; border:0;}
#shopping-cart-totals-table td.total strong{float: left;    font: 18px verdana !important;    padding-top: 4px;color: #2B2B2B;}
#shopping-cart-totals-table td.total {font: bold 12px verdana !important;padding: 0;text-align: left !important;color: #2B2B2B;}
#shopping-cart-table #shopping-cart-totals-table td.a-right strong span.price{margin-top:0; padding-top:0; color: #2B2B2B;}
#shopping-cart-table .cart-block a img{/*margin-top:-28px;*/margin-left:0px; margin-top: -6px;}
#shopping-cart-table .cart-block img{margin-left:-12px;margin-top:4px;}

.cont-shop-block{float:left; height:auto; margin-bottom:3px; padding-bottom:2px; width:352px; border:5px solid #F3F3F3;position:relative; z-index:90;margin-left:0px;}
.cart-table .cont-shop-block .btn-continue {width:350px !Important; margin:4px 2px 2px 2px; float:right; cursor: pointer;}
.cont-shop-block .back-to{display:block; float:left; margin:0 5px; font: 12px verdana;}
.cont-shop-block .back-to li{padding-bottom:3px;}
.cont-shop-block .back-to li a{font:12px verdana; color:#2b2b2b;}
.cart-table .cart-block{margin:0px;}
.co-cart-block {margin-left:1px;margin-top:5px;}
.co-cart-block img{margin-left:-4px;}
#shopping-cart-table .co-cart-block img { margin-left: 3px;}  
.cart-table .cart-block .shop-way{background: none repeat scroll 0 0 #F3F3F3; display: block; float: left; margin: 0 !important; width: 361px; /*margin-right: 27px !important; */margin-top:5px;}
.cart-table .cart-block .shop-way .shop-your-way{font:bold 16px verdana; margin-left: 7px; padding-top: 5px;margin-bottom:5px;}
.cart-table .cart-block .shop-way span{font:bold 9px verdana; margin-left: 7px;}
.cart-table .cart-block .shop-way ul li{ background: url('../images/shop-way.png') no-repeat; font:bold 10px verdana; padding: 3px 0 10px 25px;}
.cart-table .cart-block .shop-way ul {margin-left:15px;margin-top: 5px;height:103px;}
#shopping-cart-table td.a-right span.cart-price {padding-top:5px; height:104px; margin: 10px 10px 0 0px;}
#shopping-cart-table td.basket-price{text-align:center;}
#shopping-cart-table td.basket-price span{height:85px !important; padding-top:26px !important;}
#shopping-cart-table td.basket-total span{height:85px !important; padding-top:26px !important;}
#shopping-cart-table td.basket-total{margin-right:0 !important; padding-right:0 !important; }
#shopping-cart-table td.basket-total span.cart-price{float:right; margin-right:0; padding-right:9px; text-align:right; width:83px;}
#shopping-cart-table .cart-block.shop-way{position:relative;height:270px;width:388px; display:block;}
#shopping-cart-table .cart-block.shop-way .shop-way{position:absolute; left:0px; bottom:0;height:160px;} 
.cart-table .cart-qty{border-left: 1px dotted #DEDEDE;display: block; height: 89px;margin:10px 10px 0px -17px;padding:20px 0 0 11px;}
.cart-table .cart-qty input.qty{width:60px !important; padding-right:5px; text-align:right; background:url('../images/qty-input.png') 100% 0 no-repeat; height: 21px; border:0; font-weight: bold;margin-left:7px; margin-right:-7px;}
#shopping-cart-table #shopping-cart-totals-table td.a-right span{height:auto; margin:0 auto; vertical-align:middle;font-weight:bold;}
.title-basket-check{background:#FFF; width:100%; padding-top: 30px;display:block; float:left;}
.title-basket-check .page-title{ display:block; float:left; width:auto; margin-left: 15px;}
.title-basket-check img{display:block; float:left; margin-right: 6px; margin-top:-9px;}
.cart .discount {border-bottom:0 !important;}
.basket-notice-block{border-top:1px solid #efefef; display:block; float:left; padding-bottom: 10px; padding-top: 10px;}
.product-view .product-img-box {background:#F0F0F0;text-align:center;}
table.basket-value, table.basket-item{height:auto;}
.basket-item{height:35px;}
.checkout-box table.bottom td.basket {height:65px !important;}
.rw-wrapper{display:block; float:left; border-top:1px solid #ADADAD; margin-left: 11px; margin-top: 0px;}
body.checkout-cart-index .rw-wrapper .rvi-head{display:none;}
.block-content .mini-products-list li.item a.product-image img{margin-left:0px !important;}
.opc #opc-login .step.a-item .col2-set{margin-left:-3px;}
.opc #opc-login .step.a-item .col2-set .basket-table td {padding-bottom:15px !important; padding-right:6px !important;}
.opc #opc-login .step.a-item .col2-set .basket-table .form-list input#email_address.input-text{margin:1px !important; padding:3px 0 !important; width:316px !important;}
#login-form .basket-table .form-list input#login-email.validate-email.validation-failed{margin:1px !important; padding:3px 0 !important; width:316px !important;}
#login-form .input-box input#login-email.validate-email.validation-failed{margin:-2px 1px 1px !important; padding:3px 0 !important; width:316px !important;}

ul#jcscroller li{height:33px !important;}

#bottompage_promo_area td .form-subscribe input#newsletter.validate-email.validation-failed{width:97%; }
#bottompage_promo_area td .form-subscribe{margin-top:63px;}
#question_sender_message.blur, #question_sender_email.blur, #sender_message.blur, #sender_email.blur, #recipients_email.blur{color:#9a9a9a; font-style: italic !important;}

#co-billing-form .basket-table .form-list label{padding-bottom: 2px; padding-top: 0px; color:#2b2b2b}
#co-billing-form .basket-table .form-list .control label {display: inline-block;margin-bottom: 5px;}
#co-payment-form .form-list input.input-text, #co-shipping-form .basket-table .form-list input.input-text, #co-billing-form .basket-table .form-list input.input-text{height: 16px; margin:0; padding:2px 4px; width:317px;}
#co-payment-form .form-list input.input-text.validation-failed, #co-shipping-form .basket-table .form-list input.input-text.validation-failed, #co-billing-form .basket-table .form-list input.input-text.validation-failed{height: 15px; }
#billing-new-address-form .name-lastname input.input-text.validation-failed{margin-top:0px !important;}
#billing-new-address-form .wide input.input-text.validation-failed[title="Street Address"] {margin-top:0px !important;}
#billing-new-address-form .fields input.input-text.validation-failed[title="Zip/Postal Code"] {margin-top:0px !important}
#co-payment-form .input-box .field-box input.input-text {width:312px !important;min-height: 26px;}
#co-payment-form .basket-table .payment-step .hsbctable .field-box input {min-height: 22px !important; padding-top: 2px;}
#co-payment-form .basket-table .payment-step .hsbctable .field-box input.validation-failed {min-height: 17px !important;}
#co-payment-form .hsbctable .v-fix #HSBC_cc_cid.validation-failed {background:#FAEBE7 !important;}
#co-shipping-form .basket-table .form-list select, #co-billing-form .basket-table .form-list select{ padding-right: 2px !important; padding-top:4px !important; width:318px !important; height:23px !important; /*margin-top: -1px !important; padding-top: 4px !important;*/ margin-bottom: 6px !important;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#co-shipping-form .basket-table .form-list select, #co-billing-form .basket-table .form-list select { width:317px !important;}
}

.name-prefix select {padding-top: 4px !important;}
.v-fix select{padding-top: 5px !important;}
.account-create .name-prefix {float:none;}
.account-create .name-prefix select {background:none !important;height:23px !important;box-shadow:none !important;}
#co-payment-form .form-list select#HSBC_cc_type{width:319px !important;}
#co-payment-form #payment_form_HSBC select#HSBC_cc_ss_start_month, #co-payment-form #payment_form_HSBC select#HSBC_cc_ss_start_year{width:156px;}
#co-payment-form #payment_form_HSBC select#HSBC_expiration, #co-payment-form #payment_form_HSBC select#HSBC_expiration_yr{width:156px;}
#co-payment-form .hsbctable .v-fix{padding-left:0px;}
#co-payment-form .hsbctable .v-fix #HSBC_cc_cid{padding:1px 3px; width: 308px !important;border: 1px solid #C3C3C3; background:#F5F5F5 !important;box-shadow: -2px 2px 7px -2px #C3C3C3 inset;}
#co-payment-form .hsbctable .v-fix #HSBC_cc_cid.validation-failed{width:312px  !important}
.form-list label.required em {color:#60A5FA}

#aw_acp_continue, #aw_acp_checkout {margin: 0 3px !important; }

.product-essential .add-to-box{height: 25px;}
#bottompage_promo_area td .form-subscribe input#newsletter{padding-top:4px;}

body.catalog-product-view .input-box .selectbox.validation-failed{border:0 !important;}
body.catalog-product-view .product-options .input-box {display:block; float:left; width:262px; height:auto/*30px*/;}
body.catalog-product-view .product-options .product-options-box.colourselect{width:100%; display:block; float:left;}

/*.product-options {margin-top:10px !important;}*/
.custom-block-cart {top:86px !important; left:1px; width:226px;}
.checkout-box{position:relative; z-index:899;}

.product-img-box .more-views #cb_prev {float: left; left: -1px; position: relative; top: 30px; z-index: 20;}
.product-img-box .more-views #cb_next {float: right; position: relative; right: 21px; top: 30px; z-index: 20;}
.product-img-box .more-views #cb_prev .small_prew{background:url('../images/pre-sing.png') 70% 100% no-repeat !important; border:0;}
.product-img-box .more-views #cb_next .small_next{background:url('../images/next-sing.png') 70% 100% no-repeat !important;border:0;}
.product-img-box .more-views #zoomProductImage.zoomProductImage{overflow:hidden;}
#product-cat-animator {height:647px !important;}
.outlet_promo_content ul#jcscroller{width:990px !important;}

.voucher-wrapper #product_addtocart_form .product-options dl {display:block; float:left; height:100%;}
.voucher-wrapper #product_addtocart_form .product-options dl dt, .voucher-wrapper #product_addtocart_form .product-options dl dd {display:block; float:left; height:auto;}

body.catalog-category-view.categorypath-outlet-html.category-outlet .outlet_promo_content{width:962px; overflow-x:hidden; margin-left:14px;}
body.catalog-category-view.categorypath-outlet-html.category-outlet .outlet_promo_content ul#jcscroller{width:1170px !important;}
body.catalog-category-view.categorypath-men-html.category-men #homepage_promo_brands ul#jcscroller{width:1170px !important;}
body.catalog-category-view.categorypath-men-html.category-men #homepage_promo_brands{width:787px; overflow:hidden;}

#send-friend #sender_options li{margin-left:5px;}
#send-friend #sender_options li.fields .field{width:247px;}
#send-friend h2.legend{margin-left:25px;}

@media screen and (-webkit-min-device-pixel-ratio:0){.toolbar-layered .sorter .pages {margin-right: -1px;}}
@media screen and (-webkit-min-device-pixel-ratio:0){.category-products .toolbar-layered .sort-by{margin-right: 2px;}}
@media screen and (-webkit-min-device-pixel-ratio:0){#login-form .new-users{height:204px;}}
/*@media all and (-webkit-min-device-pixel-ratio:0) {body.catalog-category-view .add-to-cart button.button{margin-top:2px;}}*/

/*.col-main .brand-view .brand-logo img{width:121px; height:39px;}*/
.col-main .brand-view tr.brand td.brand-logo .brand-one{height:70px; margin-right:13px;}
.col-main .brand-view tr.brand td.brand-logo .brand-one a{height:/*69px*/77px; width:123px; text-decoration:underline; font-size:13px; color:#404040;}
.col-main .brand-view tr.brand td.brand-logo .brand-one a:hover{text-decoration:underline;}
body.brands-catalog-brand-list .category-title{margin-top:8px;}
body.brands-catalog-brand-list .cat-men-header-short{margin-top:30px !important; /*margin-bottom:15px;*/}
body.brands-catalog-brand-list .cat-women-header-short{/*margin-top:28px !important; */margin-bottom:15px;}
body.brands-catalog-brand-list .cat-sold_out-header-short{margin-bottom:15px; /*margin-top:28px !important;*/}
body.brands-catalog-brand-list .col-main .brand-view{margin-bottom:15px;}
.brand-deskription{margin-top:10px;}
body.customer-account-login .messages{float:left;}
.basket-bottom-remave {width:80px/*155px;*/; background:#FFF;}
body.product-gift-vourcher-form .product-options dl dd .input-box {height:auto;}
body.catalog-category-view .pager .limiter{display:inline-block; float:left;}
body.catalog-category-view .pager .sort-by{float:right;/*margin-right:0px*/ margin-bottom: 2px; margin-right: 0; margin-top:4px ;}
body.catalog-category-view .sorter .limiter-button{margin-top: 4px !important;}
.toolbar-layered .selectbox .display{padding-right:20px !important}
body.catalog-category-view .toolbar-layered .sorter .pages{margin-top:2px;}
body.catalog-category-view .category-products .toolbar-layered .sorter{float:left !important; margin-top: -8px;}
.note-msg span.brand-name{color:#60A5FA;}

.input-box .sb.selectbox.required-entry.super-attribute-select .display.required-entry.super-attribute-select{cursor:pointer;}
.input-box .sb.selectbox.required-entry.super-attribute-select.disabled .display.required-entry.super-attribute-select{cursor:auto;}

.wish-list-down .more-link{/*position:absolute; right:0; bottom:0; */color:#444 !important; display:block; float:right;}
.wish-list-down .more-link:hover{background:none; color:#444;}

.shop-men-right {background:#61A5FA; width:229px; height:261px;}
.shop-men-right h2{ color:#fff; text-transform:uppercase; margin-left:15px; padding-top:15px; text-align:left; font-size:18px;}
.shop-men-right a:hover{text-decoration:none;}
.shop-men-right span{width:190px; height:190px; background:#fff; display:block; vertical-align:middle; margin:0 auto;}
.shop-men-right img{margin:0 auto}
.shop-women-right {background:#F9607F; width:229px; height:261px; margin-top:18px;}
.shop-women-right h2{color:#fff; text-transform:uppercase; margin-left:15px; padding-top:15px; text-align:left; font-size:18px;}
.shop-women-right a:hover{text-decoration:none;}
.shop-women-right span{width:190px; height:190px; background:#fff; display:block; vertical-align:middle; margin:0 auto;}
.shop-women-right img{margin:0 auto}

.product-shop .product-options span.option-button{cursor:pointer; line-height:12px;border:2px solid #cbcbcb;}
.product-shop .product-options span.option-button.active{cursor:auto;border:2px solid #000000;}
.toolbar-layered .selectbox .display{margin-top:0px !important;}
.rw-wrapper .products-grid .botton-cart .button-grid-product-black{height:22px !important; font:bold 9px/22px verdana !important; width:72px !important; text-transform:uppercase; display:none;}

.qa ul ul {
    margin-left: 30px;
    background: #e9f5f5;
}
.qa ul li {
    margin:10px 0;
    padding: 5px;
}
.qa ul li small {
    color:#999;
    font-size: 11px;
}
.ajax-link {
    text-decoration: none;
    border-bottom: 1px dashed #1E7EC8;
    cursor: pointer;
    font-size: 11px;
}

body.cms-home ul.selectbox {
    width: 282px;
    margin-left: -13px;
}
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; border:0 !important; padding:5px 9px !important; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */
/* applied to original <select> to hide */
.has_sb{position:absolute;left:-999999em;text-indent:-999999em;}

/* always visible styles */
.selectbox{display:inline-block;*display:inline;font-family:arial;font-size:1em;position:relative;vertical-align:middle;zoom:1;}
.selectbox .display{
  border:3px solid #cccccc;
  color:#000;
  cursor:default;
  display:block;
  font-weight:normal;
  height:26px;
  line-height:1.46em;
  overflow:hidden;
  outline:none;
  padding:0 24px 0 3px;
  position:relative;
  text-decoration:none;
  overflow:hidden;
  width: 220px;
}
.selectbox .display .text { height:26px; padding-top:4px; line-height: 14px;}
.selectbox.disabled .display{color:#999;}
.selectbox.focused .display .text{display:inline-block;*display:inline;zoom:1;}
.selectbox .display.active{border-color:#7b7d83;}
.selectbox .display .arrow_btn{
    background:#707070 url(../images/products_arrow.png) repeat-x left center;
    border:1px solid #707070;
    display:block;
    height:22px;
    line-height:22px;
    padding:1px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:22px;
}
.selectbox .display .arrow_btn:hover{background:#707070 url(../images/products_arrow.png) repeat-x left center;}
.selectbox .display .arrow_btn .arrow{
    background:transparent center;
    display:inline-block;*display:inline;
    height:4px;
    left:.33em;
    position:absolute;
    top:.5em;
    width:7px;
    zoom:1;
}
.selectbox .display.active .arrow_btn{
    -moz-box-shadow:inset 0 0 1px 1px #9eb0ba;
    -webkit-box-shadow:inset 0 0 1px 1px #9eb0ba;
}
/*.selectbox .display.hover .arrow_btn{background-image:url(images/select_arrow_bg_hover.gif);}*/
.selectbox .value{display:none;}

/* dropdown styles */
.selectbox.items{
  background:#fff;
  border:1px solid #828790;
  display:block;
  font-family:arial;
  font-size:1em;
  list-style-type:none;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  padding:0 0 1px 0;
  z-index:99999;
  -moz-box-shadow:0 3px 5px rgba(0,0,0,.5);
  -webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);
}
.selectbox.items.above{}
.selectbox.items li{display:block;margin:0;padding:0;/*white-space:nowrap; maybe necessary if using fixedWidth: false */}
.selectbox.items li.first{margin-top:0;}
.selectbox.items li>.item{color:#000;cursor:default;display:block;padding:4px 6px;text-decoration:none;}
.selectbox.items li>.item>.text{display:inline-block;*display:inline;zoom:1;}
.selectbox.items li.selected>.item{border-bottom:1px dotted #999;border-top:1px dotted #999;}
.selectbox.items li.disabled>.item{color:#999;}
.selectbox.items li.hover>.item{background-color:#3399ff;color:#fcfcfc;}
.selectbox.items .value{display:none;}

/* optgroup styles */
.selectbox.items .optgroup .items{
  border:none;
  margin:0;
  padding:0;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.selectbox.items .optgroup>.label{cursor:default;font-weight:bold;line-height:1em;}
.selectbox.items .optgroup .items li>.item{padding-left:1em;}

/* easy rounding styles */
.selectbox .round_sb.display{
  padding:2px 26px 2px 5px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.selectbox .round_sb.display .arrow_btn{
  right:2px;
  top:2px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.selectbox.round_sb.items{
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.selectbox.round_sb.items>li>a{padding:4px 6px;}
.selectbox.round_sb.items>li.first>.item{
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
}
.selectbox.round_sb.items>li.last>.item{
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
}
/* for optgroups */
.selectbox.round_sb.items>li>.label{line-height:2.08em;padding:4px 6px;}
.selectbox.round_sb.items>li>.items li>.item{padding:4px 6px 4px 12px;}

/* fixed width example styles */
.selectbox .display.fixed_width{
  width:73px;
  padding:0 24px 0 3px;
}

.selectbox.fixed_width.items{
  width:100px; /* width of display text plus the padding (60 + 27) = 87 */
}

.selectbox .display.fixed_width2{
  width:60px;
  padding:0 24px 0 3px;
}

.selectbox.fixed_width2.items{
  width:300px; /* width of display text plus the padding (60 + 27) = 87 */
}

.toolbar-layered .selectbox .display{
  background: url('../images/selectBoxBackground.png');
  border: none;
  border-left: 1px solid #DEDEDE;
  color:#000;
  cursor:default;
  display:block;
  font-weight:normal;
  height:18px;
  line-height:1.46em;
  margin: 4px 4px 0 0;
  overflow:hidden;
  outline:none;
  padding:0 24px 0 3px;
  position:relative;
  text-decoration:none;
  width: 102px;
}

.toolbar-layered .selectbox .display .arrow_btn{
    background: url('../images/selectBoxArrow.png') no-repeat right transparent;
    border: none;
    display:block;
    height:18px;
    line-height:18px;
    padding:1px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:18px;
}

.toolbar .selectbox .display .text {
    height: 18px;
    padding-top: 2px;
}
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.17
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.goodahead-lightbox {position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#bg-fade {background-color: #000000; left: 0; margin: 0; padding: 0; position: absolute; top: 0; visibility: hidden; width: 100%; height:100%/*1600px*/; z-index: 10;}
#bg-fade.fade-on { position: /*absolute*/fixed; top: 0; left: 0; z-index: 900; width: 100%; background-color: #000; }
#bg-fade.ajax-bg {background-color:#fff !important}
DIV.ajaxcartpro_progress{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

DIV.ajaxcartpro_confirm{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    min-heigth:104px;
    height:auto!important;

	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
}



#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:24px;
	height:24px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}


#aw_acp_continue{
	color:#333;
	background:url('../images/btn_continue_shopping.png');
	width:144px;
}


#aw_acp_checkout{
	color:#fff;
	background:url('../images/btn_view_cart.png');
	width:164px;
}

#acp_configurable_block dt
{
    text-align: left;
    padding-left: 10px;
}

#acp_configurable_block .price
{
    font-size: 14px;
}

#acp_configurable_block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp_product_options
{
    display: block;
    width: 400px;
    height: auto !important;
    position: fixed;
    z-index:150;
    background-color: white;
    padding: 10px;
    //position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

#product-options-wrapper
{
     margin:0;
}
.postWrapper {
	/*padding-bottom: 25px;*/
	clear:both;
	border:5px solid #b9b8b8; margin-bottom:27px; background:#f3f3f3; width:713px; display:block; margin-left:6px; position:relative;
}
.postTitle {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;*/
	border:0 !important; margin:0px 9px !important;
}
.postTitle h2 {
    width: 535px;
	/*font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;*/
	font:bold 20px verdana; text-transform:uppercase; color:#404040; margin-bottom:0px;
}
.postTitle h2 a{font-size:16px;}
.postTitle h3 a{font-size:11px;}
.postTitle h3 {
	font-size: 11px;
	font-weight:normal;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 20px;
	padding-left:5px;
	padding-top:10px;
	background:#FFF; margin:10px; display:block; width:688px;
}
.postContent img {
	height:325px; display:block; padding:8px;
}
.postContent span{
	display:block;
	margin:0 12px;
}
.postContent a{
	color:#60a5fa;
	text-decoration:underline;
	margin-right:10px;
	float:right;
}
.postDetails {
	
}
.postBookmarks {
	width:149px;
	height:22px;
	margin-right:18px;
	/*padding-bottom: 10px;*/
	background:url(../images/bookmark-share.gif) no-repeat;
}
.postBookmarks a {
	height:13px;
	width:13px;
	text-decoration:none;
	display:block;
	float:right;
	margin:5px 8px 0 -7px;
}
.postBookmarks a.bm img{
	height:13px;
	width:13px;
	display:block;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin:5px 10px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	/*padding-bottom: 10px;*/
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:5px 9px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5{font-size:11px;}

.block-blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
	background:#FFF;
}
.block-blog .menu-categories UL LI{
	margin-left:24px;
	list-style:disc;
}
.block-blog .menu-categories ul li.active a{
	color: #60A5FA;
}
.block-blog .menu-recent UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI a,.block-blog .menu-categories UL LI a,.block-blog .menu-tags UL LI a{font-size:11px;}

.block-blog .menu-categories ul li a{
	font:12px verdana;
	color:#2b2b2b;
}
.block-blog .menu-categories ul li a:hover{
	text-decoration: underline;
}
/*.block-blog .menu-categories ul li a:active{
	color:#60a5fa;
}*/
.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em;
}
.tag-count-2{
	font-size:1.2em;
}
.tag-count-3{
	font-size:1.4em;
}
.tag-count-4{
	font-size:1.6em;
}
.tag-count-5{
	font-size:1.8em;
}
.tag-count-6{
	font-size:2em;
}
.tag-count-7{
	font-size:2em;
}
.tag-count-8{
	font-size:2em;
}
.tag-count-9{
	font-size:2em;
}
.tag-count-10{
	font-size:2em;
}

.block-blog .head h4{
padding-left: 20px;
}

.block-blog .block-title strong {
background-image:url(../images/icon_blog.png);
background-repeat:no-repeat;
padding-left:21px;
text-align:left;
}

.postWrapper .poster{
	display:inline;
}
.input-box.aw-blog-comment-area{width:100%;}

.widget-latest li{font-size:12px;padding:5px 10px;}
.block-blog .menu-categories{margin:0;/*padding:5px 9px;*/ background:#FFF;}

A.awblog_current_comment { text-decoration:none!important; font-weight: bold!important; }

.post-img{width:685px; height:325px; display:block; float:left;}
.post-name-page{margin-left:5px; margin-top:5px;}
.post-name-page h2{font:26px verdana; text-transform:uppercase;}
.post-name-page h3{font:20px verdana; color:#61A5FA;}

body.blog-cat-view .block, body.blog-index-index .block {padding:0;border:5px solid #f3f3f3; margin-bottom:9px;}
body.blog-cat-view .block .block-content, body.blog-index-index .block .block-content{padding:0;}
body.blog-index-list .block.block-blog {margin-bottom:9px;}
body.blog-index-list .block-content{padding:0;border:5px solid #f3f3f3;}
body.blog-index-list .col-right .block{border:0;}
body.blog-index-list .col-right{width:227px;margin-top:57px; margin-right:14px !important;}
body.blog-index-index .col-right{width:227px;margin-top:57px; margin-right:14px !important;}
body.blog-cat-view .col-right{width:227px; margin-right:14px !important;}
body.blog-post-view .block .block-content{padding:0; border:5px solid #f3f3f3;}
body.blog-post-view .col-right{width:227px;margin-top: 10px;  margin-right:14px !important;}
body.blog-post-view .block{border:0;}

.bookmarks-link{position:absolute; right:0; top:15px; height:22px; width:165px; display:block;}

.menu-categories h5 {color:#FFFFFF; background:#696969; padding:4px 10px 5px; font:bold 14px verdana;}
.menu-categories ul{padding-bottom:5px;}

#postComment  .group-select h4 {font:bold 20px verdana !important; color:#60A5FA; }
#postComment .group-select .form-list label {font: 12px verdana; margin-bottom: 2px; margin-top: 7px;float: left;}
#postComment textarea.required-entry.input-text {width: 711px !important;}
#postComment .input-box input{-moz-box-shadow: -2px 2px 10px -2px #C3C3C3 inset; background-color: #F5F5F5;}
.commentWrapper{border:5px solid #B9B8B8; background:#F3F3F3; margin-left: 6px; margin-top: 10px;width:713px;}
.commentWrapper .comment-all{}
.commentWrapper .commentContent{background:#FFF; margin: 0 10px;}
.commentWrapper .commentContent span {margin:10px;}
body.blog-post-view form#postComment fieldset.group-select{margin-left:10px;}
body.blog-archives-index .col2-right-layout .col-right{margin-top: 93px;}
body.blog-archives-index .col2-right-layout .col-right .block-blog{ border:0;}
body.blog-archives-index .col2-right-layout .col-right .block-content{padding:6px;}
body.blog-index-list .col2-right-layout .col-right{margin-top: 58px;}
body.blog-index-list .col2-right-layout .col-right .block-content{padding:6px;border:0;}
body.blog-index-list .col2-right-layout .col-right .block-blog{ border:0;}
.postWrapper .tags{margin-left:10px; margin-bottom:10px;}
.postWrapper .tags ul{margin-left:0;}
.postWrapper .postDetails{margin-left:10px; margin-bottom:10px;}
body.wishlist-index-index #wishlist-view-form #wishlist-table.data-table .price-box p.special-price{display:block;}
#fancybox-outer #fancybox-content{height:500px !important;}

div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr {padding-left:15px; background:transparent url(../images/amshopby-cb1.gif) no-repeat left center;} 
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background:transparent url(../images/amshopby-cb2.gif) no-repeat left center;} 
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;} 

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(../images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(../images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav dt {
 cursor:pointer; 
 padding-left:15px;
 background:url(../images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav dt.amshopby-collapsed {background:url(../images/amshopby-collapsed.gif) center left no-repeat}


div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(../images/amshopby-slider-bg.gif) no-repeat 50% 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(../images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('../images/preloader.gif') 50% 50% no-repeat;
    z-index: 999 !important;
}
.group-select li textarea{
	height:10em;
}
.webforms-results-block{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.webforms-results-row{
	margin-bottom:5px;
}
.webforms-results-label{
	font-weight: bold;
}
.webforms-results-text{
	font-style: italic;
}
iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; }

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
*     { background:none !important; text-align:left !important; }
html  { margin:0 !important; padding:0 !important; }
body  { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
a     { color:#2976c9 !important; }
th,td { color:#2f2f2f !important;  border-color:#ccc !important; }

.header-container,
.nav-container,
.footer-container,
.pager,
.toolbar,
.actions,
.buttons-set { display:none !important; }

.page-print .data-table .cart-tax-total { background-position:100% -54px; }
.page-print .data-table .cart-tax-info { display:block !important; }