body {
margin: 0px;
background: #000;
}

body, div, td {
font-family: arial;
font-size: 12px;
color: #FFF;
}

.email { unicode-bidi: bidi-override; direction: rtl; }

/** TOP **/
div#top {
width: 100%;
height: 89px;
}
div#top div.logo {
float: left;
margin-right: 100px;
padding: 10px 0px 0px 20px;
}

div#top div.login {
float: left;
padding: 20px 0px 0px 30px;
}

div#top div.langselector {
	position: absolute;
	left: 460px;
	top: 28px;
	
}

/** LANG **/
A.ctrySelect-on IMG { margin: 3px; }
A.ctrySelect-off IMG { margin: 3px; }


/** LOGIN **/
table.login th {
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 1px;
}

table.login td {
	font-size: 11px;
}

table.login td.pass {
	padding-left: 10px;
}

table.login input.checkbox {
	border:1px solid #000;
}

div.login a.logout {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}


/** MENU **/
div#menu {
height: 25px;
background: url(../images/menu-fade.jpg) repeat-x;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
table#menu-holder {
}
table#menu-holder td {
vertical-align: middle;
}
table#menu-holder td.stripe {
padding: 0px 15px 0px 15px;
}
table#menu-holder td.stripe-left-on {
padding: 0px 0px 0px 15px;
}
table#menu-holder td.stripe-right-on {
padding: 0px 15px 0px 0px;
}
table#menu-holder td.on {
background: url(../images/menu-fade-red.jpg) repeat-x;
padding: 0px 15px 0px 15px;
}
table#menu-holder td.on-grey {
background: url(../images/menu-fade-grey.jpg) repeat-x;
padding: 0px 15px 0px 15px;
}



a.topmenu, a.topmenu:hover, a.topmenu-on, a.topmenu-on:hover {
font-family: arial;
font-size: 14px;
font-weight: normal;
color: #fff;
text-decoration: none;
/* height: 20px; */
}

div#submenu {
line-height: 20px;
padding: 3px 0px 4px 15px;
border-bottom: 1px solid #fff;
}


/** MAIN: CONTENT-HOLDER **/
table#main {
width: 990px;
}
table#main td.content-l {
vertical-align: top;
/* border-right: 1px dotted; */
}
table#main td.content-r {
width: 290px;
vertical-align: top;
/* border-right: 1px dotted; */
}

div.content-top {
margin-top: 0px;
height: 35px;
width: 678px;
background: url('../images/box_top.gif') no-repeat;
float: left;
}

div.content-bottom {
height: 35px;
width: 678px;
background: url('../images/box_bottom.gif') no-repeat;
float: left;
}

div.content {
width: 678px;
background: url('../images/box_middle.gif') repeat-y;
float: left;
}

div.box-content {
position: relative;
z-index: 10;
width: 640px;
margin: -16px 19px -16px 19px;
}

/** RIGHT: LATEST MOVIES **/
table.latest-box {
width: 100%;
height: 90px;
border-top: 1px solid #fff;
background: url(../images/latestbox-fade.jpg) repeat-x;
}

table.latest-box td.latest-box-nail {
width: 60px;
margin: 10px 10px 0px 0px;
padding: 10px 10px 0px 10px;
vertical-align: top;
font-size: 11px;
}

table.latest-box td.latest-box-desc {
margin: 10px 0px 0px 0px;
padding: 10px 10px 0px 0px;
vertical-align: top;
font-size: 11px;
}

table.latest-box-more {
width: 100%;
border-top: 1px solid #fff;
}

table.latest-box-more td {
text-align: right;
padding-top: 5px;
}

/** RIGHT: LATEST MOVIES **/
table.search-box {
width: 100%;
border: 1px solid #fff;
background: url(../images/latestbox-fade.jpg) repeat-x;
}

table.search-box td{
	padding: 10px;
}

table.search-box div.search {
margin-bottom: 5px;
}

table.search-box a.advanced {
font-size: 11px;
font-weight: bold;
}

input.submit {
background:url(../images/button_ok.png) no-repeat;
border:0px;
height:26px;
width:26px;
cursor:pointer;
}


/** FOOT **/
div#foot {
height: 145px;
border-top: 1px solid;
background: url(../images/foot-fade.jpg) repeat-x;
padding: 5px 0px 0px 25px;
color: #fff;
font-size: 11px;
}


/** LOADING DIV: WHEN UPLOADING MOVIE **/
div#loading-fade {
	display: none;
	background: #000;
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
	-moz-opacity:.70;
	opacity:.70;
	filter: alpha(opacity=70);
}
div#loading {
	display: none;
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -131px;
	margin-top: -52px;
	width: 262px;
	height: 104px;
	padding: 20px;
	border: 1px solid #CCC;
	text-align: center;
	color: #9c9c9c;
	font-size: 18pt;
	background: #FFF;
}


a {
color: #CCC;
}

th {
text-align: left;
}

hr {
height: 1px;
color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
font-family: arial;
font-weight: normal;
margin: 0px 0px 5px 0px;
}

h1 {
font-size: 24px;
color: #FFF;
margin-bottom: 10px;
margin-top: 20px;
}

h2 {
font-size: 16px;
font-weight: bold;
margin-bottom: 6px;
}

h3 {
font-size: 17px;
color: #5E8EB9;
}

label {
display: block;
}

input, select, textarea {
font-family: arial;
font-size: 11px;
font-weight: bold;
}

input submit {
color: #ff0;
}

.form-login {
background: url(../images/bg_forms.png) no-repeat;
width: 175px;
height: 20px;
border: 0px;
}

.form_bg {
background: url(../images/bg_forms.png) no-repeat;
width: 175px;
height: 26px;
border: 0px solid #FFF;
margin-right: 10px;
}

.search-input {
position: relative;
z-index: 10;
background: none;
width: 150px;
height: 16px;
border: 0px;
margin-left: 10px;
margin-top: 3px;
}

.login-input {
position: relative;
z-index: 10;
background: none;
width: 150px;
height: 16px;
border: 0px;
margin-left: 10px;
}

.submitbutton {
font-size: 11px;
background: #CC0000;
color: #fff;
height: 22px;
padding: 2px;
text-transform: uppercase;
border: 1px solid #C10000;
cursor: pointer;
}


a.submenu, a.submenu:hover, a.submenu-on, a.submenu-on:hover {
font-family: arial;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #444;
display: block;
width: 150px;
background: #ccc;
margin-bottom: 1px;
line-height: 22px;
padding: 2px 0px 0px 10px;
}

a.submenu:hover {
color: #fff;
background: #CC0000;
}

a.submenu2, a.submenu2:hover, a.submenu3, a.submenu3:hover, a.submenu4, a.submenu4:hover {
font-family: arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #444;
margin-left: 15px;
height: 16px;
width: 135px;
}

a.submenu3, a.submenu3:hover {
margin-left: 25px;
}

a.submenu4, a.submenu4:hover {
margin-left: 35px;
}

a.submenu2:hover, a.submenu3:hover, a.submenu4:hover {
color: #CC0000;
}

div.form_error, div.form_error_noborder {
color: #a22;
border: 1px solid #a22;
padding: 5px;
margin-bottom: 15px;
}

div.form_error_noborder {
border: none;
padding: 5px 0px 0px 0px;
margin-bottom: 5px;
}

div.form_error h2, div.form_error_noborder h2 {
margin: 0px 0px 3px 0px;
}

.input_error {
border: 1px solid red; 
}

.date {
color: #666;
font-size: 10px;
}

.cursor {
cursor: pointer;
}

div.videoQualitySettings { position:absolute; top:233px; left:21px; z-index:10; background:url(../images/button_visahq.gif) no-repeat; width:185px; height:27px; padding:5px 0px 0px 10px; font-family:arial; font-size:11px; font-weight:bold; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.u-case { text-transform: uppercase; }
.block { display: block; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.noborder { border: 0px; }

/* Float */
.float-l { float: left; }
.float-r { float: right; text-align: left; }

.marg-t { margin-top: 10px; }
.marg-r { margin-right: 10px; }
.marg-b { margin-bottom: 10px; }
.marg-l { margin-left: 10px; }

.pad-t { padding-top: 10px; }
.pad-r { padding-right: 10px; }
.pad-b { padding-bottom: 10px; }
.pad-l { padding-left: 10px; }

.inline { display: inline; }
.block { display: block; }
.hidden { display: none; }

div.tile {
margin-bottom: 5px;
}


/* PRODUCT IMAGES ON PRODUCT INFO PAGE */
DIV.confirm-overlay {
background: #fff;
position: absolute;
top: 170px;
left: 160px;
z-index: 100;
width: 900px;
height: 1000px;
-moz-opacity:.70;
opacity:.70;
filter: alpha(opacity=70);
}

DIV.confirm-alert {
background: url(../images/bg_alert.gif) no-repeat;
position: absolute;
top: 210px;
left: 170px;
z-index: 200;
width: 400px;
height: 150px;
padding: 10px 10px 10px 10px;
margin-left: 90px;
margin-top: 70px;
}

table.list {
width: 550px;
margin-bottom: 20px;
border-collapse: collapse;
}

table.list th, table.list td {
vertical-align: top;
text-align: left;
padding: 4px 6px;
}

table.list th {
font-weight: bold;
border-bottom: solid 1px #DDD;
font-size: 12px;
font-family: Tahoma, Arial;
}

table.list td {
border-bottom: solid 1px #DDD;
font-size: 11px;
}

table.list th.r, table.list td.r {
text-align: right;
}

table.list th.c, table.list td.c {
text-align: center;
}

th, td {
text-align: left;
}

th.c, td.c {
text-align: center;
}

th.r, td.r {
text-align: right;
}



/**
 * Upload Movie
 */
div#keywordOptions {
background: #666;
border: 1px solid: #ddd;
padding: 5px;
}

div#keywordOptions a {
display: block;
}

a.key-opt, a.key-opt:hover {
color: #ddd
}

a.key-opt:hover {
color: #aaa;
}


/** ADVANCED SEARCH */

div#advanced_search {
	margin: 20px;
}

div#advanced_search a.advance {
	font-size: 12px;
	margin-top: 3px;
}

div#advanced_search div.main {
	padding: 20px;
	border: 0px solid #878787;
	float: left;
}

div#advanced_search div.tips {
	padding: 20px;
	border: 1px solid #878787;
	float: left;
	margin-left: 20px;
	font-size: 12px;
}

div#advanced_search h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

div#advanced_search input.query {
	width: 250px;
	margin-bottom: 3px;
}

div#advanced_search input.submitbutton {
	height: 20px;
}

div#advanced_search table.sain {
	margin-right: 20px;
	float: left;
	font-size: 10px;
}

div#advanced_search table.sain td {
	padding-right: 3px;
	font-size: 11px;
}

div#advanced_search div#advancedDiv {
	border: 1px solid #878787;
	float: left;
	padding: 10px;
	font-size: 11px;
	margin-top: 2px;
}

DIV.embedder {
	float: right;
	width: 240px;
	margin-bottom: 30px;
}

DIV.embedder label {
	margin-top: 10px;
}

DIV.videotext {
	float: left;
	width: 430px;
}

DIV.videotext table {margin: 0 0 10px 0; }

DIV.text {
	float: left;
	width: 100%;
}
.toplist { background:url(../images/dot.gif) no-repeat; line-height:19px; width:20px; font-weight:bold; padding:1px 10px 3px 5px; }

