body {
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
	background:url(../img/bg.gif) top repeat-x #fff;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#465153;
}

a, a:visited {
  text-decoration:underline;
  color:#01a4e1;
}

a:hover {
  text-decoration:none;
}

a img {
  border:none;
}

small {
  font-size:9px;
}

.more {
  margin-top:10px;
  color:#01aff0;
}

.more a {
  font-weight:bold;
}

ul {
  list-style-image:url(../img/bullet_green.gif);
  #list-style-image:url(../img/bullet_green_IE.gif);
  margin:10px 25px 10px 0;
  #margin:10px 40px;  
}

ul li {
  margin:7px 60px 7px 20px;
  padding:0 0 0 1px;
  line-height:16px; 
}

ol {
  margin:0px;  
}

ol li {
  margin:7px 60px 7px 21px;
  padding:0 0 0 0;
  line-height:16px; 
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:20px 0 10px 0;
	padding:0px 25px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:30px 0 11px 0;
	padding:0px 25px;
	color:#586568;
}

h2 a, h2 a:visited {
	color:#586568;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:30px 15px 13px 15px;
	padding:6px 10px;
	line-height:18px;
	color:#465153;
  background:#f4f5f0;
	border-bottom:1px solid #d5d6d2;  	
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:25px 0 10px 0;
	padding:0px 25px;
	color:#465153;
	/*color:#869b01;*/
}

p {
  line-height:18px;
  padding:0px 25px;
  margin:13px 0; /*??? margin:3px 0;*/
}

  p.spaced {
    padding:20px 25px 30px 25px;
  }
  
  p.spaced_bottom {
    padding-bottom:30px;
  }  
  
  p.small_indent {
    padding:0px 10px;
    margin:5px 0 13px 0; /*??? margin:3px 0;*/
  }  

table {
  width:610px;
  border-collapse:collapse;
  border:none;
  margin:15px 15px;
  #margin:20px 15px;
  line-height:16px;
}

table tr {
  /*height:30px;*/ 
}

table td {
  padding:5px 10px;
  border-bottom:1px solid #d5d6d2;  
}

table th {
  background:#d5d6d2;
  padding:7px 10px;
}

/*
form {
  margin:0;
  padding:0;
}


form table tr {
  height:auto;
}

form table td {
  border-bottom:none;
  padding:5px 10px;
}

form table th {
  border-bottom:1px solid #d5d6d2;
  background:none;
  width:200px;
  text-align:right;
  padding:5px 10px;
}*/

form {
  margin:0;
  padding:0;
}


table.form tr {
  height:auto;
}

table.form td {
  border-bottom:none;
  padding:5px 10px;
}

table.form th {
  border-bottom:1px solid #d5d6d2;
  background:none;
  width:200px;
  text-align:right;
  padding:5px 10px;
}

input.text, textarea.text, select.text {
  border:1px solid #d5d6d2;
  padding:3px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;    
}

input.text.hint, textarea.text.hint {
  color:#d5d6d2;
}

input:hover.text, textarea:hover.text, select.text:hover {
  border:1px solid #cbd034;
}

input.text.error, textarea.text.error, select.text.error {
  border:1px solid #f56f12;
}

input.submit {
    margin:0px;
    padding:2px 8px;
    #padding:2px 0px 1px 0px;
    border:1px solid #465153;
    background:#465153;/*#a9c400;*/
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:10px;
	  font-weight:bold;
  	color:#fff;
}





#wrapper {
	width:940px;
	padding:0 10px;
  margin:0 auto 0 auto;	
}

#header {
  height:180px;
}

  #header #header_top {
    height:130px;
  }
  
  #header #header_left {
    float:left;
    width:117px;
  }
  
  #header #header_middle {
    float:left;
    width:280px;
    padding-top:94px;
    #padding-top:95px;
    padding-left:30px;
  }
  
  * html #header #header_middle {
    float:left;
    width:270px;
    padding-top:94px;
    #padding-top:95px;
    padding-left:30px;   
  }  
  
  #header #header_right {
    float:left;
    width:503px; /*443*/
    padding-right:10px;
  }
  
  * html #header #header_right {
    float:left;
    width:503px;
    padding-right:10px;   
  }    

#flash_top {
  width:360px;
  float:left;
  height:62px;
  
  padding-top:30px;
  text-align:right;
  color:#a7a9ac;  
}

#lang {
  float:left;
  width:113px;
  height:62px;
  padding-top:30px;
  text-align:right;
  color:#a7a9ac;
}    
   

  #lang a {
    color:#465153;
    text-decoration:none;
  }
  
    #lang a:hover {
      text-decoration:underline;
    }
    
    #lang a.current, #lang a.current:hover {
      padding:2px 5px;
      background:#cbd034;
      color:#fff;
      text-decoration:none;
    }

#search {
  text-align:left;
}

  #search #search_text {
    display:block;
    float:right;
    margin:0px;
    width:180px;
    border:1px solid #d5d6d2;
    padding:3px 5px;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:11px;    
    color:#d5d6d2;
  }
  
  #search #search_text.active {
    color:#465153;
  }
  
  #search #search_submit {
    display:block;
    float:right;  
    margin:0px;
    padding:2px 5px;
    height:21px;
    #padding:2px 5px 1px 5px;
    border:1px solid #d5d6d2;
    background:#d5d6d2;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:11px;
	  font-weight:bold;
  	color:#465153;
  }
  
  #search #hotline {
    float:right;
    display:block;
    padding:4px 5px 0 5px;    
    height:17px;
    background:#d5d6d2;
    text-align:center;
    margin-left:6px;        
  }  

#tabs {

}

  #tabs a.tab {
    display:block;
    float:left;  
    width:173px;
    height:26px;
    padding:10px 0 0 0;
    font-family:Arial;
    font-weight:bold;
    font-size:15px;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
  }
  
  #tabs a:hover.tab.private, #tabs a:hover.tab.corporate {
    background:url(../img/tab.gif) top right no-repeat #a9c400;
    color:#fff;
  }
  
  #tabs a.tab.private, #tabs a:hover.tab.private.current  {
    background:url(../img/tab.gif) top left no-repeat #cbd034;
    margin-right:5px;
  }
  
  #tabs a.tab.corporate, #tabs a:hover.tab.corporate.current {
    background:url(../img/tab.gif) bottom left no-repeat #d5d6d2;
    color:#465153;    
  } 

#nav {
  height:33px;
  background:url(../img/nav_bg.gif) top left no-repeat #cbd034;
  font-size:12px;
  font-weight:bold;
  padding-left:15px;
}

  #nav a {
    float:left;
    display:block;
    /*margin-top:6px;*/
    color:#fff;
    text-decoration:none;
    /*border-right:1px solid #a9c400;*/
  }
  
  /*#nav a:hover {
    background:url(../img/nav.gif) top right no-repeat #a9c400; 
  }
  */
  
  #nav a.current, #nav a:hover.current {
    background:url(../img/nav.gif) bottom right no-repeat;
    color:#465153;
  }
  
  #nav a.home.current, #nav a:hover.home.current {
    background:url(../img/nav_home.gif) bottom right no-repeat;
    color:#465153;
  }  
  
  #nav a.e-shop, #nav a:hover.e-shop {
    padding:8px 40px 0 20px;
    height:25px;  
    float:right;
    background:none;
    border:none;
  }
    
  #nav a.e-shop.current {
    background:none;
    color:#fff;
  }
  
  
    #nav ul li a {
      padding:8px 40px 0 20px;
      height:25px;
      background:url(../img/nav_arrow_down.gif) top right no-repeat;
    }
    
    #nav ul li a.home {
      padding:8px 40px 0 20px;
      height:25px;
      background:url(../img/nav_home_arrow_down.gif) top right no-repeat;
    }    
    
    #nav ul li a:hover {
          text-decoration:underline;    
    }
    
    #nav ul li:hover a, #nav ul li:hover a.current {
      background:url(../img/nav.gif) top right no-repeat #a9c400;
      color:#fff;
    }
    
    #nav ul li:hover a.home {
      background:url(../img/nav_home.gif) top right no-repeat #a9c400;
      color:#fff;
    }
    
  
    #nav ul ul li a {
      background:#a9c400;
      margin:0px;
      padding:7px 20px 0px 20px;
      width:170px;
      font-weight:bold;
      font-family:Verdana;
      font-size:11px;
      border-top:1px solid #cbd034;
      color:#fff;      
    }
  
    #nav ul li:hover ul a {
      background:#99b200;
    }
    
    #nav ul li:hover ul a:hover {
      text-decoration:underline;
    }

    #nav li {
      float:left;
      position:relative;
      margin:0px;
      padding:0px;
    }

    #nav ul {
      list-style:none;
      margin:0px;
      padding:0px;
    }

    #nav ul ul {
      position:absolute;
      left:0px;
      top:33px;
      margin:0px;
      padding:0px;
      width:190px;
      z-index:5000;
      display:none;
      /*border-left:1px solid #cbd034;
      border-right:1px solid #cbd034;*/
      opacity:0.9;
      filter:alpha(opacity=90);
    }
    
    #nav ul li:hover ul {
      display:block;     
    }
    
    #nav ul ul li a:hover {
      color:#fff;
    }        
  

      
  
#content {
  min-height:200px;
}

#footer {
  color:#a7a9ac;
  margin-bottom:20px;
}

  #footer #footer_top {
    height:17px;
    background:url(../img/footer_bg.gif) top left no-repeat #cbd034;
  }
  
  #footer a {
    color:#465153;
    text-decoration:underline;
  }
  
    #footer a:hover {
      text-decoration:none;
    }
    
  #footer #footer_bottom {
    padding:10px 10px 20px 10px;
  }
  
  #footer #footer_left {
    float:left;
    width:660px;
  }
  
  #footer #footer_right {
    float:left;
    width:260px;
    text-align:right;
    color:#465153;
  }  

.clear {
  clear:both;
  margin:0;
  padding:0;
  border:0;
  height:0;
  font-size:0;
  line-height:0;
}

.normal {
  font-weight:normal;
}

  .headlink ul {
    background:#a9c400;
    padding:0px;
    margin:0px;
  }
  
  .headlink ul li {
    color:#fff;
    margin:0px;
    padding:0px;
    line-height:16px;
    list-style:none;
    border-top:1px solid #cbd034;
  }
  
  .headlink ul li a {
    padding:7px 20px 7px 20px;
    display:block;
    color:#fff;
    text-decoration:none;  
  }
  
  .headlink ul li a:hover {
    text-decoration:underline;
  }

div.separator {
  height:1px;
  background:#d5d6d2;
  margin:30px 15px;
}

div.separator.small_margin {
  margin:5px 15px;
}

div.comment {
  font-size:10px;
  margin-top:5px;
}

.align_right {
  text-align:right;
}

.float_right {
  float:right;
  margin-left:20px;
}