﻿BODY
{
    
    background-color: #E5E3E4;
    margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    overflow-y: scroll;
}  











/* banner section */
TD.logo
{
    width: 324px;
}
TD.logo A
{
    border: none; 
    display: block; 
    width: 324px; 
    height: 119px;    
}

TD.firstRowLinks
{
    width: 651px;
    color: #336699;
    font: bold 11px Verdana;
    vertical-align: bottom; 
    height: 81px;
}
TD.firstRowLinks DIV
{
    padding-bottom: 13px;
    text-align: right;
    padding-right: 30px;
}

A.logoutLink,
TD.firstRowLinks A
{
    font: bold 11px Verdana;
    color: #ff9900;
    text-decoration: none;   
}
TD.firstRowLinks A.selected
{
    color: white;
}

TD.secondRowLinks
{
    height: 38px; 
    color: #9999cc;
    font-family: Georgia;            
    font-size: 16px;
    vertical-align: bottom;
    white-space: nowrap;
}
TD.secondRowLinks DIV
{
    padding-bottom: 10px;
    text-align: right;
    padding-right: 30px;
}
TD.secondRowLinks A
{
    color: white;
    text-decoration: none;
}
TD.secondRowLinks A.selected
{
    color: #FE982A;
}


A.contShopBtn
{
    background: url(images/HomePageSprites.png) no-repeat -7px -180px; float: right; display: block; height: 23px; width: 163px;   
}







.backgroundDiv
{
    position: absolute; 
    top: 0; 
    left: 0; 
    background-color: #003366; 
    height: 159px; 
    width: 100%; 
    z-index: -1;
}

TABLE.mainTable
{
    width: 892px;
    margin: 0 auto;
    border-spacing: 0;
}

TABLE.mainTable TD.main
{
    padding: 28px 20px 20px 20px;    
	background-color: White;
}




/******** borders *******/
.separatorDiv,
.topBorderDotted
{
    border-top: 1px #C0C0C0 dotted;
}
.bottomBorderDotted
{
    border-bottom: 1px #C0C0C0 dotted;
}
.separatorDiv
{
    margin-bottom: 10px;
}





/*** headers ***/
H1
{
    text-align: left;
    font-family: Georgia;    
    font-size: 26px;
    color: #336699;
    margin-top: 0;
    font-weight: normal;
    line-height: 26px;
    margin-left: 20px;
    margin-bottom: 16px;
}

H3
{
    font-size: 12px;
    line-height: 17px;
    color: #336699;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 7px;
}

H4
{
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:17px;
    font-weight: bold;
}






/*** 2 column layout ****/
TABLE.layoutTable
{
    width: 845px; 
    height: 400px; 
    border-collapse: collapse;   
}    
TD.leftColumn
{
    width: 281px; 
    height: 10%; 
    vertical-align: top; 
    border-top: 1px #C0C0C0 dotted; 
}
TD.leftBottomCell
{
    vertical-align: bottom;
    padding: 20px 20px 20px 10px; 
    font-size: 11px;
    line-height: 17px;
    color: #ff6600;
    font-weight: bold;
}
TD.leftColumn DIV
{
    padding: 20px; 
    border-bottom: 1px #C0C0C0 dotted; 
    margin-bottom: 40px;
}
TD.rightColumn
{
    vertical-align: top; 
    padding: 20px; 
    border-left: 1px #C0C0C0 dotted; 
    border-top: 1px #C0C0C0 dotted; 
    font-size: 11px;
    line-height: 17px;
}
TD.rightColumn H1
{
    font-size: 20px;
    margin-left: 0;
}
TD.rightColumn H2
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    margin-bottom: 5px;
}
/*** end of layout ****/


/*** navigation on the left for recipes, about caviar ***/
A.pageNavigationLinkSelected,
A.pageNavigationLink
{
    font-size: 13px;
    margin-top: 0;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

A.pageNavigationLink
{
    color: #999999;
}
A.pageNavigationLinkSelected
{
    color: #336699; 
}
/*************/










/* shopping cart starts */
TABLE.shoppingCartTable  
{
	border-collapse: collapse;
}
.shoppingCartTable TH
{
    white-space: nowrap;   
}
.shoppingCartTable .footer,
.shoppingCartTable TH
{
	background-color: #EEEEEE;
}
.shoppingCartTable TH,
.shoppingCartTable TD
{
	border: 1px solid #CCCCCC;
}
/* shopping cart ends */







TD.productImageCell
{
	width: 1px;
	vertical-align: top;
}
TD.productDescription
{
    width: 100%;
    color: 	#444444;
    padding: 10px;
    
    vertical-align: top;
}

TD.productDescription .productName
{
    color: #004D4D;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}
.price
{
    font-size: 15px;
    color: 	#B22222;
    font-weight: bold;
}








A.link
{
    color: blue;
}    


DIV.copyright
{
    font-size: 8pt;
    margin: 10px auto 20px auto;
    text-align: center;
    color: #336699;
}
.productList INPUT
{
	width: 30px; 
	text-align: right;
	margin-left: 8px;
	margin-right: 8px;
}
INPUT.phone
{
	width: 40px;
}
