@charset "utf-8";
/* CSS Document */
@media screen
{
	@font-face
	{
	  font-family: Tahoma;
	  /*font-family: 'Droid Sans';*/
	  font-style: normal;
	  font-weight: normal;
	  /*src: local('Droid Sans'), url('../../images/front/en/font.ttf') format('truetype');*/
	}
}
body,td,th {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	margin:0px;
	padding:0px;
}
body {
	background:#000;
	background-position:center;
	margin:0px;
	text-align:center;
}
img {
	border:0px;
}
a:link, a:visited {
	color:#fff;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color:#eee;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-transform:capitalize;
	padding:0px;
	margin:0px;
}
h1
{
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	line-height:40px;
	font-size:20px;
}
h2, h3
{
	font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
	background:url(../../images/front/en/block_header_bg.png) no-repeat #000;
	line-height:38px;
	font-size:15px;
}
h3
{
	background:url(../../images/front/en/block_header_bg.png) no-repeat #000;
}
h4
{
	font-size:15px;
	font-weight:normal;
	margin-bottom:5px;
}
#bg_maker
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url(../../images/front/en/bg.jpg) repeat-y #000;
}
#continer
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	background:url(../../images/front/en/content_bg.jpg) repeat-x #494949;
}
#content td
{
	padding:20px 10px;
	vertical-align:top;
}
.block
{
	padding-bottom:10px;
	/*background:#0a0a0a;*/
	background: #000;
	margin-bottom:20px;
	background:url(../../images/front/en/block_bg.jpg) repeat-x #353535;
}
#links ul, #links ul li
{
	color:#ef1c23;
	text-align:left;
	list-style: none;
	margin:5px 0px;
	padding:0px;
}
#links ul li
{
	margin:0px 10px;
	border-bottom:#ef1c23 1px dotted;
	line-height:28px;
}
#links ul .last
{
	border-bottom:0px;
}

#shows ul, #shows ul li
{
	text-align:left;
	list-style:none;
	margin:5px 0px;
	padding:0px;
}
#shows ul li
{
	padding:10px 0px; 
	margin:0px 10px;
	border-bottom:#727272 1px solid;
}
#shows ul li img
{
	margin-right:5px;
	margin-bottom:5px;
}
#shows ul .last
{
	border-bottom:0px;
}

#news ul, #news ul li
{
	text-align:left;
	list-style:none;
	margin:5px 0px;
	padding:0px;
}
#news ul li
{
	padding:5px 0px;
	margin:0px 10px;
	border-bottom:#727272 1px dotted;
}
#news ul .last
{
	border-bottom:0px;
}
#news ul li a, #news ul li a:link, #news ul li a:visited
{
	color:#ef1c23;
	text-decoration:none;
}
#news ul li a:hover, #news ul li a:active
{
	color:#ef1f0f;
	text-decoration:underline;
}

#main
{
	text-align:left;
}

#footer {
	height: 124px;
	background:url(../../images/front/en/footer_bg.jpg) repeat-x #fff;
	z-index: 0;
}

#partners 
{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

#partners table td.partner
{
    padding: 0 20px 0 20px;
}

#partners table td.spacer 
{
    height: 70px;
    width: 2px;
    font-size: 0;
    background-color: #000;
}

.error {
    font-size: 16px;
    padding-top: 5px;
    font-weight: bold;
    color: red;
}
