/************************************
 Product Presentation Style 5
 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;
}

.upsell {
   font-size: .9em;
}

.upsell table {
	table-layout: fixed;
}

/*
 * upsell stuff
 */
.upsell-twocol .best-values {
    width: 49%;
    float: left;
}

.upsell-twocol .product-related {
    margin-left: 51%;
}

.product-primary,
.upsell div {
    margin-bottom: 10px;
}

/* BORDERS */
.product-primary,
.upsell div,
.product-options {
    border-width: 1px;
    border-style: solid;
}
.product-detail,
.product-misc
{
    border-width: 0;
}

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

.product-description {
	padding:10px;
	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 p {
	margin: 5px 0;
}

/* /BORDERS */

.upsell div {
    margin-bottom: 10px;
    padding: 0;
}

.upsell  table caption {
    display: none;
}

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

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

.upsell-header {
    margin:0;
}

.product-primary {
    width: 48%;
    clear: left;
    float: left;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
}

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

.imageanddetails {
    border-width: 1px;
    border-style: solid;
    text-align: center;
    margin: 0 0 0 51% !important;
    padding: 10px;
}

.product-image {
    margin: 0;
    padding: 0;
    clear: none;
}

.product-image img{
	cursor: pointer;	
}

.clicktozoom {
	text-align: center;
}

.product-detail {
	margin-bottom: 10px;
	width:100%;
}
.product-misc ul {
    padding: 0;
    list-style-type: none;
}

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

.product-options {
    clear: both;
    padding: 10px;
	margin-top: 5px;
}

/* Hides from IE5-mac \*/
* html .product-options,
* html best-values,
* html .product-related { height: 1%; }
/* End hide from IE5-mac */


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

.product-options td {
    line-height: 1.7em;
	border-spacing: 1px;
	vertical-align: top;
	padding: 1px 3px 1px 1px;
}

.product-options form em {
    text-align: right;
    padding-right: 3px;
}

.product-secondary {
	margin: 0 !important;
	padding: 0 !important;
}

/*******************************
 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;
}