/* --------------------------------------------------------------------------------------------------- */
/*                                cinenews.be :: general CSS document                                  */
/* --------------------------------------------------------------------------------------------------- */
/* -------------------- */
/* GLOBAL LAYOUT STYLES */
/* -------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	
}
html {
	font-size: 62.5%;
	height:100%;
}
body {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1em;
	color: #333;
	background: #9c9da1 url(/img/backgroud.jpg) fixed;
	height:100%;
}
h1 {
	padding: 10px 0;
	font-size: 2em !important;
}
h2 {
	margin-bottom: 5px;
	color: #5b646c;
	font-size: 2em;
}
h3 {
	width: 290px;
	height: 26px;
	padding: 9px 0 0 10px;
	margin-bottom: 10px;
	background: url(/img/bg_h3.gif) #e01420;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
}
h4 {
	margin-bottom: -2px;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
}
li h4 a, li h4:link {
	color: #fff !important;
}
h5, h5 a, h5:link {
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #5B646C;
	text-decoration: none;
}
h6 {
	
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 18px;
}
a {
	color: #f91910;
	text-decoration: none;
}
a:hover {
	
}
em {
	
}
strong {
	
}
img.png {
	behavior: url(/css/iepngfix.htc);
}
.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}
hr {
	height: 10px;
	margin: 10px 0;
	border: none;
	background-color: #e5e8ed;
}
.hr {
	border-bottom: 10px #e5e8ed solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li { zoom:1;  _zoom: 1; }
/* ------------------------ */
/* GLOBAL CONTENT CONTAINER */
/* ------------------------ */
#container {
	width: 1000px;
	margin: 0 auto;
}
#leader {
	padding: 7px 0;
	text-align: center;
}
.fullpage {
	padding-right: 20px;
}
a#annonceur {
	display: block;
	width: 1000px;
}
#content_wrapper_top {
	height: 10px;
	background: url(/img/content_wrapper_top.png) no-repeat;
	_background: url(/img/content_wrapper_top.gif) no-repeat;
	_margin-bottom: -5px;
}
#content_wrapper_middle {
	background: url(/img/content_wrapper_middle.png) no-repeat;
	_background: none;
	cursor:default;
}
#content_wrapper_bottom {
	height: 20px;
	background: url(/img/content_wrapper_bottom.png) no-repeat;
	_background: url(/img/content_wrapper_bottom.gif) no-repeat;
}
#container_inside {
	width: 970px;
	margin-left: 10px;
	padding: 0 0 0 10px;
	background: #fff;
}
/* ------ */
/* HEADER */
/* ------ */
#header {
	position: relative;
	width: 945px;
	height: 70px;
	padding: 0 20px 0 15px;
	margin-left: 10px;
	_margin-bottom: -4px;
}
ul#nav_supp {
	position: absolute;
	right: 20px;
	bottom: 0;
	_bottom: 4px;
	list-style: none;
}
#nav_supp li {
	float: left;
	height: 29px;
	border-bottom: 4px solid #33b7f4;
}
#nav_supp a {
	display: block;
	_display: inline-block;
	height: 25px;
	padding: 4px 6px 0 6px;
	background: url(/img/bg_nav_supp.gif);
	background: none;
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
}
#nav_supp a:hover, #nav_supp a.active {
	height: 29px;
	padding-top: 0;
	background: url(/img/bg_nav_supp.gif) no-repeat bottom center;
	color: #33b7f4;
}
/* --------------- */
/* MAIN NAVIGATION */
/* --------------- */
#nav_main_wrapper {
	float: left;
	width: 115px;
}
.nav_main_wrapper_top {
	height: 10px;
	background: #363e42 url(/img/nav_main_wrapper_top.gif) no-repeat;
	_margin-bottom: -5px;
}
.nav_main_wrapper_bottom {
	height: 10px;
	background: #363e42 url(/img/nav_main_wrapper_bottom.gif) no-repeat;
	_margin-bottom: -5px;
}
#nav_main {
	background: #363e42;
}
#nav_main a {
	display: block;
	_display: inline;
	margin-left: 7px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}
#nav_main a:hover, #nav_main a.active {
	padding-left: 6px;
	background: url(/img/bg_nav_main_active.gif) no-repeat left center;
}
#nav_main a#home {
	padding-left: 20px;
	font-size: 1.3em;
	background: url(/img/picto_home.gif) no-repeat left center;
}
#nav_main a#home:hover, #nav_main a#home.active {
	color: #0c9fe4;
}
#nav_main h4 {
	height: 18px;
	margin: 12px 0 7px 5px;
	padding: 1px 0 0 7px;
	background: url(/img/bg_nav_main_h4.gif) no-repeat;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
}
#nav_main h4.extras {
	padding-left: 2px;
	background: none;
}
#nav_main ul {
	padding: 0 0 4px 5px;
	background: #242b31 url(/img/bg_nav_main_ul.gif) repeat-x;
	border-bottom: 1px solid #454d50;
	list-style: none;
}
#nav_main ul.extras {
	margin-bottom: -5px;
	padding-bottom: 0;
	border-width: 0;
}
#nav_main li {
	margin-bottom: 3px;
}
#nav_main #myCineNews {
	width: 115px;
	height: 123px;
	padding-top: 10px;
	border-top: 2px solid #fff;
	background: url(/img/bg_nav_main_mycinenews.gif) #0c9fe3;
}
#nav_main #myCineNews h4 {
	margin-top: 0px;
	padding-left: 2px;
	background: none;
}
#nav_main #myCineNews ul {
	background: none;
	border: none;
}
#nav_main #myCineNews a:hover, #nav_main #myCineNews a.active {
	background: url(/img/bg_nav_main_active2.gif) no-repeat left center;
}
#nav_main #myCineNews a#nav_inscription {
	margin: 0 5px 0 0;
	color: #242b31;
	text-decoration: underline;
	text-align: center;
}
#nav_main #myCineNews a#nav_inscription:hover, #nav_main #myCineNews a#nav_inscription.active {
	padding: 0;
	background: none;
	color: #fff;
}
#nav_main a#rss {
	display: block;
	margin: 0;
	width: 85px;
	height: 20px;
	padding: 4px 0 0 30px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: url(/img/bg_nav_main_rss.gif) #d22407;
	font-size: 1.4em;
	font-weight: bold;
}
#nav_main a#rss:hover, #nav_main a#rss.active {
	color: #242c31;
}
#nav_main h4.dvd {
	margin-top: 3px;
}
#nav_main ul.dvd {
	margin-bottom: -5px;
	padding-bottom: 0;
	border-width: 0;
	background: url(/img/bg_nav_main_dvd.gif) repeat-x left bottom;
}
/* -------------------- */
/* SECONDARY NAVIGATION */
/* -------------------- */
#nav_sub {
	
}
#nav_sub ul {
	list-style-type: none;
}
#nav_sub ul li {
	
}
#nav_sub ul li a {
	
}
#nav_sub ul li a:hover, #nav_sub ul li a_active {
	
}
/* ------------ */
/* MAIN CONTENT */
/* ------------ */
#content_main {
	float: right;
	width: 840px;
}
#content_main p {
	font-size: 13px;
}
#searchBar_wrapper {
	position: absolute;
	width: 846px;
	height: 37px;
	background: url(/img/bg_searchBar.png);
	_background: url(/img/bg_searchBar.gif);
}
#searchBar {
	width: 828px;
	padding: 7px 0 0 12px;
	font-size: 1.2em;
	font-weight: bold;
}
.search_dropdown {
	float: left;
	width: 170px;
	margin-right: 25px;
	|margin-top: -2px;
}
label {
	float: left;
	margin-right: 5px;
}
#searchBox {
	float: left;
	margin-top: -1px;
	height: 20px;
}
#search {
	display: block;
	float: left;
	width: 178px;
	height: 18px;
	padding: 2px 0 0 5px;
	background: url(/img/bg_searchBox.gif);
}
#submit {
	float: left;
	width: 32px;
	height: 20px;
}
ul#nav_lang {
	position: absolute;
	right: 16px;
	top: 8px;
}
ul#nav_lang li {
	float: left;
	width: 24px;
	height: 17px;
	_height: 17px;
	_overflow: hidden;
	margin-left: 4px;
	list-style: none;
	text-align: center;
}
ul#nav_lang a {
	display: block;
	width: 24px;
	height: 17px;
	background: url(/img/bg_nav_lang.gif) no-repeat;
	color: #fff;
	text-decoration: none;
}
ul#nav_lang a:hover, ul#nav_lang a.active {
	background: url(/img/bg_nav_lang.gif) no-repeat left bottom;
	_background-position: 0 -17px;
}
#affiche {
	margin: 0px 0 10px 0;
	min-height: 5px;
	padding-top: 32px;
}
#slider_wrapper {
	position: relative;
	width: 816px;
	height: 163px;
	margin-bottom: 24px;
	padding: 3px;
	background: #e5e6e8 url(/img/bg_slider_wrapper.gif) repeat-x;
	border: 1px solid #bec3c9;
}
a#slider_left, a#slider_right {
	display: block;
	position: absolute;
	top: 3px;
	width: 32px;
	height: 103px;
	padding-top: 60px;
	background: #a7acb2;
	color: #666;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a#slider_left:hover, a#slider_right:hover {
	color: #000;
}
a#slider_left {
	left: 3px;
}
a#slider_left span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/picto_slider_left.gif) no-repeat;
}
a#slider_right {
	right: 3px;
}
a#slider_right span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/picto_slider_right.gif) no-repeat;
}
#mask {
	position: absolute;
	top: 3px;
	left: 38px;
	width: 748px;
	height: 163px;
	overflow: hidden;
}
#mask li {
	list-style: none;
	position: relative;
	float: left;
	width: 245px;
	height: 163px;
	margin-right: 1px;
	border-left: 2px solid #c7ccd0;
	overflow: hidden;
}
#mask li .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 248px;
	height: 34px;
	background: #2b2e30;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#mask li .filmInfos {
	position: absolute;
	overflow: hidden;
	left: 5px;
	bottom: 3px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
}
#mask li .filmInfos a, #mask li .filmInfos h5, #mask li .filmInfos h5 a {
	color: #fff;
	text-decoration: none;
}
#mask li .filmInfos a:hover {
	text-decoration: underline;
}
/* LEFT COLUMN */
#leftColumn {
	float: left;
	width: 512px;
}
#infoPannels {
	width: 512px;
	height: 370px;
	margin-bottom: 15px;
	background: url(/img/bg_infoPannels.gif) repeat-x;
	border-bottom: 10px solid #e5e8ed;
}
#nav_infoPannels {
	width: 512px;
	height: 50px;
	margin-bottom: 5px;
	background: #323a3c url(/img/bg_infoPannels_nav.gif) repeat-x;
}
#nav_infoPannels li {
	float: left;
	list-style: none;
}
#nav_infoPannels li a {
	display: block;
	_display: inline-block;
	height: 42px;
	padding: 8px 15px 0 15px;
	background: url(/img/bg_infoPannels_nav.gif) top center no-repeat;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
}
#nav_infoPannels li a:hover, #nav_infoPannels li a.active {
	background: #0d9bd9 url(/img/bg_infoPannels_nav.gif) bottom center no-repeat;
}
#thisWeek, #top20, #upcoming {
	position: relative;
	width: 500px;
	height: 320px;
	margin-left: 6px;
	color: #838d97;
	font-size: 1.3em;
	line-height: 1.3em;
}
#top20, #upcoming {
	display: none;
}
#thisWeek h5, #top20 h5, #upcoming h5 {
	margin-bottom: 5px;
	color: #000;
	font-size: 0.9em;
}
#thisWeek li, #top20 li, #upcoming li {
	float: left;
	width: 109px;
	padding: 0 10px 10px 5px;
	list-style: none;
	border-left: 1px dashed #a4a4a4;
}
#thisWeek li img {
	display: block;
	margin-left: -6px;
	border-bottom: 10px solid #fff;
}
a.hours, a.trailer {
	display: block;
	margin-top: 5px;
	padding-left: 18px;
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}
a.hours:hover, a.trailer:hover {
	text-decoration: underline;
}
a.hours {
	background: url(/img/picto_hour.gif) no-repeat left center;
}
a.trailer {
	background: url(/img/picto_camera.gif) no-repeat left center;
}
a.contest {
	display: block;
	margin-top: 5px;
	color: #e0171d;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
}
a.contest:hover {
	text-decoration: underline;
}
a#allNewMovies {
	position: absolute;
	right: 0;
	bottom: 15px;
	display: block;
	padding-left: 10px;
	background: url(/img/bg_allNewMovies.gif) no-repeat left 6px;
	color: #e0171d;
}
a#allNewMovies:hover {
	text-decoration: none;
}
#actu, #interview {
	padding-bottom: 20px;
	border-bottom: 1px dashed #b4b4b4;
	margin-bottom: 10px;
}
#actu img, #interview img {
	float: left;
	margin: 0 18px 0 0;
}
#actu .date, #interview .date {
	color: #e0171d;
	font-size: 1.2em;
}
#actu h5, #interview h5 {
	font-size: 1.3em;
	text-transform: inherit;
}
#actu p, #interview p {
	font-size: 1.3em;
	color: #666;
}
#actu a.more, #interview a.more {
	padding-right: 8px;
	background: url(/img/picto_more.gif) right 6px no-repeat;
	color: #e0171d;
}
#actu a.more:hover, #interview a.more:hover {
	text-decoration: none;
}
ul#critics {
	margin-bottom: 20px;
}
ul#critics li {
	list-style: none;
	margin-bottom: 20px;
}
ul#critics li img {
	float: left;
	margin-right: 15px;
}
ul#critics h5 {
	|margin-top: -18px;
	font-size: 1.3em;
}
ul#critics h5 .stars {
	margin-left: 5px;
}
ul#critics h5 .stars img {
	float: none;
}
ul#critics p {
	font-size: 1.3em;
	color: #666;
}
ul#critics .director {
	color: #949faa;
}
ul#critics a.more {
	padding-right: 8px;
	background: url(/img/picto_more.gif) right 6px no-repeat;
	color: #e0171d;
}
ul#critics a.more:hover {
	text-decoration: none;
}
.archives {
	float: left;
	margin-top: 30px;
}
.archives h5 {
	color: #333;
}
.archives li {
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
}
.archives li a {
	color: #5B646C;
	text-decoration: none;
}
.archives li a:hover {
	text-decoration: underline;
}
/* RIGHT COLUMN */
#rightColumn {
	float: right;
	width: 300px;
	margin-right: 16px;
	_margin-right: 8px;
}
#pub {
	width: 300px;
	/* height: 250px; */
	margin-bottom: 10px;
}
#map {
	position: relative;
	width: 289px;
	height: 225px;
	margin-bottom: 10px;
	padding: 9px 0 0 11px;
	background: url(/img/bg_map.gif) no-repeat;
}
#map h5 {
	font-size: 1.3em;
	color: #e0171d;
}
#map #theatreLogos {
	width: 90px;
	margin-top: 10px;
}
#map #googleMap {
	position: absolute;
	top: 9px;
	right: 11px;
	width: 177px;
	height: 147px;
}
#map #provinces {
	position: absolute;
	top: 174px;
	left: 11px;
	width: 276px;
	height: 60px;
	font-size: 1.1em;
}
#map #provinces li {
	float: left;
	margin-right: 2px;
	list-style: none;
}
#map #provinces .bullet {
	color: #4cacff;
	margin-right: 1px;
}
#map #provinces a {
	color: #333;
	text-decoration: none;
}
#map #provinces a:hover {
	text-decoration: underline;
}
#contests, #contests_club {
	background: #b1bbc4;
	padding-bottom: 5px;
}
#contests_club {
	margin-bottom: 10px;
	background: url(/img/bg_contests.gif) no-repeat left bottom  #b1bbc4;
}
#contests_club h3 {
	background: url(/img/bg_h3.gif) #e01420;
}
#contests ul, #contests_club ul {
	margin: 0 15px 0 15px;
	list-style: none;
}
#contests li, #contests_club li {
	margin-bottom: 5px;
}
#contests li p, #contests_club li p {
	font-size: 1.2em;
	line-height: 1.2em;
}
#contests li a, #contests_club li a {
	color: #000;
	text-decoration: none;
}
#contests li a:hover, #contests_club li a:hover {
	text-decoration: underline;
}
#newTrailers {
	background: url(/img/bg_contests.gif) no-repeat left bottom #b1bbc4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#newTrailers h4 {
	text-transform: inherit;
	margin-bottom: 5px;
}
#newTrailers ul {
	margin: 0 15px 0 15px;
	list-style: none;
}
#newTrailers li {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}
#newTrailers img {
	float: left;
	margin-right: 10px;
}
#newTrailers li p {
	font-size: 1.2em;
	line-height: 1.2em;
}
#newTrailers li a {
	color: #fff;
	text-decoration: none;
}
#newTrailers li a:hover {
	text-decoration: underline;
}
/* ----------*/
/* SITE INFO */
/* --------- */
#site_info {
	margin: 5px 0 80px 0;
	font-size: 1.2em;
	text-align: center;
}
#site_info a {
	color: #000;
	text-decoration: none;
}
#site_info a:hover {
	text-decoration: underline;
}
/* -------*/
/* Carousel */
/* ------ */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
}
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
/* -------*/
/* ADS */
/* ------ */
.boxTextLink p {
	line-height:24px;
	text-align:right;
    border-bottom: 2px solid #E5E8ED;
    margin-bottom: 10px;
	padding-bottom:5px;
	}
.boxTextLink p a {
	color:#0C9FE4;
	}
.boxTextLink img {
	margin-left:5px;
	}
/* -------*/
/* Movie details */
/* ------ */
.hreview-aggregate {
	
}
.hreview-aggregate .averagedisplay {
	float: right;
	font-weight: bold;
	font-size: 14px;
	padding-top: 6px;
	width:135px;
	text-align:center;
}
.hreview-aggregate  .votescount {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #9ba3ab;
}
.hreview-aggregate h1 {
	font-size: 3em;
}
.hreview-aggregate .item {
	margin-bottom: 8px;
}
.hreview-aggregate .rating {
	
}
.hreview-aggregate .poster {
	float: left;
	padding-right: 6px;
}
.hreview-aggregate .votes {
	width: 232px;
	text-align: center;
	height: 27px;
	background-image: url(/img/bg_mycinenews_rate.gif);
	margin-bottom: 5px;
}

.voterating {
	margin: 5px 0 10px 0;
	width: 200px;
}

.hreview-aggregate .votes select {
	margin-top: 5px;
	width: 200px;
}
.hreview-aggregate .reviews {
	width: 142px;
	text-align: center;
	height: 25px;
	background-image: url(/img/bg_mycinenews_react.gif);
	float: left;
	line-height: 25px;
}

.react .reviews {

	width: 100%;
	background: url(/img/bg_h3.gif) #e01420;
}

.hreview-aggregate .reviews a, .hreview-aggregate .reviews link {
	color: #FFF;
	font-weight: bold;
}

.hreview-aggregate .mycinenewsblocsoon {
	float: right !important;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

.hreview-aggregate .mycinenewsblocsoon .reviews {
	padding: 0 0px;
	width: 200px !important;
	background: url(/img/bg_h3.gif) #e01420;
}

.movieInfos {
	float: left;
	width: 364px;
	font-size: 12px;
	line-height: 16px;
}
.actions li {
	height: 20px;
	list-style-type: none;
	list-style-position: inside;
}
.actions li a, .actions li link {
	color: #fe4867;
	font-size: 13px;
	font-weight: bold;
}
.review_movie {
	margin-bottom: 10px;
}
.review_movie .by {
	color: #000;
	font-size: 12px;
	padding-left: 3px;
}
.review_movie .by a {
	color: #000;
}
.review_movie img {
	padding-right: 5px;
	float: left;
}
/* peoples */
.peoples strong {
	padding: 5px 5px 5px 5px;
	display: block;
}

.peoples {
   bottom: 0 !important;
   left: 186px !important;
   position: absolute !important;
   font-size: 11px;
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   display: inline;
   /* background: #e5e9ee; */
   clear: both;
   zoom: 1;
}

NEW.peoples {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 10px;
	display: inline-block;
	width: 630px;
	zoom: 1;
}


.peoples li {
	display: block;
	padding: 3px;
	list-style-image: none;
	float: left;
	background: #e5e9ee;
	margin-right: 2px;
	width: 118px;
	height: 75px;
}
.peoples li img {
	padding-right: 5px;
}
.peoples li a, .peoples li link {
	padding-left: 3px;
	color: #333;
}
/* starnews */
.starnews strong {
	font-size: 14px;
	padding: 5px 5px 5px 0;
	display: block;
}
.starnews ul, .starnews li {
	display: block;
	padding: 5px 5px;
	width: 235px;
	list-style-image: none;
	float: left;
	background-color: #e5e8ed;
	margin: 5px;
	height: 70px;
	overflow: hidden;
}
.starnews li img {
	float: left;
	padding-right: 5px;
}
.starnews li a, .peoples li link {
	color: #fe4867;
	font-size: 13px;
}
/* Theaters */
.theater {
	padding: 1px 10px;
	display: block;
	font-size: 13px;
}
.theater a {
	color: #70808d;
}
.theater a:hover {
	text-decoration: underline;
}
/* showtime */
.showtime td, showtime .tr {
	height: 30px;
	font-size: 11px;
}
.showtime_general td, showtime_general .tr {
	height: 20px;
	font-size: 11px;
	border-bottom: #E5E8ED solid 1px;
	padding-bottom: 5px;
}
.showtime_general a {
	color: #869098;
}
.showtime_general a:hover {
	text-decoration: underline;
}
.title td , .title tr {
	padding: 0 !important;
	margin: 0;
	font-size: 18px;
}
td .titlerating {
	width: 80px !important;
	text-align: center;
}
.showtime td {
	padding-left: 10px;
}

.showtime td.center {
	padding: 0 !important;
	text-align: center;
}

.showtime .datenum {
	padding: 0 !important;
	margin: 0;
	text-align: center;
}
.showtime .datetxt {
	font-style: normal;
	font-weight: bold;
}
.showtime .posterthumb {
	padding: 8px 10px 0 0;
}
td.nospace {
	height: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}
td.endRow {
	border-bottom: 1px dashed #999;
	height: 5px;
}
.showtime th {
	height: 20px;
	font-size: 13px;
	text-align: left;
}
.showtime_general th {
	height: 20px;
	font-size: 13px;
	text-align: left;
}
.links li {
	list-style-position: inside;
	list-style-image: url(/img/shape_red.gif);
	padding: 3px 0;
}
.links .title {
	font-size: 14px;
	font-weight: bold;
	color: #F91910;
}
.suite_red {
	color: #F91910;
	text-decoration: underline;
	font-size: 11px;
	display: inline;
	margin-left: 5px;
	background: url(/img/shape_red.gif) no-repeat right;
	padding-right: 7px;
}
.links li a, .links li link {
	color: #333;
	font-size: 13px;
}
.moviesList li {
	border-bottom: 1px dashed #999;
	padding-top: 10px;
	list-style-type: none;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #777;
}

.moviesList  .listdate {
	float: left;
	font-weight: bold;
}

.moviesList  .listlink {
	float: left;
	width: 440px;
	padding-left: 5px;
}

.moviesList .reviewInfos {
	background-color: #f1f2f5;
	padding: 5px;
}
.moviesList .reviewInfos img {
	padding-left: 15px;
	float: right;
	width: 66px;
	height: 13px;
}
.moviesReviews p {
	color: #333 !important;
	padding: 5px;
	text-align: justify;
}
li.focus {
	font-weight: bold;
	padding-left: 30px;
	background: #ffd9d9 url(/pics/moviefocus.gif) repeat-y;
}
.moviesList li .rating {
	float: right;
	padding: 0;
}
.moviesList .rowNum {
	color: #000;
	width: 70px;
	float: left;
	padding-top: 15px;
	height: 65px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	background-color: #e5e8ed;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.moviesList .rowNum .nrbofshowtimes {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #E0171D;
}
.moviesList .rowNum .nrbofshowtimes2 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #777;
}
.moviesList li img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.moviesList li .top20rate img {
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
}
.moviesList li .top20rate a {
	color: #e0000d;
	text-decoration: underline;
}
.moviesList h3 {
	width: 500px !important;
}
.moviesList p {
	color: #777;
}
.ListBigTitle {
	text-transform: uppercase;
	color: #181818;
	font: 16px "trebuchet MS", helvetica, sans-serif;
}
.filter {
	background-color: #999;
	padding: 15px 0;
	color: white;
}
.filter input {
	width: auto;
	padding: 5px 10px;
	height: 25px;
	border: 0px solid #575757;
	background: #e01420 url(/img/bg_h3_club.gif) 5px;
	color: white;
	font-weight: bold;
}
.filter select {
	width: 200px;
	padding: 2px 5px;
	height: 20px;
}
.filter strong {
	font-size: 14px;
}
/* -------*/
/* Critics Users */
/* ------ */
.topMoview li {
	list-style: none;
	font-size: 14px;
	border-bottom: #a6acb2 dashed 1px;
	padding: 5px;
	height: 30px;
}
.topVotes {
	background: url(/img/bg_top10_vote.gif) no-repeat 5px;
	color: #FFF;
	padding: 5px;
}
.topVotes .rating {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}
.topMoview .title {
	margin-left: 70px;
}
.topMoview a {
	color: #5a6571;
}
.reviews li {
	list-style: none;
	background-color: #f1f2f5;
	margin-top: 5px;
	padding: 5px;
}
.reviewer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
li .user_thumb {
	background-color: #FFF;
	border: #999 solid 1px;
	padding: 3px;
	float: left;
	margin-right: 10px;
}
.reviews li h5 {
	display: inline;
}
.input {
	width: auto;
	height: auto;
	padding: 3px 3px;
	border: 1px solid #575757;
	margin: 3px;
}
.submit {
	width: auto;
	height: auto;
	padding: 5px;
	border: 1px solid #666;
	margin: 3px;
	background-color: #0c9fe4;
	color: #fffeff;
	font-weight: bold;
}
.dashed_underline {
	border-bottom: #999 dashed 1px;
}
.left {
	float: left;
}
.margin_left {
	margin-left: 5px;
}
.hreview-aggregate h1 {
	display: inline;
}
.hreview-aggregate .small {
	font-size: 1.5em;
	display: inline;
}
/* ------------------------ */
/* news */
/* ------------------------ */
.newspicture {
	margin-right: 10px;
	float: left;
}
.moviesList .datenews {
	color: #F91910;
}
.newscontent img {
	padding: 5px;
}
/* ------------------------ */
/* prochainement */
/* ------------------------ */
.releasedate {
	text-transform: uppercase;
	background-color: #999;
	color: #FFF;
	font-size: 15px;
	padding-left: 3px;
	margin-top: 5px;
}
/* ------------------------ */
/* fiche film */
/* ------------------------ */
.tech_spec_bloc {
	position: relative;
	margin-bottom: 20px;
	zoom: 1;
}
.fiche_link {
	float: right;
	padding-top: 10px;
}
.fiche_link .middlebloc {
	border-top: #dadbdc 1px solid;
	border-bottom: #dadbdc 1px solid;
	height: 21px;
	float: left;
	line-height: 20px;
}
.fiche_link .middlebloc a {
	text-transform: uppercase;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.hreview-aggregate .mycinenewsbloc {
	border: #d5d5d5 solid 1px;
	width: 257px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.hreview-aggregate .mycinenewsbloc .react {
	background-color: #e6e9ee;
	padding: 10px;
	overflow: hidden;
}
.hreview-aggregate .mycinenewsbloc .react .fav {
	background: url(../img/bg_mycinenews_fav.gif) no-repeat;
	float: left;
	margin-left: 3px;
}
.more_details {
	margin-top: 5px;
	float: right;
}
.more_details a:hover {
	text-decoration: underline;
}
/* ------------------------ */
/* search filmographie */
/* ------------------------ */
.fiche_acteur {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.fiche_acteur img {
	float: left;
	margin-right: 5px;
}
/* ------------------------ */
/* contest detail */
/* ------------------------ */
.fiche_concours img {
	float: left;
	margin-right: 10px;
}
.fiche_concours {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.red {
	color: #F91910;
}
.important {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #5B646C;
}
/* ------------------------ */
/* Movie Detail Picture Big */
/* ------------------------ */
.Phototitle {
	text-align: center;
	font-size: 12PX;
	text-transform: uppercase;
}
/* ------------------------ */
/* Movies By Place */
/* ------------------------ */
.show_showtimes {
	width: 45%;
	float: right;
	text-align: right;
	padding-right: 15px;
}
/* ------------------------ /

/ TAB /

/ ------------------------ */
ul.tabnav {
	text-align: left;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #caced4;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
ul.tabnav li {
	display: inline;
}
ul.tab1 li.tab1, ul.tab2 li.tab2, ul.tab3 li.tab3, ul.tab4 li.tab4 {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
ul.tab1 li.tab1 span, ul.tab2 li.tab2 span, ul.tab3 li.tab3 span, ul.tab4 li.tab4 span {
	background-color: #fff;
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 4px;
}
ul.tabnav li span, ul.tabnav li a {
	padding: 3px 10px;
	border: 1px solid #caced4;
	background-color: #e5e8ed;
	color: #888;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover {
	background: #fff;
}
/* ------------------------ /

/ BREADCRUMP NAGIGATION /

/ ------------------------ */
.breadcrumb {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border-bottom:#999 dashed 1px;
	margin-bottom:8px;
	
}
.breadcrumb ul{
	margin-left:-3px;
	margin-bottom:2px;
}
.breadcrumb li{
	display:inline;
	list-style:none;
	list-style-position: inherit;
}

.breadcrumb li.title {
	margin-left: 3px;
}

.breadcrumb a {
	color:#666;
	background:	transparent url(/img/shape_black.gif) no-repeat scroll  
right center;
	display:inline;
	margin-left:3px;
	padding-right:9px;	
	text-decoration:none;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

