div#center_column div.pad p img{
margin-top:0px;
border:1px solid #FFF;
}

div.product_layout_22 div{
float:left;
width:93px;
height:93px;
min-height:93px;
border:1px solid silver;
margin:3px 8px;
overflow:hidden;
}

div.product_layout_22 div img{
border:1px solid #FFF;
}

div.product_layout_14{
float:left;
width:100%;
margin:2px;
}

div.product_layout_14 div.product{
float:left;
width:178px;
height:260px;
min-height:260px;
overflow:hidden;
background-color:#FFF;
border-bottom:1px solid #CDBE9D;
text-align:center;
}

/* PRODUCT PHOTO */
div.product_layout_14  div.product div.photo {
float:left;
width:176px;
height:176px;
min-height:176px;
margin:0px;
text-align:center;
background-color:#FFF;
border:1px solid #CDBE9D;
}

div.product_layout_14  div.product div.photo img {
border:2px solid white;
}

/* PRODUCT name */
div.product_layout_14  div.product div.name {
float:left;
width:178px;
margin:3px;
height:55px;
min-height:55px;
background-color:#FDFAF2;
line-height:16px;
}

div.product_layout_14  div.product div.name a{
display:block;
color: #4E3C2E;
font-weight:bold;
margin:3px 6px;
}

div.product_layout_14  div.product div.name a:hover{
color:#815121;
}

/* PRICE */
div.product_layout_14  div.product div.price{
float:left;
width:100%;
height:20px;
font-weight:bold;
font-size:125%;
line-height:125%;
color: #593C24;
border-top: 1px solid #CDBE9D;
border-bottom: 1px solid #CDBE9D;
background-color:#FBF2CE;
text-align:center;
margin:3px 0px 0px 0px;
}

