/******************************************************************** GLOBAL */
* {
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 16px;
    color: #222222;
    outline: none;
}
html, body {
    width: 100%;
    height: 100%;
}
img {
    border: 0px none;
}
.clear {
    font: 0px/0px Verdana;
    height: 0px;
    clear: both;
    overflow: hidden;
}
a {
    color: #4D91E0;
    outline: none;
}
a:hover {
    color: #888888;
    outline: none;
    text-decoration: underline;
}
.fl { float: left;  }
.fr { float: right; }
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }
.at { vertical-align: top; }
.ab { vertical-align: bottom; }
.hidden { display: none; }
body {
    background: #8d8771 url(../images/body_bg.gif) 0% 0% repeat-x;
}
h1 {
    font-size: 16px;
    color: #444444;
    margin: 5px 0px 10px 0px;
}


/*********************************************************************** HEAD */
#main {
    height: 100%;
}
#main-head {
    width: 980px;
    height: 120px;
    margin: 0px auto;
}
#main-head .logo {
    display: block;
    float: left;
    width: 260px;
    height: 120px;
    background: url(../images/logo.png) 0px 0px no-repeat;
}
#main-head .topimg {
    display: block;
    float: left;
    width: 400px;
    height: 120px;
    background: url(../images/topimg.png) 0px 0px no-repeat;
}
#main-head .button {
    float: right;
    width: 300px;
    height: 95px;
}
#main-head .button a {
    display: block;
    float: right;
    width: 158px;
    height: 50px;
    margin: 35px 0px 0px 0px;
    background: url(../images/shop_button.png) 0px 0px no-repeat;
}
#main-head .menu {
    float: right;
}
#main-head .menu a {
    display: block;
    float: left;
    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 5px;
    background: #888888;
    color: #FFFFFF;
    text-decoration: none;
}




/************************************************************************ MID */
#main-mid {
    width: 980px;
    height: 400px;
    margin: 0px auto;
}
#main-mid-menu {
    float: left;
    width: 260px;
    height: 400px;
    background: url(../images/vmenu_bg.gif) 0px 0px no-repeat;
}
#main-mid-menu ul {
    padding: 10px 20px 0px 15px;
}
#main-mid-menu li.level0 {
    display: block;
    background: url(../images/vmenu_img.gif) 100% 50% no-repeat;
}
#main-mid-menu li.level0 a {
    display: block;
    margin: 5px 32px 5px 0px;
    padding: 2px 4px 2px 0px;
    font: 20px Tahoma;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
}
#main-mid-menu li.level0 a:hover {
    display: block;
    color: #000000;
    background-color: #FFFFFF;
}
#main-mid-menu li.level1 {
    display: block;
    background: url(../images/vmenu_img1.gif) 92% 6px no-repeat;
}
#main-mid-menu li.level1 a {
    display: block;
    margin: 2px 32px 2px 0px;
    padding: 0px 4px 0px 0px;
    font: 12px Tahoma;
    color: #888888;
    text-decoration: none;
    text-align: right;
}
#main-mid-menu li.level1 a:hover {
    display: block;
    color: #FFFFFF;
}



/******************************************************************** CONTENT */
#main-mid-content {
    float: left;
    width: 720px;
    height: 400px;
    background: url(../images/content_lbg.gif) 0px 0px no-repeat;
}
#main-mid-content .wraper {
    width: 720px;
    height: 400px;
    background: url(../images/content_rbg.gif) 0px 0px repeat-y;
}
#main-mid-content .content {
    width: 720px;
    height: 400px;
    background: url(../images/content_vline.gif) 100% 0% no-repeat;
    overflow: hidden;
}
#main-mid-content .content .body {
    padding: 20px 30px 20px 30px;
}
#main-mid-content-index {
    float: left;
    width: 720px;
    height: 400px;
    background: url(../images/index_content_lbg.gif) 0px 0px no-repeat;
}
#main-mid-content-index .wraper {
    width: 720px;
    height: 400px;
    background: url(../images/index_content_rbg.jpg) 100% 0% no-repeat;
}


/*********************************************************************** FOOT */
#main-foot {
    height: 120px;
    background: url(../images/foot_bg.gif) 0% 100% repeat-x;
}
#main-foot .inner {
    width: 980px;
    height: 120px;
    margin: 0px auto;

    background: url(../images/foot.png) 0px 0px no-repeat;
}
#main-foot .stripe {
    padding: 30px 0px 0px 0px;
}
#main-foot .stripe .item {
    float: left;
    width: 90px;
    height: 40px;
    margin: 0px 4px 0px 4px;
}


/******************************************************************* MESSAGES */
#message {
    cursor: pointer;
    padding: 5px 0px 5px 0px;
}
#message .error {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #DD7777;
    background: #FFDDDD;
    color: #AA0000;;
}
#message .result {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #55CC55;
    background: #DDFFDD;
    color: #009900;
}


/*************************************************************** REGISTRATION */
#page_registration {
}
#page_registration fieldset {
    float: left;
    padding: 0px 5px 5px 5px;
    margin: 5px;
    border: 1px solid #DDDDDD;
}
#page_registration hr {
    height: 1px;
    color: #CCCCCC;
}
#page_registration .input_text {
    float: left;
    margin: 2px 5px 2px 5px;
}
#page_registration .input_text input {
    width: 200px;
}
#page_registration .input_text input.sm {
    width: 189px;
}
#page_registration .input_text textarea {
    width: 414px;
    height: 60px;
}
#page_registration .input_radio {
    float: left;
    margin: 2px 5px 2px 5px;
}
#page_registration .input_radio div {
    float: left;
    padding: 2px 4px 0px 0px;
}
#page_registration .input_radio label {
    float: left;
}
#page_registration .input_submit {
    text-align: right;
}
#page_registration hr {
    height: 1px;
    color: #CCCCCC;
}
h1 a {
    font-size: inherit;
    color: #AAAAAA;
    text-decoration: none;
}
h1 a.selected {
    color: #444444;
    text-decoration: underline;
}

/*********************************************************************** AUTH */
#page_auth {
}
#page_auth .form {
    width: 270px;
    height: 200px;
    margin: 50px auto 0px auto;
}
#page_auth .input_text {
    padding: 4px;
}
#page_auth .form .txt {
    width: 250px;
    padding: 3px;
    font: 18px Tahoma;
    color: #444444;
    text-align: center;
}
#page_auth .submit {
    padding: 2px 25px 2px 25px;
}


/**************************************************************** FORGET PASS */
#page_forget_pass {
}
#page_forget_pass .form {
    width: 270px;
    height: 200px;
    margin: 50px auto 0px auto;
}
#page_forget_pass .input_text {
    padding: 4px;
}
#page_forget_pass .form .txt {
    width: 250px;
    padding: 3px;
    font: 18px Tahoma;
    color: #444444;
    text-align: center;
}
#page_forget_pass .submit {
    padding: 2px 25px 2px 25px;
}


/********************************************************************** PAGES */
.brands_list div {
    float: left;
    width: 155px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    line-height: 11px;
}
.question {
    margin: 0px 0px 2px 0px;
    border: 1px solid #FFFFFF;
    padding: 4px;
}
.question span {
    display: block;
    font-weight: bold;
    cursor: pointer;
}
.question div {
    display: none;
}
.selected_question {
    border: 1px solid #DDDDDD;
    background: #F5F5F5;
    padding: 4px;
}
.letter_menu {
    margin: 0px 0px 10px 0px;
}
.letter_menu a {
    font: bold 12px Tahoma;
    text-decoration: none;
}
.letter_menu a.selected {
    color: #008800;
    text-decoration: underline;
}

/************************************************************** PAGE_CONTACTS */
#page_contacts .input_text {
    padding: 4px 0px 0px 0px;
}
#page_contacts .txt {
    width: 400px;
    font: 13px Tahoma;
    color: #444444;
}
#page_contacts .submit {
    padding: 2px 25px 2px 25px;
}
#page_contacts .captcha {
    width: 50px;
    text-align: center;
}
