@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #a4a59d;
	background-image: url(../images/bodyBg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 25px;	
}

a {
	color: #FFF;
	text-decoration:underline;
}

#BodyBottomBg {
	background-image: url(../images/bodyBottomBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 35px;
}

#ContentContainer {
	background-image: url(../images/secMainBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#MainTopBg {
	background-image: url(../images/secMainBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 35px;
}

#Wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 64px;
}

#LeftSideBar {
	width: 400px;
	
	float: left;
	margin-bottom: 140px;
}

#ConcertLink {
	height: 175px;
	width: 175px;
	float: left;
	margin-top: 170px;
	cursor: pointer;
	display: block;
	margin-left: 210px;
	-margin-left: 100px;
	margin-bottom: 50px;
}



#ContentMainBlockTopBg {
	float: left;
	background-image: url(../images/contentContainerTopBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	width: 562px;
        -width: 450px;
	-margin-left: 0px;
        -font-size: 11px;
	margin-left: 18px;
}
#ContentMainBlockBottomBg {
	background-image: url(../images/contentFooterBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 35px;
	padding-bottom: 120px;
	padding-right: 20px;
	padding-left: 20px;
	width: 522px;
	margin-bottom: -15px;
}


#top_songs_container {
	
	float:left;
	width: 340px;
}

ul.mainMenu {
	font-size: 20px;
	color: #FFF;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
}

ul.mainInnerMenu {
	font-size: 18px;
	color: #FFF;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
        margin-top: 0px;
        margin-bottom: 0px;
}

ul.mainMenu a {
	text-decoration: none;	
}

div.specification {
	color: #FFF;
	margin-top: 50px;
	font-size: 14px;
	line-height: 3em;
	clear: left;
}


img.Disk {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: -25px;
    float: right;
}

a.blacklink {
    color: #000;
}

#test_list input {
	margin-top: 5px;
}

#test_list li {
	margin-top: 7px;
}

.tbl_results {
	width: 90%;
	margin-top: 10px;
	border-collapse: collapse;
}

.tbl_results tr td {
	padding: 5px;
	border: 0;
	border-collapse: collapse;
}

.tbl_results tr th {
	padding: 5px;
	border-collapse: collapse;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #000 !important;
	color: #9a0101;

}