/************************************
 Product Presentation Style 4
 Layout for product presentation
 09/15/2006
 ************************************/
 
 /*
 product
        .upsell
            best-values
            .product-related
        .product-presentation
            primary
                .product-title h2
                .product-description
                .product-features ul
            secondary
                imganddetail
                    .product-image
                        img
                        span (cte)
                    details ul (item + inventory)
                order-info
                    options ul
 */

.upsell,
.product-primary,
.product-secondary,
.product-features ul li,
.product-options ul li,
.product-misc ul li
{
    text-align: left;
    font-weight: normal;
}

.product-primary,
.product-secondary {
    border-width: 1px;
    border-style: solid;
}
.product-secondary:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.upsell {
   float: right;
   clear: right;
   width: 15em;
   font-size: .9em;
}

.upsell table {
	table-layout: fixed;
}

.upsell div {
    margin-bottom: 10px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
}

.upsell  table caption {
    display: none;
}

.upsell  table td {
    vertical-align: top;
	word-wrap: break-word;
	overflow: hidden;
}

.upsell  table td a {
    text-decoration: none;
}

.upsell-header {
    margin:0;
}

.product-primary {
}

.cross-sell .product-primary {
    margin-right: 16em;	
}

.product-detail-header {
	padding: 5px 10px;
}

.product-description {
	text-align: justify;
}

.product-description ul {
	padding-left:20px;
	margin: 1.12em 0 1.12em 40px;
	list-style-type: disc;
}

.product-description ol {
	padding-left:20px;
	margin: 1.12em 0 1.12em 40px;
	list-style-type: decimal;
}

.product-description,
.product-details,
.product-features {
	padding:10px;
}

.product-detail,
.imageanddetails,
.product-options,
.product-misc {
    border-width: 0px;
}

.imageanddetails { height:auto; }

.product-title h2 {
    margin:0; padding:0;
}

.product-image {
    float: left;
    width: 180px;
	text-align: center;
	margin-right: 10px;
}

.product-image img{
	cursor: pointer;	
}

.clicktozoom {
	text-align: center;
}

.product-misc ul {
    margin-left: 185px;
    padding: 0;
    list-style-type: none;
}

.product-features ul {
    padding: 0;
    list-style-type: none;
}

.product-options {
	float:right;
}

.product-options table {
	margin: 20px 0 10px;
}

.product-options td {
    /* margin-right: 15%; */
    line-height: 1.7em;
	border-spacing: 1px;
	vertical-align: top;
	padding: 1px 3px 1px 1px;
}

.product-options td.label {
	text-align: right;
}

.product-secondary {
    clear: both;
    margin: 10px 0 !important;
    padding: 10px;
}
.product-options form em {
    /* float: left; */
    width: 8em;
    text-align: right;
    padding-right: 5px;
}

.product-secondary {
    clear: both;
}

.product-secondary:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.product-secondary { display: inline-block; }

/* Hides from IE-mac \*/
* html .product-secondary {height: 1%;}
.product-secondary {display: block;}
/* End hide from IE-mac */

/*******************************
 util
 *******************************/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
 Filmstrip
*/
.filmstrip-preview {
	height: 175px;
	width: 175px;
	border: 1px solid #999;
	margin:auto;
}

.filmstrip-preview table {
	height: 175px;
	width: 175px;
}

.filmstrip-preview table tr td {
	vertical-align: middle;
	text-align: center;
}

.filmstrip-thumbnails {
	width: 175px;
	height: 70px;
	margin:auto;
}

.filmstrip-thumbnails ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.filmstrip-thumbnails ul li {
	display: block;
	float: left;
	margin: 0 1px 1px 0;
	height: 32px;
	width: 32px;
	border: 1px solid #999;
}

.filmstrip-thumbnails ul li table {
	height: 32px;
	width: 32px;
}

.filmstrip-thumbnails ul li table tr td {
	vertical-align: middle;
	text-align: center;
}

.filmstrip-thumbnails .fst-img {
  padding: 0pt;
}
