/****************************************************
	Commons
*****************************************************/

a { outline:none; }

.mr5 { margin-right:5px; }
.ml5 { margin-left:5px; }
.mr10 { margin-right:10px; }
.ml10 { margin-left:10px; }
.mt10 { margin-top:10px; }
.mb10 { margin-bottom:10px; }

p.strong { font-weight:bold; }
.newline { display:block; }

.rclear { clear:right; }
.lclear { clear:left; }

input.hasHint { color:#bbb !important; }

form label { 
	margin-bottom:3px;
	font-weight:bold;
	display:block;}

form textarea, form input.text {
	padding:5px;
	_height:25px;
	border-right:3px solid #e0e0e0;
	border-bottom:3px solid #e0e0e0;
	background:#eee;
	color:#0099ff;
	font:normal 0.95em helvetica, arial, sans-serif;}
	
input.hint { color:#999;}
	
form select {
	background:#eee;
	color:#0099ff;
	font:normal 0.95em helvetica, arial, sans-serif;
	padding:3px;}

form button {
	padding:5px;
	border-right:3px solid #aaa;
	border-bottom:3px solid #aaa;
	background:#c0c0c0;
	color:#000;}

#left { clear:left;}
#right { clear:right;}	
.share .sendEmail input, .share .sendEmail textarea  { width:400px;}
	
/****************************************************
	Ads
*****************************************************/

/****************************************************
	Rating stars
*****************************************************/
.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer;}.ui-stars-star a,.ui-stars-cancel a{ text-decoration:none; border:0 !important; width:16px;height:15px;display:block;background:url(ui.stars2.gif) no-repeat 0 0;}.ui-stars-star a{background-position:0 -32px;}.ui-stars-star-on a{background-position:0 -48px;}.ui-stars-star-hover a{background-position:0 -64px;}.ui-stars-cancel-hover a{background-position:0 -16px;}.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important;}
.ratingForm { float:left; width:200px; }
.ratingForm span.count { margin-left:5px; padding-top:2px; }

/****************************************************
	Header
*****************************************************/
#user-area .avatar {
	float:left;
	border:solid 2px #fff;
	width:30px;
	height:30px;
	margin-right:5px;
}
#user-area .nophoto {
	float:left;
	background:#eee;
	width:30px;
	height:30px;
	margin-right:10px;
	position:relative;
	top:-2px;
}
#user-area .nophoto img {
	width:30px;
	height:30px;
}

/****************************************************
	Pager
*****************************************************/
ul.pager {
background:transparent;
padding:5px;
margin:5px 0;
text-align:left;
clear:both;
padding-left:10px;
margin-bottom:10px;
}

ul.pager li {
	background:transparent;
	display:inline;
	list-style:none;
	border:none;
	padding:0;
	margin:0;
	font-size:9pt;
	clear:both;
}
ul.pager li.stats {
	clear:none;
	float:left;
	margin-right:5px;
}
ul.pager li a {
	padding:5px;
	font-weight:normal;
}
ul.pager li a:hover {
	background:#00A2FF;
	color:#fff;
}
ul.pager li.selected a {
	color:#000;
	font-weight:bold;
}

ul.pager li.selected a:hover {
	background:transparent;
	color:#000;
}


/****************************************************
	Forms
*****************************************************/


.error, .notice, .success    { padding: .8em; margin:0.5em 0 1em 0; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.redbg 		{ color: #cc0000; background-color:#FBE3E4 !important;}
.validIcons { vertical-align:top; padding-left:3px;}


/****************************************************
	Forms
*****************************************************/
.loginForm p, .inscripForm p , .profileForm p , .uploadForm form p{
	clear:both;
	margin:10px 0;
}

.loginForm label, .inscripForm label, .profileForm label, .uploadForm form label {
	font-weight:bold;
	float:left;
	width:150px;
}

.loginForm input, .inscripForm input, .profileForm input, .uploadForm form input  {
	width:300px;
	padding:2px;
	
}

.inscripForm label, .profileForm label {
	width:220px;
	text-align:right;
	padding-right:5px;
}

.uploadForm form label {
	width:200px;
	text-align:right;
	padding-right:5px;
}

form.contact input.text, form.contact textarea {
	width:220px;
}


/****************************************************
	Tags
*****************************************************/
span.tag  {
	white-space:nowrap;
}
span.blocked a  {
	border:0;
	color:#ff6600;
	text-decoration:line-through !important;
}
span.blocked a.block  {
	text-decoration:none !important;
}



/****************************************************
	Comments
*****************************************************/

.make-comment .user { 
	display:block;
	width:220px;
	font-weight:normal;
	padding-top:20px;
}

.make-comment .nophoto { 
	width:100px;
	height:100px;
	background:#eee;
	border:solid 1px #999;
}

.make-comment input.filter { 
	display:none !important;
}
	
span.reply .make-comment {
	background:transparent;}
	
span.reply .make-comment textarea { width:250px; height:80px;}
	
span.reply .make-comment .submit-search { 
	display:block; 
	position:relative; left:400px; top:0px;
	background:#ccc !important;}
	
span.comment .avatar {
	width:50px;
	height:50px;
	float:left;
	background:#eee;
	margin-right:5px;
}
span.comment .avatar img {
	width:50px;
	height:50px;
}
	
.comments span.reply {
	margin-left:30px;}
	
form.abuse{
	padding:10px 0 0 0;}
	
form.abuse .submit-search{
	position:relative;
	top:-5px;}
	
/****************************************************
	Articles
*****************************************************/
.article .photo  {
	margin-right:10px;
	width:230px; height:170px;
	overflow:hidden;}
	
.article .photo .photos img  {
	margin:0 3px 5px 3px;
}
.article .photo a  {
	border:0 !important;
}

.article .author {
	vertical-align:middle;
	float:none;
	height:50px;
}
.article .author .avatar {
	width:50px;
	height:50px;
	float:left;
	background:#eee;
	margin-right:5px;
}
.article .author .avatar img {
	width:50px;
	height:50px;
	vertical-align:middle;
}
.article .author span.label {
	
}
.article .author span.label span {
	display:block !important;
}

.article-hidden .original {
	display:none;}
	
.article-hidden {
	background:#fff url(none);
	border-bottom:1px solid #ccc;}

.article-hidden a.title { width:auto;}

.result .nophoto  {
	width:170px;
	height:125px;
	background:#eee;
	border:solid 1px #ddd;
	float:left;
	margin-right:5px;
}

.result .type {
	color:#cc0000;
	font-weight:bold;
	font-size:0.75em;
}

#right .result h4  {
	margin:0;
}

input.url {
	padding:2px;
	background:#fff;
	border:solid 1px #ddd;
	font-size:0.85em;
	color:#999 !important;
}
input.long { width:500px; }
input.tiny { width:150px; }

/****************************************************/
/****** CINEMA **************************************/

.whitebox-cine { 
	background:#fff;
	padding:10px 15px 10px 15px; }
	
.whitebox-cine h4 a { text-decoration:none; }
	
#breadcrumbs-cine {
	color:#999;
	width:auto;
	padding:10px 25px 10px 25px;
	background: #e0e0e0 url('../img/layout/bg-breadcrumbs-cine.gif') bottom left no-repeat;}
	
.gmap { width:370px; height:305px; border:1px solid #ccc; text-align:center }
.gmap .loading { margin-top:145px; }
.gmap .infoWindow { display:none; }

.inner-whitebox { margin-bottom:10px; padding:6px; }
.black_link { color:#434343; }

.film_th { float:left; margin-right:8px; padding-bottom:5px; }
.film_photo { float:left; padding-right:15px; }
.film_infos { float:left; white-space:normal; padding:10px; width:295px; background-color:#EEE; }
.film_infos_h { float:left; width:1px; height:413px; }
.film_classement { padding-bottom:5px; }

.dates { margin-bottom:12px; background-color:#EEE; padding:6px; }
.films_now { margin-left:10px; margin-bottom:12px; float:left; width:200px; }
.bold, .bold:hover { font-weight:bold; color:#000; text-decoration:none;}
.date_link { cursor:pointer; color:#0099ff; }