body {
    background: #FFF;
    font-family: Arial;
    font-size: 12px;
    color: #444;
    letter-spacing: 2px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.strikethrough {
    /* background: url(../images/strikethrough-bg.gif) left center repeat-x; */
    line-height: 20px;
    height: 20px;
    margin: 50px 0;
    text-align: center;
}

.strikethrough span, .strikethrough h1 {
    text-align: center;
    background: #FFF;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding: 0 10px;
    letter-spacing: 4px;
    display: inline;
    line-height: 20px;
}

.page-title {
    padding: 10px 0 25px;
    text-transform: uppercase;
}

.page-title h1 {
    font-weight: bold;
}

.page-title.strikethrough {
    margin-top: 10px;
    padding:0;
    border:none;
    background: none;
}

.page-title.strikethrough h1 {
    font-weight: normal;
}

ul {
    padding: 0;
    margin: 0;
}

.clearer {
    clear: both;
}

input.input-text:focus, select:focus, textarea:focus {
    background-color: #E0F5DA;
}

/* Header */
.header-container {
    border: 0;
    background: none;
}

.header {
    width: auto;
    padding: 0;
    margin: 0;
}

.header .logo {
    margin: 5px 0;
    position: relative;
    z-index: 5;
}

.header .quick-access {
    padding: 0;
    margin: 15px 0 0;
}

.header .links li {
    background: none;
    padding: 0 4px;
    font-size: 12px;
}

.header .links a {
    color: #444;
    text-decoration: none;
    letter-spacing: 0;
}

.header .links a.top-link-country span {
    color: #CCC;
}

.header .top-search {
    float: right;
    width: 600px;
    position: relative;
    margin: 10px 0 0;
}

.header .form-search {
    position: relative;
    background: none;
    right: 0;
    width: auto;
    padding: 0;
    float: right;
}

.header .form-search input.input-text {
    border: 1px solid #CCC;
    padding: 5px 10px;
    margin: 0;
    width: 320px;
    color: #888;
    letter-spacing: 2px;
}

.header .form-search button.button {
    float: none;
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(../images/icon-magnifier.gif) no-repeat;
    width: 19px;
    text-indent: -9999px;
}

.header .form-search button.button span {
    background: none;
}

/* Navigation */

.nav-container {
    background: #000;
    position: relative;
    z-index: 9;
}

#nav {
    font-size: 16px;
    height: 30px;
    margin: 0;
    padding: 0;
}

#nav ul {
    padding: 0;
}

#nav > li {
    position: inherit;
    padding: 0 0 5px;
}

#nav ul li {
    background: none;
}

#nav ul li a, #nav ul li a:hover {
    background: none;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
}

#nav ul li a span.subcategory-header {
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

#nav a {
    color: #FFF;
    font-weight: normal;
    line-height: 30px;
    padding: 0 35px;
    text-transform: uppercase;
}

#nav li.over a,
#nav a:hover {
    color:#FFF;
}
#nav > li.over {
    background: url(../images/nav-arrow.png) center bottom no-repeat;
}


#nav a,
#nav a:hover { display:block; line-height:30px; text-decoration:none; }

#nav li > ul.shown-sub, #nav li > div.shown-sub {
    border: 1px solid #d6d6d6;
    width: 920px;
    padding: 19px;
    background: #FFF;
    top: 34px;
    z-index: -1;
    -webkit-box-shadow: #e6e6e6 0 0 10px;
    -moz-box-shadow: #e6e6e6 0 0 10px;
    box-shadow: #e6e6e6 0 0 10px;
}

#nav li > ul.shown-sub li {
    float: left;
    width: 230px;
}

#nav li .category-image {
    position: relative;
    left: 0;
    top: 0;
    width: 230px;
    margin: 20px 0 0;
    border: none;
}




#nav {
    display: flex !important;
    justify-content : space-around;
    margin: 0 20px!important;
    width: auto;
}
#nav li {}
#nav li a {
    padding: 0;
}
#nav:after {
    display: none;
}



.header-container .logo img {
    width: 285px;
    height: 99px;
}



/* Breadcrumbs */
.breadcrumbs  {
    font-size: 12px;
    margin: 0 0 20px;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li span {
    padding: 0 10px;
}

.breadcrumbs ul li a {
    color: #444;
    text-decoration: none;
}
/* Main Container */
.main {
    width: auto;
    padding: 0;
    background: none;
}

.main-container {
    background: none;
    padding: 20px 0 0;
}

/* Hero Banner */
.slider, .slider .slide-show {
    width: 960px !important;
    height: 540px !important;
}

.slider .slide-show .bannerline {
    background: none;
    float: none;
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: 0;
}

.indentmenu {
    float: none !important;
}

.indentmenu ul {
    float: none !important;
    text-align: center;
}

.indentmenu ul li a {
    text-indent: -9999px;
    background: url(../images/btn-slider.png) no-repeat !important;
    border: none !important;
    width: 14px;
    height: 14px;
    padding: 0 !important;
    margin: 0 1px;
    display: inline-block;
}

.indentmenu ul li a.selected {
    background-position: -14px 0 !important;
}

/* Footer */
.footer-container {
    border: 0;
}

.footer-container .strikethrough {
    margin: 36px 0 !important;
}

.footer {
    width: auto;
    padding: 0;
    margin: 0;
}

.footer li {
    background: none;
    padding: 0;
}

.footer .account-create {
    font-size: 12px;
    border: 0;
    margin: 0;
    overflow: hidden;
    height: auto;
}

.footer .account-create .fieldset {
    border: none;
    background: none;
    padding: 0;
    margin:0;
    float: left;
    width: 804px;
    text-align: left;
    margin: 0 0 0 6px;
}

.footer .account-create .fieldset ul {
    padding: 0;
    margin: 0;
}

.footer .account-create .form-list .field {
    width: 265px;
}

.footer .account-create .fieldset ul li {
    display: inline-block;
}

.footer .account-create .fieldset div.submit-button {
    float: left;
    width: 260px;
}

.footer .account-create .fieldset div.submit-button button {
    width: 100%;
}

.footer .account-create .fieldset div.submit-button button span {
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    border: none;
    background: #000;
    padding: 0;
}

.footer .subscribe-note {
    font-weight: bold;
    margin: 0 0 15px;
}

.footer ul.messages {
    color: #eff5ea;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
background-position: 10px 12px !important;
}
.messages li li {
margin: 5px 0 3px !important;
}

.footer ul.messages, .footer ul.messages li {
    display: inline-block;
    text-align: left;
}

.footer ul.messages li a {
    color: #1e7ec8;
}

.footer .account-create .block-content {
    padding: 30px 0 30px 15px;
    background: none;
}

.footer .account-create label {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    line-height: 25px;
}

.footer .account-create .input-box input {
    letter-spacing: 2px;
    width: 238px;
    border: 1px solid #cccccc;
    padding: 4px 10px;
}

.footer .account-create .input-box {
    float: left;
    margin: 0;
}

.footer .account-create input.input-text {
    margin: 0;
}

.footer .account-create .actions {
    float: left;
    margin: 0;
}

.footer .account-create .actions button.button span {
    background: #333;
    color: #FFF;
    border: 0;
    margin: 0;
    height: 25px;
}

.footer .account-create .actions button.button span span {
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.footer .validation-advice {
    width: 315px;
    text-align: left;
}

.footer address {
    color: #666;
    padding: 20px 0;
}
/* Footer Social Media*/
.footer .footer-social-media {
    text-align: center;
    margin:  -16px 0 20px;
}

.footer .footer-social-media a {
    display: inline-block;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    margin: 0 5px;
}

.footer .footer-social-media a.facebook {
    background: url(../images/social-media-facebook.png) center center no-repeat;
}

.footer .footer-social-media a.twitter {
    background: url(../images/social-media-twitter.png) center center no-repeat;
}

.footer .footer-social-media a.pinterest {
    background: url(../images/social-media-pinterest.png) center center no-repeat;
}

.footer .footer-social-media a.instagram {
    background: url(../images/social-media-instagram.png) center center no-repeat;
}

/* Footer Links */
.footer .footer-links {
    text-align: left;
    overflow: hidden;
    padding: 0 0 45px 90px;
    background: url(../images/footer-icons.gif) right bottom no-repeat;
}
.footer .footer-links .footer-services,
.footer .footer-links .footer-information,
.footer .footer-links .footer-personalise {
    float: left;
}

.footer .footer-links .footer-personalise #country {
    width: 210px;
}

.footer .footer-links .footer-services,
.footer .footer-links .footer-information {
    width: 330px;
}

.footer .footer-links .footer-personalise {
    width: 196px;
}

.footer .footer-links h3 {
    margin: 10px 0 5px;
    text-transform: uppercase;
}

.footer .footer-links ul {
    padding: 0;
}

.footer .footer-links li {
    display: block;
    background: none;
    line-height: 20px;
}

.footer .footer-links li a {
    color: #444;
    text-decoration: none;
}



/* 2 Columns left */
.col2-left-layout .col-main {
    width: 740px;
    margin: 0;
    padding: 0;
}

.col-left {
    width: 210px;
    margin: 0 10px 0 0;
    padding: 0;
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    width: 100%;
    background-image:none;
    border: none;
    padding: 0;
    margin-bottom: 36px;
}

/* Products list */

.category-description {
    margin: 0 0 23px;
}

.products-grid .product-label a {
    color: #444444;
    font-size: 12px;
 }

.products-grid li.item {
    padding: 0;
    width: 230px;
    margin-right:11px;
}

.products-grid li.item.last {
    margin-right: 0;
}

.product-grid .product-label {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-grid .product-label {
    padding: 0 10px;
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 14px;
    color: #203548;
}

.products-grid .product-name {
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px;
}

.products-grid .product-name a {
    text-decoration:none;
    color: #444;
}

.products-grid .product-image {
    width: 230px;
    height: 307px;
    margin: 0;
    text-align: center;
}

.products-grid .product-image img {
    max-width: 230px;
    max-height: 307px;
    vertical-align: middle;
    margin:0;
}

.products-grid .desc {
    padding: 0 10px;
}

.products-grid .desc a {

    text-decoration:none;
}

.products-grid .price-box {
    padding: 0 10px;
    margin: 0;
}
.products-grid .price-box p {
    display:inline;
}

.products-grid .price-box .price-label{
    display:none;
}

.products-grid .price-box .price-from, .products-grid .price-box p {
    margin-right:10px;
}

.products-grid .price-box .price-from .price, .products-grid .price-box .old-price .price {
    text-decoration: line-through;
    color:#444444;
}

.products-grid .price-box .regular-price .price {
    color: #203548;
    font-size: 12px;
}

.products-grid .price-box .price-to .price, .products-grid .price-box .special-price .price {
    color: #CC0000;
}

/* Product Page */
.product-view {
    border: none;
}

.product-view .product-essential {
    padding: 0;
    background: none;
}

.product-view .product-essential .product-img-box {
    width: 470px
}

.col1-layout .product-view .product-shop {
    width: 430px;
    padding: 15px 0 0 60px;
}

.product-view div.MagicToolboxContainer {
    position: relative;
}

.product-view div.MagicToolboxMessage {
    position: absolute;
    text-align: center;
    margin: -30px 139px 15px;
    width: 190px;
    opacity: .7;
    background: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.product-view .MagicToolboxSelectorsContainer {
    padding: 20px 0;
}

.product-view .product-img-box .more-views li a {
    border: 1px solid #e8e8e8;
    width: 120px;
    height: 160px;
}

.product-view .MagicScrollArrows {
    background: url(../images/arrow-left-right.png) no-repeat;
    width: 6px;
    height: 8px;
}

.product-view .MagicScrollArrowRight {
    background-position: 0 0;
}

.product-view .MagicScrollArrowLeft {
    background-position: -6px 0;
}

.product-view .product-shop .product-label h1 {
    font-size: 21px;
    margin: 0;
}

.product-view .product-shop .product-name {
    margin: 10px 0;
    background: none;
    font-size: 16px;
}

.product-view .product-shop .price-box {
    font-size: 16px;
    overflow: hidden;
    margin: 10px 0 20px;
}

.product-view .product-shop .regular-price .price {
    font-size: 16px;
    color: #444;
}

.product-view .product-shop .price-box .old-price .price {
    color: #444;
}

.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price {
    width: 120px;
    float: left;
    padding: 0;
}

.product-view .product-shop .price-box .special-price .price {
    font-size: 16px;
    color: #cc0000;
}

.product-view .product-shop .product-options {
    margin: 0 0 30px;
    padding: 0;
    background: none;
    border: none;
}

.product-view .product-options dd {
    padding: 5px 0 15px;
}

.product-view .product-shop .product-options label {
    text-transform: uppercase;
    font-size: 12px;
}

.product-view .product-shop .product-options dl {
    margin: 0;
}

.product-view .product-shop .product-options dl.last dd.last {
    padding: 5px 0 0 0;
}

.product-view .product-shop .product-options dd select {
    width: 240px;
    font-size: 12px;
    text-transform: uppercase;
}

.product-view .product-shop .product-options-bottom {
    margin: 0 0 20px;
    background: none;
    padding: 0;
    border: none;
}

.product-view .product-shop .add-to-cart {
    float: none;
}

.product-view .product-shop .add-to-cart button.button {
    width: 240px;
}

.product-view .product-shop .add-to-cart button.button span {
    height: 44px;
    background: #000;
    border: none;
    color: #FFF;
    font-size: 12px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 20px;
}

.product-view .product-shop ul.add-to-links {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

.product-view .product-shop ul.add-to-links li a.link-wishlist {
    border: 1px solid #ccc;
    color: #444 !important;
    text-decoration: none;
    line-height: 42px;
    font-size: 12px;
    height: 42px;
    display: block;
    width: 238px;
    text-align: center;
    font-weight: bold !important;
    text-transform: uppercase;
}

.product-view .product-shop .product-collateral {
    background: none;
    padding: 0;
}

.product-view .product-shop .product-collateral .box-collateral .strikethrough {
    margin: 0;
    text-align: left;
    cursor: pointer;
}

.product-view .product-shop .product-collateral .std {
    display: none;
    padding: 10px 0 0;
    font-size: 12px;
}

.product-view .product-shop .product-collateral .product_shipping_delivery_information,
.product-view .product-shop .product-collateral .product_measurements,
.product-view .product-shop .product-collateral .product_designer_information,
.product-view .product-shop .product-collateral .product_description
{
    font-size: 12px;
}

.product-view .product-shop .product-collateral .product-collateral .box-collateral {
    margin: 0 0 10px;
}

.product-view .product-shop .product-collateral .box-collateral .strikethrough span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px 0 0;
}

.product-view .product-shop .product-collateral .box-collateral .strikethrough span.arrow {
    background: url(../images/up-down-arrow.png) no-repeat #FFF;
    width: 8px;
    height: 6px;
    display: inline-block;
    float: right;
    padding: 0 15px 0 0px;
    margin: 7px 0 0;
}
.product-view .product-shop .product-collateral .box-collateral .strikethrough span.arrow.down {
    background-position: 100% 0;
}

.product-view .product-shop .product-collateral .box-collateral .strikethrough span.arrow.up {
    background-position: 100% -6px;
}

.product-view .box-related .products-grid {
    border: none;
    background: none;
    width: auto;
    max-width: 960px;
}

.product-view .box-related .products-grid td {
    background: none;
    border: none;
    margin: 0 3px;
    display: inline-block;
    width: 314px;
}

.product-view .box-related .products-grid td a {
    min-width: 230px;
    min-height: 307px;
    width: auto;
    height: auto;
}

.product-view .box-related .products-grid td.empty {
    background: none;
}

.product-view .box-related .products-grid td img {
    border: none;
    max-width: 310px;
    max-height: 414px;
}

/* Shopping Cart */
.cart .strikethrough {
    margin: 10px 0;
}

.cart button.btn-checkout {
    width: 210px;
}

.cart button.btn-checkout span {
    background: #000;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}

.cart fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.cart .data-table, .data-table tbody th, .data-table tbody td {
    border: none;
}

.cart .data-table thead th {
    background: none;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 8px;
}

.cart .data-table .odd, .cart .data-table .even {
    background: none;
}

.cart .data-table tbody tr {
    border-top: 1px solid #e8e8e8;
}

.cart .data-table tbody tr.last {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.cart .data-table tfoot {
    border: none;
}

.cart .data-table tfoot tr {
    background: none !important;
}

.cart .data-table tfoot tr.first td {
    background: none;

}

.cart .data-table tbody {
    border: 1px solid #e8e8e8;
}

.cart .data-table .no-borders {
    border-bottom: 1px solid #FFF;
}

.cart .data-table tr.last td {
    border-bottom: none;
}

.cart .product-name {
    margin: 20px 0 0;
}

.cart .product-desc {
    margin: 0 0 10px;
}

.cart .link-wishlist, .cart .link-remove {
    color: #888 !important;
    display: inline-block;
    font-weight: normal;
}


.cart .stock-status {
    color: #BED832;
    font-weight: bold;
    margin: 0 0 10px;

}

.cart .totals {
    background: none;
    border: none;
    float: right;
    margin: 0 40px 0 0;
}

.cart .totals td {
    padding: 10px;
}

.cart .totals tfoot th strong, .cart .totals tfoot td strong {
    font-size: 14px;
}
.cart .cart-bottom-buttons .continue-btn {
    float: left;
}

.cart .cart-notes {
    float: left;
}

.cart .icon-geotrust {
    background: url(../images/icon-geotrust.gif) no-repeat;
    width: 92px;
    height: 44px;
    float: right;
    margin: 0 30px 0 0;
}

.cart .cart-notes ul {
    list-style: disc;
    font-size: 11px;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}

.cart .cart-bottom-buttons .continue-btn a {
    border: 1px solid #ccc;
    color: #444;
    text-decoration: none;
    line-height: 42px;
    font-size: 12px;
    height: 42px;
    display: block;
    width: 208px;
    text-align: center;
    font-weight: bold !important;
    text-transform: uppercase;
}
.cart .cart-bottom-buttons .paynow-btn {
    float: right;
}

.cart .cart-collaterals {
    border-top: 1px solid #e8e8e8;
    margin: 35px 0 0;
    padding: 0;
}


.cart .estimate-shipping {
    width: 530px;
}

.cart .discount-codes {
    width: 430px;
}

.cart .estimate-shipping, .cart .discount-codes {
    float: left;
}

.cart .shipping h2, .cart .discount h2 {
    background: none;
    padding: 0;
    color: #000;
}

.cart .discount, .cart .shipping {
    background: none;
    border: none;
}

.cart .discount {
    padding: 12px 40px;
}

.cart .cart-collaterals .estimate-shipping ul {
    padding: 0;
    margin: 20px 0 0;
}

.cart .discount input.input-text {
    width: 315px;
}

.cart .discount .input-box {
    margin: 20px 0;
    width: auto;
}

.cart .cart-collaterals .estimate-shipping ul li {
    padding: 0 0 15px;
}

.cart .cart-collaterals .shipping-form label, .cart .cart-collaterals .shipping-form .input-box {
    float: left;
}

.cart .cart-collaterals .shipping-form .sp-methods label {
    float: none;
}

.cart .cart-collaterals .shipping-form label {
    width: 135px;
    line-height: 20px;
    color: #000;
}
.cart .cart-collaterals .shipping-form .form-list .input-box {
    clear: none;
}

.cart .cart-collaterals .shipping-form .form-list input.input-text {
    width: 330px;
}

.cart .cart-collaterals .shipping-form .form-list select {
    width: 336px;
}

.cart .discount button span, .cart .shipping button span {
    background: #000;
    border: none;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
}

.cart .discount .buttons-set, .cart .shipping .buttons-set {
    text-align: right;
}

.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    margin: 0 30px 0 0;
}


/* Need Help */
.need-help ul {
    text-align: center;
    margin: 0;
}

.need-help ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #444;
    line-height: 11px;
}

.need-help ul li.last {
    border: none;
}

.need-help ul li a {
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Social Media */
.product-view .social-media {
    margin: 30px 0 0;
}

.product-view .social-media .addthis_toolbox.addthis_default_style {
    width: 277px;
    padding-bottom: 0;
    float: left;
}

.product-view .social-media .addthis_button_facebook_like.at300b {
    width: 80px;
}

.product-view .social-media .addthis_button_tweet.at300b {
    width: 85px;
}
.product-view .social-media  .addthis_button_pinterest_pinit.at300b {
    margin-right: 5px;
}

.product-view .social-media .fb-send.fb_iframe_widget iframe {
    width: 59px !important;
    height: 20px !important;
}

.product-view .email-friend {
    float: left;
}

.product-view .email-friend a {
    display: block;
    background: url(../images/icon-email.gif) no-repeat;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    z-index: 9999;
}

/* Toolbar */
.toolbar {
    position:relative;
    margin-bottom: 19px;
    border-bottom: solid 1px #e0e0e0;
    padding: 5px 0 5px 7px;
}

.toolbar a {
    color: #444;
    text-decoration: none;
}
.toolbar .all-items {
    display:inline;
}

.toolbar .all-items a {
    text-decoration:underline;
}
.toolbar .all-items .total {
    margin-left: 5px;
}

.toolbar .back-to-top {
    display:none;
}

.toolbar .back-to-top a {
    text-decoration: underline;
    padding-right: 10px;
    background: url(../images/pager_arrow_up.gif) no-repeat center right;
}

.toolbar .paging {
    float:right;
}

.toolbar .paging .sorting{
    display:inline;
    margin-right: 7px;
}
.toolbar .paging .sorting a {
    text-decoration: underline;
    margin-right: 12px;
}

.toolbar .paging .sorting a.active {
    text-decoration: none;
}

.toolbar .paging .sorting a:last-child {
    margin-right:0;
}

.toolbar .paging .pages {
    display:inline;
    margin-left: 17px;
}

.toolbar .paging .pages strong {
    display:none;
}

.toolbar .paging .pages ol {
    display:inline;
    padding:0;
}

.toolbar .paging .pages ol li {
    display:inline;
    padding: 0 5px;
}

.toolbar .paging .pages ol li .v-middle {
    margin-bottom: 3px;
}

.toolbar .paging .pages a {
    text-decoration: underline;
}

.toolbar .paging .pages a.previous,
.toolbar .paging .pages a.next {
    text-decoration: none;
}

.toolbar-bottom .toolbar {
    border-top: solid 1px #e0e0e0;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.toolbar-bottom .toolbar .back-to-top {
    display:inline;
}

.toolbar-bottom .all-items {
    display:none;
}

/*** Layered Navigation ***/
.block-layered-nav.block  {
    margin:0;
}

.block-layered-nav .block-content {
    background: none;
    border: none;
}

.block-layered-nav .currently {
    margin-bottom: 32px;
}

.block-layered-nav .currently .block-subtitle {
    background: none;
    padding: 0;
    border:0;
    color: #000000;
}

.block-layered-nav .currently li {
    background:none;
    padding:0;
    margin: 4px 0;
}

.block-layered-nav .currently .label {
    padding: 0;
    background: 0;
    text-transform: none;
    font-weight: normal;
}

.block-layered-nav .currently .actions {
    margin: 4px 0;
    padding: 0;
    background: 0;
    border: 0;
    text-align: center;
}

.block-layered-nav .currently .actions a {
    color: #444;
}

.block-layered-nav dl {
    margin:0;
}
.block-layered-nav dt, .block-layered-nav dt a {
    background:none;
    font-weight: bold;
    color: #000000;
    padding:0;
    text-decoration:none;
}

.block-layered-nav dt a:hover {
    text-decoration:underline;
}

.block-layered-nav dd {
    background:none;
    padding:0;
    margin:0 0 32px;
}

.block-layered-nav ol {
    margin: 0;
    padding: 0;
}

.block-layered-nav li {
    margin: 4px 0;
}

.block-layered-nav li a {
    color: #444;
    text-decoration: none;
}

.block-layered-nav li a:hover {
    text-decoration: underline;
}

.block-layered-nav dt.attrib-label {
    margin-bottom: 15px;
    cursor: pointer;
}

.block-layered-nav dt.attrib-label.close {
    padding-left: 12px;
    background: url(../images/pager_arrow_right.gif) no-repeat center left;
}

.block-layered-nav dt.attrib-label.open {
    padding-left: 12px;
    background: url(../images/pager_arrow_down.gif) no-repeat center left;
}

.block-layered-nav dd.attrib-data.close {
    display: none;
}

.block-layered-nav dd.attrib-data.open {
    display:block;
}

#colour_conf li {
    margin: 4px 0 12px;
}

#colour_conf li {
    width:50%;
    float:left;
}

#colour_conf:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}


/* Slider */
.ui-slider .ui-slider-handle {
    background: url("../images/slider-pointer.gif") no-repeat scroll center center transparent;
    cursor: pointer !important;
    height: 13px;
    width: 8px;
}

.ui-slider-horizontal .ui-slider-handle{
    top:-5px;
}
.ui-slider-horizontal {
    height:2px;
    border:none;
    background-color:#000;
}

#slider_outer {
    margin-top: 20px;
}

#slider-range-price-outer{
    padding: 0 13px;
}

#slider-range-price {
    width: 100%;
    background-color:#000;
}

.price-slider-values{
    text-align: left;
    position: relative;
    padding: 12px 13px 0;
}

.price-slider-values .min{
    float:left;
    margin-left: -5px;
}

.price-slider-values .max{
    float:right;
    margin-right: -15px;
}

.price-slider-values .filter-currency {
    padding:0;
    color: #2F2F2F;
 }

.price-slider-values input{
    padding:0; border:none;
}


/* Checkout */
.checkout-onepage-index .page-title {
    padding: 10px 0 0;
    border: none;
}

.checkout-onepage-index .strikethrough, .checkout-onepage-success .strikethrough {
    margin: 20px 0;
}
.checkout-onepage-index .main-container {
    padding: 0;
}
.checkout-onepage-index #checkoutSteps.opc {
    padding: 0;
}

.checkout-onepage-index .checkout-container {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 40px;
}

.checkout-onepage-index #checkout-progress-wrapper {
    background: url("../images/strike-through.gif") repeat-x scroll left center transparent;
}

.checkout-onepage-index .opc-block-progress dl {
    height: 16px;
}

.checkout-onepage-index .opc-block-progress dt {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
    margin: 4px 0 0 0;
}

.checkout-onepage-index .opc-block-progress dt#billing-progress {
    width: 176px;
    margin-right: 62px;
}

.checkout-onepage-index .opc-block-progress dt#delivery-progress {
    width: 167px;
    margin-right: 62px;
}

.checkout-onepage-index .opc-block-progress dt#order-progress {
    width: 208px;
    margin-right: 61px;
}

.checkout-onepage-index .opc-block-progress dt#confirmation-progress {
    width: 136px;
}

.checkout-onepage-index .opc-block-progress dt.current {
    background: #000;
}

.checkout-onepage-index #checkoutSteps.opc .step-title {
    display: none;
}

.checkout-onepage-index #checkoutSteps.opc .step {
    background: none;
    border-color: none;
    border-style: none;
    padding: 0 0 20px;
    border-width: none;
}

.checkout-onepage-index #checkoutSteps.opc fieldset fieldset {
    border: 0;
}

.checkout-onepage-index #checkoutSteps.opc button.button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

.checkout-onepage-index #checkoutSteps.opc button.button span {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 2px;
    width: 220px;
    padding: 0;
}

.checkout-onepage-index #checkoutSteps.opc button.button span span {
    text-transform: uppercase;
}

.checkout-onepage-index #opc-login h3 {
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
}

.checkout-onepage-index #opc-login ul {
    padding: 0 0 0 18px;
    margin: 5px 0 0;
}

.checkout-onepage-index #opc-login ul li {
    line-height: 20px;
}

.checkout-onepage-index #opc-login ul.form-list {
    padding: 0;
    margin: 5px 0 0 0;
}

.checkout-onepage-index #opc-login .buttons-set {
    padding:0;
    margin: 30px 0;
    border:none;
}

.checkout-onepage-index #opc-login .buttons-set button.button {float: left;}

.checkout-onepage-index #opc-login ul.register-or-guest-list {margin: 6px 0 0 0;}
.checkout-onepage-index #opc-login ul.register-or-guest-list li{line-height: 34px;}
.checkout-onepage-index #opc-login ul.register-or-guest-list li input{float: left;}
.checkout-onepage-index #opc-login ul.register-or-guest-list li label{float: left;margin: -10px 0 0 0;}

.Firefox .checkout-onepage-index #opc-login ul.register-or-guest-list {margin: 10px 0 0 0;}
.Firefox .checkout-onepage-index #opc-login ul.register-or-guest-list li{line-height: 38px;}
.Firefox .checkout-onepage-index #opc-login ul.register-or-guest-list li label{margin: -12px 0 0 0;}

.Explorer .checkout-onepage-index #opc-login ul.register-or-guest-list {margin: 10px 0 0 0;}
.Explorer .checkout-onepage-index #opc-login ul.register-or-guest-list li{line-height: 38px;}
.Explorer .checkout-onepage-index #opc-login ul.register-or-guest-list li label{margin: -12px 0 0 0;}

.Chrome .checkout-onepage-index #opc-login .col-2 .buttons-set{margin-top: 28px;}
.Firefox .checkout-onepage-index #opc-login .col-2 .buttons-set{margin-top: 33px;}
.Explorer .checkout-onepage-index #opc-login .col-2 .buttons-set{margin-top: 33px;}

.checkout-onepage-index fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.checkout-onepage-index .form-list input.input-text {
    letter-spacing: 2px;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    color: #444;
}

.checkout-onepage-index a {
    color: #000;
}

.checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2 {
    width: 420px;
    height: 310px;
}

.checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .separator {
    border-right: 1px solid #e8e8e8;
}

.checkout-onepage-success .page-title {
    padding: 10px 0 0;
    border: none;
}

.checkout-onepage-success #checkout-progress-wrapper {
    background: url("../images/strike-through.gif") repeat-x scroll left center transparent;
}

.checkout-onepage-success .opc-block-progress dl {
    height: 16px;
}

.checkout-onepage-success .opc-block-progress dt {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
    margin: 4px 0 0 0;
}

.checkout-onepage-success .opc-block-progress dt#billing-progress {
    width: 176px;
    margin-right: 62px;
}

.checkout-onepage-success .opc-block-progress dt#delivery-progress {
    width: 167px;
    margin-right: 62px;
}

.checkout-onepage-success .opc-block-progress dt#order-progress {
    width: 208px;
    margin-right: 63px;
}

.checkout-onepage-success .opc-block-progress dt#confirmation-progress {
    width: 134px;
}

.checkout-onepage-success .opc-block-progress dt.current {
    background: #000;
}

.checkout-onepage-success h2.sub-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    color: #0A263C;
}

.checkout-onepage-success .checkout-container {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 20px 40px 50px;
}

.checkout-onepage-success .checkout-container button.button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

.checkout-onepage-success .checkout-container button.button span {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 2px;
    width: 220px;
    padding: 0;
}

.checkout-onepage-success .checkout-container button.button span span {
    text-transform: uppercase;
}

.checkout-onepage-success .checkout-container .buttons-set {
    border-top: 0 none;
}

.checkout-onepage-success .checkout-container p a {
    color: #444444;
    text-decoration: none;
}

/*Header Recently added items*/
.header .quick-access{position: relative;}
#recently-added-items{clear: both; width: 330px; position: absolute; top: 25px; right: 25px; z-index: 9999; background: #FFF; display: none;}
.arrow-up-h{ width: 14px; height: 11px; background: url(../images/arrow-up-topheader.png) no-repeat scroll 0 0; position: absolute; top: -8px;right: 20px;}
#recently-added-items .block-cart{
    padding: 20px;
    margin-bottom: 0;
    z-index: 1;
}

#recently-added-items .block-cart .block-content{
    background-color: transparent;
}
#recently-added-items .block-cart .block-subtitle{
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    letter-spacing: 4px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}
#recently-added-items #cart-sidebar{
    padding: 0;
}

.div_shadow , #recently-added-items{
box-shadow: 0px 0px 10px 2px #CCCCCC;
-webkit-box-shadow: 0px 0px 10px 2px #CCCCCC;
-moz-box-shadow: 0px 0px 10px 2px #CCCCCC;
-o-box-shadow: 0px 0px 10px 2px #CCCCCC;
}

#recently-added-items .buttons{
   text-align: left;
   border-top: 1px solid #c4c1bc;
   padding-top: 20px;
}
#recently-added-items #cart-sidebar{margin-top: 5px;}
.view-your-bag-bttn.button.button span ,
.buy-now-bttn.button.button span {
    border: 1px solid #ccc;
    color: #444 !important;
    text-decoration: none;
    line-height: 42px;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: bold !important;
    text-transform: uppercase;
    background: #FFF;

    height: 40px;
}
.view-your-bag-bttn.button.button > span > span{
    width: 140px;
    border: none;
    float: left;
}
.buy-now-bttn.button.button span {
    width: 90px;
    background: #000;
    border: 0px solid #000;
    color: #FFF !important;
    float: right;
}
.buy-now-bttn.button.button{ margin-left: 14px; }
#recently-added-items .mini-products-list .product-image{
    width: 75px;
}
#recently-added-items .details,
#recently-added-items .product-details .btn-remove{
    display: none;
}
#recently-added-items .product-name ,
#recently-added-items .product-name a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#recently-added-items .desc,
#recently-added-items .size{
    font-size: 11px;
}
#recently-added-items .size,
#recently-added-items .price{
    font-weight: bold;
    color: #000;
}
#recently-added-items .size{
    margin-top: 25px;
}

#recently-added-items .product-details{
    width: 190px;
    text-align: left;
    margin-left: 90px;
}
#recently-added-items .block li.odd,
#recently-added-items .block li.even{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

#recently-added-items .block-cart .stock-status{
    color: #BED832;
    font-weight: bold;
    margin: 15px 0 20px;
}
#recently-added-items .block-content .empty{ text-align: center;}
.opc .buttons-set {
    border-top: none;
    padding: 50px 0 0;
}

.checkout-onepage-index #opc-billing .form-container, .checkout-onepage-index #opc-shipping .form-container,
.checkout-onepage-index #opc-payment .form-container {
    width: 405px;
    float: left;
    padding: 0 0 0 40px;
}

.checkout-onepage-index #opc-billing .form-container.separator, .checkout-onepage-index #opc-shipping .form-container.separator,
.checkout-onepage-index #opc-payment .form-container.separator {
    padding: 0 20px 0 0;
}

.checkout-onepage-index #opc-billing h2, .checkout-onepage-index #opc-shipping h2,
.checkout-onepage-index #opc-payment h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
}

.checkout-onepage-index #opc-billing .form-list li, .checkout-onepage-index #opc-shipping .form-list li {
    padding: 0;
}

.checkout-onepage-index #opc-billing .form-list label, .checkout-onepage-index #opc-shipping .form-list label {
    padding: 0 0 10px;
}

.checkout-onepage-index #opc-billing .form-list .field, .checkout-onepage-index #opc-shipping .form-list .field {
    float: none;
    padding: 10px 0;
}

.checkout-onepage-index #opc-billing .form-list .input-box, .checkout-onepage-index #opc-billing .form-list input.input-text,
.checkout-onepage-index #opc-shipping .form-list .input-box, .checkout-onepage-index #opc-shipping .form-list input.input-text {
    width: 380px;
}

.checkout-onepage-index #opc-billing .form-list select, .checkout-onepage-index #opc-shipping .form-list select {
    width: 400px;
    color: #444;
    padding: 4px 5px;
    font-size: 12px;
    letter-spacing: 2px;
}

.checkout-onepage-index dt {
    overflow: hidden;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px solid #000;
    margin: 0;
    font-weight: bold;
}

.checkout-onepage-index dd {
    margin: 0;
}

.checkout-onepage-index dd li {
    margin: 10px 0;
    font-weight: bold;
}

#checkout-shipping-method-load .sp-methods dd li {
clear: both;
}

.opc .gift-messages-form {
    padding: 0;
    margin: 20px 0 0;
    border: none;
    background: none;
}

.opc .gift-messages-form .gift-image-container {
    width: 95px;
    margin: 25px 0 0;
}

.opc .gift-messages-form .gift-image {
    background: url(../images/gift-message.png) top no-repeat;
    height: 124px;
}

.opc .gift-messages-form .inner-box {
    padding: 0 0 0 15px;
    height: auto;
    overflow: hidden;
}

.checkout-onepage-index .gift-messages-form .form-list input-box {
    margin: 0 10px 0 0;
}

.checkout-onepage-index .gift-messages-form .form-list input.input-text {
    width: 240px;
}

.checkout-onepage-index .gift-messages-form .form-list li.wide textarea {
    width: 745px;
    padding: 5px 10px;
    height: 90px;
}

.checkout-onepage-index .gift-messages-form label {
    font-weight: bold;
    text-transform: uppercase;
}

.checkout-onepage-index .gift-messages-form .whole-order {
    margin: 10px 0 25px;
}

.checkout-onepage-index .packaging input {
    margin: 0 5px 0 0;
}

.checkout-onepage-index #review-payment-address .shipping-address, .checkout-onepage-index #review-payment-address .billing-address {
    width: 170px;
    float: left;
    padding: 0 30px 0 0;
}

.checkout-onepage-index #review-payment-address address {
    line-height: 20px;
    padding: 0 0 20px;
}

.checkout-onepage-index #checkout-review-table h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.checkout-onepage-index #checkout-review-table {
    border: none;
}

.checkout-onepage-index #checkout-review-table td {
    padding: 0 0 10px;
}

.checkout-onepage-index #checkout-review-table tfoot {
    border: none;
    line-height: 20px;
}

.checkout-onepage-index #checkout-review-table tfoot tr {
    background: none !important;
}

.checkout-onepage-index #checkout-review-table tfoot td {
    padding: 0;
    border: none;
    text-align: left !important;
}

.checkout-onepage-index #checkout-review-table tfoot td .price {
    text-align: right !important;
    display: block;
}

.checkout-onepage-index #checkout-review-table tfoot strong {
    font-weight: normal !important;
    font-size: 12px;
}

.checkout-onepage-index .review-payment-method {
    margin: 50px 0 0;
}
.checkout-onepage-index .review-payment-method dt {
    padding: 10px 0 10px 1px;
    border: none;
}

.checkout-onepage-index .review-payment-method ul li label {
    width: 220px;
    float: left;
}

.checkout-onepage-index .review-payment-method ul li .input-box {
    clear: none;
    float: left;
}

.checkout-onepage-index #opc-payment .form-list .v-fix select {
    width: auto;
}

.checkout-onepage-index #opc-payment .form-list select {
    width: 276px;
    color: #444;
    padding: 4px 5px;
    font-size: 12px;
    letter-spacing: 2px;
}

.checkout-onepage-index #opc-payment .form-list #payment_form_directdeposit_au .input-box {
    width: auto;
}

.checkout-onepage-index .form-list label.required em {
    float: left;
    position: inherit;
    right: 0;
}

.checkout-onepage-index #checkoutSteps.opc #opc-payment button.button span {
    background: #bed832;
    color: #000;
    border: none;
}

.checkout-onepage-index .icon-geotrust {
    background: url(../images/icon-geotrust.gif) no-repeat;
    width: 92px;
    height: 44px;
    margin: 0 30px 0 0;
    float: right;
}

.checkout-onepage-index .buttons-set .back-link {
    line-height: 44px;
}

.opc .buttons-set .please-wait {
    clear: both;
    padding: 10px 0;
}

.opc .buttons-set .back-link a {
    background: url(../images/pager_arrow_left.gif) no-repeat left;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

/*Login Page*/
.customer-form-page .account-create {
    padding: 0 0 50px;
}

.customer-form-page{ margin-bottom: 100px; }
.customer-form-page .col2-set .col-1,
.customer-form-page .col2-set .col-2,
.customer-form-page .col2-set .col-3{
    width: 318px;
    background-color: transparent;
    color: #0a263c;
    border-right: 1px solid #807d7e;
}
.customer-form-page .col2-set .col-3{
    border-right: 0;
}
.customer-form-page .col2-set .col-2{
    float: left;
}
.customer-form-page .col2-set .col-3{
    float: left;
}

.customer-form-page ul.messages {
    overflow: visible;
}

.customer-form-page ul.messages > li {
    margin: -25px 0 25px !important;
}

.customer-form-page .content{
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    min-height: 270px;
    width: 260px;
    margin: 0 auto;
}

.customer-form-page .col-3 .content{ border-right: none; }

.customer-form-page .content h2,
.customer-form-page .fieldset .legend, .send-friend .fieldset .legend,
.customer-account-confirmation .fieldset .legend {
    color: #000000;
    background-image: none;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    border-bottom: 0;
}
.customer-form-page .buttons-set, .customer-account-confirmation .buttons-set {
    padding: 0 0;
    border: 0;
    margin: 0;
    background-image: none;
    background-color: transparent;
}
.customer-form-page .buttons-set button.button, .customer-account-confirmation .buttons-set button.button{
    float: left;
    margin-left: 0;
}

.customer-form-page .buttons-set button.button > span,
.my-account button.button > span,
.my-account-page .col-left.sidebar .block button.button > span,
.customer-account-confirmation .buttons-set button.button > span,
.customer-account-giftcard button.button > span,
.giftvoucher-index-view .buttons-set button.button > span
{
    border: 0;
    background-color: #000000;
    padding: 10px;
}
.customer-form-page .buttons-set button.button > span > span,
.my-account button.button > span > span,
.my-account-page .col-left.sidebar button.button > span > span,
.customer-account-confirmation .buttons-set button.button > span > span,
.customer-account-giftcard button.button > span > span,
.giftvoucher-index-view .buttons-set button.button > span > span{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 4px;
    background-color: transparent;
    border: 0;
}
.customer-form-page .forgot-pass,
.customer-form-page .forgot-pass:active,
.customer-form-page .forgot-pass:visited{
    text-decoration: none;
    color: #000000;
    margin-top: 10px;
}
.customer-form-page .forgot-pass:hover{
    text-decoration: underline;
}
.customer-form-page .required{
    display: none;
}
.customer-form-page .form-list li {margin-bottom: 20px;}
.customer-form-page .form-list .input-box{ width: 100%; position: relative;  }
.customer-form-page .form-list input.input-text,
.customer-account-confirmation .form-list input.input-text { width: 240px;  border: 1px solid #636364;}
.customer-form-page .new-users .buttons-set,
.customer-form-page .checkout-user .buttons-set{
    text-align: center;
    padding: 35px 0;
}
.customer-form-page .new-users .buttons-set button.button,
.customer-form-page .checkout-user .buttons-set button.button{
    float: none;
}
.customer-form-page .new-users h4{ text-transform: uppercase; color: #000000; }
.customer-form-page .page-title{ border-bottom: 0;}
.customer-form-page .strikethrough, .customer-account-confirmation .strikethrough { margin: 0 0 50px;}
.customer-form-page .secure-content{ background: url(../images/icon-geotrust.gif) no-repeat scroll 0 0; width: 92px; height: 44px; float: right; margin-top: 70px; }

.customer-form-page .form-list input.input-text ,
.customer-form-page .form-list .input-box .c-placeholder{
    padding: 7px;
}

.c-placeholder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    display: none;
    color: #b1a9bb;
    letter-spacing: normal;
}
.customer-form-page .fieldset .legend, .send-friend .fieldset .legend, .customer-account-confirmation .fieldset .legend {
    background-color: transparent;
    border: 0;
}
.customer-form-page .fieldset, .send-friend .fieldset, .customer-account-confirmation .fieldset{
    background-color: transparent;
    border: 0;
    margin: 0;
}
.customer-form-page .buttons-set .back-link, .customer-account-confirmation .buttons-set .back-link { float: right; line-height: 39px; }

.customer-account-confirmation .buttons-set .back-link a,
.customer-account-confirmation .buttons-set .back-link a:visited,
.customer-account-confirmation .buttons-set .back-link a:active,
.customer-form-page .buttons-set .back-link a,
.customer-form-page .buttons-set .back-link a:visited,
.customer-form-page .buttons-set .back-link a:active{
    text-decoration: none;
    color: #000000;
    background: url(../images/pager_arrow_left.gif) no-repeat left;
    padding: 0 0 0 16px;
}

.customer-account-confirmation .buttons-set .back-link a:hover
.customer-form-page .buttons-set .back-link a:hover{
    text-decoration: underline;
}

.customer-form-page .input-box{
    display: inline-block;
    width: auto !important;
}

/*Customer Account Page*/
.block-account{ border: 0;}
.block-account .block-content{ background: transparent;}
.block-account .block-title{
    background-image: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
}
.block-account .block-title,
.block-account .block-title strong,
.block-account .block-content li.current,
.addresses-list h2{
    color: #000000;
}

.my-account a{
    font-weight: bold;
    text-decoration: underline;
}
.my-account a:hover{
    text-decoration: none;
}

.my-account-page a.link-reorder,
.block-account .block-content a,
.block-account .block-content a:visited,
.block-account .block-content a:active{
    font-weight: normal;
    color: #444 !important;
}
.block-account .block-content a:hover{
    color: #444 !important;
    text-decoration: underline !important;
}
.block-account .block-content li.current,
.block-account .block-content li a {
    border-bottom: 0;
}
.my-account-page .box-head h2{
    color: #000;
}
.my-account .fieldset .legend{
    color: #000;
    border: 1px solid #bbafa0;
    background: #ffffff;
}

.my-account .messages{
    background: #f1f1f1 url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 0;
    color: #000;
    margin: 10px 0 0 0 !important;
}
.my-account .messages > li{
    border: 1px solid #ccc;
    color: #000;
    background-color: #f1f1f1;
}
.my-account-page{}
.my-account-page .col-left.sidebar .block{ margin-top: 15px;}
.my-account-page .col-left.sidebar .block .block-title strong{
    color: #000;
}
.my-account-page .col-left.sidebar .block button.button > span{
    padding: 3px 10px;
}
.sidebar form#reorder-validate-detail{}
.sidebar form#reorder-validate-detail .actions{text-align: center;}
.sidebar form#reorder-validate-detail .actions a {
float: none;
margin: 6px 0 0 0;
display: block;
overflow: hidden;
}
.sidebar form#reorder-validate-detail .actions button.button{float: none;}
ol#cart-sidebar-reorder{padding: 0;}
.sub-title{
    color: #000;
    text-transform: uppercase;
}
.customer-account-confirmation .form-list input.input-text {
    padding: 7px;
}

#checkout-progress-wrapper .opc-block-progress dl{
  width: 985px;
}

.col-left.sidebar{margin-bottom: 30px;}

.my-account .col2-set {
    margin: 20px 0 0;
}

.my-account ol {
    padding: 0;
}

.my-account .strikethrough {
    margin: 10px 0 30px;
}

.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span{
    border-color: #000;
    background: #000;
}

/* Email To Friend */
.send-friend .form-list input.input-text {
    color: #444444;
    height: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 0 10px;
    width: 278px;
}

.send-friend .form-list textarea {
    padding: 5px 10px;
    width: 593px !important;
}

.send-friend .form-list li.additional-row {
    border: none;
}

.send-friend .form-list li p {
    margin: 0 15px 5px 0;
}

.send-friend #max_recipient_message {
    text-align: center;
}

.send-friend #add_recipient_button {
    float: right;
}

.send-friend button span {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    height: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}

.send-friend .back-link a {
    background: url("../images/pager_arrow_left.gif") no-repeat scroll left center transparent;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
    color: #000;
    padding: 0 0 0 16px;
}

.send-friend .buttons-set {
    border: none;
}
.placeholder-pass{color: #ccc;}
.giftvoucher-index-addredeem #addredeem-giftvoucher-code button.button{
    margin-left: 15px;
}
.giftvoucher-index-addredeem .back-link > a small{ display: none;}
.sales-order-print .col2-set .col-1 , .sales-order-print .col2-set .col-2{ border-right: 0; width: 48.5%;}
.sales-order-print .buttons-set{margin-top: 20px;}
.link-print{color: #444;}

/* CMS Page */
.cms-heading {
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size:15px;
    margin: 10px 0;
    color: #000;
}

.cms-heading + p,
.cms-heading + .cms-container {
    display: none;
}

.cms-page-view p strong {
    color: #000;
}

.cms-shipping-information a,
.cms-shop-with-us a {
    color: #000;
}

.cms-about-us .cms-heading + p {
    display:block;
}

/* Shipping and Delivery Info */
.delivery-info{
    float: left;
    margin-bottom: 20px;
}

.delivery-info select{
    width: 250px;
    padding: 3px;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.delivery-info a {
    text-decoration: none;
}


/* Frontend revisions overrides */

#nav a {
    padding: 0 35px 0 10px;
    font-size: 9pt;
}

.header .links li {
    padding: 0 5px;
}

.header .links a {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #444;
    letter-spacing: 2px;
}

.footer address {
    font-size:7.5pt;
}

.footer .subscribe-note {
    text-align: left;
}

.footer .footer-links h3 {
    font-size: 12px;
}

#nav li ul li .gc-link{
    margin-top: 50px;
}

.my-account-page .dashboard .box-head h2,
.my-account-page .dashboard .box-head h2{
    background-image: none;
    padding-left: 0;
}

.my-account-page .my-account a,
.my-account-page .customer-account-giftcard a{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: #000000;
    text-decoration: underline;
}
.my-account-page .my-account a:hover,
.my-account-page .customer-account-giftcard a:hover{
    text-decoration: none;
}
.my-account-page .regular-price .price{
    color: #000000;
}
.my-account-page .col-left.sidebar .block-account ul li a,
.my-account-page .col-left.sidebar .block-account ul li{
    text-transform: uppercase;
}
.my-account-page .dashboard .box-account,
.my-account-page .addresses-list li.item{
    background-image: none;
}
.my-account-page .data-table thead th{
    background-image: none;
    background-color: #e7e7e7;
}
.my-account-page .back-link a{
    text-indent: -13px;
    display: inline-block;
    overflow: hidden;
}
.dashboard .box .box-title.strikethrough h1{
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-left: 0;
    text-transform: none;
    color: #0a263c;
    letter-spacing: 2px;
}

.cms-free-vip-shipping .main, .cms-free-vip-signature .main{
    min-height:0px;
}

span.free-vip {
    display: none;
}

.cms-free-vip-shipping .strikethrough span,
.cms-free-vip-signature .strikethrough span {
    display:none;
}

.cms-free-vip-shipping .strikethrough span.free-vip, .cms-free-vip-signature .strikethrough span.free-vip{
    display: inline;
}

.my-account-page .fieldset {
    border: none;
    background: none;
}

.my-account-page .fieldset .legend {
    border: none;
}

.my-account-page a {
    color: #000;
}

.my-account-page ul.form-list, .my-account-page ul.monkey-additional-lists {
    border: 1px solid #ccc;
    padding: 20px;
}

.my-account-page .footer .account-create form .fieldset ul.form-list {
    border: none;
}

.giftvoucher-index-view .page-title h3 {
    color: #000;
    font-size: 13px;
    text-transform: none;
}

.giftvoucher-index-view .page-title.strikethrough{
    margin: 0 0 0;
    padding: 0 0 0;
}

.hide {display:none;}

/* Product Measurement */
.product-measurement p {
    margin:0 0 10px;
}
.product-measurement .unit {
    display:block;
    margin-bottom: 5px;
    color:#BED832;
    font-weight:bold;
}

#measuring-guide {
    border: 1px solid #CCCCCC;
    color: #444444;
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
    padding: 8px 15px;
    text-transform: uppercase;
    text-decoration:none;
}

#measuring-guide:hover {
    text-decoration: underline;
}

.checkout-onepage-index .form-list .field{
    width: 50%;
}
.checkout-onepage-index .form-list .field .input-box{
    width: 94%;
}
.checkout-onepage-index .gift-messages-form .form-list input.input-text{
     width: 100%;
}

.checkout-onepage-success h1,
.checkout-onepage-success h2,
.checkout-onepage-index h1,
.checkout-onepage-index h2{
    color: #000000;
}
.gift-card-bttn-cont{
    float: right !important;
    width: auto !important;
}
.clearfix:after , .order-review:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}
.order-review{
    background: #f2f2f2;
    padding: 15px;
}

.checkout-onepage-index #opc-payment .form-container {
    width: 400px;
    padding-left: 20px;
}

/* Gift Voucher - Send to friend */
.giftvoucher-emailtofriend, .giftvoucher-receiver {
    margin: 20px 0;
    width: 90%;
}
.giftvoucher-receiver input[type="text"], .giftvoucher-receiver textarea {
    letter-spacing: 2px;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 4px 10px;
}

.giftvoucher-receiver textarea {
    height: 120px;
}

.giftvoucher-receiver #day_to_send{
    width: 389px;
}

.checkout-container h3 {
    color: #000;
}
p.fclear{clear: both !important;line-height: 0 !important;height: 0 !important;font-size: 0 !important;display: block !important;float: none !important;margin: 0 !important;padding: 0 !important;}

.aw_countdown_timer_container_black, .aw_countdown_timer_container_grey, .aw_countdown_timer_container_default {
    padding-top: 43px;
    padding-left: 310px;
    position: absolute;
}

.aw_countdown_days, .aw_countdown_hours, .aw_countdown_separator_afterhours, .aw_countdown_minutes, .aw_countdown_separator_afterminutes, .aw_countdown_seconds {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.aw_countdown_timer_container_black span.aw_countdown_days, .aw_countdown_timer_container_black span.aw_countdown_hours, .aw_countdown_timer_container_black span.aw_countdown_minutes, .aw_countdown_timer_container_black span.aw_countdown_seconds {
    font-size: 13px !important;
}

.aw_countdown_timer_container_black div.aw_countdown_separator_afterhours, .aw_countdown_timer_container_black div.aw_countdown_separator_afterminutes {
    font-size: 13px !important;
}

.aw_countdown_timer_container_black span.aw_countdown_days_label, .aw_countdown_timer_container_black span.aw_countdown_minutes_label, .aw_countdown_timer_container_black span.aw_countdown_hours_label, .aw_countdown_timer_container_black span.aw_countdown_seconds_label {
    font-size: 10px !important;
}

.aw_countdown_days_container div + div, .aw_countdown_hours_container div + div, .aw_countdown_minutes_container div + div, .aw_countdown_seconds_container div + div {
    margin-top: -3px !important;
}

.aw_countdown_separator {
    height: 32px !important;
}

.cms-home .header h1.logo{line-height: 0;}

/** TNT-477 **/
#newsletter-popup{
    /* background: url('../images/tnt-newsletterpopup-bg.png') 0 0 no-repeat #fff; */
    width: 600px !important;
    height: 365px !important;
    margin: auto !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    position: fixed;
    z-index: 99999;
    background: #FFF;
    
}

#newsletter-popup .newsletter-popup-close{
    position: absolute;
    top: 0;
    right: 0;
}

#newsletter-popup > div {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

#newsletter-popup p {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 30px;
}

#newsletter-popup form {
    display: inline-block;
    width: 270px;
    position: relative;
    align-self: center;
}

#newsletter-popup .email-newsletter-subscribe{
    border: 1px solid black;
    color: #000;
    display: block;
    padding: 5px;
    position: relative;
    /*top: 270px;
    left: 298px;*/
    width: 258px;
    margin-bottom: 12px;
}

#newsletter-popup .email-newsletter-subscribe p.error {
    color: red;
}

#newsletter-popup .btn-newsletter-subscribe,
#newsletter-popup .newsletter-popup-ignore{
    background-color: #000;
    border: none;
    color: #FFF;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 5px;
}

#newsletter-popup .btn-newsletter-subscribe{
    /*left: 299px;
    top: 279px;*/
    width: 270px;
    margin-bottom: 38px;
}

#newsletter-popup .newsletter-popup-ignore{
    font-size: 9px;
    /*top: 310px; 
    left: 299px;*/
    width: 260px;
    text-decoration: none;
}

#newsletter-popup .validation-advice {
    background: transparent !important;
    left: 280px;
    position: absolute;
    top: 250px;
}

/* TNT-479 */
.packagingInfo{
    display:block;
    font-weight: normal;
    width: 75%;
    margin-top: 10px;
}
.order-items .order-info-box{
    width: 95.7% !important;
    margin-top: 20px;
}
#checkout-step-shipping_method #customOrderComment .buttons-set{ padding: 0; }


/* TNT-492 */
.cat-sale {
    color: #F00 !important;
    font-weight: bold !important;
    padding: 0 !important;
}
.cat-bold {
    color: #000 !important;
    font-weight: bold !important;
    padding: 0 !important;
}