a {ouline:none}

img, body, textarea, div, span, a, h1, h2, h3, h4, h5, h6 , form
{
	margin:0;
	padding:0;
	border:0;
} 

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: tahoma, courier, monaco, "Lucida Console", mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/* HR */
hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */
ul li { text-indent: -1.0em; margin-left: -3.75em; list-style-type:none; }
ul li:before { content: "\2022\00a0\00a0"; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding:2px; font-size:0.9em; }

/* MARGINS & PADDINGS */
blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }

dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }

a
{
	color:#0983ab;
	text-decoration:underline;
}

/*============================================================================*/

html, body {
	height:100%;
	overflow-x:hidden;
}
body {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
	background-color:#FFFFFF;
	width:100%;
	min-width:1000px;
	background:url(images/uzor.png) top left;
}
#wrap {
	position: relative;
	background:transparent url(images/place.png) top center repeat-y;
	width:100%;
	/*margin: 0px auto;*/
	min-height:100%;
	height:auto !important;
	height:100%;
}
#footer {
	padding-top:25px;
	position:relative;
	margin-top:-92px;
	height:67px;
	width:100%;
}

.footer_blank {
	height:192px;
}

	.footer_bloq
	{
		width:885px;
		border-top:3px #11bf11 solid;
		font-family:Arial;
		font-size:10px;
		color:#363636;
		margin:0 auto;
		padding-top:17px;
	}

		.fb_1
		{
			float:left;
			width:239px;
		}

		.fb_2
		{
			float:left;
			width:250px;
		}	
			
			.fb_2 *
			{
				padding:0;
				margin:0;
			}			
		
.white
{
	background:#FFFFFF url(images/greenline.png) bottom left repeat-x;
}

.header {
	position: relative;
	background:#fff;
	width:960px;
	margin: 0px auto;
	height:270px;
	background:#ffffff url(images/main_logo-K.png) left 43px no-repeat;
}

.header-D
{
	background:#ffffff url(images/main_logo-D.png) left 43px no-repeat;
}

.header_def {
	position: relative;
	background:#fff;
	width:960px;
	margin: 0px auto;
	height:196px;
	background:#ffffff url(images/def_logo.png) left 72px no-repeat;
}

	a.head_link
	{	
		display:block;
		float:left;
		width:339px;
		height:68px;
		margin-top:36px;
	}
	
	.kievdnepr
	{
		float:right;
		padding-top:27px;
		font-family:Verdana;
		font-size:11px;
		line-height:21px;
		color:#363636;
		text-align:right;
		line-height:18px;
	}

		.kievdnepr a
		{
			color:#363636;
			text-decoration:none;
		}

		.kievdnepr a:hover
		{
			color:#006cb8;
			text-decoration:underline;
		}		
		
		.kievdnepr-user
		{
			height:124px;
			overflow:hidden;	
			color:#cccccc;
			/*margin-bottom:14px;*/
		}
		
.menu {
	position: relative;
	background:#fff;
	width:960px;
	margin: 0px auto;
	height:25px;
	overflow:hidden;
	border-bottom:9px #11bf11 solid;
	background:#ffffff url(images/main_logo.png) left top no-repeat;
}

	.nav
	{
		height:25px;
		float:left;
	}
	
		.nav a
		{
			display:block;
			float:left;
			height:25px;
			width:137px;
			background:#e6f2e6 url(images/menu_off_mid.png) right top no-repeat;
			font-size: 12px;
			font-family:Verdana;
			line-height:25px;
			text-align:center;
			color:#006cb8;
			text-decoration:none;
		}
		
		.nav a:hover
		{
			text-decoration:underline;
		}
		
		.nav a.off_right
		{
			background:#e6f2e6 url(images/menu_off_right.png) right top no-repeat;
			width:138px;
		}

		.nav a.off_left
		{
			background:#e6f2e6 url(images/menu_off_left.png) right top no-repeat;
		}
		
		.nav a.on_left
		{
			background:transparent url(images/menu_on_left.png) right top no-repeat;
			color:#FFFFFF;
		}
		
		.nav a.on_mid
		{
			background:transparent url(images/menu_on_mid.png) right top no-repeat;
			color:#FFFFFF;
			margin-left:-4px;
			width:141px;
		}	
		
		.nav a.on_right
		{
			background:transparent url(images/menu_on_right.png) right top no-repeat;
			color:#FFFFFF;
			margin-left:-4px;
			width:142px;
		}	
		
		.nav a.on_left:hover, .nav a.on_mid:hover, .nav a.on_right:hover
		{
			text-decoration:none;
		}
		
		.preon
		{
			font-weight:bold;
		}
		
	.langs
	{
		float:right;
		height:25px;
	}
	
		.langs a
		{
			float:right;
			height:25px;
			line-height:25px;
			color:#006cb8;
			font-size: 10px;
			font-family:Verdana;
			text-decoration:none;			
			margin-left:14px;
			text-transform:capitalize;
		}	
		
		.langs a:hover
		{
			text-decoration:underline;
		}
		
.content
{
	width:100%;
	background:transparent  url(images/fon_line.png) top left repeat-x; 
}

	.workplace
	{
		width:100%;
		background:transparent url(images/work_white.png) top center no-repeat; 
	}
	
	.place
	{
		width:884px; /*970*/
		margin: 0 auto;
		/*background:transparent url(images/place.png) top center repeat-y; */
		padding-top:64px;
		padding-right:43px;
		padding-left:43px;
		font-size:11px;
	}
	
		.place a
		{
			color:#0983ab;
			text-decoration:none;
		}

		.place a:hover
		{
			text-decoration:underline;
		}

		
		/*головна*/
		
		.first_line
		{
			overflow:hidden;
			zoom:1;
		}
		
			.left_col
			{
				float:left;
				width:652px;
			}
			
				.left_col_img
				{
					display:block;
					margin-bottom:45px;
				}
				
				.left_col_sub
				{
					overflow:hidden;
					zoom:1;
				}
				
					.left_col_sub_1
					{
						float:left;
						width:284px;
						margin-right:19px;
						color:#636363;
						font-family:Verdana;
						font-size:12px;
						line-height:19px;
					}
					
					.left_col_sub_1-about p
					{
						margin:0;
						padding:0;
					}
					
						.caption
						{
							display:block;
							font-weight:bold;
						}
						
				a.button_order
				{	
					display:block;
					width:154px;
					height:27px;
					margin-top:34px;
					text-align:center;
					font-size:12px;
					font-family:Verdana;
					color:#ffffff;
					line-height:27px;
					background:url(images/button_oder.png) 0px 0px no-repeat;
					text-decoration:none;
				}
				
				a.button_order:hover
				{
					background:url(images/button_oder.png) 0px -27px no-repeat;
					text-decoration:none;
					color:#ffffff;
				}
	
			.right_col
			{
				float:right;
				width:190px;
			}	
			
		.popular, .popular2
		{
			background-color:#eef3ee;
			color:#6e6a6a;
			font-family:Verdana;
			font-size:12px;
			font-weight:bold;
			margin-top:40px;
			margin-bottom:6px;
			padding: 6px 10px;
		}
		
		.popular2
		{
			margin-top:0px;
			margin-bottom:16px;
			padding: 3px 9px;
		}
	
		.tovar_line
		{
			overflow:hidden;
			zoom:1;
		}
	
			.tovar
			{
				float:left;
				width:151px;
				height:195px;
				margin-right:16px;
				background:url(images/dots.png) right bottom repeat-x;
			}
			
				.tov_last
				{
					margin-right:0px;
				}
				
				.tovar_pic
				{
					display:block;
					height:105px;
					background:url(blank.gif) 2px bottom no-repeat;
				}
				
				.tovar_name
				{
					display:block;
					color:#006cb8;
					font-family:Verdana;
					font-size:11px;
					text-decoration:none;
					margin-left:7px;
					margin-top:8px;
					margin-bottom:4px;
				}
				
				.tovar_price
				{
					display:block;
					color:#707070;
					font-family:Verdana;
					font-size:10px;
					font-weight:bold;
					margin-left:7px;
				}
				
				
/*---- база знань -----------*/	

.baza_topspace
{
	height:47px;
}

.forcol
{
	overflow:hidden;
	zoom:1;
	margin-left:-25px;
	margin-bottom:40px;
}

	.forcol .col
	{
		float:left;
		background:url(images/dots.png) right top repeat-x;
		padding:2px;
		padding-top:12px;
		width:280px;
		_width:275px; /*ie6*/
		margin-left:18px;
		
		font-family:Verdana, Arial;
		font-size:12px;
		line-height:18px;
	}
	
		.forcol .col .c
		{
			display:block;
			color:#006cb8;
			font-family:Verdana, Arial;
			font-size:17px;
			line-height:21px;
			margin-bottom:10px;
			text-decoration:none;
		}
		
			.li
			{
				margin-bottom:8px;
				padding-left:16px;
				background:url(images/bu.png) 3px 7px no-repeat;
			}
		
					
		.forcol .col p 
		{
			margin-top:0px;
			padding-top:0px;
		}
		
		.forcol .rcol 
		{
			background:url(blank.gif);
		}
		
/*--------- магазин  -------------*/		

.list-plashka
{
	height:19px;
	width:886px;
	margin-bottom:5px;
}

	a.shop_onoff
	{
		display:block;
		width:19px;
		height:19px;
		float:left;
		margin-right:3px;
		
		background:#eef3ee url(images/shop_onoff.png) 0px 0px no-repeat;
	}
	
	a.shop_onoff:hover
	{
		background-color:#e2f2f1;
	}
	
	a.shop_on
	{
		background:#eef3ee url(images/shop_onoff.png) 0px -19px no-repeat;
	}

	a.shop_off
	{
		background:#eef3ee url(images/shop_onoff.png) 0px 0px no-repeat;
	}
	
	a.shop_onoff_capt
	{
		display:block;
		width:850px;
		height:19px;
		float:left;
		margin-right:3px;
		padding-left:11px;
		
		background-color:#eef3ee;
		color:#006cb8;
		font-family:Verdana;
		font-size:11px;
		font-weight:bold;
		line-height:19px;
		text-decoration:none;
		
		overflow:hidden;
	}
	
	a.shop_onoff_capt:hover
	{
		text-decoration:none;
	}
	
	
.tovars
{
	margin-top:22px;
}	

	.tovar_line
	{
		overflow:hidden
		zoom:1;
		font-family:Verdana;
		font-size:11px;
		margin-bottom:4px;
	}
	
		.t-brand
		{
			float:left;
			width:107px;
			padding-left:36px;
			font-weight:bold;
			overflow:hidden;			
		}
		
		.t-tovar
		{
			float:left;
			width:340px;
			overflow:hidden;			
		}		
		
		.t-hmany
		{
			float:left;
			width:172px;
			overflow:hidden;			
		}
		
		.t-price
		{
			float:left;
			width:177px;
			overflow:hidden;
		}			
		
		.t-count
		{
			float:left;
		}
		
			.t-count input
			{
				width:36px;
				text-align:center;
				font-size:11px;
				padding-top:0px;
				padding-bottom:0px;
				background-color:#ffffff;
				color:#000000;
				/*border:1px #6d6d6d solid;*/
			}
			
			.t-count input.many
			{
				background-color:#ffffff;
				color:#0066b3;
			}

			.t-count input.curr
			{
				background-color:#eef3ee;
				color:#0066b3;			
			}
			
		.space32
		{	
			height:32px;
		}
		
.null
{
	overflow:hidden;
	zoom:1;
}

	.koshyk
	{
		float:left;
		width:509px;
	}
	
	.captline
	{
		color:#555555;
		font-family:Verdana;
		font-size:11px;
		font-weight:bold;
		height:19px;
		line-height:19px;
		
		background-color:#eef3ee;
		padding-left:13px;
		border-left:4px #006cb8 solid;
		
		margin-bottom:23px;
	}
	
	.obr
	{
		margin-bottom:14px;
		font-family:Verdana;
		font-size:11px;
		color:#363636;
	}
	
		.deltov
		{
			display:block;
			float:left;
			width:19px;
			height:14px;
			background:transparent url(images/del.png) 3px 5px no-repeat;
		}
		
		.onetov_capt
		{
			float:left;
			/*width:400px;*/
			border-bottom:1px #363636 dashed;
		}
		
		.onetov_price
		{
			float:right;
			width:80px;
			padding-right:6px;
			text-align:right;
		}
		
	#total
	{
		margin-top:24px;
		font-family:Verdana;
		font-size:11px;
		color:#898989;
		text-align:right;
		padding-right:6px;
	}	
	
		#total strong
		{
			color:#363636;
			font-weight:bold;
		}
	
	
	.forma
	{
		float:right;
		width:285px;
	}	
	
		.onefield 
		{
			margin-bottom:12px;
	padding-bottom:12px;	}

			.onefield  label
			{
				font-family:Verdana;
				color:#464646;
				font-size:11px;
			}	
		
			.onefield  input
			{
				width:279px;
				font-size:11px;
			}	
			
		.orderfield
		{
			margin-top:24px;
		}
			
			.orderfield .left1
			{
				float:left;
				padding-right:22px;
			}
			
			.orderfield .left2
			{
				float:left;
				font-family:Verdana;
				font-size:11px;
				line-height:14px;
				color:#707070;
				width:164px;
			}

			
			.orderfield .left1 input
			{
				font-size:11px;
			}
			
/*--- пункти продажу ---*/	

.prod-text
{
	float:left;
	width:582px;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#464646;
}

.prod-linx
{	
	float:right;
	width:208px;
	font-family:Verdana;
	font-size:12px;
	line-height:22px;	
}

	.prod-linx a
	{
		display:block;
	}
	
.punkt
{
	margin-top:21px;
	background:url(images/dots.png) right top repeat-x;
}

	.punkt-photo
	{
		width:288px;
		float:left;
		
		padding-top:17px;
		
		font-family:Verdana;
		font-size:14px;
		line-height:19px;
		color:#464646;
	}
	
		.punkt-photo img
		{
			margin-top:9px;
		}
		
		.punkt-photo a.up
		{
			display:block;
			width:13px;
			height:13px;
			background:url(images/up.png) left center no-repeat;
			margin-top:43px;
		}
		
	.punkt-map
	{
		padding-top:1px;
		float:left;
	}
	
	.dots
	{
		font-size:1px;
		height:1px;
		background:url(images/dots.png) right top repeat-x;
	}
	
.hidd
{
	display:none;
}
	
	
#left-tops	
{
	width:45%;
	float:left;
	overflow:hidden;
	zoom:1;
}

	#left-tops-citylang
	{
		margin-top:27px;
		color:#363636;
		font-family:Verdana;
		font-size:11px;
	}
	
	#left-tops-citylang a
	{
		color:#363636;
		text-decoration:none;
	}
	
	#left-tops-citylang a:hover
	{
		text-decoration:underline;
	}	
	
	a.lang-a
	{
		color:#363636;
		text-decoration:none;
	}
	
		a.lang-a:hover
		{
			text-decoration:underline;		
		}
		
.umovs
{
	margin-top:32px;
	font-size:12px;
	line-height:19px;
}		

.map
{
	margin-bottom:20px;
	width:190px;
}

.picture
{
	margin-bottom:36px;
	padding:0;
}

.picture img
{
	margin:0;
	border:0px #ff0000 solid;
}

.w-capt
{
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma;
	color:#636363;
	
	padding-bottom:4px;
	border-bottom:1px #c0bcbd solid;
	
	margin-bottom:12px
}

.w-moar
{
	font:12px/18px Tahoma;
	color:#636363;
}

.w-price
{
	font:12px/18px Tahoma;
	color:#636363;
	font-weight:bold;
}

.updotted
{
	background:url(images/dots.png) top left repeat-x;
	margin-top:25px;
	padding-top:18px;
}

.obo-pic
{
	float:left;
	width:228px;
	text-align:center;
}

.obo-text
{
	float:left;
	width:417px;
	font:12px/17px Verdana;
	color:#636363;
}

	.obo-text p
	{
		margin:0px;
		padding:0px;
	}
	
	.obo-price
	{
		margin-top:22px;
		font-weight:bold;
	}
	
.vaka-text
{
	font:12px/16px Verdana;
	color:#636363;
	padding-left:9px;
}	

	.vaka-text p
	{
		margin-top:0px;
		padding-top:0px;
	}
	
.vaka-send
{
	font:12px/16px Verdana;
	color:#636363;
	padding-left:9px;
	margin-bottom:24px;
}



.navigation
{
	margin:2px;
	display:block;
	overflow:hidden;
	height:auto;
	margin-left:18px;
	zoom:1;
}

.navigation a
{
	display:block;
	float:left;
	width:17px;
	height:17px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#cbeb8a;
	color:#83a440;
	text-align:center;
	line-height:17px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	border:1px #ffffff solid;	
}

.navigation a:hover
{
	text-decoration:none;
	background-color:#e1f0c2;
	color:#83a440;
	border:1px #83a440 solid;
}

.navigation a.nav_arr
{	
	background-color:#FFFFFF;
	color:#83a440;	
	border:1px #FFFFFF solid;	
}

.navigation a.nav_arr:hover
{	
	background-color:#e1f0c2;
	color:#83a440;	
	border:1px #FFFFFF solid;	
}

a.curr_a
{
	border:1px #83a440 solid;
}

 .navigation span, .grey_arr
{
	display:block;
	float:left;
	width:17px;
	height:17px;	
	margin-right:5px;
	margin-bottom:5px;	
	text-align:center;
	line-height:17px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;	
	border:1px #ffffff solid;		
}
