/***** Main Template *****/
html {
	min-width: 902px;
} /*IE7*/

body {
	background: #FCF9F7 url(../images/page-back.gif) repeat-x;
	color: #393733;
	margin: 0;
	padding: 0 20px;
	text-align: center;	
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif;
}

input {
	line-height: 1.0;
}

@font-face {
	font-family: 'ATLogo';
	src: url('fonts/at.eot');
	src: local('☺'), url('fonts/at.woff') format('woff'), url('fonts/at.ttf') format('truetype'), url('fonts/at.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/***** Common Content Formatting *****/

a {	
	color: #393733; 
	outline: none; 
	text-decoration: none;
}
a:visited { 
	color: #595650; 
}
a:hover, a:focus { 
	text-decoration: underline;	
}
a:active { 
	color: #000; 
}

h3 a:visited {
	color: #595650;
}

img {
	border: none;
}

p {
	line-height: 1.4;
}

li {
	margin-bottom: 0.3em;
}

form {
	clear: left;
	margin: 0;
}


h2 {
	margin: 0 0 0.2em 0;
	font-size: 185%;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #4E463F;
	color: #DC7C00;
}


h2 span, h3 span {
	color: #999;
	white-space: nowrap;
}


h3 {
	margin: 0 0 0.5em 0;
	font-size: 135%;
	font-weight: bold;	
	line-height: 1.0;
	letter-spacing: -0.03em;
	clear: left;
	color: #4E463F;
}

h3 a {
	text-decoration: none;
	
} /*IE6, IE7*/


#highlight {
	float: left;
	width: 920px;
	background: url(../images/highlight.gif) 0 100% no-repeat;
	margin-bottom: 9px;	
	z-index: 1;
	clear: both;
	color: #565049
}

#highlightWrapper {
	padding: 0 0 5px 0;
	background: url(../images/highlight.gif) 0 0 no-repeat;
	margin-bottom: 5px;
	padding: 5px 10px 0px 10px;
	line-height: 1.1;
	font-weight: bold;	
	z-index: 1	;
}

/***** Template ****/

#container {
	text-align: left;
	margin: 0 auto;
/*	max-width: 1200px;*/
	width: 920px;
	z-index: 1000;
}

#wrapper {
	background: url(../images/main-back.gif) 0 0 no-repeat;
	padding: 12px 0 0 15px;
	min-height: 500px;
	z-index: 1000;
} /*IE6*/

#contents {
	clear: both;
	padding: 0 15px 15px 0;
	margin-top: 0px;
	background: url(../images/main-back.gif) 100% 0 no-repeat;
	z-index: 1000;
}

#header {
	background: #565049 url(../images/header-background.gif) 98% 3px no-repeat;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 7px;
	position: relative;
}

#header a {
	color: #D2DCF3;
	font-size: 85%;
	font-weight: bold;
}


#header a:hover {
	color: #fff;
}
	
#main-footer {
	text-align: right;
	color: #888;
	padding: 7px 0 10px;
	clear: both;
}

h1 {
	font-size: 100%;
	margin: 0;
	
}

h1 a {
	position: absolute;
	height: 50px;
	width: 160px;	
	left: -14px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
	background: url(../images/logo.gif) 0 0 no-repeat;
}

h1 a:hover {
	cursor: pointer; /* IE7 */
}

label.inside {
	position: absolute;
	visibility: hidden;
}

#header label {
	color: #B6C6D6;
}


#header .section-menu {
	font-family: ATLogo;
	font-size: 120% ;
	font-weight: normal;
	color: #aaa;
	display: inline-block;
	margin: 15px 0 15px 15px;
	min-width: 50px;
	padding: 0 15px;
	height: 28px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	line-height: 1.7;
}

#header #section-home {
	margin-left: 200px;
}


#header .section-menu:hover {
	color: #fff;
}

#header .section-menu {
	
}


#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul {
	float: left;
	width: 100%;
	clear: both;
}


.header-submenu {
	background: #DACFC5;
	float: left;
	width: 100%;	
	height: 0px;
	overflow:hidden;	
}

.header-submenu {
	background: #DACFC5 url(../images/header-submenu.gif) 100% 100% no-repeat;
}

.header-submenu ul, #search {
	background: url(../images/header-submenu.gif) 0 98% no-repeat;
}

#header .header-submenu a:hover {
	color: #000000;
	background: url(../images/header-submenu-current.gif) 50% 0% no-repeat;
}

#search {
	padding: 2px 15px 5px 15px;
	overflow: hidden;
}

#search span {
	color: #80694d;	
	font-size: 85%;
}

#search input {
	border: 1px solid #C0A98D;
	text-align:right;
	color: #DACFC5;
	padding-right: 4px;
}

#search input:focus {
	color: #70593D;
}

#search input.activeImage {
	vertical-align: bottom;
	border: none;
}

#submenu {
}

#submenu-home {
	height: 26px;
}

#header li {
	display: inline;
}

#header li a {
	text-decoration: none;
	color: #80694d;
	padding: 5px 6px;
	position: relative;
	left: 5px;
	word-spacing: -0.17em;
	float: left;
	display: block;
	white-space: nowrap;
	font-weight: normal;
}






/***** News Articles *****/



.news-summary, .news-full, .news-full-confirm {
	padding: 0.7em 0 2em 0;
	position: relative;
	clear: left;
    min-height: 50px;
}

.news-full, .news-full-confirm {
	margin-top: 7px;
	padding: 1px 0 2em 0; /* need 1px top padding for IE6 */
	margin-right: 220px;
}

.movies-body {
	float: right; 
	width: 49%; 
	clear: left;
}

.series-body {
	width: 49%;
}

.movies-summary {
	padding-top: 10px;
}

.series-summary {
	padding: 0.7em 0 1em 0;
	margin-top: 0px;
	position: relative;
	clear: left;
    min-height: 50px;
}

.movie-body {
	width: 100%;
}

.serie-body {
	padding-left: 0px;
}

.movie-body strong {
	font-size: 90%;
	color: #666;
}

.serie-poster {		
		
}

.movie-links, .serie-links {
	color: #888888;
	padding: 5px 0pt 0pt;
	position:relative;
}

.movie-poster {
	margin: 0pt 5px 0pt 0pt; 
	padding: 3px; 
	float: left;
	text-align: center;
	width: 30%;
}

.movies-summary .movie-poster a:hover img, .series-summary .serie-poster a:hover img {
	box-shadow: 0 0 5px 5px #EBD4AB;
}

.serie-poster-wrapper {	
	
} 

.movie-body h3, .serie-body h3  {
	margin: 2px 0 0 0;
	font-size: 120%;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.movie-body h3  {
	font-size: 130%;
}

.serie-body h3  {
	margin:  0 0 3px 0 ;
	text-transform: uppercase;
	font-weight: normal;
}

.serie-body h3 .serie-episode-number {
	color: #B4A492;
}

.movie-body p {
	margin: 0.2em 0 0.1em 0;
	line-height: 1.3;
}

.movie-info {
	float:left;
	padding-left: 4px;
	width: 65%;
}

.serie-links span, .movie-links span {	
	color: #888;
}

.serie-links a, .movie-links a {	
	color:#222222;
	padding: 2px 6px 0 20px;
	font-weight: bold;
	display: block;
	font-size: 85%;
	min-height: 18px;
    white-space: nowrap;
}

.serie-links a:hover, .movie-links a:hover {	
	text-decoration: underline;
}

.serie-links .serie-divisor {
	float: left;
	width: 45%;
	overflow: visible;	
}

.link-divxpack {
	background: url(../images/icon-divxpack.gif) 0 2px no-repeat;
}

.link-subtitle {
	background: url(../images/icon-subtitle.gif) 0 2px no-repeat;
}

.link-comments {
	background: url(../images/icon-comments.gif) 0 2px no-repeat;
}

.link-patch {
	background: url(../images/icon-patch.gif) 0 2px no-repeat;
}

.info {
	display: block;
	font-size: 85%;
	padding: 2px 6px 0 20px;
	min-height: 18px;
    white-space: nowrap; /*need for IE6*/
}

.info-season {
	background: url(../images/icon-season.gif) 0 2px no-repeat;
}

.info-episode {
	background: url(../images/icon-episode.gif) 0 2px no-repeat;
}

.info-version {
	background: url(../images/icon-version.gif) 0 2px no-repeat;
}


.serie-links strong, .movie-links strong {
	font-size: 90%;
	color: #666;
}

/***** Compact News Articles *****/

.main {
	margin-right: 200px;
}


.sub-menu {
	position: relative;
	clear: both;

}

.sidebar {
	float: right;
	width: 180px;
	clear: left;
	margin: 0 0 2em 3%;
}

.side-container {
	clear: both;
	background: url(../images/side-container.gif) no-repeat;
	padding: 10px 0 2em 10px;
	font-size: 100%;
	overflow: hidden;
}

.calendar-container {
	background: url(../images/calendar-logo.gif) no-repeat;
	clear: both;
	font-size: 100%;
	overflow: hidden;
	padding: 0 0 0 36px;
	cursor: pointer;
	border-bottom: 1px solid #EEEEEE;
}

.donate-container {
	background: url(../images/donate-logo.png) no-repeat 0 5px;
	clear: both;
	font-size: 100%;
	overflow: hidden;
	padding: 8px 0 2px 38px;
}

.news-container {
	background: url(../images/news-logo.png) no-repeat 0 5px;
	clear: both;
	font-size: 100%;
	overflow: hidden;
	padding: 8px 0 2px 40px;
	cursor: pointer;
	border-bottom: 1px solid #EEEEEE;
}

.myfeed-container {
	background: url(../images/rss-logo-xlarge.png) no-repeat 0 5px;
	clear: both;
	font-size: 100%;
	overflow: hidden;
	padding: 8px 0 2px 40px;
	cursor: pointer;
	border-bottom: 1px solid #EEEEEE;
}

.ranking-container {
	background: url(../images/ranking.png) no-repeat 0 5px;
	clear: both;
	font-size: 100%;
	overflow: hidden;
	padding: 8px 0 2px 40px;
	cursor: pointer;
	border-bottom: 1px solid #EEEEEE;
}

.side-container p {
	margin: 0.3em 0 0 0;
}


.calendar-container h2, .side-container h2, .donate-container h2, .news-container h2  {
	margin: 0 0 0.5em 0;
	font-size: 130%;
	color: #dc7c00;	
	line-height: 1.0;
	letter-spacing: normal;
}

.calendar-container h2 strong, .side-container h2 strong, .donate-container h2 strong, .news-container h2 strong {
	display: block;
	font-weight: normal;
	padding-left: 2px;
	font-size: 70%;
	color: #B4A492;
	letter-spacing: -1px;
}

.calendar-container h2 a img, .news-container h2 a img {
	margin: 0 0 0 5px;
}

.calendar-container h2 strong a img, .news-container h2 strong a img {
	margin: 0 0 0 45px;
}

.donate-container a, .news-container a, .myfeed-container a, .ranking-container a {
	text-decoration: none
}

.donate-container a:hover, .news-container a:hover, .myfeed-container a:hover, .ranking-container a:hover {
	text-decoration: none
}

.side-container .movie-poster {
	top: 0;
	background: none;
}

.side-container .translation-summary {	
	padding-left:5px;
	padding-top:0pt;
	margin-bottom: 5px;
} 

.side-container .serie-translation-summary {	
	padding-left:5px;
	padding-top:0pt;
	margin-bottom: 5px;
} 

.side-container .serie-translation-summary-extra {
	display: none;
}

.side-container .serie-translation-summary-extra-show {
	display: block;
}

#serie-translation-extra-button {	
	cursor: pointer;
	font-size: 90%;
	font-weight: bolder;
	text-align: right;
	padding-right: 15px;
	background: url(../images/icon-more-series.gif) no-repeat right;
}

#serie-translation-extra-button:hover {
	text-decoration: underline;
}	

.serie-translation-extra-button-up {
	background-image: url(../images/icon-less-series.gif) !important;
}

.side-container h3 {
	margin: 0px;
}

.side-container h3 a, .packer-side-container  h3 a {
	line-height: 1.1em;
	color:#222222;
	padding: 3px 2px 0 20px;
	font-weight: bold;
	display: block;
	font-size: 65%;
	min-height: 16px;
	letter-spacing: 0em;
	text-decoration: none;	
}

.side-container h3 a:hover, .packer-side-container h3 a:hover {
	text-decoration: underline;	
}

.side-container .translation-status, .packer-side-container .translation-status {
	display: block;
	padding-left: 20px;
	color: #80694D;
	font-size: 80%;
	margin-top: -2px;	
}

.packer-side-container .serie-translation-summary {
	margin-top: 10px;
	padding-bottom: 10px;
} 

/***** tabbed navigation *****/

.extra-nav {
	background: url(../images/tab-line.gif) bottom repeat-x;
	float: left;
	width: 95%;
	padding-right: 5px;
	padding-bottom: 10px;
} /*IE6*/

.extra-nav br {
	clear: both;
}

.extra-nav h2 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 175%;
}

#searchResults {
	width: 100%;
	border-spacing: 0px;
	clear: both;
	margin-top: 15px;
}

#searchResults th {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#searchResults td {
	font-size: 105%;
	border-top: 1px solid #DDDDDD;
	padding: 5px 2px 3px 2px;
}

#searchResults td .searchResultLink {
	background: url(../images/icon-subtitle.gif) 0 1px no-repeat;
	padding-left: 20px;
}

#searchResults td .searchResultImdb {
	text-align: center;
}

#searchResults td span {
	display: block;
	text-align: center;
}

.updated {
	display: none;
	width: 0px;
	height: 0px;	
}

/**** packer ****/

.right-column {
	float: right; 
	width: 49%; 
	clear: left;
}

.left-column {
	width: 49%;
}
	
.clear {
	clear:both;
}

.left {
	clear:left;
}

.right {
	clear: right;
}

.relative {
	position: relative;
}

.message {
	background: url(../images/skin/information.png) 8px 50%	no-repeat;
	background-color: #F1EEEA;		
	border: 1px solid #FFFFFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #80694D;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: none repeat scroll 0 0 #FFF3F3;
    border: 1px solid red;
    -moz-border-radius: 4px;
	border-radius: 4px;
    clear: both;
    color: #CC0000;
    display: block;
    margin: 45px 0 5px;
}

.pack-filter {
	clear: left;
	float: right;
	margin-top: 5px;
}

.pack-filter #packFilter, #pack-add-details input[type="text"] {
	border: 1px solid #CCC;
   	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #777;    
    padding: 2px 20px 2px 2px;
    text-align: left;
    width: 200px;	    
}

.pack-filter #packFilter:focus {
	color: #333;
}

.pack-filter #packFilter:hover {
	background-image: url("../images/packer/close.png");
	background-repeat: no-repeat;
	background-position: 207px;	
}

#packFilterSearch {
	margin-left: 3px;
	vertical-align: middle;		
}
 

.pack-add {	
	padding: 5px 0;
	margin: 5px 0;
	text-align: center;
}

.pack-list {
}

.pack-list-item {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0 5px;
	overflow: hidden;
}

.pack-list-item img {
	vertical-align: sub;
}

.pack-list-item h1 {
	color: #666;
	display: inline;
}

.pack-list-release, .pack-list-release-add {
	margin-left: 15px;
	padding: 4px 0;
}

.pack-list-release span {
	color: #666;
}

#pack-add-details, #episode-add-details, .release-subtitle-linking {
	text-align: center;
	padding: 10px 0px;
	background-color: #FAF7F5;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
	display: none;
}

#episode-add-details select {
    border: 1px solid #CCCCCC;
    min-width: 250px;
    padding: 1px;
    margin-bottom: 3px;
}

.add-pack-list {
	text-align: left;
	padding-left: 50px;
}

.add-pack-list-item span {
	color: #666666;
    display: inline;
    font-size: 100%;
    font-weight: bold;
}

.pack-release-linking-item {
	display: inline-block;
	padding-right: 20px;
}

#imageResultBox div {
	float: left;
	margin: 5px 2px;
	min-height: 200px;
	text-align: center;
	min-width: 170px;
}

#imageResultBox p {
	text-align: center;
	margin: 15px 0;
	font-size: 120%;
}
	

#imageResultBox div a, #imageResultBox div span {
	margin-top: 3px;	
	
}

.paginate {
	font-size: 80%;
	overflow: hidden;
	padding: 10px 3px;
}

.paginate a, a.link-button {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

a.link-button img {
	vertical-align: text-bottom;
}

input[type=submit].link-button, input[type=button].link-button {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	font-size: 100%;
	color: #666;
	margin: 0 3px 0 0;
	padding: 1px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}



.paginate span {
	padding: 2px 3px;
}

.release-item {
	padding-left: 10px;
	font-size: 80%;
}

.release-title {
	padding-top: 10px;
	clear: both;
	font-size: 110%;
	font-weight: bold;
	color: #565049;
	text-align: center;	
}



.prop .value input[type=text] {
    border: 1px solid #CCCCCC;
   -moz-border-radius: 2px;
	border-radius: 2px;
    color: #333;
    min-width: 120px;
    padding: 2px;
    text-align: left;
    width: 40%;
}

.prop .value textarea {
    min-width: 120px;
    text-align: left;
    width: 40%;
    border: 1px solid #CCCCCC;
   -moz-border-radius: 2px;
	border-radius: 2px;
    color: #333;
}

.prop .value select {
    border: 1px solid #CCCCCC;
   -moz-border-radius: 2px;
	border-radius: 2px;
    color: #333;
    padding: 2px;
}


.prop .value .comments {
	display: inline-block;
	vertical-align: top;
	width: 55%;
}

.prop .value .comments select{
	width: 240px
}

.prop .extended input[type=text] {    
    width: 95%;
}

.prop .short select {    
    width: 98%;
}


.actions {
	text-align: center;		
}

#spinner {
	display: none;
}

/*** Portal Admin ***/

.latest-pack {
	padding: 3px 0;
	display: inline-block;
}

.latest-pack:hover {
	background: rgb(240, 240, 240); 
	background: rgba(204, 204, 204, 0.1);
}

.latest-pack:first {
	padding-top: 20px;
	display: inline-block;
}

.latest-pack-info {
	display: inline-block;
    font-weight: bold;
    width: 280px;
}

.latest-pack-info .release {
	padding-left: 10px;
	font-weight: normal;
}

.latest-pack-control {
	float: right;
	width: 50px;
	margin-top: 3px;
	text-align: center;
}

.movie-translation-result {
	padding-top: 7px;
}

/** Public Packer **/

.pmovie .poster {
	float: left;
	border-radius: 5px 0 0 0;
	margin: -12px 10px 0px -15px;
}

.pmovie h1 {
    font-size: 180%;
	color: #222222;
}

.pmovie h1 .year{
	font-size: 90%;
	color: #888;
}

.pmovie .controlBar {
	border-left: 1px solid rgba(200, 200, 200, 0.2);
    float: right;
    height: 210px;
    margin: 30px -15px 0 5px;
    padding: 5px;
    text-align: center;
    width: 45px;
}

.pmovie .controlBar img {
	clear: both;
	margin: 4px 0;
}

.controlBar #plusone-container {
	margin-top: 5px;
	margin-left: -2px;
}

.controlBar .rating {
	margin-top:-50px;
}

.controlBar .rating .score {
	font-size:300%;
}

.controlBar .rating .score span {
	opacity: 0.5;
	vertical-align: text-top; 
	font-size: 70%;
}

.controlBar .rating .sub {
	font-size: 70%;
	margin: -8px 0;
}

.controlBar #user-rating {
	min-height: 70px;
}

.controlBar #user-rating {
	color: #FE9000;
	cursor: pointer;
	margin-top: 2px;
}

.controlBar #user-rating .sub {
	margin-left: -2px;
}

.controlBar #rate-star {
	margin: 15px 5px 13px 0px;
}

.controlBar #user-rating .rateme {
	color: #393733;
}


.controlBar a.forum-comment {
	color: #997755;
    font-size: 80%;
}

.controlBar a.forum-comment:hover {
	text-decoration: none;
}

.controlBar #rating-star-holder {
	display: none;
} 

#rate-box {
	display: none;
	position: absolute;
	width: 350px;
	height: 170px;
	background: #565049;
	color: #fff;
	font-size: 90%;
	border-radius: 5px;
	margin-top: -55px;
	margin-left: -370px;	
	padding: 5px;
}

#rate-box:after {
	content: "";
	position: absolute;
	top: 15px;
	right: -5px;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent #565049;
	display: block;
	width: 0;
	z-index: 1;
}

#rate-box .star-line {
	padding: 5px 90px;
}

#rate-box textarea {
	width: 340px;
	margin: 10px 0 5px;
	height: 96px;
	resize: none;
	border: none;
}

#rate-box input[type=button] {
	border-radius: 2px;
	border: none;
	width: 70px;
	padding: 3px;
	margin: 0 2px;
}



/* star rating */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/packs/rating/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/packs/rating/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

.pmovie .details {
	max-height: 130px;
    margin-bottom: 10px;
    overflow-y: auto;
}

.pmovie .item {
	margin-bottom: 5px;
}

.pmovie .item .key {
	font-weight: bold;
	font-size: 105%;
}

.pmovie .releases {
	background-color: #565049;
    border-radius: 0 0 5px 5px;
    clear: both;
    color: #FFFFFF;
    margin: 0 -15px;
    padding: 5px 7px 7px 7px;	
}

.pmovie .media {
	margin-top: 5px;
	border-radius: 0 0 5px 5px;
    clear: both;
    color: #FFFFFF;
    margin: 5px -15px 5px -15px;
    
}

.pmovie .release, .pmovie .media-header {
	background-color: #7E7770;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px;
	margin-top: 5px;
	font-weight: bold;
}

.pmovie .media-header {
	text-transform: uppercase;
	font-weight: normal;
}


.pmovie .releases h3 {
	color: #fff;
}


.pmovie .release-team {
	display: inline-block;
	min-width: 150px;
}

.pmovie .release-tags {
	display: inline-block;
	min-width: 200px;
}

.pmovie .release-size {
	display: inline-block;
	margin-left: 15px;
}

.pmovie .release .key {
	font-weight: normal;
}

.pmovie .release .icon-set {
	float: right;
}

.pmovie .release-info, .pmovie .media-content {
	background-color: #DDDCDA;	
	font-weight: normal;
	color: #000;
	min-height: 75px;
	overflow: hidden;
	padding: 5px;
	border-radius: 0 0 5px 5px;
}

.pmovie .media-content {
	height: 265px;
	text-align: center;
}

.pmovie .release-info .section {
	float:left;
	overflow: hidden;
	min-height: 90px;
	min-width: 156px;	
	background-color: #FFF;
	text-align: center;
	margin: 4px;
	padding: 3px;
	border-radius: 3px;
}

/* movie sections */

.pmovie .release-info .section_1 {
	width: 882px;
}

.pmovie .release-info .section_2 {
	width: 434px;
}

.pmovie .release-info .section_3 {
	width: 284px;
}

.pmovie .release-info .section_4 {
	width: 214px;
}

/* movie with details sections */

.pmovie .release-info .dsection_1 {
	width: 394px;
}

.pmovie .release-info .dsection_2 {
	width: 394px;
}

.pmovie .release-info .dsection_3 {
	width: 394px;
}

.pmovie .release-info .dsection_4 {
	width: 190px;
}

/* series sections */

.pmovie .episode .release-info .section_1 {
	width: 668px;
}

.pmovie .episode .release-info .section_2 {
	width: 327px;
}

.pmovie .episode .release-info .section_3 {
	width: 226px;
}

.pmovie .episode .release-info .section_4 {
	width: 327px;
}


/* movie subtitle sections */

.pmovie .release-info .subtitle_2 {
	width: 882px;	
}

.pmovie .release-info .subtitle_3 {
	width: 584px;
}

.pmovie .release-info .subtitle_4 {
	width: 426px;
}

/* movie subtitle with details sections */

.pmovie .release-info .dsubtitle_2 {
	width: 394px;
}

.pmovie .release-info .dsubtitle_3 {
	width: 394px;
}

.pmovie .release-info .dsubtitle_4 {
	width: 394px;
}

/* series subtitle  */

.pmovie .episode .release-info .subtitle_2 {
	width: 668px;
}

.pmovie .episode .release-info .subtitle_3 {
	width: 428px;
}

.pmovie .episode .release-info .subtitle_4 {
	width: 668px;
}

.pmovie .release-info .subtitle a {
	display: inline-block;
}

.pmovie .release-info .subtitle .links strong {
	font-weight: bold;	
	color: #444;
}

.pmovie .release-info .subtitle .links span {
	display: block;	
	color: #333;
}


.pmovie .release-info .section .links {
	padding: 2px 0;
	display: table;
	width: 100%;
}

.pmovie .release-info .section .links div {
	display: table-cell;
	vertical-align: middle;
}

.pmovie .release-info .section .links .release-icon {
	width: 50px;
	padding: 10px 0;
}

.pmovie .release-info .subtitle .links .subtitle-work {
	font-size: 95%;
    margin-top: 0;
}
	
.pmovie .release-info .scene-info {	
	background-color: #FFF;
	text-align: left;
	max-width: 474px;
	width: 474px;
	height: 194px;
	overflow-y: auto;
}

.pmovie .episode .release-info .scene-info {	
	background-color: #FFF;
	text-align: left;
	max-width: 668px;
	width: 668px;
	height: 194px;
	overflow-y: auto;
}

.pmovie .release-info .section h4 {

	background-color: #F6F6F6;
    color: #555555;
    font-size: 70%;
    height: 16px;
    margin: -3px -5px 0;
    padding: 2px 10px 0 0;
    text-align: right;
    text-transform: uppercase;
}

.pmovie .release-info .section a {
    background-color: #565049;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    margin: 1px 0;
    padding: 3px 8px;
    text-transform: uppercase;
}

.pmovie .release-info .section a:hover {
	text-decoration: none;
}

.pmovie .release-info .section a.magnet {
	vertical-align: bottom;
	padding: 6px 8px;
}

.pmovie .release-info .subtitle a {
	background-color: #FE9000;
	text-shadow: 1px 1px 1px #333333;
}

.pmovie .hide {
	display: none;
}

.pmovie .media .trailer, .pmovie .media .gallery  {
	float: left;	
	width: 456px;	
}

.pmovie .media .gallery  {
	margin-left: 8px;
}

.pmovie .media .gallery-strip {
	padding: 10px 5px;
}

.pmovie .media .gallery-single .media-content {
	width: auto;	
	height: auto;	
}

.pmovie .media .trailer-single .media-content {
	width: auto;
}

.pmovie .media .gallery-single .gallery-strip {
	padding: 5px 5px;
}

.pmovie .related {
	margin: 5px 0;
	clear: both;
	float: left;
	width: 100%;
}
	
.pmovie .media .related .media-content {
	height: auto;
}

.pmovie .media .related	.related-item {
	display: inline-block;
    width: 160px;
	margin: 3px;
	vertical-align: top;
}

.pmovie .media .related	.related-item *:hover {
	text-decoration: none;	
}

/** series **/

.pserie {
	
}

.pserie .episodes {
	background: url("../images/packs/episode-bg.png") repeat-y;
	/*background-color: #565049;*/
    border-radius: 0 0 5px 5px;
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: 15px;
    width: 920px;   
}

.pserie .episode-list {
	float: left;   	
    width: 214px;
    color: #FFF;
	background-color: #7B7672;
	border-radius: 0 0 0 5px;
}

.pserie .episode-list .selected {
	background-color: #565049;
	border-radius: 5px 0 0 5px;
}

.pserie .episode-item, .pserie .episode-season {	
	padding: 4px 5px;
	border-bottom: 1px solid rgba(220,220,220,0.3);
	font-size: 80%;
}

.pserie .episode-item:last-child {
	border-bottom: none;
}

.pserie .episode-item strong {
	font-size: 125%;
}


.pserie .episode-season {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	text-align: center;
}



.pserie .episode {
	float: left;
    margin: 0;
    width: 706px;
    background-color: #565049;
    border-radius: 0 0 5px 0;
}

.pserie .season-list {
	margin-top: -25px;
	margin-left: 15px;
}

.pserie .season-item {
	background-color: #7E7770;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    padding: 3px 10px 2px;
    text-transform: uppercase;
}

.pserie .episode-item a, .pserie .season-item a {
	color: #FFF;
}

.pserie .episode-item a:hover, .pserie .season-item a:hover {
	text-decoration: none;
}

.pserie .season-list .selected {
	background-color: #565049;
}

.pserie .episode-info {
	margin: 10px 10px 0 10px;
	color: #FFF;
}

.pserie .episode-info span {
	opacity: .9;
}

.pserie .episode-info .episode-poster {
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}

.pserie .episode-info h1 {
	color: #FFF;
	opacity: .8;
}

.pserie .releases {
	margin: 0;
}

.pserie .media {
	margin: 0 7px 7px 7px;
}

.pserie .media .trailer, .pserie .media .gallery  {
	width: 100%;
	height: auto;
	min-height: auto;
}

.pserie .media .media-content {
	width: auto;	
	height: auto;	
}

.pserie .media .gallery  {
	margin: 5px 0px;
}

/** ad-glider **/

#ad-glider {
	position: absolute;
	top: 90px;
	right: 5px;
	display: none;
}

.ad-glider-handler {	
	position: relative;
	height: 12px;
	background-color: #DDD;
}

.ad-glider-handler a {
	float: right;
	color: grey;
	margin: -1px 2px;
	text-decoration: none;
	font: 11px arial;    
	font-weight: bold;
}

.ad-glider-content {
	position: relative;
}
/** search **/

.search-nav {
	margin: -12px -15px; 
	border-radius: 6px 6px 0 0;
	background-color: #565049;
}

.search-nav h2 {
	padding: 7px 20px 5px;
	color: #FFF;
	font-size: 160%;
}

.search-parameters {
	margin: 0 -15px 10px -15px; 
	padding: 10px 20px;
	background-color: #565049;
}

.search-parameters #searchFilter {
	border: 0px;
	font-size: 150%;
	width: 500px;
	padding: 5px 40px 5px 6px;
	border-radius: 3px;
	line-height: 1.2;
}

.search-parameters #packFilterSearch {
	margin-left: -40px;
	margin-top: -5px;
	z-index: 10;
}

.search-parameters #movieFilter {
	margin-left: 30px;
}

.search-parameters #serieFilter {
	margin-left: 10px;
}



.search-parameters #advancedButton {
	border-radius: 5px;
	color: #DDD;
	padding: 7px 10px 5px;
	font-size: 115%;
	font-weight: bold;
	margin-left: 35px;
	margin-bottom: 5px;
	display: inline-block;
}

.search-parameters #advancedButton:hover {
	text-decoration: none;
	background-color: #7E7770;
	color: #FFF;
}

.search-parameters #advancedButton:focus {
	text-decoration: none;
	color: #FFF;
}

.search-parameters .advanced-enabled {
	text-decoration: none;
	background-color: #7E7770;
	color: #FFF;
}

.search-parameters span {
	color: #DDD;
	font-size: 110%;
}

.search-parameters-extra {
	background-color: #DDDCDA;
	margin: -10px -15px 10px -15px; 
	padding: 10px 20px 0;
	overflow: hidden;
	display: none;
}

.search-parameters-extra-enabled {
	display: block;
}

.search-parameters-filters {
	float: left;
	width: 60%;
}

.search-parameters-filters label {
	display: inline-block;
	width: 100px;
}

.search-parameters-filters input[type=text] {
	width: 350px;
	border: 1px solid #ccc;
	padding: 1px 4px;
}

.search-parameters-selectors {
	float: right;
	width: 35%;
}

.search-parameters-selectors input {
	vertical-align: bottom;
}

.search-results {
	float: left;
}

.search-cover {
	float:left;	
	clear:left;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
	
}

.search-cover img {
	border-radius: 2px;
}

.search-item-desc {
	float:left;
	padding-left: 5px;
	
}

.search-item-desc a:hover {
	text-decoration: none;
}


.search-results .pack-list-item {
	border-bottom: none;
	width:100%;
}

.search-results .pack-list-item h1 {
	font-size: 120%;
	max-width: 700px;
	display: inline-block;
}

.search-results .pack-list-item a:focus {
	text-decoration: none;
}

.search-results .pack-list-release {
	border: 1px solid #EEE;
	border-radius: 6px;
	padding: 4px 10px; 
	margin-top: 3px;
	width: 735px;
}

.search-results .pack-list-comments {
	background-color: #eee;
}

.pack-list-release .team {
	display: inline-block;
	min-width: 200px;
}

.pack-list-release .version {
	display: inline;
}

.pack-list-release .icons {
	float: right;
}

.pack-list-release .size {
	color: #393733
}

.pack-list-release .grip {
	margin-right: 5px;
}

/** news **/


.news-main .search-cover {
	float:left;	
	clear:left;
	min-width: 80px;
	min-height: 70px;
	text-align: center;
	
}

.news-main .search-cover img {
	height: 60px;
}

.news-button-section {	
	display: inline-block;
	padding:3px 15px;
	border-right: 1px solid #7E7770;
}

.news-rss-section {
	float: right;
	padding: 9px 10px;
}

.news-button:visited {
	color: #7E7770;
}

.news-button {
	font-family:'ATLogo',arial, helvetica, sans-serif;
	font-size: 115%;
	border-radius: 5px;
	color: #7E7770;
	padding: 5px 10px;
	display: inline-block;
	min-width: 60px;
	text-align: center;
}

.news-button:hover {
	text-decoration: none;
	color: #FFF;
}

.news-button:focus {
	text-decoration: none;
	color: #FFF;
}


.news-button-enabled {
	text-decoration: none;
	background-color: #7E7770;
	color: #FFF;
}

.news-button-enabled:visited {
	color: #FFF;
}

.news-more {
	background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin: 3px 0 3px 15px;
    padding: 4px 10px;
    text-align: center;
    width: 820px;
}

.news-more:hover {
	text-decoration: none;
}

.news-date-box {
	display: block;
	clear:both;
	text-align: center;
}
.news-date {
	display: inline-block;
	margin: 0 10px 0;
    position: relative;
    width: 140px;
    text-align: center;
    
}

.news-date .tip {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    background: none repeat scroll 0 0 #E5E5E5;
    border: 0 none;
    display: block;
    float: left;
    height: 20px;
    left: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20px;    
}

.before .tip {
	top: -5px;
}

.after .tip {
	bottom: 5px;
    top: auto;
}

.news-date span {
	background-color: #E5E5E5;
    border-radius: 10px 10px 10px 10px;
    color: #7D7D7D;
    display: block;
    padding: 2px 20px 5px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    margin-bottom: 10px;
}



/** sidebar **/

.admin-sidebar {
	margin-top: 35px
}

.admin-sidebar .admin-link {
	display: block;
}

.mode-notice {
	padding: 20px 10px;
	background-color: #eee;
}

/** myfeed **/

.myfeed {
	width: 95%;
	padding-top: 10px;
	clear: both;
}

.myfeed h3  {
	padding-top: 10px;
}

.myfeed .url {
	text-align: center;
	font-size: 150%;
	padding: 0.5em 0;
	background-color: #FAF6DA;
	border-radius : 5px;
	margin: 10px 0;
	user-select: text;
}

.myfeed .url a:hover {
	text-decoration: none;
}

.myfeed .toggle-public {
 	font-size: 120%;
 	text-align: center
}

.myfeed .toggle-public input {
	border-radius : 4px;
	padding: 5px 7px;
	background-color: rgb(245, 245, 245);
	background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
	border: 1px solid rgb(179, 179, 179);
}
	
.myfeed table {
	border-spacing: 0;
	margin: 20px 0 10px;
}

.myfeed th {
	background: none;
	font-size: 90%;
	font-weight: bold;
}

.myfeed td {
	font-size: 90%;
	vertical-align: middle;
	
}

.myfeed tr:hover {
	background-color: #FAF6DA;
}

.myfeed .paginate {
	float:right;
}

.myfeed-item {
	display:none;
	border-radius: 4px;
	color: #FFFFFF;
	background: rgb(86, 80, 73) url(../images/packs/rss-icon.gif) no-repeat center;
	font-size: 100%;
	margin: 1px 0;
	padding: 3px 8px;
	width: 12px;
	height: 18px;
	vertical-align: bottom;
	cursor: pointer;
}

.myfeed-item-enabled {
	background-image: url(../images/packs/rss-icon-enabled.gif);
	cursor: auto;
}

/* ranking */

.ranking-parameters {
	padding: 10px 0;
}

.ranking-results .pack-list-release {
	width: 666px;
}

.ranking-results .search-cover img {
	height: 100px;
}

.ranking-results .controlBar {
	float: left;
	margin: 5px auto;
	width: 100px;
	text-align: center;
}

.ranking-results .controlBar .rating {
	margin: 0;
}

.ranking-results pre {
	font: 90%/1.3 arial, helvetica, sans-serif;
	margin-bottom: 5px;
	white-space: pre-wrap;
}

.search-personal #searchFilter {
	width: 350px;
}

.search-results .pack-list-release-more {
	text-align: center;
}

