/* styles for the reference section */
#prop_value {
	margin:2px 0 10px;
	padding:0 10px;
}
#prop_value h4 {
	font-size:1.1em;
	margin:5px 0 2px;
}
#prop_value p{
	margin:1px 0px 3px;
}
dl.css_proplist {
	color:orange;
	border:0 none transparent;
/*	border-bottom:1px solid #339933;*/
}
dl.css_proplist dt {
	color:#0099CC;
	text-indent:5px;
}
dl.css_proplist dd {
	color:#00CC00;
	width:90%;
	margin-top:20px;
}
dl.css_proplist dd div{
	float:right;
}
dl.css_proplist h2 {
/*	float:left;*/
	margin:0;
}
dl.css_proplist a {
	color:#00CC00;
}
dl.css_proplist a:link {
	color:#00CC00;
}
dl.css_proplist a:visited {
	color:#00CC00;
}
dl.css_proplist a:hover {
	color:#000066;
	background-color:#FFCC99;
}
dl.css_proplist a:active {
	color:#00CC00;
}



dl dd div {
	float:right;
	width:80%;
}
dl.css_proplist dd div {
	text-decoration:none;
}
