
@import url("default.css");
@import url("content.css");

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1000px;
	max-width: 1680px;
	margin: 0 auto;
	font-size: 1.4em;
	text-align: left;
	background: url(../img/dazzle_bg.png) #7d6e4b 0 0 repeat-x;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':''); }

	#header {
		position: relative;
		height: 276px;
	}
		#header .navigation {
			height: 40px;
			line-height: 40px;
			background-color: #000;
		}
			#header .navigation .basket {
				float: left;
				margin: 0 60px;
				padding: 0 0 0 35px;
				color: #fff;
				font-size: 0.85em; 
				background: url(../img/basket_ico.png) transparent 0 50% no-repeat;
			}
			*html #header .navigation .basket {
				display: inline;
			}
				#header .navigation .basket a {
					margin: 0 15px 0 0;
					color: #fff;
				}
					#header .navigation .basket strong {
						margin: 0 15px;
					}
						#header .navigation .basket span {
							margin: 0 5px 0 0;
							color: #e67817;
						}
			#header .navigation .search {
				float: right;
				margin: 5px 60px 0 60px;
			}
			*html #header .navigation .search {
				display: inline;
			}
				#header .navigation .search form div.i {
					position: relative;
					width: 227px; height: 27px;
					overflow: hidden;
					background: url(../img/search_bg.png) #fff 0 0 no-repeat;
				}
					#header .navigation .search form div.i label {
						display: none;
					}
					#header .navigation .search form div.i input {
						width: 168px;
						margin: 0 40px 0 15px;
						padding: 7px 0 0 0;
						line-height: 14px;
						vertical-align: middle;
						border: none;
						background-color: transparent;
					}
					*html #header .navigation .search form div.i input { height: 26px; }
					*+html #header .navigation .search form div.i input { padding-top: 1px;height: 26px; }

				#header .navigation .search form button {
					position: absolute;
					top: 2px; right: 5px;
					display: inline-block;
					width: 25px; height: 23px;
					margin: 0;
					padding: 0;
					line-height: 23px;
					border: none;
					background-color: #fff;
				}

		#header h1 {
			text-align: center;
		}
		#header .patch2fon {
			position: absolute;
			top: 107px; right: 30px;
			width: 279px; height: 122px;
			line-height: 122px;
			color: #fff;
			text-align: center;
			background: url(../img/patch_2_fon.png) transparent 0 0 no-repeat;
		}
			#header .patch2fon span {
				font-size: 2.0em;
				font-weight: bold;
				letter-spacing: -1px; 
			}
		#header .patch2icq {
			position: absolute;
			top: 130px; left: 30px;
			width: 245px; height: 68px;
			line-height: 71px;
			color: #fff;
			text-align: right;
			background: url(../img/patch_2_icq.png) transparent 0 0 no-repeat;
		}
			#header .patch2icq span {
				margin: 0 30px 0 0;
				font-size: 2.0em;
				font-weight: bold;
				letter-spacing: -1px; 
			}
	#main_menu {
		height: 52px;
		overflow: hidden;
		text-align: center;
		background-color: #000;
	}
		#main_menu .pos_box {
			float: right;
			position: relative;
			right: 50%;
		}
			#main_menu ul {
				position: relative;
				right: -50%;
				margin: 17px 0 0 0;
				padding: 0;
			}
			*html #main_menu ul {
				float: left;
			}
				#main_menu ul li {
					float: left;
					margin: 0;
					padding: 0 11px/*18px*/;
					list-style-type: none;
					background: url(../img/main_menu_border.png) transparent 100% 50% no-repeat;
				}
					#main_menu a {
						display: block;
						float: left;
						margin: 0;
						padding: 0 5px;
						color: #fff;
						font-size: 1.1em;
						font-weight: bold;
						text-transform: uppercase;
						text-decoration: none;
					}
					#main_menu a:hover, #main_menu a:active {
						color: #e67817;
					}
				#main_menu li.active {
					position: relative;
					top: -8px;
				}
					#main_menu a.active {
						margin: 0;
						padding: 4px 8px;
						font-size: 1.6em;
						text-decoration: underline;
						background-color: #27310e;
					}

	#conteiner {
		width: 100%;
		padding-bottom: 385px;
	}
		#center_panel {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content_holder {
				margin: 25px 282px 0 282px;
				overflow: hidden;
			}
			*html #content_holder { 
				width: 100%;
			}
				#content_holder .single_title {
					position: relative;
					height: 46px;
					margin: 0 16px;
					line-height: 46px;
					background: url(../img/single_title_bg.png) transparent 0 0 repeat-x;
				}
					#content_holder .single_title h2 {
						margin: 0 14px;
						color: #fff;
						text-transform: uppercase;
					}
					#content_holder .single_title span {
						position: absolute;
						top: 0;
						width: 16px; height: 46px;
						overflow: hidden;
						background: url(../img/single_title_corner.png) transparent 0 0 no-repeat;
					}
					#content_holder .single_title span.lt {
						left: -16px; background-position: 0 0;
					}
					#content_holder .single_title span.rt {
						left: 0; margin-left: 100%; background-position: -16px 0;
					}
				#content {
					padding: 6px 25px 10px 25px;
					background: #594c31 repeat-y;
				}
				#content .site_path {
					margin: 0 0 20px 0;
					color: #da6e0e;
					font-size: 0.85em;
				}
					#content .site_path a {
						color: #da6e0e;
					}


		/* --- #left_panel --- */

		#left_panel {
			float: left;
			width: 267px;
			margin-left: -100%;
			margin-top: 5px;
			overflow: hidden;
		}

			#left_panel .plus {
				position: absolute;
				top: 0; left: 0; z-index: 10;
				width: 43px; height: 43px;
				overflow: hidden;
			}
				#left_panel .plus a {
					display: block;
					position: relative;
					top: 0; left: 0;
					width: 43px; height: 43px;
					text-decoration: none;
					text-indent: -10000px;
					cursor: pointer;
				}
				*html #left_panel .plus a {
					background-image: none;
				}
				#left_panel .holder h4, #left_panel .holder p {
					margin-top: 0;
				}

			/* --- menu_direction --- */

			#left_panel .menu_direction {
				position: relative;
				margin: 0 0 15px 0;
				padding: 22px 0 0 0;
			}
					#left_panel .menu_direction .plus a {
						background: url(../img/menu_direction_plus.png) transparent 0 0 no-repeat;
					}
					*html #left_panel .menu_direction .plus a {
						background-image: none;
						filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://partizangps.ru/img/menu_direction_plus.png', sizingMethod='crop');
					}

				#left_panel .menu_direction .holder {
					width: 245px;
					margin: 0 0 0 21px;
					background: #000;
				}
				

					#left_panel .menu_direction ul {
						margin: 0;
						padding: 0;
						zoom: 1;
					}
						#left_panel .menu_direction ul li {
							margin: 0;
							padding: 0;
							list-style-type: none;
							/*height: 58px;*/
							border-bottom: 1px solid #7d6e4b;
						}
							#left_panel .menu_direction ul li a {
								display: block;
								height: 58px;
								margin: 0;
								padding: 0 0 0 15px;
								color: #fff;
								font-size: 1.2em;
								font-weight: bold;
								text-decoration: none;
							}
					/*		#left_panel .menu_direction ul li a.l_01 span,
							#left_panel .menu_direction ul li a.l_02 span {
								display: block;
								padding: 10px 30px 0 0;
							}
							#left_panel .menu_direction ul li a.l_03 span,
							#left_panel .menu_direction ul li a.l_04 span,
							#left_panel .menu_direction ul li a.l_05 span {
								display: block;
								padding: 20px 30px 0 0;
							}
							
							#left_panel .menu_direction ul li a.l_01 { background: url(../img/menu_ico_01.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_02 { background: url(../img/menu_ico_02.png) transparent 100% -15px no-repeat; }
							#left_panel .menu_direction ul li a.l_03 { background: url(../img/menu_ico_03.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_04 { background: url(../img/menu_ico_04.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_05 { background: url(../img/menu_ico_05.png) transparent 100% 50% no-repeat; }

							#left_panel .menu_direction ul li a.l_01:hover { background: url(../img/menu_ico_01_act.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_02:hover { background: url(../img/menu_ico_02_act.png) transparent 100% -15px no-repeat; }
							#left_panel .menu_direction ul li a.l_03:hover { background: url(../img/menu_ico_03_act.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_04:hover { background: url(../img/menu_ico_04_act.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_05:hover { background: url(../img/menu_ico_05_act.png) transparent 100% 50% no-repeat; }

*/
							#left_panel .menu_direction ul li:hover, #left_panel .menu_direction ul li.hover,
							#left_panel .menu_direction ul li.selected {
								background: url(../img/menu_direction_item_bg.png) transparent 0 0 repeat-x;
							}
							

							#left_panel .menu_direction ul li a.l_315 span,
							#left_panel .menu_direction ul li a.l_38 span {
								display: block;
								padding: 10px 30px 0 0;
							}
							#left_panel .menu_direction ul li a.l_321 span,
							#left_panel .menu_direction ul li a.l_318 span,
							#left_panel .menu_direction ul li a.l_323 span,
							#left_panel .menu_direction ul li a.l_1371 span,
							#left_panel .menu_direction ul li a.l_1376 span,
							#left_panel .menu_direction ul li a.l_27 span {
							
								display: block;
								padding: 20px 30px 0 0;
							}
							
							#left_panel .menu_direction ul li a.l_315 { background: url(../img/menu_ico_07.png) transparent 100% -10px no-repeat;  }
							#left_panel .menu_direction ul li a.l_318 { background: url(../img/menu_ico_05.png) transparent 90% 100% no-repeat; }
							#left_panel .menu_direction ul li a.l_321 { background: url(../img/menu_ico_04.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_38 { background: url(../img/menu_ico_01.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_323 { background: url(../img/menu_ico_03.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_27 { background: url(../img/menu_ico_06.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_1371 { background: url(../img/menu_ico_08.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_1376 { background: url(../img/menu_ico_09.png) transparent 100% 0 no-repeat; }

							#left_panel .menu_direction ul li a.l_315:hover,
							#left_panel .menu_direction ul li.selected a.l_315 { background: url(../img/menu_ico_07_act.png) transparent 100% -10px no-repeat; }
							#left_panel .menu_direction ul li a.l_318:hover,
							#left_panel .menu_direction ul li.selected a.l_318 { background: url(../img/menu_ico_05_act.png) transparent 90% 100% no-repeat; }
							#left_panel .menu_direction ul li a.l_321:hover,
							#left_panel .menu_direction ul li.selected a.l_321 { background: url(../img/menu_ico_04_act.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_38:hover,
							#left_panel .menu_direction ul li.selected a.l_38 { background: url(../img/menu_ico_01_act.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_323:hover,
							#left_panel .menu_direction ul li.selected a.l_323 { background: url(../img/menu_ico_03_act.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_27:hover,
							#left_panel .menu_direction ul li.selected a.l_27 { background: url(../img/menu_ico_06_act.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_1371:hover,
							#left_panel .menu_direction ul li.selected a.l_1371 { background: url(../img/menu_ico_08.png) transparent 100% 0 no-repeat; }
							#left_panel .menu_direction ul li a.l_1376:hover,
							#left_panel .menu_direction ul li.selected a.l_1376 { background: url(../img/menu_ico_09.png) transparent 100% 0 no-repeat; }


							#left_panel .menu_direction ul li:hover, #left_panel .menu_direction ul li.hover {
								background: url(../img/menu_direction_item_bg.png) transparent 0 0 repeat-x;
							}

							#left_panel .menu_direction ul li #secondShopMenu li,#left_panel .menu_direction ul li #secondShopMenu li:hover {
								height: 20px;
								border: none;
								background: none;
							}
							#left_panel .menu_direction ul li #secondShopMenu li a {
								display: list-item;
								height: 20px;
								margin: 0;
								padding: 0 0 0 25px;
								color: #fff;
								font-size: 1em;
								font-weight: normal;
								text-decoration: none;
								margin: 5px 0;
							}
							#left_panel .menu_direction ul li #secondShopMenu li a:hover,#left_panel .menu_direction ul li #secondShopMenu li a.active {
								background: none;
								color: #DA6E0E;
							}
							#left_panel .menu_direction ul li #secondShopMenu {
								padding-top: 10px;
								margin-bottom: 15px;
								border-top: 1px solid #7d6e4b;
							}

			/* --- new_items --- */

			#left_panel .new_items {
				position: relative;
				margin: 0 0 15px 0;
				padding: 17px 0 0 0;
			}
					#left_panel .new_items .plus a {
						background: url(../img/new_items.png) transparent 0 0 no-repeat;
					}
					*html #left_panel .new_items .plus a {
						background-image: none;
						filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://partizangps.ru/img/new_items.png', sizingMethod='crop');
					}
				#left_panel .new_items .holder {
					width: 199px;
					margin: 0 0 0 21px;
					padding: 40px 23px 10px 23px;
					color: #fff;
					font-size: 0.85em;
					background-color: #704012;
				}
				*html #left_panel .new_items .holder {
					width: 245px;
				}

			#left_panel .stiker, #right_panel .stiker {
				position: absolute;
				top: -10px; left: 113px; z-index: 20;
				width: 62px; height: 62px;
				text-align: center;
				line-height: 62px;
				background: url(../img/stiker.png) transparent 0 0 no-repeat;
			}
			#right_panel .stiker {
				left: 94px;
			}
			#left_panel .stiker span, #right_panel .stiker span {
				color: #fff;
				font-size: 0.85em;
				font-weight: bold;
			}

			#left_panel .holder img {
				display: block !important;
				float: left !important;
				clear: both !important;
			}

		/* --- #right_panel --- */

		#right_panel {
			float: left;
			width: 267px;
			margin-left: -267px;
			margin-top: 5px;
			overflow: hidden;
		}

			#right_panel .plus {
				position: absolute;
				top: 0; left: 223px; z-index: 10;
				width: 43px; height: 43px;
			}
				#right_panel .plus a {
					display: block;
					position: relative;
					top: 0; left: 0;
					width: 43px; height: 43px;
					text-decoration: none;
					text-indent: -10000px;
					cursor: pointer;
				}
				*html #right_panel .plus a {
					background-image: none;
				}
				#right_panel .holder h3, #right_panel .holder h4, #right_panel .holder p {
					margin-top: 0;
				}

				#right_panel .holder img {
					display: block !important;
					float: left !important;
				}

				/* --- shot_news --- */

			#right_panel .shot_news {
				position: relative;
				margin: 0 0 15px 0;
				padding: 22px 0 0 0;
			}
					#right_panel .shot_news .plus a {
						background: url(../img/shot_news.png) transparent 0 0 no-repeat;
					}
					*html #right_panel .shot_news .plus a {
						background-image: none;
						filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://partizangps.ru/img/shot_news.png', sizingMethod='crop');
					}
				#right_panel .shot_news .holder {
					width: 199px;
					margin: 0 21px 0 0;
					padding: 25px 23px 10px 23px;
					font-size: 0.85em;
					background-color: #704012;
				}
				*html #right_panel .shot_news .holder {
					width: 245px;
				}

			/* --- hit_shop --- */

			#right_panel .hit_shop {
				position: relative;
				padding: 17px 0 0 0;
			}
					#right_panel .hit_shop .plus a {
						background: url(../img/hit_shop.png) transparent 0 0 no-repeat;
					}
					*html #right_panel .hit_shop .plus a {
						background-image: none;
						filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://partizangps.ru/img/hit_shop.png', sizingMethod='crop');
					}
				#right_panel .hit_shop .holder {
					width: 199px;
					margin: 0 21px 0 0;
					padding: 40px 23px 10px 23px;
					font-size: 0.85em;
					background-color: #464c25;
				}
				*html #right_panel .hit_shop .holder {
					width: 245px;
				}

	.cleaner { clear: both; height: 1px; overflow: hidden; }


	/* --- footer --- */

	#footer {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 355px;
		overflow: hidden;
		background: url(../img/footer_dotted.png) #594c31 0 0 repeat-x;
	}
		#footer .info_box {
			height: 259px;
			font-size: 0.85em;
			overflow: hidden;
			background: url(../img/buttons_dotted.png) transparent 267px 0 repeat-y;
		}
			#footer .info_box .buttons {
				float: left;
				width: 221px;
				padding: 30px 23px;
			}
			*html #footer .info_box .buttons  {
				width: 267px;
			}
			#footer .info_box .news {
				float: left;
				padding: 30px;
			}
			#footer .info_box .contacts {
				margin: 0 0 0 267px;
				padding: 30px;
			}
				#footer .info_box p, #footer .info_box h3 {
					margin-top: 0;
				}
				#footer .info_box h3 {
					color: #da6e0e;
					font-size: 1.7em;
					text-transform: uppercase;
				}
					#footer .info_box h3 span {
						color: #9a4d09;
					}
				#footer .info_box .contacts table {
					width: 100%;
				}
					#footer .info_box .contacts td {
						padding: 0 40px 0 0; 
					}
		#footer .partner_logo {
			height: 96px;
			background: url(../img/partner_logo_bg.png) #847554 0 0 repeat-x;
		}
			#footer .partner_logo .inner {
				height: 96px;
				position: relative;
				z-index: 20;
				text-align: left;
			}
				#footer .partner_logo .inner table {
					width: 100%;
					margin: 0;
				}
					#footer .partner_logo .inner td {
						 height: 96px;
						vertical-align: middle;
						text-align: center;
					}

		#footer span.lb {
			position: absolute;
			left: 0; bottom: -1px;
			width: 148px; height: 148px;
			background: url(../img/footer_corner_lb.png) transparent 0 0 no-repeat;
		}
		#footer span.rb {
			position: absolute;
			left: -148px; bottom: -1px;
			width: 148px; height: 148px;
			margin-left: 100%;
			background: url(../img/footer_corner_rb.png) transparent 0 0 no-repeat;
		}
		*html #footer span.lb, *html #footer span.rb {
			bottom: -2px;
		}


/*---------content----------*/
#singleTitle {
	margin-top: 0;
	color: #000;
	font-weight: normal;
	font-size: 1.4em;
}
#news h4 { margin-bottom: 0; }
	#news h4 a {	margin-bottom: 0; font-size: 0.9em;	font-weight: normal; }

#noline {}
#noline a {
	margin-right: 8px;
}
#noline h4 {
	font: bold 20px Arial,serif;
	color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	text-decoration: underline;
}
	#noline h4 a {
		text-decoration: underline;
		margin-right: 0;
	}
	#noline h4 a:hover {
		color: #d96d0d;
		text-decoration: underline;
	}
#noline a:hover {
	color: #d96d0d;
	text-decoration: underline;
}
#noline img {
	padding-right: 10px;
}
#noline p {
	margin: 0 40px 0 0;
	text-align: justify;
}

.popul {
border: 1px solid #ffffff; 
margin: 2px; 
padding: 1px; 
float: left; 
width: 184px;
font: bold 11pt serif;
}