/* CSS Document */

#contents #pagecontents h1 {
	color			: #666;
	background 		: #FCF664;
	margin 			: 0;
	padding 		: 8px 20px;
}

#contents #pagecontents div.ordList {
	margin 			: 20px 40px;
	padding 		: 0;
}

#contents #pagecontents div.ordList ol li {
	font 			: bold 10px verdana, arial, helvetica, sans-serif;
	color 			: #575757;
	margin 			: 0;
	padding 		: 0;
}

#contents #pagecontents div.ordList ol li a,
#contents #pagecontents div.ordList ol li a:hover {
	display 		: block;
	width 			: 350px;
	border 			: solid 1px #CCC;
	background 		: url(../img/gui/bkg/bkg-white&grey-s.gif) repeat-x left bottom;
	font 			: bold 10px verdana, arial, helvetica, sans-serif;
	color 			: #575757;
	padding 		: 5px 10px;
	margin 			: 5px 0;
	text-decoration : none;
}

#contents #pagecontents div.ordList ol li a:hover {
	background 		: url(../img/gui/bkg/bkg-brown-roll.gif) repeat-x left center;
	color 			: #FFF;
	/*color 			: #654D31;*/
}


#contents #pagecontents div.ordList ol p {
	background 		: #F9F9EF;
	width 			: 350px;
	border 			: solid 1px #CCC;
	padding 		: 5px 10px 10px 10px;
	margin 			: 0 0 3px 0;
	display 		: none;
}