/* 
    Document   : arimano
    Created on : 2012-10-15, 15:36:26
    Author     : D-LUSiON
    Description:
        Purpose of the stylesheet follows.
*/

/*TABS - MOVIE TRAILERS*/

.top_lim {
	height: 117px;
}

#topLinks.newTopLinks {
	padding-bottom: 2px;
}

#newTopLinks {
	height: 19px;
	margin-left: 3px !important;
	text-transform: uppercase;
}
#newTopLinks li {
	margin-top: 4px !important;
	margin-bottom: 1px !important;
	margin-left: 9px !important;
}
h1.newTopLinks {
	width: auto;
	margin-top: 0px !important;
	margin-bottom: 3px;
	clear: both;
}
#accountPanel.newTopLinks {
	position: relative;
}
#accountPanel.newTopLinks ul {
	position: absolute;
	top: -8px;
	right: 0px;
}

.itemHeading {
   text-transform: uppercase;
   background: url(/images/orange_tab_center.png) repeat-x;
   padding: 5px 10px;
   border-bottom: 1px solid white;
   color: white;
   /*   text-shadow: 2px 2px 1px #666;*/
   border-radius: 3px 3px 0px 0px;


   text-transform:uppercase;
   color:#FFF;
   /*   margin-top:5px;
      margin-left:10px;*/
   font-size:14px;
   /*   width:281px;*/
}

.itemHeading .see_all {
   float: right;
   width: 69px;
   height: 11px;
   margin-right: -8px;
   margin-top: 1px;
   padding-top: 2px;
   padding-left: 5px;
   background: url(../images/view_all_back1.png) no-repeat 0 0;
   color: black;
   font-size: 8px;
}

.itemHeading .see_all:hover {
   background: url(../images/view_all_back1.png) no-repeat 0 -13px;
   color: white;
}

.tabsContainer {
   height: 49px;
   background: #ffe58e url(../images/orange_tab_container_bg.jpg) repeat-x;
}

.tabsContainer .town_active,
.tabsContainer .town_pasive {
   float: left;
   margin:  8px 0 0 0;
   padding: 7px 10px 21px 10px;

}

.tabsContainer .town_active {
   background: url(../images/tab_active3.png) repeat-x top center;
}
.tabsContainer .town_pasive {
   background: url(../images/orange_tab_inactive.jpg) repeat-x ;
}
.tabsContainer .divider {
   float: left;
   width: 1px;
   height: 41px;
}

.tabContent {
   display: none;
   padding: 10px;
   background: #fff5d2;
}

.tabContent.current {
   display: block;
}

.movieThumb {
   display: block;
   width: 122px;
   margin-bottom: 10px;
   border: 3px solid white;
   padding: 62px 3px 3px 3px;
   text-align: right;
   background-repeat: no-repeat !important;
   background-color: white !important;
   background-position: center center !important;
}
.trailerTime {
   padding: 2px 4px;
   background: black;
   color: white;
}

.trailerName a {
   font-size: 12px;
   font-weight: bold;
   color: #445124;
}

/*MODAL WINDOW*/

.modal {
   display: none;
   position: fixed;
   z-index: 1000;
   width: 428px;
   border-radius: 3px 3px 0 0;
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   background: #E9EFDB;
   color: #333;
}

.modal h3 {
   border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   padding: 3px 5px;
   background: #8CA154;
   color: white;
   font-size: 16px;
}

.modal h3 .modal_close {
   float: right;
   margin-top: 4px;
   margin-right: 4px;
   cursor: pointer;
   color: #333;
   font-size: 10px;
}

.modal .modal_content {
   padding: 10px;
}

.modal_form .required {
   margin-right: 5px;
   color: red;
   font-size: 10px;
}

.modal_form label,
.modal_form input[type=text],
.modal_form textarea {
   display: block;
}

.modal_form input[type=text],
.modal_form textarea {
   width: 400px;
   margin-bottom: 10px;
   resize: none;
}

.modal_form textarea {
   height: 130px;
   overflow: auto;
}

.holder.center {
   text-align: center
}

.holder.right {
   text-align: right;
}

.holder.space {
   padding: 10px 0;
}

.modal_form input[type=submit] {
   width: 150px;
   padding-top: 3px;
   padding-bottom: 3px;
}


/*OTHER*/

.not_logged {
   cursor: pointer
}

#loginform-info {
   padding: 10px;
   text-align: center;
   font-size: 15px;
}

#loginformContainer {
   width: 408px;
   background-color: #E9EFDB;
   padding: 10px;
   color: #333;
}

#loginformContainer input[type=text],
#loginformContainer input[type=password] {
   width: 288px;
}

#loginformContainer label {
   display: inline-block;
   width: 100px;
}

.feedback_error p {
   margin-bottom: 3px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   padding: 5px 7px;
   background: #ff9999;
   font-weight: bold;

}

.button {
   display: inline-block;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding: 5px 7px;
   background: #E9EFDB;
   color: black;
}

.button:hover {
   background: #8CA154;
}

#searchresults {
   position: absolute;
   z-index: 2147483647;
   width: 250px;
   margin-left: -131px;
   background: white;
   border-radius: 0 0 7px 7px;
   -moz-border-radius: 0 0 7px 7px;
   -webkit-border-radius: 0 0 7px 7px;
   box-shadow: 5px 5px 10px black;
   -moz-box-shadow: 5px 5px 10px black;
   -webkit-box-shadow: 5px 5px 10px black;
}

#searchresults ul {
   clear: both;
   margin-bottom: 0;
   margin-left: 0;
   list-style: none;
}

#searchresults li {
   width: 242px;
   min-height: 50px;
   margin-top: 0;
   border-bottom: 1px solid #8CA154;
   padding: 3px 4px;
   list-style: none;
   line-height: normal;
   background-image: none;
}

/*#searchresults li:hover,*/
#searchresults li.selected {
   background: #ffe58e;
}

#searchresults li .img_container {
   position: absolute;
   width: 50px;
   height: 50px;
   clip: rect(0, 50px, 50px, 0);
}

#searchresults li img {
   float: left;
   border: none;
   margin-right: 5px;
   width: 50px;
}

#searchresults .result_text {
   margin-left: 53px;
}

#searchresults .result_text h4 {
   margin: 0 !important;
}

#viewAllResults {
   clear: both;
   padding: 10px 0;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   background: #ffe58e;
   border-radius: 0 0 7px 7px;
   -moz-border-radius: 0 0 7px 7px;
   -webkit-border-radius: 0 0 7px 7px;
}

#viewAllResults:hover {
   text-shadow: 0px 0px 5px orange;
}

.search_more_button {
   display: inline-block;
   margin-top: 4px;
   border: 1px solid #8CA154 !important;
   border-radius: 4px;
   padding: 3px 6px 4px 6px !important;
   background: #8CA154;
   background-image: none !important;
   color: white;
   font-weight: bold;
}

.search_more_button:hover {
   border: 1px solid #8CA154 !important;
   background: #ffe58e;
   color: black;
}

a.playButton {
	 display: inline-block;
	 margin-top: 5px;
	 border: none;
	 padding-top: 10px;
	 padding-right: 57px;
	 padding-bottom: 9px !important;
	 padding-left: 58px !important;
	 background: url(img/games_play.jpg) repeat-x;
	 font-size: 18px;
}
.page_film a.playButton{
	width:156px;
	text-align:center;
	padding-left:6px !important;
	padding-right:6px !important;
}
.page_film .playButtonContainer a.playButton {
	top: 0;
	left: 0;
}

.playButtonContainer .buttonPlay {
	display: block;
	margin-top: 5px;
	padding: 12px 5px;
	background: url(../i/btn_play.png) repeat-x;
	font-size: 18px;
	text-align: center;
}

.ratingStars {
	 list-style: none;
	 margin-bottom: 5px;
}

.ratingStars li {
	 display: inline;
	 padding-left: 0;
	 background-image: none;
}

.ratingMessages .error {
	 color: red;
	 text-transform: uppercase;
}

.ratingMessages .success {
	 color: green;
}

.star {
	 display: inline-block;
	 width: 16px;
	 height: 16px;
}
.star.off {
	 background: url(img/star_off.png) no-repeat;
}
.star.half {
	 background: url(img/star_half.png) no-repeat;
}
.star.on {
	 background: url(img/star_on.png) no-repeat;
}

.tapetRowItemImgContainer {
	 width: 170px;
	 height: 128px;
	 margin-bottom: 10px;
	 border: 1px solid #d1ddb5;
	 padding: 6px;
	 background: #fff;
}

.tapetRowItemImgContainerClip {
	 position: absolute;
	 width: 172px;
	 height: 134px;
	 clip: rect(0px, 184px, 128px, 0px);
}

.tapetRowItemImgContainer img {
	 margin: 0 !important;
	 border: none !important;
	 padding: 0 !important;
}

.tapetRowItemTextContainer {
	width: 184px;
	height: 40px;
	font-weight: bold;
}

.ImageContainer {
	 width: 156px;
	 border: 1px solid #d1ddb5;
	 padding: 6px;
	 background: #fff;
}

.ImageContainer img {
	 width: 100%;
}

/* MODAL WINDOWS */

#modalWindowOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

#modalWindowContent {
	position: fixed;
	z-index: 1000000001;
	padding: 10px;
	background: white;
	cursor: pointer;
}

#modalWindowContent img {
	height: 100%;
}

#modalWindowContent .close {
	position: fixed;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: -17px;
	margin-top: -17px;
	background: url("../i/comunity/close.png") no-repeat;
}

#videoAdvert_overlay {
	position: fixed;
	z-index: 2147483646;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/* IE 5-7 */
	filter: alpha(opacity=75);
	/* Netscape */
	-moz-opacity: 0.75;
	/* Safari 1.x */
	-khtml-opacity: 0.75;
	/* Good browsers */
	opacity: 0.75;
    background-color: black;
}

#videoAdvert_container {
	display: none;
	position: fixed;
	z-index: 2147483647;
	width: 600px;
	height: 360px;
	border: 1px solid #888;
	padding: 5px;
	background: white;
}