/* 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: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF009F;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}




/* ------------------------------------------ */

/* Header */
	#header {
	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* Input search field */
	#search .inp {
	}
	/* Search button */
	#search .but {
	}





/* ------------------------------------------ */
/* if products are EOF */

#SorryNoProductsFround {
	margin-top:40px;
	width:600px;
	text-align:center;
	color:#000000;
}






/* ------------------------------------------ */
/* incPageContent.asp */
#pageContent {
	margin-top:15px;
	padding:5px;
	color:#000000;
	text-align:justify;
	font-size:12px;
}





/* ------------------------------------------ */

/* MAIN PRODUCTS */
	#label {
	padding:0px;
	margin:0px;
	}
	#display {
	padding:0px;
	margin:0px;
	}
	.sizes select, .colours select {
	width:180px;
	}

	#label h2, #label h1 {
	padding:0px;
	margin:0px;
	}
	.sizes select, .colours select {
	width:180px;
	}



/* ------------------------------------------ */

/*The table at Checkout */
	#checkoutbox {
		width:550px;
		margin-top:10px;
	}
	/*The first row is set to a table header row */
	#checkoutbox th { 
		text-align:left;
		color:#ffffff;
		background-color:#018CD4;
	}
	/*The repeating rows in UD table */
	#checkoutbox .list0 {
		color:#000000;
		background-color:#B3E4FF;
	}
	#checkoutbox .list1 {
		color:#ffffff;
		background-color:#018CD4;
	}




/* ------------------------------------------ */

/*The shopping qty and running total */
	#shoppingBasket {
	margin-top:10px;
	background-image:url(../images/build/yourItems.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:85px;
	}
	#shoppingBasket table {
	margin-top:25px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	margin-left:15px;
	}




/* ------------------------------------------ */

/*These are the record paging links that appear at the top of incThumbs */
	#prodNavLinks {
		margin-top:10px;
		margin-bottom:10px;
		color:#000000;
		text-align:center;
	}
	#prodNavLinks a, #prodNavLinks a.pagingON {
		color:#000000;
		text-decoration:none;
		font-weight:normal;
	}
	#prodNavLinks a:hover, #prodNavLinks a.pagingON:hover {
		color:#FF009F;
		text-decoration:none;
		font-weight:normal;
	}
	#prodNavLinks a.pagingOFF {
		color:#FF009F;
		text-decoration:underline;
	}


/* ------------------------------------------ */
/* incSubThumbs.asp */

	#subthumbs {
	}
	#subthumbs a, #subthumbs a:visited, #subthumbs a:active {
		font-weight:normal;
		color:#000000;
	}
	#subthumbs a:hover {
		text-decoration:underline;
		color: #FF009F;
		}










/* ------------------------------------------ */

/*This little lot controls the way the thumbs are displayed */
	
	/*the container where the thumbs repeat in */
	#thumbNailContainer {
	}
	/*Individual boxes */
	#thumbs {
	}
	#thumbs .modelANDlink {
	}
	#thumbs .imagediv {
	}
	#thumbs .thumbPrice {
	}
	#thumbs .link {
	}




/* ------------------------------------------ */

/* called from incProdNav.asp */	
#productNav {
	font-size: 11px;
	color: #000000;
	text-align:left;
	text-transform:capitalize;
	margin-top:20px;
	}
#productNav a.off, #productNav a.off:visited, #productNav a.off:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
#productNav a.off:hover {
	color: #018CD4;
	text-decoration: underline;
	}
#productNav a.on, #productNav a.on:visited, #productNav a.on:active {
	color: #018CD4;
	font-weight: normal;
	text-decoration: underline;
	}
#productNav a.on:hover {
	color: #018CD4;
	}
	

/* called from navMain.asp */	
#topnavigation {
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	}

#topnavigation .menuitem {
	float:left;
	display:inline;
	color: #FFFFFF;
	text-decoration: none;
	width:148px;
	vertical-align:top;
	text-align:center;
	padding-top:7px;
	margin-top:0px;
}


#topnavigation a:visited, #topnavigation a:active, #topnavigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	width:141px;
	vertical-align:top;
	}
#topnavigation a:hover {
	color: #FFFFFF;
	}
#topnavigation a.on, #topnavigation a.on:visited, #topnavigation a.on:active {
	color: #FFFFFF;
	font-weight: normal;
	}
#topnavigation a.on:hover {
	color: #FFFFFF;
	}
	
	
#topnavigation2 {
	margin-top:110px;
	margin-left:-320px;
	font-size: 12px;
	color: #000000;
	text-align:center;
	}
#topnavigation2 a:visited, #topnavigation2 a:active, #topnavigation2 a:link {
	color: #000000;
	text-decoration: none;
	width:104px;
	vertical-align:top;
	margin-top:7px;
	}
#topnavigation2 a:hover {
	color: #000000;
	}
#topnavigation2 a.on, #topnavigation2 a.on:visited, #topnavigation2 a.on:active {
	color: #000000;
	font-weight: normal;
	}
#topnavigation2 a.on:hover {
	color: #000000;
	}
