﻿
#store-main-content {
width: 100%;
float:left;
color:#666666;
/*color:#4a4a4a;*/
font-size: 13px;
font-family:Coresans;	
 margin-bottom: 30px;
}
#store-main-content strong {
    font-weight: bold;
}
#store-main-content em, strong {
    font-style: italic;
}

.triple_product_container {
   display: table;
    margin: 0 auto;
    width: 955px;
}

.triple_product_container .prod_sugg{
    float: left;
    margin-left: 10px;
    width: 99.5%;
}
.triple_product_container .prod_sugg p{
    float: left;
    font-size: 30px;
    padding-top: 18px;
}

.triple_product_container .compare_prod {
float:right;
cursor: pointer;
font-family: coresans-bold;
    font-weight: normal;
}
.triple_product_container .compare_prod img{
float:left;
} 
.triple_product_container .compare_prod .plus_sign{
   cursor: pointer;
    margin-top: 15px;
} 
.triple_product_container .compare_prod p{
    font-size: 20px;
    padding: 18px 12px 0 0;
} 
.triple_product_container .product_details {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 7px 1px #CCCCCC;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    padding: 10px;
    width: 280px;
}
.triple_product_container .product_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    float: left;
    text-align: left;
    width: 280px;
}
.triple_product_container .product_img {
display: block;
margin: 25px auto 0;
width: auto;
height:106px;
}
.triple_product_container .product_name {
    color: #059BE9;
    font-size: 25px;
    padding: 13px 0 20px;
    text-align: center;
    width: 100%;
}

.triple_product_container .top_border {
   height: 1px;
    margin: 0 auto;
    width: 244px;
border: 0;
border-top: 1px solid #ececec;
}
.triple_product_container .product_desc {  
    font-family: Arial;
    margin: 25px 0 10px 32px;
    min-height: 120px;
    padding: 0;
    width: 225px;
}
.triple_product_container .product_desc li {

padding-bottom:13px;
}


/*.triple_product_container ul.set-prods {
margin: 20px auto 0;
padding: 0;
width: 240px;
height: 202px;
}
.triple_product_container ul.set-prods li {
border-bottom: 1px solid #CCCCCC;
list-style: none outside none;
padding: 5px 0px;
}

.triple_product_container ul.set-prods #prod_price {
font-size: 20px;
text-align: right;
width: 120px;
}*/
.triple_product_container .product_price {
 margin-left: -10px;
    width: 300px;
background:#F7F7F7;
float: left;
font-family:Arial;
background:url("/asia-consumer-theme/images/store/add_cart_gradient.png") repeat-x top left;
}
.triple_product_container .prod_options{
     margin: 0 auto;
    padding: 0;
    width: 250px;
}
.triple_product_container ul.set-prods {
    float: left;
    margin: 18px 0 31px 10px;
    min-height: 170px;
    width: 240px;
}
.triple_product_container ul.set-prods li {
    border-bottom: 1px solid #ececec;
    float: left;
    list-style: none outside none;
    padding: 5px 0 7px;
    width: 100%;
}
.triple_product_container ul.set-prods input {
margin: 1px 0px 0px 0px;
float:left;
}

.triple_product_container ul.set-prods span.product_type  {
    display: inline-block;
    float: left;
    font-size: 14px;  
    padding-left: 5px;
    width: 105px;
}
.triple_product_container ul.set-prods span.studio {
font-size: 12px;
font-weight: normal;
}

.triple_product_container ul.set-prods span.price{
float: right;
text-align: right;
width: 114px;
position:relative;
}
.triple_product_container ul.set-prods span.normal_price{
font-weight:bold;
font-size: 14px;
}

.triple_product_container ul.set-prods span.strike_price{
font-size: 12px;
text-align: right;
font-weight:bold;
color:#cc4548;
width: 100%;
float: right;
text-decoration:line-through;
}
.triple_product_container ul.set-prods span.reflex_strike_price{
color: #CC4548;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    text-decoration: line-through;
    width: 114px;
}
.triple_product_container .offer_product_price {
width:280px;
background:#F7F7F7;
float: left;
background:url("/asia-consumer-theme/images/store/add_cart_gradient.png") repeat-x top left;
}
.triple_product_container .offer_product_price strong{ 
 display: block;
    font-size: 18px;
    padding-bottom: 22px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
	font-style: normal;
}

.triple_product_container .add_cart_butn {
background:#0596E2;
background: linear-gradient(to bottom, #39B2F2 0px, #0596E2 100%) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(top, #39B2F2 0%, #0596E2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39B2F2), color-stop(100%,#0596E2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #39B2F2 0%,#0596E2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #39B2F2 0%,#0596E2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #39B2F2 0%,#0596E2 100%); /* IE10+ */
background: linear-gradient(top, #39B2F2 0%,#0596E2 100%); /* W3C */
box-shadow: 0 -2px 1px #B4B4B4;
color: #FFFFFF;
cursor: pointer;
display: block;
font-size: 16px;
margin: 0px auto 15px;
padding: 5px 0;
text-align: center;
text-decoration: none;
width: 126px;
clear:both;
border:none;
font-family:Coresans;	
}

