@charset "utf-8";
/* CSS Document */

.col50 { width: 50%; float: left; }
.fleft { float: left; }
.clear { clear: both; }
.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }

a.toplink {
	color: #0482FF;
	text-decoration: none;
}
a.toplink:hover {
	color: #333333;
	text-decoration: underline;
}

body { 
	margin: 0;
	padding: 0;
	background: url(../images/bg-tile.gif);
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.wrapper {
	width: 850px;
	margin: 50px auto;
}

/*
Large
*/
.header {
	height: 80px;
	position: relative;
}
.header .left {
	height: 80px;
	width: 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/top-left.jpg) no-repeat;
}
.header .right {
	height: 80px;
	width: 31px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/top-right.jpg) no-repeat;
}
.header .middle {
	width: auto;
	height: 80px;
	margin: 0px 31px;
	background: url(../images/top-bg.jpg) repeat-x;
	padding: 6px 0 0 0;
}
.header .middle .headtop {
	height: 75px;
}
.header .middle .headtop .toplinks {
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.header .middle .headtop .toplinks a {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.header .middle .headtop .toplinks a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: overline;
}

.header2 {
	height: 78px;
	position: relative;
}
.header2 .left {
	height: 78px;
	width: 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/top2-left.jpg) no-repeat;
}
.header2 .right {
	height: 78px;
	width: 31px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/top2-right.jpg) no-repeat;
}
.header2 .middle {
	width: auto;
	height: 78px;
	margin: 0px 31px;
	background: url(../images/top2-bg.jpg) repeat-x;
	padding: 6px 0 0 0;
}
.header2 .middle .headbottom {
	position: relative;
}

.header2-min {
	height: 16px;
	position: relative;
}
.header2-min .left {
	height: 16px;
	width: 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/top2-left-min.jpg) no-repeat;
}
.header2-min .right {
	height: 16px;
	width: 31px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/top2-right-min.jpg) no-repeat;
}
.header2-min .middle {
	width: auto;
	height: 16px;
	margin: 0px 20px;
	background: url(../images/top2-bg-min.jpg) repeat-x;
	padding: 6px 0 0 0;
}
.header2-min .middle .headbottom {
	position: relative;
}


.header2-mid {
	height: 55px;
	position: relative;
	z-index: 8000;
}
.header2-mid .left {
	height: 55px;
	width: 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/top2-left-mid.jpg) no-repeat;
}
.header2-mid .right {
	height: 55px;
	width: 31px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/top2-right-mid.jpg) no-repeat;
}
.header2-mid .middle {
	width: auto;
	height: 55px;
	margin: 0px 20px;
	background: url(../images/top2-bg-mid.jpg) repeat-x;
	padding: 6px 0 0 0;
}
.header2-mid .middle .headbottom {
	position: relative;
}

/*
CSS Fields
*/
.bc-keywords {
	top: 10px;
	left: 100px;
}
.bc-category {
	top: 10px;
	left: 410px;
}
.bc-submit {
	top: 27px;
	left: 560px;
}

.bc-searchquery {
	top: 10px;
	left: 110px;
}
.bc-submit-search {
	top: 27px;
	left: 590px;
}

.box-container {
	height: 29px;
	position: absolute;
	z-index: 1200;
}
.box-container .box-title {
	font-weight: bold;
}
.box-container .box-front {
	height: 29px;
	width: auto;
	float: left;
	background: url(../images/box-front.png) no-repeat;
	padding: 3px;
}
.box-container .box-front input {
	font-size: 18px;
	border: 0px;
	padding-left: 5px;
	position: relative;
}
	
	.box-container .box-front .dropdown {
		display: none;
		position: absolute;
		top: 45px;
		left: 0px;
		width: auto;
		padding: 1px;
		border: 1px inset #666666;
		background-color: #FFFFFF;
	}
	.box-container .box-front .dropdown ul {
		padding: 2px 0px;
		margin: 0px;
		list-style-type: none;
	}
	.box-container .box-front .dropdown li {
		padding: 1px;
		text-decoration: none;
		list-style: none;
	}
	.box-container .box-front .dropdown li a {
		border: 1px solid transparent;
		font-size: 11px;
		color: #333333;
		text-decoration: none;
		display: block;
	}
	.box-container .box-front .dropdown li a:hover  {
		border: 1px solid #CCCCCC;
		background-color: #F8F4C9;
		font-size: 11px;
	}
	
.box-container .box-submit {
	height: 29px;
	width: 76px;
}
.box-container .box-cap {
	height: 29px;
	width: 7px;
	float: left;
	background: url(../images/box-cap.png) no-repeat;
}
.box-container .box-down {
	height: 29px;
	width: 26px;
	float: left;
	background: url(../images/box-down.png) no-repeat;
}
.box-container .box-up {
	height: 29px;
	width: 26px;
	float: left;
	background: url(../images/box-up.png) no-repeat;
}

.headbottom .browselinks {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}
.headbottom .browselinks a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.headbottom .browselinks a:hover {
	font-size: 18px;
	color: #444444;
	text-decoration: underline;
}

/*
Tabs
*/
.headbottom .tabs {
	height: 53px;
	position: absolute;
	top: -44px;
	left: 0px;
}
.headbottom .tabs .tab {
	float: left;
}
.headbottom .tabs .tab a span {
	cursor: pointer;
	text-decoration: none;
	height: 53px;
	width: 150px;
	float: left;
	text-align: center;
	padding-top: 14px;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}
.headbottom .tabs .tab a:hover span {
	padding-top: 14px;
	color:#000000;
	background:url(../images/tab-hover.jpg) no-repeat;
}
.headbottom .tabs .tabon {
	height: 53px;
	width: 150px;
	float: left;
	padding-top: 14px;
	text-align: center;
	background:url(../images/tab-hover.jpg) no-repeat;
}
.headbottom .tabs .tabon a {
	text-decoration: none;
}
.headbottom .tabs .tabon a span {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

/*
Content
*/
.ad-container {
	width: 760px;
	margin: 8px auto;
	margin-bottom: 14px;
	height: 90px;
}
.adbox {
	text-align: center;
	width: 728px;
	height: 90px;
	border: 1px dashed  #CCCCCC;
	color: #666666;
	background-color: #EEEEEE;
}

.ad-container2 {
	width: 120px;
	margin: 0 auto;
	margin-top: 10px;
	height: px;
}
.adbox2 {
	text-align: center;
	width: 120px;
	height: 600px;
	border: 1px dashed  #CCCCCC;
	color: #666666;
	background-color: #EEEEEE;
}

.yah_728x90 {
	width: 17px;
	height: 90px;
}
.content {
	min-height: 400px;
	margin: 0 1px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px 35px 15px 40px;
}
.content a {
	color: #0482FF;
	text-decoration: none;
}
.content a:hover {
	color: #333333;
	text-decoration: underline;
}
.content-col-right {
	width: 160px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}

.footer {
	height: 4px;
	position: relative;
}
.footer .left {
	height: 4px;
	width: 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/bottom-left.gif) no-repeat;
}
.footer .right {
	height: 4px;
	width: 31px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/bottom-right.gif) no-repeat;
}
.footer .middle {
	height: 4px;
	margin: 0px 31px;
	background: url(../images/bottom-bg.gif) repeat-x;
	font-size: 12px;
	text-align: center;
}

.footing {
	margin: 25px 0;
	font-size: 14px;
	text-align: center;
}
.footing a {
	color: #666666;
	text-decoration: none;
}
.footing a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0px 10px;
	color: #666666;
}

h1.listHead {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding:10px 30px 0 30px;
	color: #666666;
	text-align: right;
}

h2.listDetail {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 4px;
	color: #000000;
	text-align: left;
}


h2.listDetail a {
	color: #666666;
}
h2.listDetail  a:hover {
	color: #333333;
}

/* Tables */


.torrentlist-tracker {
	display: block;
	border: 1px solid #FFF;
	padding: 2px;
	width: 750px;
}
.torrentlist-tracker .head {
	padding: 2px 2px 2px 6px;
	height: 24px;
	background: url(../images/content-header-large.gif) no-repeat;
}
.torrentlist-tracker .head .col {
	font-size: 12px;
	float: left;
	font-weight: bold;
	padding: 4px 0;
}
.torrentlist-tracker .body {
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin: 4px 0;
	height: 16px;
}
.torrentlist-tracker .body .col {
	float: left;
	font-size: 11px;
}
.torrentlist-tracker .col1 {
	width: 50%;
}
.torrentlist-tracker .head .col1 span {
	padding-left: 10px;
}
.torrentlist-tracker .col2 {
	width: 20%;
}
.torrentlist-tracker .col3 {
	width: 15%;
}
.torrentlist-tracker .col4 {
	width: 15%;
}

.torrentlist-download {
	display: block;
	border: 1px solid #FFF;
	padding: 2px;
	width: 750px;
}
.torrentlist-download .head {
	padding: 2px 2px 2px 6px;
	height: 24px;
	background: url(../images/content-header-large.gif) no-repeat;
}
.torrentlist-download .head .col {
	font-size: 12px;
	float: left;
	font-weight: bold;
	padding: 4px 0;
}
.torrentlist-download .body {
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin: 4px 0;
	height: 16px;
}
.torrentlist-download .body .col {
	float: left;
	font-size: 11px;
}
.torrentlist-download .col1 {
	width: 25%;
}
.torrentlist-download .head .col1 span {
	padding-left: 10px;
}
.torrentlist-download .col2 {
	width: 50%;
}
.torrentlist-download .col3 {
	width: 25%;
}

.torrentlist {
	display: block;
	border: 1px solid #FFF;
	padding: 2px;
	width: 600px;
}
.torrentlist-large {
	display: block;
	border: 1px solid #FFF;
	padding: 2px;
	width: 750px;
}
.torrentlist .head {
	padding: 2px 2px 2px 6px;
	height: 24px;
	background: url(../images/content-header.gif) no-repeat;
}
.torrentlist-large .head {
	padding: 2px 2px 2px 6px;
	height: 24px;
	background: url(../images/content-header-large.gif) no-repeat;
}
.torrentlist .head .col, .torrentlist-large .head .col {
	font-size: 12px;
	float: left;
	font-weight: bold;
	padding: 4px 0;
}
.torrentlist .body, .torrentlist-large .body {
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin: 4px 0;
	height: 16px;
}
.torrentlist .body-hover, .torrentlist-large .body-hover {
	border: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	background-color: #FDF0BB;
	padding: 3px;
	margin: 4px 0;
	height: 16px;
}
.torrentlist .body .col, .torrentlist-large .body .col, .torrentlist .body-hover .col, .torrentlist-large .body-hover .col {
	float: left;
	font-size: 11px;
}

.torrentlist .col1 {
	width: 45%;
}
.torrentlist .col2 {
	width: 20%;
}
.torrentlist .col3 {
	width: 10%;
}
.torrentlist .col4 {
	width: 10%;
}
.torrentlist .col5 {
	width: 10%;
}
.torrentlist .col6 {
	width: 5%;
}

.torrentlist-large .col1 {
	width: 55%;
}
.torrentlist-large .head .col1 span {
	padding-left: 10px;
}
.torrentlist-large .col2 {
	width: 16%;
}
.torrentlist-large .col3 {
	width: 7%;
}
.torrentlist-large .col4 {
	width: 7%;
}
.torrentlist-large .col5 {
	width: 10%;
}
.torrentlist-large .col6 {
	width: 5%;
}

span.name {
	text-align: left;
	padding: 5px;
}
span.a {
	width: 100px;
	text-align: left;
	padding: 5px;
	color: #666666;
}
span.s {
	width: 100px;
	color: red;
	padding: 5px;
	text-align: left;
}
span.u {
	width: 100px;
	color: green;
	padding: 5px;
	text-align: left;
}
span.d {
	width: 100px;
	color: #003DB9;
	padding: 5px;
	text-align: left;
	width: 30px;
}
span.name {
	width: 900px;
	overflow: hidden;
	text-align: left;
}

div.tagcloud {
	margin: 20px 0;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}

.torrentblock {
	position: relative;
}
.blockleft {
	width: 150px;
	height: 128px;
	float: left;
}
.blockright {
	float: left;
	width: 600px;
}

.fieldCon {
	font-size: 14px;
	padding-left: 10px;
	display: block;
}
.fieldCon .lab {
	width: 35%;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
	margin: 3px 0;
	margin-bottom: 8px;
}
.fieldCon .val {
	text-indent: 5px;
	width: 65%;
	float: left;
	padding: 2px 0;
	margin: 3px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #EEE;
}

.fieldCon2 {
	font-size: 14px;
	padding-left: 10px;
	display: block;
}
.fieldCon2 .lab {
	width: 25%;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
	margin: 3px 0;
	margin-bottom: 2px;
}
.fieldCon2 .val {
	text-indent: 5px;
	width: 75%;
	float: left;
	padding: 2px 0;
	margin: 3px 0;
	margin-bottom: 2px;
}

.commentbox {
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
}
.commentmsg {
	width: 100%;
	height: 100px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	color: #666666;
	padding: 2px;
}


.postedCommentInfo {
	background: #DDD url(../images/user_comment.png) no-repeat 10px;
	padding: 6px;
	padding-left: 35px;
	border-bottom: 1px solid #CCC;
}

.postedCommentMsgs {
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
	text-indent: 20px;
	padding-top: 5px;
}
.commenterror {
	padding: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.filelist {
	margin-left: 30px;
}
.filelist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.filelist li {
	font-weight:normal;
}
.filelist li.folder {
	font-weight:bold;
}
.filelist ul ul {
	margin-left:10px;
	background:url(../images/tree-vline.gif) repeat-y;
}
.filelist ul ul li {
	padding-left:12px;
	background:url(../images/tree-node.gif) no-repeat;
}
.filelist ul ul li.last {
	background:#fff url(../images/tree-lastnode.gif) no-repeat;
}
.filelist img {
	vertical-align:middle;
	margin:.3em 0;
}
.filelist .filesize {
	color:#666;
	margin-left:.5em;
}


.catlist {
	width: 756px;
	margin: 0 auto;
	height: 175px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #FFD33F;
	background-color: #FFFFFF;
	border-top: 0px;
	margin-bottom: 20px;
}
.catlistHead {
	width: 758px;
	margin: 0 auto;
	height: 28px;
	padding: 5px;
	background: url(../images/CatBG.gif) no-repeat;
}
.catlistHead h2 {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	font-size: 16px;
}
.catlistHead h2 div {
	padding-right: 15px;
	float: right; 
	font-size: 12px; 
	padding-top: 3px;
}
.catlist ul {
	list-style:none;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.catlist li {
	float: left;
	margin: 1px;
	width: 240px;
}
.catlist li a div {
	padding: 4px;
	margin: 2px;
	border-bottom: 1px solid #CCC;
	color: #0482FF;
	text-decoration: none;
}
.catlist li a:hover div {
	border-bottom: 1px solid #999;
	background-color: #FFF3CA;
	color: #333333;
	text-decoration: underline;
}


#dropList {
	padding:0;
	list-style:none;
	position:relative;
	top: 10px;
	left: 10px;
	height:25px;
	width:810px;
	margin: 0 auto;
	z-index:1000;
}
#dropList li {
	display:inline;
	float:left;
	height:25px;
}
#dropList li a.tl {
	display:block;
	width:auto;
	padding: 0 10px;
	height:25px;
	text-decoration:none;
	line-height:20px;
	font-size:18px;
	color: #777;

	text-align: center;
	
	border: 1px solid transparent;
}
#dropList div.pos1 {
	display:none;
}
#dropList li a.tl:hover, #dropList li:hover > a.tl  {
	background: #FFFFFF url(../images/down.gif) no-repeat center bottom;
	border: 1px solid #999;
	border-bottom: 1px solid #FFF;
	position: relative;
	top: 0px;
	color: #333333;
	padding-top: 3px;
	z-index: 2000;
}
#dropList :hover div.pos1 {
	display:block;
	width:790px;
	position:absolute;
	left:0;
	top:25px;
	border: 1px solid #999;
	border-bottom: 4px solid #999;
	background-color: #FFFFFF;
}

.login {
	width: 602px;
	position: absolute;
	top: 0px;
	left: 152px;
	z-index: 9000;
	background-color: #FFFFFF;
}
.login .ltop {
	background: url(../images/login-top.png) no-repeat;
	height: 16px;
	position: relative;
}
.login .ltop .close {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 4px;
	top: 2px;
}

.login .ltop .close a div {
	height: 20px;
	width: 20px;
	background: url(../images/login-close-off.png) no-repeat;
}

.login .ltop .close a:hover div {
	background: url(../images/login-close.png) no-repeat;
}


.login .lmiddle {
	background: url(../images/login-middle.png) repeat-y;
}
.login .lmiddle .lcontent {
	padding: 5px 10px;
}
.login .lmiddle p.intro {
	font-size: 14px;
}
.login .lmiddle .nothanks a {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#_response {
	font-size: 14px;
	text-indent: 13px;
	font-weight: bold;
	color: #FF0000;
}

.login .lmiddle .nothanks a:hover {
	text-decoration: none;
}
.login .lbottom {
	background: url(<../images/login-bottom.png) no-repeat;
	height: 16px;
}