#menuBar {
	background-color: #8F8F00;
}

#menuBar a {
	background-image: url('../images/icons/arrow_green.png');
}

#menuBar a.active, #menuBar a:hover {
	background-color: #707004;
}


#main {
	color: #618230;
}
a {
	color: #8F8F00;
}
a.sectionMore {
	color: #618230;
	font-size: 11px;
	background: url('../images/icons/arrow_green.png') no-repeat 1px 1px;
	padding-left: 17px;
	line-height: 16px;
}

.pieceOfNews {
	background-image: url('../images/icons/arrow_green.png');
}

.bgcolor1 { background-color: #8F8F00; }
.bgcolor2 { background-color: #707004; }
.bgcolor3 { background-color: #618230; }

.color1 { color: #8F8F00; }
.color2 { color: #707004; }
.color3 { color: #618230; }

#sideMenu {
	background: url('../images/backgrounds/sidemenu.png') repeat-x top left #DBDBDB;
	width: 240px;
	height: 400px;
	padding: 10px 10px 10px 10px;
	float: left;
}

#sideMenu a {
	background: url('../images/icons/arrow_green.png') no-repeat 1px 3px;
	padding-left: 17px;
	padding-bottom: 4px;
	line-height: 16px;
	font-size: 12px;
	color: #618230;
	display: block;
}

#sideMenu a.active {
	font-weight: bold;
}

#sideMenu .submenu {
	margin-left: 20px;
}

#sideMenu .submenu a {
	padding-left: 10px;
	background: url('../images/icons/subarrow_green.png') no-repeat 1px 6px;
}

#middleColumn {
	width: 600px;
	padding: 13px 20px;
	font-size: 12px;
	float: left;
}

#rightColumn {
	float: right;
	width: 280px;
}

#wideColumn {
	float: right;
	padding: 13px 0 20px 0;
	width: 900px;
}

table.awards {
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
}

table.awards td, table.awards th {
	padding: 3px;
}

table.awards td.even, table.awards th {
	background: #dcdcdc;
}

table.awards th {
	font-weight: bold;
	font-style: oblique;
}

.awards .amountCol {
	text-align: center;
	width: 20px;
}

.awards .companyCol {
	text-align: left;
}

.awards .artistCol {
	text-align: left;
	width: 150px;
}
.awards .titleCol {
	text-align: left;
	min-width: 180px;
}

.awards .dateCol {
	text-align: right;
	width: 20px;
}

.listColumn {
	width: 300px;
}

.position {
	width: 260px;
}

.nielsenPosition {
	width: 560px;
}

table.shopList {
	border: 1px solid #8F8F00;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}

table.shopList td {
	border: 1px solid #8F8F00;
	padding: 3px;
}

table.shopList th {
	background: #ccc;
	height: 30px;
}

table.top {
	width: 100%;
	border-collapse: collapse;
}

table.top th {
	vertical-align: middle;
}

table.top th img { margin-bottom: 3px; }

table.top th, table.top td { padding: 2px 3px; }

table.top td.odd { background: #dcdcdc; }

ol {
	padding-left: 25px;
	margin: 0 5px;
}

ol li {
	margin: 3px 0;
}

.ifpiAwards {
	margin-top: 20px;
	border-collapse: collapse;
	font-size: 11px;
}

.ifpiAwards td, .ifpiAwards th {
	padding: 3px;
	border: 1px solid #8F8F00;
}

.newAlbums { min-height: 300px; }

.newAlbum { margin: 5px 0; }

.paging {
	color: #555;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}

.paging a.active {
	font-weight: bold;
}

.weeklyOlisPosition {
	margin-bottom: 10px;
	height: 66px;
}

.weeklyOlisPosition img {
	vertical-align: middle;
}

.legend {
	margin-bottom: 5px;
	clear: both;
}

.legend .number {
	color: #777;
	border: 1px solid #999;
	padding: 1px 2px;
	font-weight: bold;
	line-height: 18px;
}
.updown {
	display: block;
	width: 18px;
	float: left;
}

.currentPos {
	display: block;
	width: 26px;
	float: left;
}

.numberOfWeeks {
	display: block;
	width: 26px;
	float: left;
}

.topPos {
	display: block;
	float: left;
	margin-right: 10px;
}

.listTitle {
	color: #474747;
	font-size: 11px;
	margin: 0;
	display: block;
	font-style: oblique;
	text-align: right;
}

