body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: rgb(58,47,51); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(58,47,51,1) 0%, rgba(174,188,191,1) 77%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,47,51,1)), color-stop(77%,rgba(174,188,191,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(58,47,51,1) 0%,rgba(174,188,191,1) 77%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(58,47,51,1) 0%,rgba(174,188,191,1) 77%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(58,47,51,1) 0%,rgba(174,188,191,1) 77%); /* IE10+ */

background: linear-gradient(top,  rgba(58,47,51,1) 0%,rgba(174,188,191,1) 77%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a2f33', endColorstr='#aebcbf',GradientType=0 ); /* IE6-9 */


}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px;
	font-size: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.content_text {
	padding: 0px 10px;
}

.main_container {
	width: 960px;
	margin: auto;
	background: #CCC;
}
	
.logo_container {
	width: 960px;
	height: 100px;
	background: #3399CC;
}

.logo {
	background: url(logo.gif) no-repeat;
	width: 750px;
	height: 1000px;
}

.black_block {
	width: 960px;
	height: 15px;
	background: #000;
}

/**********************************************************************************************  Sidebar */

.sidebar {
	float: left;
	width: 180px;
}

.nav_head {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 15px;
	padding-bottom: 5px;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 15px 0px;
}

.sidebar li {
	padding-left: 20px;
	padding-bottom: 3px;
}

/**********************************************************************************************  Content */

.content {
	background: #FFF;
	float: right;
	width: 760px;
	padding: 10px;
}

.divider {
	clear: both;
	border-bottom: 1px dotted #d1d1d1;
}

/**********************************************************************************************  Search Results */

.search_results {
	background: #FFF;
	width: 940px;
	padding: 10px;
}

.search_title {
	font-size: 17px;
	text-decoration: underline;
}

/**********************************************************************************************  Home Page */

.left_block {
	background: #FFF;
	float: left;
	width: 370px;
	padding-left: 10px;
}

.right_block {
	background: #FFF;
	float: right;
	width: 380px;
	padding: 0px;
	position:relative;
}

.home_page_ad {
	position:absolute;
	padding-left: 20px;
}

.search {
	clear: both;
	padding: 30px 0px 30px;
}

.cat_left {
	background: #FFF;
	float: left;
	width: 300px;
	padding: 0px 0px 30px 80px;
}

.cat_right {
	background: #FFF;
	float: right;
	width: 380px;
	padding: 0px 0px 30px;
}

.cat_text {
	font-size: 17px;
}

/**********************************************************************************************  Table */

table {
	border-collapse: collapse;
	table-layout: fixed;
	overflow:hidden;
}

table thead {
	text-align: left;
	background: #000;
	color: #FFF;
}

table th, table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table th:nth-child(1), table td:nth-child(1) {
	width: 190px;
	padding-left: 10px;
}

table th:nth-child(2), table td:nth-child(2){
	width: 180px;
}

table th:nth-child(3), table td:nth-child(3) {
	width: 70px;
	text-align:center;
}

table th:nth-child(4), table td:nth-child(4) {
	width: 70px;
	text-align:center;
}

table th:nth-child(5), table td:nth-child(5) {
	width: 70px;
	text-align:center;
}

table th:nth-child(6), table td:nth-child(6) {
	width: 170px;
}

table tr {
	border-bottom: 1px dotted #d1d1d1;
}

table tr:last-child {
	border-bottom: none;
}

/**********************************************************************************************  Bottom */

.bottom_text {
	padding-top: 0px;
}

.black_footer {
	clear: both;
	width: 960px;
	height: 7px;
	padding-top: 2px;
	padding-bottom: 9px;
	background: #000;
	font-size: 10px;
	text-align:center;
	color: #FFF;
}

.black_footer a {
	color: #FFF;
}

/**********************************************************************************************  Prev Next */

.nav_numbers {
	font-size: 14px;
	text-align: center;
	padding: 20px 0px;
}

.prev_next {
	font-size: 18px;
}

.current {
	color: #000;
	font-weight: bold;
}

.more_voices {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}

/**********************************************************************************************  Include */

.inc_top {
	padding: 5px 10px;
}

.inc_right {
	padding: 0px 0px 0px 0px;
}

.inc_bottom {
	clear: both;
	padding: 10px 0px;
}

.inc_left {
	padding: 5px 0px 15px 15px;
}

/**********************************************************************************************  Share */

.share_top {
	float: right;
}
.share_bottom {
	padding: 20px 0px 10px 0px;
}

/**********************************************************************************************  Record Scratch */

table.record_scratch {
	border-collapse: collapse;
	table-layout: fixed;
	overflow:hidden;
}

table.record_scratch thead {
	text-align: center;
	background: #000;
	color: #FFF;
}

table.record_scratch th, table.record_scratch td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.record_scratch td:nth-child(1) {
	width: 190px;
	padding-left: 10px;
}

table.record_scratch td:nth-child(2) {
	width: 180px;
}

table.record_scratch td:nth-child(3) {
	width: 70px;
	text-align:center;
}

table.record_scratch td:nth-child(4) {
	width: 70px;
	text-align:center;
}

table.record_scratch td:nth-child(5) {
	width: 70px;
	text-align:center;
}

table.record_scratch td:nth-child(6) {
	width: 170px;
}

table.record_scratch tr {
	border-bottom: 1px dotted #d1d1d1;
}

table.record_scratch tr:last-child {
	border-bottom: none;
}

.record_scratch_desc {
	font-size: 11px;
}

/**********************************************************************************************  Music Tracks */

table.music_tracks th:nth-child(1), table.music_tracks td:nth-child(1) {
	width: 190px;
}

table.music_tracks th:nth-child(2), table.music_tracks td:nth-child(2){
	width: 100px;
}

table.music_tracks th:nth-child(3), table.music_tracks td:nth-child(3) {
	width: 150px;
}

table.music_tracks th:nth-child(4), table.music_tracks td:nth-child(4) {
	width: 70px;
}

table.music_tracks th:nth-child(5), table.music_tracks td:nth-child(5) {
	width: 70px;
}

table.music_tracks th:nth-child(6), table.music_tracks td:nth-child(6) {
	width: 170px;
}

table.music_tracks tr {
	border-bottom: none;
}