

.CollectionThumb {
float:left;
position:relative;
width:180px;
height:250px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
margin-right:20px;
margin-left:60px;
}

#CollectionProduct .productimg img{
width:180px !important;
}

#LeftNavRecent .productimg img{
width:49px !important;
}

HTML > body #CollectionThumb {
margin-right:20px;

}

.productimg img{
width:auto;
background: #fff;
}

#SubProductThumb {
width:144px;
height:238px;
float:left;
position:relative;
font-family:arial;
font-size:11px;
color:#666666;
text-align:left;
margin-left:20px;
margin-right:10px;
}

HTML > body #SubProductThumb {
margin-right:0px;
}

.SubproductTitle {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
text-align:left;
margin:20px;
}

.subproductimg img{
border:none;
width:144px;
}

.subproductname{
}

.subproductprice {
}

.subproductbuy {
position:absolute;
bottom:-20px;
font-size:10px;
}

#ProductContainer {
width:800px;
position:relative;

}