/* default settings */
html, body
{
	margin:0;
	padding:0;
	background:#edf0f5 url('../main/images/bg.jpg') left top repeat-x;
	color: #000000;
	font-family: "Arial", "Verdana", "Trebuchet MS", "Geneva CY", "Sans-Serif";
	font-size: 12px;
}
p, img, h1, h2, h3, h4, h5, h6
{
	margin:0;
	padding:0;
	border:0;
}
a
{
	color: #4c7399;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;
}

/* all */

#all
{
	width:1007px;
	max-width:1007px;
	margin:auto;
	background:#fff;
	position:relative;
}

a:link.link_orange_dot, a:visited.link_orange_dot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #E68727;
	line-height: 1.2em;
	text-decoration: none;
}
a:hover.link_orange_dot, a:active.link_orange_dot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #336699;
	line-height: 1.2em;
	text-decoration: none;
}

/*----------------AUTORISATION------------------*/
	#all #autorize
	{
		position: relative;
		height: 10px;
		width: 964px;
		margin: auto;
		padding: 9px 0 9px 0px;
		font: 12px arial;
		color: #444444;
	}

		@media not all and (-webkit-min-device-pixel-ratio) {
		   #autorize { padding-bottom: 9px !important;}
		}
		
		body:last-child:not(:root:root) #autorize { padding-bottom: 9px !important;}	
	

		#all #autorize #username
		{
			padding-left: 12px;
			background:url('../main/images/user.gif') left 2px no-repeat;
		}
			* html #all #autorize #username
			{
				margin-left:6px;
			}
			#username span
			{
				color:#c87b3c;
				text-decoration:none;
			}
			#autologin, #autoregister, #autocabinet, #autologinOut, #autocabinet
			{
				position:absolute;
				top:9px;
			}
			#autologin
			{
				right:134px;
				padding-left: 15px;
				background:url('../main/images/login.gif') left 3px no-repeat;
			}
			#autologinOut
			{
				right:0px;
				padding-left: 15px;
				background:url('../main/images/logout.gif') left 3px no-repeat;
			}
			#autocabinet
			{
				right:64px;
				padding-left: 15px;
				background:url('../main/images/cabinet.gif') left 3px no-repeat;
			}
			#autoregister
			{
				right:0;
				padding-left: 11px;
				background:url('../main/images/registration.gif') left 5px no-repeat;
			}
			
	/*-----------------------TOP-----------------------*/		
	#all #top
	{
		width:964px;
		margin:auto;
		height:106px;
	}
		#top #logo
		{
			width:231px;
			height:106px;
			display:block;
			background:url('../main/images/logo.jpg') left top no-repeat;
			float:left;
		}
		
		#top #search
		{
			width:483px;
			height:93px;
			float:left;
			padding:13px 0 0 19px;
			background:url('../main/images/searchBg.jpg') left top repeat-x;
		}
			.searchCat
			{
				width:433px;
				font:13px arial;
				color:#636468;
				height:20px;
				margin-bottom: 6px;
				float:left;
				border:0;
				padding:2px 3px 0 5px;
				background:url('../main/images/searchmainInp.gif') left top no-repeat;
			}
				* + html .searchCat {
					margin-bottom: 0px;
				} 
			#search span
			{
				font:13px arial;
				color: White;
				padding: 2px 5px 0px 0px;
				float:left;
			}
			.searchtown
			{
				width:123px;
				height:19px;
				border:1px #a5acb2 solid !important;
				font:13px arial;
				color:#636468;
				padding:2px 0 0 5px;
				margin-right: 13px;
				float: left;
			}
				* html .searchtown
				{
					margin-right: 10px;
				}
			.searchSel
			{
				width:118px;
				border:1px #a5acb2 solid !important;
				height:23px;
				padding:1px;
				font:13px arial;
				color:#636468;
				margin-right:7px;
			}
				* + html .searchSel
				{
					margin-top: 0px;
				}
			.searchSel2
			{
				width:150px;
				border:1px #a5acb2 solid !important;
				height:23px;
				padding:1px;
				font:13px arial;
				color:#636468;
				margin-right:7px;
			}
			.searchRadLabel
			{
				display:inline-block;
				float:left;
				margin-right: 10px;
				font:13px arial;
				color:#fff;
				margin-top: 8px;
				padding-top: 0px;
			}
				* + html .searchRadLabel
				{
					margin-top: 5px;
				}
			.searchRadio
			{
				float:left;
				display:inline-block;
				margin-top: 9px;	
				padding-top: 0px;				
			}				
				* + html .searchRadio 
				{
					margin-top: 2px;
				}
				
				
		@media not all and (-webkit-min-device-pixel-ratio) {
		   .searchRadio { margin: 6px 2px 0 0 !important;}
		}
		
		body:last-child:not(:root:root) .searchRadio { margin: 6px 2px 0 0 !important;}	

			.searchSend
			{
				width:22px;
				height:22px;
				cursor:pointer;
				background:url('../main/images/search2.gif') left top no-repeat;
				border:0;
				float:left;
				display:inline-block;
			}
	
		#top #topNavi
		{
			width:230px;
			height:106px;
			background:url('../main/images/toprht.gif') left top no-repeat;
			float:left;	
		}	
			#topNavi ul
			{
				margin: 23px 0 0 15px;
				list-style:none;
				padding: 1px 0px 0px 0px;
			}
				#topNavi li
				{
					padding:0 0 0px 16px;
					margin-bottom:6px;
					background:url('../main/images/topRight.gif') left center no-repeat;
					font:bolder 14px Arial;
					color:#fff;
				}
					#topNavi a
					{
						font:bolder 14px Arial;
						color:#fff;
						text-decoration: none;
					}	
					#topNavi a:hover
					{
						text-decoration: underline;
					}
	
	/*----------------PAGE NAVI-------------------*/
	
	#all #itemMenu
	{
		margin: auto;
		padding: 2px 0px 0px 0px;
		font: 13px arial;
		width: 964px;
		height: 31px;
		position: relative;
	}

/*----------------------CONTENT--------------------*/
	#all #content
	{
		width:964px;
		margin:auto;
		padding: 2px 0px 0px 0px;
		position: relative;
	}

		#content h1
		{
			font-family: Arial;
			font-size: 17px;
			font-size-adjust: none;
			font-stretch: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bold;
			line-height: normal;
			margin: 5px 5px 5px 10px;
		}
	
		/*-------------------------SMALL COLUMN--------------------*/
		#content #lftCol
		{
			width:240px;
		}
		#content #rhtCol
		{
			width:220px;
		}
			#lftCol .smallBlockCont h1
			{
				color: #444444;
			}
			
			#content #navi
			{
				padding:0;
				margin:10px 10px 0 15px;
				list-style:none;
				position:relative;
			}
				#navi li
				{
					padding-left:15px;
					background:url('../main/images/list-style.gif') left center no-repeat;
					margin-bottom:4px;
					font: 11px;
				}
				
		.rhtButton 
		{
			width:34px; 
			height:34px;
			position:absolute;
			left:164px;
			top:22px;
			cursor:pointer;
			display:block;
		}
		
		#vipService
		{
			width:220px;
			display:block;
			height:127px;
			margin-bottom:18px;
			background:url('../main/images/vip.jpg') left top no-repeat;
		}
		
		#talks
		{
			margin-bottom:25px;
			position:relative;
			font: 11px;
			color:#8e8f97;
		}

#Banner_Polz
{
	width:220px;
	height:84px;
	display:block;
	background:url('../main/images/Banner_Polz.jpg') left top no-repeat;
	margin:0 0 18px 0;
}

		
/* Sub Search */
		
		.subSearch
		{
			padding:8px 10px 9px 10px;	
			position:relative;
		}
			* html .subSearch
			{
				padding:8px 10px 0 10px !important;
				margin-bottom:0;
			}
			.subSearch h5
			{
				font:13px arial;
				color:#dc9e10;
				margin-bottom:6px;
			}
			.subLabel
			{
				font:12px arial;
				color:#8e8f97;
				padding-left:1px;
				position:relative;				
			}
			.smallInp
			{
				width:56px;
				height:20px;
				float:left;
				border:1px #ccc solid;
				position:relative;
			}
				* html .smallInp
				{
					width:55px;
				}
			.labelPrice
			{
				font:12px arial;
				color:#8e8f97;
				display:inline-block;
				float:left;
				position:relative;				
				padding: 3px 5px 0 0;
			}
			.subsender
			{
				width:144px;
				height:26px;
				border:0;
				background:url('../main/images/subSearch.gif') left top no-repeat;
				cursor:pointer;
				float:left;
				position:relative;				
			}
			.subsender2
			{
				width:144px;
				height:26px;
				background: #DFA952 url('../main/images/main_b_bg_a.png') repeat-x center;
				border: 1px solid #DFA952;
				white-space: nowrap;
				color: #B56D00;
				cursor:pointer;
				float:left;
				position:relative;
			}
			.subsender_p
			{
				padding-top: 10px;
			}	
		
		.societyType
		{
			font:12px arial;
			color:#dfa827;
			margin:5px 0 7px 10px;
			text-align:center;
		}
		
			.smallBlockCont h2
			{
				font:18px arial;
				color:#dfa827;
				margin: 8px 8px 8px 10px;
			}
			
			.smallBlockCont h3		
			{
				font:16px arial;
				color:#dfa827;
				margin:14px 0 8px 10px;
			}
		
		
		/*--------------CENTER COLUMN---------------*/
		#content #centCol
		{
			width:504px;
		}
			.centColInfo
			{
				width:482px;
				position:relative;
			}
				.centColNav
				{
					position:absolute;
					width:153px;
					height:29px;
					left:318px;
					top:180px;
					background:url('../main/images/contnav.gif') left top no-repeat;
				}
				.colNavLft
				{
					width:22px;
					height:23px;
					left:2px;
					top:3px;
					display:block;
					position:absolute;
					background:url('../main/images/navLft.gif') left top no-repeat;
					cursor:pointer;
				}
				.colNavRht
				{
					width:22px;
					right:3px;
					top:3px;
					height:23px;
					display:block;
					position:absolute;
					background:url('../main/images/navRht.gif') left top no-repeat;
					cursor:pointer;
				}
					.colNavPag
					{
						width:100px;
						height:	18px;
						position:absolute;
						left:28px;
						top:7px;
						font:11px tahoma;
						color:#d97b24;
					}
						.colNavPag a
						{
							color:#c0bfbb;
							margin:0 3px 0 3px;
							text-decoration:none;
						}
						.colNavPag span
						{
							margin:0 3px 0 3px;
						}

						.colNavPag a:hover
						{
							text-decoration:underline;
						}

				.allinfo
				{
					position:absolute;
					right:10px;
					top:5px;
					color:#c87b3c;
					padding-left:9px;
					background:url('../main/images/allitems.gif') left center no-repeat;
					font:12px arial;
				}
		
		.itemSmallBlock
		{
			width:102px;
			position:relative;
			float:left;
			text-align:center;
			font: 11px;
			margin: 1px 9px 12px 9px;
		}
			* html .itemSmallBlock
			{
				margin:0 10px 12px 6px;			
			}
			.itemSmallImg
			{
				width:100px;
				height:100px;			
				background:#fff;
				border:1px #f0f0f4 solid;
				margin-bottom:7px;
				text-align:center;
				display:table-cell;
				vertical-align:middle;
			}		
				.itemSmallImg:hover
				{
					border:1px #f5da59 solid;
				}	
				.itemSmallImg a img
				{
					margin-top:-7px;
				} 
					.itemSmallImg a
					{
						display:table-cell;
						vertical-align:middle;
						border:1px #fff solid;
						width:98px;
						height:98px;
						position:relative;
						overflow:hidden;
					}
					.itemSmallImg a:hover
					{
						border:1px #f5da59 solid;
					}

		.trendsUl
		{
			margin:0 0 8px 10px ;
			padding:0;
			list-style:none;
			font:12px arial;
			color:#7a7b82;
		}
			.trendsUl li
			{
				padding-left:18px;
				margin:0 0 6px 0;
				background:url('../main/images/naviSep.gif') left center no-repeat; 
			}
		.priceLoad
		{
			padding:0;
			font:12px arial;
			color:#7a7b82;
		}
			.priceLoad span
			{
				padding-left:18px;
				margin:0 0 6px 10px;
				display:inline-block;
				background:url('../main/images/downloadDoc.gif') left 3px no-repeat; 	
			}
				* html .priceLoad span
				{
					margin:0 0 6px 10px;
				}
				.priceLoad span a
				{
					margin-left:6px;
				}
			
		.priceEarth
		{
			padding:0;
			font:12px arial;
			color:#7a7b82;
		}
			.priceEarth span
			{
				padding-left:20px;
				margin:0 0 6px 10px;
				display:inline-block;
				background:url('../main/images/earth.gif') left center no-repeat; 	
			}
			
		.news
		{
			margin: 0px 10px 0px 10px;
			position:relative;
			font: 12px arial;
			color:#7a7c82;
		}
			.newsTime
			{
				padding-left: 16px;
				padding-right: 2px;
				padding-top: 3px;
				color:#7a7c82;
				font:12px arial;
				background:url('../main/images/calendar.gif') left center no-repeat;
				margin-bottom: 5px;
				display: inline-block;
			}
			.news h3
			{
				font: bold 13px Arial;
				margin-bottom: 3px;
				padding-top: 3px;
			}
				.news p
				{
					padding-top: 5px;
					margin-bottom: 8px;
				}


		.company_Index
		{
			margin: 0px 10px 0px 10px;
			position:relative;
			font: 12px arial;
		}
			.company_Index h3
			{
				font: 13px Arial;
				margin-bottom: 2px;
				padding-top: 3px;
			}
				.company_Index p
				{
					padding-top: 0px;
					margin-bottom: 10px;
					color: #4c7399;
				}

				
			
/*----------------BIG COLUMN----------------*/
		#content #bigCol
		{
			width:724px;
			position:relative;
		}
			.bigLft
			{
				width:744px !important;
			}
			#searchNavi
			{
				padding:5px 0 5px 10px;
				font:12px arial;
				color: #DC9E10;
				text-decoration: none;
			}
			#searchNavi a
			{
				border-bottom: 1px dashed;
				text-decoration: none;
			}
				* html #searchNavi
				{
					padding:4px 0 8px 10px;
				}
			#searchResults
			{
				padding: 3px 0 4px 10px;
				font:12px arial;
				color:#87888e;
			}
				#searchResults strong
				{
					color:#4a4a4e;
				}
				#searchResults h3
				{
					color:#444444;
					font:18px Arial;
					margin: 5px 0 5px 0;
					
				}
					#searchResults h3 span
					{
						color:#dc9e10;
					}

			.paginator
			{
				margin:10px 0 10px;
			}
				.paginator a
				{
					display:inline-block;
					font: 12px arial;
					padding:3px 6px;
					margin-right:2px;
					float:left;
					background:#fafafa;
					border:1px #e8e8e8 solid;
				}
					.paginator a:hover 
					{
						font-weight:normal !important;
						color:#fff !important;
						background:#eac777;
						border:1px #eac777 solid;
						text-decoration:none;			
					}
				.paginator a.selected
				{
					font-weight:bolder !important;
					color:#fff !important;
					background:#eac777;
					border:1px #eac777 solid;
					text-decoration:none;	
				}
			
		#items
		{
			width:722px;
			margin:auto;
			margin-bottom:5px;
			font:12px arial;
			color:#464648;
		}
			#items th
			{
				font:12px arial;
				color:#87888e;
			}
			#items td
			{
				font:12px arial;
			}
			.separator td
			{
				border-bottom:1px #edeeef solid;
				background:transparent:
			}
				.separator:hover td
				{
					background:#fcfbeb !important;
					border-bottom:1px #fcfbeb solid !important;
				}
				
					.last td
					{
						border-bottom:1px #fff solid !important;
					}
			
			.separator2 td
			{
				border-bottom:1px #edeeef solid;
			}			
			
			.itemsImg
			{
				width:128px;
				text-align: center;
				padding: 7px 0 4px 0; 
			}	
				.itemsImg .itemSmallImg
				{
					text-align: center;
				}

			.itemsBlock
			{
				width:464px;	
				padding: 5px 0 4px 0; 
			}
				.itemsBlock h4
				{
					font:18px arial;
					margin-bottom: 2px;
				}
			.itemsPrice
			{
				width:130px;
				text-align:center;
				padding: 7px 0 4px 0; 
			}
				.itemCost
				{
					font:12px arial;
					color:#dc9e10;
					text-align: center;
					padding: 7px 0 4px 0; 
				}
				.itemCost2
				{
					font:12px arial;
					color:#dc9e10;
					text-align: right;
					padding: 0px 0 4px 0; 
				}
		.itemAbout
		{
			margin:0 10px 0 10px;
			padding-bottom:14px;
			font:12px arial;
		}
			.aboutImg
			{
				position:relative;
				padding-bottom:0px;
			}
				.picBig
				{
					width:159px;
					height:159px;
					border:1px #ebeced solid;
					position:relative;
					margin-bottom:12px;
				}
				.picBig a
				{
					width:159px;
					height:159px;
					position:relative;
					display:table-cell;
					text-align:center;
					vertical-align:middle;
				}
					.aboutImg .picBig .divzoom
					{
						top:144px; 
						left:144px; 
						width:12px; 
						height:12px; 
						position:absolute;
					}
					.picBig .zoomer
					{
						position:absolute;
						width:12px;
						height:12px;
						background: url('../main/images/plus.gif') left top no-repeat;
						display:inline-block;
						cursor:pointer;
						border:0;
					}

/* Block Images section */
.separator:hover .whitebg
{ 
	background: #FFFFFF !important;
}
.whitebg td
{ 
	background: #FFFFFF !important;
}    
.whitebg tr
{ 
	background: #FFFFFF !important;
}

					.picSmallVip
					{
						float:left;
						border: 2px #e6c78a solid;
						margin: 0px 0px 4px 0px;
						overflow:hidden;
					}
						.picSmallTDVip
						{
							text-align:center;
						}


					.picSmallTop
					{
						float:left;
						border:2px #ebeced solid;
						margin: 0px 0px 4px 0px;
						overflow:hidden;
					}
						.picSmallTDTop
						{
							text-align:center;
						}

.newmarg {margin: 0px 0px 2px 2px !important;}

			
					.picSmallBig
					{
						float:left;
						border:2px #ebeced solid;
						margin: 0px 0px 0px 0px;
						overflow:hidden;
						position:relative;
					}
						.picSmallTDBig
						{
							text-align:center;
						}

					.picSmallBig .zoomer
					{
						position:absolute;
						width:12px;
						height:12px;
						background: url('../main/images/plus.gif') left top no-repeat;
						display:inline-block;
						cursor:pointer;
						border:0;
					}						
					.picSmallBig .divzoom
					{
						top: 145px; 
						left: 145px; 
						width:12px; 
						height:12px; 
						position:absolute;
					}					
						
						
					.picSmall
					{
						float:left;
						border:2px #ebeced solid;
						margin: 0px 0px 4px 10px;
						overflow:hidden;
					}
						.picSmallTD
						{
							text-align:center;
						}

/* Size section */
							.s100
							{
								width:100px;
								height:100px;
							}
							.s49
							{
								width:49px;
								height:49px;
							}
							.s162
							{
								width:162px;
								height:162px;
							}
/* Action section */						

					.picSmallVip:hover
					{
						border: 2px solid #EBECED;
					}
					.picSmallTop:hover
					{
						border:2px #f5da59 solid;
					}

					.picSmallBig:hover
					{
						border:2px #f5da59 solid;
					}

					.picSmall:hover
					{
						border:2px #f5da59 solid;
					}
					
					.picSmallActive
					{
						border:2px #ebeced solid !important;
					}
/* END Block Images section */

					
		.aboutText
		{
			font:12px arial;
		}
			.aboutText .addMapToNotepad 
			{
				margin-left:0 !important; 
			}
	
		
/*-----------------FOOTER---------------------*/
	#footerTop
	{
		width:964px;
		height:13px;
		background:url('../main/images/footerTop.gif') left top no-repeat;
		margin:auto;
		margin-top:20px;
	}
	#footerBot
	{	
		width:964px;
		height:21px;
		margin:auto;
		padding-bottom:40px;
		background:url('../main/images/footerBot.gif') left top no-repeat;
	}
	#footer
	{
		margin:auto;
		width:962px;
		border-left: 1px #efeff3 solid;
		background:#f7f7fa;
		position:relative;
		font:11px tahoma;
		margin-top:-3px;
		color:#c1c4ca;
		border-right: 1px #efeff3 solid;		
	}
		#footer h4
		{
			font:bolder 12px arial;
			color:#7a7b82;
		}
		#counters
		{
			padding-top:30px;
			
		}
			#counters a
			{
				display:inline-block;
				margin-bottom:4px;
				padding-left:12px;
			}
		#footLogo
		{
			display:block;
			width:140px;
			height:57px;
			position:absolute;
			left:45px;
			top:20px;
			background:url('../main/images/footerLogo.gif') left top no-repeat;
		}
		#footerWhite
		{
			background:#fff;	
			padding:20px 0 15px 0;
		}
			* html #footerWhite
			{
				padding:9px 0 15px 0;
			}

		#cloud	
		{
			margin:20px 0 25px 30px;
		}
			#cloud a
			{
				text-decoration:none;
				font:11px tahoma;
				color:#c1c4ca;
			}
			#cloud a:hover
			{
				text-decoration:underline;
			}
	.footUl
	{
		width:190px;
		float:left;
		list-style:none;
		padding:0;
		margin-right:10px;
		margin-bottom:15px;
	}
			#footer .footUl h4
			{
				font:bolder 12px arial;
				color:#7a7b82;
				margin-bottom:10px;
			}
			
		* html .footUl
		{
			width:190px;
			padding-right:0;
			padding: 0 0 0 0 !important;
			margin:0 0 15px 14px !important;
			list-style:none;
		}

	.ml250px
	{
		margin-left:250px;
	}
		* html .ml250px
		{
			margin-left:120px !important;
		}
				
		.footUl li
		{
			margin-bottom:4px;
			font:12px arial;
		}
	
/*--------------------CLASSes-----------------*/
.ml30
{
	margin-left:30px;
}
.ml10
{
	margin-left:10px;
}
.ml20
{
	text-align: right;
	float: right;
}
.earth
{
	padding-left:17px;
	background:url('../main/images/earth.gif') left center no-repeat;
	margin-bottom:8px;
	display:inline-block;
}
.earth2
{
	padding-left: 23px;			
	margin:9px 0 7px 10px;
	background:url('../main/images/earth.gif') left center no-repeat;
}
.save
{
	padding-left: 20px;
	background:url('../main/images/file_save.png') left center no-repeat;
	margin-bottom:8px;
	display:inline-block;
}
.allRetry
{
	padding-left:16px;
	background:url('../main/images/pensil.gif') left center no-repeat;
	font:12px arial;
	display:inline-block;
	margin:10px 0 0 0;
	color:#cd884f;
}
.mapWay
{
	margin:15px 0 10px 10px;
	padding-left:18px;
	background:url('../main/images/nashe.gif') left center no-repeat;
	display:inline-block;
}
.contact
{		
	padding-left:23px;			
	margin:0 0 7px 10px;
	background:url('../main/images/contact.jpg') left center no-repeat;
}
.phones
{
	padding-left:23px;			
	margin:9px 0 7px 10px;
	background:url('../main/images/mobile.gif') 2px top no-repeat;
}
.skype
{		
	padding-left:23px;			
	margin:0 0 7px 10px;
	background:url('../main/images/skype.gif') left center no-repeat;
}
.icq
{	
	padding-left:23px;			
	margin:0 0 7px 10px;
	background:url('../main/images/icq.gif') left center  no-repeat;
}
.mail
{	
	padding-left:23px;			
	margin:0 0 7px 10px;
	background:url('../main/images/mail.gif') left center no-repeat;
	display:inline-block;
}
.mail2
{	
	padding-left:23px;			
	margin:0 0 7px 0px;
	background:url('../main/images/mail.gif') left center no-repeat;
	display:inline-block;
}

.addMapToNotepad
{
	padding-left:18px; 
	margin:0 0 7px 10px;
	background:url('../main/images/add.gif') left center no-repeat;		
	display:inline-block;
}
.print
{
	padding-left:18px;			
	margin:0 0 7px 10px; 
	background:url('../main/images/print.gif') left center no-repeat;		
	display:inline-block;
}
.user2
{
	padding-left:18px;			
	margin:0 0 7px 10px; 
	background:url('../main/images/user2.gif') left center no-repeat;		
	display:inline-block;
}
.extended
{
	padding-left:18px;			
	margin:10px 0 0px 0;
	background:url('../main/images/itemInfo.gif') left center no-repeat;		
	display:inline-block;
}
.extendedBack
{
	padding-left:18px;			
	margin:10px 0 0px 12px;
	background:url('../main/images/add.gif') left center no-repeat;		
	display:inline-block;
}



.smallMap
{
	width:196px;
	height:136px;
	border:2px #efeff3 solid;
	margin: 12px 0px 8px 9px;
	position: static;
}
.itemPrice
{
	font:18px tahoma;
	color: #d97b24;
	display:inline-block;
	margin:4px 0 15px 0;
}
	.letterWrite
	{
		width:192px;
		height:26px;
		background:url('../main/images/wliteLetter.gif') left top no-repeat;
		margin-bottom:6px;
		cursor:pointer;
		display:inline-block;
	}


			/* Small*/
			.smallBlockTop
			{
				width:220px;
				height:10px;
				background:url('../main/images/smallColTop.gif') left top no-repeat;
			}
			.smallBlockBot
			{
				width:220px;
				height:10px;
				margin-top:-8px;
				margin-bottom:18px;
				background:url('../main/images/smallColBot.gif') left bottom no-repeat;
			}
				* html .smallBlockBot
				{
					margin-top:-14px;
				}
			.smallBlockCont
			{
				width:218px;
				margin-top:-8px;
				padding:0 1px 0 1px;
				position:relative;
				background:url('../main/images/smallCol.gif') left top repeat-y;
			}
				* html .smallBlockCont
				{
					margin-top:-13px;
				}
			
			 #rhtCol .smallBlockBot	
			 {
			 	margin-top:-9px !important;
			 }
			 	 * html  #rhtCol .smallBlockBot				 
			 	 {
			 	 	margin-top:-14px !important;
			 	 }
			 #rhtCol .smallBlockCont 	
			 {
				 margin-top:-9px !important;
			 }
			 	 * html  #rhtCol .smallBlockCont 				 
			 	 {
			 	 	margin-top:-14px !important;
			 	 }

			/* Small 2 */
			.smallBlockTop2
			{
				width:220px;
				height:10px;
				background:url('../main/images/smallColTop.gif') left top no-repeat;
			}
			.smallBlockBot2
			{
				width:220px;
				height:10px;
				margin-top:-8px;
				margin-bottom:18px;
				background:url('../main/images/smallColBot.gif') left bottom no-repeat;
			}
				* html .smallBlockBot2
				{
					margin-top:-14px;
				}
			.smallBlockCont2
			{
				width:218px;
				margin-top:-8px;
				padding:0 1px 0 1px;
				position:relative;
				background:url('../main/images/smallCol.gif') left top repeat-y;
			}
				* html .smallBlockCont2
				{
					margin-top:-13px;
				}

			#lftCol .smallBlockCont2 h1
			{
				color: #444444;
			}
			.smallBlockCont2 h2
			{
				font:18px arial;
				color:#dfa827;
				margin: 0 0 8px 10px;
			}
			
			.smallBlockCont2 h3		
			{
				font:16px arial;
				color:#dfa827;
				margin:14px 0 8px 10px;
			}

			 #rhtCol .smallBlockBot2	
			 {
			 	margin-top:-9px !important;
			 }
			 	 * html  #rhtCol .smallBlockBot2				 
			 	 {
			 	 	margin-top:-14px !important;
			 	 }
			 #rhtCol .smallBlockCont2 	
			 {
				 margin-top:-9px !important;
			 }
			 	 * html  #rhtCol .smallBlockCont2 				 
			 	 {
			 	 	margin-top:-14px !important;
			 	 }

			 	 
.h82
{
	height:82px !important;
}
	* html .h82 img
	{
		position:absolute;
	}

.s482x228
{
	width:484px; 
	height:262px;
	position:relative;
}
	* html .s482x228 img
	{
		position:absolute;
		top:3px;
	}
			* html  .medBlockBot				 
			 	 {
			 	 	margin-top: -11px !important;
			 	 }		


		/* ------------- BLOCKS ------------- */
				 
			/* Medium */
			.medBlockTop
			{
				width:484px;
				height:10px;
				background:url('../main/images/medColTop.gif') left top no-repeat;
			}
			.medBlockBot
			{
				width:484px;
				height:10px;
				margin-top: -8px;
				background:url('../main/images/medColBot.gif') left bottom no-repeat;
				margin-bottom:10px;
			}
				.mt-9
				{
					margin-top:-9px !important;
				}
				
			.medBlockCont
			{
				width:482px;
				margin-top:-8px;
				padding:0 1px 0 1px !important; 
				position:relative;
				background:url('../main/images/medCol.gif') left top repeat-y;
			}
			.medBlockCont h1
			{
				color: #444444;
			}				
			.medBlockCont h2
			{
				font: 18px tahoma;
				color: #444444;
				margin: 5px 0 5px 0px !important;
			}	

			/* Medium Top 2 */
			.medBlockTop2
			{
				width:466px;
				height:10px;
				background:url('../main/images/medColTop2.gif') left top no-repeat;
			}
			.medBlockBot2
			{
				width:466px;
				height:10px;
				margin-top: -8px;
				background:url('../main/images/medColBot2.gif') left bottom no-repeat;
				margin-bottom:10px;
			}
			.medBlockCont2
			{
				width:466px;
				margin-top:-8px;
				padding:0 1px 0 1px !important; 
				position:relative;
				background:url('../main/images/medCol2.gif') left top repeat-y;
			}
			.medBlockCont2 h1
			{
				color: #444444;
			}				
			
			/* Medium Yellow */
			.medBlockTopY
			{
				width:484px;
				height:10px;
				background:url('../main/images/medColTopY.gif') left top no-repeat;
			}
			.medBlockBotY
			{
				width:484px;
				height:10px;
				margin-top:-8px;
				background:url('../main/images/medColBotY.gif') left bottom no-repeat;
				margin-bottom:10px;
			}
				
			.medBlockContY
			{
				width:482px;
				margin-top:-8px;
				padding:0 1px 0 1px !important; 
				position:relative;
				background:url('../main/images/medColY.gif') left top repeat-y;
			}
			.medBlockContY h1
			{
				color: #444444;
			}	

			
			/* BIG */
			.bigBlockTop
			{
				width:724px;
				height:10px;
				background:url('../main/images/bigColTop.gif') left top no-repeat;
			}
			.bigBlockBot
			{
				width:724px;
				height:10px;
				margin-top:-8px;
				background:url('../main/images/bigColBot.gif') left bottom no-repeat;
				margin-bottom:10px;
			}
			.bigBlockCont
			{
				width:722px;
				margin-top:-8px;
				padding:0 1px 0 1px !important; 
				position:relative;
				background:url('../main/images/bigColCont.gif') left top repeat-y;
			}
				
			.bigBlockCont h1
			{
				color: #444444;
			}
			.bigBlockCont h1 span
			{
				color: #dfa928;
			}

			.bigBlockCont h2
			{
				font: bolder 12px arial;
				margin-bottom:8px;
				color: #6E7072;
			}

			/* Very Big */
			.vbigBlockTop
			{
				width:964px;
				height:10px;
				background:url('../main/images/fuckColTop.gif') left top no-repeat;
			}
			.vbigBlockBot
			{
				width:964px;
				height:10px;
				margin: -8px 0 10px 0;
				background:url('../main/images/fuckColBot.gif') left bottom no-repeat;
			}
			.vbigBlockCont
			{
				width:962px;
				margin-top:-8px;
				padding:0 1px 0 1px !important; 
				position:relative;
				background:url('../main/images/fuckCol.gif') left top repeat-y;
			}
				
			.vbigBlockCont h1
			{

			}
			
			.vbigBlockCont h2
			{
				margin-bottom:8px;
				font: 18px Arial;
				color: #444444;
			}

			/* Simply border */
			.grayBorderBlock
			{
				margin-top: 0px;
				padding: 5px 5px 5px 5px !important; 
				position:relative;
				border: 1px solid #F1F1F4;
			}
				
			.grayBorderBlock h1
			{

			}
			
			.grayBorderBlock h2
			{
				margin-bottom:8px;
				font: 18px Arial;
				color: #444444;
			}

.rightInfoBlock001 ul
{
	display: inline-block !important;
	margin: 5px 10px 5px 10px !important; 
	padding: 5px 10px 5px 10px !important; 
}
.rightInfoBlock001 ol
{
	display: inline-block !important;
	margin: 5px 10px 5px 10px !important; 
	padding: 5px 10px 5px 10px !important; 
}


			/*BGColors sections*/
				.yel
				{
					background-color: #fff9d9 !important;
				}
				.gry
				{
					background-color: #f8f8f8 !important;
				}
				.lhtgry
				{
					background-color: #fcfcfc !important;
				}
				.wht
				{
					background-color: #ffffff !important;
				}
				.grn
				{
					background-color: #E8EFF2 !important;
				}
				.green
				{
					background-color: #E3F0E3 !important;
				}
				
.cl7a7c82				
{
	color: #A4A4A9;
	padding-bottom:7px;
}
.cl6e7072
{
	color:#6e7072 !important;
}
.cl242425
{
	color:#242425 !important;
}
.cldc9e10
{
	color:#dc9e10 !important;
}
.cl008000
{
	color: #008000 !important;
}

@media not all and (-webkit-min-device-pixel-ratio) {
   .subSearch { padding-bottom:0 !important; margin-bottom:9px !important;}
}

body:last-child:not(:root:root) .subSearch { padding-bottom:9px !important; margin-bottom:0px !important;}	
	
@media not all and (-webkit-min-device-pixel-ratio) {
   #rhtCol .operaBot { margin-top:-12px !important;}
}

body:last-child:not(:root:root) #rhtCol .operaBot { margin-top:-9px !important;}	
	

.pt7
{
	padding-top:7px;
}
.pt10
{
	padding-top:10px;
}
.pt12
{
	padding-top:12px;
}

	* html .subSearch .pt12
	{
		padding-top:6px;
		padding-bottom:0 !important;
		margin-bottom:0 !important;
	}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}

/*Consul addons*/

	/*inner2*/
			
		.aboutTextLink
		{
			display:inline-block; 
			margin-bottom: -4px;
			margin-top: 4px;
		}
		.paginator .nohref
		{
			display:inline-block;
			font: 12px arial;
			padding:3px 6px;
			margin-right:2px;
			float:left;
			background:#fafafa;
			color:#808080 !important;
			cursor:default;
			border:1px #e8e8e8 solid;
		}
			.paginator .nohref:hover 
			{
				font-weight:normal !important;
				color:#fff !important;
				background:#eac777;
				border:1px #eac777 solid;
				text-decoration:none;			
			}
			
			.smallBlockCont .earth
			{
				padding-left:23px;
				background-position:2px center;
			}
			.smallBlockCont .icq
			{
				background-position:1px center;
			}
	
/* Form Section */
.image {
	border: 1px solid #B6B6B6;
}
.image_in_text {
	border: 1px solid #B6B6B6;
	margin: 0px 10px 10px 2px;
}

.imagecode {
	border: 1px solid #B6B6B6;
}
.imagecode_input
{
	font-size: 25px;
}
.error {
	border: 1px solid #B6B6B6;
	padding: 10px;
	background-color: #FFFFCC;
	color: #FF0000;
	font-size: 12px;
	text-align: center;
}

.star {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
}

.form_table {
	width: 100%;
	padding: 0px;
}
.form_table th {
	color: #808080;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

.info_notes {
	padding: 2px;
	color: #888888;
	font-family: Verdana;
	font-size: 11px;
}

a:link.link_b, a:visited.link_b {
	border: 1px solid #bfbfbf;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	background-color: #F1F1F4;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	vertical-align: text-top;
	background: #F1F1F4 url('../main/images/main_b_bg.png') repeat-x center;
	display:inline-block;
	color: #808080;
}
a:hover.link_b, a:active.link_b {
	border: 1px solid #8fb0cc;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	color: #4c7399;
	background-color: #8fb0cc;
	font-size: 12px;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: text-top;
	background: #8fb0cc url('../main/images/main_b_bg_b.png') repeat-x center;
	display:inline-block;
}

a:link.link_b2, a:visited.link_b2 {
	border: 1px solid #bfbfbf;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	background-color: #F1F1F4;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	vertical-align: text-top;
	background: #F1F1F4 url('../main/images/main_b_bg.png') repeat-x center;
	display:inline-block;
	color: #808080;
}
a:hover.link_b2, a:active.link_b2 {
	border: 1px solid #DFA952;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	color: #B56D00;
	background-color: #DFA952;
	font-size: 12px;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: text-top;
	background: #DFA952 url('../main/images/main_b_bg_a.png') repeat-x center;
	display:inline-block;
}

a:link.link_b_active, a:visited.link_b_active {
	border: 1px solid #8fb0cc;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	color: #4c7399;
	background-color: #8fb0cc;
	font-size: 12px;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: text-top;
	background: #8fb0cc url('../main/images/main_b_bg_b.png') repeat-x center;
	display:inline-block;
}
a:hover.link_b_active, a:active.link_b_active {
	border: 1px solid #DFA952;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	color: #B56D00;
	background-color: #DFA952;
	font-size: 12px;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: text-top;
	background: #DFA952 url('../main/images/main_b_bg_a.png') repeat-x center;
	display:inline-block;
}

a:link.link_b_active2, a:visited.link_b_active2 {
	border: 1px solid #DFA952;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	color: #B56D00;
	background-color: #DFA952;
	font-size: 12px;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: text-top;
	background: #DFA952 url('../main/images/main_b_bg_a.png') repeat-x center;
	display:inline-block;
}
a:hover.link_b_active2, a:active.link_b_active2 {
	border: 1px solid #8fb0cc;
	padding: 5px 12px 5px 12px;
	margin: auto;
	white-space: nowrap;
	color: #4c7399;
	background-color: #8fb0cc;
	font-size: 12px;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: text-top;
	background: #8fb0cc url('../main/images/main_b_bg_b.png') repeat-x center;
	display:inline-block;
}

#LoginSection
{
	border: 1px solid #bfbfbf;
	vertical-align: text-top;
	background: #F8F8F8 url('../main/images/login_bg_index.gif') repeat-x center;
	font-family: Tahoma;
	background-color: #F8F8F8;
	font-size: 20px;
	white-space: nowrap;
	font-weight: normal;
	display: block;
	color: #808080;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	width: 219px;
	height: 75px;
	text-align: center;
	padding: 2px 0px 0px 0px;
}
#LoginSection:hover
{
	border: 1px solid #4c7399;
	background-color: #D4E3EE;
	background: #D4E3EE url('../main/images/login_bg_index_a.gif') repeat-x center;
	color: #4c7399;
	text-decoration: none;
}

a.link_abc:link, a.link_abc:visited {
	border: 1px solid #DDDDDD;
	background-color: #F1F1F4;
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	display:inline-block;
	width:15px;
	margin: 1px 4px 1px 4px;
	}
a.link_abc:hover, a.link_abc:active {
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	background-color: #eac777;
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	display:inline-block;
	width:15px;
}

.small {
	font-size: 11px;
	font-family: Tahoma;
}

.block {
	border: 1px dashed #B6B6B6;
	padding: 10px;
	margin: 0px;
	background-color: #CEEEEB;
}
.help_block {
	border: 1px dashed #B6B6B6;
	padding: 10px;
	background-color: #FFFFCC;
}

/* Additional for Content Table */

/* =-=-=-=-=-=-=-[Grid]-=-=-=-=-=-=-=- */
.grid_main {
	width: 100%;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	background-color: #FFFFFF;

}
.grid_main th {
	background-color: #95D7D1;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.grid_main tr:hover {
	background: #EEECEE !important;
}
.grid_main td:hover {
	background: #EEECEE !important;
}
.grid_main td {
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
}
.itemsImg {
	text-align: center;
	position: relative;
}
.itemsBlock {
	width: 680px;
	position: relative;
}
.grid_g_main {
	width: 100%;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	background-color: #FFFFFF;
}
.grid_g_main th {
	background-color: #95D7D1;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.grid_g_main td:hover {
	background: #EEECEE !important;
}
.grid_g_main td {
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
.grid_main_nav {
	width: 100%;
	border: 1px solid #DFDFDF;
	background-color: #EFEFEF;
}
.grid_main_nav td {
	width: 100%;
	height: 45px;
}
.grid_main_nav_nonactive {
	padding: 6px;
	margin: 2px;
	border: 1px solid #DFDFDF;
	float: left;
	color: #BBBBBB;
}
.grid_main_nav_select {
	padding: 6px;
	margin: 2px;
	border: 1px solid #DFDFDF;
	float: left;
	color: #FFFFFF;
	background-color: #308981;
}
.grid_main_nav_total {
	padding: 6px;
	margin: 2px;
	border: 1px solid #DFDFDF;
	float: left;
	color: #000000;
}
.grid_main_nav a:link, .grid_main_nav a:visited {
	border: 1px solid #DDDDDD;
	padding: 6px;
	float: left;
	margin: 2px;
	text-decoration: none;
}
.grid_main_nav a:hover {
	border: 1px solid #DDDDDD;
	padding: 6px;
	float: left;
	margin: 2px;
	color: #FFFFFF;
	background-color: #308981;
	text-decoration: none;
}



