﻿/* Contributor(s): RetroViz Design. */
/* HTML GENERAL */

.register-block { visibility:hidden;}
.ico-register { visibility: hidden; }

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
}

body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #7692B9;
    color: #3A4045;
    background: #bbc9dc url('img/background.png') top repeat-x;
}

a {
    color: #3664A5;
    text-decoration: none;
}

a:hover { /*color:#3664A5;*/
    text-decoration: underline;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2, h3 {
    font-size: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.title {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #3664A5;
    font-weight: bold;
}

textarea {
    width: 90%;
    min-height: 100px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
script {
    display: none !important;
}

checkbox, input, radio, select, button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666;
    border: 1px solid #777;
    border-radius: 2px;
}

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

.button-1, .button-2 {
    min-width: 50px;
    height: 20px;
    background: url('img/button1.png') repeat-x;
    padding: 0 6px;
    border: 1px solid #777;
    border-radius: 2px;
    color: #036;
    font: normal 11px Tahoma, Geneva, sans-serif;
    line-height: 0;
    text-shadow: 1px 1px 0 #ccc;
    cursor: pointer;
}

.add-to-wishlist-button {
    margin-top: 10px;
}

.button-1:hover, .button-2:hover {
    background-position: bottom;
}

.ui-dialog /*Jquery popup*/ {
    z-index: 1003 !important;
}

/* MASTER PAGE WRAPPERS */
.master-wrapper-page {
    margin: 30px auto 100px;
    width: 960px;
    background: #fff url('img/header.png') top repeat-x;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 5px #999;
    padding-bottom:20px;
}

.master-wrapper-content {
    text-align: left;
    overflow: hidden;
}

.master-wrapper-main:after {
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* one column master page */
.center-1 {
    float: left;
    width: 940px;
    background: #FFF;
    display: inline;
    color: #000;
    min-height: 600px;
    padding: 10px;
}
/* two column master page */
.side-2 {
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    display: inline;
}

.center-2 {
    float: left;
    width: 740px;
    margin: 0 0 0 10px;
    background: #FFF;
    display: inline;
    color: #000;
    min-height: 400px;
    padding: 0 10px 10px;
}
/* three column master page */
.leftside-3 {
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    display: inline;
}

.center-3 {
    float: left;
    width: 540px;
    margin: 0 0 0 10px;
    background: #FFF;
    display: inline;
    background: #FFF;
    color: #000;
    min-height: 400px;
    padding: 0 10px 10px;
}

.rightside-3 {
    float: right;
    width: 180px;
    margin: 0 10px 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    display: inline;
}

.admin-header-links {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 2px 2px 2px;
    border: 1px solid rgba(66,66,66,0.9);
}

    .admin-header-links .administration {
        font-weight: bold;
        padding: 12px;
        background: #ccc;
        border-radius: 0 2px 2px 2px;
        border: 1px solid rgba(244,244,244,0.7);
        display: block;
        transition: background .3s ease-in-out;
    }

        .admin-header-links .administration:hover {
            text-decoration: none;
            background: #d9d9d9;
        }

    .admin-header-links span.impersonate {
        color: #E44097;
        font-weight: 700;
    }

        .admin-header-links span.impersonate .finish-impersonation {
            color: #F93;
        }

/* MASTER HEADER */
.header {
    padding: 6px 6px 10px 5px;
    border: 1px solid #fff;
    border-radius: 2px;
}

    .header:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .header .icon {
        vertical-align: bottom;
    }

    .header .ico-register {
        background: url(images/ico-register.gif) no-repeat;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    .header .ico-login {
        background: url(images/ico-login.gif) no-repeat;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    .header .ico-logout {
        background: url(images/ico-logout.gif) no-repeat;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    .header .ico-inbox {
        background: url(images/ico-inbox.gif) no-repeat;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    .header .ico-cart {
        background: url(images/ico-cart.gif) no-repeat;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    .header .ico-wishlist {
        background: url(images/ico-wishlist.gif) no-repeat;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    .header .ico-admin {
        background: url(images/ico-admin.gif) no-repeat;
        padding-left: 20px;
        padding-bottom: 5px;
    }

.header-logo {
    margin-top: 5px;
    float: left;
    text-align: left;
}

a.logo {
    background: url(img/logo.png);
    display: block;
    width: 225px;
    height: 60px;
    text-decoration: none;
}

.header-selectors-wrapper {
    text-align: right;
    float: right;
    clear: right;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 2px;
}

    .header-selectors-wrapper > div {
        float: right;
        margin-left: 10px;
    }

.header-links-wrapper {
    float: right;
    text-align: right;
    position: relative;
}

.header-links {
    border: solid 0px #FFF;
    padding: 6px;
    margin-top: 7px;
    float: right;
}

    .header-links ul {
        padding: 0;
        margin: 0;
    }

        .header-links ul li {
            list-style: none;
            display: inline;
            padding-right: 2px;
        }

    .header-links a {
        color: #666;
        text-decoration: none;
        font-size: 11px;
    }

        .header-links a:hover {
            color: #3664A5;
        }

        .header-links a.account {
            color: #3664A5;
        }

    .header-links span.impersonate {
        color: #E44097;
        font-weight: 700;
    }

        .header-links span.impersonate .finish-impersonation {
            color: #58DE81;
        }

.header-menu {
    position: relative;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 15px;
    background: #7692B9;
    background: url('img/boxhead1.png') repeat-x; /*padding:0 10px;*/
    border: 1px solid #999;
    border-bottom: 1px solid #888;
    border-radius: 2px;
    box-shadow: 0 0 3px #fff inset;
    z-index: 4;
}

.header-menu ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

    .header-menu ul {
        padding: 0;
        margin: 0;
    }

    .header-menu > ul > li {
        float: left;
    }
    .header-menu li {
        list-style: none;
    }
    
    .mega-menu a,
    .header-menu a {
        display: block;
        padding: 0 15px;
        font: normal bold 13px/40px Arial, Helvetica, sans-serif;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: 0 0 1px #c3c3c3;
    }

        .header-menu li:hover > a,
        .mega-menu li:hover > a {
            background: rgba(255,255,255,0.2);
        }

.menu-title {
    display: none;
}
.top-menu li:hover > .sublist {
    display: block;
}

.mega-menu .sublist-wrap,
.header-menu .sublist {
    display: none;
    position: absolute;
    padding: 5px;
    background: #7692b9;
    border: 1px solid #999;
    border-bottom: 1px solid #888;
    border-radius: 2px;
    box-shadow: 0 0 3px #fff inset;
    text-align: left;
}
.mega-menu .sublist {
    padding: 0;
}
.mega-menu .sublist li,
.header-menu .sublist li {
    position: relative;
    list-style: none;
}
.mega-menu .sublist-wrap.active,
.header-menu .sublist.active {
    display: block;
}
.mega-menu .sublist-wrap .sublist-wrap,
.header-menu .sublist .sublist {
    position: absolute;
    top: -6px;
    left: 100%;
}
.mega-menu .sublist li a,
.header-menu .sublist li a {
    display: block;
    white-space: nowrap;
}
.search-box {
    float: right;
    clear: right;
    width: auto;
    padding: 10px 4px 5px;
}

.search-box-text {
    float: left;
    width: 220px;
    height: 16px;
    line-height: 16px;
    padding: 1px 5px;
    font: normal 11px Tahoma, Geneva, sans-serif;
    color: #999;
    border: 1px solid #777;
    border-radius: 2px;
    margin-right: 5px;
}

.search-box-button {
    float: left;
    height: 20px;
    background: url('img/button1.png') repeat-x;
    padding: 6px;
    border: 1px solid #777;
    border-radius: 2px;
    color: #036;
    font: normal 11px Tahoma, Geneva, sans-serif;
    line-height: 0;
    text-shadow: 1px 1px 0 #ccc;
    cursor: pointer;
}

.search-box ul {
    margin: 0;
    padding: 0;
}

    .search-box ul li {
        list-style: none;
        float: left;
    }

.search-box .ui-autocomplete-loading {
    background: white url('images/ajax_loader_small.gif') right center no-repeat;
}

.header-menu ul.top-menu { /*float:right;*/
    margin-right: 2px;
}

.ui-autocomplete.ui-menu {
    width: 276px!important;
    text-align: left!important;
}

.footer {
    clear: both;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 #aab;
    height: 30px;
    background: url('img/boxhead1.png') repeat-x;
    margin: 10px;
    border: 1px solid #999;
    border-bottom: 1px solid #888;
    border-radius: 2px;
    box-shadow: 0 0 3px #fff inset;
    line-height: 30px;
}

    .footer a {
        text-decoration: none;
        color: #036;
    }

.footer-disclaimer {
    /*float: right;*/
    font-size: 11px;
}

.footer-poweredby {
    /*float: left;*/
    font-size: 11px;
    margin-right: 15px;
}

.footer-storetheme {
    /*float: right;*/
    margin: 0 100px 0 10px;
    font-size: 11px;
}
.footer-disclaimer,
.footer-tax-shipping,
.footer-poweredby{
    display:inline-block;
    margin:0 10px;
} 
.footer-store-theme{
    margin-top:5px;
}
.changedevice {
    clear: both;
    text-align: right;
}
/* MISC. CLASSES */
.nobr {
    white-space: nowrap!important;
}

.wrap {
    white-space: normal!important;
}

.a-left {
    text-align: left!important;
}

.a-center {
    text-align: center!important;
}

.a-right {
    text-align: right!important;
}

.page-title {
    overflow: hidden;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.page-title {
    height: 25px;
    overflow: hidden;
    background: url('img/boxhead1.png') center repeat-x;
    margin: 0 0 10px;
    padding: 0 10px;
    border: 1px solid #999;
    border-bottom: 1px solid #888;
    border-radius: 2px;
    box-shadow: 0 0 3px #fff inset;
    font: bold 13px/25px Arial,Helvetica,sans-serif;
    color: #fff;
    white-space: nowrap;
    text-shadow: -1px -1px 0 #666;
}

    .page-title h1, .page-title h2 {
        font: normal bold 13px/25px Arial, Helvetica, sans-serif;
        color: #fff;
    }

    .page-title .title {
        text-align: left;
        float: left;
    }

    .page-title .link-rss {
        text-align: right;
        float: right;
        margin-top: 1px;
        color: #fff;
    }

td {
    vertical-align: middle;
}

    td.fieldname {
        font-size: 12px;
    }

.table-container {
}

    .table-container .row {
    }

        .table-container .row .item-name {
            padding: 3px 10px 0 0;
            display: block;
            white-space: nowrap;
            padding-right: 10px;
            vertical-align: middle;
        }

        .table-container .row .item-value {
            padding: 3px 0 0;
            vertical-align: middle;
        }
/* ajax loading indicator */
.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('images/ajax_loader_large.gif');
    }
/* data table */
.data-table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin-bottom: 10px;
}

    .data-table th {
        font-weight: bold;
        padding: 3px 8px;
        white-space: nowrap;
        vertical-align: middle;
        background: #eee;
    }

    .data-table td {
        padding: 3px 8px;
    }

    .data-table th, .data-table td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .data-table .odd {
    }

    .data-table .even {
        background-color: #F4FAFF;
    }

.topic-html-content {
    padding-bottom: 5px;
}

.topic-html-content-title {
    padding: 0 0 5px;
    clear: both;
}

.topic-html-content-header {
    font-size: 1.2em;
    font-weight: 700;
}

.topic-html-content-body {
}

.topicpage {
}

    .topicpage .topicpage-body {
    }

.user-agreement-page {
}

    .user-agreement-page .page-title {
    }

    .user-agreement-page .page-body {
    }

.clear {
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.message-error {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
}

.validation-summary-errors {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
}

.field-validation-error {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
}

.required {
    color: red;
}

.copyright {
    float: right;
    padding-right: 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

    .copyright a {
        color: #3664A5;
        background-color: inherit;
    }

.captcha-box {
}
/* sitemap */
.sitemap-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .sitemap-page .entity {
        margin: 5px 0 30px;
    }

    .sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box {
        text-align: center;
        vertical-align: bottom;
    }

        .sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item {
            text-align: left;
            margin: 3px 10px;
            width: 150px;
            border-bottom: 1px dotted #ADACAC;
        }
		
/* EU cookie law */
.eu-cookie-law {
    text-align: left;
}
a.eu-cookie-privacyinfo-tag {
    color: #3664A5 !important;
    text-decoration: underline;
}
.eu-cookie-bar-notification{
	position: fixed;
	top: 40%;
	z-index: 1002;
	margin: auto;
	width: 445px;
	background: #fff;
	padding: 20px 25px 15px;
	left: 0;
	right: 0;
	box-shadow: 0 0 5px #888;
	text-align: center;
}
.eu-cookie-bar-notification .content .text{
	margin-bottom: 20px;
}
.eu-cookie-bar-notification button {
	margin: 0 0 10px;
}
.eu-cookie-bar-notification a {
	display: block;
}

/* inputs */
:-moz-any(input[type="submit"], input[type="button"], input[type="reset"]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.accountsignaturetext {
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.forum-topic-title-text, .pm-title-text {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-post-text, .bb-editor-text {
    width: 100%;
    height: 300px;
}

.privatemessagesubjecttext {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-search-text {
    width: 500px;
    border: 1px solid #acacac;
    font-size: 14px;
}

.forum-search-box-text {
    border: 1px solid #acacac;
    font-size: 12px;
}

.bbeditortext {
    border: #cec6b5 1px solid;
}

.edit-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-edit.gif) no-repeat;
}

.delete-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat;
}

.move-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-move-topic.gif) no-repeat;
}

.reply-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url(images/ico-forum-post-add.gif) no-repeat;
}

.watch-topic-link-button {
    padding-left: 18px;
    background: url(images/ico-forum-watch.gif) no-repeat;
}

.edit-post-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-edit.gif) no-repeat;
}

.delete-post-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat;
}

.quote-post-link-button, .post-link {
    color: #555;
    float: right;
    padding: 1px 3px;
    border: solid 1px #ccc;
    line-height: 15px;
    font-size: 11px;
}

.post-link {
    padding: 1px 3px;
    margin-right: 5px;
    border: none;
}

.productlistproductdetailbutton, .productgridproductdetailbutton {
    margin-bottom: 3px;
}

.search-button, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton, .add-to-cart-button, .productwritereviewbutton, .loginbutton, .registerbutton, .checkoutasguestbutton, .savecustomerinfobutton, .addaddressbutton, .changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton, .newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .cart-button, .checkout-button, .select-shipping-address-button, .new-address-next-step-button, .select-billing-address-button, .sameasshippingaddressbutton, .shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton, .confirmordernextstepbutton, .submit-forum-topic-button, .send-pm-button, .reply-pm-button, .delete-selected-pm-button, .mark-unread-pm-button, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton, .deleteselectedfsbutton, .submitreturnrequestbutton, .uploadavatarbutton, .checkavailabilitybutton, .subscribebutton {
}

.productlistaddtocartbutton, .productgridaddtocartbutton, .email-a-friend-button, .add-to-compare-list-button, .productvariantaddtowishlistbutton, .editaddressbutton, .deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton, .updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, .orderprocessedcontinuebutton, .submitpollvotebutton, .cancel-forum-topic-button, .forum-search-button, .forum-search-box-button, .cancel-pm-button, .delete-pm-button, .back-pm-button, .remove-avatar-button {
}

ul.language-list {
    display: inline;
    line-height: 20px;
}

    ul.language-list li {
        list-style: none;
        display: inline;
        padding: 0 5px;
    }

        ul.language-list li .selected { /*border:solid 1px #ccc!important;*/
        }

        ul.language-list li:hover {
            cursor: pointer;
        }

    ul.language-list a:hover {
        text-decoration: none;
    }

.storethemelist {
    border: solid 1px #E3E3E3;
}

.forumtopicoptionscheck {
}

    .forumtopicoptionscheck label {
        color: #555;
        font-size: .9em;
        padding-left: 5px;
        vertical-align: top;
    }

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}
/* PAGER */
.pager {
    text-align: center;
}

    .pager ul {
        display: inline-block;
        overflow: hidden;
    }

    .pager li {
        margin: 0 5px;
        float: left;
        list-style: none;
    }

    .pager a {
        font-size: 1em;
        color: #555;
    }

        .pager a:link {
            text-align: center;
        }

    .pager span {
        color: #3664A5;
        font-weight: 700;
    }
/* NAVIGATIONS */
.block {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0; /*background:#F3F3FF; box-shadow:0 4px 4px #CCC;*/
}
    /*.block .title {font-size: 0.9em;font-weight: 700;padding: 4px 8px;text-transform: uppercase;}*/
    .block .title {
        height: 25px;
        overflow: hidden;
        background: url('img/boxhead1.png') center repeat-x;
        padding: 0 10px;
        border: 1px solid #999;
        border-bottom: 1px solid #888;
        border-radius: 2px;
        box-shadow: 0 0 3px #fff inset;
        font: bold 13px/25px Arial,Helvetica,sans-serif;
        color: #fff;
        white-space: nowrap;
        text-shadow: -1px -1px 0 #666;
    }

    .block .listbox {
        font-size: 11px;
        padding: 5px 10px 10px;
        line-height: 18px;
        margin: 0;
    }

        .block .listbox ul {
            margin: 0;
            padding: 0 0 0 10px;
            color: #3664A5;
            background-color: inherit;
        }

    .block a {
    }

    .block li {
        list-style: none;
    }

        .block li.separator {
            height: 1px;
            background: #E8E6D2;
            width: 140px;
            margin: 5px 0;
        }

.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, .block-info, .block-newsletter, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll, .block-account-navigation {
}

    .block-category-navigation .active a, .block-manufacturer-navigation .active a {
    }

    .block-category-navigation .listbox ul .active, .block-manufacturer-navigation .listbox ul .active {
        font-weight: 700;
    }

    .block-category-navigation .listbox ul .inactive, .block-manufacturer-navigation .listbox ul .inactive {
    }

    .block-account-navigation a.active {
        font-weight: 700;
    }

    .block-account-navigation a {
        white-space: nowrap;
    }

        .block-account-navigation a.inactive {
        }

    .block-manufacturer-navigation .listbox .viewall a {
    }

    .block-newsletter .options {
        margin-top: 5px;
    }

    .block-newsletter .buttons {
        margin-top: 5px;
    }

    .block-recently-viewed-products a:hover {
    }

    .block-recently-viewed-products li {
        overflow: hidden;
    }

    .block-recently-viewed-products .product-picture {
        float: left;
        margin: 0 10px 5px 0;
    }

    .block-popular-tags li, .block-popular-blogtags li {
        display: inline!important;
    }

    .block-popular-tags .listbox .viewall a {
    }

    .block-blog-archive .year {
        font-weight: 700;
    }
.newsletter-email input {
    width: 95%;
    height: 14px;
    padding: 2px 3px;
}

/*Mini-shopping cart */
#flyout-cart {
    display: none;
    position: absolute;
    float: left;
    top: 29px;
    right: 0px;
    width: 300px;
    min-height: 50px;
    background: #FFF;
    z-index: 99999;
}

    #flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    padding: 5px 10px 10px;
    margin: 0;
    border: 1px solid #fff;
    color: #000;
    background: url('img/header.png') repeat-x;
    font-size: 11px;
    box-shadow: 0 0 5px #999;
}

    .mini-shopping-cart a {
        color: #3664A5;
        font-weight: 700;
        text-decoration: none;
    }

    .mini-shopping-cart .count {
        margin: 10px 0px 10px;
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        border-bottom: 1px solid #CFCFCF;
    }

        .mini-shopping-cart .item:first-child {
            border-top: 1px solid #EEEEEE;
        }

        .mini-shopping-cart .item:hover {
            background: #eee;
        }

        .mini-shopping-cart .item .picture {
            float: left;
            width: 50px;
            padding: 10px 5px;
        }

        .mini-shopping-cart .item .product {
            margin-left: 56px;
            padding: 10px 5px;
        }

    .mini-shopping-cart .items .item .product .attributes {
        font-size: 10px;
        margin: 0px;
    }

    .mini-shopping-cart .items .item .price {
        font-size: 10px;
        margin: 10px 0px 0px 0px;
    }

    .mini-shopping-cart .items .item .quantity {
        font-size: 10px;
        margin: 0px;
    }

    .mini-shopping-cart .totals {
        margin: 10px 0px;
        text-align: right;
    }

    .mini-shopping-cart .buttons {
        margin: 10px 0px;
        text-align: right;
    }

    .mini-shopping-cart .cart-button {
        margin: 0px 5px;
    }

    .mini-shopping-cart .checkout-button {
        margin: 0px 5px;
    }
/* notifications */
.bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

    .bar-notification.success {
        background: none repeat scroll 0 0 #91BD09;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: none repeat scroll 0 0 #CC0000;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification .close {
	    float: right;
	    width: 16px;
	    height: 16px;
	    margin: 10px;
	    border: 1px solid #666;
        border-radius: 2px;
	    box-shadow: inset 0 0 1px #999;
	    background: #fff url('img/close.png') center no-repeat;
	    cursor: pointer;
	    opacity: 0.7;
	    filter: alpha(opacity=70);
    }
    .bar-notification .close:hover {
	    opacity: 1;
	    filter: alpha(opacity=100);
    }

    .bar-notification p.content {
        padding: 0px 10px;
    }
/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shopping-cart-page, .wishlist-page {
}

    .shopping-cart-page .body, .wishlist-page .body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
    }

.order-summary-content {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #555;
    overflow: hidden;
}

.wishlist-content {
    margin: 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
.wishlist-page .tax-shipping-info{
    margin-bottom: 10px;
}

.order-summary-content .totals {
    float: right;
    padding: 23px 5px 0;
    width: 330px;
}

.order-summary-content .cart-collaterals {
    padding: 20px 0 10px;
    width: 550px;
}

.order-summary-content .deals {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 250px;
}

.order-summary-content .shipping {
    display: inline;
    float: left;
    margin: 0;
    width: 280px;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box {
    padding: 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin: 0 0 10px;
    border: dotted 1px #d3d3d3;
}

    .order-summary-content .coupon-box .current-code {
    }

.order-summary-content .giftcard-box {
    position: relative;
    z-index: 1;
}

    .order-summary-content .coupon-box .discountcouponcode, .order-summary-content .giftcard-box .giftcardcouponcode {
        width: 125px;
    }

.order-summary-content .cart, .wishlist-content .cart {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px dotted #ccc;
}

.wishlist-content .cart {
    margin-bottom: 25px;
}

    .order-summary-content .cart td, .wishlist-content .cart td {
        padding: 10px;
    }

    .order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
        font-weight: 700;
    }

        .order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th {
            background: url(images/cart_line_y.gif) repeat-y right;
            padding: 2px 8px;
            vertical-align: middle;
            white-space: nowrap;
        }

            .order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
                background: none;
                border: none;
            }

            .order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end {
                background: none;
                padding-right: 5px;
            }

    .order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
    }

        .order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
            background: url(images/cart_line_y.gif) repeat-y right;
            border-top: 1px dotted #c5c5c5;
            vertical-align: middle;
            line-height: 30px;
        }

            .order-summary-content .cart .cart-item-row td.productpicture, .wishlist-content .cart .cart-item-row td.productpicture {
                padding: 5px;
                background: none;
            }

            .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
                text-align: left;
                padding: 0 10px;
            }

            .order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
                border-top: 1px dotted #c5c5c5;
                background: none;
                text-align: right;
                font-weight: 700;
                color: Green;
            }

        .order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
            border: solid 1px #E3E3E3;
            font-size: 12px;
            text-align: right;
            width: 40px;
        }

.order-summary-content .total-info {
    margin: 0;
}

    .order-summary-content .total-info .selected-shipping-method {
        font-weight: normal;
        font-size: 11px;
    }

.cart-total-left {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: 700;
    color: #353434;
}

.cart-total-left-below {
    width: 100%;
    text-align: right;
    vertical-align: top;
    height: 30px;
}

.cart-total-right {
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
}

.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat;
    border: 0;
    width: 32px;
    height: 15px;
}

    .order-summary-content .removegiftcardbutton:hover, .order-summary-content .removediscountbutton:hover {
        cursor: pointer;
    }

.order-summary-content .selected-checkout-attributes {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}

.order-summary-content .checkout-attributes {
    margin: 10px 0;
    padding: 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
}

    .order-summary-content .checkout-attributes .textprompt {
        font-weight: bold;
    }

    .order-summary-content .checkout-attributes .textbox {
        width: 300px;
    }

    .order-summary-content .checkout-attributes textarea {
        width: 300px;
        height: 150px;
    }
    
.qty-input {
    max-width: 30px;
}
.method-list .method-name {
    overflow: hidden;
}
.method-list .method-name > * {
    float: left;
}
.method-list .method-name .payment-details {
    margin: 10px 0 0 5px;
}
.method-name .payment-logo label{
    display: block;
}
.order-summary-content .min-amount-warning {
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0;
    padding: 10px 0 10px 10px;
}

    .order-summary-content .terms-of-service .read {
        text-decoration: underline;
    }

        .order-summary-content .terms-of-service .read:hover {
            cursor: pointer;
        }

.order-summary-content .buttons {
    overflow: hidden;
}

.order-summary-content .common-buttons {
    margin: 0;
    padding: 10px 10px 10px 0;
    float: left;
}

.order-summary-content .checkout-buttons {
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .button-1 {
    height: 25px;
    padding: 12px;
    text-transform: uppercase;
}

.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
}

.order-summary-content .crosssells-title {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 5px 5px 0;
    border-bottom: 0 none;
    margin: 0 0 10px;
    width: 100%;
}

.order-review-data {
    overflow: hidden;
}

    .order-review-data ul {
        float: left;
        margin: 0 20px 0 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .order-review-data .title {
        background: none!important;
        padding: 0!important;
        margin-top: 5px;
    }

.estimate-shipping {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    border: dotted 1px #d3d3d3;
}

    .estimate-shipping .country-input, .estimate-shipping .state-input {
        width: 137px;
    }

    .estimate-shipping .zip-input {
    }

    .estimate-shipping .shipping-options {
        text-align: left;
        margin: 10px 0 0;
    }

        .estimate-shipping .shipping-options .inputs {
            margin: 5px 0;
        }

        .estimate-shipping .shipping-options label {
            display: inline-block;
            width: 90px;
        }

        .estimate-shipping .shipping-options .shipping-option-item {
            text-align: left;
            vertical-align: text-top;
            padding: 5px 0 0 5px;
        }

            .estimate-shipping .shipping-options .shipping-option-item .option-name {
                font-weight: 700;
            }

            .estimate-shipping .shipping-options .shipping-option-item .option-description {
                padding: 5px 0 5px 16px;
            }

.estimate-shipping-button {
    margin-top: 5px;
}
/* CHECKOUT, ORDER DETAILS */
.checkout-page, .checkout-one-page {
}

    .checkout-page .checkout-data, .checkout-one-page .checkout-data {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.checkoutstep {
}

    .checkoutstep .steptitle {
        border: 1px solid #2F4F4F;
        color: #FFF;
        background-color: #2E4d7B;
        font-family: Arial,Sans-Serif;
        font-size: 12px;
        font-weight: 700;
        padding: 5px;
        margin-top: 5px;
    }

    .checkoutstep .stepcontent {
        border: dashed 1px #2F4F4F;
        border-top: none;
        padding: 5px;
    }

.order-summary-title {
    padding: 10px 10px 5px 0;
    font-size: 11px;
    color: #555;
    font-weight: 700;
    clear: both;
}

.order-summary-body {
    text-align: center;
    margin: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

    .order-summary-body .title {
        background: #eee;
        padding: 10px;
        text-align: left;
    }

.checkout-data .select-address-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
}

.checkout-data .address-grid {
    margin-bottom: 15px;
    padding: 0;
}

    .checkout-data .address-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

    .checkout-data .address-grid .address-item {
        margin: 10px;
        padding: 10px;
        border: 1px solid #E8E6D2;
        width: 200px;
        height: auto;
    }

        .checkout-data .address-grid .address-item .select-button {
            margin-bottom: 10px;
        }

        .checkout-data .address-grid .address-item .address-box {
            text-align: left;
            margin: 0;
            padding: 0;
            list-style: none;
        }

.checkout-data .enter-address-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
}

.checkout-data .enter-address {
    text-align: center;
    margin: 10px;
    height: auto;
}

    .checkout-data .enter-address .enter-address-body {
        text-align: left;
        margin-bottom: 10px;
    }

    .checkout-data .enter-address .buttons {
        margin: 10px 0;
        text-align: left;
    }

    .checkout-data .enter-address .the-same-address {
        text-align: left;
        margin: 10px;
    }

.checkout-data .method-list {
    text-align: left;
    margin: 10px;
    border: 1px solid #E8E6D2;
    padding: 10px;
}

    .checkout-data .method-list li {
        text-align: left;
        vertical-align: text-top;
        padding: 5px 0 0 5px;
        list-style: none;
    }

    .checkout-data .method-list .method-name {
        font-weight: 700;
    }

    .checkout-data .method-list .method-description {
        padding: 5px 0 5px 16px;
    }

.checkout-data .section {
    margin-bottom: 20px;
}

    .checkout-data .section .buttons {
        padding: 0 10px;
    }

.checkout-data .shipping-options .select-button {
    margin: 10px;
    text-align: left;
}

.checkout-data .shipping-options .message-error {
    margin: 10px;
    text-align: left;
}

.checkout-data .userewardpoints {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}

.checkout-data .payment-methods {
    text-align: left;
    margin: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

    .checkout-data .payment-methods .payment-method-item {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
    }

    .checkout-data .payment-methods .select-button {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .payment-methods .message-error {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
    }

.checkout-data .payment-info {
    text-align: left;
    margin: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

    .checkout-data .payment-info .info {
        padding: 10px;
    }

    .checkout-data .payment-info .body {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
    }

    .checkout-data .payment-info .select-button {
        margin: 10px;
        text-align: left;
    }

.checkout-data .confirm-order .buttons {
    padding: 10px;
}

.checkout-data .confirm-order {
    text-align: left;
    margin: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

    .checkout-data .confirm-order .select-button {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .confirm-order .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .order-completed {
    text-align: left;
    margin: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
    padding: 10px;
}

    .checkout-data .order-completed .body {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
    }

    .checkout-data .order-completed .select-button {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .order-completed .details {
        margin: 0 0 10px;
        padding: 0;
        list-style: none;
    }

    .checkout-data .order-completed .buttons {
        padding: 0;
    }

.order-details-page {
}

    .order-details-page .page-title {
        border-bottom: 0 none;
        text-align: left;
    }

        .order-details-page .page-title .print-buttons {
            text-align: right;
        }

    .order-details-page .info {
        border: 1px solid #E8E6D2;
        padding: 10px;
    }

    .order-details-page .section-title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
    }

    .order-details-page .order-overview {
        text-align: left;
        padding-bottom: 10px;
    }

        .order-details-page .order-overview .order-total-top {
            text-align: right;
        }

    .order-details-page .order-details-area {
        text-align: left;
        padding: 10px;
        border: 1px solid #E8E6D2;
        height: auto;
        margin-bottom: 20px;
    }

        .order-details-page .order-details-area ul {
            padding: 0;
            list-style: none;
            text-align: left;
        }

    .order-details-page .order-overview .order-overview-table, .order-details .order-details-box .order-details-table {
        width: 100%;
        border: 0px;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .order-details-page .order-details-box .order-details-table .billinginfo, .order-details .order-details-box .order-details-table .shippinginfo {
            width: 50%;
            vertical-align: top;
        }

    .order-details-page .products-box, .order-details .shipments-box, .order-details .ordernotes-box {
        text-align: left;
        padding: 10px;
        border: 1px solid #E8E6D2;
        height: auto;
    }

    .order-details-page .checkout-attributes {
        text-align: right;
        vertical-align: middle;
        padding: 10px;
        height: auto;
    }

    .order-details-page .cart_total_left {
        color: #000;
    }

.shipment-details {
}

    .shipment-details .page-title {
        border-bottom: 0 none;
        text-align: left;
    }

    .shipment-details .info {
        border: 1px solid #E8E6D2;
        padding: 10px;
    }

    .shipment-details .section-title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
    }

    .shipment-details .overview {
        text-align: left;
        padding-bottom: 10px;
    }

    .shipment-details .trackingurl {
    }

    .shipment-details .products-box, .shipment-details .shipmentstatusevents-box {
        text-align: left;
        padding: 10px;
        border: 1px solid #E8E6D2;
        height: auto;
    }

.downloadable-products {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .downloadable-products .info {
        padding: 10px;
    }

.order-progress {
    height: 40px;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: solid 2px #f3f3f3;
}

    .order-progress ul {
        padding: 0;
        margin: 0;
    }

        .order-progress ul li {
            list-style: none;
            display: inline;
            padding: 5px 20px 0;
        }

            .order-progress ul li .active-step {
                color: #6a6a6a;
                background: url(images/progress-step-active.gif) no-repeat 50% 50%;
                padding-bottom: 40px;
                padding-right: 1px;
            }

            .order-progress ul li .inactive-step {
                color: #d7d7d7;
                background: url(images/progress-step-inactive.gif) no-repeat 50% 50%;
                padding-bottom: 40px;
                padding-right: 1px;
            }

.return-request {
}

    .return-request .section-addinfo {
        padding: 10px 10px 5px 0;
        font-weight: 700;
    }

    .return-request .products-box {
        text-align: left;
        padding: 10px;
        border: 1px solid #E8E6D2;
        height: auto;
    }

    .return-request .why {
    }

        .return-request .why .return-reasons {
        }

        .return-request .why .return-actions {
        }

        .return-request .why .comment {
            width: 350px;
            height: 150px;
        }

    .return-request .buttons {
    }

.customer-return-request-list {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-return-request-list .section-title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 12px;
    }

    .customer-return-request-list .request-item {
        text-align: left;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #E8E6D2;
        height: auto;
    }
/* ONE PAGE CHECKOUT */
.opc .buttons {
    margin-top: 0;
    padding-top: 2em;
    overflow: hidden;
}

    .opc .buttons .back-link small {
        display: none;
    }

    .opc .buttons .back-link a {
        background: url(images/arrow-up.png) 0 50% no-repeat;
        padding-left: 20px;
    }

    .opc .buttons.disabled button {
        display: none;
    }

    .opc .buttons .please-wait {
        height: 21px;
        line-height: 21px;
    }

#confirm-order-buttons-container .back-link {
    float: left;
    margin-top: 10px;
}

#confirm-order-buttons-container .button-1 {
    float: right;
    height: 25px;
    padding: 12px;
    text-transform: uppercase;
}

.order-completed .button-2 {
    height: 25px;
    padding: 12px;
    text-transform: uppercase;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc ul, .opc ol, ul.opc, ol.opc {
    list-style: none outside none;
    padding: 20px;
    background: #dde3ff;
    border: 1px solid #ccf;
    box-shadow: 0 0 1px #fff inset;
}

.opc {
    position: relative;
}

    .opc li.section {
        margin-bottom: 0px;
    }

    .opc .step-title {
        padding: 4px 8px 6px;
        text-align: right;
    }

        .opc .step-title .number {
            float: left;
            background: #fff;
            border: 1px solid #fff;
            padding: 0 4px;
            margin: 4px 5px 0 0;
            font: bold 11px/14px arial, helvetica, sans-serif;
            color: #999;
        }

        .opc .step-title h2 {
            float: left;
            margin: 0;
            font: bold 13px/25px Arial, Helvetica, sans-serif;
            color: #999;
            text-transform: capitalize;
        }

    .opc .allow .step-title {
        background: #d0dce1;
        border: 1px solid #a3aeb3;
        border-bottom: 0;
        color: #a4b3b9;
        cursor: pointer;
    }

        .opc .allow .step-title .number {
            background: #dbe6eb;
            border-color: #dbe6eb;
            color: #a4b3b9;
        }

        .opc .allow .step-title h2 {
            color: #a4b3b9;
        }

    .opc .active .step-title h2 {
        color: #fff;
    }
    /*.opc .active .step-title{background:#f9f3e3;border:1px solid #bbafa0;padding-bottom:5px;color:#f18200;cursor:default;}*/
    .opc .active .step-title {
        height: 25px;
        overflow: hidden;
        background: url('img/boxhead1.png') center repeat-x;
        padding: 0 10px;
        border: 1px solid #999;
        border-bottom: 1px solid #888;
        border-radius: 2px;
        box-shadow: 0 0 3px #fff inset;
        font: bold 13px/25px Arial,Helvetica,sans-serif;
        color: #fff;
        white-space: nowrap;
        text-shadow: -1px -1px 0 #666;
    }

        .opc .active .step-title .number {
            background: #3664A5;
            color: #fff;
        }

        .opc .active .step-title h2 { /*color:#3664A5;*/
        }

    .opc .step {
        border: 1px solid #bbafa0;
        border-top: 0;
        background: #fbfaf6 0 0 repeat-x;
        padding: 15px 30px;
        position: relative;
    }

    .opc .step-title:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }
/* HOME PAGE */
.home-page-product-grid {
}

    .home-page-product-grid .title {
        padding: 10px 0 1px;
        margin: 0 5px 10px;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
        font-size: 1.1em;
        border-bottom: solid 1px #C4C6C8;
        text-align: center;
    }

.home-page-category-grid {
}

    .home-page-category-grid a {
    }

    .home-page-category-grid .item-box {
        text-align: center;
        vertical-align: text-top;
        display: inline-block;
    }

    .home-page-category-grid .category-item {
        text-align: center;
        margin: 10px;
        width: 150px;
        height: auto;
        border: 1px solid #E8E6D2;
    }

        .home-page-category-grid .category-item .title {
            text-align: center;
            font-weight: 700;
            font-size: .9em;
            display: block;
            overflow: hidden;
            height: 1.8em;
            padding: 8px 0 5px;
        }

        .home-page-category-grid .category-item .picture {
            text-align: center;
            padding: 10px 0;
        }

.bestsellers {
}

    .bestsellers .title {
        padding: 10px 0 1px;
        margin: 0 5px 10px;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
        font-size: 1.1em;
        border-bottom: solid 1px #C4C6C8;
        text-align: center;
    }
/* PRODUCTS IN GRID - TEMPLATE */
.product-selectors:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.product-filters-wrapper {
    margin-bottom: 15px;
}

.product-filters {
    overflow: hidden;
}

.filter-title {
    margin: 10px 0;
}

.product-filters .available-items {
    overflow: hidden;
}

.product-filters ul {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.product-filters .item {
    padding-left: 10px;
}

.product-filters .remove-filter {
    margin-bottom: 10px;
}

.product-grid {
    margin-bottom: 15px;
}
.product-grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

    .product-grid .item-row {
        margin-top: 15px;
    }

        .product-grid .item-row:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .product-grid .item-box {
        float: left;
        text-align: center;
        width: 252px;
        padding: 0 9px;
        margin-bottom: 15px;
    }

    .product-grid .product-item {
        text-align: center;
        border: 1px solid #E8E6D2;
    }

        .product-grid .product-item .product-title {
            font-weight: 700;
            font-size: 12px;
            padding-left: 10px;
            height: 40px;
            overflow: hidden;
        }

            .product-grid .product-item .product-title a {
                display: block;
                height: 2em;
                line-height: 1.3em;
                overflow: hidden;
                padding: 4px 10px 8px 0;
                color: #3A4045;
            }

        .product-grid .product-item .picture {
            text-align: center;
            margin: 0 auto 10px;
            padding: 10px 0 0;
            width: 125px;
            height: 125px;
            overflow: hidden;
        }

        .product-grid .product-item .description {
            margin: 5px;
            text-align: center;
            padding: 10px 5px;
            border-top: solid 1px #E8E6D2;
            color: #555;
            height: 55px;
            overflow:hidden;
        }

        .product-grid .product-item .add-info {
            
            text-align: right;
            height: 80px;
            position: relative;
            background: #F7F5E8;
        }

            .product-grid .product-item .add-info .prices {
                text-align: right;
                vertical-align: middle;
                position: absolute;
                bottom: 31px;
                right: 10px;
            }

            .product-grid .product-item .add-info .buttons {
                vertical-align: middle;
                position: absolute;
                bottom: 15px;
                left: 10px;
                text-align: left;
            }

            .product-grid .product-item .add-info .prices .actual-price {
                color: green;
            }

            .product-grid .product-item .add-info .prices .old-price {
                color: Red;
                text-decoration: line-through;
            }

    .product-grid .button-1 {
        min-width: 0px;
        background: none;
        margin-bottom: 5px;
        padding: 0;
        text-shadow: none;
        border: none;
    }

    .product-grid .small-product-item {
        text-align: center;
        margin: 10px;
        width: 150px;
        height: 150px;
    }

        .product-grid .small-product-item .product-title {
            margin-bottom: 5px;
            margin-top: 5px;
            text-align: center;
            font-weight: 700;
            font-size: 12px;
        }

        .product-grid .small-product-item .picture {
            text-align: center;
        }
/* PRODUCTS IN LINES - TEMPLATE */
.product-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .product-list .item-box {
        margin-bottom: 15px;
    }

    .product-list .product-item {
        border: 1px solid #E8E6D2;
        position: relative;
    }

        .product-list .product-item:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .product-list .product-item .product-title {
            font-weight: 700;
            font-size: 12px;
            padding-left: 10px;
        }

            .product-list .product-item .product-title a {
                display: block;
                height: 2em;
                line-height: 1.3em;
                overflow: hidden;
                padding: 4px 10px 8px 0;
                color: #3A4045;
            }

        .product-list .product-item .picture {
            float: left;
            height: 125px;
            padding: 10px;
            width: 125px;
            overflow: hidden;
        }

        .product-list .product-item .description {
            padding: 0 0 0 10px;
            margin: 10px 100px 0 100px;
            text-align: left;
            border-left: solid 1px #E8E6D2;
            color: #555;
        }

        .product-list .product-item .add-info {
            float: right;
            text-align: right;
            position: absolute;
            bottom: 20px;
            right: 5px;
        }
        .product-list .product-item .add-info .tax-shipping-info{
            color:#555;
        }

        .product-list .product-item .prices .price.actual-price{
            color:green;
        }

            .product-list .product-item .prices .product-price {
                color: green;
            }

            .product-list .product-item .prices .old-product-price {
                color: Red;
                text-decoration: line-through;
            }

        .product-list .product-item .buttons {
            padding-top: 20px;
        }

    .product-list .button-1 {
        min-width: 0px;
        background: none;
        margin-bottom: 5px;
        padding: 0;
        text-shadow: none;
        border: none;
    }
/* FEATURED PRODUCTS */
.featured-product-grid {
    margin-bottom: 15px;
    text-align: center;
}

    .featured-product-grid .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
        margin: 0;
        color: #3A4045;
    }

    .featured-product-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

    .featured-product-grid .product-item {
        text-align: center;
        border: solid 1px #E8E6D2;
    }

        .featured-product-grid .product-item .product-title {
            font-weight: 700;
            font-size: 12px;
            padding: 0 0 0 10px;
            text-transform: none;
        }

            .featured-product-grid .product-item .product-title a {
                display: block;
                height: 2em;
                line-height: 1.3em;
                overflow: hidden;
                padding: 4px 10px 8px 0;
            }

        .featured-product-grid .product-item .picture {
            text-align: center;
            margin-top: 10px;
        }

        .featured-product-grid .product-item .description {
            margin: 5px 5px 0;
            text-align: center;
            padding: 10px 5px;
            border-top: solid 1px #E8E6D2;
            color: #555;
            height: 50px;
        }

        .featured-product-grid .product-item .add-info {
            vertical-align: bottom;
            text-align: right;
            height: 85px;
            position: relative;
        }

            .featured-product-grid .product-item .add-info .prices {
                text-align: right;
                vertical-align: middle;
                position: absolute;
                bottom: 15px;
                right: 10px;
            }

            .featured-product-grid .product-item .add-info .buttons {
                vertical-align: middle;
                position: absolute;
                bottom: 15px;
                left: 10px;
                text-align: left;
            }

            .featured-product-grid .product-item .add-info .prices .product-price {
                color: green;
            }

            .featured-product-grid .product-item .add-info .prices .old-product-price {
                color: Red;
                text-decoration: line-through;
            }
/* PAGES */
.category-page, .manufacturer-page, .manufacturerlist-page, .producttag-page, .producttagall-page {
}

    .producttagall-page .producttags-list li {
        display: inline;
    }

        .producttagall-page .producttags-list li a {
            margin: 0 2px 0 0;
        }

    .category-page .category-description, .manufacturer-page .manufacturer-description {
        color: #0A263C;
        font-size: 1.1em;
    }

.free-shipping,
.product-vendor {
    margin: 8px 0 4px;
}
.free-shipping {
    padding: 28px 10px;
    width: 74px !important;
    background: #7692b9;
    border-radius: 60px;
    text-align: center !important;
    font-size: 16px;
    color: #fff;
}
.product-tags-all-page .product-tags-list li,
.vendor-list li {
    float: left;
    margin: 10px;
    height: 40px;
    line-height: 40px;
    list-style: none;
}
.producttag,
.vendor-list li a {
    color: #555555;
    text-decoration: underline;
}
.vendor-description {
    margin: 10px 0;
}
.sub-category-grid, .manufacturer-grid {
    margin-bottom: 15px;
}

    .sub-category-grid a, .manufacturer-grid a {
    }

    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        width: 173px;
        text-align: center;
        vertical-align: text-top;
        display: inline-block;
        margin: 5px 2px;
    }

    .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
        text-align: center;
        padding: 10px;
        border: 1px solid #ccf /*#E8E6D2*/;
        background: #dde3ff;
        box-shadow: 0 0 1px #fff inset;
    }

        .sub-category-grid .sub-category-item .title, .manufacturer-grid .manufacturer-item .title {
            text-align: center;
            font-weight: 700;
            font-size: .9em;
            display: block;
            overflow: hidden;
            height: 1.8em;
            padding: 8px 0 5px;
        }

        .sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
            text-align: center;
            margin: 5px auto;
            overflow: hidden;
            width: 150px;
            height: 150px;
        }

.product-sorting {
    margin: 0 auto 10px;
    float: left;
}

.product-viewmode {
    margin-bottom: 10px;
    float: left;
}

.product-page-size {
    width: 165px;
    float: left;
    text-align: center;
}

.product-filters {
    margin: 0;
    border: 1px solid #E8E6D2;
    background: #F7F5E8;
}

    .product-filters .filter-title {
        font-weight: 700;
        padding-left: 10px;
        color: #3A4045;
    }

        .product-filters .filter-title span {
            display: block;
            height: 2em;
            line-height: 1.3em;
            overflow: hidden;
            padding: 4px 10px 8px 0;
        }

    .product-filters .filter-item {
        padding: 5px 10px;
    }

.price-range-filter {
}

    .price-range-filter .title {
        color: #555;
        font-weight: 700;
        background: url(images/ico-arrow-r.gif) no-repeat;
        padding: 1px 0 5px 20px;
    }

    .price-range-filter ul {
        margin: 0;
        padding-left: 20px;
    }

    .price-range-filter li {
        list-style: none;
        padding-bottom: 2px;
    }

    .price-range-filter .selected-price-range {
        padding-left: 20px;
    }

    .price-range-filter .remove-price-range-filter {
        font-weight: 700;
    }

.product-spec-filter {
}

    .product-spec-filter .title {
        color: #555;
        font-weight: 700;
        background: url(images/ico-arrow-r.gif) no-repeat;
        padding: 1px 0 5px 20px;
    }

    .product-spec-filter table.filter {
        width: 100%;
    }

        .product-spec-filter table.filter tr.group {
            font-weight: 700;
        }

        .product-spec-filter table.filter tr.item td {
            padding: 2px 2px 2px 16px;
        }

        .product-spec-filter table.filter tr.filtereditem {
        }

    .product-spec-filter .remove-filter {
        padding-left: 20px;
    }

    .product-spec-filter .remove-product-spec-filter {
        font-weight: 700;
    }

.compare-products-page {
}

    .compare-products-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.compare-products-page td img {
    max-width: 100%;
    max-height: 100%;
}

.compare-products-table {
    width: 100%;
    margin-top: 10px;
}

    .compare-products-table .remove-button {
        margin: 5px 5px 5px 0;
    }

    .compare-products-table td {
        border-width: 1px;
        border-color: #BFBFBF;
        border-style: solid;
        padding: 3px;
        vertical-align: top;
        padding: 10px;
    }

    .compare-products-table tr.product-name {
        background-color: #dde3ff;
        font-weight: bold;
        text-shadow: 1px 1px 0 #fff;
    }

    .compare-products-table tr.product-price {
        color: green;
    }

.login-page {
}

    .login-page .register-block {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
    }

    .login-page .buttons {
        margin-top: 10px;
    }

    .login-page .form-fields {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
    }

        .login-page .form-fields form {
            background: #dde3ff;
            padding: 10px 20px;
            width: 45%;
        }

        .login-page .form-fields > *, .login-page .form-fields > * > * {
            margin-bottom: 5px;
        }

    .login-page label {
        display: inline-block;
        width: 90px;
    }

    .login-page .form-fields input[type="text"], .login-page .form-fields input[type="password"] {
        padding: 3px;
    }

    .login-page dd, .login-page p {
        color: #666;
    }

.login-table-container {
    vertical-align: middle;
}

    .login-table-container .row {
    }

        .login-table-container .row .item-name {
            padding: 10px 10px 10px 0;
            display: block;
            white-space: nowrap;
            padding-right: 10px;
            vertical-align: middle;
            font-weight: 700;
        }

        .login-table-container .row .item-value {
            padding: 10px 0;
            vertical-align: middle;
        }

.login-page .forgot-password {
    font-weight: 700;
}

.external-auth-errors {
    text-align: center;
    border: solid 1px #E8E6D2;
    vertical-align: top;
    width: 100%;
    color: Red;
}

.external-auth-association {
    text-align: center;
    border: solid 1px #E8E6D2;
    vertical-align: top;
    width: 100%;
}

    .external-auth-association .identifier {
    }

    .external-auth-association .remove {
        color: #3664A5;
    }

.registration-page {
}

    .registration-page .form-fields {
        background: #dde3ff;
        padding: 10px 20px;
        width: 60%;
        border: 1px solid #ccf;
        box-shadow: inset 0 0 1px #fff;
        margin-bottom: 10px;
    }

        .registration-page .form-fields > *, .registration-page .form-fields > * > * {
            margin-bottom: 3px;
        }

    .registration-page label {
        display: inline-block;
        width: 110px;;
    }

    .registration-page .form-fields input[type="text"], .registration-page .form-fields input[type="password"], .registration-page select {
        padding: 2px;
    }
    .registration-page .inputs .option-list {
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    .registration-page .inputs .option-list li {
        list-style-type: none;
        float:left; 
        margin-right:5px;
    }
    .registration-page .inputs .option-list li input{
        vertical-align:middle;
    }
    .registration-page .inputs .option-list label{
        width:auto;
    }
    .registration-page .buttons {
        padding-bottom: 15px;
        border-bottom: 1px dotted #ccc;
    }

    .registration-page .button-1 {
        height: 25px;
        padding: 12px;
        text-transform: uppercase;
    }

.registration-result-page .buttons {
    margin-top: 10px;
}

.availablestatus {
    color: green;
    padding-left: 5px;
}

.notavailablestatus {
    color: red;
    padding-left: 5px;
}

.password-recovery-page, newsletter-page {
}

    .password-recovery-page .body, newsletter-page .body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

    .password-recovery-page .email {
        width: 250px;
    }

.customer-avatar {
    padding: 10px;
}

    .customer-avatar .buttons {
        margin: 5px 0;
    }

.account-activation-page {
}

    .account-activation-page .body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.address-edit-page {
}

    .address-edit-page .body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.enter-address .custom-attributes .option-list,
.enter-address .custom-attributes textarea,
.address-edit-page .custom-attributes .option-list,
.address-edit-page .custom-attributes textarea{
    width: 147px;
    display: inline-block;
}
.enter-address .custom-attributes label,
.address-edit-page .custom-attributes label{
    vertical-align: top;
}

.search-page {
}

    .search-page .search-input {
        border: 1px solid #E8E6D2;
        padding: 10px;
    }

        .search-page .search-input .buttons {
            text-align: right;
        }

    .search-page .search-results {
        padding-top: 10px;
    }

        .search-page .search-results .result {
            font-weight: 700;
            color: #555;
        }

    .search-page .basic-search, .search-panel .advanced-search {
        border-collapse: collapse;
        color: #333;
        margin: 0;
        width: 100%;
        vertical-align: middle;
        text-align: left;
        table-layout: fixed;
    }

    .search-page .advanced-search {
        background: #dde3ff;
        border: solid #ccf 1px;
        margin: 10px 0;
        box-shadow: 0 0 1px #fff inset;
    }

    .search-page .inputs {
        padding: 8px 10px;
    }

    .search-page .advanced-search #Cid {
        width: 374px;
    }

    .search-page .basic-search .title, .search-page .advanced-search .title {
        padding: 4px;
        text-align: left;
        vertical-align: middle;
        width: 130px;
    }
    .search-page .basic-search .search-text {
        padding: 2px;
    }

    .search-page .basic-search .data, .search-page .advanced-search .data {
        padding: 4px;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }

    .search-page .advanced-search .price-from, .search-panel .advanced-search .price-to {
        width: 100px;
    }

.search-input .warning {
    text-decoration: underline;
}

.contact-page .form-fields {
    background: #dde3ff;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 60%;
    border: 1px solid #ccf;
    box-shadow: inset 0 0 1px #fff;
}

    .contact-page .form-fields > *, .contact-page .form-fields > * > * {
        margin-bottom: 5px;
    }

    .contact-page .form-fields label {
        display: block;
        font: normal bold 11px Arial, Helvetica, sans-serif;
        color: #666;
    }

    .contact-page input[type="text"], .contact-page .form-fields input[type="password"] {
        padding: 2px;
    }

.contact-page textarea {
    width: 97%;
    height: 120px;
}

.contact-page .buttons {
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.contact-page .button-1 {
    height: 25px;
    padding: 12px;
    text-transform: uppercase;
}

.contact-form {
}

    .contact-form .buttons {
        text-align: right;
    }

    .contact-form .send-email {
    }

        .contact-form .send-email .fullname {
            width: 250px;
        }

        .contact-form .send-email .email {
            width: 250px;
        }

        .contact-form .send-email .enquiry {
            width: 350px;
            height: 150px;
        }

.breadcrumb {
    padding: 0;
    margin-bottom: 10px;
    font-size: 1em;
    color: #666;
}

    .breadcrumb a {
        text-decoration: none;
        color: #3664A5;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .breadcrumb ul {
        margin: 0px;
        padding: 0px;
    }

    .breadcrumb li {
        list-style: none;
        display: inline;
    }

        .breadcrumb li strong {
            font-weight: bold;
        }

.newslist, .news-list-homepage {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
    /*.news-list-homepage .page-title {height:25px; overflow:hidden;
	background:url('img/boxhead1.png') center repeat-x; padding:0 10px; border:1px solid #999; border-bottom:1px solid #888; border-radius:2px;
	box-shadow:0 0 3px #fff inset; font:bold 13px/25px Arial,Helvetica,sans-serif; color:#fff; white-space:nowrap; text-shadow: -1px -1px 0 #666;}*/
    .news-list-homepage .page-title h4 {
        float: left;
    }

.news-items {
    margin: 0 5px;
    padding: 0;
}

    .news-items .item {
        border-bottom: dotted 1px #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .news-items .news-date {
        color: #9a9a9a;
        font-style: italic;
    }

    .news-items a.news-title {
        color: #555;
        text-decoration: none;
        font-size: 1.2em;
    }

        .news-items a.news-title:hover {
            text-decoration: underline;
        }

    .news-items .news-details {
        margin-top: 10px;
        margin-bottom: 10px;
        color: black;
    }

    .news-items .read-more {
        font-weight: 700;
        text-decoration: none;
        color: #3664A5;
        background-color: inherit;
    }

.news-item {
}

.newsitem .newsdate {
    color: #9a9a9a;
    font-style: italic;
}

.newsitem .newsbody {
    margin: 0;
    padding: 0;
}

.newsitem .result {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
}

.newscomments {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .newscomments .title {
        padding: 10px 10px 10px 0;
        font-weight: 700;
        text-transform: uppercase;
    }

    .newscomments .newcomment {
        margin: 0;
        padding: 0;
    }

        .newscomments .newcomment td.leavetitle {
            padding: 0 10px 10px 0;
            font-weight: 700;
            color: #3a3a3a;
        }

        .newscomments .newcomment td.buttons {
            text-align: right;
        }

        .newscomments .newcomment .commenttitle {
            width: 350px;
        }

        .newscomments .newcomment .commenttext {
            width: 350px;
            height: 150px;
        }

    .newscomments .commentlist {
        border-top: solid 1px #e3e3e3;
        margin-top: 10px;
    }

.news-item-page .comment-list {
    margin: 10px 0 0;
    padding: 0;
    font-size: 11px;
    color: #555D65;
    background-color: inherit;
    border-top: solid 1px #e3e3e3;
    margin-top: 10px;
}

.news-comment {
    overflow: hidden;
    margin-bottom: 20px;
}

    .news-comment .comment-info {
        width: 150px;
        float: left; /*border-right:dotted 1px #ccc;*/
    }

        .news-comment .comment-info .user-info {
            line-height: 25px;
        }

            .news-comment .comment-info .user-info .username {
                display: block;
                background: #dde3ff;
                margin: 0 0 10px;
                padding: 0 8px;
                font: bold 11px/25px Arial,Helvetica,sans-serif;
                color: #3664a5;
                text-shadow: 1px 1px 0 #fff;
            }

            .news-comment .comment-info .user-info span.username {
                font-weight: 700;
                margin-bottom: 10px;
            }

            .news-comment .comment-info .user-info .avatar {
                margin: 5px 0;
            }

                .news-comment .comment-info .user-info .avatar .avatar-img {
                    border: solid 2px #CEDBE1!important;
                }

            .news-comment .comment-info .user-info .user-stats {
                font-size: .9em;
                text-align: left;
                font-weight: 700;
                color: #555;
            }

                .news-comment .comment-info .user-info .user-stats .stat-value {
                    font-weight: 400;
                }

    .news-comment .comment-content {
        margin-left: 150px;
        border-left: solid 1px #fff;
    }

        .news-comment .comment-content .comment-time {
            background: #dde3ff;
            margin: 0 0 10px;
            padding: 0 8px;
            font: bold 11px/25px Arial,Helvetica,sans-serif;
            color: #3664a5;
            text-shadow: 1px 1px 0 #fff;
        }

            .news-comment .comment-content .comment-time .stat-value {
                font-weight: 400;
            }

        .news-comment .comment-content .comment-body {
            padding: 3px;
            color: #000;
        }

.news-item-page .news-date {
    color: #9a9a9a;
    font-style: italic;
}

.news-item-page .form-fields * {
    display: block;
    margin-bottom: 5px;
}

.blog-posts .post .blog-date {
    color: #9a9a9a;
    font-style: italic;
}

.blog-posts .post a.blog-title {
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
}

    .blog-posts .post a.blog-title:Hover {
        text-decoration: underline;
    }

.blog-posts {
    margin: 0;
    padding: 0;
}

    .blog-posts .post {
        border-bottom: dashed 1px #C4C6C8;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .blog-posts .blog-body, .page-body .blog-posts .tags {
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .blog-posts .tags > * {
        float: left;
        padding-right: 10px;
    }

.blogpost-page .tags > * {
    float: left;
    padding-right: 10px;
}

.blog-posts .tags ul, .blogpost-page .tags ul {
    margin: 0;
    padding: 0;
}

.blog-posts .tags li {
    display: inline-block;
    list-style: none;
}

.blogpost-page .tags li {
    display: inline-block;
    list-style: none;
}

.blog-posts .blog-details {
    font-weight: 700;
    text-decoration: none;
    color: #3664A5;
    background-color: inherit;
}

.blogpost-page {
}

    .blogpost-page .post-date {
        color: #9a9a9a;
        font-style: italic;
    }

    .blogpost-page .post-body, .blogpost-page .tags {
        margin: 0 0 20px;
        padding: 0;
    }

    .blogpost-page .result {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: red;
    }

.blogcomments {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.page-body .comment-list .title {
    padding: 10px 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.blogcomments .newcomment {
    margin: 0;
    padding: 0;
}

    .blogcomments .newcomment .commenttext {
        width: 350px;
        height: 150px;
    }

    .blogcomments .newcomment td.leavetitle {
        padding: 0 10px 10px 0;
        font-weight: 700;
    }

    .blogcomments .newcomment td.buttons {
        text-align: right;
    }

.blogpost-page textarea {
    width: 95%;
    height: 150px;
    background: #eef;
    border: 1px solid #abc;
}

.blogpost-page .comment-list {
    margin: 10px 0 0;
    padding: 0;
    font-size: 11px;
    color: #555D65;
    background-color: inherit;
    border-top: solid 1px #e3e3e3;
    margin-top: 10px;
}

.blog-comment {
    overflow: hidden;
    margin-bottom: 10px;
}

    .blog-comment .comment-info {
        width: 150px;
        float: left; /*border-right:dotted 1px #ccc;*/
    }

        .blog-comment .comment-info .user-info {
            line-height: 25px;
        }

            .blog-comment .comment-info .user-info .username {
                display: block;
                background: #dde3ff;
                margin: 0 0 10px;
                padding: 0 8px;
                font: bold 11px/25px Arial,Helvetica,sans-serif;
                color: #3664a5;
                text-shadow: 1px 1px 0 #fff;
            }

            .blog-comment .comment-info .user-info .avatar {
                margin: 5px 0;
            }

                .blog-comment .comment-info .user-info .avatar .avatar-img {
                    border: solid 2px #CEDBE1!important;
                }

            .blog-comment .comment-info .user-info .user-stats {
                font-size: .9em;
                text-align: left;
                font-weight: 700;
                color: #555;
            }

                .blog-comment .comment-info .user-info .user-stats .stat-value {
                    font-weight: 400;
                }

    .blog-comment .comment-content {
        margin-left: 150px;
        border-left: solid 1px #fff;
    }

        .blog-comment .comment-content .comment-time {
            background: #dde3ff;
            margin: 0 0 10px;
            padding: 0 8px;
            font: bold 11px/25px Arial,Helvetica,sans-serif;
            color: #3664a5;
            text-shadow: 1px 1px 0 #fff;
        }

            .blog-comment .comment-content .comment-time .stat-value {
                font-weight: 400;
            }

        .blog-comment .comment-content .comment-body {
            padding: 3px;
            color: #000;
        }

.todays-poll-box {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .todays-poll-box .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
    }

    .todays-poll-box .todays-poll-box-block {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

    .todays-poll-box .poll-item {
        float: left;
        text-align: left;
        vertical-align: top;
        padding: 10px;
    }

.block-poll .poll-item {
    margin: 0;
    padding: 0;
    font-size: 11px;
    background-color: inherit;
    text-align: left;
    vertical-align: top;
}

.poll-item label {
    margin: 0 0 0 5px;
}

.poll-take-poll, .poll-results { /*border:dashed 1px #666;padding:5px;*/
    margin-top: 10px;
}

.poll-display-text {
    font-weight: 700;
}

.poll-total-votes {
    font-style: italic;
}

.vote-poll-button {
    margin-top: 5px;
}

.emailafriend-page {
}

.email-a-friend-page .send-email {
    border: 1px solid #E8E6D2;
    margin-top: 10px;
    padding: 0 0 10px 10px;
}

    .email-a-friend-page .send-email .product {
        font-weight: 700;
    }

    .email-a-friend-page .send-email .friendemail {
        width: 350px;
    }

    .email-a-friend-page .send-email .youremail {
        width: 350px;
    }

    .email-a-friend-page .send-email .personalmessage {
        width: 350px;
        height: 150px;
    }

.recently-added-products {
}

    .recently-added-products .page-title {
    }

.recently-viewed-products {
}

    .recently-viewed-products .page-title {
    }

/* CUSTOMER ACCOUNT */
.account-page {
    line-height: 20px;
}

    .account-page ul {
        margin: 0 0 10px;
        padding: 0;
    }

    .account-page li {
        list-style: none;
    }

    .account-page .form-fields {
        margin-bottom: 10px;
        background: #dde3ff;
        padding: 10px 20px;
        width: 60%;
        border: 1px solid #ccf;
        box-shadow: inset 0 0 1px #fff;
    }

        .account-page .form-fields .inputs {
            margin-bottom: 5px;
        }

        .account-page .form-fields label {
            display: inline-block;
            width: 100px;
        }

        .account-page .form-fields input[type="text"], .account-page .form-fields input[type="password"], .account-page select {
            padding: 2px;
        }

    .account-page .buttons {
        padding-bottom: 15px;
        border-bottom: 1px dotted #ccc;
    }

    .account-page .button-1 {
        height: 25px;
        padding: 12px;
        text-transform: uppercase;
    }

.customer-info-box {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
}

    .customer-info-box .section-title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 12px;
    }

    .customer-info-box .section-body {
        text-align: left;
        padding: 10px;
        border: 1px solid #E8E6D2;
        height: auto;
    }

    .customer-info-box .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
    }

.customer-addresses {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-addresses .section-title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 12px;
    }

.address-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

    .address-list .address-item {
        margin-bottom: 10px;
        padding: 0px;
        border: 0px solid #E8E6D2;
        overflow: hidden;
    }

    .address-list .info {
        float: left;
        background: #dde3ff;
        padding: 10px;
        border: 1px solid #ccf;
        box-shadow: inset 0 0 1px #fff;
    }

        .address-list .info label, .address-list .info .name {
            font-weight: bold;
        }

    .address-list .buttons {
        float: right;
        text-align: right;
        border: none;
    }

.customer-addresses .add-button {
    margin-bottom: 5px;
    margin-top: 5px;
    float: right;
    text-align: right;
}

.edit-address {
    margin-bottom: 10px;
    background: #dde3ff;
    padding: 10px 20px;
    width: 60%;
    border: 1px solid #ccf;
    box-shadow: inset 0 0 1px #fff;
}

    .edit-address .inputs {
        margin-bottom: 5px;
    }

    .edit-address label {
        display: inline-block;
        width: 100px;
    }

.customer-orders {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-orders .recurring-payments {
        padding: 10px 10px 5px 0;
        width: 100%;
        clear: both;
    }

        .customer-orders .recurring-payments .section-title {
            padding: 10px 10px 5px 0;
            font-weight: 700;
            clear: both;
            font-size: 12px;
        }

        .customer-orders .recurring-payments .recurring-payments-box {
            text-align: left;
            padding: 10px;
            border: 1px solid #E8E6D2;
            height: auto;
        }

    .customer-orders .order-list {
    }

        .customer-orders .order-list .order-item {
            text-align: left;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #E8E6D2;
            height: auto;
        }

            .customer-orders .order-list .order-item .buttons {
                text-align: right;
            }

.customer-pass-recovery {
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-pass-recovery .result {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: red;
    }

.customer-rewardpoints {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-rewardpoints .section-title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 12px;
    }

    .customer-rewardpoints .reward-points-overview {
        padding: 10px 10px 5px 0;
        width: 100%;
    }

    .customer-rewardpoints .reward-points-history {
        margin: 0;
        padding: 5px;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.backinstock-subscriptions-box {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
}

    .backinstock-subscriptions-box .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.bissgridpagerstyle {
    padding: 5px;
    background: #eee;
    vertical-align: middle;
}

    .bissgridpagerstyle span {
        font-weight: 700;
        font-size: 1.1em;
    }

.avatar-page .image {
    margin-bottom: 10px;
}

.avatar-page input[type="file"] {
    display: block;
    margin-bottom: 10px;
}

.avatar-page .button-2 {
    height: 25px;
    padding: 12px;
    text-transform: uppercase;
}
.form-fields .gender {
    display: inline-block;
    margin: 0 5px 0 0;
}
.form-fields .gender input{
    vertical-align:middle;
}
.form-fields .gender label {
    width: auto;
}
/* PRODUCT DETAILS */
.product-details-page {
    margin-top: 10px;
    padding-right: 10px;
}

    .product-details-page form {
        border: 1px solid #C4C6C8;
        margin-bottom: 20px;
        padding: 10px;
    }
    /* color squares attribute type */
    .product-details-page .attributes ul.color-squares li {
        display: inline;
    }

    .product-details-page .attributes ul.color-squares .color-container {
        position: relative;
        display: inline-block;
        border: solid 1px #999;
        padding: 1px;
        margin-bottom: 5px;
    }

    .product-details-page .attributes ul.color-squares .selected-value .color-container {
        border-color: #075899;
        border-width: 2px;
        padding: 0;
    }

    .product-details-page .attributes ul.color-squares .color {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .product-details-page .attributes ul.color-squares label {
        cursor: pointer;
        position: relative;
    }

    .product-details-page .attributes ul.color-squares input {
        height: 0;
        overflow: hidden;
        z-index: -10000;
        position: absolute;
        float: none;
    }

.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

    .product-collateral .product-variant-line .add-to-wishlist-button {
        background: url(images/bullet-right.gif) no-repeat left center !important;
        border: none !important;
        display: block;
        float: left;
        clear: left;
        font-size: 12px;
        padding-left: 15px;
    }

        .product-collateral .product-variant-line .add-to-wishlist-button:hover {
            text-decoration: underline;
        }

.product-essential:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.product-essential .gallery {
    float: left;
    width: 300px;
}

.product-essential .picture {
    margin-bottom: 15px;
}

    .product-essential .picture .picture-thumbs {
        margin-top: 10px;
    }

.product-essential .overview {
    float: right;
    width: 330px;
    margin-bottom: 15px;
    padding: 5px;
    border: dashed 1px #C4C6C8;
    position: relative;
}

    .product-essential .overview .product-name {
        color: #3664A5;
        font-size: 1.2em;
        margin-bottom: .3em;
    }

    .product-essential .overview .short-description, .product-essential .overview .manufacturers, .product-essential .overview .sku, .product-essential .overview .manufacturer-partnumber, .product-essential .overview .stock, .product-essential .overview .gtin {
        color: #555;
        margin-bottom: .3em;
        font-size: 1.1em;
    }
    
    .product-essential .overview .giftcard > * {
        margin-top: 5px;
    }
    .product-essential .overview .giftcard label {
        display: inline-block;
        width: 145px;
    }
    .product-essential .overview .giftcard input {
        padding: 3px 5px;
    }

.back-in-stock-subscription {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-essential .full-description {
    border-top: 1px solid #E8E6D2;
    clear: both;
    color: #555;
    margin-bottom: .3em;
}

.product-share-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-reviews-overview {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-reviews-overview .product-review-box {
        margin: 0 5px 3px 0;
        width: 69px;
        height: 13px;
    }

.product-rating-box {
    width: 80px;
    margin: 0 auto 10px;
}
    .rating {
        height: 16px;
        width: 80px;
        background: url(images/star-x-inactive.png) repeat-x;
    }
        .rating div {
            height: 16px;
            background: url(images/star-x-active.png) repeat-x;
        }

.product-reviews-overview .product-review-links .separator {
    margin: 0 2px;
}

.product-reviews-overview .product-review-links {
    margin: 0;
}

.product-no-reviews {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-no-reviews a {
    }

.overview .add-to-cart {
    margin-bottom: 10px;
    overflow: hidden;
}

    .overview .add-to-cart input[type="button"] {
        padding: 0 6px;
        margin-bottom: 5px;
    }

.email-a-friend {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

.email-a-friend-page .product {
    font-weight: bold;
}

.email-a-friend-page .form-fields {
    background: #dde3ff;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 60%;
    border: 1px solid #ccf;
    box-shadow: inset 0 0 1px #fff;
}

    .email-a-friend-page .form-fields > *, .email-a-friend-page .form-fields > * > * {
        margin-bottom: 5px;
    }

    .email-a-friend-page .form-fields label {
        display: block;
        font: normal bold 11px Arial, Helvetica, sans-serif;
        color: #666;
    }

.email-a-friend-page input[type="text"], .contact-page .form-fields input[type="password"] {
    padding: 2px;
}

.email-a-friend-page textarea {
    width: 97%;
    height: 120px;
}

.email-a-friend-page .buttons {
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.email-a-friend-page .button-1 {
    height: 25px;
    padding: 12px;
    text-transform: uppercase;
}

.product-reviews-page {
}

    .product-reviews-page .page-title a {
        border-bottom: 0 none;
        text-decoration: underline;
        color: #fff;
    }

    .product-reviews-page .write-review {
    }

        .product-reviews-page .write-review .review-title {
            width: 350px;
            padding: 2px 5px;
        }

        .product-reviews-page .write-review .review-text {
            width: 350px;
            height: 150px;
        }

        .product-reviews-page .write-review .title {
            margin-bottom: 15px;
        }

        .product-reviews-page .write-review .inputs {
            overflow: hidden;
            margin-bottom: 10px;
        }

        .product-reviews-page .write-review label {
            display: inline-block;
            width: 100px;
            float: left;
        }

    .product-reviews-page .review-rating {
        margin: 10px 0;
        overflow: hidden;
    }

        .product-reviews-page .review-rating ul {
            float: left;
            margin: 0;
            padding: 0;
        }

        .product-reviews-page .review-rating li {
            float: left;
            list-style: none;
            margin-right: 10px;
        }

    .product-reviews-page .write-review #add-review {
        font: normal 11px Tahoma, Geneva, sans-serif;
    }

.product-review-list {
    margin: 30px 0 0;
}

    .product-review-list .product-review-item {
        border: solid 1px #d3d3d3;
        margin: 10px 0 0;
        padding: 10px 10px 20px;
        clear: both;
    }

.review-item-head {
    overflow: hidden;
    margin-bottom: 5x;
}

.product-review-list .product-review-item .review-title {
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
}

.product-review-list .product-review-item .product-review-box {
    float: right;
    margin-right: 10px;
    width: 69px;
    height: 13px;
}

.product-review-list .product-review-item .review-text {
    float: left;
    margin-bottom: 10px;
}

.product-review-list .product-review-item .review-info {
    float: left;
    margin-bottom: 5px;
}

    .product-review-list .product-review-item .review-info .separator {
        margin: 0 2px;
    }

.product-review-helpfulness {
    font-size: 11px;
    color: #333;
    clear: both;
}

    .product-review-helpfulness .vote {
        color: #3664A5;
        font-weight: 700;
        text-decoration: none;
    }

        .product-review-helpfulness .vote:hover {
            cursor: pointer;
            text-decoration: none;
        }

.product-variant-list {
    margin-bottom: 15px;
    padding: 0;
}

.product-variant-line {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: dashed 1px #C4C6C8;
    overflow: hidden;
}

    .product-variant-line .variant-name {
        color: #3664A5;
        font-weight: bold;
    }

    .product-variant-line .picture {
        float: left;
        width: 300px;
        margin-bottom: 15px;
    }

    .product-variant-line .overview {
        float: right;
        width: 200px;
        margin-right: 25px;
    }

        .product-variant-line .overview .productname {
            color: #3664A5;
            font-size: 1.2em;
            margin-bottom: .3em;
        }

    .product-variant-line .description {
        clear: both;
        color: #555;
        margin-bottom: .3em;
    }

.product-details-page .downloadsample {
    clear: both;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product-details-page .downloadsample .downloadsamplebutton {
        -x-system-font: none!important;
        background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
        border: 1px solid #B5B5B5;
        color: #444;
        cursor: pointer;
        font-family: arial,sans-serif!important;
        font-size: 11px!important;
        font-size-adjust: none!important;
        font-stretch: normal!important;
        font-style: normal!important;
        font-variant: normal!important;
        font-weight: 700!important;
        line-height: normal!important;
        overflow: visible;
        padding: 1px 5px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: auto;
    }

.product-variant-line .prices {
    float: left;
    padding: 4px;
    margin-right: 30px;
    color: green;
    font-weight: bold;
}

.product-essential .prices {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product-variant-line .prices-list .product-price, .product-essential .prices .product-price {
        color: green;
        font-weight: bold;
    }

    .product-variant-line .prices-list .old-product-price, .product-essential .prices .old-product-price {
        color: red;
        text-decoration: line-through;
    }

.product-variant-line input[type="button"] {
    padding: 0 6px;
}

.product-variant-line .add-info {
    padding: 10px;
    background: #F7F5E8;
    min-height: 17px;
}

    .product-variant-line .add-info .enter-price-input, .product-essential .add-info .enter-price-input {
        width: 60px;
    }

    .product-variant-line .add-info .qty-input, .product-essential .add-to-cart .qty-input {
        width: 40px;
    }

.product-variant-line .attributes {
}

    .product-variant-line .attributes dl {
        padding: 10px 0;
        overflow: hidden;
    }

        .product-variant-line .attributes dl * {
            list-style: none;
        }

    .product-variant-line .attributes option {
        padding: 0;
    }

    .product-variant-line .attributes dd,
    .product-variant-line .attributes dt {
        margin-bottom: 5px;
    }

        .product-variant-line .attributes dd .option-list {
            padding: 0;
            margin: 0 0 0 2px;
        }

    .product-variant-line .attributes dt {
        float: left;
        width: 80px;
        clear: left;
    }

    .product-variant-line .attributes dd {
        float: left;
    }

    .product-variant-line .attributes .textprompt {
        font-weight: bold;
    }

    .product-variant-line .attributes .textbox {
        width: 300px;
    }

    .product-variant-line .attributes textarea {
        width: 300px;
        height: 150px;
    }

.product-variant-line .stock, .product-variant-line .sku, .product-variant-line .manufacturerpartnumber, .product-variant-line .gtin {
}

.product-variant-line .giftcard {
}

    .product-variant-line .giftcard dt {
        clear: left;
        float: left;
        width: 150px;
    }

    .product-variant-line .giftcard .recipientname {
    }

    .product-variant-line .giftcard .recipientemail {
    }

    .product-variant-line .giftcard .sendername {
    }

    .product-variant-line .giftcard .senderemail {
    }

    .product-variant-line .giftcard .message {
        width: 300px;
        height: 100px;
    }

.related-products-grid, .also-purchased-products-grid {
    overflow: hidden;
}

    .related-products-grid .title, .also-purchased-products-grid .title {
        padding: 10px 10px 10px 0;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
    }

    .related-products-grid .item-box, .also-purchased-products-grid .item-box {
        text-align: center;
        vertical-align: text-top;
        width: 218px;
    }

    .related-products-grid .item, .also-purchased-products-grid .item {
        text-align: center;
        margin: 10px;
        border: 1px solid #E8E6D2;
        width: 200px;
        height: 200px;
    }

        .related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title {
            margin-bottom: 5px;
            margin-top: 5px;
            text-align: center;
            font-weight: 700;
            text-transform: none;
            font-size: 1em;
            padding: 0;
        }

        .related-products-grid .item .picture, .also-purchased-products-grid .item .picture {
            text-align: center;
        }

.productspec-box {
}

    .productspec-box .title {
        padding: 10px 10px 10px 0;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
    }

    .productspec-box .productspec-list {
    }

.product-tags-box {
    padding: 5px;
    color: #555;
}

    .product-tags-box .title {
        padding: 10px 10px 10px 0;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
    }

    .product-tags-box .product-tags-list {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .product-tags-box .product-tags-list ul {
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .product-tags-box .product-tags-list li {
            float: left;
            list-style: none;
        }

        .product-tags-box .product-tags-list a {
            text-decoration: underline;
        }

        .product-tags-box .product-tags-list .product-tags-wrapper {
            float: left;
        }

.tier-prices {
    text-align: center;
    margin-bottom: 10px;
}

    .tier-prices .prices-header {
        background: #7692B9;
        color: #FFF;
        padding: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        background: #f3f3f3;
    }

    .tier-prices .prices-list .prices-table td {
        padding: 0;
    }

    .tier-prices .prices-list .item-table td {
        border-bottom: solid 1px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list .item-table .item-price {
        color: Green;
    }

    .tier-prices .prices-list .header-table td {
        border-bottom: solid 1px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list .prices-table .field-header {
        font-weight: 700;
        text-align: center;
    }
/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
    }

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: 700;
}
/* PRIVATE MESSAGES */
.send-pm-box {
    background-color: #EEE;
    border: 1px solid #A0A0A0;
    color: #555;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .send-pm-box .pm-link-button {
        line-height: 14px;
        padding: 2px 6px 2px 18px;
        background: url(images/ico-pm.png) no-repeat;
    }

.private-message-send-page {
}

    .private-message-send-page .page-title {
        background: #7692B9;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

    .private-message-send-page .page-body {
        padding: 5px;
    }

    .private-message-send-page table.post-message {
        width: 100%;
        vertical-align: middle;
        border-collapse: collapse;
    }

        .private-message-send-page table.post-message td {
            padding: 4px;
        }

            .private-message-send-page table.post-message td.fieldname {
                font-weight: 700;
                width: 20%;
                color: #555;
            }

            .private-message-send-page table.post-message td.options {
                text-align: right;
            }

.private-message-view-page {
}

    .private-message-view-page .page-title {
        background: #7692B9;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

    .private-message-view-page .page-body {
        padding: 5px;
    }

    .private-message-view-page table.view-message {
        width: 100%;
        vertical-align: middle;
        border-collapse: collapse;
    }

        .private-message-view-page table.view-message td {
            padding: 4px;
        }

            .private-message-view-page table.view-message td.fieldname {
                font-weight: 700;
                width: 20%;
                color: #555;
            }

        .private-message-view-page table.view-message a {
            color: #3664A5;
            text-decoration: underline;
        }

        .private-message-view-page table.view-message td.options {
            text-align: right;
        }

.private-messages-page {
}

    .private-messages-page .body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
    }

.private-messages-box {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
}

    .private-messages-box .section-title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 12px;
    }

    .private-messages-box .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.pm-grid-table-style {
    font-family: arial;
    font-size: 11px;
    border: 1px solid gray;
    border-collapse: collapse;
    background-color: #FFF;
    margin-left: 0;
    width: 100%;
}

    .pm-grid-table-style td a {
        text-decoration: none;
        display: block;
    }

.pm-grid-alt-row-style {
    background-color: #F4FAFF;
}

.pm-grid-header-style th {
    background: #7692B9;
    color: #fff;
    padding: 5px 10px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    border: solid 1px #676767;
}

.pm-grid-row-style td, .pm-grid-alt-row-style td {
    padding: 4px 10px;
    border-right: solid 1px #A0C0E7;
    border-right-color: gray;
}

.pm-grid-pager-style, .latest-posts-grid-pager-style, .fs-grid-pager-style {
    padding: 5px;
    background: #eee;
    vertical-align: middle;
}

    .pm-grid-pager-style span, .latest-posts-grid-pager-style span, .fs-grid-pager-style span {
        font-weight: 700;
        font-size: 1.1em;
    }

.pm-read {
}

.pm-unread {
    font-weight: 700;
}
/* FORUM BREADCRUMB */
.forum-topic .breadcrumb ul, .forum .breadcrumb ul {
    margin: 0px;
    padding: 0px;
}

.forum-topic .breadcrumb li, .forum .breadcrumb li {
    list-style: none;
    display: inline;
}

    .forum-topic .breadcrumb li strong, .forum .breadcrumb li strong {
        font-weight: bold;
    }

.forum-topic .breadcrumb, .forum .breadctumb {
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    float: none;
}

    .forum-topic .breadcrumb a, .forum .breadcrumb a {
        text-decoration: none;
        color: green;
    }

        .forum-topic .breadcrumb a:hover, .forum .breadcrumb a:hover {
            color: #3664A5;
            text-decoration: none;
        }
/* FORUM MAIN */
.forums-main {
}

    .forums-main .forums-main-header {
        border-bottom: solid 1px #f3f3f3;
        height: 35px;
    }

        .forums-main .forums-main-header .current-time {
            padding-top: 20px;
            font-size: .9em;
            color: #555;
            float: left;
        }

        .forums-main .forums-main-header .forum-search-box {
            float: right;
            text-align: right;
        }

    .forums-main .active-discussions {
        margin-top: 50px;
    }

.forum-group-page .forum-search-box {
    text-align: right;
}

.forum-group {
}

    .forum-group .group-title a {
        font-weight: 700;
    }

    .forum-group table.groups {
        margin-top: 10px;
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 15px;
    }

        .forum-group table.groups td {
            padding: 3px 0;
        }

    .forum-group tr.group-header {
        font-weight: 700;
    }

        .forum-group tr.group-header td {
            background: #7692B9;
            color: #FFF;
            border-right: solid 1px #6a6a6a;
            height: 20px;
        }

            .forum-group tr.group-header td.forum-name {
                width: 55%;
                text-align: left;
                padding-left: 3px;
            }

            .forum-group tr.group-header td.topics {
                width: 10%;
            }

            .forum-group tr.group-header td.posts {
                width: 10%;
            }

            .forum-group tr.group-header td.last-post {
                width: 25%;
            }

    .forum-group tr.forum td.image div {
        text-align: left;
        width: 36px;
        height: 36px;
        background: url(images/ico-forum.gif) no-repeat 40% 40%;
    }

    .forum-group tr.forum td {
        border-bottom: 1px solid #c5c5c5;
        vertical-align: middle;
        padding-left: 3px;
    }

        .forum-group tr.forum td.forum-name {
            text-align: left;
            width: 55%;
        }

            .forum-group tr.forum td.forum-name .forum-title {
                font-weight: 700;
                font-size: 1.1em;
                line-height: 18px;
            }

            .forum-group tr.forum td.forum-name .forum-description {
                font-size: .9em;
                color: #555;
            }

        .forum-group tr.forum td.last-post {
            font-size: .8em;
            color: #555;
        }

.forum-subscriptions-box {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
}

    .forum-subscriptions-box .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }
/* FORUM PAGE */
.forum {
}

    .forum .forum-header {
    }

    .forum .top .forum-info {
        float: left;
    }

        .forum .top .forum-info .forum-name {
            font-weight: 700;
            font-size: 1.2em;
            line-height: 25px;
        }

        .forum .top .forum-info .forum-description {
            color: #555;
        }

    .forum .top .actions {
        float: right;
        text-align: right;
    }

        .forum .top .actions .newtopic {
            background: url(images/ico-forum-post-add.gif) no-repeat;
            padding: 0 10px 3px 20px;
        }

        .forum .top .actions .watch-forum {
            background: url(images/ico-forum-watch.gif) no-repeat;
            padding-left: 20px;
        }

        .forum .top .actions .forum-search-box {
            padding-top: 5px;
        }

    .forum .topics-group {
    }

    .forum table.topics {
        width: 100%;
        border-collapse: collapse;
        vertical-align: middle;
        text-align: center;
    }

        .forum table.topics td {
            padding: 3px 0;
        }

        .forum table.topics tr.forum-header {
            font-weight: 700;
        }

            .forum table.topics tr.forum-header td {
                background: #7692B9;
                color: #FFF;
                border-right: solid 1px #6a6a6a;
                height: 20px;
            }

                .forum table.topics tr.forum-header td.topic-name {
                    width: 55%;
                    text-align: left;
                    padding-left: 3px;
                }

                .forum table.topics tr.forum-header td.replies {
                    width: 10%;
                }

                .forum table.topics tr.forum-header td.views {
                    width: 10%;
                }

                .forum table.topics tr.forum-header td.last-post {
                    width: 25%;
                }

        .forum table.topics tr.topic td {
            border-bottom: 1px solid #c5c5c5;
            vertical-align: middle;
            padding-left: 3px;
        }

            .forum table.topics tr.topic td.image div {
                text-align: left;
                width: 36px;
                height: 36px;
                background: url(images/ico-forum.gif) no-repeat 40% 40%;
            }

            .forum table.topics tr.topic td.topic-name {
                text-align: left;
                width: 55%;
            }

                .forum table.topics tr.topic td.topic-name .topic-type {
                    font-size: .9em;
                    line-height: 18px;
                }

                .forum table.topics tr.topic td.topic-name .topic-title {
                    font-weight: 700;
                    font-size: 1.1em;
                    line-height: 18px;
                }

                .forum table.topics tr.topic td.topic-name .topic-starter {
                    font-size: .9em;
                    color: #555;
                }

                .forum table.topics tr.topic td.topic-name .topics-pager {
                    font-size: .9em;
                    color: #555;
                }

            .forum table.topics tr.topic td.last-post {
                font-size: .8em;
                color: #555;
            }

        .forum table.topics tr.topic .post {
            text-align: left;
            width: 36px;
            height: 36px;
            background: url(images/ico-forum-post.gif) no-repeat 40% 40%;
        }

        .forum table.topics tr.topic .post-annoucement, .forum table.topics tr.topic .post-sticky {
            text-align: left;
            width: 36px;
            height: 36px;
            background: url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
        }

    .forum .pager {
        text-align: right;
        padding: 5px 3px 5px 0;
    }
/* FORUM TOPIC EDIT */
.post-edit {
}

    .post-edit .title {
        background: #7692B9;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

    .post-edit .wrapper {
        padding: 5px;
    }

    .post-edit table.post-topic {
        width: 100%;
        vertical-align: middle;
        border-collapse: collapse;
    }

        .post-edit table.post-topic td {
            padding: 4px;
        }

            .post-edit table.post-topic td.fieldname {
                font-weight: 700;
                width: 20%;
                color: #555;
            }

            .post-edit table.post-topic td.options {
                text-align: right;
            }

.move-forum-topic {
}

    .move-forum-topic .title {
        background: #7692B9;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

    .move-forum-topic .wrapper {
        padding: 5px;
    }

    .move-forum-topic table.move-topic {
        width: 100%;
        vertical-align: middle;
        border-collapse: collapse;
    }

        .move-forum-topic table.move-topic td {
            padding: 4px;
        }

            .move-forum-topic table.move-topic td.fieldname {
                font-weight: 700;
                width: 30%;
                color: #555;
                white-space: nowrap;
            }

            .move-forum-topic table.move-topic td.options {
                text-align: left;
            }
/* FORUM TOPIC */
.forum-topic {
}

    .forum-topic .title {
        background: #7692B9;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

        .forum-topic .title .topic-name {
            float: left;
            font-size: 12px;
        }

        .forum-topic .title .manage {
            float: right;
            text-align: right;
        }

            .forum-topic .title .manage a {
                color: #F3F3F3;
            }

    .forum-topic .topic-header {
        padding: 5px;
        background: #F3F3F3;
        border-bottom: solid 1px #6a6a6a;
        height: 16px;
    }

        .forum-topic .topic-header .topic-options, .topic-footer .topic-options {
            float: right;
            text-align: right;
        }

            .forum-topic .topic-header .topic-options a, .topic-footer .topic-options a {
                font-weight: 700;
            }

    .forum-topic .posts {
    }

.topic-footer {
    padding: 5px;
    background: #F3F3F3;
    border-top: solid 1px #6a6a6a;
    height: 16px;
}

    .forum-topic .pager, .topic-footer .pager {
        text-align: left;
    }

.forum-post {
    border-bottom: solid 1px #E3E3E3;
}

.post-info {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

    .post-info .manage {
        line-height: 20px;
    }

        .post-info .manage a {
            font-weight: 700;
            color: #555;
        }

    .post-info .user-info {
        padding-top: 5px;
    }

        .post-info .user-info a.username {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .post-info .user-info span.username {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .post-info .user-info .avatar {
            margin: 5px 0;
        }

            .post-info .user-info .avatar .avatar-img {
                border: solid 2px #CEDBE1!important;
            }

        .post-info .user-info .user-stats {
            font-size: .9em;
            text-align: left;
            font-weight: 700;
            color: #555;
        }

            .post-info .user-info .user-stats .stat-value {
                font-weight: 400;
            }

.post-content {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

    .post-content .posttime {
        font-weight: 700;
        line-height: 20px;
        padding: 3px;
        background: #e3f3f3;
    }

        .post-content .posttime .stat-value {
            font-weight: 400;
        }

    .post-content .post-body {
        padding: 10px 0 15px;
        line-height: 18px;
        color: #333;
    }

        .post-content .post-body a {
            color: #3664A5;
            text-decoration: underline;
        }

        .post-content .post-body .post-text {
        }

            .post-content .post-body .post-text .quote {
                padding: 5px;
                border: dashed 1px #000;
                background-color: #fff;
            }

    .post-content .signature {
        border-color: #DDD;
        border-style: solid;
        border-width: 1px 0 0;
        font-size: 90%;
        margin: 1em 8px 8px;
        padding: 1em 0 20px;
        text-align: left;
        font-style: italic;
    }
/* FORUM SEARCH */
.forum-search-box {
    font-size: .9em;
    float: right;
    text-align: right;
    padding: 5px 0;
}

.forum-search {
}

    .forum-search .forum-search-panel {
    }

        .forum-search .forum-search-panel .search-input {
        }

        .forum-search .forum-search-panel .search-error {
            color: Red;
        }

        .forum-search .forum-search-panel .search-results {
        }

.forum-search-panel table.basic-search, .forum-search-panel table.adv-search {
    border-collapse: collapse;
    color: #333;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.forum-search-panel table.adv-search {
    margin: 10px 0 0;
    border-top: solid #D3D3D3 1px;
}

    .forum-search-panel table.adv-search td.title {
        padding: 4px;
        text-align: left;
        vertical-align: middle;
        width: 130px;
    }

    .forum-search-panel table.adv-search td.data {
        padding: 4px;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }

.forum-search .topics-group {
}

.forum-search table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

    .forum-search table.topics td {
        padding: 3px 0;
    }

    .forum-search table.topics tr.forum-header {
        font-weight: 700;
    }

        .forum-search table.topics tr.forum-header td {
            background: #7692B9;
            color: #FFF;
            border-right: solid 1px #6a6a6a;
            height: 20px;
        }

            .forum-search table.topics tr.forum-header td.topic-name {
                width: 55%;
                text-align: left;
                padding-left: 3px;
            }

            .forum-search table.topics tr.forum-header td.replies {
                width: 10%;
            }

            .forum-search table.topics tr.forum-header td.views {
                width: 10%;
            }

            .forum-search table.topics tr.forum-header td.last-post {
                width: 25%;
            }

    .forum-search table.topics tr.topic td {
        border-bottom: 1px solid #c5c5c5;
        vertical-align: middle;
        padding-left: 3px;
    }

        .forum-search table.topics tr.topic td.image div {
            text-align: left;
            width: 36px;
            height: 36px;
            background: url(images/ico-forum.gif) no-repeat 40% 40%;
        }

        .forum-search table.topics tr.topic td.topic-name {
            text-align: left;
            width: 55%;
        }

            .forum-search table.topics tr.topic td.topic-name .topic-type {
                font-size: .9em;
                line-height: 18px;
            }

            .forum-search table.topics tr.topic td.topic-name .topic-title {
                font-weight: 700;
                font-size: 1.1em;
                line-height: 18px;
            }

            .forum-search table.topics tr.topic td.topic-name .topic-starter {
                font-size: .9em;
                color: #555;
            }

        .forum-search table.topics tr.topic td.last-post {
            font-size: .8em;
            color: #555;
        }

    .forum-search table.topics tr.topic .post {
        text-align: left;
        width: 36px;
        height: 36px;
        background: url(images/ico-forum-post.gif) no-repeat 40% 40%;
    }

    .forum-search table.topics tr.topic .post-annoucement, .forum-search table.topics tr.topic .post-sticky {
        text-align: left;
        width: 36px;
        height: 36px;
        background: url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
    }

.forum-search .pager {
    text-align: right;
    padding: 5px 3px 5px 0;
}
/* PROFILE PAGE */
.profile-page {
}

    .profile-page .title {
        background: #7692B9;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

    .profile-page .body {
        margin-top: 15px;
    }

        .profile-page .body .profile-info-box {
            border-bottom: solid 1px #e3e3e3;
        }

        .profile-page .body .profile-info-box, .profile-page .body .user-last-posts {
            font-size: 12px;
        }

            .profile-page .body .profile-info-box .title {
            }

            .profile-page .body .profile-info-box .profile-stat {
                font-weight: 700;
                padding: 2px;
            }

                .profile-page .body .profile-info-box .profile-stat .profile-stat-value {
                    font-weight: 400;
                    color: #555;
                }

            .profile-page .body .profile-info-box .user-details {
                width: 180px;
                float: left;
                padding: 10px;
                height: 100%;
                border-right: solid 1px #F3F3F3;
                text-align: center;
            }

                .profile-page .body .profile-info-box .user-details .avatar {
                    margin-bottom: 5px;
                }

                    .profile-page .body .profile-info-box .user-details .avatar .avatar-img {
                        border: solid 2px #CEDBE1!important;
                    }

            .profile-page .body .profile-info-box .user-stats {
                margin-left: 200px;
                border-left: solid 1px #F3F3F3;
                padding: 10px;
            }

                .profile-page .body .profile-info-box .user-stats .section-title {
                    text-transform: uppercase;
                    margin-bottom: 10px;
                }

        .profile-page .body .user-last-posts {
        }

            .profile-page .body .user-last-posts .topic {
                border: solid 1px #F3F3F3;
                margin-bottom: 10px;
            }

            .profile-page .body .user-last-posts .topictitle {
                font-weight: 700;
                line-height: 20px;
                background: #e3f3f3;
                padding: 3px;
            }

            .profile-page .body .user-last-posts .topicbody {
                padding: 10px;
            }

                .profile-page .body .user-last-posts .topicbody a {
                    color: #3664A5;
                    text-decoration: underline;
                }

                .profile-page .body .user-last-posts .topicbody .quote {
                    padding: 5px;
                    border: dashed 1px #000;
                    background-color: #fff;
                }

            .profile-page .body .user-last-posts .topicdata {
                background: #f3f3f3;
                padding: 3px;
                color: #555;
                font-size: .9em;
            }

            .profile-page .body .user-last-posts .posts-table {
                width: 100%;
                border: 0px;
                border-collapse: collapse;
                border-spacing: 0;
                empty-cells: show;
            }
/* BB CODE EDITOR */
.toolbar {
    padding: 2px;
    display: inline;
}

    .toolbar .button {
        background: url(images/bbeditor-button-bg.gif) repeat-x;
        padding: 2px;
        margin-right: 2px;
        border: #cec6b5 1px solid;
    }

        .toolbar .button:hover {
            border: #333 1px solid;
        }
/* ACTIVE DISCUSSIONS */
.active-discussions-page {
}

.active-discussions .active-discussions-title {
    font-size: 1.1em;
    font-weight: 700;
}

    .active-discussions .active-discussions-title .view-all {
        float: right;
        text-align: right;
    }

.active-discussions .topics-group {
}

.active-discussions table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

    .active-discussions table.topics td {
        padding: 3px 0;
    }

    .active-discussions table.topics tr.active-discussions-header {
        font-weight: 700;
    }

        .active-discussions table.topics tr.active-discussions-header td {
            background: #7692B9;
            color: #FFF;
            border-right: solid 1px #6a6a6a;
            height: 20px;
        }

            .active-discussions table.topics tr.active-discussions-header td.topic-name {
                width: 55%;
                text-align: left;
                padding-left: 3px;
            }

            .active-discussions table.topics tr.active-discussions-header td.replies {
                width: 10%;
            }

            .active-discussions table.topics tr.active-discussions-header td.views {
                width: 10%;
            }

            .active-discussions table.topics tr.active-discussions-header td.last-post {
                width: 25%;
            }

    .active-discussions table.topics tr.topic td {
        border-bottom: 1px solid #c5c5c5;
        vertical-align: middle;
        padding-left: 3px;
    }

        .active-discussions table.topics tr.topic td.topic-name {
            text-align: left;
            width: 55%;
        }

            .active-discussions table.topics tr.topic td.topic-name .topic-title {
                font-weight: 700;
                font-size: 1.1em;
                line-height: 18px;
            }

            .active-discussions table.topics tr.topic td.topic-name .topic-starter {
                font-size: .9em;
                color: #555;
            }

            .active-discussions table.topics tr.topic td.topic-name .topics-pager {
                font-size: .9em;
                color: #555;
            }

        .active-discussions table.topics tr.topic td.last-post {
            font-size: .8em;
            color: #555;
        }
/* BBCODES */
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: 0; /* Mozilla, since 1999 */
    white-space: 0; /* Opera 4-6 */
    white-space: 0; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.csharpcode, .csharpcode pre {
    font-size: small;
    color: #000;
    font-family: Consolas, "Courier New", Courier, Monospace;
    background-color: #fff;
}

    .csharpcode pre {
        margin: 0;
    }

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #0000c0;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        background-color: #f4f4f4;
        width: 100%;
        margin: 0;
    }

    .csharpcode .lnum {
        color: #606060;
    }

.ui-autocomplete {
    z-index: 1002 !important;
}

/* Add to cart NEW button */

.add-to-cart * {
    float: left;
}

.add-to-cart {
    color: #f6f6f4;
    margin: 0;
}

    .add-to-cart .add-to-wishlist-button {
        margin: 5px;
    }

    .add-to-cart .add-to-cart-button {
        background: #5676a3;
        background: -moz-linear-gradient(top, #5676a3 0%, #13386d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5676a3), color-stop(100%,#13386d));
        background: -webkit-linear-gradient(top, #5676a3 0%,#13386d 100%);
        background: -o-linear-gradient(top, #5676a3 0%,#13386d 100%);
        background: -ms-linear-gradient(top, #5676a3 0%,#13386d 100%);
        background: linear-gradient(to bottom, #5676a3 0%,#13386d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5676a3', endColorstr='#13386d',GradientType=0 );
        color: #fff;
        text-shadow: 1px 1px 0 #000;
        padding: 6px 15px !important;
        font-size: 14px;
        font-weight: bold;
        height: 30px;
        margin-bottom: 0 !important;
    }

        .add-to-cart .add-to-cart-button:hover {
            background: #13386d;
            background: -moz-linear-gradient(top, #13386d 0%, #5676a3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13386d), color-stop(100%,#5676a3));
            background: -webkit-linear-gradient(top, #13386d 0%,#5676a3 100%);
            background: -o-linear-gradient(top, #13386d 0%,#5676a3 100%);
            background: -ms-linear-gradient(top, #13386d 0%,#5676a3 100%);
            background: linear-gradient(to bottom, #13386d 0%,#5676a3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13386d', endColorstr='#5676a3',GradientType=0 );
        }

    .add-to-cart .qty-input {
        width: 24px !important;
        font-size: 18px;
        padding: 3px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .add-to-cart .qty-label {
        line-height: 31px;
        color: #000;
    }

/* RE-CAPTCHA */

    .recaptchatable #recaptcha_response_field {
        height: auto !important;
    }


.ui-dialog .ui-dialog-buttonpane { 
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none !important;
    text-align: center;
}