.product {
    margin-top: 20px;
    border-top: 1px solid #004687;
    padding-top: 10px;
}

.product .image_column {
    float: left;
    width: 200px;
    text-align: center;
}

.product .image_column .patents {
    margin: 10px 0;
    border-top: 1px solid #004687;
    padding-top: 10px;
    text-align: left;
}

.product .image_column .patents ul {
    margin: 0 0 0 55px;
    padding: 0;
    list-style-type: none;
}

.product .image_column .patents ul li {
    margin: 0.5em 0;
}

.product .description_column {
    float: right;
    width: 380px;
    margin-bottom: 10px;
}

.product h3.name {
    margin: 0 0 0.25em 0;
    font-size: 14px;
    color: #004687;
}

.product .description {
    margin-bottom: 1em;
    font-size: 12px;
}

.product .price {
    font: bold 14px Verdana, sans-serif;
}

.product .price .note {
    font: normal 11px Verdana, sans-serif;
}

.product .controls {
    clear: right;
    color: #AFB4B4;
}

.product .controls .quantity {
    float: left;
    margin-right: 1em;
}

.product .controls button.add2cart {
    padding: 0 30px 2px 8px;
    background: #C83246 url('../images/bg_icn_cart.jpg') right center no-repeat;
}

.product .info ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.product .info li {
    float: left;
    width: 40%;
}

.product .tabproductset td,
.product .tabproductset th {
    padding: 2px 10px 2px 0;
}

.product .tabproductset th,
.product .tabproductset .groupdesc {
    text-align: left;
    font-weight: bold;
}

.product .navigation {
    width: 260px;
    margin: 10px 0;
}

.product .alternates {
    width: 260px;
}

.product .navigation button,
.product .alternates button,
.product .usage button,
.product .alternates .drop_down_content {
    width: 250px;
}

* html .product .alternates .drop_down_content .head {
    width: 256px;
}
* html .product .alternates .drop_down_content .tail {
    width: 260px;
}
* html .product .alternates .drop_down_content .tail .decor_b {
    display: block;
    position: relative;
    width: 244px;
    top: -8px;
    left: 8px;
}

.product .properties ul {
    margin: 0;
    padding: 0 0 0 1.5em;
}

.product .properties ul li span {
    color: #004687;
}

.product .ingredients {
    color: #004687;
    font: bold 10px/300% Verdana, sans-serif;
    text-decoration: underlines;
}

.product .note {
    margin: 10px 0 0 0;
    font-size: 10px;
    color: #AFB4B4;
}

.product .usage button {
    height:22px;
    line-height:22px;
}

.product .variations button {
    /* width: 250px; */
    height:18px;
    line-height:18px;
}

.product .variations ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product .variations ul {
    clear: left;
    padding-top: 10px;
}

.product .variations ul li {
    background: url('../images/button_blue.jpg') top left no-repeat;
    padding: 4px 0 8px 25px;
}

.product .variations ul li a {
    color: #004687;
    text-decoration: none;
}

.product .testimonials {
    clear: both;
    margin: 10px 0;
/*    border-top: 1px solid #004687;
    border-bottom: 1px solid #004687;*/
    padding: 5px 20px;
    background: #A8A9AD;
    font-style: italic;
    color: #fff;
}

.product .testimonials h3 {
    margin: 0;
    padding: 0.5em 0;
    font: normal bold 14px verdana, sans-serif;
    background: url('../images/quotes_red2_t.gif') right top no-repeat;
    color: #fff;
}

.product .testimonials .author {
    font-weight: bold;
}

.product .testimonials .controls {
    background: url('../images/quotes_red2_b.gif') left bottom no-repeat;
    line-height: 100%;
    text-align: right;
}

.product .testimonials .more {
    margin: 5px 0 0 0;
    border-top: 1px dashed #C83246;
    padding: 10px 0 0 0;
}

.product .testimonials .more .author {
    padding-bottom: 10px;
}

#product_links {
    margin: 10px 0 0 1.5em;
    padding: 0 0 0 10px;
}

#product_links li a  {
    color:#004687;
    vertical-align: top;
    line-height: 15px;
}

#product_links li a:hover {
    text-decoration: none;
}

#product_links li
{
    list-style-image: url('../images/button_blue.jpg');
    padding-top: 5px;
    color:#004687;
}

#ingredients {
    color: #004687;	 
	 padding:10px;
    font-size: 11px;
    font-family:Arial;	 
}
#ingredients .caption{
	font-size: 14px;
	font-weight: bold;
}
#ingredients hr {
	height: 1px;
   color: #004687;	 
}
#ingredients .subcapt{
	font-size: 11px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:5px;
}