/* CSS Document */
/************** Content Area Stylings *****************/
.content_area{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
	background-color:#eeeeee;
	}

/******************** ENTRY HEADER **********************/

.entry_header{
background-color:#8484AA;
color:#FFFFFF;
padding-left:4px;
font-size:16px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
}



/******************** INFO **********************/

.info{
color:#333333;
font: bold 12px tahoma;
}


/******************** DISCLAIMER **********************/
.disclaimer {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 9px; 
 font-weight:bold; 
 text-align:center; 
 color:#666666;
 background-color:#eeeeee;
}

/******************** SITE INFO **********************/

.site_info{
 background-color:#eeeeee;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#333333;
} 

/******************** MAIN SHOP NAV **********************/

.mainshop_nav{
background-color:#eeeeee;
font-size:16px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
}

/************** SHOPPING BASKET *****************/
.basket{
	font-family:Tahoma;
	font-weight:bold;
	color:#333333;
	border-bottom:2px solid #333333;	
	border-top:1px dashed #888888;
}

.basket_details{
	font-size: 12px;
	background-color:#eeeeee;
	}
	
.basket_price{
	font-size: 16px;
	background-color:#ffffff;
	}	

.basket_totals{
	font-family:Tahoma;
	font-weight:bold;
	color:#333333;
	font-size:14px;
}

/**************************************************************************************************************/
/** THE PROFILE VIEW CONTROLS ****/
/**************************************************************************************************************/


.profile_header{
background-color:#8484AA;
font: bold 14px Arial,sans-serif;
color:#FFFFFF;
}

.profile_area{
background-color:#ffffff;
font: bold 14px Arial,sans-serif;
color:#cccccc;
}

.profile_NAV:link  { text-decoration: none; color: #CC0000; }
.profile_NAV:visited  { text-decoration: none; color: #CC0000; } 
.profile_NAV:active  { text-decoration: none; color: #CC0000; }
.profile_NAV:hover  { text-decoration: none; color: #00CC00;}

.profile{
color:#555555;
background-color:#ffffff;
}


/***** MAKING AN OFFER ******/

.offer{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #006699;
}

.offerTD{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
}


.offervalue{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #336699;
}

.offerTDvalue{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #006600;
}

