﻿.product_title
{
    color: White;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 10px 0px 10px;
    margin:0px;
    width: 345px;
    min-height:2px;
    display:block;
}
*html .product_title
{
    height:2px;
}
.product_title_small    
{
    color: White;
    font-size: 1.2em;
    font-weight: bold;
    margin:0px;
    padding: 0px 10px 0px 10px;
    width: 345px;
    min-height:2px;
    display:block;
}
*html .product_title_small    
{
    height:2px;
}
.manual
{
    display: block;
    margin-top: 15px;
}
.order
{
    display: block;
    margin-top: 15px;
}
.where_to_buy
{
    display: block;
    margin-top: 15px;
}
.product_container
{
    padding:0px;
    margin: 20px;
    position: relative;
    z-index:20;
}
.product_description
{
    padding-left:20px;
}
.product_description ul
{
    list-style-position:outside;
}
.product_description li
{
	padding-bottom: 8px;
}
.product_specs
{
    padding-left:10px;
	font-size: 10px;
}
.product_specs th {
	padding-right: 10px;
}
.product_image_container
{
}
.product_name
{
    color: #387083;
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
}
.product_description
{
}
.h_seperator
{
    height: 40px;
}
.v_seperator
{
    width: 20px;
}
.product_arrows
{
    font-size: smaller;
    font-weight: bolder;
}
.product_image
{
}
.zoom_link
{
    float: left;
    clear: both;
}

.video_link{
    float:left;
    clear: both;
}

.related_products
{
    position:absolute;
    bottom:0px;
    margin:0px;
    margin-bottom:20px;
}

.related_links
{
    color: #387083;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
}

.related_products_placeholder
{
    min-height:200px;
}
*html .related_products_placeholder
{
    height:200px;
}

.crosssell
{
	font-size: 12px;
	font-weight: bold;
	color: #999281;
	text-align: center;
}
