﻿html {
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: none;
}




/* Main CSS for MantisShop */
input[type=text], select, textarea, input[type=button], input[type=submit], input[type=password] {
    border-radius: 0px;
    font-family: "HelveticaNeue", arial, helvetica sans-serif;
}

input[type=text], input[type=password] {
    border: 1px solid #A9A9A9;
}

.homebox a:link,
.homebox a:visited {
    color: #C71585;
}

a:link,
a:visited {
    color: #C71585;
}



.left {
    float: left;
}

.right {
    float: right;
}

.center, .text-center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.clear {
    clear: both;
}

.inline {
    display: inline;
}

.zero {
    margin: 0;
}

.width_zero,
.form .width_zero input,
.form input.width_zero,
.form select.width_zero {
    width: auto;
}

.order_info p label {
    width: 210px;
}

.no-width, .form input.no-width {
    width: auto;
}

.no-wrap {
    white-space: nowrap;
}

.redtext {
    color: #CC0000;
}

.greentext {
    color: #009900;
}

.bold, tr.bold td {
    font-weight: bold;
}

quote {
    font-style: italic;
    color: #111;
}

tr.totals {
    background-color: #EDEDED;
}

.w150 {
    width: 150px;
}

.w195 {
    width: 195px;
}

.w250 {
    width: 250px;
}

.w270 {
    width: 270px;
}

.w280 {
    width: 280px;
}

.w290 {
    width: 290px;
}

.w350 {
    width: 350px;
}

.w400, .form input.w400 {
    width: 400px;
}

.w100p {
    width: 100%;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.table {
}

.alt_item {
    background: #EDEDED;
}

.hr {
    height: 20px;
    border-bottom: solid 2px #dd4178;
    margin-bottom: 20px;
}


/* Messages */

.msg_warning {
    background: url(../../images/icon_warning.png) no-repeat center left;
    margin: 10px 0;
    padding-left: 18px;
    font-size: 14px;
    color: #990000;
}



#controls {
}

#myaccount {
}

#shoppingcart {
}

#search {
}

.backlink {
    position: relative;
    top: 10px;
    font-size: 12px;
    color: #333;
    padding-left: 20px;
    background: url(../admin/images/icon_backlink.png) no-repeat left center;
}



/* Share link */

#share {
    float: right;
    margin: 5px -12px 0 0;
}

    #share a {
        background: none;
        padding: none;
    }






h1 {
    font-size: 1.3em;
    /*color: #A10334;*/
    color: #000;
    padding-bottom: .5em;
}

h2 {
    font-size: 1.2em;
    padding-bottom: .25em;
}

h3 {
    font-size: 1.2em;
    padding-bottom: .25em;
}

h4 {
    font-size: 1.2em;
    padding-bottom: .25em;
}

span.date {
    font-size: 11px;
    color: #999;
}





/* Website Links page */

a.weblink:link,
a.weblink:visited {
    float: left;
    display: block;
    width: 45%;
    margin: 0 10px 10px 0;
    padding: 10px;
    text-decoration: none;
    background: #F5F5F5;
    background-image: none;
}

a.weblink:hover,
a.weblink:active {
    padding: 9px;
    border: solid 1px #CCC;
    background: #EEE;
}

.weblink .site_title {
    font-weight: bold;
    color: #000;
}

.weblink .site_url {
    font-size: 11px;
    color: #666;
}

/* Sitemap page */

.sitemap_block {
    width: 200px;
    margin-bottom: 20px;
    padding: 10px;
    background: #F5F5F5;
}

    .sitemap_block:hover {
        padding: 9px;
        border: solid 1px #CCC;
        background: #EEE;
    }

    .sitemap_block a:link,
    .sitemap_block a:visited {
        display: block;
        line-height: 15px;
        text-decoration: none;
    }

    .sitemap_block a:hover,
    .sitemap_block a:active {
        font-weight: bold;
    }


/* Form layout and formating - leaving as much as possible up to the browser */

.form {
    padding: 10px;
    border: dotted 1px #CCC;
    background: #F3F3F3;
}

.clean {
    padding: 0;
    border: none;
    background: none;
}

.form p {
    position: relative;
    margin-bottom: 10px;
}

.form label {
    float: left;
    width: 110px;
}

.form input {
    width: 150px;
}

    .form input[type="submit"] {
        margin: 0px 0px 0px 0px;
        padding: 2px 5px 2px 5px;
    }

    .form input[type="checkbox"] {
        float: left;
        width: auto;
    }

.form textarea {
    width: 150px;
    height: 100px;
}

.validation_summary {
    margin-left: 30px;
    padding: 10px;
    border: dotted 1px #CC0000;
    background: #FFF2F2;
}

/* Feature product listings - ctlTop5.ascx */

.feat_prod_listing {
}

    .feat_prod_listing title {
    }

    .feat_prod_listing price {
    }

    .feat_prod_listing image {
    }

    .feat_prod_listing desc {
    }

/* Typical product listings */

.prod_listing_title {
    /*color:#A07D81;*/
    font-size:12px;
    min-height: 30px; /*50px;*/
}

/*.prod_listing {
	margin-top: 25px;
	height: 159px;
}

.prod_listing .img {
	max-width: 159px;
	max-height: 159px;
	overflow:hidden;	
}

 .prod_listing_title a {
	font-size: 13px;
	color: #a20232;
	text-decoration: none;
}

 .prod_listing_title {
	padding: 20px 0px 10px 0px;
	height: 35px;
	text-align: center;
	width:182px;	
}

.prod_listing .price {
	font-size: 12px;
	color: #AEC6BF;
	padding: 1px 5px;
	text-align: center;
}*/

.prod_listing {
    width: 130px !important;
    text-align: center;
    /*float: left;*/
    margin: 0px 5px 5px 0px;
    display:inline-block;
    zoom: 1;
    *display: inline;
    vertical-align:top;
}

    .prod_listing a {
        text-decoration: none;
    }

    .prod_listing .img {
        width: 130px !important;
        /*height: 150px;*/
        height: 194px;
        overflow: hidden;
    }

        .prod_listing .img img {
            max-width: 130px !important;
            /*max-height: 150px;*/
            max-height: 194px;
        }

/*.prod_listing_title a {
	font-size: 13px;
	color: #a20232;
	text-decoration: none;	
}*/

.prod_listing_text {
    padding: 5px 0px 10px 0px;
    /*height: 75px;*/
    height: 105px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.prod_listing_price {
    padding-top: 3px;
    font-size: 12px;
    text-align: center;
    color: black;
}

.wishlist_listing {
    width: 140px !important;
}

.wishlist_listing .prod_listing_text {
    height: 115px;
}

#breadcrumb {
    padding: 10px 10px;
    font-family: 'Century Gothic', HelveticaNeue, Arial, 'helvetica sans-serif';
    font-size: 12px;
}

    #breadcrumb h3 {
        display: inline-block;
        font-weight: normal;
    }

    #breadcrumb a:link, #breadcrumb a:visited {
        color: #C71585;
    }

/* Global product listing pagination */

.pagination {
}

    .pagination .prev {
    }

    .pagination .next {
    }

.pagination_link {
}

/* Main Category listings - all_categories.aspx */

.all_cats {
    display: block;
}

    .all_cats a:link,
    .all_cats a:visited {
        display: block;
        float: left;
        font-size: 20px;
    }

    .all_cats a:hover,
    .all_cats a:active {
    }

/* Heading of category pages - breadcrumb separator */

/*span.cat_breadcrumb_separator:after {
    color: #CCC;
}*/

/* Sub Category listings */


.sub_cat_list {
    font-size: 20px;
    color: #59483B;
    font-weight: bold;
}

    .sub_cat_list a:link,
    .sub_cat_list a:visited {
        margin-right: 15px;
    }

    .sub_cat_list a:hover,
    .sub_cat_list a:active {
    }

/* Steps in the checkout process */

span.step_1,
span.step_2,
span.step_3,
span.step_4 {
    font-size: 20px;
}



/* Payment page */

.payment_method,
a.payment_method:link,
a.payment_method:visited {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 0 10px 0;
    line-height: 50px;
}

a.payment_method:hover,
a.payment_method:active {
    color: #000;
}

.btb {
    background: url(../images/icon_btb.jpg) no-repeat left top;
}

.layby {
    padding: 0px 0 0 70px;
    display: block;
    background: url(../images/icon_layby.jpg) no-repeat left top;
}

.laybypayment_method,
a.laybypayment_method:link,
a.laybypayment_method:visited {
    display: block;
    width: 200px;
    height: 70px;
    margin: 0 0 10px 0;
    line-height: 70px;
}

a.laybypayment_method:hover,
a.laybypayment_method:active {
    color: #000;
}





/* Print links on order confirmation pages */

a.order_print:link,
a.order_print:visited {
    display: block;
    width: 120px;
    margin: 30px auto 0 auto;
    padding-left: 45px;
    line-height: 35px;
    background: url(../images/icon_print.jpg) no-repeat left top;
}

a.order_print:hover,
a.order_print:active {
}

/* Customer Account navigation menu */

.cust_nav {
}

    .cust_nav h3 {
        margin: 0;
        display: inline;
    }

    .cust_nav a:link,
    .cust_nav a:visited {
        font-size: 16px;
        padding: 5px 10px;
        text-decoration: none;
    }

    .cust_nav a:hover,
    .cust_nav a:active {
        background: #DEDEDE;
    }

/* Footer region */

/*#footer {
    background-color: #272727;
}*/

.search-submit {
    margin-bottom: -7px;
}

.codeTextBox {
    border: 1px solid #666666;
    padding: 5px 0px;
}

.cartButton {
    font: 12px verdana, arial;
    color: White;
    border: 1px solid #9c7c7f;
    background: #9c7c7f;
    cursor: pointer;
    padding: 5px 8px;
}

/*.pinkButton {
    font: 12px verdana, arial;
    color: White;
    border: 1px solid #9c7c7f;
    background: #C20E62;
    cursor: pointer;
    padding: 8px 8px;
    width: 200px;
    -webkit-appearance: none;
    border-radius: 0px;
}*/

.pinkButton {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    border: none;
    background: #DC588B;
    cursor: pointer;
    padding: 8px 8px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;
    text-transform:uppercase;
}

.applyButton {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    border: none;
    background-color: #2E292B;
    cursor: pointer;
    padding: 5px 10px;
    -webkit-appearance: none;
    border-radius: 0px;
    /*margin-left:10px;*/
}

.applyInput {
    height: 28px;
    width:100%;
    padding-left:5px;
}

.continueButton {
    font: 12px verdana, arial;
    color: White;
    border:none;
    /*border: 1px solid #9c7c7f;*/
    background: #7D7D7D;
    cursor: pointer;
    padding: 8px 8px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;
    text-transform: uppercase;
}

.borderTextBox {
    /*-webkit-appearance: none;*/
    border-radius: 0px;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
    margin-top: 2px;
}

.PaymentLeft {
    width: 100%;
}

.PaymentRight {
    width: 100%;
    margin-top: 20px;
}


.blogTable {
    font-size: 16px !important;
}


    .blogTable h1 {
        /*font-family:Times New Roman;*/
        font-family: Arial;
        font-size: 16px;
        margin-bottom: 0;
    }

#blog-continue a {
    margin-right: 30px;
    color: #FD93C1;
    font-size: 10pt;
}

#blog-comment-count a {
    color: #FD93C1;
    font-size: 10pt;
}

.addToCartButton {
    display: block;
    /*zoom: 1;*/ /* zoom and *display = ie7 hack for display:inline-block */
    /**display: inline;*/
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 18px Arial, Helvetica, sans-serif !important;
    padding: 8px 3em;
    color: #FFF;
    border: none;
      background: #10a600;
    /*background: #000;*/
    /*float: left;*/
    text-transform: uppercase;
    width: 100%;
    overflow: visible;
    border-radius: 5px;
    -webkit-appearance: none;
}

    .addToCartButton:hover {
        text-decoration: none;
    }


.addToWishlistButton {
    font: bold 11px Arial;
    /*display: inline-block;*/
    /*zoom: 1;*/ /* zoom and *display = ie7 hack for display:inline-block */
    /**display: inline;*/
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 18px Arial, Helvetica, sans-serif !important;
    padding: 8px 3em;
    color: #FFF;
    border: none;
    background-color: #656565;
    text-transform: uppercase;
    /*float: right;*/
    width: 100%;
    overflow: visible;
    margin-top: 10px;
    border-radius: 5px;
     -webkit-appearance: none;
}

.deleteWishlistButton {
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif !important;
    padding: 8px 0px;
    color: #333;
    border: none;
    background-color: #FFF;
    border: 1px solid #777;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
    border-radius: 0px;
     -webkit-appearance: none;
}

.selectColourSize {
    padding: 5px;
    width: 180px;
}

#productPrice {
    font-size: 18px;
    margin: 10px 0;
}

.brandHeading a:link, .brandHeading a:visited {
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #C71585;
}

.subheading {
    font-family: Arial;
    font-size: 12px;
    /*font-weight: bold;
	color: #c71585;*/
    color: #777;
}

h1.productHeading {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #000;
    margin: 3px 0px;
    padding: 0px;
}

#top-bar {
    height: 50px;
    background-color: #000;
    color: white;
    padding: 5px 10px;
    width: 100%;
    vertical-align: middle;
    margin: 0;
}

    #top-bar a {
        color: #CDCDCD;
        text-decoration: none;
    }

#top-bar-link {
    width: 15%;
    text-align: left;
}

    #top-bar-link a {
        font-size: 30px;
        /*margin-left: 15px;*/
    }

#top-bar-logo {
    width: 70%;
    text-align: center;
    vertical-align: middle;
}

    #top-bar-logo h1 {
        color: #FFF;
        padding: 0;
    }

#top-bar-cart {
    width: 15%;
    text-align: right;
}

    #top-bar-cart a {
        /*margin-right: 15px;*/
        font-size: 30px;
        display: inline-block;
        background-color: #000;
        border: 1px solid #000;
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-weight: bold;
         -webkit-appearance: none;
        /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
        background-image: -webkit-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -moz-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -o-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: linear-gradient(#4d4d4d,#1a1a1a);
        -webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);*/
    }

        #top-bar-cart a img {
            vertical-align: middle;
        }


/* Override side menu */
.sidr {
    background: none repeat scroll 0 0 #000000;
    font-size: 14px;
    font-family: Arial;
}

    .sidr ul {
        border-top: 0px;
        border-bottom: none;
        margin-bottom: 0px;
    }

        .sidr ul li {
            border-bottom: 1px solid #333;
            border-top: 1px solid #000;
            /*border-top: none;*/
            /*border-bottom: 1px solid #4D4D4D;*/
            display: block;
            line-height: 53px;
            margin: 0;
        }

            .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
                border-bottom: 1px solid #333;
                border-top: 1px solid #000;
                line-height: 53px;
            }

                .sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
                    -webkit-box-shadow: initial;
                    -moz-box-shadow: initial;
                    box-shadow: initial;
                }


            .sidr ul li.side-menu-header {
                color: #777777;
                line-height: initial;
                padding: 25px 15px 5px;
                text-transform: uppercase;
                font-size: 12px;
                border-bottom: 1px solid;
            }

                .sidr ul li.side-menu-header div {
                }

/*.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
        font-size: 11px;
        font-weight: normal;
        padding: 0 15px;
        margin: 0;
        color: #fff;
        line-height: 24px;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
        background-image: -webkit-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -moz-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -o-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: linear-gradient(#4d4d4d,#1a1a1a);
        -webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
    }*/


.cart tr th {
    background-color: #000;
    color: #FFF;
}

.cart {
    border: 1px solid #CDCDCD;
    width: 100%;
}

    .cart td {
        vertical-align: top;
    }




/*new*/

#main {
    /*margin-top:50px;*/
    margin-top:92px;
}

#footer {
    clear:both;
    background-color: #000;
    text-align: center;
    padding: 10px 0px;
    /*margin-top: 20px;*/
}

    #footer a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-family: 'Century Gothic', HelveticaNeue, Arial, 'helvetica sans-serif';
    }

.horizontal-list li > a {

}

.horizontal-list li {
    display: inline-block;
    zoom: 1;
    *display: inline; /* this fix is needed for IE7- */
    margin:5px 10px;
}

.backBtn {
    margin-bottom:10px;
}

.backBtn a {
    text-decoration:none;
    color: #C71585;
}

/*iframe {
    max-width:300px;
    max-height: 174px;
}*/

#defaultCountdown {
color: #C11143;
}

#dispatchCountdown {
    font-size:12px;
}

.input-group {
	margin-bottom:10px;
}

.control-label {

}

.controls {

}

.controls input[type=text], .controls input[type=password], .controls select {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border: 1px solid #CCCCCC;
    padding: 8px 8px;
    margin-top:2px;

}

.input-group .borderTextBox  {
    margin-top:0px;
}

.forgotButton {
    text-align:right;
}
.forgotButton a, .forgotButton a:visited, .forgotButton a:link {
    color:#777;
    text-decoration:none;
}

.orangeButton {
    font: 14px verdana, arial;
    color: White;
    border: 1px solid #E97828;
    background: #EA7727;
    cursor: pointer;
    padding: 8px 8px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;
    text-transform:uppercase;
}

.blackButton {
    font: 14px verdana, arial;
    color: White;
    border: 1px solid #000;
    background: #000;
    cursor: pointer;
    padding: 8px 8px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;
    text-transform:uppercase;
}

.greenButton {
    font: 14px verdana, arial;
    color: White;
    border: 1px solid #10a600;
    background: #10a600;
    cursor: pointer;
    padding: 8px 8px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;
    text-transform:uppercase;
}


.addToCartButton {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font:  22px 'Century Gothic', Arial,Helvetica,sans-serif !important;
    /*padding: 4px 3em;*/
    padding: 5px 0px;
    border: 1px solid #ec7613;
    color: #FFF;
    background: #ec7613;
    /*float: left;*/
    text-transform: uppercase;
    /*width: auto;*/
    width: 225px;
    overflow: visible;
       -webkit-appearance: none;
}

    .addToCartButton:hover {
        text-decoration: none;
         background: #f98d32;
    }

    
.addToWishlistButton {
    font: 14px 'Century Gothic', Arial,Helvetica,sans-serif !important;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 3px 0px;
    color: #000;
    border: 1px solid #CCC;
    background: #FFF;
    text-transform: uppercase;
    width: 225px;
    overflow: visible;
       -webkit-appearance: none;
}

.addToWishlistButton:hover {

    background: #ffd4b0;
 
}


/*.purchaseButton {
    text-transform:uppercase;
    font: bold 18px verdana, arial;
    background-color:#02B466;
    background:#02B466;
    color:#FFF;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 5px 20px;
    border:none;
}*/

/*.continueButton {
	font: 12px verdana, arial;
	color: White;
	border: 1px solid #9c7c7f;
	background: #9c7c7f;
	cursor: pointer;
	padding: 5px 8px;
	width:200px;
       -webkit-appearance: none;
          border-radius: 5px;
}*/

#blog-home ul {
    margin: 0px;
    padding:0px;
    margin-left:-8px;
}

    #blog-home ul li {
        vertical-align: top;
        list-style-type: none;
        list-style: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*height: 200px;*/
        width: 300px;
        border: none;
        margin: 0 0 20px 0;
        padding:0px 8px;
        font-size:12px;
        height:470px;
    }

#blog-home h3.blog-category {
    font-weight: bold;
    font-family: 'Century Gothic', Arial;
    font-size: 14px;
    text-transform:uppercase;
    /*border-bottom: 2px solid #000000;*/
    border-bottom: 1px solid #999;
    padding-bottom:5px;
    margin-bottom:10px;
    
}

    #blog-home h3.blog-category a {
        color:#666 !important;
    }

.blog-image {
    /*height: 200px;*/
    height:300px;
    /*width: 300px;*/
    /*margin-bottom:10px;*/
}

    .blog-image img {
        /*margin: 0 auto;*/
        display: block;
        /*max-height: 200px;*/
        max-height: 280px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    #blog-home .blog-title {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-weight:bold;
        font-size:14px;
        text-transform:uppercase;
        text-align:left;
        margin-bottom:10px;
        color:#000;
        
    }

    .blog-footer {
        /*height:80px;*/
        text-align:center;
    }

#blog-home .blog-summary {
    /*height: 30px;*/
    text-align:left;
    margin-bottom:10px;
    /*width: 420px;*/
    max-height:45px;
    overflow:hidden;
}

    #blog-home .read-more {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        text-transform:uppercase;
        font-weight:bold;
    }


    /*Blog Item*/
        #blog-wrapper .blog-title {
        /*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
        font-family: Helvetica, Arial, sans-serif;
        font-weight:bold;
        font-size:20px;
        text-transform:uppercase;
        text-align:left;
        margin-bottom:5px;
        color:#000;
    }

.proddisplay {
    font-family: Arial;
    text-align: center;
    padding: 5px;
    min-height: 250px;
    width: 170px;
    text-decoration: none;
}

    .proddisplay a:active, .proddisplay a:link {
        text-decoration: none;
    }

div.proddisplay:hover {
    background-color: #f5f5f5;
}

.proddisplay img {
    border: solid #a07d81 1px;
    margin-bottom: 5px;
}

.proddisplay h1, .proddisplay .prodheading {
    font-size: 12px !important;
    color: #a07d81 !important;
    text-align: center !important;
    font-family: Arial !important;
    text-decoration: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.proddisplay p {
    font-size: 11px; /*10px*/
    text-align: center;
    font-family: Arial;
    text-decoration: none;
    color: #000;
    border: none;
    margin-top: 0;
}

a.proddisplaylink:link {
    display: block;
}

a.proddisplaylink:hover, a.proddisplaylink:active {
    text-decoration: none;
    border: none;
}

#footerSubscribeBox {
    margin: 0px 10px;
}

#footerSubscribeBox input {
    padding: 5px;
    padding-right: 25px;
}

#footerSubscribeBox a {
    padding: 5px;
    display:inline-block;
    margin-left: -25px;
    color: #000;
}

#spots-list {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#spots-list, #spots-list li {
    list-style-type:none;
}

#spots-list .subCat {
    margin-left: 15px;
    display:none;
}

#spots-list .subCat li a  {
    text-transform: capitalize;
}

    #spots-list .subCat li .subCat li a {
        text-transform:lowercase;
    }

.selectCurrency {
    width: 60px; 
    border: 0; 
    font-size: 12px;
    /*-webkit-appearance: none;*/
}

#toolbarRow1 {
    border-bottom:1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom:5px;
}

#toolbarRow2 {
    margin-bottom:2px;
}

#toolbarRow2 div {
    float:left;
    font-size:12px;
}

#toolbarRow2 #searchCol, #toolbarRow2 #userCol, #toolbarRow2 #wishlistCol {
    width: 23%;
}

#toolbarRow2 #searchCol {
    margin-left:5px;
}

#toolbarRow2 #bagCol a img, #toolbarRow2 #wishlistCol a img {
    margin-right:2px;
}

/*#header-wishlist a {
    display:block;
    height:30px;
    line-height: 30px;
}*/

#toolbarRow2 #bagCol {

}

/*#wishlistCol {
    line-height:25px;
    vertical-align:middle;
}*/

#toolbarRow2 a {
    border:none;
    text-decoration:none;
    color: #000;
}

#toolbarRow2 img {
    height: 30px;
    border:none;
}

#header-wishlist, #header-bag {
    position: relative;
}

#header-bag span {
    position: absolute;
    top: 50%;
    margin-top: -6px; 
    margin-left: 32px; 
}
#header-wishlist img, #header-bag img {   
    display: block;    
}

#header-wishlist span {
    position: absolute;
    top: 50%;
    margin-top: -6px; 
    margin-left: 38px; 
}

    #header-bag a, #header-wishlist a {
        display:inline-block;
    }

.stockMsg {
    color: #777;
    font-size: 12px;
    font-family: Verdana;
}

.addToWishlistImage {
    height:24px;
    padding-right:5px;
}

.qtyInput {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #A9A9A9;
    padding: 5px 5px;
    text-align:center;
}

.form-group {
    margin-bottom:5px;
}

.form-group label {
    display:block;
    margin-bottom:2px;
}

.form-group input[type=text], .form-group select, .form-group textarea {
    width:100%;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
}

.payment-group {
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 25px;
}

.payment-group .paymentText {
    font-size: 11px;
    margin:5px 0px;
}

    .payment-group .paymentTextLowercase {
        text-transform:initial;
    }

.paymentValidationSummary {
    padding-left:20px;
}

/*.titlehead, #titlehead h1 {
    font-family: Arial;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #4b373a;
}*/

.review {
    /*font-family:Verdana, Arial;*/
    margin-bottom:15px;
}

.review .reviewMsg {
    
}

.review .reviewInfo {
    color:#808080;
    font-size:11px;
}

    .review .reviewInfo span {
        display:block;
    }


.subscribe_holder .pp_close {
    top: -20px;
}

.pp_pic_holder {
    top: 10px !important;
}

a.prevReview:visited, a.prevReview:link, a.nextReview:visited, a.nextReview:link {

    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px;
    color: #000;
    border: 1px solid #CCC;
    background: #FFF;
    width: 50px;
    overflow: visible;
    -webkit-appearance: none;

}

a.prevReview {
    margin-right:10px;
}

.afterPayInfo {
    line-height: 20px; 
    margin-top: -10px; 
    margin-bottom: 15px;
    font-size: 14px;
}

.afterPayInfo a, .afterPayInfo a:link, .afterPayInfo a:active {
    color: #777 !important;
    text-decoration: none;
}

.afterpay-payments {
    font-size: 10px;
    /*width: 45px;*/
    margin-bottom: 10px;
}

.afterpay-payments .afterpay-instalment {
    display: inline-block;
    width: 60px;
}


.afterpay-payments .instalment-icon {
    width: 18px;
    height: 18px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 18px !important;
    background-color: #99d2f2;
    border: 2px solid #1c91d4;
    position: relative;
}

    .afterpay-payments .instalment-icon.quarter-circle {
        background-image: linear-gradient(180deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
    }

    .afterpay-payments .instalment-icon.half-circle {
        background-image: linear-gradient(90deg, white 50%, transparent 50%);
    }

    .afterpay-payments .instalment-icon.threequarter-circle {
        background-image: linear-gradient(180deg, transparent 50%, #99d2f2 50%), linear-gradient(90deg, white 50%, transparent 50%);
    }

/*.afterpay-payments .instalment-icon {
    width: 18px;
    height: 18px;
    margin: 9px 0px 4px 0;
    display: inline-block;
    border-radius: 18px !important;
    position: relative;
}

    .afterpay-payments .instalment-icon.quarter-circle {
        background-image: linear-gradient(180deg, transparent 50%, #FFF 50%), linear-gradient(90deg, #FFF 50%, #000 50%);
    }

    .afterpay-payments .instalment-icon.half-circle {
        background-image: linear-gradient(90deg, transparent 50%, #000 50%);
    }

    .afterpay-payments .instalment-icon.threequarter-circle {
        background-image: linear-gradient(180deg, transparent 50%, #000 50%), linear-gradient(90deg, transparent 50%, #000 50%);
    }

        .afterpay-payments .instalment-icon.full-circle {
        background-image: linear-gradient(90deg, transparent 50%, #000 50%), linear-gradient(270deg, transparent 50%, #000 50%);
    }*/

.instalment-price {
    font-size: 12px;
}

.instalment-text {
    font-size: 10px;
    color: #565656;
}

