﻿BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}  
BODY, TH, TD, A 
{
    font-size: 10pt;
}
H3
{
	color: navy;
}
.noticeBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #336699; 
	text-align: center; 
	margin-bottom: 22px; 
	padding: 6px;
}

TABLE.mainTable
{
    width: 740px;
    border: 1px solid #336699;
}
TABLE.mainTable TD.main
{
	padding: 15px 10px 5px 10px;
}


TD.bannerCell
{
    background-image: url("images/awers_banner.gif"); 
    background-repeat: no-repeat;
    background-position: right center;
    height: 80px;
}
TD.bannerCellRight
{
	vertical-align: bottom;
	padding-left: 5px;
	padding-bottom: 8px;
	background: url("images/caviar_banner2.jpg") no-repeat left center;
    height: 80px;
}
TD.bannerCellRight A
{
    font: 10pt Arial, Helvetica, sans-serif;
    color: navy;
    text-decoration: none;
	font-weight: bold;
	color: #000080;	
}
TD.bannerCellRight A:hover
{
	text-decoration: underline;
}



/* shopping cart starts */
TABLE.shoppingCartTable  
{
	border-collapse: collapse;
}
.shoppingCartTable .footer,
.shoppingCartTable TH
{
	background-color: #EEEEEE;
}
.shoppingCartTable TH,
.shoppingCartTable TD
{
	border: 1px solid #CCCCCC;
}
.shoppingCartTable .footer2
{
    font-weight: bold;
}
/* shopping cart ends */







TD.productName
{
	font-family: Arial;
    color: #004D4D;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
}
TD.productDescription
{
    color: 	#333333;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 15px;
    vertical-align: top;
}
.price
{
    color: 	#B22222;
    font-weight: bold;
}
TD.productImageCell
{
	padding-right: 10px;
	vertical-align: top;
}
.productImageCell IMG
{
    height: 100px;
    width: 100px;
    border: 1px solid #999999;
}

.linksCell
{
    border-top: solid 1px #99ccff;
    background-color: #336699;
}
.linksTable A
{
    font: 10pt Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}
.linksTable A:hover
{
    text-decoration: none;
}
.linksTable TD
{
    padding: 3px 0px 3px 0px;
    color: white;
    text-align: center;
}
.linksTable A:hover
{
	text-decoration: underline;
}






TABLE.secondaryLinks A
{
    font: 10pt Arial, Helvetica, sans-serif;
    color: navy;
    text-decoration: none;
}
TABLE.secondaryLinks A:hover
{
    text-decoration: underline;
}
TABLE.secondaryLinks
{
    background-color: #99ccff;
}
.secondaryLinkCell
{
    padding-left: 3px;
    padding-right: 3px;
}
TD.roundedCorder
{
    width: 37px; 
    height: 24px; 
    background-image: url('images/rounded-bar.gif');
}





A.link
{
    color: blue;
    font-family: Arial;
}    
.btn
{
	height: 22px;
    background: #336699;
    color: white;
    font-size: 11px;
}
.grayButton
{
    padding: 1px 3px;
    background: rgb(224, 225, 229);
    font-size: 10px;
}
.grayButton,
.btn
{
    font-family: Verdana, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

TD.loginHeader
{
    font-weight: bold;
    padding-bottom: 10px;
}

DIV.copyright
{
    font-size: 8pt;
    margin-top: 10px;
    text-align: center;
    color: #336699;
}
.productList INPUT
{
	width: 30px; 
	text-align: right;
	margin-left: 8px;
	margin-right: 8px;
}
INPUT.phone
{
	width: 40px;
}