body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;}
body {
	font-family:Arial;
	font-size: 11pt;
	color: #383838;}	
a:focus, images:focus, input:focus {
	outline: none !important;}	
a:focus{
	border: none !important;}	
img {
	border: 0px;}	
.clear {clear: both;}	
	
	
/*-----HEADER------*/	
.header_block {
	width: 100%;
	height: 141px;
	background:url(images/bg_header.png) repeat-x;}
.w_header{
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	height: 141px;}	
.w_header a:hover {
	text-decoration: none;}	
.w_header p {
	margin-top: 0px;}	
.header_logo {
	float: left;
	padding-top: 10px;}
.header_blocks {
	position: relative;
	float: left;
	height: 141px;}	
.header_phones {	
	float: left;
	color: #ffffff;
	font-size: 16pt;
	padding-top: 20px;
	padding-left: 75px;
	padding-right: 140px;}
.header_phones p{
	margin-bottom: 0px;}	
.header_phones span {
	color: #c2d272;
	font-size: 13pt;
	margin-right: 5px;
	position: relative;
	top: -2px;}
.basket {
	width: 175px;
	padding-top: 15px;
	color: #ffffff;
	float: left;
	text-align: center;}
.basket_name {
	color: #c2d272;
	font-size: 12pt !important;
	font-weight: bold;}	
.basket p{
	margin-bottom: 3px;
	font-size: 10pt;}	
.basket a{
	color: #ffffff;}	
.header_nav{
	clear: both;
	padding-left: 45px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 600px;}	
.header_nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;}
.header_nav ul li{
	display: inline-block;
	list-style-type: none;
	padding: 0 0 15px 0;
	margin-left: 32px;}	
.header_nav a{
	text-decoration: none;
	color: #ffffff;}	
.header_nav .active_top_link {
	background:url(images/bg_active_top.png) center bottom no-repeat;}
.header_nav .active_top_link a {
	color: #c2d272;
	font-size: 12pt !important;
	font-weight: bold;}	
.header_autorize {
	/*float: right;*/
	margin-right: 25px;
	padding-top: 5px;}	
.login_name {
	color: #ffffff;
	text-align: center;}	
.login_name span {
	color: #c2d272;
	font-size: 12pt !important;
	font-weight: bold;}
.login_hello {
	padding-top: 10px;
	color: #c2d272;}
.login_links {
	color: #ffffff;}
.login_links a{
	font-size: 10pt !important;}		
.login_name a {
	color: #ffffff;}	
.header_autorize input {
	background:url(images/bg_input_header.png) no-repeat;
	border: 0px;
	outline: 0px;
	width: 153px;
	height: 24px;
	padding: 0px 10px;
	color: #ffffff; }	
.header_autorize input.quit {
	background:url(images/bg_quit.png) left 7px no-repeat;
	width: auto;
	border: 0px;
	outline: 0px;
	cursor: pointer;
	padding-left: 14px;}
input[type="text"]::-webkit-input-placeholder , input[type="text"]:-moz-placeholde, input[type="password"]::-webkit-input-placeholder , input[type="password"]:-moz-placeholde {
	color: #ffffff !important;
	font-style: italic !important;}	
.header_autorize a {
	color: #ffffff;
	font-size: 8pt;}	
.header_autorize  button {
	background:url(images/bg_login.png);
	width: 66px;
	height: 28px;
	border: 0px;
	outline: 0px;
	cursor: pointer;
	position: relative;
	top: 5px;}	
.header_autorize p {
	margin-bottom: 5px;}
	
/*----------- MAIN -------------*/	

.w_main {
	width: 100%;
	border-top: 1px solid #ffffff;
	background:url(images/bg_main.png) repeat-x;}
.w_wrapper {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	position: relative;}

/*--------- TOP SEARCH ----------*/	
.top_search {
	width: 100%;
	height: 30px;
	padding-top: 15px;
	position: relative;}
.bg_search {
	width: 555px;
	height: 30px;
	position: absolute;
	right: 0px;
	background-color: #c2d272;
	border-radius: 30px;	
	-moz-border-radius: 30px;	
	-webkit-border-radius: 30px;
	behavior: url(PIE.htc);}
.top_search form{
	margin: 0;
	float: right;
	position: relative;
	z-index: 10;
	top: 4px;
	left: -9px;}
.top_search input {
	box-shadow: 3px 3px 7px #eee inset;
	width: 455px;
	height: 23px;
	border-radius: 20px;	
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;
	border: 0px;
	padding: 0px 7px;
	behavior: url(PIE.htc);}
.top_search button {
	background-color: #c2d272;
	border: 0px;
	outline: 0px;
	color:#383838;
	width: 73px;
	height: 20px;
	cursor: pointer;}

/*---------- LEFT BLOCK -----------*/	

.left_menu {
	width: 175px;
	float: left;
	margin-top: 8px;
	margin-right: 20px;}
.left_menu_name {
	font-weight: bold;
	font-size: 13pt;
	margin: 0px;
	color: #383838;}	
.left_menu ul{
	margin: 5px 0 20px 0;
	padding: 0px;}
.left_menu ul li {
	font-size: 13px;
	display: block;
	position: relative;
	padding-left: 0px;
	list-style-type: none;}	
.left_menu ul li a{
	color: #383838;
	display: block;
	padding: 7px 0px;}	
.left_menu ul li:hover {
	background: #c2d272;
	padding-left: 11px;
	margin-left: -11px;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);}		
.left_menu ul li:hover>a {
	text-decoration: none;}
	
.left_menu ul li ul {
	position: absolute;
	left: 180px;
	min-height: 30px;
	background: #c2d272;
	z-index: 101;
	margin: 0px;
	display:none;
	width: 170px;
	padding: 0 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);}
.left_menu ul li:hover>ul{
	display: block;}
.left_menu ul li:hover>ul li { background: none !important}	
.left_menu ul li ul li a {	
	text-decoration: none;
	padding: 5px 0px;}
.left_menu ul li ul li:hover>a {
	color: #ffffff;}	
	
.banners {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;}	
.price_from, .price_to {
	width: 79px;
	float: left;}	
.price_from p, .price_to p {
	margin: 0;}
.price_from {
	margin-right: 15px;}
.price_from input, .price_to input {
	width: 77px;
	height: 23px;
	border: 1px solid #b1b4b9;}
.search_block {
	clear: both;	
	padding-top: 20px;}
.left_menu h3 {
	font-weight: bold;
	font-size: 13pt;
	margin: 0px;
	color: #383838;}
.left_menu h4 {
	font-weight: bold;
	font-size: 11pt;
	margin: 0px;
	color: #383838;}	
.left_menu p {
	margin: 0;}	
	
.content_shadow {
	width: 810px;
	height: 150px;
	right: 0;
	top: 60px;
	position: absolute;
	border-radius: 20px;	
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0px -6px 10px #cdcdcd;
	behavior: url(PIE.htc);}
.content {
	font-size: 10pt;
	width: 750px;
	margin-top: 35px;
	padding: 0px 30px 50px 30px;
	float: right;
	position: relative;
	background-color: #ffffff;
	min-height: 500px;}	
.content a{
	color: #383838;}	
.breadcrumbs {
	color: #fff;
	font-size: 10pt;
	margin-bottom: 30px;
	position: relative;}
.name_bread {
	line-height: 22px;
	padding: 0px 17px !important;
	background:url(images/bread_name.png) #9eaa60 right center no-repeat;
	float: left;}	
.breadcrumbs .bread_block a {
	color: #fff;
	background:#545454;
	line-height: 22px;
	padding: 0 7px 0px 17px;
	text-decoration: none;
	float: left;}		
.breadcrumbs .bread_block a:first-child{
	padding: 0px 7px !important;}
.breadcrumbs .bread_arr{
	width: 10px;
	height: 22px;
	background:url(images/bread_arrow.png) no-repeat;
	margin-right: -10px;
	float: left;
	position: relative;
	z-index: 10;
	display: inline-block;
	padding: 0px;}	
.arr_down {
	position: absolute;
	height: 10px;
	padding: 0px !important;
	width: 62px;
	display: block;
	background:url(images/arr_bread_down.png) top center no-repeat !important;
	top: 22px !important;}	
.sort {
	float: right;
	margin-top: 15px;
	clear: both;
	margin-right: -10px;}	
.sort a{
	text-decoration: none;
	color: #383838;
	padding: 2px 7px;
	margin-left: 5px;}
.sort a.active_sort {
	color: #ffffff;
	background-color: #e24731;
	border-radius: 10px;	
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;}	
	
.pages {
	clear: both;
	padding-top: 5px;
	margin-bottom: 40px;}
.pages a{
	color: #383838;
	text-decoration: none;
	margin: 0px 4px;}
.pages .prew, .pages .next {
	position: relative;
	top: 3px;}	
.active_page {
	color: #c2d272 !important;
	padding: 3px 7px;
	background-color: #383838;
	border-radius: 10px;	
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;}	


/*----------- CONTENT UL -----------*/	
.content h2,.h2 {
	clear: both;
	margin-top: -20px;
	padding-top: 30px;
font-size: 20px;
font-family: Arial;
font-weight: bold;}
.content h2 images{
	position: relative;
	top: 15px;
	left: 10px;}
.content_list {
	clear: both;
	margin: 0 -40px 0 0;
	padding: 0;}
.content_list li {
	list-style-type: none;
	padding-left: 0px;
	width: 173px;
	height: 195px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 10pt;
	position: relative;}
.content_list.c_index li {
	height: 165px;
	margin-bottom: 0px;}	
.c_l_img {
	height: 100px;
	width: 173px;
	display: table-cell;
	vertical-align: middle;}
.c_l_img img {
	max-height: 100px;}
.c_l_name {
	height: 67px;}
.c_l_name a{
	max-height: 50px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #383838;}
.c_l_name a:hover{
	text-decoration: underline;}	
.c_l_img .cl_icons {
	position: absolute;
	top: 60px;
	right: 10px;}
.c_l_img .hit {
	background:url(images/hit_ico.png) no-repeat;
	width: 47px;
	height: 42px;
	float: right;}
.c_l_img .new {
	background:url(images/new_ico.png) no-repeat;
	width: 47px;
	height: 42px;
	float: right;}	
.content_list.c_index li a{
	color: #ffffff;
	text-decoration: none;
	background: url(images/bg_c_l_link.png) bottom center no-repeat;
	display: block;
	padding-top: 5px;
	width: 173px;
	height: 128px;}	
.content_list.c_index li a:hover{
	color: #080b0a;
	background:url(images/bg_c_l_link_a.png) bottom center no-repeat;}
.c_l_section_name{
	height: 28px;
	line-height: 28px;}	
.c_l_price {
	position: absolute;
	background:url(images/bg_price.png) no-repeat;
	height: 33px;
	bottom: -5px;}
.in_bag.c_l_price {
	background:url(images/bg_price_a.png) no-repeat;}
.c_l_price .price_block{
	width: 140px;
	margin-left: 5px;
	height: 25px;
	padding-top: 7px;
	float: left;}	
.c_l_price a{
	background:url(images/add_in_bag.png) center center no-repeat;
	display: inline-block;
	width: 30px;
	margin-left: -11px;
	margin-right: 9px;
	height: 30px;}
.in_bag.c_l_price a{
	background:url(images/in_bag.png) center center no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: -11px;}
.c_l_price .price_block span {
	font-weight: bold;}	
.right {
	float: right;
	margin: 0 0 15px 15px;}	
		
/*--------- LOGIN/REGISTRATION ---------*/	
.login_block h2 {
	margin-top: auto;}
.login_block p{
	clear: both;
	position: relative;
	width: 375px;
	min-height: 23px;
	padding-left: 45px;
	margin: 9px 0;}	
.login_block p.cap_img {
	text-align: right;}
.login_block p img {
	margin-right: 5px;}	
.login_block input {
	width: 186px;
	position: absolute;
	height: 23px;
	right: 0px;
	top: 0px;
	background:url(images/bg_login_input.png) no-repeat;
	border: 0px;
	padding: 0px 7px;}
.login_block .capcha {
	float: right;
	margin-bottom: 9px;}
.login_block a {
	color: #383838;
	font-style: italic;
	font-size: 10pt;
	display: inline-block;
	margin-bottom: 5px;}
.login_block  .register {
	color: #383838;
	text-decoration: none;
	background: #c2d272;
	border-radius: 15px;	
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border: 1px solid #98a941;
	padding: 4px 17px !important;
	height: auto !important;
	width: auto !important;
	font-style: normal !important;
	behavior: url(PIE.htc);
	outline: 0px;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: -2px;}
.pay_block button {
	color: #383838;
	text-decoration: none;
	background: #c2d272;
	border-radius: 15px;	
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border: 1px solid #98a941;
	padding: 4px 17px;
	font-style: normal !important;
	outline: 0px;
	cursor: pointer;}	
.login_block button.register, .pay_block button {
	padding: 4px 10px;
	top: 3px;}	
	
/*--------- OFFICE-BLOCK (LEFT) ---------*/	
.office_links {
	margin-top: 7px;
	margin-bottom: 15px;
	padding: 10px;
	color: #383838;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border: 1px solid #a2a2a2;
	line-height: 1.5;}	
.office_links a{
	color: #383838;}
.office_links a:hover{
	color: #8b9651;}	
.office_links .quit{
	background:url(images/quit_off.png) left 5px no-repeat;}	
.username {
	font-weight: bold;
	padding-left: 17px;
	margin-bottom: 10px !important;
	background:url(images/user.png) left center no-repeat;}	
	
/*--------- BASKET TABLE ---------*/	

.t_delete {
	width: 30px;}
.t_photo {
	width: 94px;}
.t_name {
	width: 336px;}
.t_price {
	width: 95px;}
.t_num {
	width: 100px;}	
.t_summ {
	width: 100px;}	
.basket_table {
	font-size: 10pt;
	border: 0px;
	border-collapse: collapse;}
.pay_block .basket_table {
	width: 637px;}	
.pay_block .basket_summ{
	width: 606px;}	
.basket_table th, table.sale_order_full th, table.data-table th {
	background-color:#e8e8e8;
	font-weight: normal;
	padding: 7px 0px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;}	
.basket_table td, table.sale_order_full td, table.data-table td {
	padding: 7px 0px;}
.basket_table td img {
	max-width: 70px;
	max-height: 70px;}
.basket_table td .pic {
	width: 70px;
	height: 70px;
	padding: 4px;
	text-align: center;
	border: 1px solid #bababa;
	margin-left: auto;
	margin-right: auto;}	
.basket_table td span {
	display: block;
	text-align: center;}	
.basket_table td span.bold {
	display: inline;
	font-weight: bold;}	
a.t_del_link {
	background: url(images/t_del_ico.png) center center no-repeat !important;
	display: block;
	width: 25px;
	height: 45px;
	border: 0px;
	outline: 0px;
	color: transparent;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;}
	
.sale-personal-order-list-filter.data-table {
	width: 100% !important;}	
.t_minus {
	display: inline-block;
	background:url(images/t_minus_ico.png) no-repeat;
	width: 13px;
	height: 13px;}	
.t_plus {
	display: inline-block;
	background:url(images/t_plus_ico.png) no-repeat;
	width: 13px;
	height: 13px;}
.t_num_input{
	width: 40px;
	height: 25px;
	text-align: center;
	border: 0px;
	background:url(images/bg_t_input.png) no-repeat;}
.basket_table tr, table.sale_order_full tr, table.data-table tr {
	border-bottom: 2px solid #d4d4d4 !important;}
.basket_table a {
	text-decoration: none;}
.basket_table a:hover {
	text-decoration: underline;}	
.basket_summ {
	background-color: #e8e8e8;
	text-align: right;
	font-weight: bold;
	padding: 7px 15px;
	margin-bottom: 15px;}
.basket_summ span {
	margin-left: 35px;}	

.clear_basket  {
	background:url(images/clear_bg.png) no-repeat;
	width: 147px;
	height: 33px;
	border: 0px;
	color: transparent;
	outline: 0px;
	cursor: pointer;
	margin-right: 15px;}
.update_basket  {
	background:url(images/update_bg.png) no-repeat;
	width: 147px;
	height: 33px;
	border: 0px;
	outline: 0px;
	color: transparent;
	cursor: pointer;
	margin-right: 15px;}
.checkout {
	background: url(images/bg_checkout.png) no-repeat;
	width: 134px;
	height: 25px;
	border: 0px;
	outline: 0px;
	cursor: pointer;
	color: #ffffff !important;
	text-decoration: none;
	float: right;
	font-size: 13px;
	text-align: center;
	padding-top: 8px;}	
input.checkout {
	height: 33px;
	padding-top: 0px;}	
		
	
.pay_block h3, .pay_block table, .pay_block div{
	margin-left: 45px;}	
.pay_block div{
	margin-right: 32px;}	
.pay_block p{
	padding-left: 45px;}	
.pay_block textarea {
	margin-left: 15px;
	width: 345px;
	height: 65px;
	padding: 10px;
	max-width: 345px;
	max-height: 65px;
	vertical-align: top;
	border-radius: 13px;	
	-moz-border-radius: 13px;	
	-webkit-border-radius: 13px;
	border: 1px solid #dddddd;
	box-shadow: 0px -1px 2px #737373;}
.pay_block button {
	margin-left: 150px;
	padding-left: 15px;
	padding-right: 15px;}	
	
	
	
.p_photo_block {
	width: 280px;
	position: relative;
	float: left;
	margin-right: 40px;}	
.p_photo_block images {
	max-width: 200px;
	max-height: 145px;}

.sliderkit-btn.sliderkit-nav-btn.sliderkit-nav-prev, .sliderkit-btn.sliderkit-nav-btn.sliderkit-nav-next {
	display: none;}
.sliderkit-panel {
	width: 200px;
	height: 145px;
	margin-left: 40px;
	text-align: center;
	background-color: #ffffff;}	
.sliderkit-nav-clip {
	width:252px !important;
	height: 84px !important;}	


.price_product {
	font-size: 14pt;
	float: left;
	width: 165px;
	text-align: center;}
.price_product span {
	font-weight: bold;}	
.p_price {
	height: 30px;
	margin-bottom: 30px;}	
.p_info_block {
	width: 425px;
	margin-top: 40px;
	float: left;}
.p_info_block p {
	clear: both;}	
.p_in_bag img {margin-left: 38px;}
.p_in_bag {
	background:url(images/bg_pro_price.png) no-repeat;
	width: 172px;
	height: 33px;
	position: relative;
	top: -5px;
	float: left;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;}
.p_in_bag a{
	width: 144px;
	height: 26px;
	display: block;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 0px 0px 28px;}	
.review {
	color: #383838;
	float: right;
	top: 10px;
	position: relative;
	margin-right: 25px;}
.review span {
	position: absolute;
	right: -25px;
	top: -5px;}	
.p_icons {
	margin-top: 20px;}	
	
#product_tabs {
	clear: both;}
#product_tabs ul{
	padding:  120px 0 0 0;
	margin: 0;}
#product_tabs li {
	padding-left: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
	cursor: pointer;
	float: left;
	width: 180px;
	height: 26px;
	padding-top: 9px;
	text-align: center;
	margin-right: 4px;
	background: #dddddd;
	border-radius: 5px 5px 0 0;	
	-moz-border-radius: 5px 5px 0 0;	
	-webkit-border-radius: 5px 5px 0 0;}
#product_tabs li.active_li {
	background: #353535;
	color: #ffffff;}	
#product_panels {
	clear: both;
	border-top: 5px solid #353535;}
#product_panels div {
	display: none;}
	
	
	
.footer_block {
	clear: both;
	height: 141px;
	background:url(images/bg_header.png) repeat-x;}
.w_footer {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	position: relative;}	
.footer_logo {
	padding-top: 35px;
	float: left;}
.header_nav{
	clear: both;
	padding-left: 45px;
	padding-top: 30px;}	
.footer_blocks {
	float: left;
	width: 600px;}	
.footer_nav {
	margin-left: 45px;
	margin-top: 10px;}
.footer_nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;}
.footer_nav ul li{
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin-left: 32px;}	
.footer_nav a{
	color: #ffffff;}
.active_link_footer a {
	color: #c2d272;
	font-weight: bold;}	
.footer_phones {
	float: left;}
.footer_phones {	
	float: left;
	color: #ffffff;
	font-size: 16pt;
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 50px;}
.footer_phones p{
	margin: 0px;}	
.footer_phones span {
	color: #c2d272;
	font-size: 13pt;
	margin-right: 5px;
	position: relative;
	top: -2px;}
.footer_adress {
	float: left;
	padding-top: 6px;
	padding-right: 70px;
	color: #ffffff;}
.footer_connect {
	padding-top: 5px;
	float: left;}
.footer_connect a{
	position: relative;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;}
.footer_connect a span {
	position: absolute;
	left: -22px;
	top: 2px;
	width: 16px;
	height: 12px;
	display: block;
	background:url(images/mail.jpg) no-repeat;}
.footer_banners {
	font-size: 10pt;
	text-align: center;
	color: #d1d1d1;
	float: right;
	margin-top: 35px;}
	
	
.sliderkit{display:none;position:relative;text-align:left;}
.sliderkit a,
.sliderkit a:hover{text-decoration:none;}
.sliderkit a:focus{outline:1px dotted #000;/*optional*/}
.sliderkit img{border:0;}

.text_none {
	display: none;}
	
	
.sale_order_full_table {
	margin-top: -17px;}	
.order_reg_form input, .sale_order_full_table input{
	box-shadow: 0px -1px 3px #888888;
	width: 275px;
	height: 23px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 0px;
	padding: 0px 7px;
	behavior: url(PIE.htc);}
.sale_order_full_table select, .order_reg_form select {
	width: 275px;}
.sale_order_full_table textarea{
	box-shadow: 0px -1px 3px #888888;
	width: 275px;
	max-width: 275px;
	height: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 20px;
	border: 0px;
	padding: 0px 7px;
	behavior: url(PIE.htc);}
.order_reg_form td, .sale_order_full_table td{
	padding: 5px;}	
	
#NEW_GENERATE_Y, #NEW_GENERATE_N, #ID_DELIVERY_ID_1, #ID_DELIVERY_ID_2, #ID_DELIVERY_simple_simple, #PERSON_TYPE_1, #PERSON_TYPE_2, #ID_PAY_SYSTEM_ID_1, #ID_PAY_SYSTEM_ID_2, #ID_PAY_SYSTEM_ID_3 {
	box-shadow: none;
	width: auto;
	height: auto;
	border-radius: 0px;
	padding: 0px;}	
	
.div_buttons {
	margin: 20px 0px;}
.div_buttons input {
	float: none;}	
	
	
.news_block{
	background: #f1f1f1;
	width: 142px;
	padding: 15px;
	line-height: 1.3;
	margin-bottom: 30px;
	box-shadow: inset 0px 2px 3px #c5c6c6;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
			border-radius: 25px;
	}	
.all_news{
	font-style: italic;
	padding-left: 50px;}	
.news_block h3 {
	margin-bottom: 10px;}
.news_block a {
	color: #94a057 !important;
	font-weight: normal !important;
	font-size: 13px !important;
	display: block;
	margin-top: 5px;}
.news_block a:hover{
	text-decoration: none;}
.news-item {
	font-size: 13px !important;}	
.news-date-time {
	color: #383838 !important;
	font-size: 13px;
	margin-top: 10px;
	font-weight: bold;
	display: block;}

.active_menu_item{
	background: #c2d272;
	padding-left: 11px !important;
	margin-left: -11px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);}	
.active_menu_item>a{
	text-decoration: none;}
	
	

.bread_menu {
	position: absolute;
	top: 24px !important;
	min-height: 30px;
	background: #c2d272;
	z-index: 100;
	margin: 0px;
	max-width: 280px;
	display: none;
	padding: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);}
.bread_menu li {
	font-size: 13px;
	display: block;
	position: relative;
	padding-left: 0px;
	list-style-type: none;}	
.bread_menu li a {	
	padding: 6px 0px;
	color: #383838;
	display: block;}
.bread_menu li:hover>a {
	color: #ffffff;
	text-decoration: none;}		

#callservice-widget-send-btn{background-color: #c2d272 !important;}

.shop_info{
    position: absolute;
    font-size: 13px;
    border-left: 3px solid #c2d272;
    border-right: 3px solid #c2d272;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;}