@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, 
body {
	width: 100%;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/img_site_bg.jpg) repeat;
}

a, 
a:visited {
	color: #176D00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #176D00;
	height: 100%;
}

#main_container {
	padding-bottom:20px;
	background: #176D00;
	width: 100%;
	float: left;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

#main_header {
	background: #176D00 url('../images/img_header_bg.php?color=176D00') repeat-x center bottom;
	float: left;
	width: 100%;
}

#header_ad {
	height: 100px;
	float: left;
	width: 100%;
	border-bottom: solid 1px #FFF;
}

#header_ad p {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #999999;
	height: 75px;
	margin: 10px auto 0;
	width: 700px;
}

#header_logo {
	float: left;
	padding: 10px;
	width: 400px;
	font-size: 80%;
	color: #FFF;
}

#header_login {
	float: right;
	margin-top: 60px;
	width: 375px;
}

#header_login a, 
#header_login a:visited, 
#header_login a:hover {
	color: #FFF;
}

#header_login ul {
	list-style: none;
	float: right;
}

#header_login ul li {
	float: left;
	margin: 2px 0;
	padding: 0 5px;
}

#header_search {
	float: right;
	width: 375px;
}

#header_search form {
	float: right;
}

#header_search form div {
	float: left;
	margin: 5px 2px;
}

#header_search form div input[type=text] {
	width: 150px;
}

#header_search form div input[type=submit] {
	position: relative;
	top: -3px;
}

#header_search form div select {
}

#main_menu {
	background: #333;
	border: solid #FFF;
	border-width: 1px 0;
	float: left;
	width: 100%;
}

#main_menu ul {
	list-style: none;
	font-size: 140%;
}

#main_menu ul li {
	border-right: 1px solid #999;
	cursor: pointer;
	float: left;
	padding: 10px 18.5px;
}

#main_menu ul li:hover {
	background: #176D00 url('../images/img_header_bg.php?color=176D00') repeat-x center bottom;
}

#main_menu a, 
#main_menu a:visited, 
#main_menu a:hover {
	color: #FFF;
	text-decoration: none;
}

#main_body {
	float: left;
	width: 100%;
	min-height:550px;
}

#body_menu {
	float: left;
	background: #FFF;
	border: 1px solid #000;
	margin-left: 10px;
	margin-top: 15px;
	min-height: 240px;
	width: 160px;
}

#body_menu ul {
	list-style: none;
	margin: 5px;
}

#body_menu ul li {
	font-size: 120%;
	margin: 9px 5px;
	font-weight: bold;
}

#body_menu ul li a {
	color: #000;
}

#body_menu ul li ul {
	margin-left: 15px;
}

#body_menu ul li ul li {
	font-size: 90%;
	font-weight: normal;
}

#body_menu ul li ul li a {
	color: #176D00;
}

#body_flash {
	float: left;
	height: 240px;
	margin-left: 5px;
	margin-top: 15px;
	padding-top: 1px;
	width: 610px;
}

#body_chart {
	background: #FFF url(../images/img_site_title.jpg) repeat-x center top;
	border: solid 1px #000;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 771px;
}

#body_chart h2 {
	font-size: 120%;
	color: #FFF;
	font-weight: normal;
}

#body_chart .column {
	width: 32%;
	float: left;
	padding: 5px;
}

#body_chart .column ul {
	margin-top: 15px;
	margin-left: 5px;
	list-style: none;
	overflow: auto;
	height: 300px;
}

#body_chart .column ul li {
	float: left;
	width: 95%;
	margin: 5px 0;
}

#body_chart .column ul li p.artist {
	width: 75%;
	float: left;
	font-size: 100%;
	font-weight: bold;
}

#body_chart .column ul li p.title {
	width: 75%;
	float: left;
}

#body_chart .column ul li p.label {
	width: 75%;
	float: left;
	color: #666;
}

#body_chart .column ul li p.listen {
	float: right;
	width: 25%;
	text-align: right;
}

#body_content {
	background: #FFF url(../images/img_site_title.jpg) repeat-x center top;
	border: solid 1px #000;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 605px;
}

#body_content h2 {
	font-size: 120%;
	color: #FFF;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 5px;
}

#body_content p {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px;
}

.body_content2 {
	background: #FFF url(../images/img_site_title.jpg) repeat-x center top;
	border: solid 1px #000;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 605px;
}

.body_content2 h2 {
	font-size: 120%;
	color: #FFF;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 5px;
}

.body_content2 p {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px;
}

.cp_links a{
	color:#000;
}

a.collapsed {
	background-image: url(../images/plus_minus.jpg);
	background-position: 0 0;
	float: left;
	height: 15px;
	width: 15px;
}

a.collapsed:hover {
	background-position: -15px 0;
}

a.collapsed span { display: none; }

a.expanded {
	background-image: url(../images/plus_minus.jpg);
	background-position: 0 -15px;
	float: left;
	height: 15px;
	width: 15px;
}

a.expanded:hover {
	background-position: -15px -15px;
}

a.expanded span { display: none; }

#footer{
	background:#333333 none repeat scroll 0 0;
	float:left;
	width:100%;
	min-height:75px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	margin-bottom: 15px;
}

#footer ul{
	margin: 0 auto;
	text-align:center;
	padding-top:4px;
	width:100%;
	font-size:11px;
}

#footer li{
	border-right: thin solid #fff;
	display:inline;
	padding:0 6px;
}

#footer a, 
#footer a:visited, 
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer div{
	margin-top:10px;
	text-align:center;
	color:#fff;
	font-size:9px;
} 

.index_new {
	padding:5px;
}

.index_new h1 {
	text-align:center;
	color: #176D00;
	font-size:40px;
}

.index_new p {
	margin:10px 5px 0px;
}

.txt {
	color: #176D00;
}

.info{
	padding-top:10px;
}

.info ul{
	margin-left:45px;
}

.info li {
	list-style:url(../images/bullet.png) outside circle;
	width:150px;
	float:left;
	min-height:33px;
} 

.left{
	float:left;
	width:116px;
	margin:0 15px;
}

.right{
	float:right;
	width:116px;
	margin:0 15px;
	text-align:left;
}

.captcha{
	border: solid 1px #176D00;
}

.contact_submit {
	color:#176D00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

h2.newrelease {
	color: #176D00;
	float: left;
	width: 95%;
	text-align: right;
	font-size: 18px;
	margin: 25px 0 10px;
}/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .stars { background: transparent; }
.starbox .rated .stars { background: transparent; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #176D00; }
.starbox .hover .colorbar { background: #ffcc1c; } 
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; color: #999999; font-size: 10px; font-style: italic; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: #333 url(images/starbox/pointy-big-back.png) top left repeat-x; }
.starbox .dotted .colorbar { background: #176D00; }
.starbox .dotted .hover .colorbar { background: #ffcc1c; }
.starbox .dotted .rated .colorbar { background: #176D00; }
.starbox .dotted .rated .hover .colorbar { background: #ffcc1c; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }