﻿BODY
{
    background-color: #E5E3E4;
    margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    overflow-y: scroll;
}  

.backgroundDiv
{
    position: absolute; 
    top: 0; 
    left: 0; 
    background-color: #003366; 
    height: 159px; 
    width: 100%; 
    z-index: -1;
}

TD.mainContentCell
{
    background-color: White; 
    padding: 28px 20px 20px 20px;    
}

/* banner section */
.firstRowLinks
{
    color: #336699;
    font: bold 11px Verdana;
    vertical-align: bottom; 
    height: 81px;
}
.firstRowLinks DIV
{
    padding-bottom: 13px;
    text-align: right;
    padding-right: 30px;
}

.logoutLink,
.firstRowLinks A
{
    font: bold 11px Verdana;
    color: #ff9900;
    text-decoration: none;   
}
.firstRowLinks A.selected
{
    color: white;
}

.secondRowLinks
{
    height: 38px; 
    color: #9999cc;
    font-family: Georgia;            
    font-size: 16px;
    vertical-align: bottom;
    white-space: nowrap;
}
.secondRowLinks DIV
{
    padding-bottom: 10px;
    text-align: right;
    padding-right: 30px;
}
.secondRowLinks A
{
    color: white;
    text-decoration: none;
}
.secondRowLinks A.selected
{
    color: #FE982A;
}
.bannerTable
{
    width: 100%; 
    background-image: url('images/banners/BannerBackground.png'); 
    background-position: bottom; 
    background-repeat: no-repeat;
}    

.smallText
{
    font-size: 10px;
    line-height: 14px;
}

/*** 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;
}


/*** 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; 
}
/*************/



/******** borders *******/
.separatorDiv,
.topBorderDotted
{
    border-top: 1px #C0C0C0 dotted;
}
.bottomBorderDotted
{
    border-bottom: 1px #C0C0C0 dotted;
}
.separatorDiv
{
    margin-bottom: 10px;
}


/*** 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 ****/



/* shopping cart starts */
TABLE.shoppingCartTable  
{
	border-collapse: collapse;
}
.shoppingCartTable TH
{
	font-weight: bold;
	text-align: left;
	padding: 5px;
	font-size: 11px;
}
.shoppingCartTable TD.cartRow
{
    border-bottom: 1px #C0C0C0 dotted;
	padding: 4px;
	vertical-align: middle;
}

.shoppingCartTable TD
{
    font-size: 11px;
}

A.shoppingCartLink
{
    color: #336699;
    font-size: 11px;
}
.shoppingCartTable TH
{
    background-color: #336799;
	color: White;
}
/* shopping cart ends */

.price,
.regularPrice,
.superPrice
{
    font-weight: bold;
    font-size: 14px;
    margin-left: 2px;
}

.price
{
    color: 	#cc0000;
}

.oldPrice
{
    text-decoration: line-through;
}

.superPrice
{
    background-color: #CC0000;
    color: white;
    padding: 2px 3px;
}


/* footer section */
.footerTable
{
    margin: 0 auto 0 auto;
}

.footerTable TD
{
    font-size: 10px;
}

.footerTable A
{
    color: #336699;
}

#facebookLink,
#facebookLink:hover
{
    display: block; 
    height: 40px; 
    width: 153px;
}

#facebookLink
{
    background-image: url("images/facebook1off.gif");
}

#facebookLink:hover
{
    background-image: url("images/facebook1on.gif");
}