@import url("reset.css");
@import url("static.css");
@import url("fa.css");

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);


#comments{
display: none;
}


body {
	font-family: 'PT Sans', sans-serif !important;
	background: url(../images/bg/bg.png);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


a 								{color:green;text-decoration:none;-webkit-transition-property:color;-webkit-transition-duration: 1s;}
a:hover 							{color:green;text-decoration:underline;}
.link_2, a.link_2 				{color:#2f2f2f;}
a.link_2:hover 					{color:green!important;text-decoration:none;}
.color 							{color:green!important;}

#top_bg 							{min-width:1040px; -webkit-box-shadow: 0 0 5px 2px #000;
box-shadow: 0 0 5px 2px #000;background: url(../images/bg/bg-top.jpg);}


.wrapper 						{width:1020px;margin:0 auto;padding:0 10px;}

.lablWrap {
	position: relative;
}
.header_label			{position:absolute;left:50%;top: 200px;margin:0px 0 0 -620px;width:97px;height:200px;display:block;background:url(../images/bg/header_label.png) no-repeat right;}
#header							{position:relative;overflow:hidden;height:200px;margin-bottom:20px;margin-top:-50px;color:#A6A5A5;font-size:13px;}

.autocomplete-suggestions {
	background: #fff;
	overflow: auto;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
.autocomplete-suggestion {
	padding-left: 10px;
}
.autocomplete-suggestion strong{
	color:red;
}
.autocomplete-suggestion:hover {
	background: #F0F0F0;
	cursor: pointer;
}

#content-container				{clear:both;}
#content_right					{float:right;overflow:hidden;width:770px;padding-left:15px;margin-bottom: 15px;}
#content_left					{float:left;overflow:hidden;width:230px;margin-bottom: 15px;}
#content_left > ul				{clear:both;margin-bottom:10px;padding:15px;border:1px solid #e9e9e9;border-radius:8px;background:#F7F7F7;}
#content_left p					{margin-bottom:7px;}
#content_left > ul h2				{margin-bottom:20px;padding:3px 0 2px 5px;text-align:left;}

#content_left > ul h2 i{
	font-size: 18px;
	margin-right: 5px;
}

#page_title 						{border-left:8px solid green;padding:4px 10px 3px 10px;margin-bottom:20px;background: #f7f7f7;border-radius:6px;}
#page_title p					{float:left;margin-bottom:3px;font-size:13px;}
#page_title h1, #page_title h2 	{clear:both;margin-bottom:5px;}
#category_description			{
	clear:both;
	overflow:hidden;
	margin:10px 10px;
	padding-bottom:15px;
	background: #f7f7f7;
	 padding: 10px 20px;
	border-radius: 6px;
}

.pageProducts, .err  {
	background: #f7f7f7;
	padding:10px 20px;
	text-align: justify;
	border-radius: 6px;
}

#back_forward					{clear:both;overflow:hidden;margin:20px 0;border-top:1px solid #E3E3E3;border-bottom:1px solid #E3E3E3;}
#back_forward a					{font-weight: bold; text-decoration: none;width:35%;padding:15px 0;line-height:13px;color:#000;background: #f7f7f7 !important}
#back_forward .prev_page_link	{float:left;padding-left:25px;background: #f7f7f7 url(../images/bg/product_prev.png) no-repeat left center;}
#back_forward .next_page_link	{float:right;padding-right:25px;text-align:right;background: #f7f7f7 url(../images/bg/product_next.png) no-repeat right center;}

.product, .page {
	background: #f7f7f7 !important;
}
.product #category_description {
	background: #fff !important;
	border-radius: 0;
}
.product #category_description .table {
	margin-top: 10px !important;
}

#header > .logo {
position:absolute;
top:55px;
left:0;
height:100px;
width:370px;
background-image:url(../images/images_theme/logo.png);
background-repeat: no-repeat; 
background-size: 100%;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#header > #headTel 					{
position:absolute;
top:60px;
color:#BA770A !important;
left:440px;
height:100px;
width:200px;
color: white;
font-size:22px;
font-weight: bold;
text-shadow:   white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px ;
}

#contacts						{position:absolute;top:85px;left:440px;}
#contacts p, #contacts a			{color:#000;text-decoration:none;}
#contacts p img					{float:left;padding-right:7px;width:14px;height:14px;}

#user_box_top					{position:absolute;top:72px;right:0;width:450px;text-align:right;}
#user_box_top > .username		{font-size:14px;font-weight:700;color:#000;}

#currencies						{position:absolute;top:116px;right:295px;width:150px;}
#currencies select				{width:80px;background:#FAFAFA;border:1px solid #E8E8E8;color:#A6A5A5;}

#search							{position:absolute;top:90px;right:0;width:300px;border:1px solid #CECECE;}
#search .button_search 			{position:absolute; border: 1px solid #7A7A7A;right:10px;width:35px;height:35px;margin-top: -2px;background: #f7f7f7 url(../images/bg/bg_search_button.png) 50% 50% no-repeat; 
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 0 2px #5C5C5C inset;
box-shadow: 0 0 2px #5C5C5C inset;}
#search .button_search:hover {
	-webkit-box-shadow: 0 0 6px #333 inset;
box-shadow: 0 0 6px #333 inset;
}
#search .input_search 			{border:none;padding:7px;width:85%;font-size:13px;color:#3E3E3E;-webkit-box-shadow: 0 0 6px #000 inset;
box-shadow: 0 0 6px #000 inset;}
.autocomplete-w1 				{position:absolute;top:0;left:0;margin:6px 0 0 6px;/* IE6 fix: */ _background:none;_margin:1px 0 0 0;}
.autocomplete 					{width:298px!important;font-size:13px;color:#929292;border:1px solid #999;background:#FFF;cursor:default;text-align:left;overflow-x:auto;overflow-y: auto;margin:-6px 6px 6px -6px;_height:350px;_margin:0;_overflow-x:hidden;}
.autocomplete .selected 			{background:#F0F0F0;color:#000;}
.autocomplete div 				{padding:2px 5px;white-space:nowrap;}
.autocomplete strong 				{font-weight:bold;color:green;}

#section_menu		 			{position:absolute;top:165px;height:35px;width:100%;font-size:16px;/*background:#3EE20B*/ }
#section_menu li	 				{display:inline-block;padding:7px 0px;font-weight:700;text-transform:uppercase;}
#section_menu li,
#section_menu a					{
	color:#fff;
	text-shadow:  1px 1px 5px #000;
	-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; padding:8px 10px;}
#section_menu li.selected a,
#section_menu a:hover			{color:#333;text-decoration:none; background: white;-webkit-box-shadow: 0 0 6px #000 inset;
box-shadow: 0 0 6px #000 inset; -webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-shadow:none}

#cart_informer					{z-index:999;overflow:hidden;position:absolute;top:157px;right:0;height:21px;width:160px;padding:14px 5px 8px 38px;background:#000 url('../images/bg/bg_cart_header.png') 15px 13px no-repeat;}
#cart_informer					{color:#959494;font-weight:700;}
#cart_informer a					{color:#fff;}

#info_block						{font-size:13px;}
#info_block	h2					{font-size:1.2em !important; font-weight: bold; margin-top: 0px;}
#info_block .telnumber			{margin-bottom:5px;font-size: 1.5em; font-weight: bold;}

#browsed_products li				{display:inline-block;text-align:center;margin:0 3px 4px 0;border:1px solid #E8E8E8;width:42px;height:42px;}
#browsed_products .image 		{line-height:37px;}
#browsed_products h2		{font-size:1.2em !important; font-weight: bold; margin-top: 0px;}
#browsed_products .image img		{vertical-align:middle;max-width:35px;}
#browsed_products li:hover		{border:1px solid #CECECE;box-shadow:0 0 8px #D3D3D3;}

#last_products li					{clear:both;overflow:hidden;padding:8px 0 2px;line-height:50px;border-bottom:1px dotted #A5A5A5;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
#last_products li:hover {
	background: #DCDCDC;
	-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#last_products a					{color:#666666;text-decoration: none; font-weight: bold;display: block;}
#last_products h2					{font-size:1.2em !important; font-weight: bold; margin-top: 0px;}
#last_products li > .image		{float:left;width:50px;line-height:50px;margin-right:10px;margin-left:10px}
#last_products li > .image img		{max-width:40px;}
#last_products li > .price		{font-size:16px;font-weight:300;margin:3px 0;}

#all_brands						{text-align:center;}
#all_brands	h2					{font-size:1.2em !important; font-weight: bold; margin-top: 0px;}
#all_brands a					{display:inline-block;vertical-align:middle;margin:0 2px;text-decoration:underline;}
#all_brands img					{padding:2px;max-width:54px;border:1px solid #E8E8E8;}

#all_blog li > p.data				{font-weight:700;padding-left:16px;}
#all_blog li {
    margin-bottom: 10px;
    border: solid 1px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 1px 1px 1px 0px black;
    list-style: none;
}
#all_blog h2						{font-size:1.2em !important; font-weight: bold; margin-top: 0px;}

/* @products Общее */
.product						{position:relative;overflow:hidden;word-spacing:normal;vertical-align:top;padding:10px 2px 10px;margin-bottom:10px;border:1px solid #e0e0e0;border-radius:6px;}
.product h3 						{overflow:hidden;text-align:center;height:20px; margin-top: -8px;}
.product:hover h3 a				{color:#000;}
.image							{text-align:center;width:100%;margin-bottom:10px;background:#fff;overflow:hidden;border:1px solid #EAEAEA;}
.image img						{vertical-align:middle;}
.price 							{overflow:hidden;font-weight:700;white-space:nowrap;margin:8px 0;color:green; display: none;}
.price i							{font-style:normal;margin:0 5px;font-size:16px;display: none;}
.price .compare_price 			{font-size:16px;font-weight:500;text-decoration:line-through;white-space:nowrap;color:#808080;display: none;}
.product_info select			{width:110px;float:right;margin-top:4px;overflow: hidden;}
.product_info h3 {
	font-size: 15px;
}

.product .annotation p			{color:#808080;margin-bottom:1px;display:none}
.main .annotation				{display:none}/* не показывать на главной */

.product:hover .annotation p		{color:#000!important;}

.label							{z-index:1;position:absolute;top:10px;width:30px;height:30px;background:url(../images/bg/labels.png) no-repeat;}
.label_featured					{z-index:7;background-position: 0 0;}
.label_sale						{z-index:2;background-position: 0 -60px;}
.label_new						{z-index:5;background-position: 0 -30px;}

.but_add						{height:25px;border:none;background:green url(../images/bg/but_cart.png);border-radius:4px;
								-webkit-box-shadow:	0px 1px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(073,073,073,1);box-shadow:0px 1px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(073,073,073,1);display: none;}
.but_add:hover					{margin:-2px 0 2px;}
.but_add:active					{margin:0;}
.but_add.to_cart				{width:36px;background-position:50% 0;}
.but_add.to_cart:hover			{background-position:50% 78px;}
.but_add.more					{float:right;display:block;width:110px;background-position:50% 52px;background-color:#FFFFFF;display: none;}
.but_add.more:hover				{background-position:50% 26px;}

/* @products */
.tiny_products					{margin:20px -15px 20px 0;}
.tiny_products > .product		{width:178px;height:200px;margin-right:8px;display:-moz-inline-box;display:inline-block;*zoom:1;*display:inline;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;}
.tiny_products > .product:hover, .tab_container>.product:hover {
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.tiny_products > .product .image 	{line-height:160px;border:none;background: transparent;
}

.tiny_products > .product .annotation{overflow:hidden;height:74px;}
.tiny_products > .product .product_info{padding:0 10px}
.tiny_products select				{display:none;margin-right:25px;}
.tiny_products > .product .product_info h3 {padding-top:4px: font-weight: bold;}
.tiny_products > .product .product_info h3 a {font-weight: bold; color:green;}

.tabs .active {
	background: #f7f7f7 !important;
}
.tab_container {
	margin-top: -10px;
	width:725px ;
	background: #f7f7f7;
}
.tab_content {
	width:725px;
}

.tab_content .product {
	width:165px !important;
}


/* @product */
.page							{padding:10px;border:none;}
.page > .image 					{position:relative;float:left;width:100%;line-height:170px;margin-bottom:20px; background: transparent;}
.page > .product_info 			{float:right;width:100%;margin-bottom:20px;padding-left: 15px;}
.page > .product_info .to_cart	{width:120px;}
.page > .product_info form 		{width:99%;margin:20px 0;}
.page > .product_info .compare_price{font-size:24px;}
.page > .product_info .price{font-size:32px;}
.page > .product_info .compare_price,
.page > .product_info select 		{float:left;margin-right:20px;}
.page > .product_info .images	{display:inline-block;width:80px;text-align:center;margin:0 5px 5px 0;background:#fff;overflow:hidden;border:1px solid #EAEAEA;}
.page > .product_info .images img	{
	vertical-align:middle;
 width:100%;
}

#moneyline						{clear:both;text-align:center;}
#moneyline img					{max-width:1020px;}

#footer-container				{min-width:1040px;clear:both;background:url('../images/bg/footer.png');font-size:13px;
-webkit-box-shadow:  0 13px 10px -10px #000 inset;
box-shadow: 0 13px 10px -10px #000 inset;
}
#footer							{position:relative;overflow:hidden;margin:0 auto;width:1020px;padding:10px 10px ;color:#333;

}

#footer > .footer_menu			{font-size:12px;position:relative;display:inline-block;vertical-align:top;width:29%;margin-right:50px;}
#footer > .footer_menu h2		{font-size:15px;text-transform:uppercase;margin-bottom:15px;padding-left:14px;background:url('../images/bg/filter_arrow.gif') 0 7px no-repeat;}
#footer > .footer_menu li 			{margin-bottom:5px;}
#footer, #footer a, .footer_menu a{color:#333;}
#footer > .footer_menu a:hover	{color:#000;font-weight: bold;}
#footer > p						{line-height:12px;color:#333;}


#nav-container					{border-radius:8px;background:#F7F7F7;margin-bottom:20px;}
#nav 							{padding:0;margin:0;font-size:1em;}
/* All Levels */
#nav li 							{text-align:left;position:relative;}
#nav li.over 						{z-index:998;}
#nav li a 							{display:block;text-decoration:none;text-transform:uppercase;}
#nav li a:hover 					{text-decoration:none;}
#nav li a span 						{display:block;white-space:nowrap;cursor:pointer;}
#nav li ul a span 					{white-space:normal;}
/* 1st Level */
#nav li 							{float:none;display:block;}
#nav li a 							{float:none;padding:9px 0 9px 15px;font-weight:bold;color:#3e3e3e; border-bottom:1px solid #dddddd;border-top:solid 1px #fff;}
#nav li a:hover {
    border-top: solid 1px #ddd;
   
    text-shadow: 0 0 1px green;
}
#nav li.last a						{border-bottom:0;}
#nav > li.hover > a, #nav > li.active > a {background-color:#EFEFEF;border-top:solid 1px #ddd;-webkit-box-shadow: 0 0 6px 1px #515151 inset;
box-shadow: 0 0 6px 1px #515151 inset;}
#nav > li.active > ul				{display:block;}
/* 2nd Level */
#nav ul, #nav div 					{position:absolute;width:15em;top:25px;left:-10000px;border:1px solid #ddd;background:#fafafa;}
#nav div ul 						{position:static;width:auto;border:none;}
#nav > li > ul						{position:relative;left:0;top:0;padding:12px 0 12px 5px;width:auto;border:0;background:0;border-top:solid 1px #fff;border-bottom:solid 1px #dddddd;}
#nav > li > ul > li					{border:0;}
#nav > li > ul > li a					{border-bottom:0;padding:5px 0 5px 11px;}
#nav > li > ul > li.items.hover,
#nav > li > ul > li.items.active		{border:0;}
/* 3rd+ leven */
#nav > li > ul > li > ul				{position:relative;left:0!important;top:0;padding:10px 0 10px 10px;width:auto;border:0;background:0;}
#nav > li > ul > li.active > ul		{display:block;}
#nav > li > ul > li > ul > li			{border-bottom:0;}
#nav > li > ul > li > ul > li a			{font-size:11px!important;padding:3px 0 3px 11px;}
#nav > li > ul > li > ul > li > ul > li{background:0!important;}
#nav ul ul, #nav ul div				{top:7px;}
#nav ul li 							{float:none;border-bottom:1px solid #ddd;padding-right:5px;}
#nav ul li.last 					{border-bottom:0;}
#nav ul li a 						{float:none;line-height:13px;display:block;background:url(../images/bg/sub-nav-marker.gif) no-repeat 0 10px;font-weight:normal;color:#888 !important;border:none;}
#nav ul li a:hover					{color:#000 !important;background:0; border:none;}
#nav ul li.active > a, #nav ul li.over > a {color:#000 !important;background:0;border:none;}

.logoHover {
	background-image:url(../images/images_theme/logo-hover.png) !important;
}
#comment_captcha {
	font-size: 1.5em;
}
.feedback_form {
	border-radius: 6px;
}