body, td
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #353535;
}
body
{
	margin: 0px;
}
form
{
	margin: 0px;
}
a
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #254399;
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
:focus
{
	-moz-outline-style: none;
}
p
{
	margin: 0px;
}
div.content
{
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 35px;
}
div.content p {
	text-align: justify;
}
.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #254399;
}
.header2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #254399;
	font-weight: bold;
}
.header_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
a.hor_menu_icon
{
	font-family: "Tahoma";
	font-size: 12px;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	margin-right: 30px;
	display: block;
	margin-bottom: 1px;
}
a:hover.hor_menu_icon
{
	text-decoration: underline;
}
a.hor_menu_icon img
{
	border: 0px;
	margin-right: 10px;
}
div.logo_text_first
{
	font-family: "Tahoma";
	font-size: 24px;
	font-weight: bold;
	color: #5D5D5D;
	margin-left: 40px;
}
div.logo_text_second
{
	font-family: "Tahoma";
	font-size: 20px;
	color: #362426;
	margin-left: 182px;
}
td.menu
{
	background-color: #B2B2B2;
	vertical-align: top;
}
#menu_line
{
	position: absolute;
	width: 10px;
	height: 100%;
	background-color: #999999;
}
ul
{
	margin-left: 35px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
}
li
{
	padding-bottom: 3px;	
}
ul.main_menu
{
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 14px;
	position: relative;
}
ul.main_menu li, ul.main_menu li.active
{
	background-image: url("images/menu_item_marker.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	margin-bottom: 30px;
	padding-bottom: 3px;
}
ul.main_menu li.active
{
	background-image: url("images/active_menu_item_marker.gif");
}
ul.main_menu li a, ul.main_menu li.active a
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;	
	color: #1B1B1B;
	text-decoration: none;
	outline: none;
}
ul.main_menu li.active a
{
	color: white;
}
ul.main_menu li a:hover
{
	color: white;
}
ul.main_menu li.active a:hover
{
	text-decoration: none;
}
ul.sub_menu
{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
	padding-left: 10px;
	line-height: 16px;
}
ul.sub_menu li
{
	background-image: url("images/arrow_grey.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 5px;
}
ul.sub_menu li a, ul.sub_menu li a.active
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;	
	color: #5E5E5E;
	text-decoration: none;
}
ul.sub_menu li a.active
{
	 color: #333333;
	 text-decoration: underline;
}
ul.sub_menu li a:hover
{
	 text-decoration: underline;
}
table.menu_box
{
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #CECECE;
	margin-top: 100px;
}
table.menu_box img
{
	 border: 0px;
}
table.menu_box input
{
	font-family: "Tahoma";
	font-size: 10px;
}
table.menu_box td
{
	height: 17px;
	font-family: "Tahoma";
	font-size: 12px;
}
table.menu_box a
{
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: none;
	color: black;
	white-space: nowrap;
}
table.menu_box a:hover
{
	text-decoration: underline;
}
table.menu_box td.icon
{
	text-align: center;
	width: 23px;
}
table.menu_box td.arrow
{
	text-align: center;
	width: 16px;
}
table.menu_box tr.border_top
{
	border-top: 1px solid black;
}
table.menu_box tr.border_top td
{
	border-top: 1px solid black;
}
table.menu_box td.search_input
{
	height: 42px;
	background-color: #EDEDED;
}
table.menu_box td.search_input input.search_text
{
	 width: 81px;
	 border: 0px;
	 margin-left: 5px;
	 padding-top: 0px;
	 border: 1px solid #CCCCCC;
}
table.menu_box td.search_input input.button_ok
{
	width: 17px;
	height: 17px;
}
table.content_table_left
{
	width: 100%;
	height: 100%;
	background-color: #D7DBD2;
}
table.content_table_left td.header
{
	background-color: #B5BBAD;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: bottom;
	padding-left: 20px;
	padding-bottom: 5px;
}
table.content_table_left td.data
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #353535;
	border-bottom: 1px solid white;
	padding: 20px;
	padding-bottom: 40px;
	vertical-align: top;
}
table.content_table_right
{
	width: 100%;
	height: 100%;
	background-color: #D7DBD2;
}
table.content_table_right td.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #B2B2B2;
	vertical-align: bottom;
	height: 40px;
	padding-left: 20px;
	padding-bottom: 5px;
}
table.content_table_right td.data
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid white;
	vertical-align: top;
	padding: 20px;
	color: #5E5E5E;
}
ul.news
{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 15px;
	padding-left: 0px;
	line-height: 14px;
}
ul.news li
{
	background-image: url("images/arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
ul.news li a
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #5E5E5E;
	text-decoration: none;
}
ul.news li a:hover
{
	 text-decoration: underline;
}
div.all_news
{
	text-align: right;
}
div.all_news a
{
	background-image: url("images/arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	font-family: "Tahoma";
	font-size: 12px;
	color: #5E5E5E;
	padding-left: 15px;
}
table.site_news a
{
	color: #5E5E5E;
}
div.view_image
{
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
div.view_image a
{
	background-image: url("images/arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	font-family: "Tahoma";
	font-size: 12px;
	color: #5E5E5E;
	text-decoration: none;
}
div.view_image a:hover
{
	text-decoration: underline;
}
div.yellow_link
{
	padding-bottom: 5px;
	padding-left: 12px;
	background-image: url("images/arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
}
div.yellow_link a
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #5E5E5E;
	text-decoration: none;
}
div.yellow_link a:hover
{
	 text-decoration: underline;
}
div.yellow_link2
{
	padding-bottom: 5px;
}
div.yellow_link2 a
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #5E5E5E;
	text-decoration: none;
	background-image: url("images/arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
div.yellow_link2 a:hover
{
	 text-decoration: underline;
}
table.goods, table.order
{
	width: 100%;
	background-color: #EDEDED;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin-bottom: 10px;
}
table.goods td, table.order td
{
	height: 42px;
	font-family: "Tahoma";
	font-size: 12px;
}
table.goods td.header_name, table.goods td.header_other, table.goods td.header_description, table.goods td.header_checkbox
{
	font-weight: bold;
	color: white;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
table.goods td.header_name
{
	background-color: #99B2B2;		
	text-align: center;
	border-right: 1px solid white;	
}
table.goods td.header_description
{
	background-color: #B2B2B2;
	padding-left: 30px;
	padding-bottom: 10px;
}
table.goods td.header_other
{
	background-color: #B2B2B2;
	padding-left: 20px;
	padding-bottom: 10px;
	border-right: 1px solid white;	
}
table.goods td.header_checkbox
{
	background-color: #B2B2B2;
	border-right: 1px solid #D4D4D4;
	text-align: center;
	padding: 0px;
	width: 50px;
}
table.goods td.name, table.goods td.name_link
{
	color: #525252;
	text-align: center;
	font-weight: bold;	
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #B2B2B2;
	width: 110px;
}
table.goods td.name_link
{
	background-image: url("images/good_link.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
table.goods td.name a, table.goods td.name_link a
{
	color: #525252;
	text-decoration: none;
}
table.goods td.name a:hover, table.goods td.name_link a:hover
{
	text-decoration: underline;
}
table.goods td.description
{
	color: #828282;	
	text-align: justify;
	padding: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #B2B2B2;
}
table.goods td.other
{
	color: #828282;	
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #D4D4D4;
}
table.goods td.checkbox
{
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	text-align: center;
}

table.order
{
	width: 100%;
	background-color: #D7DBD2;
}
table.order td.header_name, table.order td.header_part, table.order td.header_count, table.order td.header_checkbox
{
	font-weight: bold;
	color: white;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #B5BBAD;
}
table.order td.header_name
{
	text-align: center;
	border-right: 1px solid white;	
	width: 100px;
}
table.order td.header_part
{
	padding-left: 30px;
	padding-bottom: 10px;
	border-right: 1px solid white;	
}
table.order td.header_count
{
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	padding-bottom: 10px;
	border-right: 1px solid white;	
	background-color: #B2B2B2;
}
table.order td.header_checkbox
{
	padding-left: 0px;
	padding-right: 0px;
	border-right: 1px solid #D4D4D4;
	text-align: center;
	background-color: #B2B2B2;
}
table.order td.name, table.order td.name_link
{
	color: #525252;
	text-align: center;
	font-weight: bold;	
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
table.order td.name_link
{
	background-image: url("images/good_link.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
table.order td.name a, table.order td.name_link a
{
	color: #525252;
	text-decoration: none;
}
table.order td.name a:hover, table.order td.name_link a:hover
{
	text-decoration: underline;
}
table.order td.part
{
	padding: 10px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: #828282;
}
table.order td.part a
{
	color: #828282;	
}
table.order td.count
{
	width: 95;
	text-align: center;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
table.order td.count input
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #333333;
	width: 50px;
}
table.order td.checkbox
{
	width: 95;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid white;
	text-align: center;
}
ul.parts
{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 0px;
	padding-left: 0px;
	line-height: 13px;
}
ul.parts li
{
	background-image: url("images/arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
ul.parts li a
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #353535;
	font-weight: bold;
	text-decoration: none;
}
ul.map
{
	list-style-type: square;
	margin-left: 15px;
}
ul.map li
{
	margin-bottom: 5px;
}
ul.map li a
{
	color: #353535;
}
ul.map ul.map
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.map ul.map li
{
	margin-bottom: 3px;
}
ul.map ul.map li a
{
	font-size: 10px;
}
/**************************************************/
table.sgoods
{
	width: 100%;
	background-color: #EDEDED;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin-bottom: 10px;
	margin-left: -20px;
}
table.sgoods td
{
	height: 50px;
	font-family: "Tahoma";
	font-size: 12px;
	color: #828282;	
	text-align: justify;
	padding: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #D4D4D4;
}
table.sgoods td.header_image, table.sgoods td.header_other
{
	font-weight: bold;
	color: white;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
table.sgoods td.header_image
{
	background-color: #99B2B2;		
	text-align: center;
	border-right: 1px solid white;	
}
table.sgoods td.header_other
{
	background-color: #B2B2B2;
	padding-left: 30px;
	padding-bottom: 10px;
	border-right: 1px solid white;
}
table.sgoods td.image
{
	color: #525252;
	text-align: center;
	font-weight: bold;	
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #B2B2B2;
	width: 110px;
}
td.image img
{
	width: 100px;
	height: 25px;
	border: solid 1px black;
}
/**************************************************/
table.tbl
{
	width: 650px;
	background-color: #EDEDED;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin-bottom: 10px;
}
table.tbl td
{
	height: 20px;
	font-family: "Tahoma";
	font-size: 12px;
	color: #828282;	
	text-align: center;
	padding: 5px;
	padding-right: 0px;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #D4D4D4;
}
table.tbl td.header_main, table.tbl td.header
{
	font-weight: bold;
	color: white;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
table.tbl td.header_main
{
	background-color: #99B2B2;		
	text-align: center;
	border-right: 1px solid white;	
}
table.tbl td.header
{
	background-color: #B2B2B2;
	padding-left: 30px;
	padding-bottom: 5px;
	border-right: 1px solid white;
}
/**************************************************/
table.tbl_print
{
	width: 650px;
	background-color: white;
	border-collapse: collapse;
	border: 1px solid black;
	margin-bottom: 10px;
}
table.tbl_print td
{
	height: 20px;
	font-family: "Tahoma";
	font-size: 12px;
	color: black;	
	text-align: center;
	padding: 5px;
	padding-right: 0px;
	border: 1px solid black;
}
table.tbl_print td.header_main, table.tbl_print td.header
{
	font-weight: bold;
	color: black;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
table.tbl_print td.header_main
{
	text-align: center;
	border-right: 1px solid black;	
}
table.tbl_print td.header
{
	padding-left: 30px;
	padding-bottom: 5px;
	border-right: 1px solid black;
}
/**************************************************/
#price_kant
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #254399;
	font-weight: bold;
}

table.type_tbl
{
	width: 100%;
	border-collapse: collapse;
	
}
table.type_tbl td
{
	border: 1px solid black;
	padding: 5px;
}
div.bib
{
	width: 500px;
	height: 120px;
	overflow: hidden;
}
div.bib img
{
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid black;
}

