@charset "utf-8";
/* CSS Document */

.product_thumbnail {
background-color:#F0F0F0;
border:1px dotted #A4DEEC;
clear:none;
float:left;
height:100px;
letter-spacing:0;
margin:10px 10px 0 0;
padding:5px;
width:130px;
}

.product_thumbnail .image {
bottom:0;
clear:both;
float:none;
height:100px;
padding-right:0px;
position:relative;
width:100px;
}

.product_thumbnail .name {
bottom:1px;
clear:right;
display:block;
float:left;
font-size:10px;
font-weight:normal;
padding:1px 0;
position:relative;
text-align:left;
width:130px;
}

.clear {
clear:none;
}

.product_thumbnail .price {
clear:right;
color:#29C2E3;
display:block;
float:left;
font-size:10px;
font-weight:normal;
margin:0;
padding-bottom:0;
text-align:left;
width:120px;
}