
/* product */

#product
{
    margin-bottom: 10px;
}
#product h3
{
    margin-top: 15px;
}
#product h3.details
{
    border-bottom: 1px solid #eeeeee;
}
#what_brand
{
    display: block;
    clear: both;
    float: right;
}
#what_brand_content
{
    padding: 10px;
}
#what_brand_content h3
{
}
#what_brand_content ol, #what_brand_content ul
{
    margin: 5px 0;
}
#what_brand_content li
{
    margin: 10px 5px 10px 30px;
}
#installation_instructions
{
    display: block;
    clear: both;
    float: right;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}
#installation_instructions img
{
    border: 0;
    vertical-align: middle;
    margin-right: 5px;
}
#installation_instructions_content
{
    padding: 10px;
}
#installation_instructions_content .ifixit-guide
{
    border: 0;
}
#installation_instructions_content h3
{
    margin-bottom: 0;
}
#product .image
{
    display: block;
    width: 180px;
    text-align: right;
    float: right;
    padding: 5px 5px 10px 5px;
    background-color: #fff;
    /* border: 1px solid #cccccc; */
    border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#product .content
{
}
#product .compatible
{
    color: #fff;
    margin: 8px 0 0 10px;
    position: relative;
    top: 3px;
    font-size: 12px;
    font-weight: normal;
    /* border: 1px solid #a6150e; */
}
#product .compatible a
{
    font-size: 14px;
    color: inherit;
    font-weight: bold;
}
#product .compatible a:hover
{
    text-decoration: underline;
}
#product .offer
{
    line-height: 18px;
}
#product .option_group
{
    margin-top: 15px;
}
#product .option_group h3
{
    font-size: 14px;
}
#product .offer .option
{
    margin: 0 0 5px 3px;
}
#product .offer .option input
{
    margin: 0;
}
#product .offer .option label
{
    position: relative;
    top: 2px;
    padding: 2px 6px;
    border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#product .offer .option label:hover
{
    cursor: pointer;
    background-color: #eeeeee;
}
#product .offer .option.selected label
{
    font-weight: bold;
    cursor: default;
    background-color: #eeeeee;
}
#product .select
{
    padding-bottom: 10px;
}
#product .summary
{
    width: 155px;
    border: 0px solid #777777;
    -webkit-box-shadow: 0px 0px 3px rgba(170, 170, 170, 1);
-moz-box-shadow:    0px 0px 3px rgba(170, 170, 170, 1);
box-shadow:         0px 0px 3px rgba(170, 170, 170, 1);;
    background-color: #eeeeee;
    border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
    text-align: left;
    line-height: 15px;
    position: relative;
}
#product .price
{
/*    color: #74bc00; */
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 12px 0;
}
#price.price
{
    margin-left: 8px;
}
#product .in_stock
{
    margin: 0 0 3px 8px;
}
#product .sold_out
{
		padding-left: 10px;
}
#product .shipping
{
    font-weight: bold;
    margin: 0 0 0 8px;
}
#product .summary h2.title
{
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
    background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #777777 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#777777)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#777777 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#777777 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#777777 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}
#product .summary_content
{
    padding: 10px;
}
#product .compare_at_price, #product .saved_price
{
    color: #777777;
    font-size: 12px;
}
#product .saved_price
{
  display: none;
}
#price .compare_at_price
{
    margin-bottom: 5px;
    display: block;
}
#price .saved_price
{
    display: none;
}
#product .option .compare_at_price, #product .option .saved_price
{
    padding-left: 10px;
}
#product .description a
{
  text-decoration: underline;
}
#add_to_cart
{
    margin-top: 20px;
    border-color: #104385;
    background: #99bee9; /* Old browsers */
background: -moz-linear-gradient(top,  #99bee9 0%, #5f95db 50%, #3074cd 51%, #85b2e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99bee9), color-stop(50%,#5f95db), color-stop(51%,#3074cd), color-stop(100%,#85b2e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #99bee9 0%,#5f95db 50%,#3074cd 51%,#85b2e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #99bee9 0%,#5f95db 50%,#3074cd 51%,#85b2e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #99bee9 0%,#5f95db 50%,#3074cd 51%,#85b2e4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #99bee9 0%,#5f95db 50%,#3074cd 51%,#85b2e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bee9', endColorstr='#85b2e4',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 2px #104385;
    -moz-box-shadow:    1px 1px 2px #104385;
    box-shadow:         1px 1px 2px #104385;
}
#add_to_cart:active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#buy_now
{
    margin: 12px 0 3px 0;
}
.compatible_with
{
    border-top: 2px solid #cccccc;
    padding: 5px 0 20px 0;
}
.compatible_with .title
{
    font-size: 15px;
    margin-bottom: 5px;
}
.content .links
{
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 9px;
}
table.upgrade_comparison_chart
{
    border-collapse: collapse;
    width: 650px;
}
table.upgrade_comparison_chart tr:nth-child(odd) { background-color:#fff; }
table.upgrade_comparison_chart tr:nth-child(even) { background-color:#eeeeee; }
table.upgrade_comparison_chart td, table.upgrade_comparison_chart th
{
    padding: 5px;
    vertical-align: center;
}
table.upgrade_comparison_chart th
{
    font-size: 16px;
}
table.upgrade_comparison_chart td
{
    text-align: center;
}
table.upgrade_comparison_chart tr.upgrade_titles th
{
    font-weight: normal;
    text-align: center;
}
#rating
{
    margin-top: 10px;
}
#addthis
{
    margin-top: 10px;
}
.other
{
    margin-top: 30px;
}