#main {
    width:100%;
}
div.productdisplay  {
    width:44%;
    margin-right:2%;
    clear:none;
    background-color: #890000;
    border-radius: 10px;
    padding:10px;
    height: 415px;
}
.first_product{
	box-shadow: 0px 0px 10px #FFC746;
}
/*
.productshadow {
    border-radius: 10px 10px 10px 10px;
    display: none;
    height: 430px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
div.productdisplay:hover .productshadow {
    box-shadow:1px 1px 6px 2px rgba(0, 0, 0, 0.3);
    display:block;
}
div.wpsc_description {
    background-color: #890000;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}
div.wpsc_description p {
    padding:10px;
}
*/

div.wpsc_description {
    padding:0 0 10px 0; 
}
div.wpsc_description p {
    margin:0;
}
div.default_product_display div.textcol {
    margin:0 !important;
    padding:0;
}
div.default_product_display div.textcol div.imagecol {
    margin:0 !important;
    padding:0;
    text-align:center;
    position:relative;
    /*margin-top:-22px!important;*/
}
img.product_image {
    border-radius:5px;
}
div.custom_meta {
    margin:0;
}
div.producttext {
    width:auto;
}
h1.prodtitles {
    font-size: 14px;
    height: 70px;
    padding: 5px 0 0 !important;
}
h2.prodtitles {
    font-size: 14px;
    height: 70px;
    padding: 5px 0 0 !important;
}
h3.prodtitles {
    font-size: 14px;
    height: 70px;
    padding: 5px 0 0 !important;
}
h2.prodtitles a:hover {
    color:#FF0000 !important;
}
div.wpsc_sale_frame {
    height:auto;
    margin:0;
    position: absolute;
    width: 94%;
    bottom:10px;
}
span.pricedisplay {
    float:none;
}
div.wpsc_buy_button {
    width:auto;
    height:auto;
    background-position:center right;
    border-radius: 10px;
    position:relative;
}
div.wpsc_buy_button:hover {
    background-position:center right;
}
input.wpsc_buy_button {
    height: 43px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div.wpsc_buy_button_label {
    padding:9px 20px;
    font-size:20pt;
}

div.wpsc_product_price {
    width: 140px;
}
div.wpsc_loading_animation {
    top:0;
    left:0;
}

