#content {
    background-image:  url(../../../img/static/layout/tiles/teal.jpg);
    float: none;
    clear: both;
}

#leftContent {
    border-color: #84CACD;
}	

.darkTeal {
    background-image: url(../../../img/static/layout/boxes/grow-darkteal.gif);
    color: #fff;
}

/*/////////////////////////////////////////////////////////////////////

	Product listing

/////////////////////////////////////////////////////////////////////*/

#prodListing .prodRow {
    background: url(../../../img/static/layout/products/brownpix.gif) center top repeat-y;
}

#prodListing .prodDetails strong, #prodDetails strong { font-size: 1.1em; }

#prodListing .prodRow .prodL {
    width: 261px;
    float: left;
    margin-right: 17px;
}
#prodListing .prodRow .prodR {
    width: 261px;
    float: left;
}

#prodListing .prodsDivider {
    height: 1px;
    background: url(../../../img/static/layout/products/prod-divider.gif) no-repeat;
    text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
    margin: 20px 0 20px -2px;
}

/* 
		left column 
	*/

#prodListing .prodRow .prodPhoto {
    width: 76px;
    background-color: #E6E7DF;
    float: left;
    margin: 0 8px 0 0; padding: 2px;
}
#prodListing .prodRow .prodPhoto img {
    width: 76px;
    /*border: 1px solid #C1C2BB;*/
}

/* 
		right column 
	*/

#prodListing .prodRow .prodDetails {
    width: 171px;
    float: left;
}

/* table */

#prodListing .prodRow .prodDetails .tblProd {
    width: 171px;
    margin: 0 0 20px 0;
}
.tblProd th, #prodListing .prodRow .tblProd td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 1px;
}
.tblProd th {
    color: #736357;
    padding-right: 5px;
}
.tblProd td {
    color: #16A2AF;
}

/* buttons */

#prodListing .prodRow .prodDetails ul {
    list-style-type: none;
    margin: 0 0 0 26px;
}
#prodListing .prodRow .prodDetails ul li {
    width: 33px;
    background-repeat: no-repeat;
    list-style-type: none;
    float: left;
}
#prodListing .prodRow .prodDetails ul li a {
    height: 32px;
    /* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;*/
    display: block;
    width: 70px;
    padding:0 40px 0 0;
    font-weight: bold;
    text-align: left;
}

#prodListing .prodRow .prodDetails ul li a.clickHere {
        font-weight: normal;
}

#prodListing .prodRow .prodDetails ul li.btnProdInfo {
    background-image: url(../../../img/static/buttons/prod-info.gif);
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../../../img/static/buttons/prod-info.gif) no-repeat scroll 76px 0;
    padding:2px 0 0;
    width:110px;
}
#prodListing .prodRow .prodDetails ul li.btnProdAdd {
    background:transparent url(../../../img/static/buttons/prod-addcart.gif) no-repeat scroll 76px 0;
    clear:both;
    width:110px;
    margin-top:10px;
}	

/*/////////////////////////////////////////////////////////////////////

	Product More Info

/////////////////////////////////////////////////////////////////////*/

.prevBar .boxHead {
    margin-bottom: 7px;
}
.prevBar .boxCopy {
    padding-bottom: 0;
}
.prevBar .boxFoot {
    margin-top: 7px;
}

.btnPrevious {
    background: url(../../../img/static/buttons/mini-previous.gif) no-repeat;
}
.btnPrevious a {
    height: 23px; line-height: 23px;
    color: #fff;
    display: block;
    padding: 0 0 0 31px;
}

#prodInfo #prodPhoto {
     width: 257px; 
    background-color: #E6E7DF;
    float: left;
    margin: 10px 10px 10px 0;
    padding: 3px;
}
#prodInfo #prodPhoto img {
    /*border: 1px solid #C1C2BB;*/
}

#prodInfo #prodDetails {
    width: 257px;
    float: left;
}

#prodDetails form {
    clear: both;
    float: none;
    height: auto;
    width: 550px;
}

#prodInfo .tblProd {
    /*width: 257px;*/
}
#prodInfo .tblProd #trPrice th, #prodInfo .tblProd #trPrice td {
    padding-top: 20px;
}

#btnProdAdd,#btnProdAddSecondHand  {
    background:transparent url(../../../img/static/buttons/prod-addcart.gif) no-repeat scroll 76px 0;
    /*margin:10px 0 0 126px; */
    width:110px;
}

#btnProdAdd a, #btnProdAddSecondHand a {
    /*height: 32px;*/
    /* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
    display: block;
    padding: 6px 40px 0px 0px;
}



.review-date {
    color: #B1A49A;
}

div#prodDetails fieldset {
    padding: 4px;
    border: none;
}


div#prodDetails input[type=text].quantity {
    border:1px solid #999999;
    padding:4px;
    text-align:center;
    width:20px;
    margin-left:2px;
}

div#prodDetails label {
    /*margin: 0px 0 0 156px;*/
}

div#prodPrices {
    clear: both;
    float: none;
    display:block;
    height: 150px;
}

div#prodPrices form,
div#prodPrices form fieldset {
    border: 0px none;

}

div#prodPrices form
    input[type="text"] {
        width: 20px;
}

div#prodPrices form fieldset table {
   width: 100%;
}

div#prodDescription {
   clear: both;
    float: none;
    display: block;
    margin: 10px 0px;
}

h1.prodTitle {
    font-size: 1.8em;
    font-weight: bold;
    color: #16A2AF;
}

h2.prodAuthor {
    font-size: 1.4em;
    font-weight: bold;
    color: #16A2AF;
}
