@charset "utf-8";
/* CSS Document */

div#mainPanel {
	width: 904px;
}

div#mainPanel div.header {
	height: 35px;
	overflow: hidden;
	background: url(../_images/distributors/panel_header_bg.gif);
}

div#mainPanel div.header img {
	display: inline;
}

div#mainPanel div.header img.active {
	position: relative;
	top: -35px;
}

div#mainPanel div.content {
	background: url(../_images/distributors/panel_content_bg.gif);
	padding: 10px 30px 10px 30px;
}

div#mainPanel div.footer {
	height: 9px;
	background: url(../_images/distributors/panel_footer_bg.gif);
}

OL { 
	list-style-type: decimal ;
	margin-left: 30px;
} 

ol li {
	margin-bottom: 5px;
	}
