.ShoppingCartModule body {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #ff9933;
    background-color: White;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, sans-serif;
}

h2, h3 {
    font-size: 16px;
    line-height: 18px;
}

    h2 > a:link {
        text-decoration: none;
    }

    h2 > a:visited {
        text-decoration: none;
    }

.order-progress ul li .active-step {
    color: #6A6A6A;
    background: url('/DesktopModules/SPLStore/Images/progress-step-active.png') no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}

.order-progress ul li .inactive-step {
    color: #D7D7D7;
    background: url('/DesktopModules/SPLStore/Images/progress-step-inactive.png') no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}

.PopupPanel {
    background: White;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.StoreHeader {
    border: 1px solid grey;
    border-radius: 5px;
    box-shadow: #D7D7D7 3px 3px;
    padding-left: 10px;
    padding-top: 2px;
    margin-bottom: 10px;
    padding-right: 10px;
    background-image: linear-gradient(bottom, rgb(217,217,217) 15%, rgb(252,247,252) 72%);
    background-image: -o-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(252,247,252) 72%);
    background-image: -moz-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(252,247,252) 72%);
    background-image: -webkit-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(252,247,252) 72%);
    background-image: -ms-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(252,247,252) 72%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, rgb(217,217,217)),color-stop(0.72, rgb(252,247,252)));
    color: Gray;
}

.ShoppingCartLink {
    height: 20px !important;
    line-height: 19px;
    font-variant-caps: small-caps;
    font-variant: small-caps;
}

    .ShoppingCartLink .icon {
        vertical-align: bottom;
    }

    .ShoppingCartLink .ico-register {
        background: url('/DesktopModules/SPLStore/Images/ico-register.png') no-repeat !important;
        padding-left: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-login {
        background: url('/DesktopModules/SPLStore/Images/ico-login.png') no-repeat top right !important;
        padding-left: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-variant: small-caps;
    }

    .ShoppingCartLink a.ico-account {
        background: url('/DesktopModules/SPLStore/Images/ico-account.png') no-repeat top left !important;
        padding-left: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-logout {
        background: url('/DesktopModules/SPLStore/Images/ico-logout.png') no-repeat;
        padding-left: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-inbox {
        background: url('/DesktopModules/SPLStore/Images/ico-inbox.png') no-repeat;
        padding-left: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-cart {
        background: url('/DesktopModules/SPLStore/Images/ico-cart.png') no-repeat !important;
        padding-left: 20px;
        padding-right: 3px !important;
        height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-cartnum {
        background: none !important;
        padding-left: 0px !important;
        height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-wishlist {
        background: url('/DesktopModules/SPLStore/Images/ico-wishlist.png') no-repeat;
        padding-left: 20px;
        height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-admin {
        background: url('/DesktopModules/SPLStore/Images/ico-admin.png') no-repeat;
        padding-left: 20px;
        height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ShoppingCartLink .ico-impersonate {
        background: url('/DesktopModules/SPLStore/Images/ico-Impersonate.gif') no-repeat;
        padding-left: 20px;
        height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.ShoppingCartLink-logo {
    margin-top: 5px;
    float: left;
    text-align: left;
}

.ShoppingCartLink-selectors-wrapper {
    text-align: right;
    float: right;
    width: 500px;
}

.ShoppingCartLink-currencyselector {
    float: right;
}

.ShoppingCartLink-languageselector {
    float: right;
}

.ShoppingCartLink-taxDisplayTypeSelector {
    float: right;
}

.ShoppingCartLink-links-wrapper {
    float: right;
    text-align: right;
    width: 670px;
}

.ShoppingCartLink-links {
    border: solid 1px #9a9a9a;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    display: inline-table;
}

    .ShoppingCartLink-links ul {
        padding: 0;
        margin: 0;
    }

        .ShoppingCartLink-links ul li {
            list-style: none;
            display: inline;
            padding-right: 2px;
        }

    .ShoppingCartLink-links a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .ShoppingCartLink-links a:hover {
            color: #ff9933;
        }

        .ShoppingCartLink-links a.account {
            color: #ff9933;
        }

    .ShoppingCartLink-links span.impersonate {
        color: #58DE81;
        font-weight: bold;
    }

        .ShoppingCartLink-links span.impersonate .finish-impersonation {
            color: #E44097;
        }

.footer {
    clear: both;
    height: 30px;
    padding: 5px 3px 5px 3px;
}

    .footer a {
        text-decoration: none;
        color: #FFF;
    }

.footer-disclaimer {
    float: right;
    font-size: 11px;
}

.footer-poweredby {
    float: left;
    font-size: 11px;
}

.footer-storetheme {
    float: right;
    margin: 0px 100px 0px 10px;
    font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    
    Borrowed from Bootstrap
    
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Buttons*/
.btnSPStore .label,.btnSPStore .badge{position:relative;top:-1px;}
.btnSPStore-mini .label,.btnSPStore-mini .badge{top:0;}
.btnSPStore{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333 !important;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btnSPStore:hover,.btnSPStore:focus,.btnSPStore:active,.btnSPStore.active,.btnSPStore.disabled,.btnSPStore[disabled]{color:#333333 !important;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btnSPStore:active,.btnSPStore.active{background-color:#cccccc \9;}
.btnSPStore:first-child{*margin-left:0;}
.btnSPStore:hover,.btnSPStore:focus{color:#333333 !important;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btnSPStore:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btnSPStore.active,.btnSPStore:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btnSPStore.disabled,.btnSPStore[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btnSPStore-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.btnSPStore-large [class^="icon-"],.btnSPStore-large [class*=" icon-"]{margin-top:4px;}
.btnSPStore-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.btnSPStore-small [class^="icon-"],.btnSPStore-small [class*=" icon-"]{margin-top:0;}
.btnSPStore-mini [class^="icon-"],.btnSPStore-mini [class*=" icon-"]{margin-top:-1px;}
.btnSPStore-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.btnSPStore-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btnSPStore-block+.btnSPStore-block{margin-top:5px;}
input[type="submit"].btnSPStore-block,input[type="reset"].btnSPStore-block,input[type="button"].btnSPStore-block{width:100%;}
.btnSPStore-primary.active,.btnSPStore-warning.active,.btnSPStore-danger.active,.btnSPStore-success.active,.btnSPStore-info.active,.btnSPStore-inverse.active{color:rgba(255, 255, 255, 0.75) !important;}
.btnSPStore-primary{color:#ffffff !important;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #0088cc, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);background-image:-o-linear-gradient(top, #0088cc, #0044cc);background-image:linear-gradient(to bottom, #0088cc, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnSPStore-primary:hover,.btnSPStore-primary:focus,.btnSPStore-primary:active,.btnSPStore-primary.active,.btnSPStore-primary.disabled,.btnSPStore-primary[disabled]{color:#ffffff !important;background-color:#0044cc;*background-color:#003bb3;}
.btnSPStore-primary:active,.btnSPStore-primary.active{background-color:#003399 \9;}
.btnSPStore-warning{color:#ffffff !important;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnSPStore-warning:hover,.btnSPStore-warning:focus,.btnSPStore-warning:active,.btnSPStore-warning.active,.btnSPStore-warning.disabled,.btnSPStore-warning[disabled]{color:#ffffff !important;background-color:#f89406;*background-color:#df8505;}
.btnSPStore-warning:active,.btnSPStore-warning.active{background-color:#c67605 \9;}
.btnSPStore-danger{color:#ffffff !important;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnSPStore-danger:hover,.btnSPStore-danger:focus,.btnSPStore-danger:active,.btnSPStore-danger.active,.btnSPStore-danger.disabled,.btnSPStore-danger[disabled]{color:#ffffff !important;background-color:#bd362f;*background-color:#a9302a;}
.btnSPStore-danger:active,.btnSPStore-danger.active{background-color:#942a25 \9;}
.btnSPStore-success{color:#ffffff !important;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(to bottom, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnSPStore-success:hover,.btnSPStore-success:focus,.btnSPStore-success:active,.btnSPStore-success.active,.btnSPStore-success.disabled,.btnSPStore-success[disabled]{color:#ffffff !important;background-color:#51a351;*background-color:#499249;}
.btnSPStore-success:active,.btnSPStore-success.active{background-color:#408140 \9;}
.btnSPStore-info{color:#ffffff !important;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnSPStore-info:hover,.btnSPStore-info:focus,.btnSPStore-info:active,.btnSPStore-info.active,.btnSPStore-info.disabled,.btnSPStore-info[disabled]{color:#ffffff !important;background-color:#2f96b4;*background-color:#2a85a0;}
.btnSPStore-info:active,.btnSPStore-info.active{background-color:#24748c \9;}
.btnSPStore-inverse{color:#ffffff !important;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btnSPStore-inverse:hover,.btnSPStore-inverse:focus,.btnSPStore-inverse:active,.btnSPStore-inverse.active,.btnSPStore-inverse.disabled,.btnSPStore-inverse[disabled]{color:#ffffff !important;background-color:#222222;*background-color:#151515;}
.btnSPStore-inverse:active,.btnSPStore-inverse.active{background-color:#080808 \9;}
button.btnSPStore,input[type="submit"].btnSPStore{*padding-top:3px;*padding-bottom:3px;}button.btnSPStore::-moz-focus-inner,input[type="submit"].btnSPStore::-moz-focus-inner{padding:0;border:0;}
button.btnSPStore.btnSPStore-large,input[type="submit"].btnSPStore.btnSPStore-large{*padding-top:7px;*padding-bottom:7px;}
button.btnSPStore.btnSPStore-small,input[type="submit"].btnSPStore.btnSPStore-small{*padding-top:3px;*padding-bottom:3px;}
button.btnSPStore.btnSPStore-mini,input[type="submit"].btnSPStore.btnSPStore-mini{*padding-top:1px;*padding-bottom:1px;}
.btnSPStore-link,.btnSPStore-link:active,.btnSPStore-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btnSPStore-link{border-color:transparent;cursor:pointer;color:#0088cc !important;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btnSPStore-link:hover,.btnSPStore-link:focus{color:#005580 !important;text-decoration:underline;background-color:transparent;}
.btnSPStore-link[disabled]:hover,.btnSPStore-link[disabled]:focus{color:#333333 !important;text-decoration:none;}

/*Wells*/
.wellSPStore{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.wellSPStore blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}
.wellSPStore-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.wellSPStore-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}

/*Alerts*/
.alertSPStore{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.alertSPStore,.alertSPStore h4{color:#c09853;}
.alertSPStore h4{margin:0;}
.alertSPStore .close{position:relative;top:-2px;right:-21px;line-height:20px;}
.alertSPStore-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alertSPStore-success h4{color:#468847;}
.alertSPStore-danger,.alertSPStore-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alertSPStore-danger h4,.alertSPStore-error h4{color:#b94a48;}
.alertSPStore-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alertSPStore-info h4{color:#3a87ad;}
.alertSPStore-block{padding-top:14px;padding-bottom:14px;}
.alertSPStore-block>p,.alertSPStore-block>ul{margin-bottom:0;}
.alertSPStore-block p+p{margin-top:5px;}

/*Layout*/
.sect8SPStore{
    width:60%;
    float:left;
    margin:0px 2px 0px 2px;
}
.sect4SPStore{
    width:30%;
    float:left;
    margin:0px 2px 0px 2px;
}
.sect6SPStore{
    width:48%;
    float:left;
    margin:0px 2px 0px 2px;
}
.sect12SPStore{
    width:98%;
    float:left;
    margin:0px 2px 0px 2px;
}
.clearfixSPStore:after{
        content: " ";
        display: table; 
        height: 0; 
        clear: both;
    }
.attributeFormField {
    margin:5px 0px 5px 0px;
    clear:both;
}
.attributeFormField input,
.attributeFormField select,
.attributeFormField textarea {
    margin:5px 0px 5px 15px;
    display:block;
}

.attributeFormField table {
    margin: 0px 0px 0px 15px;
}

.attributeFormField table input[type="radio"], 
.attributeFormField table input[type="checkbox"] {
    display:inline-block;
    margin: 0px 3px;
}
.attributeFormLabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 115%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    /*font-weight:bold;
    width:120px;
    float:left;*/
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Fast Login Page CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .returningCustomer {
        border-radius: 10px;
        background: url('/DesktopModules/SPLStore/images/ReturningCustomer.png') no-repeat center;
    } 
    .newCustomer {
        border-radius: 10px;
        background: url('/DesktopModules/SPLStore/images/NewCustomer.png') no-repeat center;
    }
    #newOrReturningCustomerButtons {
        border:1px solid #6A6A6A;
        border-radius: 5px;
    }
    .errorSection {
        text-align: center;
        margin-bottom: 10px;
        font-family:'Noto Sans';
        padding: 5px;
    }
    .loginMainContainer {
        width: auto;
        max-width:1200px;
    }
    .loginMainContainer:after {
        content:"";
        display:table;
        clear:both;
    }
    .LeftSide {
        float:left;
        text-align:center;
        padding:5px;
        height:100%;
        font-family:'Noto Sans';
        font-size:14px;
        width:49%;
    }
    .RightSide {
        float:left;
        padding:5px;
        height:100%;
        width:48%;
    }
    .noticeLabel {
        font-family:'Noto Sans';
        font-size:14px;
        text-align:center;
    }
    .valSummaries {
        margin: 15px auto 0px auto;
        max-width: 220px;
        text-align:center;
    }
    .forms {
        margin: auto;
        width: 80%;
    }
    .forms > ul > li {
        list-style-type: none;
        padding: 2px;
    }
    .userFormButtons > ul > li {
        display: inline;
        margin:5px;
    }
    .userFormButtons > ul {
        margin:auto;
    }
    .userFormButtons {
        padding-bottom:5px;
    }
    .registerNotice{
        position:absolute;
        display:block;
        z-index:1000;
    }
    #newCustomerFormContainer {
        border: 4px solid #555555;
        border-radius: 10px;
        width: 100%;
        min-height: 360px;
        display: none;
    }
    #returningCustomerFormContainer {
        border: 4px solid #555555;
        border-radius: 10px;
        width: 100%;
        min-height: 360px;
        display: none;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FAMILY ACCOUNT REGISTRATION FORM CONTROL CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.FamilyControlContainer {
    border: 2px solid #777777;
    background-color: #FFFFCC;
    margin: 15px auto 15px auto;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    min-height: 80px;
}
.FamilyControlContainerHeader {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
    .FamilyControlContainerAnon {
        border: 2px solid #777777;
        background-color: #FFFFCC;
        margin: 15px 0px 15px 0px;
        border-radius: 5px;
        padding: 5px 10px 5px 10px;
        min-height: 80px;
        width: 32%;
        clear: both;
    }
.authPickupUserContainerLabel {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.authPickupControlContainer span.RadButton {
    margin-right: 5px;
}
.MemberControlContainer, .authPickupControlContainer {
    border: 2px solid #3366FF !important;
    background-color: #DDEEFF !important;
    background-image: none !important;
    margin: 5px !important;
    display: inline-block !important;
    padding: 5px !important;
    border-radius: 5px !important;
    min-height: 25px !important;
    box-sizing: content-box !important;
}
.MemberControlContainerHover {
    color: #FFFFFF !important;
    border: 2px solid #3366FF !important;
    background-color: #3366FF !important;
    background-image:none !important;
    margin: 5px !important;
    display: inline-block !important;
    padding: 5px !important;
    border-radius: 5px !important;
    min-height: 25px !important;
    box-shadow: 3px 3px 5px !important;
    box-sizing: content-box !important;
}
.MemberPortrait{
    background-image: url('../../images/no_avatar50x50.gif');
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 5px;
}
.MemberName {
    font-size: large;
    float: right;
    vertical-align: top;
}
.AddMemberImg {
    background-image: url('/DesktopModules/SPLStore/images/add50.png');
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 5px;
}
.LoginNotice {
    float: right;
    width: 48%;
}
.iama > ol > li{
    display: inline;
}
.customerDetails {

}
.customerDetails > ol > li {
    list-style-type: none;
}
.familyMemberForm > ol > li {
    padding: 2px;
}
.buttonLabelMargin {
    margin: 0px 0px 0px 5px;
    font-size: 12px;
    font-weight: bold;
}
.buttonContents{
    display:inline;
}
.selectFamilyMemberHelp{
    width:auto;
    clear:both;
}
.memberImg{
    height: 25px;
    width: 25px;
}
.customerButtonNew{
    margin:3px 20px 0px 20px;
    height: 100px;
    width: 100px;
    border:2px solid #555555;
    border-radius:5px;
    background-image:url('/DesktopModules/SPLStore/images/NewCustomer.png');
    background-color:#FFFFFF;
    background-size:100px 100px;
    background-position:center;
}
.customerButtonReturning{
    margin:3px 20px 0px 20px;
    height: 100px;
    width: 100px;
    border:2px solid #555555;
    border-radius:5px;
    background-image:url('/DesktopModules/SPLStore/images/ReturningCustomer.png');
    background-color:#FFFFFF;
    background-size:100px 100px;
    background-position:center;
}
.centerButton {
    margin:auto !important;
    max-width: 200px !important;
}
.loading{
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-title {
    border-bottom: 1px solid;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}

    .page-title h1, .page-title h2 {
        padding: 5px 5px 5px 0px;
        font-size: 20px;
        margin: 0;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: normal;
    }

td.fieldname {
    font-size: 12px;
}

.table-container {
}

    .table-container .row {
    }

        .table-container .row .item-name {
            padding: 3px 10px 0px 0px;
            display: block;
            white-space: nowrap;
            padding-right: 10px;
            vertical-align: middle;
        }

        .table-container .row .item-value {
            padding: 3px 0px 0px 0px;
            vertical-align: middle;
        }

.htmlcontent {
    padding-bottom: 5px;
}

.htmlcontent-title {
    padding: 0 0 5px 0;
    clear: both;
}

.htmlcontent-header {
    font-size: 1.2em;
    font-weight: bold;
}

.htmlcontent-body {
}

    .htmlcontent-body a {
        text-decoration: underline;
        color: #ff9933;
    }

.topicpage {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.topicpage-title {
    border-bottom: 0 none;
}

.topicpage .topicpage-body {
}

    .topicpage .topicpage-body a {
        text-decoration: underline;
        color: #ff9933;
    }

.user-agreement-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .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;
}

.nobr {
    white-space: nowrap !important;
}

.linkButton {
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

a.linkButton:hover {
}

.dropDownLists {
    height: 17px;
    font-size: 10px;
    padding-left: 2px;
    font-family: Tahoma;
}

.textBox {
    margin: 1px;
    border-right: #dfe5e7 1px solid;
    border-top: #a8bac2 1px solid;
    border-left: #a8bac2 1px solid;
    border-bottom: #dfe5e7 1px solid;
    background: url(/DesktopModules/SPLStore/Images/bgTextBox.gif) white repeat-x left top;
    color: #11354A;
    font-family: verdana;
    font-size: 8pt;
    padding: 1px;
    height: 15px;
}

.message-error {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.copyright {
    float: right;
    padding-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

    .copyright a {
        color: #3664A5;
        background-color: inherit;
    }

/* sitemap */
.sitemap-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 15px;
}

    .sitemap-page .entity {
        margin: 5px 0px 30px 0px;
    }

    .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 3px 10px;
            width: 150px;
            border-bottom: 1px dotted #ADACAC;
        }

checkbox, input, radio, select {
    font-size: 11px;
}

/* fix ie button padding bug  - apply to all button classes
input
{
	width: auto;
	overflow: visible;
}*/

textarea {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.textbox {
}

.newsaddcommenttitletext {
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.newsaddcommentcommenttext {
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.blogaddcommentcommenttext {
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.accountsignaturetext {
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.numerictextboxtext {
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.shoppingcartquantitytext {
    border: solid 1px #E3E3E3;
    font-size: 12px;
    text-align: right;
}

.wishlistquantitytext {
    border: solid 1px #E3E3E3;
    font-size: 12px;
    text-align: right;
}

.privatemessagesubjecttext {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.bbeditortext {
    border: #cec6b5 1px solid;
}

.edittopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('/DesktopModules/SPLStore/Images/ico-edit.png') no-repeat;
}

.deletetopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('/DesktopModules/SPLStore/Images/ico-delete.png') no-repeat;
}

.movetopiclinkbutton {
    padding-right: 5px;
    color: White !important;
    padding-left: 18px;
    background: url('/DesktopModules/SPLStore/Images/ico-moveTopic.gif') no-repeat;
}

.replytopiclinkbuttonf {
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url('/DesktopModules/SPLStore/Images/ico-forum-post-add.png') no-repeat;
}

.watchtopiclinkbutton {
    padding-left: 18px;
    background: url('/DesktopModules/SPLStore/Images/ico-forum-watch.gif') no-repeat;
}

.editpostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('/DesktopModules/SPLStore/Images/ico-edit.png') no-repeat;
}

.deletepostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('/DesktopModules/SPLStore/Images/ico-delete.gif') no-repeat;
}

.quotepostlinkbutton {
    color: #555555;
    float: right;
    padding: 1px 3px 1px 3px;
    border: solid 1px #cccccc;
    line-height: 15px;
    font-size: 11px;
}

.productlistproductdetailbutton, .productgridproductdetailbutton {
    background: url(/DesktopModules/SPLStore/Images/BlueButton.png) no-repeat 25% 50% #0000FF;
    border: 1px solid #0000FF;
    margin-bottom: 3px;
    color: #FFF;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productlistaddtocartbutton, .productgridaddtocartbutton, .productemailafriendbutton, .productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, .deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton, .updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, .orderprocessedcontinuebutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton {
    background: url(/DesktopModules/SPLStore/Images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #FFF;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.currencylist {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

select.languagelist {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

ul.languagelist {
    display: inline;
    line-height: 25px;
}

    ul.languagelist li {
        list-style: none;
        display: inline;
        padding: 0px 5px 0 5px;
    }

        ul.languagelist li .selected {
            border: solid 1px #cccccc !important;
        }

.taxdisplaytypelist {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.storethemelist {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER SUMMARY, SHOPPING CART, WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shoppingcart-page, .wishlist-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .shoppingcart-page .page-title, .wishlist-page .page-title {
        border-bottom: 0 none;
    }

    .shoppingcart-page .body, .wishlist-page .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
    }

.wishlist .shareinfo {
    background: url('/DesktopModules/SPLStore/Images/cart-footer-bg.gif') repeat-x bottom;
    font-size: 1.2em;
    height: 50px;
    padding: 0 0 5px 5px;
}

    .wishlist .shareinfo .sharelabel {
        font-weight: bold;
    }

    .wishlist .shareinfo .sharelink {
    }

.order-summary-content {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
}

.wishlist-content {
    margin: 0px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.order-summary-content .totals {
    float: right;
    padding: 23px 5px 0 5px;
    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: 260px;
}

.order-summary-content .shipping {
    display: inline;
    float: left;
    margin: 0;
    width: 280px;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box {
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin: 0 0 10px 0px;
    border: dotted 1px #d3d3d3;
}

.order-summary-content .giftcard-box {
    position: relative;
    z-index: 1;
}

.order-summary-content .cart, .wishlist-content .cart {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.wishlist-content .cart {
    margin-bottom: 10px;
}

    .order-summary-content .cart td, .wishlist-content .cart td {
        padding: 10px;
    }

    .order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        font-weight: bold;
    }

        .order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
            border: none;
        }

    .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 {
            border-bottom: 1px solid #c5c5c5;
            vertical-align: middle;
            line-height: 30px;
        }

            .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
                text-align: left;
                padding: 0px 10px 0px 10px;
            }

                .order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a {
                    font-weight: bold;
                }

            .order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
                text-align: right;
                font-weight: bold;
                color: Green;
                padding-right: 5px;
            }

.order-summary-content .warning-box .warning-text, .wishlist-content .warning-box .warning-text {
    color: Red;
}

.order-summary-content .cart-footer {
    width: 100%;
    background: url('/DesktopModules/SPLStore/Images/cart-footer-bg.gif') repeat-x bottom;
}

.order-summary-content .total-info {
    margin: 0px;
    font-size: 12px;
}

.cart_total_left {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: bold;
    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('/DesktopModules/SPLStore/Images/ico-delete.png') no-repeat;
}

.order-summary-content .selected-checkout-attributes {
    margin: 0px;
    padding: 10px 5px 10px 0px;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}

.order-summary-content .checkout-attributes {
    margin: 10px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
}

.order-summary-content .min-amount-warning {
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0px;
    padding: 10px 0px 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 .common-buttons {
    margin: 0px;
    padding: 10px 10px 10px 0px;
    float: left;
}

.order-summary-content .checkout-buttons {
    float: right;
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0px;
    padding: 10px 0px 10px 10px;
    text-align: right;
}

.order-summary-content .crosssells-title {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    border-bottom: 0 none;
    margin: 0 0 10px;
    width: 100%;
}

.estimate-shipping {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    border: dotted 1px #d3d3d3;
}

    .estimate-shipping .shipping-options {
        text-align: left;
        margin: 10px 10px 10px 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

        .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: bold;
            }

            .estimate-shipping .shipping-options .shipping-option-item .option-description {
                padding: 5px 0 5px 16px;
            }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT, ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.checkout-page, .checkout-one-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .checkout-page .page-title, .checkout-one-page .page-title {
        border-bottom: 0 none;
    }

    .checkout-page .checkout-data, .checkout-one-page .checkout-data {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

        .checkout-one-page .checkout-data .progress {
            position: absolute;
            top: 100px;
            width: 180px;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            background: none repeat scroll 0 0 #FFFFFF;
            padding: 5px 10px;
            text-align: center;
            z-index: 2147483647;
        }

.checkoutstep {
}

    .checkoutstep .steptitle {
        border: 1px solid #2F4F4F;
        color: white;
        background-color: #2E4d7B;
        font-family: Arial, Sans-Serif;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        margin-top: 5px;
    }

    .checkoutstep .stepcontent {
        border: dashed 1px #2F4F4F;
        border-top: none;
        padding: 5px 5px 5px 5px;
    }

.order-summary-title {
    padding: 10px 10px 5px 0px;
    font-size: 11px;
    color: #555;
    font-weight: bold;
    clear: both;
}

.order-summary-body {
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .select-address-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .address-grid {
    margin-bottom: 15px;
    padding: 0px;
}

    .checkout-data .address-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

    .checkout-data .address-grid .address-item {
        text-align: center;
        margin: 10px 10px 10px 10px;
        border: 1px solid #d7d7d7;
        width: 200px;
        height: auto;
    }

        .checkout-data .address-grid .address-item .select-button {
            margin-bottom: 5px;
            margin-top: 5px;
            text-align: center;
        }

        .checkout-data .address-grid .address-item .address-box {
            text-align: left;
        }

.checkout-data .enter-address-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .enter-address {
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

    .checkout-data .enter-address .enter-address-body {
        text-align: left;
        margin: 10px 10px 10px 10px;
    }

    .checkout-data .enter-address .button {
        margin: 10px 10px 10px 10px;
        text-align: left;
    }

    .checkout-data .enter-address .the-same-address {
        text-align: left;
        margin: 10px 10px 10px 10px;
    }

.checkout-data .shipping-options {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

    .checkout-data .shipping-options .shipping-option-item {
        text-align: left;
        vertical-align: text-top;
        padding: 5px 0 0 5px;
    }

        .checkout-data .shipping-options .shipping-option-item .option-name {
            font-weight: bold;
        }

        .checkout-data .shipping-options .shipping-option-item .option-description {
            padding: 5px 0 5px 16px;
        }

    .checkout-data .shipping-options .select-button {
        margin: 10px 10px 10px 10px;
        text-align: left;
    }

    .checkout-data .shipping-options .error-block {
        margin: 10px 10px 10px 10px;
        text-align: left;
    }

.checkout-data .userewardpoints {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}

.checkout-data .payment-methods {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    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 10px 10px 10px;
        text-align: left;
    }

    .checkout-data .payment-methods .error-block {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        clear: both;
    }

.checkout-data .payment-info {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

    .checkout-data .payment-info .body {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
    }

    .checkout-data .payment-info .select-button {
        margin: 10px 10px 10px 10px;
        text-align: left;
    }

.checkout-data .confirm-order {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

    .checkout-data .confirm-order .select-button {
        margin: 10px 10px 10px 10px;
        text-align: left;
    }

    .checkout-data .confirm-order .error-block {
        margin: 10px 10px 10px 10px;
        text-align: left;
    }

.checkout-data .order-completed {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

    .checkout-data .order-completed .body {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
    }

    .checkout-data .order-completed .select-button {
        margin: 10px 10px 10px 10px;
        text-align: left;
    }

.order-details {
    margin-bottom: 15px;
    padding: 0px;
}

    .order-details .page-title {
        border-bottom: 0 none;
    }

    .order-details .info {
        border: 1px solid #d7d7d7;
        padding: 10px;
    }

    .order-details .section-title {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        clear: both;
    }

    .order-details .order-overview {
        text-align: left;
        padding-bottom: 10px;
    }

    .order-details .order-details-box {
        text-align: left;
        padding: 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

    .order-details .products-box, .order-details .ordernotes-box {
        text-align: left;
        padding: 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

    .order-details .checkout-attributes {
        text-align: right;
        vertical-align: middle;
        padding: 10px;
        height: auto;
    }

.downloable-products {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .downloable-products .info {
        padding: 10px;
    }

    .downloable-products .products-box {
        text-align: left;
        padding: 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

.order-progress {
    height: 40px;
    margin: 0 auto;
    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 20px;
        }

.return-request {
    margin-bottom: 15px;
    padding: 0px;
}

    .return-request .page-title {
        border-bottom: 0 none;
    }

    .return-request .section-addinfo {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
    }

    .return-request .products-box {
        text-align: left;
        padding: 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

    .return-request .why {
    }

    .return-request .buttons {
    }

.customer-return-request-list {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-return-request-list .section-title {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        clear: both;
        font-size: 12px;
    }

    .customer-return-request-list .request-list {
    }

        .customer-return-request-list .request-list .request-item {
            text-align: left;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #d7d7d7;
            height: auto;
        }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home-page-product-grid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.ProductList
{
    min-width:300px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

    .home-page-product-grid .boxtitle {
        padding: 10px 10px 10px 0px;
        margin: 0 0 0 10px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }

    .home-page-product-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
        float: left;
    }

    .home-page-product-grid .product-item {
        text-align: center;
        margin: 10px 10px 10px 10px;
        width: 150px;
        height: 150px;
    }

        .home-page-product-grid .product-item .product-title {
            margin-bottom: 5px;
            margin-top: 5px;
            text-align: center;
            font-weight: bold;
            font-size: 12px;
        }

        .home-page-product-grid .product-item .picture {
            text-align: center;
        }

.home-page-category-grid {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

    .home-page-category-grid a {
        color: #555;
    }

    .home-page-category-grid .item-box {
        text-align: center;
        vertical-align: text-top;
    }

    .home-page-category-grid .category-item {
        text-align: center;
        margin: 10px 10px 10px 10px;
        width: 150px;
        height: auto;
        background: url('/DesktopModules/SPLStore/Images/home-cat-bg.gif') no-repeat 0 100%;
    }

        .home-page-category-grid .category-item .title {
            text-align: center;
            font-weight: bold;
            background: url('/DesktopModules/SPLStore/Images/home-cat-title.gif');
            font-size: 0.9em;
            display: block;
            overflow: hidden hidden;
            height: 1.8em;
            padding: 8px 0 5px 0;
        }

        .home-page-category-grid .category-item .picture {
            text-align: center;
            padding: 10px 0 10px 0;
        }

.bestsellers {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

    .bestsellers .boxtitle {
        padding: 10px 10px 10px 0px;
        margin: 0 0 0 10px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }

    .bestsellers .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

    .bestsellers .product-item {
        text-align: center;
        margin: 10px 10px 10px 10px;
        width: 150px;
        height: 150px;
    }

        .bestsellers .product-item .product-title {
            margin-bottom: 5px;
            margin-top: 5px;
            text-align: center;
            font-weight: bold;
            font-size: 12px;
        }

        .bestsellers .product-item .picture {
            text-align: center;
        }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-grid {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    text-align: center;
}

    .product-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

    .product-grid .product-item {
        text-align: center;
        margin: 10px 5px 10px 5px;
        width: 250px;
        background: url('/DesktopModules/SPLStore/Images/prod_grid_box_bg.gif') no-repeat 0 100%;
    }

        .product-grid .product-item .product-title {
            font-weight: bold;
            font-size: 12px;
            background: url('/DesktopModules/SPLStore/Images/deal_box_hl.gif') no-repeat 0 0;
            padding-left: 10px;
        }

            .product-grid .product-item .product-title a {
                background: url('/DesktopModules/SPLStore/Images/deal_box_hr.gif') no-repeat 100% 0;
                display: block;
                height: 2em;
                line-height: 1.3em;
                overflow: hidden hidden;
                padding: 4px 10px 8px 0px;
            }

        .product-grid .product-item .picture {
            text-align: center;
            margin-top: 10px;
        }

        .product-grid .product-item .description {
            margin: 5px 5px 0 5px;
            text-align: center;
            padding: 10px 5px 10px 5px;
            border-top: solid 1px #e3e3e3;
            color: #555;
            height: 50px;
        }

        .product-grid .product-item .add-info {
            vertical-align: bottom;
            text-align: right;
            width: 250px;
            height: 85px;
            position: relative;
        }

            .product-grid .product-item .add-info .prices {
                text-align: right;
                vertical-align: middle;
                position: absolute;
                bottom: 15px;
                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 .productPrice {
                color: green;
            }

            .product-grid .product-item .add-info .prices .oldproductPrice {
                color: Red;
                text-decoration: line-through;
            }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list1 {
    width: 520px;
}

    .product-list1 .item-box {
        text-align: left;
        clear: both;
        position: relative;
        margin-bottom: 10px;
    }

    .product-list1 .product-item .picture {
        float: left;
        margin: 10px 0 10px 10px;
    }

    .product-list1 .product-item .description {
        padding: 0px 0 0 10px;
        margin: 10px 150px 0px 140px;
        text-align: left;
        border-left: solid 1px #e3e3e3;
        color: #555;
    }

    .product-list1 .product-item .prices-wrapper {
        float: right;
        text-align: right;
        position: absolute;
        bottom: 20px;
        right: 5px;
    }

    .product-list1 .product-item .prices {
    }

        .product-list1 .product-item .prices .productPrice {
            color: green;
        }

        .product-list1 .product-item .prices .oldproductPrice {
            color: Red;
            text-decoration: line-through;
        }

    .product-list1 .product-item .buttons {
        padding-top: 20px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list2 {
    margin-bottom: 15px;
    padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.featured-product-grid {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    text-align: center;
}

    .featured-product-grid .title {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        text-transform: uppercase;
        clear: both;
        margin: 0;
        color: #ff9933;
    }

    .featured-product-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

    .featured-product-grid .product-item {
        text-align: center;
        margin: 10px 5px 10px 5px;
        width: 250px;
        background: url('/DesktopModules/SPLStore/Images/prod_grid_box_bg.gif') no-repeat 0 100%;
    }

        .featured-product-grid .product-item .product-title {
            font-weight: bold;
            font-size: 12px;
            background: url('/DesktopModules/SPLStore/Images/deal_box_hl.gif') no-repeat 0 0;
            padding: 0 0 0 10px;
            text-transform: none;
        }

            .featured-product-grid .product-item .product-title a {
                background: url('/DesktopModules/SPLStore/Images/deal_box_hr.gif') no-repeat 100% 0;
                display: block;
                height: 2em;
                line-height: 1.3em;
                overflow: hidden hidden;
                padding: 4px 10px 8px 0px;
            }

        .featured-product-grid .product-item .picture {
            text-align: center;
            margin-top: 10px;
        }

        .featured-product-grid .product-item .description {
            margin: 5px 5px 0 5px;
            text-align: center;
            padding: 10px 5px 10px 5px;
            border-top: solid 1px #e3e3e3;
            color: #555;
            height: 50px;
        }

        .featured-product-grid .product-item .add-info {
            vertical-align: bottom;
            text-align: right;
            width: 250px;
            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 .productPrice {
                color: green;
            }

            .featured-product-grid .product-item .add-info .prices .oldproductPrice {
                color: Red;
                text-decoration: line-through;
            }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-pager, .manufacturer-page .product-pager, .producttag-page .product-pager {
    text-align: center;
}

    .category-page .product-pager a, .manufacturer-page .product-pager a, .producttag-page .product-pager a {
        font-size: 1em;
    }

        .category-page .product-pager a:link, .manufacturer-page .product-pager a:link, .producttag-page .product-pager a:link {
            text-align: center;
            color: #555;
        }

    .category-page .product-pager span, .manufacturer-page .product-pager span, .producttag-page .product-pager span {
    }

.category-page, .manufacturer-page, .manufacturerlist-page, .producttag-page {
    margin-bottom: 15px;
    padding: 0px;
}

    .category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title {
        border-bottom: 0 none;
    }

    .category-page .category-description, .manufacturer-page .manufacturer-description {
        color: #555;
        font-size: 1.1em;
    }

.sub-category-grid, .manufacturer-grid {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    margin-bottom: 15px;
}

    .sub-category-grid a, .manufacturer-grid a {
        color: #555;
    }

    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        text-align: center;
        vertical-align: text-top;
    }

    .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
        text-align: center;
        margin: 10px 10px 10px 10px;
        width: 150px;
        height: auto;
        background: url('/DesktopModules/SPLStore/Images/home-cat-bg.gif') no-repeat 0 100%;
    }

        .sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title {
            text-align: center;
            font-weight: bold;
            background: url('/DesktopModules/SPLStore/Images/home-cat-title.gif');
            font-size: 0.9em;
            display: block;
            overflow: hidden hidden;
            height: 1.8em;
            padding: 8px 0 5px 0;
        }

        .sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
            text-align: center;
            padding: 10px 0 10px 0;
        }

.sub-category-list {
    margin-bottom: 15px;
    padding: 0px;
}

.product-sorting {
    width: 520px;
}

.product-filters {
    width: 520px;
    background: url('/DesktopModules/SPLStore/Images/fb_s_bg.gif') no-repeat 0 100%;
}

    .product-filters .filter-title {
        font-weight: bold;
        background: url('/DesktopModules/SPLStore/Images/deal_box_hl.gif') no-repeat 0 0;
        padding-left: 10px;
        color: #555;
    }

        .product-filters .filter-title span {
            background: url('/DesktopModules/SPLStore/Images/deal_box_hr.gif') no-repeat 100% 0;
            display: block;
            height: 2em;
            line-height: 1.3em;
            overflow: hidden hidden;
            padding: 4px 10px 8px 0px;
        }

    .product-filters .filter-item {
        padding: 5px 10px 5px 10px;
    }

.price-range-filter {
}

    .price-range-filter .title {
        color: #555;
        font-weight: bold;
        background: url('/DesktopModules/SPLStore/Images/ico-arrow-r.png') no-repeat;
        padding: 1px 0px 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: bold;
    }

.product-spec-filter {
}

    .product-spec-filter .title {
        color: #555;
        font-weight: bold;
        background: url('/DesktopModules/SPLStore/Images/ico-arrow-r.png') no-repeat;
        padding: 1px 0px 5px 20px;
    }

    .product-spec-filter table.filter {
        width: 100%;
    }

        .product-spec-filter table.filter tr.group {
            font-weight: bold;
        }

        .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-top: 5px;
        padding-left: 20px;
    }

    .product-spec-filter .remove-product-spec-filter {
        font-weight: bold;
    }

.compare-products {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .compare-products .page-title {
        border-bottom: 0 none;
    }

    .compare-products .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.compare-products-table {
}

    .compare-products-table .remove-button {
        margin: 0px 0px 5px 0px;
        margin-right: 5px;
        margin-top: 5px;
    }

    .compare-products-table tr.product-name {
        background-color: #CCCCCC;
        font-weight: bold;
    }

    .compare-products-table td {
        border-width: 1px;
        border-color: #BFBFBF;
        border-style: solid;
        padding: 3px;
    }

.registration-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .registration-page .page-title {
        border-bottom: 0 none;
    }

    .registration-page .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

    .registration-page .section-title {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        clear: both;
        font-size: 12px;
    }

    .registration-page .section-body {
        text-align: left;
        padding: 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

    .registration-page .button {
        float: right;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
        clear: both;
    }

.password-recovery-page, newsletter-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .password-recovery-page .page-title, newsletter-page .page-title {
        border-bottom: 0 none;
    }

    .password-recovery-page .body, newsletter-page .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.customer-avatar {
    padding: 10px;
}

    .customer-avatar .button {
        margin: 5px 0;
    }

.account-activation-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .account-activation-page .page-title {
        border-bottom: 0 none;
    }

    .account-activation-page .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.address-edit-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .address-edit-page .page-title {
        border-bottom: 0 none;
    }

    .address-edit-page .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.search-panel {
    margin-bottom: 15px;
    padding: 0px;
}

    .search-panel .page-title {
        border-bottom: 0 none;
    }

    .search-panel .search-input {
        border: 1px solid #d7d7d7;
        padding: 10px;
    }

    .search-panel .search-results {
        padding-top: 10px;
    }

        .search-panel .search-results .result {
            font-weight: bold;
            color: #555;
        }

    .search-panel table.basic-search, .search-panel table.adv-search {
        border: none;
        color: #333;
        margin: 0px;
        width: 100%;
        vertical-align: middle;
        text-align: left;
    }

    .search-panel table.adv-search {
        border-top: solid #D3D3D3 1px;
        margin-top: 10px;
    }

        .search-panel table.basic-search td.title, .search-panel table.adv-search td.title {
            padding: 4px 4px 4px 4px;
            text-align: left;
            vertical-align: middle;
            width: 130px;
        }

        .search-panel table.basic-search td.data, .search-panel table.adv-search td.data {
            padding: 4px 4px 4px 4px;
            text-align: left;
            vertical-align: middle;
            white-space: nowrap;
        }

.contact-form {
}

    .contact-form .button {
        text-align: right;
    }

    .contact-form .send-email {
    }

.emailafriend-box {
    margin-bottom: 15px;
    padding: 0px;
}

    .emailafriend-box .page-title {
        border-bottom: 0 none;
    }

    .emailafriend-box .send-email {
        border: 1px solid #d7d7d7;
        margin-top: 10px;
        padding: 0 0 10px 10px;
    }

        .emailafriend-box .send-email .product {
            font-weight: bold;
        }

        .emailafriend-box .send-email .description {
            font-style: italic;
        }

        .emailafriend-box .send-email .confirm {
            font-weight: bold;
        }

.rating-star {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filled-rating-star {
    background-image: url(/DesktopModules/SPLStore/Images/FilledStar.png);
}

.empty-rating-star {
    background-image: url(/DesktopModules/SPLStore/Images/EmptyStar.png);
}

.saved-rating-star {
    background-image: url(/DesktopModules/SPLStore/Images/SavedStar.png);
}

.recently-added-products {
    margin-bottom: 15px;
    padding: 0px;
}

    .recently-added-products .page-title {
    }

.recently-viewed-products {
    margin-bottom: 15px;
    padding: 0px;
}

    .recently-viewed-products .page-title {
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.account-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .account-page .page-title {
        border-bottom: 0 none;
    }

    .account-page .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
    }

.customer-info-box {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
}

    .customer-info-box .section-title {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        clear: both;
        font-size: 12px;
    }

    .customer-info-box .section-body {
        text-align: left;
        padding: 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

    .customer-info-box .button {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
    }

.customer-addresses {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-addresses .section-title {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        clear: both;
        font-size: 12px;
    }

    .customer-addresses .address-list {
    }

        .customer-addresses .address-list .address-item {
            text-align: left;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #d7d7d7;
            height: auto;
        }

    .customer-addresses .add-button {
        margin-bottom: 5px;
        margin-top: 5px;
        float: right;
        text-align: right;
    }

.customer-orders {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-orders .recurring-payments {
        padding: 10px 10px 5px 0px;
        width: 100%;
        clear: both;
    }

        .customer-orders .recurring-payments .section-title {
            padding: 10px 10px 5px 0px;
            font-weight: bold;
            clear: both;
            font-size: 12px;
        }

        .customer-orders .recurring-payments .recurring-payments-box {
            text-align: left;
            padding: 10px;
            border: 1px solid #d7d7d7;
            height: auto;
        }

    .customer-orders .order-list {
    }

        .customer-orders .order-list .order-item {
            text-align: left;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #d7d7d7;
            height: auto;
        }

.customer-pass-recovery {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-rewardpoints {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

    .customer-rewardpoints .section-title {
        padding: 10px 10px 5px 0px;
        font-weight: bold;
        clear: both;
        font-size: 12px;
    }

    .customer-rewardpoints .reward-points-overview {
        padding: 10px 10px 5px 0px;
        width: 100%;
    }

    .customer-rewardpoints .reward-points-history {
        padding: 10px 10px 5px 0px;
        text-align: left;
        padding: 10px;
        border: 1px solid #d7d7d7;
        height: auto;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-details-page {
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
}

.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-essential {
}

.product-details-info {
}

    .product-details-info .picture {
        float: left;
        /*width: 30%;*/
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .product-details-info .overviewcontainer {
        /*width: 60%;*/
    }

    .product-details-info .overview {
        /*width: 230px;*/
        /*margin-right: 15px;*/
        margin-top: 25px;
        padding: 5px 5px 5px 5px;
        border:  ridge 2px #d3d3d3;
        box-shadow:rgba(0,0,0,0.1) 3px 3px;
        border-radius:5px;
        margin: 0 auto;
        float: right;
    }

        .product-details-info .overview .productname {
            font-size: 1.3em;
            margin-bottom: 0.3em;
        }

    .product-details-info .fulldescription {
        border-bottom: solid 1px #d3d3d3;
        clear: both;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        padding: 0px;
        text-align: justify;
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .product-details-info .overview .shortdescription, .product-details-info .overview .manufacturers, .product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber {
        color: #555;
        margin-bottom: 0.3em;
        font-size: 1.1em;
    }

    .product-details-info .product-share-button {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
    }

.product-variant-line .overview .productname {
    color: #ff9933;
    font-size: 2em;
    margin-bottom: 0.3em;
    float: left;
}

.product-variant-list .productname {
    margin-top: 10px;
    font-size: large;
    float: left;
    width: 350px;
}

.product-variant-list .picture {
    margin-top: 10px;
    font-size: large;
    float: left;
    width: 150px;
}

.product-rating-box {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center !important;
}

    .product-rating-box .rating {
        margin-right: auto;
        margin-left: auto;
    }

    .product-rating-box .ratingtext {
        clear: both;
    }

.product-variant-list .description {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
}

.product-variant-list .shortdesc {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-variant-line .downloadsample {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

    .product-variant-line .downloadsample .downloadsamplebutton {
        -x-system-font: none !important;
        background: #F1F1F1 url(/DesktopModules/SPLStore/Images/btn_download_bg.gif) repeat-x scroll 0 100%;
        border: 1px solid #B5B5B5;
        color: #444444;
        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: bold !important;
        line-height: normal !important;
        overflow: visible;
        padding: 1px 5px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: auto;
    }

.product-variant-line .price {
    float: left;
    margin-right: 10px;
}

    .product-variant-line .price .productPrice {
        color: green;
    }

    .product-variant-line .price .oldProductPrice {
        color: red;
        text-decoration: line-through;
    }

.product-variant-line .add-info {
    padding-top: 10px;
}

.product-variant-line .attributes {
    float: left;
}

.product-variant-line .stock, .product-variant-line .sku, .product-variant-line .manufacturerpartnumber {
}

.product-variant-line .giftCard {
}

    .product-variant-line .giftCard dt {
        clear: left;
        float: left;
        width: 150px;
    }

.product-variant-line .error {
    font-weight: bold;
    color: Red;
}

.one-variant-price {
    margin: 0px 0px 5px 0px;
}

    .one-variant-price .productPrice {
        color: green;
    }

    .one-variant-price .oldProductPrice {
        color: red;
        text-decoration: line-through;
    }

.one-variant-download-sample {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
    margin-top: 5px;
}

    .one-variant-download-sample .downloadsamplebutton {
        -x-system-font: none !important;
        background: #F1F1F1 url(/DesktopModules/SPLStore/Images/btn_download_bg.gif) repeat-x scroll 0 100%;
        border: 1px solid #B5B5B5;
        color: #444444;
        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: bold !important;
        line-height: normal !important;
        overflow: visible;
        padding: 1px 5px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: auto;
    }

.related-products-grid, .also-purchased-products-grid {
}

    .related-products-grid .title, .also-purchased-products-grid .title {
        padding: 10px 10px 10px 0px;
        font-weight: bold;
        text-transform: uppercase;
        clear: both;
        font-size: 1.1em;
    }

    .related-products-grid .item-box, .also-purchased-products-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

    .related-products-grid .item, .also-purchased-products-grid .item {
        text-align: center;
        margin: 10px 10px 10px 10px;
        border: solid 1px #d3d3d3;
        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: bold;
            text-transform: none;
            font-size: 1em;
            padding: 0;
        }

        .related-products-grid .item .picture, .also-purchased-products-grid .item .picture {
            text-align: center;
        }

.product-review-box {
    margin-bottom: 15px;
    padding: 10px 5px 10px 5px;
}

.product-review-list {
    margin: 10px 0 0 0;
    font-size: 11px;
    color: #555D65;
}

    .product-review-list .product-review-item {
        border: solid 1px #d3d3d3;
        margin-top: 10px;
        padding: 10px;
        clear: both;
    }

        .product-review-list .product-review-item .review-title {
            font-weight: bold;
            float: left;
            margin-bottom: 5px;
        }

        .product-review-list .product-review-item .rating {
            float: right;
        }

.product-review-helpfulness {
    color: #333;
}

    .product-review-helpfulness a, .product-review-helpfulness a:hover {
        color: #ff9933;
        text-decoration: none;
    }

.productspec-box {
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.producttags-box {
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.tier-prices {
    text-align: center;
    margin-bottom: 10px;
}

    .tier-prices .prices-header {
        background: #3a3a3a;
        color: #FFF;
        padding: 3px 3px 3px 3px;
        font-weight: bold;
    }

    .tier-prices .prices table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        background: #f3f3f3;
    }

    .tier-prices .prices .prices-table td {
        padding: 0;
    }

    .tier-prices .prices .item-table td {
        border-bottom: solid 3px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: bold;
    }

    .tier-prices .prices .item-table .item-price {
        color: Green;
    }

    .tier-prices .prices .header-table td {
        border-bottom: solid 3px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: bold;
    }

    .tier-prices .prices .prices-table .field-header {
        font-weight: bold;
        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(/DesktopModules/SPLStore/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(/DesktopModules/SPLStore/Images/prevlabel.gif) no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url(/DesktopModules/SPLStore/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(/DesktopModules/SPLStore/Images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

PRIVATE MESSAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sendpmbox {
    background-color: #EEEEEE;
    border: 1px solid #A0A0A0;
    color: #555555;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin: 2px 0 2px 2px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .sendpmbox .pmlinkbutton {
        line-height: 14px;
        padding: 2px 6px 2px 18px;
        background: url('/DesktopModules/SPLStore/Images/ico-pm.png') no-repeat;
    }

.privatemessagesend {
    background: url('/DesktopModules/SPLStore/Images/pm-footer-bg.gif') repeat-x bottom;
}

    .privatemessagesend .title {
        background: url('/DesktopModules/SPLStore/Images/pm-header-bg.gif') repeat-x 50%;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 3px;
    }

    .privatemessagesend .wrapper {
        padding: 5px 5px 5px 5px;
    }

    .privatemessagesend table.postmessage {
        width: 100%;
        vertical-align: middle;
        border-collapse: collapse;
    }

        .privatemessagesend table.postmessage td {
            padding: 4px 4px 4px 4px;
        }

            .privatemessagesend table.postmessage td.fieldname {
                font-weight: bold;
                width: 20%;
                color: #555;
            }

            .privatemessagesend table.postmessage td.options {
                text-align: right;
            }

.privatemessageview {
    background: url('/DesktopModules/SPLStore/Images/pm-footer-bg.gif') repeat-x bottom;
}

    .privatemessageview .title {
        background: url('/DesktopModules/SPLStore/Images/pm-header-bg.gif') repeat-x 50%;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 3px;
    }

    .privatemessageview .wrapper {
        padding: 5px 5px 5px 5px;
    }

    .privatemessageview table.viewmessage {
        width: 100%;
        vertical-align: middle;
        border-collapse: collapse;
    }

        .privatemessageview table.viewmessage td {
            padding: 4px 4px 4px 4px;
        }

            .privatemessageview table.viewmessage td.fieldname {
                font-weight: bold;
                width: 20%;
                color: #555;
            }

        .privatemessageview table.viewmessage a {
            color: #ff9933;
            text-decoration: underline;
        }

        .privatemessageview table.viewmessage td.options {
            text-align: right;
        }

.private-messages-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .private-messages-page .page-title {
        border-bottom: 0 none;
    }

    .private-messages-page .body {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-size: 11px;
        color: #555;
    }

.private-messages-box {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
}

    .private-messages-box .section-body {
        text-align: left;
        padding: 10px;
        height: auto;
    }

    .private-messages-box .button {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.pmgridtablestyle {
    font-family: arial;
    font-size: 11px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-left: 0px;
    width: 100%;
}

    .pmgridtablestyle td a {
        text-decoration: none;
    }

.pmgridaltrowstyle {
    background-color: #F4FAFF;
}

.pmgridheaderstyle th {
    background: url('/DesktopModules/SPLStore/Images/grid-bg.gif') repeat-x 50%;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: solid 1px #676767;
}

.pmgridrowstyle td, .pmgridaltrowstyle td {
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #A0C0E7;
    border-right-color: #808080;
}

.pmgridpagerstyle, .latestpostsgridpagerstyle {
    height: 28px;
    background: url(/DesktopModules/SPLStore/Images/grid_header_back.png) repeat-x;
    background: #EEEEEE;
    vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

PROFILE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.profile-page {
}

    .profile-page .title {
        background: url('/DesktopModules/SPLStore/Images/forum-header-bg.gif') repeat-x 50%;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 3px;
    }

    .profile-page .body {
        margin-top: 15px;
    }

        .profile-page .body .profileInfoBox {
            background: url('/DesktopModules/SPLStore/Images/forum-footer-bg.gif') repeat-x bottom;
            margin-bottom: 15px;
        }

            .profile-page .body .profileInfoBox .title {
            }

            .profile-page .body .profileInfoBox .profileStat {
                font-weight: bold;
                padding: 2px;
            }

                .profile-page .body .profileInfoBox .profileStat .profileStatValue {
                    font-weight: normal;
                    color: #555;
                }

            .profile-page .body .profileInfoBox .userDetails {
                width: 180px;
                float: left;
                padding: 10px;
                height: 100%;
                border-right: solid 1px #F3F3F3;
                text-align: center;
            }

                .profile-page .body .profileInfoBox .userDetails .avatar {
                    margin-bottom: 5px;
                }

                    .profile-page .body .profileInfoBox .userDetails .avatar .avatar-img {
                        border: solid 2px #CEDBE1 !important;
                    }

            .profile-page .body .profileInfoBox .userStats {
                margin-left: 200px;
                border-left: solid 1px #F3F3F3;
                padding: 10px;
            }

                .profile-page .body .profileInfoBox .userStats .section-title {
                    text-transform: uppercase;
                    margin-bottom: 10px;
                }

        .profile-page .body .userLastPosts {
        }

            .profile-page .body .userLastPosts .topic {
                border: solid 1px #F3F3F3;
                margin-bottom: 10px;
            }

            .profile-page .body .userLastPosts .topicTitle {
                font-weight: bold;
                line-height: 20px;
                background: #e3f3f3;
                padding: 3px;
            }

            .profile-page .body .userLastPosts .topicBody {
                padding: 10px;
            }

                .profile-page .body .userLastPosts .topicBody a {
                    color: #ff9933;
                    text-decoration: underline;
                }

                .profile-page .body .userLastPosts .topicBody .quote {
                    padding: 5px 5px 5px 5px;
                    border: dashed 1px black;
                    background-color: #ffffff;
                }

            .profile-page .body .userLastPosts .topicData {
                background: #f3f3f3;
                padding: 3px;
                color: #555;
                font-size: 0.9em;
            }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

BB CODE EDITOR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.toolbar {
    padding: 2px;
    display: inline;
}

    .toolbar .button {
        background: url('/DesktopModules/SPLStore/Images/bbeditor-button-bg.gif') repeat-x;
        padding: 2px;
        margin-right: 2px;
        border: #cec6b5 1px solid;
    }

        .toolbar .button:hover {
            border: #333 1px solid;
        }

.AvailableRental {
    background: url(/DesktopModules/SPLStore/Images/AvailableForRental.png) no-repeat center;
    width: 52px;
    vertical-align: middle;
}

.RentalContainer {
    vertical-align: middle;
    text-align: center;
}

.product-list1 {
    width: 520px;
}

    .product-list1 .item-box {
        text-align: left;
        clear: both;
        position: relative;
        margin-bottom: 10px;
    }

    .product-list1 .product-item .product-title {
        font-weight: bold;
        font-size: 12px;
        padding-left: 10px;
        border-bottom: solid 1px #6c6c6c;
        margin: 0;
        padding: 0;
    }

.CategoryDropDown {
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
}

.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products,
.block-info, .block-shoppingcart, .block-newsletter, .block-livechat, .block-popular-tags,
.block-popular-blogtags, .block-blog-archive {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-variant-list {
    margin-bottom: 15px;
    padding: 0px;
}

.product-variant-line {
    /*margin-bottom: 30px;
    padding-bottom: 30px;*/
    margin-top: 10px;
    border-bottom: solid 1px #d3d3d3;
}

    .product-variant-line .picture {
        float: left;
        width: 300px;
        margin-bottom: 15px;
    }

    .product-variant-line .overview {
        float: left;
        width: 200px;
        margin-right: 25px;
    }

    .product-variant-line .description {
        clear: both;
        color: #000000;
        margin-bottom: 0.3em;
    }

.DATA_FORM_CSS .RootContainer {
    width: 60%;
    padding: 2px 2px 2px 2px;
}

.DATA_FORM_CSS .EditorRootContainer {
    width: 100%;
    padding: 2px 2px 2px 2px;
}

.DATA_FORM_CSS .testPanel {
    width: 40%;
}

.DATA_FORM_CSS .test {
    border: 1px solid black;
}

.DATA_FORM_CSS .sandboxdropsite {
    height: 300px;
}

.DATA_FORM_CSS .sandboxdropsiteRemoved {
    height: 300px;
}

.DATA_FORM_CSS .selected {
    border: 1px solid red;
}

.DATA_FORM_CSS .SortableSectionTable {
    width: 100%;
    table-layout: fixed;
}

.DATA_FORM_CSS .SectionHeaderHorizontalLine {
    border-top: 1px solid grey;
}

.DATA_FORM_CSS .SortableTableRow {
}
/**DataForm is the base level div**/
.DATA_FORM_CSS .DataForm {
    padding: 10px 10px 10px 10px;
}

.DATA_FORM_CSS .EditForm {
}

.DATA_FORM_CSS .DataFormEditorMode {
    height: 100%;
    white-space: nowrap;
}

.DATA_FORM_CSS .FormHeader {
    font-size: x-large;
}

.DATA_FORM_CSS .FormHeaderPlacement {
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: xx-large;
}

.DATA_FORM_CSS .FormFooterPlacement {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0px;
}

.DATA_FORM_CSS .ErrorLabel {
    padding: 1px 1px 10px 1px;
    white-space: nowrap;
    color: Red;
}

.DATA_FORM_CSS .ErrorArea {
    padding: 5px 5px 5px 5px;
}

/**DataSection**/
.DATA_FORM_CSS .DataSection {
    position: relative;
    padding: 0px 10px 0px 10px;
}

.DATA_FORM_CSS .SectionTable {
    width: 100%;
    table-layout: fixed;
    padding: 0px 10px 10px 0px;
}

.DATA_FORM_CSS .SectionTableHeaderLine {
    width: 100%;
    table-layout: fixed;
    padding: 10px 10px 10px 0px;
    border-top: 1px solid grey;
}

.DATA_FORM_CSS .SectionRow {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.DATA_FORM_CSS .SectionFormatCell {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.DATA_FORM_CSS .EditorSectionFormatCell {
    width: 50%;
    /**float:left;**/
    /**vertical-align:top;**/
    border: 1px dotted grey;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    height: 20px;
}

.DATA_FORM_CSS .editorBorderGrey {
    border: 1px dotted Grey;
}

.DATA_FORM_CSS .SectionSelectButton {
}

.DATA_FORM_CSS .SectionHeaderPlacement {
    padding: 5px 5px 5px 5px;
    font-size: small;
}

.DATA_FORM_CSS .SectionFooterPlacement {
    padding: 0px 2px 5px 5px;
    font-size: x-small;
}

/** DataField **/
.DATA_FORM_CSS .DataField {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.DATA_FORM_CSS .DataField_Selected {
}

.DATA_FORM_CSS .FieldFormatTable {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    table-layout: fixed;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}

.DATA_FORM_CSS .LabelCell {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    width: 30%;
}

.DATA_FORM_CSS .ControlCell {
    margin: 0px 0px 0px 0px;
    width: 50%;
    padding: 2px 2px 2px 2px;
    vertical-align: top;
    white-space: nowrap;
}

.DATA_FORM_CSS .LabelPanel {
    width: 100%;
}

.DATA_FORM_CSS .LabelText {
    font-size: smaller;
    white-space: nowrap;
}

.DATA_FORM_CSS .LabelTextPanel {
    width: 40%;
    padding: 2px 2px 2px 2px;
}

.DATA_FORM_CSS .Wrap {
    white-space: normal;
}

.DATA_FORM_CSS .NoWrap {
    white-space: nowrap;
}

.DATA_FORM_CSS .Control {
}

.DATA_FORM_CSS .ToolTip {
    font-style: italic;
    font-size: smaller;
}

.DATA_FORM_CSS .ToolTipPanel {
    width: 100%;
}

.DATA_FORM_CSS .FieldLabel {
}

.DATA_FORM_CSS .DollarAmountLabel {
    font-weight: bold;
    white-space: nowrap;
}

.DATA_FORM_CSS .Validator {
    white-space: nowrap;
    color: Red;
    font-size: smaller;
    padding: 1px 1px 1px 1px;
}

.DATA_FORM_CSS .ValidatorPopup {
}

.DATA_FORM_CSS .ValidatorPanel {
}

/**Input Types**/
.DATA_FORM_CSS .PickList {
    vertical-align: middle;
    width: 92%;
}

.DATA_FORM_CSS .Calendar {
    width: 90%;
}

.DATA_FORM_CSS .CalendarButton {
}

.DATA_FORM_CSS .CheckBox {
}

.DATA_FORM_CSS .TextInput {
    width: 90%;
    vertical-align: middle;
}

.DATA_FORM_CSS .DateInput {
    width: 80%;
}

.DATA_FORM_CSS .TextInputPlacement {
    display: inline;
    white-space: nowrap;
    width: 100%;
}

.DATA_FORM_CSS .TextInput_TwoColumns {
    width: 400px;
}

.DATA_FORM_CSS .TextInput_Date {
    width: 22%;
    margin: 0px 2px 0px 2px;
    padding: 1px 1px 1px 1px;
    white-space: nowrap;
}

.DATA_FORM_CSS .TextInput_DollarAmount {
    width: 97%;
}

/** Editor **/
.DATA_FORM_CSS .EditorSelectButton {
    float: right;
}

.DATA_FORM_CSS .EditorControl {
    float: right;
}

.DATA_FORM_CSS .EditorButton {
}

/**Popup**/
.DATA_FORM_CSS .popup {
    width: 300px;
    padding: 30px 0px 0px 0px;
    background-color: White;
    vertical-align: top;
    border-style: solid;
    border-radius: 20px;
    border-color: black;
    border-width: 1px;
}

.DATA_FORM_CSS .ModalPopupBG {
    background-color: #CCCCCC;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.DATA_FORM_CSS .PopupHeader {
    padding: 20px 10px 20px 10px;
    width: 100%;
    font-size: large;
}

.DATA_FORM_CSS .PopupHeaderPanel {
    width: 100%;
    padding: 10px 5px 5px 10px;
}

.DATA_FORM_CSS .PopupButton_Ok {
}

.DATA_FORM_CSS .PopupButton_Cancel {
    margin: 11px 0px 0px 40px;
    float: left;
}

.DATA_FORM_CSS .PopupButtonPanel {
    padding: 5px 5px 5px 5px;
    margin: 10px 10px 10px 10px;
}

.DATA_FORM_CSS .PopupSpecPanel {
    width: 80%;
    margin: 0px 20px 0px 20px;
    padding: 10px 10px 10px 10px;
}

.DATA_FORM_CSS .DeletePanel {
    width: 65%;
    padding: 2px 2px 2px 2px;
    position: relative;
    top: 8%;
    right: 10%;
}

/**Layout**/

.DATA_FORM_CSS .phd {
    width: 100px;
    height: 100px;
}

.DATA_FORM_CSS .EditorPanel {
    background-color: White;
    margin: 5px 0px 5px 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid Grey;
    width: 300px;
}

.DATA_FORM_CSS .OverflowPanel {
    width: 100%;
    height: 100%;
}

.DATA_FORM_CSS .Overflow {
}

.DATA_FORM_CSS .OverflowDragging {
    position: static;
    overflow: visible;
}

.DATA_FORM_CSS .FormPanel {
    border: 1px solid grey;
    white-space: nowrap;
    width: 100%;
}

.DATA_FORM_CSS .EditorTable {
    table-layout: fixed;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.DATA_FORM_CSS .EditorButtonPanel {
    padding: 5px 0px 5px 0px;
}

.DATA_FORM_CSS .FormCell {
    vertical-align: top;
    width: 70%;
}

.DATA_FORM_CSS .EditorCell {
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
}
/** D&D **/
.DATA_FORM_CSS .inDiv {
    cursor: move;
}

.DATA_FORM_CSS .outDiv {
}

.DATA_FORM_CSS .invisible {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.DATA_FORM_CSS .draggable {
    cursor: move;
}

.DATA_FORM_CSS .JavaScriptPostBackButton {
}

.DATA_FORM_CSS .ClickableSection {
}

.DATA_FORM_CSS .dropsite {
}

.DATA_FORM_CSS .blankdropsite {
}

.DATA_FORM_CSS .drophover {
    border: 1px solid red;
}

.ValidatorPopup div, .ValidatorPopup td {
    border: solid 1px Black;
    background-color: White;
    color: Black;
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
}

.ValidatorPopup .ajax__validatorcallout_popup_table {
    border: none;
    background-color: transparent;
    padding: 2px 2px 2px 2px;
}

.ValidatorPopup .ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}

.ValidatorPopup .ajax__validatorcallout_callout_cell {
    text-align: right;
    border: none;
    background-color: transparent;
    padding: 0px;
    white-space: nowrap;
}

.ValidatorPopup .ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.ValidatorPopup .ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
}

.ValidatorPopup .ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}

    .ValidatorPopup .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
        font-size: 1px;
        position: relative;
        left: 1px;
        border-bottom: none;
        border-right: none;
        border-left: none;
        width: 15px;
        background-color: transparent;
        padding: 0px;
    }

        .ValidatorPopup .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
            height: 1px;
            overflow: hidden;
            border-top: none;
            border-bottom: none;
            border-right: none;
            padding: 0px;
            margin-left: auto;
        }

.ValidatorPopup .ajax__validatorcallout_error_message_cell {
    font-family: Tahoma;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    border-right: none;
    border-left: none;
    width: 100%;
    vertical-align: middle;
    color: Red;
}

.ValidatorPopup .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 5px;
    border-right: none;
    height: 20px;
}

.ValidatorPopup .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}

    .ValidatorPopup .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
        border: none;
        text-align: center;
        width: 10px;
        padding: 1px;
        cursor: pointer;
        vertical-align: middle;
        display: none;
    }

.block .title {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    /*background: #333 url(/DesktopModules/SPLStore/Images/bg_sidebar_title.gif) no-repeat;*/
    color: white;
    background: url(oocss/common/objects/img/boxes/h2.png) left top repeat #6A6A6A;
    background-size: 1px 50px;
}

.block .listbox {
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    /*background: #404040 url(/DesktopModules/SPLStore/Images/bg_sidebar_block.gif) no-repeat left bottom;*/
    border-top: solid 1px #404040;
    border-left: solid 1px #404040;
    border-bottom: solid 1px #404040;
    border-right: solid 1px #404040;
    margin: 0px;
}

.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th {
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
    padding: 4px 8px;
    vertical-align: middle;
    white-space: nowrap;
    color: white;
    background: url(oocss/common/objects/img/boxes/h2.png) left top repeat #6A6A6A;
    background-size: 1px 50px;
    padding-top: 5px;
}

.product-list1 .product-item {
    width: 520px;
    height: 177px;
    /*background: url('/DesktopModules/SPLStore/Images/pb_s_bg.gif') no-repeat 0 100%;*/
    margin-top: 10px;
    position: relative;
}

    .product-list1 .product-item .product-title a {
        color: #ffffff;
        background-color: #6A6A6A;
        display: block;
        height: 2em;
        line-height: 1.3em;
        overflow: hidden hidden;
        padding: 4px 0px 8px 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end {
    padding-right: 5px;
    border-top-right-radius: 15px;
}

.order-summary-content .cart .cart-header-row th.start, .wishlist-content .cart .cart-header-row th.start {
    padding-right: 5px;
    border-top-left-radius: 15px;
}

br.clear {
    clear: both;
}

@media handheld, only screen and (max-width: 767px) {
    .Signup
    {
        float:none;
    }
    .pc_display
    {
        display:none;
    }
    .product-details-info 
    {
        float:none;
    } 
    .product-details-info .picture
    {
        margin:auto;
        margin-bottom:10px;
        float:none;
        width:270px;
    }  
            .product-details-info .overview
    {
        margin:auto;
        float:none;
        width:270px;
    }
    /*Login Control Mobile CSS*/
    .LeftSide {
        width:100%;
    } 
    .RightSide {
        width:100%;
    }
    .loginFormLabel {
        display:block !important;
    }
    .loginFormBox {
        width:220px !important;
    }
    .forms > ul > li {
        float:left;
    }
    .MemberControlContainer {
        border: 2px solid #3366FF !important;
        background-color: #DDEEFF !important;
        background-image:none !important;
        margin: 5px !important;
        display: inline-block !important;
        padding: 5px !important;
        border-radius: 5px !important;
        height: 25px !important;
        width: 120px !important;
        text-align:center !important;
    }
    .MemberControlContainerHover {
        color: #FFFFFF !important;
        border: 2px solid #3366FF !important;
        background-color: #3366FF !important;
        background-image:none !important;
        margin: 5px !important;
        display: inline-block !important;
        padding: 5px !important;
        border-radius: 5px !important;
        height: 25px !important;
        width: 120px !important;
        text-align:center !important;
        box-shadow: 3px 3px 5px !important;
    }
    .memberImg{
        height:25px;
        width:25px;
    }
    .FamilyControlContainerAnon {
        border: 2px solid #777777;
        background-color: #FFFFCC;
        margin: 15px auto 15px auto;
        border-radius: 5px;
        padding: 5px 10px 5px 10px;
        min-height: 80px;
        width:auto;
    }
    /*Layout*/
    .sect8SPStore{
        width:100%;
    }
    .sect4SPStore{
        width:100%;
    }
    .sect6SPStore{
        width:100%;
    }
    .attributeFormLabel {
        width:100px;
    }
}

/*iPad Styles*/
@media handheld, only screen and (max-width: 1024px) {
    /*Login Control Mobile CSS*/
    .loginFormLabel {
        display:block !important;
    }
    .loginFormBox {
        width:220px !important;
    }
    .forms > ul > li {
        float:left;
    }
    .userFormButtons > ul > li {
        margin:2px;
    }
}