@charset "utf-8";
/* CSS Document */
.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
	/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
div#container{
    width:800px;
    text-align:left;
    margin:0px auto;
    background-color:#000;
}
div#leftbox{
	width:603px;
	float:left;
	margin:0;
}
div#rightbox{
	width:197px;
	float:right;
	margin:0;
	color:#FFFFFF
}
div#titleimg{
	width:800px;
	margin:31px 0 15px 0;
}
div#week{
	width:800px;
	margin:0 0 10px 0;
}
.datestyle {
	color: #fff;
	line-height:15px;
}
div#infoset{
	background-image:url(../img/rot_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	width: 201px;
	height: 281px;

}
div#info{
	margin-right: 3px;
	margin-bottom: 4px;
}
div#jacket{
	height: 186px;

}
.jacketimg{
	margin:24px 29px 12px;
}
div#jackettext{
	float:left;
	margin:0;
	padding:2px 29px 0;
}
div#oflink{
	float:left;
}
.status{
	float:left;
	width: 39px;
}
.titles {
	height:64px;
	float:left;
	width:101px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.list{
	padding:0 10px 0;
}
a {
	text-decoration: none;
	color: #ffff00;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #c0c0c0;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}


