/************************************
 Product Presentation Style 10
 Layout for product presentation
 10/02/2006
 ************************************/
 
 /*
 product-page
	product-detail
		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
		best-values
		product-related
 */
.product-page {
	position: relative;
	height: auto !important; height: 1%; /* silly IE 6 */
}

.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 {
	padding: 10px;
}

.product-secondary {
	/*clear: both;*/
}

.cross-sell .product-primary,
.cross-sell .product-secondary {
	margin-right: 15em; /*  */
}

* html .product-secondary {
	/* height: 1%; */
}

.product-description {
	padding:10px 10px 10px 0;
	width: auto;
	text-align: justify;
	clear: left;
	float: left;
	.float: none;
}

.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-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 {
}
.upsell {
   float: 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;
}

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

.upsell-header {
    margin:0;
}


.product-detail {
    position: relative;
    padding-bottom: 5px;
}

.product-primary,
.product-secondary {
    border-width: 0px;
}


.product-misc,
.product-features,
.product-options {
    margin-left: 0;
    text-align: left;
}

.product-options {
	margin-left: 0;
    text-align: left;
    margin-right; 180px;
    float:left;
}

.product-detail-header {
    margin: -4px -4px 10px -4px;
}

.imageanddetails {
    width: 180px;
    float: right;
    text-align: center;
    /* IE/Win started 0 at the edge of the container's margin, not at the edge of the first 
       relative positioned element, as per spec. /**/
    left: 0 !important; left: -185px;
    margin-bottom: 20px;
	margin-left: 30px;
}

.product-image div {
    margin: 0;
    padding: 0;
    clear: none;
	text-align: center;
}

.product-image img{
	cursor: pointer;	
}

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

.product-options ul {
    list-style-type: none;
}

.product-options ul li {
    text-align: left;
    margin-right: 15%;
	margin-bottom: 3px;
}

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

.imageanddetails-filmstrip {
    width: 245px;
}

.product-details {
	margin-bottom: 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;
}
