body{
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  font-family: Verdana,Tahoma,arial,sans-serif;
  color: #595959; 
  background: #fff url(/images/optopol/bg.jpg) repeat-x top; 
}

/* ------ default ------ */
h1{
}
h2{
	background: #e6e6e6 url(/images/optopol/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  line-height: 24px;
	font-size: 1.1em;
  font-weight: bold;
  color: #006CAE;  
  padding-left: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;  
  margin: 0;
}
h3{
  background: #e6e6e6 url(/images/optopol/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  line-height: 24px;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  margin: 0;  
}
h4{
}
h5{
}
h6{
}

a{
  color: #0094DE;
  text-decoration: none;
}

a:hover{
  color: #646464;
  text-decoration: underline;
}

img,
a img{
  border: none;
}

form{
  margin: 0px;
  padding: 0px;
}

input,select,textarea{
  font-size: 11px;
  color: #4F4F4F; 
}

.clear{
  clear: both;
}


div#error{
  background-color: #FFFACD;
  border: 1px solid #FFD700;
  padding: 1em;
  margin: 0 0 10px 0;
  color:#9A0000;
  font-weight: bold;
}

span.error{
  color:#9A0000;
}

div#message{
  background-color: #FFFACD;
  border: 1px solid #FFD700;
  padding: 1em;  
  margin: 0 0 10px 0;
  color:#044E8D;
  font-weight: bold;
}

span.required_info{
  color: red;
}

/* ------ main ------ */
.page_header{
  height:53px;
  width: 990px;
  margin-top: 13px;
  padding: 0px;
}

.page_header_left{
  width: 176px;
  height: 53px;
  display: block;
  float: left;
  margin: 0px;
  padding: 0;
  border-right: 1px solid #D8D8D8;
  text-align: left;
}

.page_header_content{
  width: 100px;
  height: 33px;
  display: block;
  float: left;
  margin: 20px 0 0 20px;
  padding: 0;
}

.page_header_right{
  width: 690px;
  height: 53px;
  display: block;
  float: right;
  text-align: left;
  z-index: 99;
  position: realtive;
}

#menu_main{
  float: right;
  margin: 20px 0 0 0;
}

.page_banner_home{
  width: 990px;
  height: 220px;
  display: block;
  clear: both;
  margin: 10px 0 10px 0;
  z-index: 0;
  position: relative;
}

#language_selector{
  margin:0;
  padding: 0;
}

#language_selector ul{
  margin:0;
  padding: 0;
}

#language_selector ul li{
 list-style: none;
 float: left;
 margin: 0 7px 0 0;
}

#language_selector img{
  border:0px;
}

.page_main{
  width: 990px;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
}

.page_left{
  width: 330px;
  margin: 0px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  background: #EEEDED url(/images/optopol/tab_bottom_left.jpg) no-repeat bottom left; 
}

.page_left .head{
  width: 330px;
  height: 30px;
  background: url(/images/optopol/head_left.jpg) no-repeat;
  text-align: left;
  line-height: 28px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

.page_left .head .space{
  padding-left: 20px;
}

.page_content{
  width: 660px;
  margin: 0px 0px 0 0px;
  padding: 0px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  background: #E5E3E3 url(/images/optopol/tab_bottom_content.jpg) no-repeat bottom left;
}

.page_content .head{
  width: 660px;
  height: 30px;
  background: url(/images/optopol/head_content.jpg) no-repeat;
  text-align: left;
}

.page_content .head .space{
  padding-left: 20px;
}

.page_content_space{  
  padding: 10px;
}

#page_content_inner{
  background: #fff url(/images/optopol/main_content_bg.jpg) top repeat-x;
  line-height: 18px;
	padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  margin: 10px 0 10px 0;  
}

.page_footer{
	width: 990px;    
  margin-top: 10px;
  padding: 0px;
}

.page_footer .top{
  width: 990px;
  height: 10px;
  background: url(/images/optopol/bg_footer_t.jpg) no-repeat top;  
  float: left;
  margin: 0;
  padding: 0; 
  display: block;
  clear: both; 
}

.page_footer .bottom{
  width: 990px;
  height: 10px;
  background: url(/images/optopol/bg_footer_b.jpg) no-repeat top;  
  float: left;
  margin: 0;
  padding: 0; 
  display: block;
  clear: both;
}

.page_footer .content{
  width: 990px;
  background: #F2F2F2;  
  float: left;
  margin: 0;
  padding: 0;  
  display: table;
  clear: both;
  background: url(/images/optopol/bg_footer_c.jpg) repeat-y top;
}

.page_footer .content .col-1{
  width: 329px;
  float: left;
  border-right: 1px solid #DCDCDC;
  text-align: left;
  height: 140px;
}

.page_footer .content .col-1 .space{
  padding: 10px;
}

.page_footer .content .col-1 table{
  text-align: center;
  margin: 20px 0 0 0px;
}

.page_footer .content .col-2{
  width: 329px;
  float: left;
  border-right: 1px solid #DCDCDC;
  text-align: center;
  height: 140px;
}

.page_footer .content .col-2 .space{
  padding: 50px 0 0 0;
}

.page_footer .content .col-2 table{
  text-align: center;
  margin: 20px 0 0 30px;
}

.page_footer .content .col-3{
  width: 315px;
  float: left;
  text-align: center;
}

.page_footer .content .col-3 .space{
  padding: 40px 0 0 0;
}

.page_footer .content .col-3 table{
  text-align: center;
  margin: 20px 0 0 30px;
}

.page_footer .content .col-3 .footer-contact{
  margin: 10px 0 0 0px;
  color: #615C5C;
  line-height: 18px;
}

.page_bottom{
  width: 990px;
  color: #999999;
  padding-bottom: 10px;
  clear: both;
  display: table;
}

.page_bottom .left{
  width: 390px;
  float: left;
  text-align: left;
  margin: 10px 0 0 0;
}

.page_bottom .right{
  width: 590px;
  float: right;
  text-align: right;
  margin: 10px 0 0 0;
}

.news-left-outer{
  width: 310px;
  margin: 10px;
}

.product-name{
  text-align: center;
  color: #006CAE;
  font-weight: bold;
  font-size: 1.1em;
}

.product-desc{
	width: 160px;
  text-align: left;  
  font-weight: normal;
  margin-top: 3px;
  line-height: 18px;
  font-size: 1.1em;
  text-align: justify;
}

/* ----- menu dropdown ----- */
#navigation_path{
  height: 30px;
  line-height: 28px;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  pagging: 0;
}

#navigation_path a{  
  color: #fff;
  font-weight: bold;
}

#navigation_path a:hover{  
  text-decoration: underline;
}


/* ----- menu dropdown ----- */
#nav
{ margin: 0;
  padding: 0;
  z-index: 199;
}
  
#nav li{ 
	float: left;
  list-style: none;
  z-index: 99;
  position: relative;
}

#nav li a{ 
	display: block;
  text-decoration: none;  
  color: #333;
  z-index: 99;
  position: relative;
}

#nav li a:hover{ 
}
    
#nav li ul{ 
	width: 189px;
	margin: 0;
  padding: 14px 0 0 0;
  position: absolute;
  visibility: hidden;  
  background: url(/images/optopol/ul_menu_before.jpg) top left no-repeat;
  z-index: 99;
}
    
#nav li ul li{ 
	width: 188px;
	float: none;
  display: table;
  z-index: 99;
}
    
#nav li ul li a{ 
	width: 176px;
  background: #0D99E0;
  color: #fff;     
  padding: 5px 0 5px 12px;
  z-index: 99;
}
    
#nav li ul li a:hover{ 
	background: #0D86C3;
}

.ul-sub-outer{
   background: url(/images/optopol/ul_menu_after.jpg) bottom left no-repeat;
   padding-bottom: 7px;
}

/* ------ top menu polish ------ */
.tp_strona_glowna{
  width: 60px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_top.jpg) 0px 0px;
}

.tp_strona_glowna:hover{
  background: url(/images/optopol/polish/menu_top.jpg) 0px -20px;
}

.tp_o_firmie{
  width: 75px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_top.jpg) -60px 0px;
}

.tp_o_firmie:hover{
  background: url(/images/optopol/polish/menu_top.jpg) -60px -20px;
}

.tp_produkty{
  width: 75px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_top.jpg) -140px 0px;
}

.tp_produkty:hover{
  background: url(/images/optopol/polish/menu_top.jpg) -140px -20px;
}

.tp_relacje_inwestorskie{
  width: 160px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_top.jpg) -220px 0px;
}

.tp_relacje_inwestorskie:hover{
  background: url(/images/optopol/polish/menu_top.jpg) -220px -20px;
}

.tp_dystrybutorzy{
  width: 130px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_top.jpg) -380px 0px;
}

.tp_dystrybutorzy:hover{
  background: url(/images/optopol/polish/menu_top.jpg) -380px -20px;
}

.tp_wystawy{
  width: 90px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_top.jpg) -510px 0px;
}

.tp_wystawy:hover{
  background: url(/images/optopol/polish/menu_top.jpg) -510px -20px;
}


.tp_kontakt{
  width: 80px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_top.jpg) -600px 0px;
}

.tp_kontakt:hover{
  background: url(/images/optopol/polish/menu_top.jpg) -600px -20px;
}

.tp_kariera{
  width: 72px;
  height: 20px;
  display: block;
  background: url(/images/optopol/polish/menu_kariera.jpg) 0px 0px;
}

.tp_kariera:hover{
  background-position: 0px -20px;
}

.tp_career{
  width: 72px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_kariera.jpg) 0px 0px;
}

.tp_career:hover{
  background-position: 0px -20px;
}

/* ------ top menu english ------ */
.tp_home{
  width: 60px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_top.jpg) 0px 0px;
}

.tp_home:hover{
  background: url(/images/optopol/english/menu_top.jpg) 0px -20px;
}

.tp_company{
  width: 85px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_top.jpg) -60px 0px;
}

.tp_company:hover{
  background: url(/images/optopol/english/menu_top.jpg) -60px -20px;
}

.tp_products{
  width: 95px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_top.jpg) -145px 0px;
}

.tp_products:hover{
  background: url(/images/optopol/english/menu_top.jpg) -145px -20px;
}

.tp_investor_relations{
  width: 160px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_top.jpg) -235px 0px;
}

.tp_investor_relations:hover{
  background: url(/images/optopol/english/menu_top.jpg) -235px -20px;
}

.tp_exhibitions{
  width: 100px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_top.jpg) -395px 0px;
}

.tp_exhibitions:hover{
  background: url(/images/optopol/english/menu_top.jpg) -395px -20px;
}

.tp_distributors{
  width: 100px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_top.jpg) -495px 0px;
}

.tp_distributors:hover{
  background: url(/images/optopol/english/menu_top.jpg) -495px -20px;
}

.tp_contact{
  width: 80px;
  height: 20px;
  display: block;
  background: url(/images/optopol/english/menu_top.jpg) -600px 0px;
}

.tp_contact:hover{
  background: url(/images/optopol/english/menu_top.jpg) -600px -20px;
}

/* ------ news ------ */
.created-at-component{
	font-size: 0.9em;
  color: #595959;
}

.created-at{
  font-size: 0.7em;
  color: #006CAE;
}

.read-more{
  float: right;
  color: #fff;
  font-weight: bold;
  background: url(/images/optopol/btn_more_bg_hover.jpg) 50% 50% repeat-x;
  border: 1px solid #0173BA;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  margin: 10px 0 10px 0;  
  padding: 0 7px 2px 7px;
}

.read-more:hover{
  color: #fff;
  font-weight: bold;
  background: url(/images/optopol/btn_more_bg.jpg) 50% 50% repeat-x;
  border: 1px solid #0094DE;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  text-decoration: none;
}


.pagination-page{
  width: 100%;
  height: 30px;
  background: #F8F8F8;
  pading: 5px 0 5px 0;
  margin: 20px 0 10px 0;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
}

.pagination-page a{
  font-size: 1.2em;
  font-weight: bold;
}

#flash_top_main{
 position: relative;
 z-index: -1;
}

/* ---------- contact ------------- */
.input_txt{
  width: 300px;
  height: 20px;
  background: #F8F8F8;
  pading: 3px;
  margin: 5px;
  line-height: 20px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  text-align: left;
}

.td-captcha img{  
  margin: 5px;
}

.message{
  width: 300px;
  height: 150px;
  background: #F8F8F8;
  pading: 3px;
  margin: 5px;
  line-height: 20px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  text-align: left;
}

/* ------ left menu ------ */
#menu-left-ul{
  list-style: none;
  margin: 10px 0 0 10px;
  padding: 0px;
}

#menu-left-ul li{
  line-height: 30px;
  border-bottom: 1px solid #EFEEEE;
  padding-left: 10px;
  background: url(/images/optopol/arrow_h3.gif) no-repeat 0 12px;  
}

#menu-left-ul li a{
  font-weight: bold;
  font-size: 1.1em;
}

#product-photo{
	width: 150px;
	float: right;
  margin: 0 0 5px 5px;
  display: table;
}

#product-right-outer{
  width: 150px;
  float: right;
  display: table;  
  text-align: left;
  margin-left: 10px; 
}

#gallery_list{
  background: #fff;
  line-height: 18px;
	padding: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px/*{cornerRadius}*/; 
  -webkit-border-radius: 4px/*{cornerRadius}*/;
  margin: 10px 0 10px 0;  
  display: table;
}

#gallery_list a{	
	float: left;
  margin: 0 4px 10px 0;
}

#gallery_list_2{
  background: #fff;
  line-height: 18px;  
  margin: 10px 0 10px 0;  
  display: table;
}

#gallery_list_2 a{  
  float: left;
  margin: 0 3px 10px 0;
}

.btn_back{
  float: left;
  color: #fff;
  font-weight: bold;
  background: url(/images/optopol/btn_back.jpg) 50% 50% repeat-x;
  border: 1px solid #0D0D0D;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  margin: 10px 0 10px 0;  
  padding: 2px 7px 3px 7px;
}

.btn_back:hover{
  color: #fff;
  font-weight: bold;
  background: url(/images/optopol/btn_back_hover.jpg) 50% 50% repeat-x;
  text-decoration: none;  
}

.product-tab{
  border: 1px solid #ccc;    
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;
}

.product-tab th{
  padding: 5px;
  font-weight: bold;
}

.product-tab td{
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.product-tab th{
  background: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}


/* ------ distributor ------ */
#ul-country-list li .a-country-show{
  font-weight: bold;
  color: #0094DE;
  display: block;  
  margin: 0;
  width: 250px;
  height: 15px;
}

#ul-country-list li .a-country-show:hover{  
  color: #006CAD;
  cursor: pointer;
}

.distributor-company-detail{
	width: 400px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  margin: 10px 0 10px 0;
  padding: 10px;
}

.distributor-company-detail .company-name{
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  color: #A5000E;
}

.distributor-company-detail .company-title{
  font-style: italic;
  background: #f0f0f0;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

.distributor-company-detail .company-address{
  margin-top: 6px;
}

#files_list{
  line-height: 16px;
  width: 140px;
}

#files_list img{
  vertical-align: middle;
  margin-right: 5px;
}

.gallery-image-outer{
  text-align: center;
  margin-bottom: 10px;
}

.gallery-image-outer img{
  margin-bottom: 5px;
}

.btn_send{
  color: #fff;
  font-weight: bold;
  background: url(/images/optopol/btn_more_bg_hover.jpg) 50% 50% repeat-x;
  border: 1px solid #0173BA;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  margin: 10px 0 10px 0;  
  padding: 6px 15px 6px 15px;
}

.btn_send:hover{
  color: #fff;
  font-weight: bold;
  background: url(/images/optopol/btn_more_bg.jpg) 50% 50% repeat-x;
  border: 1px solid #0094DE;
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px;    /* Konqueror */
  -moz-border-radius: 4px; /* Firefox */
  border-radius: 4px;
  text-decoration: none;
}

#swf-distributor-map{
  margin: 0 0 0 20px;
}

.icon{
  vertical-align: middle;
}

#menu_simple ul{
  list-style: none;
}

#menu_simple ul li{
  padding: 0 5px 0 5px;
  float: right;
  border-right: 1px solid #ccc;
}

.f-left{
  float: left;
}

.f-right{
  float: right;
}
