@charset "utf-8";
/* CSS Document */

@media screen { 
.movies {
	/*	padding: 2px;*/
	margin: 12px auto;
	width: 134px;
	border: 1px solid #cc0000;
	/*	border-bottom: 2px solid #cc0000;
	border-right: 2px solid #cc0000;*/
	background-color:#cc0000;
	padding:1px 0 0 0;
	text-align: center;
	line-height:110%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px #666 ;
	-moz-box-shadow: 2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;	
	}

}	

@media print{
	.movies{display:none;}	 
}

.boxtitle{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #cc0000;
	padding-bottom: 3px;
}

.boxtext{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 100%;
	color: #000;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.boxlist {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 100%;
	background-color: #fff;
	padding: 0 1% 5% 1%;
	border-radius-bottomright: 8px;
	border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	font-weight: bold;
}
.boxlist  a {
	color: #0000FF;
}
.boxlist  a:hover {
	color: #ccc;
}


.box-ad input {
	margin-bottom: 5px;


}
/*  */
/*body {
	font-size: small;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background: #800;
}*/


h2 {
	margin-left: 8px;
}




.heading {
	font-size: small;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000ff;
}
.heading a{
	color:#0000FF; 
	text-decoration:none;
		}
.heading a:hover{
	color:#999; 
	text-decoration:underline;
		}		
#photo .info-list .right {
	float: right;
	color: #FF0000;
	font-weight: bold;
	margin-right: 4px;
}

.heading a {
	font-size: small;
	color: #0000FF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
}
.text-red {	
	font-weight: bold;
	color: #ff0000;
}
.img {
	float: right;
	padding: 4px;
	margin-left: 8px;
	margin-right: 4px;
	border-top: thin solid #e0e0e0;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #e0e0e0;
	background: #fff;
}
#photo  .img {
	float: right;
	padding: 4px;
	margin-left: 8px;
	margin-right: 4px;
	border-top: thin solid #e0e0e0;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #e0e0e0;
	background: #fff;
	margin-top: 8px;
}


.classif {
	font-style: italic;
	font-weight: bold;
	font-size: small;
	color: #333333;
}
.times {
	font-style: italic;
	font-weight: bold;
	font-size: inherit;
	width: 99%;
	float: left;
}
.end {
	width: 100%;
	padding-bottom: 8px;
	margin-left: 0px;
	float:left;
}

/*.td1 {
	background: #ffffcc;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: left;
}*/


.close-text a {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;

}

