@charset "UTF-8";
/* CSS Document */

/* Top Right Navigation CSS */

.iconlist
{
	list-style: none;
	margin: 0;
	font-family: "trebuchet ms";
	padding-left: 75px;
}
li.shoppingcart
{
	background-image: url(../images/shoppingcarticon.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}
li.lock
{
	background-image: url(../images/padlockicon.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}
li.key
{
	background-image: url(../images/keyicon.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}

a.toprightnav{
	text-decoration: none;
	color: #006699;
	font-size: 14px;
}

a.toprightnav:hover{
	text-decoration: none;
	color: #3399FF;
	font-size: 14px;
}
