/* CSS RESET - reset css so there is consistency through all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.2;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END CSS RESET */

/* MAIN STYLES */
strong {
    font-weight: bold;
}

body {
    background: #cbccce url(../imagesMaterials/icons/pagebggrad.png) top center repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

p {
    margin: 0 0 10px 0;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF;
}

#pagebgshadow {
    width: 100%;
    background: url(../imagesMaterials/icons/pagebgshadow.png) 50% top repeat-y;
}

a:link, a:visited {
    color: #6d6e71;
}

a:hover {
    color: #19497c;
}

.roundedcorner {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #d1d2d4;
}

#rightcolumn .roundedcorner {
    margin: 0 0 13px 0;
}

.recentlyviewedrow {
    border-color: #999;
    border-width: 1px;
    border-top-style: dotted;
    padding: 10px 0 10px 0;
    margin: 10px;
}

    .recentlyviewedrow p {
        float: left;
        width: 70px;
        margin: 0 0 5px 0;
    }

    .recentlyviewedrow img {
        float: right;
    }

    .recentlyviewedrow .price {
        font-size: 14px;
        color: #7874AF;
    }

.squaretop {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -o-border-top-left-radius: 0px;
    -o-border-top-right-radius: 0px;
    border: 1px solid #d1d2d4;
}

.squarebottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border: 1px solid #d1d2d4;
}

.whitebackground {
    background-color: White;
}

#mainnav {
    padding: 10px 0 10px 0px;
}

    #mainnav a {
        text-decoration: none;
        padding: 3px 0 3px 10px;
        display: block;
    }

        #mainnav a:hover {
            background: url(../imagesMaterials/icons/mainnav-highlight.jpg) left top repeat-x;
        }

#leftcolumn .content {
    padding: 20px 0px 0 0px;
}

.basketqty {
    font-size: 14px;
    float: right;
    padding: 12px 10px 10px 0;
}

.basketprice {
    font-size: 20px;
    color: #7874AF;
    float: right;
    padding: 5px 0 10px 0;
}

.basketbutton {
    clear: both;
}

a.standardbutton {
    background: url(../imagesMaterials/icons/blankbutton.png);
    width: 145px;
    height: 24px;
    display: block;
    clear: both;
    text-transform: uppercase;
    padding: 9px 0 0 10px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #1E497B;
}

    a.standardbutton:hover {
        background-position: 0 33px;
    }

.padcontent {
    padding: 10px 10px 10px 10px;
}

a.showmorespecialoffers {
    display: block;
    text-indent: -9999px;
    width: 223px;
    height: 33px;
    background: url(../imagesMaterials/icons/show-more-special-offers.jpg) left top no-repeat;
    margin: 20px auto;
    clear: both;
}

    a.showmorespecialoffers:hover {
        background-position: 0 -33px;
    }

span#login {
    float: left;
}

    span#login a {
        color: #6d6e71;
        border-bottom: 1px dotted #6d6e71;
        text-decoration: none;
    }

        span#login a:hover {
            color: #19497c;
        }


/* END MAIN STYLES */

/* HEADER MIDDLE STYLES */
#headermiddle {
    float: left;
    width: 380px;
    margin: 19px 0 0 59px;
}

#languagebar {
    width: 100%;
}

    #languagebar a {
        width: 24px;
        height: 19px;
        display: block;
        text-indent: -9999px;
        float: left;
        margin: 0 5px 0 0;
    }

        #languagebar a.en {
            background: url(../imagesMaterials/icons/lang-en.png) left top no-repeat;
        }

        #languagebar a.de {
            background: url(../imagesMaterials/icons/lang-de.png) left top no-repeat;
        }

        #languagebar a.es {
            background: url(../imagesMaterials/icons/lang-es.png) left top no-repeat;
        }

        #languagebar a:hover {
            background-position: 0 -19px;
        }

        #languagebar a.active {
            background-position: 0 -38px;
        }

            #languagebar a.active:hover {
                background-position: 0 -38px;
            }

#headermiddle p {
    font-size: 14px;
    color: #7874AF;
    font-weight: bold;
    float: left;
    margin: 7px 0 3px 0;
    width: 100%;
}

#headermiddle strong {
    font-size: 18px;
}

#searchterm {
    width: 174px;
    height: 43px;
    border: 0;
    outline: 0;
    background: url(../imagesMaterials/icons/search-bg.png) left 5px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 42px 0 10px;
    font-size: 14px;
}

#searchtermSubmit {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border: 0;
}

/* END HEADER MIDDLE STYLES */

/* PROMO WINDOW */
#mainpromo {
    display: block; /*background-color:#d1d2d4;*/
    background: url(../imagesMaterials/icons/promowindow-bg.gif) top left no-repeat;
    height: 266px;
    width: 730px;
    margin: 0 0 14px 0px;
    line-height: 0; /* IE6 fix */
}

    #mainpromo div {
        margin: 6px;
    }

    #mainpromo p {
        position: absolute;
        padding-top: 10px;
        z-index: -1;
    }

a.button-discovermore {
    display: block;
    width: 157px;
    height: 33px;
    background: url(../imagesMaterials/icons/button-discovermore.png);
    text-indent: -9999px;
    position: absolute;
    margin: -42px 0 0 33px; /* POSITION OF THE BUTTON */
    cursor: pointer;
}

    a.button-discovermore:hover {
        background-position: 0 33px;
    }

a#promonext {
    width: 28px;
    height: 55px;
    background: url(../imagesMaterials/icons/promo-next.png);
    text-indent: -9999px;
    position: absolute;
    margin: -180px 0 0 702px;
    z-index: 100;
    cursor: pointer;
}

    a#promonext:hover {
        background-position: 0 -55px;
    }

a#promoprev {
    width: 28px;
    height: 55px;
    background: url(../imagesMaterials/icons/promo-previous.png);
    text-indent: -9999px;
    position: absolute;
    margin: -180px 0 0 0;
    z-index: 100;
    cursor: pointer;
}

    a#promoprev:hover {
        background-position: 0 -55px;
    }

#promonav {
    width: 730px;
    text-align: center;
    margin: -39px 0 0 0;
    position: absolute;
    z-index: 100;
}

    #promonav a {
        /*	display: -moz-inline-box; /* for older mozilla */
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(../imagesMaterials/icons/promo-pagination.png);
        text-indent: -9999px;
        margin: 0 5px 0 5px;
    }

    * html #promonav a {
        display: inline;
    }
    /* for IE 6 */
    * + html #promonav a {
        display: inline;
    }
    /* for IE 7 */

    #promonav .activeSlide {
        background-position: 0 10px;
    }
/* END PROMO WINDOW */

/* THIRD-WIDTH PANEL SETUP */
ul.thirdpanel {
    list-style: none;
}

    ul.thirdpanel li {
        border: 1px solid #d1d2d4;
        width: 172px;
        height: 265px;
        float: left;
        margin: 0 11px 11px 0;
        background: url(../imagesMaterials/icons/panel-bg-grad.jpg) left top repeat-x;
    }

.panelimage {
}

    .panelimage img {
        margin: 5px 0 0 5px;
        position: absolute;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        border: 1px solid #d1d2d4;
    }

/* PRODUCT PANEL SETUP */
.productpanel {
    padding: 10px 10px 10px 10px;
}

.productpaneltitle {
    position: absolute;
    height: 50px;
    width: 152px;
}

.productpanel h4 {
    font-size: 31px;
    color: #7874AF;
    font-weight: bold;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px dotted #999;
    float: left;
}

.productpanel p {
    padding: 5px 0 5px 0px;
}

.productpanelimg {
    position: absolute;
    height: 152px;
    margin: 53px 0 0 0;
}

    .productpanelimg table {
        width: 152px;
        height: 152px;
    }

        .productpanelimg table td {
            vertical-align: middle;
        }

.productpanel .buybar {
    position: absolute;
    margin: 212px 0 0 0;
    background: url(../imagesMaterials/icons/product-panel-buy-bg.jpg) left top no-repeat;
    padding: 4px 0 0 5px;
    width: 147px;
    height: 29px;
    color: #FFF;
}

    .productpanel .buybar p {
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
    }

    .productpanel .buybar a {
        float: right;
        display: block;
        width: 51px;
        height: 24px;
        margin: -4px 0 0 0;
        font-size: 12px;
        color: #1E497B;
        text-decoration: none;
        text-transform: uppercase;
        padding: 9px 0 0 10px;
    }

        .productpanel .buybar a:hover {
            text-decoration: underline;
        }
/* END PRODUCT PANEL SETUP */


/*ul.thirdpanel li:nth-child(3n+1){
	margin:0;
}
*/
/* END THIRD-WIDTH PANEL SETUP */


/* COLUMNS SETUP */
#mainpage {
    width: auto;
    background-color: #FFF;
    padding: 0 0px 0 14px;
}

#leftcolumn {
    width: 175px;
    margin: 0 14px 0 0px;
    float: left;
    clear: both;
}

    #leftcolumn .specialoffers a:link, #leftcolumn .specialoffers a:visited {
        color: #CC0000;
        font-weight: bold;
    }

    #leftcolumn .specialoffers a:hover {
        color: #19497c;
        font-weight: bold;
    }

#middlecolumn {
    width: 750px;
    float: left;
}

#rightcolumn {
    display: none;
    float: left;
    position: absolute;
    top: 158px; /* was 158px */
    margin-left: 400px;
    width: 175px;
    height: 600px;
    z-index: 3000;
    overflow: visible;
    clip: rect(auto, auto, auto, auto);
    padding-right: 10px;
}

    #rightcolumn .spacer {
        height: 10px;
        width: 175px;
    }

    #rightcolumn .closebutton {
        float: left;
        position: absolute;
        z-index: 3001;
        right: 0px;
        top: 0px;
        width: 20px;
        height: 20px;
        background: url(../imagesMaterials/icons/close-no-text-20x20.gif) left top no-repeat;
        cursor: pointer;
        cursor: hand;
    }

#upsell {
    position: relative;
    left: 195px;
}

.clear {
    display: block;
    clear: both;
}

h3 {
    background: url(../imagesMaterials/icons/title-bg.png) left top no-repeat;
    color: #FFF;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    width: 165px;
    height: 24px;
    display: block;
    padding: 14px 0 0 10px;
}

    h3.recentlyviewed {
        background: none;
        color: #666666;
        padding: 14px 0px 0px 0px;
        text-align: center;
    }

    h3.basket {
        background: url(../imagesMaterials/icons/basket-title-bg.png) left top no-repeat;
    }

#middlecolumn h3 {
    background: url(../imagesMaterials/icons/title-bg-fullwidth.gif) left top no-repeat;
    color: #FFF;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    width: 650px; /* was  538px*/
    height: 24px;
    display: block;
    padding: 14px 0 0 10px;
    clear: left;
    margin: 0 0 13px 0;
}

#ProductCategoriesList h3 {
    background: url(../imagesMaterials/icons/title-bg-fullwidth.gif) left top no-repeat;
    color: #FFF;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    width: 650px; /* was  538px*/
    height: 24px;
    display: block;
    padding: 14px 0 0 10px;
    clear: left;
    margin: 0 0 13px 0;
}

#idHeading h3 {
    background: url(../imagesMaterials/icons/title-bg-fullwidth-idHeading.gif) left top no-repeat;
    color: #FFF;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    width: 730px; /* was  538px*/
    height: 24px;
    display: block;
    padding: 14px 0 0 10px;
    clear: left;
    margin: 0 0 13px 0;
}

/* END COLUMNS SETUP */

/* HEADER */
#header {
    width: 100%;
    height: 137px;
    background: #FFF url(../imagesMaterials/icons/header-bg.gif) repeat-x left top;
}

    #header h1 a {
        background: url(../imagesMaterials/icons/logo.gif) top center no-repeat;
        display: block;
        width: 347px;
        height: 120px;
        float: left;
        text-indent: -9999px;
    }

#rightlinks {
    width: 110px;
    height: auto;
    margin-top: 17px;
    border-left: #b0b2b5 dotted 1px;
    float: right;
    padding: 0 0 0 10px;
    line-height: 20px;
}

    #rightlinks a:link, #rightlinks a:visited {
        color: #6d6e71;
        border-bottom: 1px dotted #6d6e71;
        text-decoration: none;
    }

    #rightlinks a:hover {
        color: #19497c;
    }
/* END HEADER */

/* BREADCRUMB TRAIL */
#breadcrumb {
    width: 100%;
    height: 28px;
    padding-top: 10px;
    background: #fff url(../imagesMaterials/icons/breadcrumb-bg.png) top center no-repeat;
}

    #breadcrumb .nav {
        display: inline;
        padding: 9px 0 0 205px;
        color: #808080;
        width: 500px;
    }

    #breadcrumb .basket {
        display: inline;
        float: right;
        color: #808080;
        width: 185px;
        text-decoration: underline;
        cursor: pointer;
        cursor: hand;
    }

/* END BREADCRUMB */

/* FOOTER */
#footer {
    /* width:100%; */
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px 0;
    background: url(../imagesMaterials/icons/ukas-logo.gif) top right no-repeat;
}

    #footer ul {
        list-style: none;
    }

        #footer ul li {
            display: inline;
            font-weight: bold;
            border-left: 1px solid #1E497B;
            padding: 0 5px 0 5px;
        }

            #footer ul li:first-child {
                border-left: none;
            }

            #footer ul li a:link, #footer ul li a:visited {
                color: #1E497B;
                text-decoration: none;
            }

            #footer ul li a:hover {
                color: #3074c4;
            }

    #footer p {
        padding: 8px 0 25px 0;
    }

/* END FOOTER */



/* PAGE LISTING STYLES */
#pagelistitems {
    position: absolute;
    width: 400px; /* Width here was 400px */
    margin: 11px 0 0 152px;
    color: #FFF;
}

#footerpagelistitems {
    color: #FFF;
    text-align: center;
    background: url(../imagesMaterials/icons/title-bg-fullwidth.gif);
    width: 650px; /* Width here was 548px */
    height: 28px;
    display: block;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    position: relative;
}

    #footerpagelistitems .previous {
        background: url(../imagesMaterials/icons/pagination-previous.jpg) left top no-repeat;
        width: 94px;
        height: 33px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #1E497B;
        font-size: 12px;
        padding: 9px 0 0 10px;
        text-decoration: none;
        text-transform: uppercase;
        margin: 2px 0 0 2px;
    }

    #footerpagelistitems .next {
        background: url(../imagesMaterials/icons/pagination-next.jpg) left top no-repeat;
        width: 94px;
        height: 33px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        color: #1E497B;
        font-size: 12px;
        padding: 9px 0 0 10px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        margin: 2px 2px 0 0;
    }

        #footerpagelistitems .next:hover, #footerpagelistitems .previous:hover {
            text-decoration: underline;
        }

#sorting {
    float: right;
}

#sortby {
    font-size: 11px;
}

#pagelistitems ul#pagination {
    float: right;
    margin: 2px 15px 0px 10px;
}

#footerpagelistitems ul#pagination {
    margin: 2px 10px 0px 10px;
}

ul#pagination li {
    display: inline;
    margin: 0 2px 0 2px;
}

    ul#pagination li a {
        color: #FFF;
        text-decoration: none;
    }

        ul#pagination li a:hover, ul#pagination li a.active {
            color: #FFF;
            text-decoration: underline;
        }

/* PRODUCT ROW */
.productlist {
    width: 650px; /* Here Item WIDTH  was 548px*/
}

    .productlist li {
        margin: 0 0 13px 0;
        position: relative;
    }

    .productlist .roundedcorner {
        padding: 10px;
    }

    .productlist h4, .productlist h4 a, .productpage h4, .productpage h4 a {
        color: #1E497B;
        font-size: 20px;
        margin: 0 0 5px 0;
        text-decoration: none;
    }

        .productlist h4 a:hover {
            text-decoration: underline;
        }

    .productlist table {
        float: right;
        width: 165px;
        height: 165px;
        margin: 0 0 0 10px;
    }

        .productlist table td {
            vertical-align: middle;
            text-align: center;
        }

    .productlist .price, .productpage .price {
        font-size: 27px;
        color: #7874AF;
        float: left;
        margin: 15px 10px 12px 0;
        position: relative;
    }

    .productlist .icons {
        position: relative;
        bottom: 55px;
        left: 170px;
    }

.productpage .icons {
    position: relative;
    bottom: 55px;
    left: 115px;
}

.productlist .iconsStockMessage {
    position: relative;
    width: auto;
    text-align: center;
    padding-top: 15px;
}

.productpage .iconsStockMessage {
    position: relative;
    left: 230px;
    width: 150px;
    top: 70px;
    text-align: center;
}

.productlist .icons img, .productpage .icons img {
    float: left;
    margin: 0 0 0 10px;
}

.productlist div.addtobasket, .productpage div.addtobasket {
    margin: 10px 0 0 0;
    clear: left;
    background: url(../imagesMaterials/icons/add-to-basket-bg.jpg) left top no-repeat;
    color: #FFF;
    display: block;
    width: 217px;
    height: 33px;
    padding: 0 0 0 10px;
    position: relative;
    bottom: 11px;
}

.productlist input.quantity, .productpage input.quantity {
    background: url(../imagesMaterials/icons/qty-bg.jpg) left 6px no-repeat;
    border: 0;
    outline: 0;
    width: 25px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 6px 0 0 0;
    margin: 0 0 0 5px;
}

.productlist input.addtobasket, .productpage input.addtobasket {
    width: 129px;
    height: 33px;
    background: url(../imagesMaterials/icons/add-to-basket.jpg);
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    color: #1E497B;
    text-transform: uppercase;
    padding: 0 0 3px 7px;
    line-height: 33px;
    text-align: left;
    float: right;
}

    .productlist input.addtobasket:hover, .productpage input.addtobasket:hover {
        text-decoration: underline;
    }

/* END PAGE LISTING STYLES */

/* PRODUCT PAGE STYLES */
div.productpage p {
    width: 200px;
    clear: both;
}

#shopControls {
    min-height: 260px;
}

#productmain.productpage {
    min-height: 400px;
}

#productmain div.price {
    position: static;
    float: left;
    margin: 10px 10px 10px 0;
    line-height: 30px;
    vertical-align: middle;
}

    #productmain div.price p {
        margin: 0;
        width: auto;
    }

#productmain div.addtobasket {
    position: static;
    float: left;
    margin: 5px 0 10px 0;
}

#productmain div.icons {
    position: static;
    float: left;
    margin: 10px 0;
}

#productmain #productImages {
    position: absolute;
    top: 20px;
    right: 70px;
    width: 266px;
}

#threepreview {
    background-image: url("../imagesMaterials/icons/tabRepeat-active.gif");
    background-position: left top;
    background-repeat: repeat-x;
    height: 172px;
    margin-bottom: 10px;
    padding: 25px;
    position: relative;
    width: 118px;
}

    #threepreview a.rotate {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #threepreview a.container {
        position: absolute;
        display: block;
        text-decoration: none;
        text-align: center;
    }

        #threepreview a.container p {
            text-decoration: underline;
            width: auto;
        }

#tab-container, #tab-container2 {
    clear: both;
}

#tab-container2 {
    margin-top: 10px;
}

#slidernav {
    position: absolute;
    width: 270px;
    padding: 0 12px;
}

#slider-next {
    position: absolute;
    right: 0;
    top: 18px;
}

#slider-prev {
    position: absolute;
    left: 0;
    top: 18px;
}

#inner-slider {
    text-align: center;
    margin: 0 auto;
}

#inner-slider-nav {
    height: 50px;
}

#inner-slider a.container {
    position: absolute;
    z-index: 4;
    top: 0px;
    opacity: 1;
    display: block;
    width: 286px;
    height: 286px;
    left: 0px;
    text-align: center;
}

    #inner-slider a.container span {
        bottom: 6px;
        left: 51px;
        position: absolute;
        text-decoration: underline;
        z-index: 999;
    }

#inner-slider-nav li {
    float: left;
    height: 80px;
    width: 80px;
    border: 2px solid #ccc;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

    #inner-slider-nav li:first-child {
        margin: 0 5px 0 0;
    }

    #inner-slider-nav li:last-child {
        margin: 0 0 0 5px;
    }

    #inner-slider-nav li.activeSlide {
        border-color: #1E497B;
    }

        #inner-slider-nav li.activeSlide a img {
        }

ul.tabs, ul.tabs2 {
    margin: 0;
    padding: 0;
    float: left;
    clear: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    border-bottom: 1px solid #D1D2D4;
    width: 100%;
}

    ul.tabs li, ul.tabs2 li {
        float: left;
        margin: 0 2px 0 0;
        padding: 0;
        height: 31px; /*--Subtract 1px from the height of the unordered list--*/
        line-height: 31px; /*--Vertically aligns the text within the tab--*/
        border: 1px solid #D1D2D4;
        margin-bottom: 0px; /*--Pull the list item down 1px--*/
        overflow: hidden;
        position: relative;
        background-color: #fff;
        background-image: url(../imagesMaterials/icons/tabRepeat-default.gif);
        background-repeat: repeat-x;
        background-position: bottom left;
    }

        ul.tabs li a, ul.tabs2 li a {
            text-decoration: none;
            display: block;
            font-size: 1.2em;
            padding: 0 20px; /*border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
            outline: none;
            background-color: transparent;
        }

            ul.tabs li a:hover, ul.tabs2 li a:hover {
                background-color: transparent;
            }

html ul.tabs li.active, html ul.tabs2 li.active {
    background-image: url(../imagesMaterials/icons/tabRepeat-active.gif);
    background-position: top left;
}

    html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover, html ul.tabs2 li.active, html ul.tabs2 li.active a, html ul.tabs2 li.active a:hover {
        /*--Makes sure that the active tab does not listen to the hover properties--*/
        background-color: transparent;
        color: #1E497B;
        border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
    }

.tab_container, .tab_container2 {
    border: 1px solid #D1D2D4;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}

div.productpage .tab_container p, div.productpage .tab_container2 p {
    width: auto;
}

.tab_content, .tab_content2 {
    padding: 20px;
    font-size: 1.2em;
}

.tab_content2 {
    padding: 0 0 10px 0;
}

/* RATING STYLES */

div.rating-cancel, div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}

    div.rating-cancel, div.rating-cancel a {
        background: url(../imagesMaterials/icons/delete.gif) no-repeat 0 -16px;
    }

    div.star-rating, div.star-rating a {
        background: url(../imagesMaterials/icons/bullets.gif) no-repeat 0 0px;
    }

        div.rating-cancel a, div.star-rating a {
            display: block;
            width: 16px;
            height: 100%;
            background-position: 0 0px;
            border: 0;
        }

div.star-rating-on a {
    background-position: 0 -16px !important;
}

div.star-rating-hover a {
    background-position: 0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important;
}
/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important;
}

div.rating {
}

    div.rating span {
        font-weight: bold;
        line-height: 16px;
        margin-left: 2px;
    }

/* END RATING STYLES */

