@CHARSET "ISO-8859-1";
.eStore-bip-product-canvas{
font-size:12px;
display:block;
margin:10px 0;
border:1px solid #ccc;
padding:5px;
}
.eStore-bip-product-thumb{
float:left;
}
.eStore-bip-product-description{
float:left;
width: 220px;
margin:0 10px;
}
.eStore-bip-product-name{
color: #25408F;
font-weight: bold;
line-height: 16px;
text-decoration: none;
margin:5px 0;
}
.eStore-bip-product-price{
float:left;
font-weight:bold;
margin:0 10px;
}
.eStore-bip-product-available-qty{
color:red;
}	
.eStore-bip-product-qty{
float:left;	
}
.eStore-bip-product-sold-out{
padding:20px;
color:red;
font-weight:bold;
}
.eStore-bip-add-button{
text-align:center;
margin:10px 0;
}