/* CSS Document */
html, body{
    height: 100%;
    padding:0px;
    margin:0px;
}

body {
    background-color:#FFFFFF;
    background-image:url(/images/img/bg_body.png);
    background-position:top;
    background-repeat:repeat-x;
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin: 0;
}

a{outline:none; color: #666;}

img{border:0px;}

.gray{color:#666666;}
.green{color:#8fdf17;}
.bold{font-weight:bold;}

input, select {
    border:1px solid #ccc;
    padding-left: 3px;
    margin:0px;
    height:23px;
}


#wrap{
//    position:relative;
    width:801px;
    margin:0px auto;
    padding:0px;
}

body > #wrap {
//    height: auto;
//    min-height: 100%;
}

#header{
    position:relative;
    width:801px;
    height:142px;
    margin:1px 0px 0px 0px;
    background-image:url(/images/img/bg_header.png);
    background-position:top;
    background-repeat:repeat-x;
    clear:both;
}

#logo{
    position:absolute;
    top:33px;
    left:1px;
    width:206px;
    height:54px;
    background-image:url(/images/img/logo.png);
    background-position:center;
    background-repeat:no-repeat;
}

#welcome{
    position:absolute;
    top:20px;
    left:260px;
    font-size:12px;
}

#header_text_right{
    position:absolute;
//    margin: 0px;
    right: 15px;
    top: 10px;
    font-weight:bold;
}


#header_text_right a {
    font-size: 12px;
}

#mainmenu{
    position:absolute;
    top:95px;
    left:207px;
    width:596px;
    margin:0px;
    padding:0px;
}

#mainmenu_item{
    width:149px;
    height:38px;
    background-image:url(/images/img/bg_menu_button.png);
    background-position:center;
    background-repeat:no-repeat;
    text-align:center;
    float:left;
}

a.mainmenu_item_text{
    display:block;
    width:149px;
    height:38px;
    line-height:38px;
    text-decoration:none;
    font-weight:bold;
}

#search{
    position:relative;
    width:801px;
    height:57px;
    margin:4px 0px 0px 0px;
    font-size:26px;
    background-image:url(/images/img/bg_what_dvd.png);
    background-position:top;
    background-repeat:repeat-x;
}

#searchleft{
    position:absolute;
    top:10px;
    left:14px;
    width:490px;
    float:left;
}

#searchright{
    position:absolute;
    top:15px;
    left:500px;
    width:300px;
    padding:0px;
    margin:0px;
}

#searchbutton{
    background:url("/images/img/search_button.png") no-repeat scroll 0 0 #FFFFFF;
    border:medium none;
    height:27px;
    margin:0px 0px 0px 7px;
    padding:0px;
    width:27px;
}

#left{
    position:relative;
    width:181px;
    margin:0px 17px 0px 0px;
    padding:0px 0px 20px 0px;
    float:left;
}

.leftmenu{
    width:181px;
    margin:0px;
    padding:0px;
}

.left_menu_header{
    width:181px;
    height:34px;
    margin:8px 0px 0px 0px;
    padding:0px;
    background-image:url(/images/img/bg_left_menu_header.png);
    background-position:top;
    background-repeat:no-repeat;
    color:#FFF;
    font-size:16px;
    font-weight:bold;
}

.left_menu_header_text{
    width:181px;
    margin:0px;
    padding:6px 0px 0px 14px;
}

.leftmenu_text{
    width:171px;
    background-image:url(/images/img/bg_left_menu_text.png);
    padding: 4px 10px 15px 14px;
    margin: 0px;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    width: 157px;
}


.leftmenu_text_top{
    width:181px;
    height: 2px;
    padding: 0px;
    margin: 1px 0px 0px 0px;
    background-image:url(/images/img/bg_left_menu_text_t.png);
    background-position:top;
    background-repeat:no-repeat;
}

.leftmenu_text_bottom{
    width:181px;
    height: 2px;
    padding: 0px;
    margin: 0px;
    background-image:url(/images/img/bg_left_menu_text_b.png);
    background-position:top;
    background-repeat:no-repeat;
}

.leftmenu ul{
    margin:0;
    padding:0;
}

.leftmenu ul li{
    list-style: none;
}

#right{
    position:relative;
    width:603px;
    margin:8px 0px 17px 0px;
    padding:0px 0px 0px 0px;
    float:right;
}

#right a{
    //color:#8fdf17;
    color:#666666;

}

.category_header_text a {
    text-decoration: none;
}

#right input[type="text"], #right input[type="password"] {
    width:183px;
    border:1px solid #ccc;
}

#right select{
    width:188px;
    border:1px solid #ccc;
}

#right input[type="radio"]{
    border:1px solid #ccc;
}

.category{
    position:relative;
    width: 603px;
    margin: 0px;
    margin-bottom:8px;
    padding: 0px;
}

.category_header{
    position:relative;
    width: 603px;
    height:34px;
    padding: 0px;
    margin: 0px;
    color:#666;
    font-size:16px;
    font-weight:bold;
    background-image:url(/images/img/bg_header_content.png);
    background-position:top;
    background-repeat:no-repeat;
    clear:both;
}

.category_header_text{
    width:603px;
    margin:0px;
    padding:6px 0px 0px 15px;
}

.category_content{
    position:relative;
    width:603px;
    height:180px;
    margin:0px;
    padding:0px;
    clear:both;
}

.category_content_noheight{
    position:relative;
    width:603px;
    margin:0px 20px 0px 0px;
    padding:0px;
    clear:both;
}

#logination{
    position:relative;
    width:294px;
    height:191px;
    margin:8px 15px 0px 0px;
    background-image:url(/images/img/bg_logination_form.png);
    background-position:top;
    background-repeat:no-repeat;
    text-align:center;
    font-weight:bold;
    float:left;
}

#logination_button{
    background:url("/images/img/logination_button.png") no-repeat scroll 0 0 #FFFFFF;
    border:none;
    width:183px; height:35px;
    margin:0px;
    padding:0px;
    width:183px;
    color:#FFFFFF;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
}

#registration{
    position:relative;
    width:255px;
    height:191px;
    margin:8px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    float:left;
}

a#registration_button{
    line-height: 52px;
    display:block;
    position:relative;
    background:url("/images/img/register_button.png") no-repeat scroll 0 0 #FFFFFF;
    border:none;
    width:183px; height:52px;
    margin:12px 0px 0px 40px;
    padding:0px;
    color:#FFFFFF;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
}

.underline_gray{
    background-image:url(/images/img/bg_gray.png);
    background-position:bottom;
    background-repeat:repeat-x;
}

.underline_green{
    background-image:url(/images/img/bg_green_line.png);
    background-position:bottom;
    background-repeat:repeat-x;
}

.item{
    position:relative;
    width:120px;
    height:170px;
    margin:8px 0 0px 0;
    padding:0px;
    color:#8fdf17;
    text-decoration:none;
    font-size:12px;
    text-align:center;
    float:left;
}

.item a{
    text-decoration: underline;    
}

.item img {width:90px; height:135px; border:0px;}

.item_text{
    margin:6px 0px 0px 0px;
    padding:0px;}

#show_title_form{
    margin:8px 30px 0px 0px;
}

#show_title_form input[type="text"], #show_title_form select{
    width:143px;
    border:1px solid #ccc;
}

#show_title_form select{
    width:148px;
}

.movie_description{
    position:relative;
    width: 603px;
    margin: 20px 0px 0px 2px;
    margin-bottom:10px;
    padding: 0px;
}

.movie_img{
    margin:0px 0px 10px 0px;
    padding:0px;
}

.movie_singin{
    margin:10px 0px;
    padding:0px;
    height:26px;
    background-image:url(/images/img/singin.png);
    background-position:center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
}

.movie_title{
    font-size:18px;
    font-weight:bold;
    margin:0px 0px 20px 20px;
    padding:0px;
}

.movie_desc_text{
    font-size:12px;
    line-height:16px;
    margin:0px 0px 20px 20px;
    padding:0px;
}

.movie_starring{
    font-size:12px;
    line-height:16px;
    margin:50px 0px 20px 20px;
    padding:0px;
}

.line_h{
    width:100%;
    height:1px;
    background-color:#666;
}

#pages{
    position:relative;
    width:603px;
    height:25px;
    text-align:center;
    margin:30px 0px 20px 0px
}

#pages a{
    font-weight:bold;
    color:#8fdf17;
    text-decoration:none;
}

.help{
    margin:0px;
    padding:0px;
    font-size:10px;
}

label{
    text-align:left;
}

#regform td, #regform th{
    text-align:left;
    vertical-align:top;
}

#regform th{
    width: 260px;
}

#regform input[type="radio"]{
    border:1px solid #ccc;
}

#continue_button{
    background:url("/images/img/continue_button.png") no-repeat scroll 0 0 #FFFFFF;
    background-position:top;
    border:none;
    width:183px;
    height:42px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color:#FFFFFF;
    font-size:14px;
    text-decoration:underline;
    font-weight:bold;
}

#footer {
//    position: relative;
    clear:both;
    width:801px;
    margin:14px auto 0px auto;
//    height: 84px;
    background-image:url(/images/img/bg_footer.png);
    background-position:center;
    background-repeat:no-repeat;
}

#footer_text{
    position:relative;
    margin:0px;
    padding:10px 0px 0px 14px;
    font-size:12px;
}

#footer_text a{
    text-decoration:underline;
    color:#8fdf17;
}

#footer_text p{
    padding:0px;
    margin:0px;
    line-height:26px;
}

.table_borders
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin:10px 0px 0px 0px;
}

.table_borders, .table_borders td, .table_borders th
{
    border-color: #999;
    border-style: solid;
}


.table_borders td, .table_borders th
{
    margin: 0;
    padding: 3px;
    border-width: 1px 1px 0 0;
}
.table_borders td
{
    afont-size:12px;
}


#usr_info{
    font-weight:bold;
}

#usr_info label{
    font-weight:normal;
}

.rent_button{
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 12px;
    color: #FFFFFF;
    font-weight: bold;
}


.clearfix:after {content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#twitter{
position:absolute;
top:23px;
left:583px;
width:53px;
height:30px;
background-image:url(/images/img/twittergreen.png);
background-position:center;
background-repeat:no-repeat;
}

#wordpress{
position:absolute;
top:23px;
left:653px;
width:60px;
height:34px;
background-image:url(/images/img/filmblog.png);
background-position:center;
background-repeat:no-repeat;
}
