/**
 * STYLE SHEET :: LAYOUT / PRODUCT ITEM SUB-TEMPLATE
 *
 * Specifies layout of product item sub-template
 */


/*-----[ SUB-LAYOUT
*/

#leftColumn {
    clear: left;
    width: 200px;
	}

#rightColumn {
    position: relative;
    float: right;
	width: 715px;
	padding: 0 0 0 10px
    }

#content {
	padding: 0.6em;
/*
    background: transparent url(/images/background/white-50p.png);
    background-color: #FFF;
*/
	}


/*-----[ CUSTOM DEFAULT
*/

#navBar {
	background: #4DC4D8 url(/images/bg-product-item-navbar-top.gif) top left no-repeat;
    }

    #navBar ul {
	    background: transparent url(/images/bg-product-item-navbar-bottom.gif) bottom left no-repeat;
        }

#productItem {
    width: 500px;
    }

    #productItem div {
        }

#product-image {
    float: right;
    width: 170px;
    height: 170px;
    margin: 0.5em 0 1.0em 0;
    border: 1px solid #EEE;
    }

    #product-image a {
        display: block;
        width: 150px;
        height: 150px;
        padding: 10px;
        border-bottom-width: 0;
        }

    #product-image a img {
        display: block;
        margin: auto;
        }

h1 {
	margin: 0;
	font-size: 17px;
	}

    h1 .brandName {
        display: block;
        margin-bottom: -0.2em;
        padding-left: 1px;
        border-bottom-width: 0;
        font-weight: normal;
        font-size: 12px;
        color: #2295AE;
        color: #006BA1;
        text-transform: uppercase;
        }

    h1 span.subtitle {
        display: block;
        font-weight: normal;
        font-size: 15px;
        }

#content p {
    margin-bottom: 0.8em;
    }

/*
#content li {
	font-size: 12px;
    }

#content p,
#content li {
	line-height: 1.45em;
    }

#content em {
    border-bottom: 1px dashed #DDD;
    font-style: normal;
    }

#content ul {
    margin: 0;
    margin-bottom: 0.8em;
    padding: 0;
    list-style: none;
    }

#content li {
	margin-bottom: 0;
    padding-left: 20px;
	background: transparent url(/images/bullets/product.gif) 0 1px no-repeat;
    }
*/


#productItemSummary {
    position: relative;
    height: 100px;
/*
    border: 1px solid #CCC;
*/
    }

    #productBrandLogo {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 120px;
        height: 80px;
        border-bottom-width: 0;
        }

        #productBrandLogo img {
            display: block;
            width: 120px;
            height: 80px;
            }

#price-comparison {
    margin-top: 1em;
/*
    margin-bottom: 2.4em;
*/
    }

.data {
	width: 100%;
	margin: 0;
	}

	.data thead {
        background: #EEE url(/images/bg-price-comparison-header.gif) top left no-repeat;
		}

	.data th,
    .data td {
        text-align: center;
		vertical-align: middle;
		font-size: 12px;
		}

	.data th {
		padding: 0.3em 0.6em 0.6em 0.6em;
        color: #666;
		font-weight: bold;
		}

    .data td {
        border-bottom: 1px dashed #CCC;
/*
        background-color: #EEE;
*/
		}

	.data th.first,
    .data td.first {
        text-align: left;
		}

    .data th.last {
        width: 16px;
        border-top-width: 0;
		}

    .data th.last img {
        display: block;
        width: 16px;
        border-top-width: 0;
		}

    .data td.no-retailers {
		padding: 0.6em 0.6em 0.6em 0.6em;
		}

    .data td a {
        display: block;
		padding: 0.7em 0.6em 0.6em 0.6em !important;
		padding: 0.6em 0.6em 0.8em 0.6em;
        color: #000;
        text-decoration: none;
        border-bottom-width: 0;
		}

        .data tbody tr td.first,
        .data tbody tr td.last {
		  padding: 0;
		  }

        .data td.last {
		  border-top-width: 0;
		  }

        .data td.first a,
        .data td.last a,
        .data td.last a img {
            display: block;
          }

    .data tbody tr {
        }

        .data tbody tr.lowest-price td {
/*
            background-color: #B5DE21;
            text-transform: uppercase;
*/
            color: #B00;
            font-weight: bold;
            }

        tr.lowest-price a {
            color: #B00;
            }

        .data tbody tr.lowest-price td.last {
            color: #C00;
            font-weight: bold;
            text-transform: uppercase;
            }

        .data tbody tr.last td {
            }

        .data tbody tr.last td.last {
            }

	.data img {
		display: block;
        }

.price, .delivery, .total {
    width: 14%;
    width: 20%;
    text-align: right;
    }

.price {
    }

.delivery, .total {
    }


#certification {
    margin-top: -0.5em;
    }

    .btn-product-info { /*82x21*/
        display: block;
        width: 108px;
        height: 18px;
        padding: 3px 3px 0 3px !important;
        padding: 3px 3px 1px 3px;
        background: transparent url(/images/btn-product-details.gif) no-repeat;
        font-size: 10px;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        }

    .btn-product-info:hover {
        background: transparent url(/images/btn-product-details-over.gif) no-repeat;
        font-weight: bold;
        }

.key-facts {
/*
    width: 383px;
*/
    margin: 1.4em 0 1.9em 0;
    border: 1px dashed #CCC;
    padding: 13px 15px 5px 15px;
    background-color: #F9F9F9;
    }

    .key-facts h3 {
        text-transform: uppercase;
        }

    #content .key-facts ul {
        width: 383px;
        }

.techSpec {
/*
    width: 100%;
*/
    width: 432px;
    margin: 0 0 0.6em 0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    }

    .techSpec th,
    .techSpec td {
        padding: 0.5em;
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        vertical-align: top;
        }

    .techSpec th {
        width: 25%;
        }

#summary {
	margin: 1.0em 0 0 0;
    }

#nutritional-info table {
/*
	width: 100%;
	margin: 0;
*/
	}

	#nutritional-info th,
    #nutritional-info td {
/*
        text-align: center;
*/
		padding: 0.3em 0.6em 0.6em 0.6em;
		vertical-align: middle;
		font-size: 12px;
		}

	#nutritional-info th {
        color: #666;
		font-weight: bold;
		}

    #nutritional-info td {
/*
        border-bottom: 1px dashed #CCC;
        background-color: #EEE;
*/
		}

#bookItemSummary {
    }

    #bookItemSummary p {
	    margin: 0;
        }

    #bookItemSummary p.author {
	    margin: 0.2em 0 1.0em 0;
	    font-size: 12px;
        }

    #bookItemSummary td {
        margin-bottom: 0.8em;
        color: #333;
        }

        #bookItemSummary td strong {
            color: #666;
            }

#product-specifications {
    margin: 1.4em 0 0.8em 0;
    border: 1px solid #DDD;
    padding: 0.1em 0.5em;
    background-color: #F7F7F7;
    }

    #product-specifications table {
        width: 100%;
        }

    #product-specifications td {
        border: 0 dashed #CCC;
        border-bottom-width: 1px;
        padding: 0.5em 0.2em 0.6em 0.2em;
		font-size: 12px;
        }

        #product-specifications .lastFeature td {
            border: 0;
            }

#content .disclaimer {
    border: 1px solid #DDD;
    padding: 0.5em 0.7em;
    background-color: #F7F7F7;
    font-size: 10px;
    line-height: 1.1em;
    color: #888;
    }

    #content .disclaimer strong {
        color: #888;
        }


