.ContentNavigation, .ContentNavigation a {
 font:11px Tahoma, "Arial CE", Arial, sans-serif;
 color:black;
}

.InfoBoxHeading2 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:7px;
    font-weight: bold;
    background: #93bbba;
    color: #ffffff;
}

SPAN.productSpecialPrice{
    font-family: Tahoma, Arial, sans-serif;
    color:black;
}
SPAN.productSpecialPrice .price {
    color:red;
}

TD.pageHeading, DIV.pageHeading {
    font-weight:bold;
    font-size:13px;
    padding:5px 0 0 4px;
    font-family: Tahoma, Arial, sans-serif;    
    color:#175C5A;
}
.colour {
 color:#175C5A;
}

a.ext, a[href ^="gopher://"] {
    background: url('/images/icons/LinkExternal.png') center right no-repeat;
    padding-right: 13px;
}  


div#leftBlock ul a {
  font-weight:normal;
  color:#000000;
}

div#leftBlock ul, div#leftBlock ul ul  {
 list-style:none;
 padding:0px;
 margin:0px;
}
div#leftBlock ul ul  {
margin-bottom:5px;
border-bottom: 1px solid #175C5A;
}
div#leftBlock ul li {
    background:url(../images/menu/menuOne.gif) no-repeat; 
    min-height:22px;
    text-indent:10px;
    line-height:22px;
    font-size:10px;
    color:#2D1592;
}

div#leftBlock ul li.select {
  background:url(../images/menu/menuSelect.gif) no-repeat;

}
div#leftBlock ul li.select a {
    color:#175C5A;
    font-weight:bold;
}

div#leftBlock ul li.select ul a {
    font-weight:normal;
    color: #000000;
}
                      



div#leftBlock ul li li {
  text-indent: 15px;
  background:url(/images/menu/menuSecond.gif) no-repeat;
}


div#leftBlock ul li li.selectLink a {
   font-weight:bold;
}                        
 div#leftBlock ul a.selectLink {
 
  font-weight:bold;
}  


/* subcategory menu */

a.subMenuItem {
    color:#000000;
    background:url(../images/menu/subMenuItem.gif)  no-repeat 0px 1px; 
    min-height:22px;
    text-indent:14px;
    padding-left:14px;
    line-height:22px;
}

a.subMenuItem:hover {
    text-decoration:underline;
    color:#175C5A;
    font-weight:bold;

}

/* product Listining */
.productListing {
    padding:0px;
    margin:0px;
}

.productListing-heading {
    font-weight:bold;
    line-height:22px;
    background-color: #93bbba;
    
}
.productListing-heading a:hover{
    text-decoration:underline;
    color: #FFFFFF;

}
.productListing-data a:hover{
    text-decoration:underline;
    color:#175C5A;
}
.productListing-data{
    border-bottom:1px solid #93bbba;
    padding:4px 0 4px 0;
 
}
TR.productListing-even{
    
}
TR.productListing-odd{
   background-color:#FFFFFF;   
}

a.pageResults, a.pageResults:hover  { color:black; }