/* @group thaiko's candybox */
#mp3playerc {
	float: left;
	position: absolute;
	top: -13370px;
	left: -13370px;
	z-index: 1;
}
/* @end */


/* @group Links */

a {
	color: #CFF0FF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-shadow: rgba(255,255,255,1) 0 0 3px;
}

a:active, a:focus {
	outline: none;
}

/* @end */

img {
	color: none;
	border: none;
	outline: none;
}

body {
	background-color: #292929;
	font: normal normal 1em/100% Helvetica, Arial, Geneva, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.hdr {
	position: relative;
	background-image: url(../img/vt10_hdr.jpg);
	background-position: left top;
	background-repeat: no-repaeat;
	width: 1000px;
	height: 210px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.mainbox {
	position: relative;
	background-image: url(../img/grey_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	width: 1000px;
	height: auto;
	min-height: 230px;
	margin: auto;
	border: none;
}


/* @group Tables */
.tbl {
	background-image: url(../img/grey_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	display: table;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.tbl_row {
	display: table-row;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 170px;
}

.tbl_cell_l {
	display: table-cell;
	width: 545px;
	height: 170px;
	margin-right: 15px;
	vertical-align: top;
}

.tbl_cell_r {
	display: table-cell;
	width: 430px;
	height: 170px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	vertical-align: top;
}
/* @end */

/*---------------------------------------------------------------------------------------------*/
.track_list {
	float: none;
	position: relative;
	background-image: url(../img/grey_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	width: 1000px;
	height: 1880px;
	padding: 0x;
	margin: auto;
	z-index: 1;
}

.track_conti {
	float: left;
	position: relative;
	width: 140px;
	height: 140px;
	margin: 2px 1px 2px 1px;
/* 	border: 1px solid red; */
	z-index: 1;
}

.track_cover {
	float: none;
	position: relative;
	background-image: url(../img/cover_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 98px;
	height: 98px;
	margin: 0px 0px 0px 22px;
	padding: 1px 0px 0px 2px;
	border: none;
	z-index: 1;
}

.playit {
	opacity: 0;
	position: absolute;
	width: 90px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 2;
	top: 1px;
	left: 2px;
}

.playit:hover {
	opacity: 1;
}

.track_desc {
	float: none;
	width: 140px;
	height: 40px;
	text-align: center;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal normal 0.73em/90% Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	z-index: 1;
	text-shadow: 0px 1px 0px #EEEEEE;
}

#vote_box {
	float: left;
	top: 5px;
	left: 540px;
	margin: 0px;
	padding: 0px;
	width: 450px;
	height: 198px;
	background-color: #000022;
	z-index: 10;
	opacity: 0.65;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px dashed #FFFFFF;
	font: normal normal 0.70em/100% Helvetica, Arial, Geneva, sans-serif;
	color: #FFFFFF;
	cursor: move;
}

#vote_box:hover {
	border: 1px solid #DDEEFF;
	opacity: 1;
}

/*---------------------------------------------------------------------------------------------*/

.btn {
	background: #093C63;
	font: bold 0.9em/100% Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	padding: 2px 8px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #21547B;
	width: auto;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
}

.btn:hover, .btn:hover, .btn:hover {
	border: 1px solid #4A7CA3;
}

.btn:active, .btn:active {
	background: #07304F;
	color: #D3CAD4;
	border: 1px solid #1A4362;
}

.pfeil {
	width: 10px;
	height: 10px;
	margin: 4px 0px 6px 2px;
}

.plr {
	width: 470px;
	height: 220px;
	border: 1px solid #ff0000;
}

.vote_btn_small {
	position: absolute;
	top: 67px;
	left: 31px;
	z-index: 9;
	background: #CCCCCC;
	font: bold 0.8em/90% Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
/* 	text-shadow: 0px 1px 0px #FFFFFF; */
	padding: 0px;
	margin: 0px;
	border: 1px solid #AAEEFF;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
}

.voted {
	position: relative;
	top: -110px;
	left: 200px;
	z-index: 9;
}

