@import url(layout.css);
@import url(menu.css);
@import url(titles.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

body{
	background: #000000 url(../_graphics/bg.jpg) top center repeat-y;
}

ul,li{
	text-indent: -999999px;
	list-style-type: none;
}

h4.h4_random_image{
	text-indent: 0px;
	color: #fff;
	margin: 0px 6px 6px 0px;
	padding: 2px 4px 1px 4px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #000;
}

a{
	color: #d21c21;
	text-decoration: none;
}

a:hover{
	color: #bd2a2a;
}

p{
	padding: 0px 0px 10px 0px;
	line-height: 135%;
}

p#p_bold{
	font-weight: bold;
	font-size: 14px;
	line-height: 110%;
}

.clear{
	clear:both;
}

.show{
	text-indent: 0px;
}

.nomargin{
	padding: 0px;
	margin: 0px;
}

.bold{
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.orange{
	color: #d21c21;
}

.lightorange{
	color: #d65210;
}

h3.list{
	padding: 0px 0px 6px 0px;
}

h3.film{
	padding: 0px 0px 6px 0px;
}

p#introText {
border-bottom:1px dashed #D65211;
margin-bottom:15px;
padding-bottom:5px;
}


div#centerColumn h3,
h3 .filmOriginalTitle{
	font-size: 18px;
}

h3 .filmEnglishTitle{
	font-size: 14px;
}

div#centerColumn h3 {
color:#D21C21;
}

.filmImageLeft{
	width: 173px;
	height: 130px;
	padding: 0px 6px 10px 0px;
}

.filmImageRight{
	width: 173px;
	height: 130px;
	padding: 0px 0px 10px 0px;
}

input,textarea{
	background: #ececec;
border:1px solid #ececec;
	padding: 3px;
	color: #000000;
	margin: 0px 0px 4px 0px;
}

form#reviewForm input,
form#reviewForm textarea {
margin-bottom:8px;
width:318px;
}

form#reviewForm input:focus,
form#reviewForm textarea:focus {
border:1px solid red;
}
form#reviewForm input.submit,
input.submit {
background:#d21c21;
border:2px solid #d21c21;
color:#fff;
font-weight:bold;
margin-top:10px;
padding:5px 10px;
width:auto;
}

#fillColumnContent ul,
#fillColumnContent ul li{
font-weight:normal;
text-indent:0 !important;
}
#fillColumnContent ul {
margin-bottom:1em;
}

textarea{
	width: 200px;
}