/************************************
 Product Presentation Style 7
 Layout for product presentation
 09/19/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: 50%;
}


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

.upsell  table caption {
    display: none;
}

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

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

.upsell-header {
    margin:0;
}


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

/* /BORDERS */

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

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

}


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

.imageanddetails {
    width: 180px;
	float:right;
}

.product-image {
    text-align: center;
	margin-left: 10px;
}

.product-detail {
    
}

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

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

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


.product-misc ul {
    float: right;
    /*
    position: absolute;
    top: 190px; right: 0;
    */
    padding: 0;
    list-style-type: none;
    text-align: right;
    width: 170px;
}

.product-misc ul li {
    text-align: left;
}

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

.product-secondary {
    margin: 5px 0 10px;
    padding: 10px;
    clear: both;
}

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

.product-options table {
	float: right;
	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 {
	padding: 10px 10px 10px 0;
	text-align: justify;
}

/*******************************
 util
 *******************************/
.product-detail:after,
.product-primary:after,
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.product-detail,
.product-primary,
.clearfix { display: inline-block; }

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