h2.products { background: url('../imgs/base/products-header-icon.gif') top right no-repeat;}
h3 {
    background-color: #00649d;
    color: #FFF;
    padding: 5px 0 5px 10px;
    font-size: 1.6em;
}
h4{ font-size: 1.4em; }
h4,h5 { padding-left: 10px; }


.product-groups div h2 {color: #fff;}

h2 a:link, h2 a:active, h2 a:hover, h2 a:visited {color:#fff;}
h2 a:hover {text-decoration:underline;}

.product-groups div h2 a.inSec {color: #00649d; text-decoration: none;}

/* products grid sidebar panel */
.products-grid { width: 300px; margin-left: 10px;}
    .products-grid div {
        width: 70px;
        height: 96px;
        float: left;
        margin: 0 5px 5px 0;
        padding: 0;
        display: inline;
        text-align: center;
    }
    .products-grid div span  {  padding: 0; margin: 0;  }
    .products-grid div span p { font-size: 0.8em; line-height: 1em !important; padding: 0; margin: 0; text-align: center; }
	.products-grid div a:hover img {border: 1px solid #e40082;}
	.products-grid div a img {border: 1px solid #eee;}
	.products-grid div a img.product-selected {border: 1px solid #00649d;}


.product-description { padding: 0 10px 20px 10px; }
    .product-description div {
        width: 250px;
        margin-top: 10px;
        float: left;
    }
    .product-description #product-imgs {
        width: 300px;
        margin-right: 50px;
        display: inline;
        float: left;
    }
    .product-description li { margin: 0; padding: 2px 0; color: #0f8cd7; }
    .product-description ul p { margin: 0; line-height: 1.2em;}

/* durex icons */
#quality,
#masked,
#shape {
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;

    margin: 0 0 5px 0;
    background: url('../imgs/products/durexicons.jpg') 0 0 no-repeat;
}
    #masked { background-position: 0 -30px; }
    #shape { background-position: 0 -60px; }

#qualitycontrol {
    list-style: none;
    margin: 0;
    text-align: center;
}
#qualitycontrol li {
        float: left;
        margin: 0;
        text-align: center;
    }
    #qualitycontrol li p {
        text-align: center;
        padding: 4px 15px;
    }

a.product-category,
a.product-category-last {
    border-right: 2px solid #ccc;
    padding: 0 4px;
}
    a.product-category-last {
        border-right: 0;
    }
