body {
    /*background: url(images/bg.png) repeat-x;*/
	background-color:  #1882bc; /*#1882bc;*/
	margin: 0px;
	font-family: verdana;
	color: #36393D;
}

h2 {
	padding: 3px;
	margin: 2px;
	font-size: 22px;
	font-family: Verdana;
	text-align: center;
	font-weight: lighter;
}

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#main {
	position: relative;
	top: 36px;
	width: 700px;
	margin: 0px auto;
}

#header {
	float: left;
	width: 425px;
	height: 69px;
	/* background: url(images/kokarn2.jpg) no-repeat;*/
	background: url(images/header6.png) top right no-repeat;
	margin-right: 17px;
	margin-bottom: -20px;
}

#header:hover {
	cursor: pointer;
}

#search {
	float: left;
	width: 198px;
	height: 98px;
}

#search span {
	background: url(images/left.png) bottom left no-repeat;
	width: 6px;
	padding: 4px;
}

#releases {
	clear: both;
	font-size: 10px;
	width: 700px;
	height: auto;
}

.faq {
	clear: both;
	width: 700px;
	height: auto;
	font-size: 14px;
	background-color: #fff;
	border: 5px solid #000;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
}

.faqTable {
	padding: 0px;
	border-spacing: 8px;
}

.faq td {
	font-size: 11px;
}

.faq a {
	color: #000;
}

.contact {
	clear: both;
	width: 700px;
	height: auto;
	font-size: 14px;
	background-color: #fff;
	border: 5px solid #000;
	padding: 3px 10px 3px 10px;
}

#editTable {
	background-color: #ffffff;
	padding-top: 10px;
}

#editTable input {
	font-size: 10px;
}

#pageTime {
	font-size: 8px;
	width: 700px;
	clear: both;
	font-size: 10px;
	text-align: center;
}

#footerMenu{
	text-align: right;
	word-spacing: 10px;
	font-size: 9px;
	margin-top: 1px;
	margin-bottom: 60px;
	padding-right: 15px;
	float: right;
	width: 400px;
	clear: left;
}

.rating {
	font-size: 50px;
	text-align: center;
	font-weight: bolder;
	font-family: Impact, Comic Sans Ms;
	letter-spacing: -3px;
}

.pagingcurrent {
	font-size: 30px;
	color: #5E5E5E;
	margin: 0px;
	padding: 0px;
}

.pagingdiff1 {
	font-size: 24px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.pagingdiff2 {
	font-size: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.pagingdiff3 {
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.paginglink {
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding: 0px;
}


/*/////////////DETAILS///////////////*/

#details {
	/*background: url(images/colhead2.png) top no-repeat;*/
	/*background: url(images/colbottom.png) bottom no-repeat;*/
	font-size: 10px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 700px;
	padding: 10px 5px 10px 5px;
}

#poster {
	float: left;
	width: 300px;
	height: 450px;
	text-align: center;
	margin-bottom: 15px;
}

#poster img {
	width: 100%;
	height: 100%;
}

#trailer{
	display: none;
}

.detailscolhead{
	background: url(images/detailscolhead.png) top repeat-x;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: -3px;
	word-spacing: 5px;
	height: 25px;
	margin-bottom: 5px;
}

#detailsHeader {
	font-size: 21px;
	letter-spacing: -1px;
	width: 500px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 8px;
	text-align: center;
	word-spacing: 6px;
	float: left;
	background-color: #fff;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}
}

#detailsHeader a:hover {
	text-decoration: underline;
}

.right{
	float: left;
	width: 400px;
}

#rlsInfo {
	font-size: 12px;
}

.infoCaption {
	width: 75px;
	float: left;
	margin-bottom: 5px;
	padding-left: 5px;
}

.infoValue {
	width: 320px;
	float: left;
	margin-bottom: 5px;
}

#subs {
	margin-top: 3px;
}

#otherRls {
	position: relative;
	display: none;
}

.otherRlsName {
	width: 310px;
	float: left;
}

.otherRlsSeed {
	text-align: right;
	width: 45px;
	float: left;
}

.otherRlsLeech {
	text-align: right;
	width: 45px;
	float: left;
}

#similarCaption {
	clear: both;
}

#similarContainer {
	width: 700px;
	height: 150px;
}

.similar {
	text-align: center;
	float: left;
	width: 99px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 28px;

}

.similar img {
	width: 100%;
	height: 95%;
}

#nfoCaption {
	clear: both;
}

#otherTrackersCaption {
	clear: both;
}

.nfo {
	margin: 1em 0 1em 0px;
	width: 680px;
	min-height: 50px;
	/*border: 1px solid #D2B9A6; */
	background: #fff;
	padding: 10px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	clear: left;
	line-height: .9em;
	overflow: hidden;
}

.ratingContainer {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 20px;
}

/*
#tomatometer {
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.metapirate.com/images/tomatometer_bar_bg.png);
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	clear: both;
	display: block;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	margin: 0px;
	outline-color: black;
	outline-style: none;
	outline-width: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: baseline;
	white-space: nowrap;
	width: 218px;
}

#imdbstars {
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.metapirate.com/images/stars_bg.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	height: 20px;
	width: 200px;
	margin-top: -4px;
}

#imdbrating {
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.metapirate.com/images/stars.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	margin-top: -4px;
}
*/

.mediaIcon {
	width: 48px;
	height: 48px;
}

#average {
	margin-top: auto;
	margin-bottom: auto;
	width: 173px;
	text-align: center;
	font-size: 20px;
	float: right;
}

#otherTrackersContainer{
	text-align: center;
}

#clearBoth {
	clear: both;
}

/*/////////////END DETAILS/////////////*/


#browse {
	clear: both;
	width: 700px;
	border: 0px solid #000;
	border-spacing: 0px;
	padding: 0px;
	/*background: url(images/colhead_2.png) top no-repeat;*/
	background-color: #fff;
}

#message {
	text-align: center;
	clear: both;
	font-size: 20px;
	margin-left: auto;
    margin-right: auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.colhead {
	text-align: center;
	height: 30px;
	float: left;
	margin: 3px;
}

.colhead a {
	font-size: 14px;
	color: #8c8c8c;
	text-decoration: none;
}

.colhead a:hover{
	color: #515151;
}

.genre{
	color: #BEBEBE;
	font-size: 9px;
}

a.genre:link {
	color: #828282;
}

a.genre:visited {
	color: #828282;
}

a {
	color: #464646;
	text-decoration: none;
}

label {
	display: block;
	font-variant: small-caps;
	text-transform: lowercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

input {
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 1.5em;
	width: 188px;
}

select {
	font-size: 10px;
	width: 194px;
}

:focus {
	outline: none;
}

img {
	border: none;
}

#usermenu {
	width: 700px;
	font-size: 14px;
	height: 20px;
	margin-bottom: 0px;
	word-spacing: 0pt;
	border-left: dashed;
	border-bottom: dashed;
	border-right: dashed;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#logout {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	font-size: 17px;
	height: 20px;
	margin: 0px;
	border-left: dashed;
	border-bottom: dashed;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: bolder;
}

#logout:hover{
	background-color: #fff;
}

.news {
	width: 480px;
	height: auto;
	background: #fff;
	color: #000;
	border: 5px solid;
	font-size: 13px;
	padding: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.newstitle {
	width: 555px;
	height: auto;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
    letter-spacing: -2px;
    word-spacing: 5px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -3px;
}

.newstime {
	width: 555px;
	height: auto;
	color: #000;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	letter-spacing: 2px;
	vertical-align: top;
	margin-top: -1px;
	margin-bottom: 30px;
	padding-right: 15px;
}

.rounded {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}


.menu {
	width: 500px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	word-spacing: 6px;
}

#topMenu {
	float: left;
	background-color: #fff;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}

#topMenuLeftSpacer {
	float: left;
	width: 100px;
	height: 36px;
	background-color: #1882bc;
	margin: 0px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#topMenuRightSpacer {
	float: left;
	width: 100px;
	height: 36px;
	background-color: #1882bc;
	margin: 0px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;

}

#topMenuHidden {
	height: 20px;
	width: 700px;
	position: absolute;
	margin-top: 16px;
	z-index: -1;
	background-color: #fff;
}

#nameHeader {
	width: 330px;
	text-align: left;
	padding-left: 30px;
}

.stbImg {
	width: 20px;
}

.name {
	width: 335px;
	font-size: 11px;
	letter-spacing: -0.5px;
}

.size {
	width: 45px;
	text-align: center;
	line-height: 27px;
}

.download {
	width: 20px;
	line-height: 27px;
}

.seed {
	width: 40px;
	line-height: 27px;
}

.leech {
	width: 40px;
	line-height: 27px;
}

.ratingItem {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 27px;
}

.browseItem {
	height: 25px;
	float: left;
	margin: 3px;
	margin-bottom: 7px;
}

.noStats {
	width: 140px;
	text-align: center;
}

.releaseRowContainer {
	height: 35px;
	clear: both;

}