.torrent_main_wrap{
	width:800px;
}

.torrent_main_info{
	width:485px;
	padding:15px 15px 5px;

}

.torrent_main_title{
	color:#3498db;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	display:block;
	text-align:center;
}

.torrent_main_descr{
	color:#222;
	text-transform:uppercase;
	padding:2px 0px 6px;
	text-align:center;
	border-bottom:1px solid #eaeaea;
}

.torrent_main_min_info{
	color:#222;
	padding-top:15px;
	line-height:20px;
	font-size:14px;
	padding-left: 5px;
}

.torrent_main_poster_wrap{
	width:250px;
	padding:0px 8px 5px 15px;
	height:400px;
	margin-top: 20px;
	color:#999;
	text-align:right;
}

.dateadd {margin-bottom:5px;}
.viewadd {margin-bottom:20px;}

.torrent_main_poster{
	width:269px;
	height:350px;
}

.torrent_main_download{
	background:#1abc9c;
	display:block;
	text-align:center;
	margin-top:2px;
	padding:12px;
	color:#fff;
	text-transform:uppercase;
}

.torrent_main_download:hover{
	text-decoration:none;
}

.torrent_main_player_wrap{
	margin:15px 10px 0px;
	border-top:1px solid #eaeaea;
}

.torrent_main_player_title{
	text-align:center;
	padding:10px 0px;
	color:#6c6c6c;
	font-size:15px;
	text-transform:uppercase;
}

.torrent_main_player iframe{
	width:655px;
	height:376px;
	display:block;
	margin:10px auto;
}

.torrent_main_player img, .torrent_main_player .title_spoiler{
	width:40px;
	height:40px;
	display:block;
	margin:10px auto;
}

.torrent_main_player .title_spoiler{
	width:240px;
	height:40px;
	display:block;
	margin:10px auto;
}

.torrent_main_torrents_wrap{
	width:780px;
	margin:0px auto;
	padding-bottom:15px;
}

.torrent_row{
	background:#f5f5f5;
	margin-bottom:1px;
	padding:8px 0px 8px 6px;
	color:#6c6c6c;
	font-size:17px;
	line-height:20px;
}

.torrent_row:nth-child(even){
	background:#fff;
}

.torrent_icon{
	display:inline-block;
	width:18px;
	height:20px;
	background: url('../images/torrent_icons.png') no-repeat;
	margin:0px 4px;
}

.torrent_icon.seed{
	background-position: 0px -40px;
}

.torrent_icon.peer{
	background-position:0px -18px;
}

.torrent_icon.completed{
	width:22px;
	height:18px;
	background-position:0px 0px;
}

.torrent_link{
	float:right;
	display:block;
	background:#1abc9c url('../images/torrent_icons.png') no-repeat 8px -60px;
	color:#fff;
	text-transform:uppercase;
	height:20px;
	width:82px;
	margin-top:-8px;
	padding:10px 8px 10px 60px;
}

.nametor{
    display: inline-block;
    width: 260px;
	font-size:13px;
	font-weight:bold;
	white-space: normal;
} 


.storyinfo_box {background: #eee;
display: block;
text-align: center;
margin-top: 2px;
padding: 6px 2px 3px 10px;
color: #fff;
text-transform: uppercase;}

div.simpleTabs {
    padding: 20px !important;
}