body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(mainbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;

}


 a {
	color: #000000;
	text-decoration: underline;
}
 a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
input {
	font-size: 12px;
	border: 0px solid #C0C0C0;
}

.checkbox {
	border: 1px solid #C0C0C0;
}

form {
	margin: 0px;
	padding: 0px;
}



.button {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
#mainbox {
	width: 1020px;
}

.menu {
padding-left: 10px;

}
.spanright {
float: right;
padding-right: 70px;
}
.spanrightt {
float: right;

}

}

#colLeft {
	width: 182px;
	float: left;
	overflow: hidden;
}
#colRight {
	float: left;
	width: 810px;
	overflow: hidden;
}
#enginesHeader {
	background-image: url(enginesheaderbg.png);
	height: 30px;
	margin-top: 74px;
	float: ;
	width: 182px;
	background-repeat: no-repeat;
}
#enginesHeader span {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 26px;
}
#enginelist {
	float: ;
	width: 182px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#enginelist a {
	color: #000000;
	text-decoration: none;
}
#enginelist a:hover {
	text-decoration: underline;
}


#enginelist ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
}
#enginelist ul li {
	display: block;
	line-height: 22px;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: left 3px;
}
#enginelist ul li ul {
	margin: 0px;
	padding: 0px;
}
#enginelist ul li ul li {
	background-image: url(enginesum.png);
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #777777;
}

#enginelist ul li .loader {
	height: 22px;
	width: 16px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(enginecompleted.png);
}
#enginelist ul li .loading {
	background-image: url(engineloader.png);
}
.leftBox {
	float: ;
	width: 182px;
	background-image: url(leftboxheader.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #656565;
	padding-left: 3px;
	text-align: center;

}
.leftBox a {
	color: red;
	text-decoration: none;
}
.leftBox a:hover {
	color: black;
	text-decoration: underline;
}

.leftBox .boxHeader {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 25px;
	height: 20px;
	text-align: left;
	
}
.leftBox .boxContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	
}
.leftBox ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.leftBox ul li {
	margin-bottom: 5px;
	display: block;
	height: 12px;
	overflow: hidden;
	line-height: 12px;
}

#header {
	height: 100px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#searchbox {
	background-image: url(searchboxbg.png);
	height: 44px;
	width: 600px;
	float: left;
	margin-top: 7px;
	margin-right: 9px;
	margin-left: 210px;
	display: inline;
}
#searchbox .textbox {
	margin-top: 11px;
	float: left;
	margin-left: 30px;
	width: 470px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #656565;
}
#searchbox .btnSearch {
	float: right;
	height: 30px;
	width: 80px;
	margin-top: 6px;
	margin-right: 7px;
	background-image: url(btnSearch.png);
	cursor: pointer;
	display: inline;
}
#menu {
	height: 32px;
	width: 809px;
	background-image: url(menuBg.png);
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
}
#menu #menuLeft {
	background-image: url(menuLeft.png);
	float: left;
	height: 32px;
	width: 4px;
}
#menu #menuRight {
	background-image: url(menuRight.png);
	float: right;
	height: 32px;
	width: 4px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	line-height: 32px;
	float: left;
	display: block;
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#menu ul li a:hover {
	color: white;
}
#blogtitle {

	display: inline;
}

.blogtitle a {
	color: #7A6A53;
	text-decoration: none;
}

.blogtitle a:hover {
	color: #a28e70;
}

#torrentlist table {
	clear: both;
}
#torrentlist th {
	line-height: 32px;
	font-weight: bold;
	
	font-size: 12px;
	height: 32px;
	text-align: center;
	background-position: left top;
	cursor: pointer;
}
#torrentlist th a {
	color: #FFFFFF;
	text-decoration: none;
}

#torrentlist th.forwardSort
{
	background-color: transparent;
	background-image: url(sortUp.png);
	background-repeat: no-repeat;
}
#torrentlist th.reverseSort
{
	background-color: transparent;
	background-image: url(sortDown.png);
	background-repeat: no-repeat;
} 
#torrentlist td {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
	line-height: 24px;
	padding-left: 5px;
}
#torrentlist td a {
	color: #000000;
}
#torrentlist td a:hover {
	color: #a28e70;
}


#torrentlist .sorted {
	background-color: #eadec0;
}
#torrentlist th.page {
	width:90px;
}
#torrentlist th.name {
	width:430px;
}

#torrentlist td.name {
	text-align: left;
}

#torrentlist th.download{
	width:70px;
	text-align: center;
}

#torrentlist td.page{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-position: 65px center;
	background-repeat: no-repeat;
	text-align: left;
}
#torrentlist th.length{
	width:70px;
}
#torrentlist th.rating{
	width:65px;
}
#torrentlist tr {
	
	text-align: center;
}
#torrentlist tr.alt {
	background-color: #F5F5F5;
}
#torrentlist tr.header {
	background-image: url(tableheaderbg.png);
}
#torrentlist #pagetext {
	float: left;
	margin-top: 5px;
}
#torrentlist .pager {
	text-align: center;
	float: right;
	padding-bottom: 2px;
	padding-top: 2px;
}
#torrentlist .pager ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#torrentlist .pager li {
	display: inline;
}
#torrentlist .pager li div {
	display: inline;
}
#torrentlist .pager li a,
#torrentlist .pager li div {
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: block;
	width: 15px;
	text-align: center;
	float: left;
	margin-left: 3px;
	line-height: 15px;
	height: 15px;
	-moz-user-select:none;
   	-khtml-user-select:none;
}
#torrentlist .pager li div{
	cursor: default;
	color: #CCCCCC;
}
#torrentlist .pager li a.currentPage{
	border-color: #7A6A53;
}
#torrentlist .pager li a:hover{
	border-color: #a28e70;
}
#torrentlist .pager li .next-page span,
#torrentlist .pager li .previous-page span,
#torrentlist .pager li .first-page span,
#torrentlist .pager li .last-page span,
#torrentlist .pager li .next-page span{
	line-height: 11px;
}
#torrentlist #searchLoader {
	clear: both;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	text-align:center;
	font-size: 20px;
	color: #777777;
	background-image: url(searchLoader.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	display: inline;
	width: 807px;
	height: 20px;
	float: left;
	padding-top: 5px;
	padding-bottom: 42px;
	margin-bottom: 5px;
}
.admintab {
	display: inline;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 807px;
}

#engineselect ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#engineselect ul li {
	display: inline;
	float: left;
	margin-bottom: 10px;
	width: 807px;
	border: 1px solid #CCCCCC;

	-moz-user-select:none;
   	-khtml-user-select:none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#engineselect h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
#engineselect .engineselector {
	float: right;
	height: 16px;
	width: 16px;
	background-image: url(enabled.png);
	margin-top: 2px;
	margin-right: 2px;
	background-position: center center;
}
#engineselect .disabled {
	background-image: url(disabled.png);
}

#engineselect .enginedetails {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#engineselect #btnSave {
	float: right;
	width: 100px;
	clear: both;
}
.box ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
}

.formular {
	width: 820px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dashed #CCCCCC;
}

.formular a {
	color: #7A6A53;
	text-decoration: none;
}

.formular a:hover {
	color: #a28e70;
}

.formular form {
	margin-top: 10px;
}

.formular .textfield {
	width: 200px;
}
.formular .textarea {
	width: 330px;
	border: 1px solid #C0C0C0;
}


.formular .formrow {
	line-height: 20px;
	float: left;
	clear: both;
	width: 809px;
	margin-bottom: 1px;
	margin-left: 10px;
}
.formular .formlabel {
	float: left;
	width: 150px;
	display: inline;
	height: 20px;
	clear: both;
}
.formular .formcnt {
	float: left;
	width: 375px;
}

.formular .formspacer {
	height: 8px;
	float: left;
	width: 360px;
	clear: both;
}
.formular .box {
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.formular .errorBox {
	background-color: #FFCCCC;
	border-bottom-color: #FF9999;
}
.formular .confirmBox {
	background-color: #CCFFCC;
	border-bottom-color: #66FF66;
}

#footer {
	clear: both;
	padding-left: 180px;
	padding-top: 10px;
	color: #666666;
	text-align: center;
}
div.img
  {
  margin: 0px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 0px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
  aa
  {
float: left;
text-align: left;
  }
div.right
{
float: left;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	text-transform: uppercase;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}

		.thumbpic {
	float: left;
	font-size: 10px;
	color: #000;
	height: 250px;
	width: 250px;
	border: 1px solid #141414;
	margin-top: 7px;
	margin-right: 6px;
	margin-bottom: 7px;
	margin-left: 1px;
	
}
.thumbpic img {
border: 0px;
text-align: center;
	margin-right: 10px;
	margin-left: 5px;
}
.videotitle {

	font-weight: bold;
	font-size: 12px;
	margin-top: 7px;
	margin-right: 6px;
	margin-bottom: 7px;
	margin-left: 10px;
	text-align: center;

	}

.videoinfo {

border: 1px solid #ccc;
margin-left: 3px;
float: left;
width: 30%;
text-align: center;
margin-left: 3px;
margin-bottom: 7px;
margin-top: 7px;
padding: 1px 1px 1px 1px;
}
