/* FOR ALL */
/* html>body */
/* First set your css tag, then if you use html>body followed by the tag */
/* i.e. 'html>body pagecontent' then i.e. will ignore this */
/* All other browsers seem to see it so it fixes any browser issues */

/* FOR YOU SAM */
/* THESE CONTROL ALL THE LINKS BY DEFAULT */
a:link, a:active, a:visited {
	color: green;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}




/* ------------------------------------------ */

/* Header */
	#header {
	width:771px;
	margin-left:1px;
	}




/* ------------------------------------------ */

/* Input search field */
	#search .inp {
	}
	/* Search button */
	#search .but {
	}




/* ------------------------------------------ */

/* PRODUCTS */
	#label {
	padding:0px;
	margin:0px;
	}
	#display {
	padding:0px;
	margin:0px;
	}
	.sizes select, .colours select {
	width:180px;
	}




/* ------------------------------------------ */

/*The table at Checkout */
	#checkoutbox {
		width:100%;
	}
	/*The first row is set to a table header row */
	#checkoutbox th { 
		text-align:left;
		color:#6600cc;
		background-color:3fd9ff;
	}
	/*The repeating rows in UD table */
	#checkoutbox .list0 {
		color:#6600cc;
		background-color:EFFFBF;
	}
	#checkoutbox .list1 {
		color:#6600cc;
		background-color:D9FF3F;
	}




/* ------------------------------------------ */


	#pageContent {
	color:#0066CC;
	margin:10px;
	padding:30px;
	text-align:justify;
	}
	#pageContent img {
	margin:10px;
	border:1 solid black;
	}



/* ------------------------------------------ */

/*These are the record paging links that appear at the top of incThumbs */
	#prodNavLinks {
		background-color:#ECE9D8;
	}
	#prodNavLinks a.pagingON {
		text-decoration:underline;
		font-weight:normal;
	}
	#prodNavLinks a.pagingOFF {
		text-decoration:underline;
	}




/* ------------------------------------------ */

/*This little lot controls the way the thumbs are displayed */
	#thumbs {
		float:left;
		width:180px;
		margin:5 10 5 0;
		height:205px;
		border:1px solid #eeeeee;
	}
	#thumbs .modelANDlink {
	}
	#thumbs .thumbPrice {
	}
	#thumbs .link {
	}




/* ------------------------------------------ */

/* called from navMain.asp */	
#topnavigation {
	width:178px;
	margin-left:7px;
	}
	#topnavigation td {
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;
	text-indent:15px;
	height:25px;
	background-image:url(../images/build/navBg.jpg);
	background-repeat:repeat-x;
	}
	#topnavigation .subOFF {
	background-image:url(../images/build/subnavBgOff.jpg);
	background-repeat:repeat-x;
	}
	#topnavigation .subON {
	background-image:url(../images/build/subnavBgOn.jpg);
	background-repeat:repeat-x;
	}
#topnavigation .sublinkON{
	text-indent:25px;
	color:#006699;
	text-transform:lowercase;
	text-transform:capitalize;
}
#topnavigation .sublinkOFF {
	font-weight:normal;
	text-indent:25px;
	color:#006699;
	text-transform:lowercase;
	text-transform:capitalize;
}
	
#topnavigation a.linkOFF:link, #topnavigation a.linkOFF:visited, #topnavigation a.linkOFF:active {
	font-weight:normal;
	color:#ffffff;
	}
#topnavigation a.linkOFF:hover {
	color:#ffffff;
	font-weight:normal;
	}
#topnavigation a.linkON:link, #topnavigation a.linkON:visited, #topnavigation a.linkON:active {
	font-weight:normal;
	color:#ffffff;
	}
#topnavigation a.linkON:hover {
	font-weight:normal;
	color:#ffffff;
	}