﻿.categoriesList
{
width: 200px;

padding: 0px 0px  1em 0px;
margin-bottom: 1em;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html .categoriesList{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

.categoriesList ul{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

.categoriesList li 
{
       
border-bottom: 1px solid #90bade;
margin: 0px;
}

.categoriesList li a
{
        font-size: 12px !important;
margin: 0px;
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
text-align:left 

}

.categoriesList li a span
{
    margin: 0px;
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;

 
}
html>body .categoriesList li a{ /*Non IE6 width*/
width: auto;
}

.categoriesList li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.categoriesList li a:visited{
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
}

.productItemBox
{
    border:dotted 1px #c0c0c0;
    padding: 5px;
    margin: 5px 3px 5px 3px;
    width:230px;
    min-width:230px; 
    height:150px;
    min-height:150px; 
    vertical-align: baseline ;
    
}

.productItemBox h3
{
    font-size: 11px !important;
    margin: 0 !important;
    color:#28435E;
    text-align: left; 
    /*    
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 2em;
    background-color: #eee;
    background: url(images/box-item-header-blue.gif) repeat-x 0 0;
*/
}

.productItemBox a
{
    text-decoration: none;
}

.productItemBox h4
{
    color:red;
    line-height: 2em;
    font-size: 10px !important;
     text-align: left; 
    margin: 0 !important;
     
}

