/* CSS Document */

html, body {
	background-color:		#FFFFFF;
	margin:					0px;
	padding:				0px;
	height:					100%;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				14px;
	color:					#5C5900;
}

h1 {
	font-size:				18px;
	font-weight:			bold;
}

a {
	color:					#5C5900;
	text-decoration: 		underline;
}

ul {
	margin-top:				0px;
}

div.product {
	background-position:	top left;
	cursor:					pointer;
}

div.producthover {
	background-position:	top right;
	cursor:					pointer;
}