/* overall table */
.product-table {
background-color: #DAE8F1;
font-size: 12px;
width: 100%;
border-collapse: collapse;
border: 1px solid #835F43;
}

/* ROW 1 top box, title */
.product-title {

font-size: 18px;
margin-bottom: 9px;
padding: 7px 7px 7px 10px;
background-color: #36474F;

}
.product-title a {
text-decoration: none;
color:#FFF;
}



/* ROW 2 - image box */



.product-row2-left {
width: 470px;
text-align: center;
background-color: #FFFFFF;
border: 1px solid #36474F;

}

.product-image img {


max-width: 300px;
max-height: 270px;
margin-bottom: 10px;
}


.product-row2-center {
width: 15px;

}

.alt-img {
padding: 5px;

}

.product-row2-right {
width: 470px;
background-color: #FFFFFF;
border: 1px solid #36474F;
padding: 10px;
}

.product-features-header {

width: 100%;
height: 24px;
border-bottom: 2px solid #36474F;
margin-bottom: 9px;
font-size: 14px;
color: #000;
padding: 4px 0 1px 4px;
font-weight: bold;
}



.product-features ul {

margin-left: 0px;
padding: 0px 0px 0px 27px;
margin: 2px;


}

.product-price-header {

width: 100%;
height: 24px;

border-bottom: 2px solid #36474F;
margin-bottom: 9px;

}




.product-pricebox {
margin-top: 0px;
margin-left: 5px;
border-color: #999;
}

.product-listprice {
font-size: 14px;
margin-bottom: 2px;
}

.product-saleprice {
font-weight: bold;
font-size: 20px;
margin-bottom: 2px;
color: green;
}


.product-pricebox-outer {
	height: 70px;
    width: 228px;
    margin-left: 15px;
	position: relative;

}

.product-pricebox-inner
{
    width: 228px;
	height: 50px;

	bottom: 3;
	position: absolute;

}

.buy-button {

margin-left: 10px;
}

/* ROW 3 - reviews */




.reviews-header  {
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
margin-left: 7px;
padding: 6px 0 6px 8px; 
height: 15px;
}

.all-reviews {
margin: 7px 8px 0px 9px;
width: 100%;
height: 180px;
}

.review {
width: 220px;
float: left;

}

.review-divider {
width: 1px;
height: 190px;
background-color: #36474F;
margin: 0 8px 0 6px;
float: left;

}


.reviewer-name {
font-size: 13px;
font-weight: bold;
}

.reviewer-name2 {
font-size: 12px;
background-color: #FFF8C6;
width: 100%;
padding: 2px 2px 2px 3px;
margin-left: -3px;
}

.reviewer-location {
font-size: 13px;

}

.reviewer-content {
margin-bottom: 5px;;
text-align: justify;
}


.reviewer-rating {
clear: both;
}


/* ROW 4 - descriptions */



.description-header  {
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
margin-left: 7px;
padding: 6px 0 6px 8px; 
height: 25px;
}





.product-description {
border: 0px solid black;
padding: 12px 12px 12px 12px;
font-size: 12px;

}

.product-description p ul {
font-size: 12px;

}
