
/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#808080;
	text-align:center;
	padding:0;
 	background: url(../images/bg.gif) repeat-x fixed #23509e;
 }
 
body, html, p, td, span {
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
}

.small {
	font-size: 10px;
}	

hr {
	border: 0px;
	background-color: #ccc;
	padding: 0px;
	height: 1px;
}	 
 
th, tr.th td {
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #999999;
	border-top: none;
} 
 
h1, h1 span {
	font-size: 24px;
	font-weight: normal;
	color: #23509e;
	margin-top: 0px;
}

h2, .h2 {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}

h3, .h3 {
	font-size: 14px;
	font-weight: normal;
	color: #555;
}

/*
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
*/


p {}

	p.intro {
		color: #23509e;
		font-size: 14px;
		line-height: 120%;
	}

input, textarea { 
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px;
	
}	


a {
	color: #23509e;
}

	a.pdf:link {
		background-color: #CCCCCC;
		height: 30px;
		padding: 3px 0 30px 20px;
		margin: 3px 0 3px 0;
		background: url(../images/icon_pdf.gif) no-repeat;
	}
	

.alert {
	background-image: url(../images/icon_alert.gif);
	background-repeat: no-repeat;
	color: #b77070;
	padding: 3px 0 15px 20px;
	margin: 5px;
}	 

.noPadding {
	padding: 0px;
	margin: 0px;
}	

#master {
	text-align:left;
	width: 730px;
	margin:auto;
}

#page {
	width: 730px;
	background: #ffffff;
	padding: 10px;
	/*-moz-border-radius : 8px;*/
 }

#header-print {
	display: none;
}	

#header {
	width: 715px;
	height: 33px;
	_width: 730px;
	_height: 150px;
	
	color: #FFF;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 117px 15px 0 0;
 }
 
	#header a {
		color: #fff;
	}	

#footer {
	width: 700px;
	margin: 10px 0 0 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
}

	#footer a {
		color: #FFFFFF;
	}



#bodyblock {
	position:relative;
	background: #ffffff;
	color: #333333;
	width: 730px;
	padding:0;
	margin: 20px 0 20px 0;
	min-height: 250px;
 }


 

/*
#nav {
	float: left;
	width: 180px;
	font-size: 12px;
	text-align: left;
}
	
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}	
	
	#nav li a {
		text-decoration: none;
		height: 10px;
		padding: 10px 0 10px 25px;
		border-bottom: 1px solid #eee;
	}	
	
	
	#nav li a:link, #nav li a:visited {
		color: #555;
		display: block;
		background: url(../images/nav_arrow_off.gif) no-repeat 10px 10px;
	
	}
	
	#nav li a:visited {
		color: #666666;
	}	
		
	#nav li a:hover {
		color: #23509e;
		background: url(../images/nav_arrow_on.gif) no-repeat 11px 10px;
	} 

	#nav li a.down {
		color: #23509e;
		background: url(../images/nav_arrow_down.gif) no-repeat 9px 10px;
		border: none;
		padding-bottom: 5px;
	} 
	
	/* Second nav menu /
	
	#nav li ul {
		padding: 0 0 0 25px;
	}
	
	#nav li li a:link, #nav li li a:visited {
		padding: 5px 0 5px 0;
		border-bottom: 1px solid #eee;
		background: none;
		height: 10px;
	}
	
*/
	

#nav {
	float: left;
	width: 180px;
	font-size: 12px;
	text-align: left;
}
	
	#navList {
		list-style: none;
		margin: 0;
		padding: 0;
	}	
	
	#navList li a {
		text-decoration: none;
		height: 10px;
		padding: 10px 0 10px 25px;
		border-bottom: 1px solid #eee;
	}	
	
	
	#navList li a:link, #navList li a:visited {
		color: #555;
		display: block;
		background: url(../images/nav_arrow_off.gif) no-repeat 10px 10px;
	
	}
	
	#navList li a:visited {
		color: #666666;
	}	
		
	#navList li a:hover {
		color: #23509e;
		background: url(../images/nav_arrow_on.gif) no-repeat 11px 10px;
	} 
	
	#navList a.selected {
		color: #23509e;
	}

	#navList li a.down {
		color: #23509e;
		background: url(../images/nav_arrow_down.gif) no-repeat 9px 10px;
		border: none;
		padding-bottom: 5px;
	} 
	
	/* Second nav menu */
	
	#navList li ul {
		padding: 0 0 0 0px;
		list-style: none;
		margin: 0 0 0 25px;
		/*
		border: 1px solid #ccc;
		*/
	}

	#navList li li a:hover {
		background: none;
	}
	
	#navList li li a:link, #navList li li a:visited {
		padding: 5px 0 5px 0;
		border-bottom: 1px solid #eee;
		background: none;
		height: 10px;
	}



#contentBody {
	 width:520px;
	 text-align:left;
	 margin: 0 10px 0 0;
	 
	 /*
	 position: relative;
	 left: 200px;
	 */
 }

/* Department page */
#panelProducts, #panelSubDepartments {
	width: 99%;
	border-top: 1px solid #999;
}	

#rptProducts, #rptDepartments {
	width: 100%;
}	


	#rptProducts td, #rptDepartments td {
		width: 25%;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}	
	
	#rptProducts #productThumb, #rptDepartment #productThumb {
		text-align: center;
	}	



/* Product page */
 

#imgProductImage {
	float: left;
	padding: 0 10px 15px 0px;
}

#productInfo {
	display: table-cell;
}

#lblDescription, #lblDescription p {
	margin-top: 0px;
	font-size: 14px;
	color: #555;
}




/* Left column */
#productActions {
	width: 250px;
	float: left;
	
}


/* Right column */
#productOptions {
 	width: 250px;
	float: right;
	padding-left: 10px;
}

	#dgProductPrices {
		width: 250px;
		float: left;
	}



/* General Purpose table styles */
.dataTable {
	border: 0;
}

	.dataTable td {
		padding: 5px;
		border-bottom: 1px solid #ccc;
	}


.infoTable {
	border: 0;
}

	.infoTable td {
		padding: 3px;
		vertical-align: top;
	}



/* Subnav as used for acccount details */
#subnav {
	display: table;
	width: 100%;
	height: 50px;
}

	#subnav ul {
		border-bottom: 1px solid #ccc; 
		position:absolute;
		list-style: none;
		width: 480px;
		padding: 0px;
		margin: 0px;
		
	}
	
	#subnav li {
		padding: 0;
		margin: 0;
		border: 0;
		float: left;
	}	
	
	#subnav li a {
		display: block;
		margin: 3px 5px 0 5px;
		padding: 7px 10px 10px 10px;
		float: left;
		border: 1px solid #ccc;
		border-bottom: 1px solid #fff;
		position: relative;	
	}
	
	
	
	#subnav li a.selected {
		margin: 0px;
		padding: 10px;
		
		background-color: white;
	}	
 




/* Account Details Page */

table#accountDetails td {
	height: 25px;
}	



/* Basket Page */

.shippingTotal {}

	.shippingTotal td {
		height: 15px;
		font-size: 14px;
	}	

 
 
 
.popupPage {
	background-color: #FFFFFF;
	margin:20px;
	text-align:center;
	padding:0;
	background-image: none;
}	 
