/* CSS */

/* init */
body
{
    padding: 0;
    margin: 0;
    background: #FFFFFF url(../images/bg.jpg) repeat-x;
    width: 100%;
    border: 0px;
    font-size: 12px;
    font-family: Arial;
}
img
{
    padding: 0;
    margin: 0;
    border: 0;
}

input[type=submit]
{
 cursor:pointer;   
}

/* content structure */
table.tb_main
{
    width: 816px;
    border: 0px solid red;
    background-color: #f7f3e7;
}
table.tb_main td
{
    vertical-align: top;
}
table.tb_main td img
{
    display: inline;
}
div.lang_bar
{
    text-align: right;
    color: #000000;
    border: 0px solid red;
    padding: 3px;
}
div.lang_bar a
{
    text-decoration: none;
    color: #000000;
    margin-left: 5px;
    margin-right: 15px;
}
div.lang_bar a.active
{
    font-weight: bold;
}
div.footer
{
    background: url(../images/footer_separator.jpg) no-repeat;
    margin: 2px;
    margin-top: 5px;
    padding: 15px 0px;
    border: 0px solid red;
    text-align: center;
    font-size: 12px;
    clear: both;
}
div.footer a
{
    text-decoration: underline;
    color: #ff9600;
}
div.footer img
{
    vertical-align: middle;
}
div.left_cell
{
    background-color: #ded9d4;
    border: 2px solid #FFFFFF;
    margin-bottom: 10px;
}
div.left_cell_caption
{
    margin: 4px;
    font-size: 18px;
    font-family: Impact;
    color: #FFFFFF;
    text-align: center;
    background: url(../images/footer_cell_bg.gif);
    height: 28px;
    padding-top: 2px;
}



/* site menu */
.nav-container-outer
{
    background: #4b4b4b;
    padding: 0px;
    height: 39px;
    background: url(../images/nav-bg.jpg);
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.nav-container .divider
{
    display: block;
    font-size: 1px;
    border-width: 0px;
    border-style: solid;
}
.nav-container .divider-vert
{
    float: left;
    width: 0px;
}
.nav-container .item-secondary-title
{
    display: block;
    cursor: default;
    white-space: nowrap;
}
.clear
{
    font-size: 1px;
    height: 0px;
    width: 0px;
    clear: left;
    line-height: 0px;
    display: block;
    float: none;
}
.nav-container
{
    position: relative;
    zoom: 1;
    margin: 0 auto;
}
.nav-container a, .nav-container li
{
    float: left;
    display: block;
    white-space: nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li
{
    float: none;
}
.nav-container ul
{
    left: -10000px;
    position: absolute;
}
.nav-container, .nav-container ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.nav-container li a
{
    float: none;
}
.nav-container li
{
    position: relative;
}
.nav-container ul
{
    z-index: 10;
}
.nav-container ul ul
{
    z-index: 20;
}
.nav-container ul ul ul
{
    z-index: 30;
}
.nav-container ul ul ul ul
{
    z-index: 40;
}
.nav-container ul ul ul ul ul
{
    z-index: 50;
}
li:hover > ul
{
    left: auto;
}
#nav-container ul
{
    top: 100%;
}
#nav-container ul li:hover > ul
{
    top: 0px;
    left: 100%;
}
/*^'^ Primary Items ^'^*/#nav-container a
{
    /*padding: 8px 30px 8px 30px;*/
    padding: 8px 8px;
    text-align:center;
    margin: 0;
    color: #FFFFFF;
    font-family: Impact;
    font-size: 18px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top;
}
#nav-container a:hover
{
    color: #000000;
    background: url(../images/item-primary-bg.gif);
    background-repeat: no-repeat;
    background-position: center;
}
/*^'^ Secondary Items Container ^'^*/#nav-container div, #nav-container ul
{
    margin: 0px 0px 0px 0px;
    background-color: #000000;
    text-align: center;
}
/*^'^ Secondary Items ^'^*/#nav-container div a, #nav-container ul a
{
    padding: 3px 10px 3px 6px;
    background-color: #000000;
    font-size: 12px;
    font-family: Arial;
    border-width: 0px;
    border-style: none;
    margin: 0px 0px 0px 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*^'^ Secondary Items Hover State ^'^*/#nav-container div a:hover, #nav-container ul a:hover
{
    color: #ff9600;
    font-family: Arial;
    font-size: 12px;
    font-weight: none;
    background: none;
}
/*^'^ Secondary Item Titles ^'^*/#nav-container .item-secondary-title
{
    cursor: default;
    padding: 4px 0px 3px 7px;
    color: #6C3600;
    font-family: Arial;
    font-size: 11px;
    background-repeat: no-repeat;
    font-weight: bold;
}
/*^'^ Horizontal Dividers ^'^*/#nav-container .divider-horiz
{
    height: 1px;
    background: url(../images/subitem-devider.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
/*^'^ Vertical Dividers ^'^*/#nav-container .divider-vert
{
    width: 2px;
    height: 39px;
    background-image: url(../images/menu_separator.jpg);
}
div.h1
{
    color: #ff9600;
    font-size: 18px;
    font-family: Century Gothic, Arial;
    font-weight: bold;
    background-image: url(../images/head-line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
div.h1_italic
{
    color: #ff9600;
    font-size: 16px;
    font-family: Century Gothic, Arial;
    font-style: italic;
    font-weight: bold;
    background-image: url(../images/head-line-long.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
ul.adv
{
    margin: 0;
    padding: 0;
    list-style-image: url(../images/y-arrow.jpg);
    line-height: 16px;
}
ul.left
{
    margin: 0;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    list-style-image: url(../images/b-arrow.png);
    line-height: 16px;
}
ul.left .item
{
    text-decoration: underline;
    color: #000000;
}
/***tabs**//* tab pane styling */div.panes div
{
    display: none;
    padding: 15px 10px;
    border: 1px solid #999;
    border-top: 0; /* height: 100px;*/
    font-size: 14px;
    background-color: #fff;
}
ul.tabs
{
    border-bottom: 1px solid #666666;
    height: 120px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}
ul.tabs li
{
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}
div.tab
{
    cursor: pointer;
}

div.content, div.content_r
{
    
}
div.box
{
    border: 1px solid #666666;
    padding: 10px;
    background-color: #FFFFFF;
}
div.content .slider, div.content_r .slider
{
    margin-left: 400px;
    display: block;
}

/* custom text styles */
.hl
{
    color: #FF9600;
}

div.cg18
{
    font-family: Century Gothic;
    font-size: 18px;
    color: #ff9600;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

div.a12yw
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ff9600;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.a18y
{
    font-size: 18px;
    margin: 10px 0px;
    color: #ff9600;
}


a.button
{
    color: #FFFFFF;
    padding: 2px 12px;
    background-image: url(../images/button-bg.png);
    background-repeat:repeat-x;
    font-size: 10px;
    text-decoration: none;
}

a.button:hover
{
 text-decoration:underline;   
}

.news_header
{
   background-color:#DED9D4;
   background-image: url(../userfiles/image/ress/footer_cell_bg.gif);
   background-position: 0 0;
   background-repeat: repeat;
   color: #FFFFFF;
   font-family: Impact;
   font-size: 18px;
   height: 28px;
   margin: 4px;
   padding-top: 2px;
   text-align: center;
}		

div.rss
{
 text-align:right;
 padding:5px;
}

div.rss img
{
    border:0;
}


.news_module
{
   background-color: #FFFFFF;
    padding:3px;
    font-family:Verdana;
    font-size:10px;
    height: 300px;
    overflow-x: hidden; 
    overflow-y: scroll;
    margin:0 5px;
}

.news_module a
{
text-decoration:none; 
color: #000000;   
}

.news_module a:hover
{
    text-decoration:underline;
}
.news_title
{
 font-family: Verdana;
 font-size:13px;
 font-weight:bold;   
}



/**** registration form and account ****/
#acc_content .title_label
{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #000000;
}

#acc_content input[type='text'], input[type='password'], select
{
    width: 200px;
    padding: 5px;
    margin: 0px;
    margin-bottom: 3px;
}

#acc_content .info_label
{
    color: #777777;
    font-size: 11px;
    margin-left: 3px;
}

#acc_content .info_label_upload_ok
{
    color: green;
    font-size: 11px;
    margin-left: 3px;
}


#acc_content .acc_left_col
{
    float: left;
    width: 300px;
    margin-left: 30px;
}


#acc_content .acc_right_col
{
    float: left;
    width: 250px;
    margin-left: 0px;
}

#acc_content .acc_left_full
{
    float: left;
    margin-left: 30px;
}

#acc_content .clear
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

textarea, input[type='text'], input[type='password'], select
{
    background: #FFF;
    border: 1px solid #CCC;
    padding: 2px;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover
{
    border-color: #AAA;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus
{
    border-color: #888;
}

#acc_phone select
{
    width: 80px;
    padding: 5px;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 3px;
}

#acc_phone input[type='text']
{
    width: 110px;
    padding: 5px;
    margin: 0px;
    margin-bottom: 3px;
}

#acc_chg_pswd
{
    text-align: left;
    font-size: 15px;
}


#acc_chg_pswd input[type='text'], input[type='password']
{
    width: 120px;
    padding: 5px;
    margin: 0px;
    margin-bottom: 3px;
}

#acc_chg_pswd td.row1
{
    width: 200px;
}



#acc_chg_pswd .button
{
   /* background: #0095F9 url(../images/button_bg.png) repeat-x scroll center bottom;
    border: 1px solid #FFFFFF;
    color: #F0F8FE; */
    cursor: pointer;
    /*font-size: 13px;
    height: 30px;
    padding-bottom: 3px;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;*/
}

.zone_header
{
    border-bottom: 1px dotted #AAAAAA;
    margin-left: 10px;
    margin-top: 25px;
    margin-right: 10px;
}

.lb_doc_head
{
    font-size: 15px;
    color: #777777;
}

.error_message
{
    color: Red;
    margin-left:3px;
}

.row2 .error_message
{
    font-size: 11px;
    text-align:left;
    margin-left: 10px;
}

.lb_title
{
 color: #FF9600;   
 font-weight:bold;
 margin: 10px;
 padding-bottom: 5px;
 border-bottom: 1px solid #ffffff;
}

#cus_acc_login
{
font-size:13px;
 font-family: Century Gothic,Arial;  
 border: 2px solid #FFFFFF;
 margin-bottom:10px; 
}

#cus_acc_login a
{
 font-size:11px;
}

#cus_acc_login td.row1
{
 width: 80px;   
}

#cus_acc_login td.row2
{
 text-align:center;
 padding: 0 5px;   
}

#cus_acc_login .div_label, #acc_chg_pswd .div_label {
    color:#000000;
    margin:0 10px 0 20px;
    text-align:right;
}


#cus_acc_login input[type="text"]
{
 padding: 5px;
 width: 120px;   
}

.lang_selector
{
  margin-top: 10px;  
}


div.orange_head
{
 color:#FF9600;
 font-family:Century Gothic;
 font-size:18px;
 font-weight:bold;
 margin-bottom:10px;
 text-align:center;   
}

table.summary
{
 font-family: Arial;
 width: 99%;
 font-size: 13px;
 color: #0000;   
 background-color: #FFFFFF;
 margin-bottom: 10px;
 margin-top: 10px;
}

table.summary td
{
    padding: 7px;
    border-bottom: 1px dotted silver;
}

.highlight
{
 color: #FF9600;   
 text-align:right;
}

.header
{
 text-align: left;   
}

.odd
{
 background-color: #F4F6F9;   
 border-bottom: 1px dotted silver;
}

a.member_link
{
  color: #FF9600; 
  font-family: Arial;
  font-size: 12px;
  font-weight: bold; 
  text-decoration: none;
}

a.member_link:hover
{
 text-decoration: underline;   
}
.lb_message
{
 color: #000000;
 font-size:15px;
}


div.login_wraper
{
 background: url("../images/ctrl/login_txt_gb.jpg")   no-repeat scroll transparent;
 padding: 0;
 height:21px;
 width:127px;
}

input.login_txt  {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:11px;
font-weight:normal;
margin-left:3px;
margin-top:4px;
width:120px important!;
float:left;
padding: 0px;
}

.login_label
{
 color: #000000;
 font-family:Arial;
 font-size: 12px;   
}

.login_btn {
  width: 41px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url("../images/ctrl/login_btn.jpg") no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.login_link
{
 font-family:Arial;
 font-size: 12px;  
 color: #ff9600;
}

a.login_link
{
 text-decoration:underline;   
}

.login_error
{
 font-family:Arial;
 color: Red;
 font-size:12px;   
}