/* CSS Document */

html, body{
  font-size:12px;
  color:#000000;
  font-family:  Arial, Verdana, Helvetica, sans-serif;

	height:100%;
	width:100%;
	font-weight: normal;
	

}

html{
  background-image:url('../images/background.jpg');
}

.main_div{
  width:800px;
  height:100%;
  position: relative;
  left:50%;
  margin-left:-400px;
  
}

.content{
  background-color:#FFFFFF;
  width:800px;
  margin-top:0px;
}

.padding{
  padding:20px 20px 20px 20px;
}

h1{
  font-weight:bold;
  font-size: 24px;
  color:#666666;

}
.text_result .number{
  padding: 8px 8px 8px 8px;
  color:#FFFFFF;
  font-size:20px;
  background-image: url('../images/num.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  width:75px;
  height:81px;
  text-align:center;
  vertical-align: center;
}

.text_result .title{
  color:#AC0F0F;

}

.text_result .title .art{
  font-weight:bold;
  font-size:24px;  
}

.info li{
  font-size:12px;
}

.results{
  width:100%;
}

.text_result{
  width:100%;
}

.video{
  float:right;
}

.video a{
  color:#000000;
  font-size:11px;
}

.video a:link{
  color:#000000;
}

.video img{
  border:0px;
}

.spon{
  width:728px;
  position:relative;
  left:50%;
  margin-left:-364px;
}

.tube{
  width:425;
  position:relative;
  left:50%;
  margin-left:-212px;
}

.back{
  float:right;
  font-size:12px;
}

.back a:link{
  color:#000000;
}

.image{
  width:175px;
}

.image img{
  border:0px;
}

.track_list{
  list-style-image: url('../images/bul.gif'); 
}


.amz{
  width:700px;
  position:relative;
  left:50%;
  margin-left:-350px;
}

.amz table{
  width:100%;
}
.amz table td{
  text-align:center;
  padding:4px 4px 4px 4px;
  vertical-align:center;
}

.back a{
	padding:6px;
	display:block;
	background-color:#AB0F10;
	color:#ffffff;
	border:2px solid #ff0000;
	border-right-color:#810C0C;
	border-bottom-color:#810C0C;
	text-decoration:none;
}

.back a:hover{
	background-color:#810C0C;
}

