@charset "utf-8";
/* custom CSS overrides */
.wpsc_variation_forms select {
width:300px;
}
table.productdisplay tr td.imagecol img{
padding:3px;
background-color:#ffffff;
border:1px solid #999999;
}

table.productdisplay tr td.textcol{
 position:relative;
 top:0px;
 left: 0px;
 padding: 0px;
 padding-bottom: 20px;
 margin: 0px;
 width: 100%;
 text-align: left !important;
 }