﻿#Search
{
	display:none;
    width:230px;
    height:35px;
    background:url(../../Images/search_bg.gif) center no-repeat;
    float:left;
    margin-top:10px;
}
#Search table
{
    height:100%;
    margin:0 auto;
}
#Search table td
{
    padding:4px;
}
#Box
{
    background:url(../../Images/box_bg.gif) repeat-y;
    width:779px;
}
#BoxTop
{
    background:url(../../Images/box_top.gif) top center no-repeat;
}
#BoxBot
{
    background:url(../../Images/box_bot.gif) bottom center no-repeat;
    padding:10px;
}
#MidBox
{
    width:365px;
    background:url(../../Images/mid_box_bg.gif) repeat-y;
}
#MidBoxTop
{
    background:url(../../Images/mid_box_top.gif) top center no-repeat;
}
#MidBoxBot
{
    background:url(../../Images/mid_box_bot.gif) bottom center no-repeat;
    padding:10px 15px 10px 15px;
}

#ResTitle
{
	background:url(../../Images/res_title_bg.gif) center repeat-x;
	font:normal 14px Arial;
	color:#b90008;
	text-align:right;
	padding-right:15px;
	height:33px;
	line-height:33px;
}
/* ================================================================================================= */
.NewsBox
{
	width:322px;
	background:url(../../Images/news_bg.gif) center repeat-y;
}
.NewsBox h2
{
	font:normal 14px Arial;
	text-align:center;
	height:26px;
	line-height:26px;
	background:url(../../Images/news_top.gif) center no-repeat;
}
.NewsBoxCont
{
	background:url(../../Images/news_bot.gif) bottom no-repeat;
	padding:10px 20px;
}
.NewsBoxCont h3 a
{
	font:bold 12px Arial;
}
.NewsBoxCont a
{
	color:#000;
	text-decoration:none;
}
.NewsBoxCont a:hover
{
	text-decoration:underline;
}
.NewsBoxCont div
{
	margin-bottom:10px;
}
/* ================================================================================================= */
.MovieBox
{
	width:322px;
}
.MovieBox h2
{
	font:normal 14px Arial;
	text-align:center;
	height:26px;
	line-height:26px;
	color:#fff;
	background:url(../../Images/movie_title.gif) center no-repeat;
}
.MovieBoxCont
{
	border:1px solid #c5c5c5;
	border-top:none;
	text-align:center;
}
.MovieBoxCont #Play
{
	height:270px;
	text-align:center;
}