/*  INDEX UNIVERSAL STYLE */

BODY {
	background-color : #FFFFFF;
	background-image: url(../../includes/images/store_content_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	font-family: Tahoma, verdana, sans-serif;
	font-size:12px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0;
	}

	.top_panel {
		background-image: url(../../includes/images/store_top_bar.jpg);
		background-repeat: repeat-x;
		margin: 0 0 0 0;
		padding: 0;
		}

	.dotted_divider {
		color: #ffffff; 
		background-color: #ffffff; 
		border: 1px dotted #999999; 
		border-style: none none dotted;
		width: 960px;
		}

	.dotted_divider_100{
		color: #ffffff; 
		background-color: #ffffff; 
		border: 1px dotted #999999; 
		border-style: none none dotted;
		width: 100%;
		}

	a, a:link, a:visited, a:active {
		color: #666666;
		text-decoration: none;
		}
	
	a:hover {
		color: #CC0000;
		text-decoration: underline;
		}

	.vertical_dotted{
		border-left: 1px dotted #999999; 
	}

/**Top Navigation**/

	div.menu a {
		text-decoration:none;
		text-align:center; 
		font-size:11px; 
		line-height:90px; 
		font-family: Tahoma, verdana, sans-serif;
		font-weight: bold;
		padding: 28px 0;
		}
		
			
	div.menu a:link {
		color: #FFFFFF; 
		}
		
	div.menu a:active { 
		color: #FFFFFF;
		}
		
	div.menu a:visited {
		color: #FFFFFF; 
		}
		
	div.menu a:hover {
		color: #FFFFFF;
		border-bottom:10px solid #CC0000;
		font-weight: bold;
		}

/** END Top Navigation**/

/** START Search Box**/

	.searchBox_bg {
		background-color : #000000;
		background-image: url(../../includes/images/store_search_bg.jpg);
		background-repeat: no-repeat;
		font-family: Tahoma, verdana, sans-serif;
		font-size:12px;
		color: #666666;
		line-height: 0;
		margin: 0px;
		padding: 0;
		}
		
	.searchBox input {
		border: 1px solid #BCBCBC;
		background-color: #F7F7F7;
		font-size: 10px;
		color:#666666;
		padding: 0px 0px 0px 0px;
		vertical-align: top;
	}
		
/** END Search Box**/		


/** START Application Table**/	

	table#app {
		border-left: solid #E2F1FF 8px;
		border-right: solid #E2F1FF 8px;
		border-bottom: solid #E2F1FF 3px;
		text-align: left;
		width: 95%;
		color:#333333;
	}
	table#app td {
		padding: 3px;
		border-bottom: solid #E2F1FF 1px;
	}
	.app_toprow {
	background-color: #E2F1FF;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	table#app_cambolt {
		border-left: solid #E2F1FF 8px;
		border-right: solid #E2F1FF 8px;
		border-bottom: solid #E2F1FF 3px;
		text-align: left;
		width: 300px;
	}
	table#app_cambolt td {
	padding-left: 3px;
	border-bottom: solid #E2F1FF 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	}
	.app_cambolt_toprow {
	background-color: #E2F1FF;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase
	}		
/** END Application Table**/	





	.rightMenuTitle {
	text-decoration:none;
	text-align:center;
	font-size:14px;
	line-height:30px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: bold;
	color:#ffffff;
		}
		
		/**********************************************  CONTENT PAGE STYLE **********************************************/	

	.H1_title{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 19px;
		font-weight: bold;
		color: #333333;
		text-align: left;
		}

	.d0 {
		background-color:#EBEBEB;
		line-height: 22px;
		font-size:11px;
		}
	.d1 {
		background-color:#FFFFFF;
		line-height: 22px;
		font-size:11px;
		}	
	.dt {
		background-color:#FFFFFF;
		line-height: 21px;
		color:#CC0000;
		font-size:10px;
		font-weight:bold;
		}				