/************************************
 .product Presentation Style 2
 Layout for .product presentation
 09/15/2006
 ************************************/
 
 /*
 product
        .upsell
            best-values
            .product-related
        .product-detail
            .product-primary
                .product-title h2
                .product-description
                .product-features ul
            .product-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-bundle ul li,
.product-misc ul li
{
    text-align: left;
    font-weight: normal;
}

.upsell {
   float: left;
   clear: left;
   width: 165px;
   font-size: .9em;
   margin-right: 10px;
}

.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;
}

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

.upsell-header {
    margin:0;
}

.product-detail {
}

.cross-sell .product-primary,
.cross-sell .product-secondary {
    margin-left: 185px; /* upsell space */
}

.product-primary,
.product-secondary,
.imageanddetails,
.product-options,
.product-misc,
.product-bundle {
    border-width: 0px;
}

.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-description,
.product-features,
.product-bundle {
    clear: none;
    margin-left: 185px;
    text-align: left;
}


.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 ol {
	padding-left:20px;
	list-style-type: decimal;
}

.product-detail-header {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-misc {
    margin-left: 5px;
}

.imageanddetails {
    width: 180px;
	float:left;
    text-align: center;
	
}


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

.product-image img{
	cursor: pointer;	
}

.clicktozoom {
	text-align: center;
}

.product-misc ul,
.product-features ul {
    margin: 10px 0; padding: 0;
    list-style-type: none;
}

.product-options form em {
    font-weight: bold;
    font-style: normal;
    padding-right: 5px;
}

/*
  For filmstrip
*/
.product-features-noimage,
.product-description-noimage {
    margin-left: 0;	
}

.product-details {
	margin-bottom: 5px;
}

.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;
}