
/* Width of the context area */
div.context {
	width: 74%;
}

/* Categories on the right side of the page */
div.related_cat {
	display:block;
	float:right;	
	width:25%;
	text-align:center;
}

div.related_top {
	height: 17px;
	color:#FFFFFF;
	font-weight:bold;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

div.related_top a {
	color:#FFFFFF;
	font-size: 0.8em;	
	
}


/* Boxes from the right side */
fieldset {
	padding: 5px;
	margin: 10px;
	margin-left: 0px;
	text-align:left;
}
	legend {
	font-weight:bold;
	color:#333333
	}
	
	ul.fieldset {
		list-style-image:    url(../../Images/icon_arrow.gif);		
		padding-top: 5px;
		padding-left: 0px;
		padding-right: 0px;	
		padding-bottom: 0px;		
		margin: 0px;
	}	
	
		ul.fieldset li {
		
			padding-left: 5px;
			margin-left: 20px;
		}	
	