/************************************
 Product Presentation Style 1
 Layout for product presentation
 09/15/2006
 ************************************/
 
 /*
 product-page
        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-bundle ul li,
.product-misc ul li
{
    text-align: left;
    font-weight: normal;
}

.product-primary,
.product-secondary {
	height: 100%;  /* hasLayout for the IEs */
}

.upsell {
   float: left;
   clear: left;
   width: 15em;
   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 {
    margin-top: 10px;
	height: auto;
}

.cross-sell .product-detail {
    margin-left: 15em;
}

.product-description {
	padding:10px 10px 10px 0;
	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-primary,
.product-secondary,
.imageanddetails,
.product-options,
.product-misc {
    border-width: 0px;
}

.imageanddetails {
    float: left;
    width: 180px;
	margin-top: 10px;
}

.product-image {
	text-align: center;
}

.product-image img{
	cursor: pointer;	
}

.product-image span {
    display: block;
}

.product-misc {
    margin: 8px 0 8px 0;
}

.product-secondary {
	padding: 10px;
}

.product-options,
.product-bundle {
    float: left;
    margin: 10px 0;
    margin-bottom: 10px;
    padding: 0;
}

.product-options table {
	margin: 20px 0 10px;
}

.product-options td {
    line-height: 1.7em;
	border-spacing: 1px;
	vertical-align: top;
	padding: 1px 3px 1px 1px;
}

.product-features ul {
    margin: 0; padding: 0;
    border: 0;
    list-style-type: none;
}

.product-options form em {
    font-weight: bold;
    font-style: normal;
    padding-right: 5px;
}

/*
 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;
}