body
{
	background-color: #333333;
	/* margin:20px 0px 28px 0px; */
	margin:0;
	padding:0 0 28px 0;
	color: #000000;
	background-image: url(images/shad-b.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:center;
}

td, table.table1 th a, table.table1 thead tr th, .bg1 td a, td.bg1 span, .bg1 td span, .table1 .bg1 td, .bg2 td a, .bg2 td span, .table1 .bg2 td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
a:link, a:visited, a:active  {color:#3C628F; text-decoration: underline;}
a:hover {color:#5296DA; text-decoration: none;}
*/
.bord {
	border: 1px solid #0B0B0B;
}


/* ***************** structure styles ************************ */
/* common */
.table-main {
	margin: 20px auto 0 auto;
	height: 100%;
	width: 770px;
	background: url(images/page-bg.jpg) repeat-y left top;
	border: 15px solid #FFFFFF;
}
.table-main1 {
	margin:0 auto;
	width: 770px;
	border-left: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	border-top: none;
}
.td-main {
	/* padding:5px; */
	text-align:left;
	vertical-align: top;
	height: 100%;
	width: 770px;
	max-width:770px;
	background-image:#fff url(images/page-bg-b.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 4px solid #FFFFFF;
}
/* header */

/*
.header {
	vertical-align: top;
	height:100px;
}
*/


#wrap {
	padding:0;
	background:#FFF;
}
#logo {
	float: left;
	width: auto;
	/* padding: 10px 13px 0 10px; */
	/* padding:0 13px 0 0; */
	padding:0;
}
.headerbar {
	padding:0 0px 0 0;
}
.logobar {
	margin:0;
	padding:0 0 5px 0;
}
.searchbox .search {
	width:100px;
}
.forabg {
	background-color:#2A507F;
}
.menu {
	background-image: url(images/menu-bg.jpg);
	height: 32px;
	border-bottom: 4px solid #FFFFFF;
	padding-left: 8px;
}
.menu td {
	padding:0 5px;
}
/*
.menu table {
	margin:0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.menu td {
	vertical-align: top;
	text-align: left;
}
*/
.ad {
	width:728px;
	height:104px;
	padding:auto auto;
	vertical-align:middle;
	background-color: #262A2C;
	border-bottom: 4px solid #FFFFFF;
}


/* left col */
.leftcol {
	vertical-align: top;
	width: 175px;
}
.logo {
	border-bottom: 4px solid #FFFFFF;
}
.reviews{
	vertical-align: top;
	width: 175px;
	padding:  10px 10px 20px 10px;
	background-image: url(images/leftcol-t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}
/* center col */
.centercol {
	vertical-align: top;
	width: 770px;
	padding:  0px 0px 0px 0px;
	border-left: solid 3px #FFFFFF;
}
.pic-main {
	border-bottom: 4px solid #FFFFFF;
}
/*
.content{
	vertical-align: top;
	padding: 15px 20px 40px 20px;
}
.content ul{
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
.content ul li {
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
*/
/* right col */
.rightcol {
	vertical-align: top;
	width: 150px;
	padding-top: 10px;
}
/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */
/*
p {
	margin:0px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AF3C0D;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h4 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
*/
.text-light {
	font-size: 10px;
	color: #CCCCCC;
}
.text-light a, .text-light a:visited, .text-light a:active {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
}
.text-light a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
/*
ul {
	margin:0px;
	padding: 0px 0px 0px 20px;
}
li {
	margin:0px;
	padding: 3px 0px 3px 0px;
}
*/
/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer
{
	background-image: url(images/footer-bg.jpg);
	height: 32px;
}

.footer table td{color:#FFFFFF; text-decoration: none; /* font-size: 10px; */ padding: 4px;}
.footer table td a:link, .footer table td a:visited, .footer table td a:active {color:#FFFFFF; text-decoration: underline;}
.footer table td a:hover {color:#FFFFFF; text-decoration: none;}
/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
/*
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}
*/
/* ***************** end forms styles ************************ */
.image_border
{
	border: 2px solid #ffffff;
	border-collapse: collapse;
}
.review_left_header
{
	background-color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #394046;
	font-weight: bold;
	border-left: 2px solid #52575c;
	border-right: 2px solid #52575c;
	padding-left: 5px;
}
.review_txt_white
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: regular;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
.review_movie_name
{
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #325075;
	font-weight: bold;
}
.review_title
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #325075;
	font-weight: bold;
}
.review_txt
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #394046;
	font-weight: regular;
}
.horz_line
{
	background-image: url(images/horz_line_dot.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.vert_line
{
	background-image: url(images/vert_line_dot.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.gray_bg
{
	background-color: #dfe3e3;
}
.white_bg
{
	background-color: #ffffff;
}
.dvd_table_border
{
	border: 1px solid #52575c;
	border-collapse: collapse;
}
.dvd_table_header
{
	background-color: #52575c;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
/*
.pagination_selected 
{
  border-style: solid;
	border-width:1px;
	border-color: #53585c;
	border-collapse: collapse;
	FONT-SIZE: 11px;
  COLOR: #ffffff;
  font-family: verdana, arial;	
	text-decoration: none;
	background-color: #3b6190;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 15px;
}
.pagination 
{
  border-style: solid;
	border-width:1px;
	border-color: #53585c;
	border-collapse: collapse;
	FONT-SIZE: 11px;
  COLOR: #595858;
  font-family: verdana, arial;	
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 15px;
}
.pagination:hover 
{
  border-style: solid;
	border-width:1px;
	border-color: #53585c;
	border-collapse: collapse;
	FONT-SIZE: 11px;
  COLOR: #ffffff;
  font-family: verdana, arial;	
	text-decoration: none;
	background-color: #3b6190;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 15px;
}
*/
.row1
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #595858;
	font-weight: regular;
	background-color: #FFFFFF;
}
.row2
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #394046;
	font-weight: regular;
}
