body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	display: inline;
	background: url(/images/body_background.gif) 0 0 repeat-x #f7f8fa;
}

* {
	outline: 0;
}

form {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

table {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

textarea {
	width: 100%;
	height: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
}

a img {
	border: 0;
}

acronym {
	color: red;
	cursor: help;
	border: 0px;
}
/*
ol,
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
*/
.p100 {
	width: 100%;
	float: left;
	display: inline;
}

.auto {
	width: auto;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.link {
	cursor: pointer;
}

div.web {
	float: none;
	margin: 0 auto;
	width: 989px;
	padding: 0;
	text-align: left;
	position: relative;
}
/*
div.web div {
	float: left;
	position: relative;
	display: inline;
}
*/
div.header {
	width: 100%;
	height: 137px;
	background: url(/images/header.gif) 0 0 no-repeat transparent;
	float: left;
	position: relative;
	display: inline;
}

a.logo {
	position: absolute;
	/*width: 213px;*/
	/*height: 111px;*/
	top: 14px;
	left: 18px;
}

img.logo_text {
	position: absolute;
	top: 90px;
	left: 244px;
}

div.contact_info {
	position: absolute;
	top: 47px;
	left: 809px;
	line-height: 18px;
}

div.contact_info p {
	margin: 0;
}

div.advert {
	width: 100%;
	height: 327px;
	/*background: url(/images/ad.jpg) 0 0 no-repeat transparent;*/
	float: left;
	position: relative;
	display: inline;
}

div.menu {
	width: 100%;
	height: 40px;
	float: left;
	position: relative;
	display: inline;
}

div.menu div {
	float: left;
	position: relative;
	display: inline;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#menu li {
	float: left;
	height: 40px;
}

#menu li.separator {
	float: left;
	width: 2px;
	height: 40px;
	font-size: 1px;
	background: url(/images/menu.gif) 0 0 repeat-x transparent;
}

#menu a.menu_1 {
	float: left;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

#menu a.menu_1:hover {
	float: left;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/menu_hover.gif) 0 0 repeat-x transparent;
}

#menu li.menu_2 {
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	cursor: default;
	background: url(/images/menu_a_selected.gif) 0 0 repeat-x transparent;
}

#menu li.menu_2 div {
	padding: 0 30px;
	height: 40px;
	background: url(/images/menu_li_selected.gif) center top no-repeat transparent;
}

div.body {
	width: 981px;
	border: 4px solid #e5e5e5;
	border-top: 0px;
	background: #ffffff;
	float: left;
	position: relative;
	display: inline;
	margin-bottom: 15px;
	z-index: 8;
}

div.body div {
	float: left;
	position: relative;
	display: inline;
}

div.submenu {
	width: 965px;
	border-bottom: 1px solid #b1b1b1;
	padding: 0 8px;
	margin-bottom: 10px;
}

#submenu {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 0;
	font-size: 11px;
}

#submenu li {
	float: left;
	padding: 5px 10px;
}

#submenu li.selected {
	/*
	padding: 0px 0px 5px 0px;
	background: url(/images/submenu_selected.gif) bottom center no-repeat transparent;
	*/
}

#submenu li.selected div {
	/*
	padding: 3px 10px;
	color: #ffffff;
	background: #d7601d;
	*/
	padding-bottom: 2px;
	color: #d7601d;
	border-bottom: 1px solid #d7601d;
}

#submenu li a {
	color: #4a4a4a;
	text-decoration: underline;
}

#submenu li a:hover {
	color: #c75502;
	text-decoration: none;
}

div.contact_office {
	margin-top: 5px;
	width: 100%;
}

div.contact_office div.office {
	font-size: 11px;
	font-weight: bold;
	color: #4a4a4a;
	width: 929px;
	padding: 5px 26px;
	margin-bottom: 15px;
	background: #e5e5e5;
}

div.contact_office div.left {
	margin-left: 26px;
	width: 117px;
	color: #d05719;
	font-weight: bold;
}

div.contact_office div.right {
	width: 200px;
	color: #4a4a4a;
}

div.contact_office div.texts {
	width: 348px;
}

div.contact_office div.map {
	margin-right: 26px;
	width: 607px;
}

div.border {
	width: 100%;
	height: 1px;
	font-size: 1px;
	border-top: 1px solid #e5e5e5;
}

div.input_separator {
	font-size: 1px;
	height: 10px;
	width: 100%;
}

div.history {
	width: 961px;
	margin: 0 2px;
	padding: 5px 8px;
	text-align: justify;
	color: #4a4a4a;
}

div.history a {
	color: #d7601d;
	text-decoration: underline;
}

div.history a:hover {
	text-decoration: none;
}

div.history p {
	margin: 10px 0;
}

div.product_title {
	background: #e5e5e5;
	color: #4a4a4a;
	font-weight: bold;
	text-align: center;
}

.product_2 {
	background: #f9f9f9;
}

.product_name {
	padding: 10px 15px;
	width: 135px;
	height: 100%;
	border-right: 1px solid #b9b9b9;
	color: #c75502;
	font-weight: bold;
}

.product_name a {
	color: #c75502;
	text-decoration: underline;
}

.product_name a:hover {
	text-decoration: none;
}

.product_name .comment {
	margin-top: 5px;
	color: #4a4a4a;
}

.product_content {
	padding: 10px 15px;
	width: 195px;
	height: 100%;
	border-right: 1px solid #b9b9b9;
	color: #4a4a4a;
}

.product_form {
	padding: 10px 15px;
	width: 120px;
	height: 100%;
	border-right: 1px solid #b9b9b9;
	color: #4a4a4a;
}

.product_data {
	padding: 10px 15px;
	width: 408px;
	height: 100%;
	color: #4a4a4a;
	text-align: justify;
}

.price_name {
	width: 175px;
	padding: 10px 20px;
	border-right: 1px solid #b9b9b9;
	color: #4a4a4a;
}

.price_title {
	background: #e5e5e5;
	color: #4a4a4a;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.price_name_row {
	width: 175px;
	padding: 10px 20px;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	color: #4a4a4a;
}

.price_creator {
	width: 227px;
	text-align: center;
	border-right: 1px solid #b9b9b9;
	color: #4a4a4a;
}

.price_creator_base {
	width: 70px;
	padding: 10px 20px;
	text-align: center;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	vertical-align: middle;
	color: #4a4a4a;
}

.price_creator_wvat {
	width: 75px;
	padding: 10px 20px;
	text-align: center;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	vertical-align: middle;
	color: #4a4a4a;
}

.price_dealer {
	width: 272px;
	text-align: center;
	border-right: 1px solid #b9b9b9;
	color: #4a4a4a;
}

.price_dealer_scharge {
	width: 90px;
	padding: 10px 20px;
	text-align: center;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	vertical-align: middle;
	color: #4a4a4a;
}

.price_dealer_wvat {
	width: 100px;
	padding: 10px 20px;
	text-align: center;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	vertical-align: middle;
	color: #4a4a4a;
}

.price_client {
	width: 266px;
	text-align: center;
	color: #4a4a4a;
}

.price_client_scharge {
	width: 95px;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	color: #4a4a4a;
}

.price_client_wvat {
	width: 90px;
	padding: 10px 20px;
	text-align: center;
	border-bottom: 1px solid #b9b9b9;
	vertical-align: middle;
	color: #4a4a4a;
}

.price_stitle {
	background: #f9f9f9;
	color: #4a4a4a;
	padding: 5px 0;
	border-bottom: 0;
}

div.country {
	background: #e2e2e2;
	color: #4a4a4a;
	font-weight: bold;
	width: 941px;
	padding: 5px 0 5px 40px;
	margin-bottom: 10px;
}

div.prod_name {
	width: 250px;
	padding-left: 40px;
	margin-bottom: 10px;
	color: #d7601d;
	font-weight: bold;
}

div.reg_num {
	width: 651px;
	padding-right: 40px;
	margin-bottom: 10px;
	color: #4a4a4a;
}

div.sep {
	width: 50px;
	height: 24px;
}

div.form_top_title {
	width: 931px;
	padding: 0 25px;
	color: #c75502;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

div.form_text {
	width: 931px;
	padding: 0 25px;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 20px;
}

div.form_title {
	margin: 10px 0;
	width: 931px;
	padding: 5px 25px;
	color: #4a4a4a;
	font-weight: bold;
	font-size: 12px;
	background-color: #e2e2e2;
}

div.form_details {
	width: 931px;
	padding: 5px 25px;
	color: #4a4a4a;
}

div.form_details * {
	color: #4a4a4a;
}

div.form_details div {
	line-height: 24px;
}

div.form_details div.p100 {
	margin-bottom: 5px;
}

div.form_details input.radio {
	float: left;
	margin: 7px 0 0 0;
}

div.form_details select {
	float: left;
}

div.form_details font.required {
	color: #d7601d;
	margin: 0 2px;
}

div.form_details label {
	margin: 0 15px 0 5px;
}

div.form_details textarea {
	width: 626px;
	height: 150px;
	border: 1px solid #e2e2e2;
	background-color: #fbfbfb;
	margin: 0;
}

.data_pd div.p100 div {
	width: 300px;
}

.data_sd div.p100 div {
	width: 300px;
}

.data_od div.p100 div {
	width: 300px;
}

.data_uwr div.p100 div {
	width: 300px;
}

.data_suwr div.p100 div {
	width: 720px;
}

.data_info div.p100 div {
	width: 300px;
}

label {
	width: 150px;
	float: left;
	line-height: 24px;
}

input.input_text {
	float: left;
	width: 200px;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e3e3e3;
	height: 15px;
	font-size: 12px;
	padding: 4px 5px 3px 5px;
	background-color: #fbfbfb;
}

input.button {
	width: 95px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #dfd2c7;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e3e3e3;
	/*background: url(/images/button_submit.gif) 0 0 repeat-x transparent;*/
	background-color: #d1561a;
	color: #ffffff;
	height: 22px;
	padding: 0 15px;
	margin-top: 10px;
	float: left;
	text-align: left;
	font-weight: bold;
}

input.button_clr {
	width: 95px;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #dfd2c7;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e3e3e3;
	background: transparent;
	color: #d35614;
	height: 22px;
	padding-left: 15px;
	float: left;
	text-align: left;
	font-weight: bold;
}

div.contact_form {
	width: 981px;
	margin: 10px 0;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}

div.contact_form label {
	width: 117px;
	color: #d05719;
	font-weight: bold;
}

div.contact_form input.input_text {
	width: 170px;
}

div.contact_form textarea {
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e3e3e3;
	background-color: #fbfbfb;
	overflow: auto;
	width: 477px;
	padding: 5px;
	height: 146px;
}

div.contact_form div.col1 {
	margin-left: 25px;
	width: 299px;
}

div.contact_form div.col2 {
	margin-left: 25px;
	width: 489px;
}

div.contact_form div.col3 {
	margin-left: 25px;
	width: 100px;
}

div.contact_form div.image {
	padding-left: 117px;
	width: 182px;
}

div.contact_form .error {
	color: #ff0000;
}

div.form_details .select {
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e3e3e3;
}

div.form_details .error {
	border-top: 1px solid #f3d0bd;
	border-right: 1px solid #f3d0bd;
	border-bottom: 1px solid #f3d0bd;
	border-left: 1px solid #f3d0bd;
}

div.admin_body {
	width: 961px;
	margin: 0 2px;
	padding: 5px 8px;
}

div.admin_for {
	line-height: 22px;
	padding: 0 10px 0 20px;
}

div.lang_menu {
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

div.lang_menu
a {
	float: left;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #d3d3d3;
	line-height: 20px;
	height: 20px;
	cursor: pointer;
	color: #000000;
}

div.lang_menu
a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

div.lang_body {
	width: 100%;
	/*
	width: 583px;
	border: 1px solid #d3d3d3;
	padding: 5px;
	*/
	background: #f5f5f5;
}

div.delete {
	width: 190px;
}

div.delete_button {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

input.delete {
	width: 152px;
	margin-left: 26px;
}

textarea.settings {
	width: 806px;
}

div.thumbs {
	width: 164px;
	height: 164px;
	margin: 26px 0 0 26px;
}

div.thumbs a {
	text-align: center;
	float: left;
	border: 7px solid #ebeaea;
}

div.thumbs a:hover {
	border: 7px solid #d7601d;
}

div.thumbs_separator {
	width: 100%;
	height: 26px;
}

div.footer {
	width: 953px;
	border-top: 1px solid #b1b1b1;
	padding: 10px 14px;
	color: #4a4a4a;
}

div.footer a {
	font-weight: bold;
	color: #c75502;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: none;
}

/* class languages */
#languages {
	position: absolute;
	top: 10px;
	left: 869px;
	width: 114px;
	line-height: 20px;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	z-index: 90;
	/*background: yellow;*/
}

#lang_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 104px;
	padding: 0 5px;
	height: 20px;
	background: url(/images/arrow_down.gif) 95px center no-repeat #161616;
	border-top: 1px solid #565656;
	border-right: 1px solid #5c5c5c;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #5b5b5b;
}

#langs {
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
}

#langs
div {
	display: inline;
	width: 104px;
	padding: 0 5px;
	line-height: 19px;
	color: #ffffff;
	cursor: default;
	background: #161616;
	/*border-top: 1px solid #565656;*/
	border-right: 1px solid #5c5c5c;
	border-bottom: 1px solid #272727;
	border-left: 1px solid #5b5b5b;
}

#langs a {
	float: left;
	width: 104px;
	padding: 0 5px;
	line-height: 19px;
	color: #ffffff;
	background: #161616;
	/*border-top: 1px solid #565656;*/
	border-right: 1px solid #5c5c5c;
	border-bottom: 1px solid #272727;
	border-left: 1px solid #5b5b5b;
	text-decoration: none;
}

#langs a:hover {
	text-decoration: none;
	background: url(/images/menu_hover.gif) center center repeat-x #161616;
}

#lang_box img,
#langs img {
	float: left;
	margin: 4px 5px 0 0;
}
/* class languages */

