/* CSS Document */

#navlist
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li
{	
	display: block;
	font-size: 12px;
	float: left;
	width: 90px;
	padding-top: 0px;
	_PADDING-TOP: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-align: center;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#navlist a:hover
{
	color: #333333;
	text-decoration: none;
	background-color:#FF6600;
}

body#home a#homeActive,
body#products a#prodActive,
body#sizing a#sizeActive,
body#myAccount a#accActive,
body#news a#newsActive,
body#stockists a#stockActive,
body#about a#aboutActive,
body#contact a#contActive
{
	text-decoration: underline;
	color: #0066FF;
	line-height: 40px;
	/*
	background-image:url(images/triangle.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	*/
}

/*
	The checkout button
*/

.checkout a{
	padding-right: 30px;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px; 
	_PADDING-TOP:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-decoration:none;
	
	/*background-image: url(images/trolley.jpg);
	background-position: 96% 50%; 
	background-repeat:no-repeat;*/

}

.checkout a:hover
{
	/*background-image:url(images/trolley-over.jpg);
	background-repeat:no-repeat;
	background-position:96% 50%;*/
	text-decoration:none;
	padding-right:30px;
	line-height: 40px;
	padding-top:0px;
	color:#333333;
	display: block;
	background-color:#FF6600;
}

