/* FOR YOU SAM */
/* THESE CONTROL ALL THE LINKS BY DEFAULT */
a:link, a:active, a:visited {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color:#00007C;
	cursor: pointer;
	text-decoration:underline;
}




/* ------------------------------------------ */

/* Header */
	#header {
	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* 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;
	}




/* ------------------------------------------ */

/*The shopping qty and running total */
	#shoppingBasket {
	}
	#shoppingBasket td {
	}




/* ------------------------------------------ */

/*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 {
	font-size: 11px;
	color: #000000;
	}
#topnavigation a:visited, #topnavigation a:active, #topnavigation a:link {
	color: #000000;
	text-decoration: none;
	}
#topnavigation a:hover {
	color: #000000;
	}
#topnavigation a.on, #topnavigation a.on:visited, #topnavigation a.on:active {
	color: #000000;
	font-weight: bold;
	}
#topnavigation a.on:hover {
	color: #000000;
	}