﻿/* BVC 2004 Product Page Template */
#bvc2004productpage #menucolumn {float:left;width:165px; text-align:left;}
#bvc2004productpage #imagecolumn {float:left;width:385px;text-align:center;}
#bvc2004productpage #contentcolumn {float:left; width:359px; margin:0 0 0 30px; height: 800px;}

/* BVC 5 Product Page Template */
#bvc5productpage #contentcolumn {float:left;width:350px; margin: 0 0 0 10px;text-align:left;}
#bvc5productpage #actioncolumn {float:left; width:350px; margin:0 0 0 10px;text-align:left;}
#bvc5productpage #ProductReviews {clear: both;}
.productimage { text-align: center; margin: 10px 0; }

/* Product Controls Box */
/* Description: Change color for background and border. Match product detail
   information box to main navigation menu colors.
   Re-instate price information styles to improve aesthetic look.
   
   Note: All lowercase selectors are for the BVC5 Layout and
   the CamelCase selectors are for the BVC 2004 Layout
   
   By: Andre Marion @ Apptius.com
   Date: December 8, 2008
*/ 
#ProductControls { background: #e9f3da; padding: 10px; margin: -2px 0 32px 0; position: relative; width: 338px;}
.formlabel { text-align:right; color: #444; }
.productpropertylabel, .ProductPropertyLabel { padding-right: 5px; text-decoration: none; color: #666; }
.listprice, .ListPrice {text-decoration: line-through; color:#999;}
.siteprice, .SitePrice {font-weight:bold;font-size: 120%;color:#444;}
.saleprice, .SalePrice {font-weight:bold;font-size: 120%;color:#f00;}
.yousave, .YouSave {color:#999;}
#buttons { margin: 5px; }

.producttypepanel {}

/* Product Reviews & Cross/Up Sells */
.ProductReviews, #CrossSells { clear: both; padding: 10px; margin: 10px; border: 1px solid #eee; }
.ProductReviewLinks { font-size: 110%; } 
.ProductReview { margin: 10px; padding: 0 0 0 5px; border-left: 5px solid #eee; }
.ProductReviewKarma { display: block; padding-top: 5px; font-size: 90%; color: #666; }
#CrossSells table { width: 100%; }
.WideSingleProductDisplayPanel { position: relative; width: 100%; float: left; border-bottom: 1px solid #eee; }
.SingleProductDisplayImage { float: left; width: 125px; margin: 5px 15px 5px 5px; }
.ProductBadge { position: absolute; top:-5px; left:-20px; }
.SingleProductDisplayName { margin: 10px; font-size: 110%; font-weight: bold; clear: right; }
.SingleProductDisplayDescription {  }
.SingleProductDisplayPrice { font-size: 100%; font-weight: bold; color: #666; }

/* Choices And Inputs */
td.choicelabel { vertical-align: top; }
span.choicelabel { display: block; margin: 9px 0 0 0; float: right; }

.radiobuttonnormallist ul {margin:0;}
.radiobuttonnormallist li {display: inline; list-style: none;}
.radiobuttonnormallist ul ul {padding:0; margin: 5px 0px; font-size: 11px; }
.radiobuttonnormallist ul .rblist {margin-left: 7px;}

#title {
    width: 732px;
    float: right;
    margin: -5px 0 0 0;
}

#productimage img {
    border: 1px solid #ccc;
}

#MorePictures {
    margin: 0 0 20px -47px;
}

#MorePictures a {
    color: #679e15;
    text-decoration: underline;
}

#MorePictures a:hover {
    color: #679e15;
    text-decoration: none;
}

#ProductDescription {
    text-align: left;
    margin: 0 0 0 65px;
    color: #535353;
    line-height: 17px;
}

#ProductDescription ul {
    list-style-type:disc;
    margin-left: 14px;
    font-size: 110%;
    margin-top: 15px;
}

#buy_online {
    width: 358px;
    height: 30px;
    background: url(../../../../images/master_visa.jpg) right 0 no-repeat;
    margin-top: 60px;
}

h6 {
    font-size: 2.2em;
    color: #7b7b7b;
}

#product_table {
    width: 337px;
}

#product_table td {
    width: 50%;
    vertical-align: top;
}

#ProductOptions {
    width: 100px;
}

#quantity_table {
    width: 86px;
    margin-top: 8px;
}

#quantity_table td {
    align: left;
}

#ProductTypes {
    width: 137px;
    margin: 20px 0 -10px 28px;
}

#ProductSKU {
    margin: 12px 0 0 28px;
}

#Prices {
    margin: 18px 0 0 3px;
}

#share {
    margin-top: 3px;
}

#share_table1 a, #customer_reviews a {
    color: #679e15;
    text-decoration: underline;
}

#share_table1 a:hover, #customer_reviews a:hover {
    color: #679e15;
    text-decoration: none;
}

#share_table1 {
    width: 359px;
}

#share_table1 td, #share_table1 a {
    padding: 0;
    margin: 0;
    vertical-align:middle;
}

#share_table2 {
    width: 150px;
}

.suggesteditem {
    margin-left: 10px;
    width: 150px;
    text-align: center;
}

.suggestedname {
    font-weight: bold;
}

#customer_reviews {
    text-align: left;
    margin: 30px 0 0 40px;
}

#customer_reviews h3 {
    color: #7B7B7B;
    font-size: 24px;
}


