body {
	background: #eeeeee url(/extranet_images/bg.jpg) no-repeat top left;
	font-family: Arial, Verdana, sans-serif;
	color: #777777;
	font-size: 11px;
}
.navigation{
	position:absolute;
	top:100px;
	left:20px;
	width:200px;
	color:#ff0000;
}

.navigation ul, .relatedProducts ul{
	padding:0px 0px 0px 10px;
	margin:0px;
	}
.navigation ul ul{
	padding:0px 0px 0px 10px;
	}
.navigation li, .relatedProducts li{
	/*list-style-type:none;*/
	display:block;
	}
.navigation h3{
	color:#555555;
	margin:10px 0px 0px 0px;
	padding:0px;
}
	
.navigation a:link, .navigation a:visited, .navigation a, .moreDetails:link, .moreDetails:visited{
	color: #555555;
	text-decoration: none;
	font-weight: 900;
	cursor:pointer; 
}

.navigation a:hover, .moreDetails:hover{
	color: #777777;
}

.htmlcontent{
	position:absolute;
	top:100px;
	left:250px;
}
.flashmessage{
	position:absolute;
	top:5px;
	left:5px;
	background:#cccccc;
	border-bottom:#aaaaaa;
	border-bottom-style:solid;
	border-bottom-width:2px;
	margin:-5px 0pc 0pc -5px;
	padding:3px;
	}
