﻿body {
     background-color: White;
     font-family: Verdana;
     font-size: 10pt;
     color: Black;
     font-weight: normal;
}
li {
     padding-left: 20px;
     margin-left: 20px;
}
.tblWholeReview {
     width: 900px;
      background-color: White;
      border-width: 5px;
      border-style: solid;
      border-color: Black;
      padding-left: 10px;
      padding-right:10px;
}
.tblProductHeader {
     width: 100%;
      background-color: White;
      border-width: 0px;
}
.colImageHeader {
    width: 50%;
    background-color: #a73c2c;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
     text-align: center;
     font-family: Verdana;
     font-size: 10pt;
     color: White;
     font-weight: bold;
}
.colTextHeader {
    background-color: White;
     text-align: left;
     font-family: Verdana;
     font-size: 12pt;
     color: Black;
     font-weight: normal;
     padding-top: 15px;
     padding-bottom: 15px;
     padding-left: 15px;
     vertical-align: top;
}
.lblProductName {
     text-align: center;
     font-family: Verdana;
     font-size: 14pt;
     font-weight: bold;
     vertical-align: top;
     color: Black;
}
.lblListPrice {
     font-family: Verdana;
     font-size: 12pt;
     color: Black;
     font-weight: normal;
     text-decoration: line-through;    
}
.lblPrice {
     font-family: Verdana;
     font-size: 14pt;
     color: Green;
     font-weight: bold;
     text-decoration: underline;
}
.btnAddToCart {
     background-image: URL('Images/AddTocart.gif');
     width: 176px;
}
.rowProductDescriptionTrue {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #a73c2c;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    font-family: Verdana;
    font-size: 10pt;
    line-height: 20px;
    color: Black;
    font-weight: normal;
    text-align: left;
}
.rowProducttionFalse {
     border-top: 0px;
     border-left: 0px;
     border-right: 0px;
     border-bottom: 0px;
     border-color: #a73c2c;
     padding-top: 0px;
     padding-bottom: 0px;
     text-align: left;
}
.rowCustomerReviews {
    background-color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    font-family: Verdana;
    font-size: 10pt;
    line-height: 20px;
    color: Black;
    font-weight: normal;
    text-align: left;
}
.frontpagepicturelist
{
    width: 33%;
    font-size: 10pt;
    font-weight: normal;
    font-family: Verdana;
    text-align: center;
    text-decoration: none;
}
.frontpagedatalist
{
    width: 33%;
     color: #a73c2c;
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    text-decoration: none;
}
.frontpagedescriptionlist
{
    width: 95%;
    font-size: 10pt;
    font-weight: normal;
    font-family: Verdana;
    text-align: left;
    text-decoration: normal;
     line-height: 20px;
}
.cartheader
{
	background-color: #a73c2c;
	font-size: 12pt;
	font-weight: bold;
	text-decoration:none;
	color: #ffd700;
}
.cartitems
{
	background-color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	color: #a73c2c;
	height: 20px;
}
.tblfooter
{
    width: 100%;
	background-color: #a73c2c;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	color: White;
	text-align: center;
}
.shoppicturerow
{
    font-size: 10pt;
    font-weight: normal;
    font-family: Verdana;
    text-align: center;
    text-decoration: none;
}
.shoplinkrow
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    color: #a73c2c;
    text-decoration: none;
    vertical-align: top;
}
.shoppricerow
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Verdana;
    color: #a73c2c;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

