/* General settings */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 11px Tahoma, "sans-serif";
	color: #565656;
}

/* Layouts */

.wrapper {
	width: 955px;
	margin: 0 auto;
	
}

.header {
	/*height: 344px;*/
	height: 310px;
	background: url('/design/img/header.gif') 0 111px repeat-x;
	position: relative;
}

.container {
	
}

.left_sidebar {
	width: 240px;
	float: left;
}

.content {
	width: 429px;
	float: left;
	padding: 0 23px;
}

.right_sidebar {
	width: 240px;
	float: left;
	
}

.right_sidebar_index {
	width: 337px;
	float: left;
	margin-left: 18px;
	
}

.footer {
	clear: both;
	height: 180px; /*144*/
	padding-top: 36px;
	background: url('/design/img/footer.gif') 50% 86px no-repeat;
	position: relative;
}

/* Elements */

.header h2 {
	background: #e20022;
	width: 815px; /* 811 */
	height: 22px;
	position: absolute; top: 182px; right: 0;
	font-family: Arial;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	padding-top: 7px;
	padding-left: 26px;
	letter-spacing: 1px;
}

.logo {
	position: absolute; top: 12px; right: 138px;
	border: 0;
}

.lang {
	position: absolute; top: 220px; right: 30px;
}

.lang a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

.lang .lang_ru {
	padding-right: 7px;
	margin-right: 8px;
	background: url('/design/img/active_lang.gif') 100% 5px no-repeat;
}

.lang .active_lang {
	color: #373737;
}


/*
.lang a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

.lang .lang_active {
	color: #373737;
	padding-right: 7px;
	margin-right: 8px;
	background: url('/design/img/active_lang.gif') 100% 5px no-repeat;
}
*/
.basket {
	color: #373737;
	font-size: 10px;
	text-decoration: none;
	display: block;
	/* background: url('/design/img/basket.gif') 100% 22px no-repeat; */
	background: url('/design/img/basket.gif') 100% 0px no-repeat;	
	position: absolute; top: 221px; right: 26px;
	padding-right: 20px;
	/*padding-top: 20px;*/
	margin-top: 20px;
}

.search_form {
	/*width: 271px;*/
	width: 150px;
	height: 16px;
	position: absolute; 
	/*top: 44px; left: 143px;*/
	top: 65px;
	right: 5px;
}

.search_form_text {
	width: 80px;
	height: 14px;
	border: 1px solid #d3d3d3;
	background: url('/design/img/search_form_text.gif') no-repeat;
	position: absolute; top: 0; left: 0;
	color: #373737;
	font-size: 10px;
	padding: 0 4px;
}

.search_form_submit_ru {
	width: 54px;
	height: 15px;
	border: 0;
	background: url('/design/img/search_form_submit_ru.gif') no-repeat;
	position: absolute; top: 0; right: 0;
	cursor: pointer;
}

.search_form_submit_en {
	width: 54px;
	height: 15px;
	border: 0;
	background: url('/design/img/search_form_submit_en.gif') no-repeat;
	position: absolute; top: 0; right: 0;
	cursor: pointer;
}

.nav_menu {
	position: absolute; top: 84px; left: 144px;
}

.nav_menu li {
	float: left;
	list-style-type: none;
	margin-right: 17px;
}

.nav_menu li a {
	text-transform: lowercase;
	text-decoration: none;
	color: #373737;
	font-size: 10px;
	padding-right: 18px;
}

.nav_menu li a:hover {
	text-decoration: underline;
}

.nav_menu .nav_menu_email {
	background: url('/design/img/nav_menu_email.gif') 100% 0 no-repeat;
}

.nav_menu .nav_menu_print{
	background: url('/design/img/nav_menu_print.gif') 100% 1px no-repeat;
}

.nav_menu .nav_menu_sitemap{
	background: url('/design/img/nav_menu_sitemap.gif') 100% 1px no-repeat;
}

.top_menu {
	position: absolute; top: 225px; left: 144px;
}

.top_menu li {
	float: left;
	list-style-type: none;
	margin-right: 14px;
	padding-left: 14px;
	background: url('/design/img/top_menu_devider.gif') 0 5px no-repeat;
}

.top_menu li:first-child {
	margin-left: 0;
	background: none;
	padding-left: 0;
}

.top_menu a {
	text-decoration: none;
	text-transform: lowercase;
	color: #373737;
}

.top_menu a:hover {
	color: #00ba46;
}

.top_menu .top_menu_active {
	color: #00ba46;
}

.auth_form {
	/*position: absolute; top: 262px; left: 144px;*/
	padding-top: 15px;
}

.auth_form .auth_form_login {
	width: 120px;
	height: 14px;
	border: 1px solid #d3d3d3;
	background: url('/design/img/search_form_text.gif') no-repeat;
	/*position: absolute; top: 0; left: 0;*/
	color: #373737;
	font-size: 10px;
	padding: 0 4px;
	margin: 0 0 5px 0;
}

.auth_form .auth_form_pass {
	width: 120px;
	height: 14px;
	border: 1px solid #d3d3d3;
	background: url('/design/img/search_form_text.gif') no-repeat;
	/*position: absolute; top: 0; left: 141px;*/
	color: #373737;
	font-size: 10px;
	padding: 0 4px;
}

.auth_form .auth_form_submit {
	border: 0;
	background: url('/design/img/auth_form_submit.gif') no-repeat;
	width: 14px;
	height: 14px;
	/*position: absolute; top: 1px; left: 274px;*/
	cursor: pointer;
}

.auth_form_forget {
	color: #009d51;
	/*position: absolute; top: 24px; left: 0;*/
	display: block;
	margin: 5px 0;
}

.auth_form_forget:hover {
	text-decoration: none;
}

.auth_form_register {
	color: #373737;
	text-decoration: none;
	/*position: absolute; top: 39px; left: 0;*/
}

.auth_form_register:hover {
	color: #009D51;
}

.auth_form_greating {
	color: #373737;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.left_sidebar_categories {
	border: 1px dotted #d1cccc;
	margin-top: 11px;
	margin-bottom: 30px;
}

.left_sidebar_categories ul {
	list-style-type: none;
	padding-top: 40px;
	margin-left: 26px;
	margin-bottom: 20px;
}

.left_sidebar_categories li {
	background: url('/design/img/left_sidebar_categories_devider.gif') 0 3px no-repeat;
	padding-left: 11px;
	padding-bottom: 11px;
}

.left_sidebar_categories a {
	color: #009d51;
	font-family: Arial;
	/*font-weight: bold;*/
	font-size: 12px;
	text-decoration: none;
}

.left_sidebar_categories a:hover {
	color: #373737;
}

.left_sidebar_categories .left_sidebar_categories_active {
	padding-bottom: 0;
}

.left_sidebar_categories .left_sidebar_categories_active a {
	color: #373737;
}

.left_sidebar_categories .sub_left_sidebar_categories {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
}

.left_sidebar_categories .sub_left_sidebar_categories li {
	background: none;
	padding-bottom: 8px;
	padding-left: 0;
}

.left_sidebar_categories .sub_left_sidebar_categories a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
}

.left_sidebar_categories h3 {
	border: 1px dotted #d1cccc;
	height: 19px;
	width: 171px;

	position: relative;
	top: -11px; left: -1px;
	
	background: #fff;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 26px;
	padding-top: 1px;
}

.breadcrumbs {
	padding-bottom: 5px;
	border: 1px dotted #d1cccc;
	text-transform: lowercase;
	padding-top: 3px;
	padding-left: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.breadcrumbs  li {
	display: inline;
	list-style-type: none;
}

.breadcrumbs  a {
	color: #009d51;
	text-decoration: none;
}

.breadcrumbs_devider {
	vertical-align: bottom;
	margin: 0 0px 0 5px;
}

.right_sidebar_news {
	border: 1px dotted #d1cccc;
	margin-top: 11px;
	position: relative;
	margin-bottom: 30px;
	padding: 0 27px 63px 27px;
}

.right_sidebar_news h3 {
	border: 1px dotted #d1cccc;
	height: 19px;
	width: 171px;
	
	position: relative;
	top: -11px; left: -28px;
	
	background: #fff;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 26px;
	padding-top: 1px;
	margin-bottom: 28px;
}

.right_sidebar_news .right_sidebar_news_header_link {
	position: absolute; top: -11px; left: 150px;
	background: url('/design/img/right_sidebar_news.gif') no-repeat;
	width: 59px;
	height: 22px;
	text-indent: -9999px;
}

.news_item {
	margin-bottom: 15px;
}

.news_item span {
	display: block;
	color: #009a50;
}

.news_item a {
	display: block;
	color: #565656;
	line-height: 14px;
}

.news_item a:hover {
	text-decoration: none;
}

.top_sales_item {
	position: relative;
	margin-bottom: 30px;
}

.top_sales_item .top_sales_pic {
	width: 186px;
	height: 120px;
	border: 0;
}

.top_sales_watermark {
	position: absolute; top: 90px; left: 0;
	width: 38px; height: 18px;
}

.top_sales_item h4 {
	color: #009a50;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 4px;
}

.top_sales_item span {
	display: block;
	color: #565656;
	line-height: 14px;
}

.top_sales_item a {
	display: block;
	color: #009a50;
}

.top_sales_item a:hover {
	text-decoration: none;
}

.right_sidebar_top {
	border: 1px dotted #d1cccc;
	margin-top: 11px;
	position: relative;
	margin-bottom: 30px;
	padding: 0 27px 10px 27px;
}

.right_sidebar_top h3 {
	border: 1px dotted #d1cccc;
	height: 19px;
	width: 171px;
	
	position: relative;
	top: -11px; left: -28px;
	
	background: #fff;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 26px;
	padding-top: 1px;
}

.right_sidebar_top .right_sidebar_top_header_link {
	position: absolute; top: -11px; left: 150px;
	background: url('/design/img/right_sidebar_top.gif') no-repeat;
	width: 47px;
	height: 22px;
	text-indent: -9999px;
}

.content h1 {
	color: #373737;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 15px;
}

.wysiwyg {
	margin-bottom: 20px;
}

.content .wysiwyg p {
	margin-bottom: 12px;
}

.content .wysiwyg ul {
	margin-bottom: 12px;
	list-style-position: inside;
	margin-bottom: 12px;
}

.content .wysiwyg ol {
	list-style-position:inside;
	margin-bottom: 12px;
}

.content .wysiwyg table {
	margin-bottom: 12px;
	/* border: 1px solid #373737; */
	border-collapse: collapse;
	clear: both;
	border-style: solid;
}

.content .wysiwyg td {
	/* border: 1px solid #373737; */
	padding: 5px;
}

.content .wysiwyg img {
	/*border: 1px solid #373737;*/
	border-color: #373737; /* Цвет границы */
    border-style: solid; /* Стиль границы */
	margin: 0 10px 5px 0;
	/* float: left; */
	clear: both;
}


.footer_contacts {
	margin: 0 auto;
	width: 950px;
	text-align: center;
	color: #373737;
}

.footer_contacts li {
	display: inline;
	list-style-type: none;
	margin-right: 11px;
	padding-left: 11px;
	background: url('/design/img/top_menu_devider.gif') 0 5px no-repeat;
}

.footer_contacts li:first-child {
	padding-left: 0;
	background: none;
}

.footer_contacts address {
	font-style: normal;
	display: inline;
}

.footer_contacts span {
	color: #009a50;
}

.footer_contacts a {
	color: #009a50;
}

.counters {
	list-style-type: none;
	position: absolute; left: 118px; bottom: 21px;
}

.counters li {
	float: left;
}

.counters img {
	border: 0;
	margin-right: 18px;
}

.copyright {
	position: absolute; left: 625px; bottom: 22px;
}

.copyright li {
	list-style-type: none;
	margin-top: 10px;
}

.copyright a {
	color: #009a50;
}


/* INNER */

/* FILE DOWNLOAD */

.file_download {
	margin-bottom: 20px;
}

.file_download h1 {
	display: inline;
}

.file_download img {
	vertical-align: middle;
	margin-right: 10px;
}

.file_download span {
	margin: 0 10px;
	color: #e20022;
}

.file_download a {
	color: #009a50;
}

.file_download p {
	margin-top: 10px;
}


/* SITE_MAP */

.site_map {
	
}

.site_map li {
	background: url('/design/img/left_sidebar_categories_devider.gif') 0 3px no-repeat;
	padding-left: 11px;
	list-style-type: none;
	margin-bottom: 12px;
}

.site_map a {
	color: #009d51;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.sub_site_map {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.sub_site_map li {
	margin-top: 7px;
	background: url('/design/img/breadcrumbs_devider.gif') 0 5px no-repeat;
	margin-bottom: 7px;
}

.sub_site_map a {
	text-transform: lowercase;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	color: #565656;
	text-decoration: underline;
}

.sub_site_map a:hover {
	text-decoration: none;
}

.sub_sub_site_map {
	margin-left: 20px;
}

.sub_sub_site_map li {
	background: none;
}

.sub_sub_site_map a {
	
}

.sub_sub_site_map li li {
	padding-left: 20px;
}

/* CATALOGUE */

.catalogue_item {
	position: relative;
	margin-bottom: 30px;
	float: left;
	width: 400px;
	margin-right: 20px;
}

.catalogue_item .top_sales_pic {
	width: 140px;
	height: 90px;
	border: 0;
}

.catalogue_item h4 {
	color: #009a50;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 4px;
}

.catalogue_item .catalogue_item_span {
	display: block;
	color: #565656;
	line-height: 14px;
}

.catalogue_item a {
	display: block;
	color: #009a50;
}

.catalogue_item a:hover {
	text-decoration: none;
}

.catalogue_item_add {
	margin-top: 8px;
	position: relative;
}

.catalogue_item .catalogue_item_add input {
	background: url('/design/img/basket.gif') no-repeat;
	border: 0;
	width: 14px;
	height: 9px;
	position: relative;
	top: 5px; left: 7px;
	
	vertical-align: text-bottom;
	margin-bottom: 7px;
}

.catalogue_item_add span {
	color: #e20022;
}

.catalogue_item_line {
	clear: both;
}

.catalogue_item_even {
	margin-right: 0;
}

/* KATALOG_PODROBNEE */

.tovar_single {
	position: relative;
}

.tovar_single img {
	width: 420px;
	height: 225px;
}

.tovar_single .tovar_watermark {
	position: absolute; top: 205px; left: 0;
	width: 38px; height: 18px;
}

.tovar_add {
	position: absolute;
	top: 0; left: 0;
}

.tovar_add input {
	background: url('/design/img/basket.gif') no-repeat;
	border: 0;
	width: 14px;
	height: 9px;
	position: relative;
	top: 5px; left: 7px;
	
	vertical-align: text-bottom;
	margin-bottom: 7px;
	cursor: pointer;
}

.tovar_add span {
	color: #e20022;
}

.content .tovar_header {
	color: #009a50;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.tovar_desc {
	margin-bottom: 12px;
}

.tovar_download {
	margin-top: 22px;
}

.tovar_download a {
	text-decoration: none;
	color: #009d51;
}

.tovar_download img {
	border: 0;
	vertical-align: middle;
	margin-left: 5px;
}

.tovar_download span {
	text-decoration: underline;
}

/* CONTACTS */

.content .contacts_header {
	color: #009d51;
	padding-bottom: 22px;
	border-bottom: 1px dotted #d1cccc;
	margin-bottom: 24px;
}

.contacts_address {
	font-style: normal;
	padding-bottom: 22px;
	border-bottom: 1px dotted #d1cccc;
	margin-bottom: 24px;
}

.contacts_address_2 {
	margin-bottom: 52px;
}

.contacts_address_2 a {
	color: #009d51;
}

.contacts_form input {
	display: block;
	border: 1px solid #b8c8c0;
	width: 267px;
	height: 15px;
	margin-bottom: 4px;
	font-size: 11px;
	font-family: Tahoma;
	color: #373737;
	padding-left: 8px;
	padding-top: 1px;
}

.contacts_form textarea {
	display: block;
	border: 1px solid #b8c8c0;
	width: 352px;
	height: 149px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 11px;
	font-family: Tahoma;
	color: #373737;
	padding-left: 8px;
	padding-top: 1px;
	overflow: auto;
}

.contacts_form .contacts_form_submit_ru {
	display: block;
	border: 0;
	width: 74px;
	height: 11px;
	background: url('/design/img/contacts_form_submit_ru.gif') no-repeat;
	position: relative; left: 290px;
	cursor: pointer;
}

.contacts_form .contacts_form_submit_en {
	display: block;
	border: 0;
	width: 40px;
	height: 11px;
	background: url('/design/img/contacts_form_submit_en.gif') no-repeat;
	position: relative; left: 320px;
	cursor: pointer;
}

.contacts_form_fill {
	color: #009d51;
}



/* BASKET */

.basket_table {
	border-collapse: collapse;
	width: 429px;
	border: 1px dotted #d1cccc;
	border-left: 0;
	border-right: 0;
}

.basket_table td {
	border: 1px dotted #d1cccc;
}

.basket_table_tr_header {
	color: #373737;
	font-family: Arial;
	font-weight: bold;
}

.basket_table_tr_header td {
	height: 35px;
	text-align: center;
}

.basket_table .basket_table_1 {
	width: 153px;
	border-left: 0;
	border-right: 0;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #009d51;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.basket_table .basket_table_1 a {
	text-decoration: none;
	color: #009d51;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.basket_table  .basket_table_2 {
	width: 88px;
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: center;
}

.basket_table  .basket_table_3 {
	width: 80px;
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: center;
}

.basket_table  .basket_table_4 {
	width: 80px;
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: center;
}

.basket_table  .basket_table_5 {
	width: 28px;
	border-left: 0;
	border-right: 0;
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: right;
}

.basket_table_3 input {
	border: 1px solid #009d51;
	width: 36px;
	height: 14px;
	color: #565656;
	font-weight: Tahoma;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
}

.basket_table .basket_table_header_1 {
	border-left: 0;
	text-align: left;
}

.basket_table .basket_table_header_5 {
	border-right: 0;
	text-align: right;
	background: url('/design/img/basket_table_header_5.gif') 100% 50% no-repeat;
}

.basket_total {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d1cccc;
	color: #373737;
	font: bold 11px Arial;
	position: relative;
}

.basket_total span {
	position: absolute; right: 0;
}

.basket_buttons {
	text-align: right;
	margin-top: 34px;
}

.basket_recalc_ru {
	width: 84px;
	height: 11px;
	background: url('/design/img/basket_recalc_ru.gif') no-repeat;
	border: 0;
	margin-right: 20px;
	cursor: pointer;
}

.basket_recalc_en {
	width: 75px;
	height: 11px;
	background: url('/design/img/basket_recalc_en.gif') no-repeat;
	border: 0;
	margin-right: 20px;
	cursor: pointer;
}


.basket_order_ru {
	width: 108px;
	height: 11px;
	background: url('/design/img/basket_order_ru.gif') no-repeat;
	border: 0;
	cursor: pointer;
}

.basket_order_en {
	width: 92px;
	height: 11px;
	background: url('/design/img/basket_order_en.gif') no-repeat;
	border: 0;
	cursor: pointer;
}

/* OFORMLENIE ZAKAZA */

.basket_order_form input {
	display: block;
	border: 1px solid #b8c8c0;
	width: 267px;
	height: 15px;
	margin-bottom: 4px;
	font-size: 11px;
	font-family: Tahoma;
	color: #373737;
	padding-left: 8px;
	padding-top: 1px;
}

.basket_order_form textarea {
	display: block;
	border: 1px solid #b8c8c0;
	width: 352px;
	height: 149px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 11px;
	font-family: Tahoma;
	color: #373737;
	padding-left: 8px;
	padding-top: 1px;
	overflow: auto;
}

.basket_order_header {
	margin-top: 45px;
}

.basket_order_cancel_ru {
	width: 53px;
	height: 10px;
	background: url('/design/img/basket_order_cancel_ru.gif') no-repeat;
	border: 0;
	margin-right: 20px;
	cursor: pointer;
}

.basket_order_cancel_en {
	width: 48px;
	height: 10px;
	background: url('/design/img/basket_order_cancel_en.gif') no-repeat;
	border: 0;
	margin-right: 20px;
	cursor: pointer;
}

.basket_order_send_ru {
	width: 74px;
	height: 11px;
	background: url('/design/img/contacts_form_submit_ru.gif') no-repeat;
	border: 0;
	cursor: pointer;
}

.basket_order_send_en {
	width: 40px;
	height: 11px;
	background: url('/design/img/contacts_form_submit_en.gif') no-repeat;
	border: 0;
	cursor: pointer;
}

.basket_order_buttons {
	text-align: right;
	margin-top: 34px;
	margin-right: 70px;
}

/* INNER_NEWS   novostu */

.inner_news_item {
	margin-bottom: 20px;
}

.inner_news_item img{
	float: left;
	width: 75px;
	height: 75px;
}

.inner_news_item_text {
	padding-left: 92px;
}

.inner_news_item_text span {
	display: block;
	color: #009d51;
	margin-bottom: 6px;
}

.inner_news_item_text p a {
	color: #565656;
	line-height: 14px;
}

.inner_news_item_text p a:hover {
	text-decoration: none;
}

.cleaner {
	width: 0;
	height: 0;
	clear: both;
}

.navigation {
	margin-top: 35px;
	text-align: center;
}

.navigation li {
	list-style-type: none;
	display: inline;
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	margin-right: 8px;
}

.navigation_first_child {
	background: url('/design/img/left_sidebar_categories_devider-2.gif') 0 50% no-repeat;
	padding-left: 16px;
}

.navigation_last_child {
	background: url('/design/img/left_sidebar_categories_devider.gif') 100% 50% no-repeat;
	padding-right: 16px;
}

.navigation li a {
	color: #009d51;
	text-decoration: none;
}

.navigation li a:hover {
	color: #373737;
}

/* SEARCH */

.search_result h1 a {
	color: #009d51;
	
}

.search_result h1 a:hover {
	color: #373737;
	text-decoration: none;
}

.search_result h1 {
	margin-bottom: 6px;
}

.search_result p {
	margin-bottom: 25px;
}



/* REGISTRATION FORM */

.registration_form input {
	display: block;
	border: 1px solid #b8c8c0;
	width: 267px;
	height: 15px;
	margin-bottom: 4px;
	font-size: 11px;
	font-family: Tahoma;
	color: #373737;
	padding-left: 8px;
	padding-top: 1px;
}

.registration_form .registration_form_submit_ru {
	display: block;
	border: 0;
	width: 133px;
	height: 11px;
	background: url('/design/img/registration_form_submit_ru.gif') no-repeat;
	position: relative; left: 145px; top: 30px;
	cursor: pointer;
}

.registration_form .registration_form_submit_en {
	display: block;
	border: 0;
	width: 133px;
	height: 11px;
	background: url('/design/img/registration_form_submit_en.gif') no-repeat;
	position: relative; left: 220px; top: 30px;
	cursor: pointer;
}

.registration_form_fill {
	color: #009d51;
}

.registration_form p {
	margin-top: 12px;
}

/* VLOZHENNOST */

.vlozhennost_item {
	margin-bottom: 20px;
}

.vlozhennost_item img {
	/*float: left;*/
	width: 120px;
	height: 115px;
}

.vlozhennost_item_text {
	padding-left: 145px;
}

.vlozhennost_item_text h1 {
	margin-bottom: 5px;
}

.vlozhennost_item_detailed {
	margin-top: 6px;
	display: block;
	color: #009a50;
}

.vlozhennost_item_detailed:hover {
	text-decoration: none;
}

/* FORGET_PASSWORD */

.forget_form {
	position: relative;
}

.forget_form input {
	border: 1px solid #b8c8c0;
	width: 179px;
	height: 15px;
	margin-bottom: 4px;
	font-size: 11px;
	font-family: Tahoma;
	color: #373737;
	padding-left: 8px;
	padding-top: 1px;
	position: absolute; 
}

.forget_form .forget_form_submit_ru {
	border: 0;
	width: 113px;
	height: 11px;
	background: url('/design/img/forget_form_submit_ru.gif') no-repeat;
	position: absolute; top: 3px; left: 203px;
	cursor: pointer;
}

.forget_form .forget_form_submit_en {
	border: 0;
	width: 89px;
	height: 11px;
	background: url('/design/img/forget_form_submit_en.gif') no-repeat;
	position: absolute; top: 3px; left: 203px;
	cursor: pointer;
}

.content  .forget_header {
	margin-top: 40px;
	margin-bottom: 18px;
}

/* DEALERS */

.dealers_select {
	width: 218px;
	height: 18px;
	border: 1px solid #cccccc;
	color: #2a2d35;
	font-size: 10px;
	font-family: Tahoma;
	margin-bottom: 20px;
}

.ukr_map {
	width: 425px;
	height: 310px;
	position: relative;
}

.ukr_map img {
		border: 0;
}

.ukr_map_img {
	width: 425px;
	height: 310px;
}

.ukr_map  a {
	text-align: center;
	color: #373737;
	font-size: 12px;
	font-family: Arial;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

/*
.ukr_map_lviv {
	width: 37px;
	height: 24px;
	position: absolute; top: 86px; left: 30px;
	background: url('/design/img/ukr_map_lviv.png') no-repeat;
}

.ukr_map_kyiv {
	width: 28px;
	height: 24px;
	position: absolute; top: 76px; left: 185px;
	background: url('/design/img/ukr_map_kyiv.png') no-repeat;
}

.ukr_map_poltava {
	width: 49px;
	height: 24px;
	position: absolute; top: 102px; right: 108px;
	background: url('/design/img/ukr_map_poltava.png') no-repeat;
}
*/

.dealers_data {
	color: #373737;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	position: absolute; bottom: 15px; left: 0;
}

/* GLAVNAYA */

.index_container {
	background: url('/design/img/index_container.gif') repeat-y;
	margin-bottom: 30px;
}

.index_container_2 {
	background: url('/design/img/index_container_bottom.gif') 0 100% no-repeat;
}

.index_group {
	width: 600px;
	float: left;
	border-top: 1px dotted #d1cccc;
	position: relative;
}

.index_news {
	width: 282px;
	float: right;
	border-top: 1px dotted #d1cccc;
	padding: 0 25px 20px 25px;
	position: relative;
}

.index_news h3 {
	border: 1px dotted #d1cccc;
	height: 19px;
	width: 178px;
	
	position: relative;
	top: -11px; left: -30px;
	
	background: #fff;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 26px;
	padding-top: 1px;
	margin-bottom: 28px;
}

.index_news .index_news_header_link {
	position: absolute; top: -11px; left: 200px;
	/*background: url('/design/img/right_sidebar_news.gif') no-repeat;*/
	background: url('/design/img/sidebar_detail.gif') no-repeat;
	width: 59px;
	height: 22px;
	text-indent: -9999px;
}

.index_group_img {
	margin-left: 1px;
	position: relative;
	width: 598px;
	height: 336px;
	margin-bottom: 20px;
}

.index_group_pic {
	margin-left: 1px;
}

.index_group h3 {
	border: 1px dotted #d1cccc;
	height: 19px;
	width: 480px;
	
	position: absolute;
	top: -11px;
	
	background: #fff;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 26px;
	padding-top: 1px;
	margin-bottom: 0;
}

.index_group_header_link {
	position: absolute; top: -11px; left: 507px;
	/*background: url('/design/img/right_sidebar_news.gif') no-repeat;*/
	background: url('/design/img/sidebar_detail.gif') no-repeat;
	width: 59px;
	height: 22px;
	text-indent: -9999px;
}

.index_group p {
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 11px;
	margin-bottom: 28px;
}

.index_container_detailed {
	color: #009d51;
}

.index_top {
	border: 1px dotted #d1cccc;
	position: relative;
	margin-bottom: 55px;
	padding-left: 28px;
	padding-left: 28px;
}

.index_top h3 {
	border: 1px dotted #d1cccc;
	height: 19px;
	width: 200px;
	
	position: relative;
	top: -11px; left: -29px;
	
	background: #fff;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 26px;
	padding-top: 1px;
}

.index_top .index_top_header_link {
	position: absolute; top: -11px; left: 225px;
	/*background: url('/design/img/right_sidebar_top.gif') no-repeat;*/
	background: url('/design/img/sidebar_detail.gif') no-repeat;
	width: 59px;
	height: 22px;
	text-indent: -9999px;
}

.top_sales_item_width {
	width: 280px;
	margin: 10px 10px 30px 10px;
	float: left;
	position: relative;
}

.basket_table .noborder {
	border-right: 0;
}



.left_sidebar_categories .normal_padding {
	padding-bottom: 11px;
}