a {outline: none;}	

form{
	margin:0;
	padding:0;
}
#header{
	width: 1000px;
	margin: auto;
	height: 130px;
	background: white url(images/microdis_pic.png) no-repeat;
        background-size: cover;
	padding-bottom: 4px;
	text-align: right;
	border-right: 1px solid #E1E1E1;
}
#header_iso{
	width: 850px;
	background: url(images/mic_tuv.gif) no-repeat 97% center ;
	height: 130px;
	float: right;
}
#menu{
	width: 1000px;
	margin: auto;
	height: 30px;
	line-height: 25px;
	background: white url(images/mic_pasek_menu.gif);
	border-right: 1px solid white;
}
#menu a{
	color: white;
	background: url(images/arr_white.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin-left: 15px;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}

#menu .menu_left{
	width:835px;
	float: left;
}

#menu .menu_right{
	float: right;
	text-align: right;
	width: 45px;
}

#menu .menu_right a{
	margin-right: 10px;
}

#languages{
	float: right;
	margin-right: 0;
	position: relative;
}
#menu_languages{
	display: block;
	width: 80px;
}
* html #menu_languages{
	width: 60px;
}

#languages a{
	background: url(images/languages.gif) no-repeat 0 50%;
	padding-left: 35px;
	margin:0;
}
#languages_list{
	position: absolute;
	top:25px;
	left: 0;
	background:#093C78;
	z-index: 1000;
	color: white;
	padding: 4px;
	width: 120px;
	border: 1px solid #072556;
	xfilter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#languages_list iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 130px;/*must have for any big value*/
height: 300px;/*must have for any big value*/;
}
#languages_list a{
	background: none;
	padding: 0px;
	padding-left: 25px;
	margin:0;
	margin-left: 6px;
	display: block;
}
#languages_list #menu_language_en{
	background: url(images/langs/en.gif) no-repeat 0 50%;
}
#languages_list #menu_language_bg{
	background: url(images/langs/bg.gif) no-repeat 0 50%;
}
#languages_list #menu_language_cs{
	background: url(images/langs/cs.gif) no-repeat 0 50%;
}
#languages_list #menu_language_de{
	background: url(images/langs/de.gif) no-repeat 0 50%;
}
#languages_list #menu_language_lt{
	background: url(images/langs/lt.gif) no-repeat 0 50%;
}
#languages_list #menu_language_lv{
	background: url(images/langs/lv.gif) no-repeat 0 50%;
}
#languages_list #menu_language_hu{
	background: url(images/langs/hu.gif) no-repeat 0 50%;
}
#languages_list #menu_language_pl{
	background: url(images/langs/pl.gif) no-repeat 0 50%;
}
#languages_list #menu_language_ro{
	background: url(images/langs/ro.gif) no-repeat 0 50%;
}
#languages_list #menu_language_ru{
	background: url(images/langs/ru.gif) no-repeat 0 50%;
}
#languages_list #menu_language_sk{
	background: url(images/langs/sk.gif) no-repeat 0 50%;
}
#languages_list #menu_language_sl{
	background: url(images/langs/sl.gif) no-repeat 0 50%;
}
#languages_list #menu_language_sr{
	background: url(images/langs/sr.gif) no-repeat 0 50%;
}
#languages_list #menu_language_tr{
	background: url(images/langs/tr.gif) no-repeat 0 50%;
}
#languages_list #menu_language_uk{
	background: url(images/langs/uk.gif) no-repeat 0 50%;
}

#breadcrumbs{
	width: 1000px;
	margin: auto;
	background:	#f3f3f3;
	border-bottom: solid 1px #d9d8d8;
	color: #88898a;
	border-right: 1px solid #E1E1E1;
}
#breadcrumbs_left{
	width: 190px;
	height: 18px;
	line-height: 18px;
	background: #eaebec;
	text-align: right;
	color: #ff9b03;
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
}
#breadcrumbs_center{
	padding-left: 10px;
	color: #88898a;
	font-size: 11px;
}
#breadcrumbs_center a{
	color: #88898a;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#breadcrumbs_center a.last{
	color: #4f8dd8;
	font-weight: bold;
	font-size: 11px;
}
#content{
	width: 1000px;
	margin: auto;
	background-color: white;
	border-right: 1px solid #E1E1E1;
}
#left{
	width: 200px;	
}
#right{
	width: auto;
}
#td_center{
	padding: 10px;
}


#td_left{
	background:	#eaebec;
}
#footer{
	width: 1000px;
	margin: auto;
	height: 23px;
	line-height: 23px;
	font-size: 10px;
	text-align: center;
	background: #093c78;
	color: #D1D1D1;
}
#bottom{
	clear: both;
}

.auth_loginform_body{
	border: solid 1px #d9d8d8;
	border-top: none;
	padding: 5px;
	background: #e2ecf9;
}
.auth_loginform{
	width: 195px;
	font-size: 10px;
	margin-top: 10px;
}
.auth_loginform_header{
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: url(images/login_box.gif);
	height: 22px;
	width: 180px;
	padding-left: 15px;
	line-height: 22px;
}
.auth_loginform_field{
	width: 50px;
}

.news_news_on_list a.news_container_link, .news_news_on_list a.news_container_link:hover, #bottom .news_news_on_list_title a.news_container_link{
	color: #093C78;
	text-decoration: none;
}
.news_news_on_list .link a{
	color: #4e8dd8;
	text-decoration: underline;
}

.company .news_news_on_list a{
	color: #4e8dd8;
	text-decoration: underline;
}

span.news_news_on_list_more{
	color: #4e8dd8;
	text-decoration: underline;
}

.news_news_on_list_text{
	text-align:justify;
}

#left .news_news_on_list, #right .news_news_on_list{
	width: 195px;
	margin-top: 10px;
}
#left .news_news_on_list{
	margin-left: 5px;
}

#left .news_news_on_list_date, #right .news_news_on_list_date{
	display:none;
}
#left .news_news_on_list_title, #right .news_news_on_list_title{
	background: #949596 url(images/grey_box_grey.gif) no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 3px 10px;
}
#right .news_news_on_list_title{
	background: #949596 url(images/grey_box_white.gif) no-repeat;
}

#left .news_news_on_list_title a, #right .news_news_on_list_title a{
	color: white;
	text-decoration: none;
}

#left .news_news_on_list_text, #right .news_news_on_list_text{
	border: 1px solid #d0d0d0;
	background: white;
	padding: 8px 10px;
	width: 173px;
	overflow: hidden;
}
#left .news_news_on_list_more, #right .news_news_on_list_more{
	ssdisplay: inline;
	display: none;
}

#left hr.news_hr, #td_center hr.news_hr, #right hr.news_hr{
	display:none;
}

#top .news_news_on_list{
	clear:both;
	padding-top:10px
}

#top .news_news_on_list_date, #top .news_news_detail_date{
	color: #949596;
	margin-top: 15px;
	width: 67px; height: 14px; overflow:hidden;
}
#top .news_news_on_list_title a{
	font-weight: bold;
}
#top .news_news_on_list_title{
	font-weight: bold;
	margin-bottom: 10px;
}
#top .news_news_on_list_text{
	
}
#top .news_news_on_list_more{
	display: inline;
}

#top .news_news_detail_title{
	font-weight: bold;
	font-size: 11px;
}
#top .news_news_detail_text{
	margin-top: 10px;
}
#top .news_news_detail_more{
	margin-top: 10px;
}


.box{
	width: 100%;
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.box_title{
	background: #d1d1d1;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 15px;
}
.box_content{
	padding: 10px;
}
#top .box_content{
	padding: 0 15px 70px 15px;
}

#bottom .news_news_on_list{
	float:left;
	border: 1px solid #d1d1d1;
	margin-top: 10px;
	width: 49%;
	height: 150px;
	overflow: hidden;

}
#bottom .news_odd{
	margin-right: 10px;
}
#bottom .news_even{
	margin-right: -10px;
}
#bottom .news_news_on_list_date{
	display:none;
}
#bottom .news_news_on_list_title{
	background: #d1d1d1;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 15px;
}
#bottom .news_news_on_list_title a{
	color: #093C78;
}
#bottom .news_news_on_list_text, #bottom .news_news_on_list_more{
	padding: 10px;
}
#bottom .news_news_on_list_more{
	display: inline;
}
.auth_user_label, .auth_password_label{
	padding: 7px 6px;
}
.auth_loginform_field{
	width: 90px;
	border: 1px solid #babbbc;
}
.auth_loginform_submit{
	width: 16px;
	height: 16px;
	background: url(images/go.gif);
	border: 0;
	margin-left: 5px;
}

.products .news_news_on_list_date, .products .news_news_detail_date, 
.partners .news_news_on_list_date, .partners .news_news_detail_date, 
.company .news_news_on_list_date, .company .news_news_detail_date,
.signup_form .news_news_on_list_date, .signup_form .news_news_detail_date,
.order_form .news_news_on_list_date, .order_form .news_news_detail_date{
	display:none;
}
.partners .news_news_on_list_title, .partners .news_news_detail_title{
	margin-top: 20px;
}

.partners .news_news_detail_title{
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
}

.partners .news_news_detail_text, .partners .news_news_detail_more{
	margin-top: 20px;
}


.partners_partnerlist_table{
	border-collapse:collapse;
	width: 584px;
}
.partners_partnerlist_table td, .partners_partnerlist_table th{
	padding: 10px;
}
.partners_partnerlist_table_header{
	background: #ABC8EC;
	text-align: left;
}
.partners_partnerlist_odd{
	background: #F2F2F3;
}
.partners_partnerlist_even{
	background: #DEEBF9;
}
#partners_country_AL{
	padding-left: 30px; background: url(images/countries/al.gif) no-repeat 0 50%;
}
#partners_country_BA{
	padding-left: 30px; background: url(images/countries/ba.gif) no-repeat 0 50%;
}
#partners_country_BG{
	padding-left: 30px; background: url(images/countries/bg.gif) no-repeat 0 50%;
}
#partners_country_BY{
	padding-left: 30px; background: url(images/countries/by.gif) no-repeat 0 50%;
}
#partners_country_CH{
	padding-left: 30px; background: url(images/countries/ch.gif) no-repeat 0 50%;
}
#partners_country_CZ{
	padding-left: 30px; background: url(images/countries/cz.gif) no-repeat 0 50%;
}
#partners_country_DE{
	padding-left: 30px; background: url(images/countries/de.gif) no-repeat 0 50%;
}
#partners_country_HR{
	padding-left: 30px; background: url(images/countries/hr.gif) no-repeat 0 50%;
}
#partners_country_HU{
	padding-left: 30px; background: url(images/countries/hu.gif) no-repeat 0 50%;
}
#partners_country_LT{
	padding-left: 80px; background: url(images/countries/lt.gif) no-repeat 0 50%;
}
#partners_country_LV{
	padding-left: 30px; background: url(images/countries/lv.gif) no-repeat 0 50%;
}
#partners_country_MD{
	padding-left: 30px; background: url(images/countries/md.gif) no-repeat 0 50%;
}
#partners_country_ME{
	padding-left: 30px; background: url(images/countries/me.gif) no-repeat 0 50%;
}
#partners_country_MK{
	padding-left: 30px; background: url(images/countries/mk.gif) no-repeat 0 50%;
}
#partners_country_PL{
	padding-left: 30px; background: url(images/countries/pl.gif) no-repeat 0 50%;
}
#partners_country_RO{
	padding-left: 30px; background: url(images/countries/ro.gif) no-repeat 0 50%;
}
#partners_country_RS{
	padding-left: 30px; background: url(images/countries/rs.gif) no-repeat 0 50%;
}
#partners_country_RU{
	padding-left: 30px; background: url(images/countries/ru.gif) no-repeat 0 50%;
}
#partners_country_SI{
	padding-left: 30px; background: url(images/countries/si.gif) no-repeat 0 50%;
}
#partners_country_SK{
	padding-left: 30px; background: url(images/countries/sk.gif) no-repeat 0 50%;
}
#partners_country_TR{
	padding-left: 30px; background: url(images/countries/tr.gif) no-repeat 0 50%;
}
#partners_country_UA{
	padding-left: 30px; background: url(images/countries/ua.gif) no-repeat 0 50%;
}


.kbase_article, .kbase_dir{
	display:block;
}
.kbase_dir{
	margin-left: 10px;
}
.kbase_article{
	margin-left: 20px;
}
.kbase_article_current{
	font-weight: bold;
}


.gallery_path a,
.gallery_dirs_list a,
.gallery_gallery_list a{
	color: #4F8DD8;
	text-decoration: none;
	line-height: 32px;
}
.gallery_gallery_list img{
	border: solid 1px silver;
}
.gallery_path{
	margin-bottom: 20px;
}
.gallery_photo{
	float: left;
	margin: 5px;	
	text-align: center;
}
.gallery_dir{
	margin: 15px;	
	background: url(images/my_root.gif) no-repeat;
	padding: 10px 35px;
	text-align: center;
}
.kbase_html_menu ul{
	padding-left: 25px;
}
* html .kbase_html_menu ul{
	margin-left: 25px;
	padding-left: 0;
	padding-top: 10px;
}
.kbase_html_menu ul ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

.kbase_html_menu_dir{
	font-weight: normal;
	list-style-image: url(images/option_pointer.gif);
}
.kbase_html_menu_article{
	font-weight: normal;
	list-style-image: url(images/suboption_pointer.gif);
}

.kbase_html_menu_dir_current, .kbase_html_menu_article_current{
	font-weight: bold;
}

.news_html_menu ul{
	padding-left: 25px;
}
* html .news_html_menu ul{
	margin-left: 25px;
	padding-left: 0;
	padding-top: 10px;
}
.news_html_menu ul ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

.news_html_menu_dir{
	font-weight: normal;
	list-style-image: url(images/option_pointer.gif);
}
.news_html_menu_article{
	font-weight: normal;
	list-style-image: url(images/suboption_pointer.gif);
}

.news_html_menu_dir_current, .news_html_menu_article_current{
	font-weight: bold;
}


.login-table {
	background-color:#F0F7FF;
	border:1px solid #005BAB;
	margin-bottom:30px;
	margin-top:10px;
}
.login-table-cell {
	color:navy;
	font-family:Arial;
	font-size:8pt;
	padding:7px 5px;
}


#top .search_box{
	margin-top: 15px;
}
#top .search_box_header{
	display: none;
}


.search_input, .search_submit{
	margin-bottom: 4px;
}
.search_submit{
	border: 0px; 
	width: 16px; 
	height: 16px; 
	background: url(images/go.gif)
}

.search_box{
	width: 195px;
	font-size: 10px;
	margin-top: 10px;
}
.search_box_header{
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: url(images/search_box.gif);	
	height: 22px;
	width: 180px;
	padding-left: 15px;
	line-height: 22px;
}

.search_box_body{
	border: solid 1px #d9d8d8;
	border-top: none;
	padding: 5px 0 5px 5px;
	background: #e2ecf9;
}
.search_box_field{
	width: 50px;
}



.news_news{
	display: block;
	margin-left:20px;
	padding: 2px;
}
.news_news_overview, .news_news_overview:hover{
	display: block;
	margin-left:20px;
	text-decoration: none;
	color: #093C78;
	margin-bottom: 15px;
}


input[type=radio]{
	vertical-align:text-bottom;
	margin-left: 2px;
}
* html input{
	vertical-align: middle;
}




.article_search{
	width:770px;
	/*ddheight: 470px;*/
	border: 1px solid #D1D1D1;
}

.article_search_top{
	height:10px;
	margin-top:20px;
	width:100%;
	padding:0;
	overflow:hidden;
}
.button_container{
	margin: 10px 0 0 0;
	text-align: center;
}
a.article_search_head{
	display:block;
	margin:0;
	text-decoration:none;
	font-size: 140%;
	padding:5px;
	background: #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	font-weight: bold;
	/*color: #093C78;*/
	color: red;
}
a.article_search_head:hover{
	background: #D1D1D1;
}
a.article_search_head.closed{
	background: #D1D1D1;
}
a.article_search_head.closed:hover{
	background: #D1D1D1;
} 

.articles_search_form{
	margin-top: 10px;
}
.articles_search_form textarea{
	width: 760px;
	height: 70px;
	font: 15px/1.5 Verdana, sans-serif;
	font-weight: bold;
	color: #093C78;
	border: 1px solid #ABADB3;
	padding: 5px;
}
.articles_search_search{
	font-size: 15px;
	margin: 10px 0;
	vertical-align: middle;
	display: block;
}

.articles_search_wait{
	height: 20px;
	background: url(images/loading.gif) no-repeat left center;
	padding-left: 30px;
}
.articles_current_mode{
	text-decoration:none; font-weight:normal;
}
.articles_message{
	margin-bottom: 15px;
}
.articles_mode{
	margin-bottom: 15px;
}
.articles_navigation{
	margin: 4px;
	margin-top:15px;
	text-align:center;
}
.articles_navigation A{
	padding: 2px;
}
.article_results{
	padding:10px;
}

.article_results .table{
	width:100%;
}

.article_results .table td{
	padding: 2px 1px;
}

.article_results .col_0{
	width:90px;
}
.article_results .col_1{
	width:75px;
}
.article_results .col_2{	
	width:45px;
}
.article_results .col_3{
	width:45px;
}
.article_results .col_4{
	width:45px;
}
.article_results .col_5{
	width:45px;
}
.article_results .col_6{
	width:90px;
}
.article_results .col_7{
	width:65px;
}
.article_results .col_8{	
	width:90px;
}
.article_results .col_9{
	width:45px;
}
.article_results .col_10{
	width:45px;
}

.article_results .articles_available{
	display: block;
	width: 18px;
	height: 15px;
	text-indent: 100px;
	overflow: hidden;
}

.article_results .articles_available_1{
	background: url(images/stock.gif);
}
.article_results .articles_available_2{
	background: url(images/truck.gif);
}
.article_results .articles_available_3{
	background: url(images/phone_info.gif);
}
.article_results .articles_available_stockcall{
	background: url(images/phone_stock.gif);
	margin:0 auto;
}

.article_results .art_quantity{
	width: 50px;	
}

.manu_filter{
	width: 40px;
}

.article_remove{
	width:20px;
	height:20px;
	background: url(images/cancel.png) no-repeat;
	cursor: pointer;	
}

#articles_buttons{
	width:140px;	
	margin:15px auto 0 auto;
	overflow:hidden;
	text-align:center;
	height: 55px;
}

#basket_button, #inquiry_button{ 
	width: 55px;
	display: block;
	float: left;
	margin: 0 5px;
	padding-top: 40px;	
	text-decoration: none;
}
	
#basket_button:hover, #inquiry_button:hover{ 
	text-decoration: underline;
}	

#basket_button{
	background: url(images/cart_butt.gif) no-repeat top center;
}

#inquiry_button{
	background: url(images/inq_butt.gif) no-repeat top center;
}

.add_to_basket, .remove_from_basket, .disabled_basket, .persistent_disabled_basket, .add_to_inquiries, .remove_from_inquiries, .disabled_inquiries{
	display:block;
	float:left;
	width:20px;
	height:20px;	
}	

.add_to_basket{
	background: url(images/cart1.png) no-repeat;	
}

.remove_from_basket{	
	background: url(images/cart2.png) no-repeat;	
}

.disabled_basket, .persistent_disabled_basket{
	background: url(images/cart3.png) no-repeat;
}

.add_to_inquiries{
	background: url(images/inq1.png) no-repeat;	
}

.remove_from_inquiries{	
	background: url(images/inq2.png) no-repeat;	
}

.disabled_inquiries{
	background: url(images/inq3.png) no-repeat;
}

.loading{
	width:20px;
	height:20px;	
	background: url(images/loading.gif) no-repeat center center;	
}

#sosedi_fp_processing_container{
	width: 625px;	
}

.sosedi_fp_processing_loader{
	background: url(images/loading-bar.gif) no-repeat center right;	
}

blink {color: red; font-size: 18px; margin: 5px 0;}

.article_selected .col_0{
}
.article_selected .col_1{	
}
.article_selected .col_2{
}
.article_selected .col_3{
}
.article_selected .col_4{
}
.article_selected .col_5{
}
.article_selected .col_6{
}
.article_selected .col_7{	
}
.article_selected .col_8{
}

#basket_total{
	text-align: right;
	background-color: #4E8DD8;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	width: 160px;
}

.exchange_rates {
	margin-top: 20px;
}

.exchange_rates p{
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding: 10px;
}

#table_exchange_rates{
	width:100%;
}



.files_path{
	margin-bottom: 20px;
}
.files_dir {
	padding: 6px 2px 0 25px;
	background: url(images/dir.gif) no-repeat left center;
	border: 0px solid Black;
	text-decoration: none;
	font-size: 11px;
	display:block;
	height: 19px;
}
* html .files_dir{
	height:25px;
}
.files_add_dir, .files_edit_dir{
	clear:left;
	width:100%;
}
.files_files_list, .files_dirs_list, .files_path {
margin-left:10px;
}
.files_files_list {
padding:0;
}
.files_dirs_list{
	margin-top: 20px;
}

.files_add_file, .files_edit_file{
	width:620px;
	height: 100px;
	background-position: top left;
	padding:0;
	clear:left;
	float: none;
}
.files_add_file table{
	height:100%;
}




.sosedi_loginform_body{
	border: solid 1px #d9d8d8;
	border-top: none;
	padding: 5px;
	background: #e2ecf9;
}
.sosedi_loginform{
	width: 195px;
	font-size: 10px;
	margin-top: 10px;
}
.sosedi_loginform_header{
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: url(images/login_box.gif);
	height: 22px;
	width: 180px;
	padding-left: 15px;
	line-height: 22px;
}
.sosedi_loginform_field{
	width: 50px;
}
.sosedi_loginform_submit {
	background:transparent url(images/go.gif) repeat scroll 0 0;
	border:0 none;
	height:16px;
	margin-left:5px;
	width:16px;
}

.sosedi_loginform_field {
	border:1px solid #BABBBC;
	width:90px;
}

.sosedi_loginform_person_name{
	font-weight: bold;
}

.sosedi_loginform_error{
	color: #FF0000;
}

.table{
	table-layout: fixed;
	/*width: 775px;*/
	margin: 5px 0;
}
table#table_{
	table-layout: auto;
}
.table th{
	background: #4E8DD8;
	color: white;
	cursor: default;
}
.table td{
	padding: 3px;
	vertical-align: top;
}
.table tr.even{
	background: #D7E3ED;
}
.table tr.odd{
	background: #F4F7FA;
}
.table col{
	-s-width: 100px;
}
.table th a, .table th span{
	display: block;
	padding: 2px 5px 8px 5px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	color: white;
}
.table th a:hover{
	background-color: #77AEEF;
	color: white;
}
.table th a.marker_asc{
	background-image: url(../../modules/sosedi/arrow_down.gif);
}
.table th a.marker_desc{
	background-image: url(../../modules/sosedi/arrow_up.gif);
}

.table td.tooltipped div{
	cursor:default;
	overflow:hidden;
	white-space:nowrap;
}
.table td.avail_filter{
	text-align: center;
}
.table td#rfq_buttons{
	text-align: center;
}
.table td#rfq_buttons button{
	
	margin: 10px;
}


.table button{
	font-size: 10px;
}


#table_stocks, #table_invoices{
	table-layout: auto;
	width:100%;
}
#invoice_data{
	width: 715px;
}
#invoicer_data_values1{
	width: 300px;
}
span.tooltipped {
	cursor:default;
	overflow:hidden;
	white-space:nowrap;
}

div#tooltip_1 ,
div#tooltip_2,
div#tooltip {
	
	position:absolute;
	z-index:10;
	display:none;
	white-space:nowrap;
	cursor:default;
	
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid black;
	margin-top: 0px;
	margin-left: 0px;
	color:black;
	font-weight:normal;
	padding: 1px 2px 3px;
}



.sosedi_customer{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sosedi_info{
	width: 700px;
	padding: 2px;
	margin-bottom: 10px;
	text-align: justify;
}
.sosedi_info2{
	float:right;
	text-align:left;
	margin-top: -60px;
}
.sosedi_info3{
	width: 700px;
	padding: 2px;
	margin-bottom: 10px;
	text-align: justify;
	margin-top: 20px;
}
.sosedi_info21{
	dcolor: green;
}
.sosedi_info22{
	color: red;
}
.sosedi_info30{
	dcolor: green;
}
.sosedi_info31{
	color: red;
}
.sosedi_overtime{
	color: red;
}

.sosedi_status_red, .sosedi_status_green, .sosedi_status_yellow{
	font-size: 28px; 
}
.sosedi_status_red{
	color: red;
}
.sosedi_status_green{
	color: green;
}
.sosedi_status_yellow{
	color: yellow;
}
.sosedi_status_just_sent, .sosedi_status_sent{
	display:block;
	width:20px;
	height:20px;
	background: url(images/smile.png) no-repeat;	
}
.sosedi_status_info_red, .sosedi_status_info_green, .sosedi_status_info_yellow{
	
}

p.sosedi_sign{
	text-align: right;
	font-style: italic;
}

#sosedi_fp_panel{
	margin: 15px 0;	
}

/*
#center, #right{
	border: 1px solid black;
}
#center{overflow:hidden;width:715px;}
*/
#table_orders{
	width:100%;
}

#table_orders td{
	padding: 4px 2px;	
}

#table_invoices #col_nr, #table_payments #col_nr, #table_positions #col_nr{
	width: 30px;
}
#table_orders #col_nr{
	width: 25px;
}
#table_orders #col_article{
	width: 90px;
}
#table_orders #col_order_date{
	width: 72px;
}
#table_orders #col_order_code{
	width: 85px;
}
#table_orders #col_producer{
	width: 42px;
}
#table_orders #col_quantity{
	width: 42px;
}
#table_orders #col_price{
	width: 50px;
}
#table_orders #col_value{
	width: 60px;
}
#table_orders #col_currency, #table_invoices #col_currency{
	width: 40px;
}
#table_orders #col_order_number{
	width: 95px;
}
#table_orders #col_term{
	width: 45px;
}
#table_orders #col_confirmed_term{
	width: 45px;
}
#table_orders #col_status{
	width: 45px;
}
#table_invoices #col_type{
	width: 60px;
}
#table_positions #col_tax{
	width: 45px;
}
#table_positions #col_quantity{
	width: 50px;
}
#table_positions #col_net_price{
	width: 65px;
}
#table_positions #col_net_value, #table_positions #col_tax_value, #table_positions #col_gross_value{
	width: 75px;
}

#table_payments{
	width: 450px;
}

#table_stocks #col_article{
	width: 90px;
}
#table_stocks #col_customer_code{
	width: 90px;
}


#customer_data{
	line-height: 1.1;
}
#customer_data th, #invoice_data th{
	font-weight: bold;
	text-align: left;
}
#customer_data_captions{
	width: 150px;
}


/* formularz */
#inquiryForm{margin-top:20px;}
.iform_wrapper{margin-top:20px;}
.iform fieldset{border:1px solid #4E8DD8; margin:15px 0;}
.iform legend{font-size:12px;font-weight:bold;}
.iform legend span {padding:0 10px; font-size:16px;}
.iform label {width: 180px; float: left;}
.iform label.error {color:red; width:100%;margin:5px 0;}
.oform label.error {color:red; margin-left:10px;}
p.error {color:red; margin:0 0 15px 0;}
p.confirm {color:#008C00;}
.iform fieldset p {clear:both; margin:15px 10px;}
.iform .buttons {margin-left:240px;}
.form .submit {margin:5px;}
.iform fieldset em {padding-right:1em; vertical-align:top;}
.iform .widget{width:250px;}
.iform textarea {height:175px;}
.iform .submit {width:90px; padding:2px;}

/* formularze zmiany danych kontaktowych i firmowych */
#customer_data .text, #company_data .text {
	width:225px;	
}

/* step */
.step {min-height:120px;}
/* terms of service */
#terms_of_service h2{color:#000;}
#terms_of_service h3{color:#000;}
#terms_of_service ol li{font-weight:bold;color:#000;}
#terms_of_service p{margin:5px 0;font-weight:normal;}
#terms_of_service span{font-weight:bold; padding-right:5px;}

#articles_browse_panel{text-align: right; margin: 10px 0 5px 0;}

div.error{color:red;}

/*table selected
.table_selected .col_2, .table_selected .col_3, .table_selected .col_4,.table_selected .col_6
{width:50px;}
.table_selected .col_5, .table_selected .col_7
{width:75px;}
 .table_selected .col_8 {width:50px;}*/

/*for ie7-*/
button{line-height: 125%;}
 
.table_selected{table-layout:auto; width:100%;}
#box_result{width:750px;}
 
/*overlay*/
#target_price_overlay { 
    /* overlay is hidden before loading */ 
    display:none; 
    /* standard decorations */ 
    width:400px; 
    background-color:#F9F7ED; 
    border:10px solid #666; 
    /* for modern browsers use semi-transparent color on the border. nice! */ 
    border:15px solid rgba(82, 82, 82, 0.698); 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
} 
 
#target_price_overlay div { 
    padding:10px; 
    border:1px solid #3B5998; 
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif 
} 
 
#target_price_overlay h4 {
    color:#fff; 
    background-color:#6D84B4; 
    border:1px solid #3B5998; 
    font-size:20px;
	margin:0;
	padding:5px 10px;    
}

#target_price_overlay p{margin: 20px;}
#order_container table{width:600px;}
.final_order, .final_order_header{margin: 15px 0;}
.final_order td, .final_order th{}
.order_table_big_header{font-size:20px;}
.right{text-align: right;}
.left{text-align: left;}
.italic{font-style: italic;}
.stamp_container{height:100px;}

a.pdf{display:block; line-height: 350%; padding-left:55px; width:100px; background: white url(images/pdf.jpg) no-repeat left;}
