@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background: #dadada;
}
img{
    border: 0;
}
a{
    color: #5e9b01;
}
ul, li{
    list-style: none;
    margin: 0;
    padding: 0;
}
form, input, h2{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}
.wrapper{
    margin: 0 auto;
    padding: 0;
    width: 320px;
}
#menuTop{
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #2F2F2F;
    text-align: center;  
    color: #898989;    
}
#menuTop a{
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    color: #dadada;
    font-weight: bold;
}
#bannerTop{
    float: left;
    width: 100%;
    height:105px;
    padding-top: 4px;
    background: url(../images/m_bg_banner.jpg) repeat-x;
    text-align: center;    
}
#logo{
    float: left;    
    width: 100%;
    height: 81px;
    background: url(../images/m_logo.jpg) no-repeat;
}
ul{
    float: left;    
    width: 100%;
}
ul li{
    float: left;
    width: 64px;
    height: 52px;    
    display: block;
}
ul li a{
    float: left;
    width: 64px;
    height: 52px;
    display: block;
}
ul li a.newVideos{
   background: url(../images/m_menu_new.jpg);
}
ul li a.fuckBuddy{
   background: url(../images/m_menu_fack.jpg);
}
ul li a.liveSex{
   background: url(../images/m_menu_live.jpg);
}
ul li a.freeApps{
   background: url(../images/m_menu_free.jpg);
}
ul li a.random{
   background: url(../images/m_menu_random.jpg);
}
form.search{
    float: left;  
    width: 100%;
    padding-top: 7px;
    height: 34px;
    background: url(../images/m_bg_search.gif) repeat-x;
}
input.searchSword{
    padding: 6px;
    padding-left: 10px;
    margin-left: 5px;
    width: 263px;
    height: 16px;
    fonr-size: 13px;
    background: url(../images/m_search_input.png);
}
input.searchSword{
    float: left;
}
h2{
    background: url(../images/m_head.jpg);
    color: #2F2F2F;
    font-family: Tahoma;
    font-size: 20px;
    height: 34px;
    padding-left: 48px;
    padding-top: 7px;
    width: 266px;
    margin-left: 3px;
    margin-top: 4px;
}
.item{
    float: left;
    margin-top: 4px;
    margin-left: 3px;
    width: 294px;
    padding: 9px;
    border: 1px solid #cccaca;
    background: #fff;
}
.item a img{
    width: 292px;
    height: 220px;
    border: 1px solid #000;    
}
.item a.title{
    margin-top: 5px;
    float: left;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
}
.item a.title:hover{
    text-decoration: underline;
}
#content .banner{
    float: left;
    width: 100%;
    margin-top: 4px;
    text-align: center;
}
.addThis{
    float: left;
    margin-top: 4px;
    text-align: center;  
    width: 244px;
    margin-left: 36px;
}
#content .navi{
    float: left;
    width: 100%;
    margin-top: 4px;
    text-align: center;   
}
#content .navi a{
    display: block;
    float: left;
    margin-left: 4px;
    padding: 5px 45px;
    background: url(../images/m_bd_next_btn.gif) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#content .navi span{
    display: block;
    float: left;
    margin-left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/m_bg_nav_num.gif) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000000;
}
#footer{
    float: left;
    width: 100%;
    height: 135px;
    background: url(../images/m_bg_footer.jpg) repeat-x;
    text-align: center;
    padding-top: 25px;
}
#footer a{
    text-decoration: none;
    color: #69ad01;
    font-family: Tahoma;
    font-size: 13px;
}
#footer a{
    text-decoration: underline;
}


/* forms */

.forms-wrapper  { width: 100%; position: relative; }
.forms  { max-width: 480px; position: relative; margin: 0 auto; text-align: center; }
.forms .forms-intro  { width: 90%; padding: 0 0 6px 0; margin: 0 auto; color: #333; text-align: left; }
.forms .forms-error  { width: 90%; padding: 0 0 6px 0; margin: 0 auto; color: #dd3333; text-align: left; }
.forms .form-label  { width: 25%; float: left; padding: 2px 0; margin-left: 5%; line-height: 25px; color: #333; text-align: right; }
.forms .form-field  { width: 60%; float: right; padding: 2px 0; margin-right: 5%; line-height: 25px; color: #333; text-align: left; }
.forms input.text  { width: 90%; height: 25px; background: #fff; border: 1px solid #aaa; line-height: 25px; }
.forms input.submit  { width: 40%; height: 25px; background: #fff; border: 1px solid #aaa; line-height: 25px; }
.forms img.captcha  { display: block; margin-bottom: 3px; }