﻿.ProductsShowBox
{
 margin-top:5px;
}
.ProductsShowBox ul li
{
   float:left;
}
#PagerFooter
{
 clear:both;
}
.ProductsShowBox dl{
 float:left;
  height:135px;
   margin:5px;
    display:inline;
  border:solid 1px #cccccc;
}
.ProductsShowBox dl dt{
 border-bottom:solid 1px #cccccc;
}
.ProductsShowBox dl dt a img{
border:0px;
 width:180px;
  height:110px;
}
.ProductsShowBox dl dd{
 height:23px;
 line-height:23px;
  width:175px;
  padding-left:5px;
 overflow:hidden;
  background-color:#D5E3E6;

}
.ProductsShowBox dl dd a{
 margin-right:5px;
  text-decoration:none;
   color:#555555;
 
}
.ProductsShowBox dl dd a span{
   color:#FB9600;
    font-weight:bold;
}
.ProductsShowBox dl dd a:hover{
  color:#FE7107;
}
