/* CSS Document */

html, body, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #333333;
}

img {
	border: #000 0px solid;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

#header {
	position: relative;
	width: 100%;
	height: 186px;
	background: #000;
}

	#head {
		position: relative;
		width: 955px;
		margin: 0px auto;
		height: 186px;
		background: #06080B url(/img/bg_head.jpg);
	}
	
		#logo {
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 300px;
			height: 150px;
		}
		
		#enter {
			text-align: left;
			position: absolute;
			top: 0px;
			left: 300px;
			color: #476480;
			font-size: 100%;
		}
		
			#enter .ttl {
				font-size: 10px;
				color: #fff;
			}		
			#enter a {
				font-size: 11px;
				color: #476481;
			}
			#enter .entr {
				border: #203E6E 1px solid;
				width: 116px;
			}
			#enter .sbm_btn {
				border: #fff 0px solid;
				width: 52px;
				background: url(/img/bg_btn_enter.gif) no-repeat;
				color: #fff;
				font-size: 9px;
				height: 16px;
				line-height: 16px;
			}

		#kurs {
			position: absolute;
			right: 0px;
			_right: -1px;
			bottom: 0px;
			width: 534px;
			height: 73px;
			background: url(/img/bg_kurs.gif) no-repeat;
			font-size: 100%;
		}

			#kurs #cards {
				float: right;
				padding: 9px 14px 0px 0px;
				width: 92px;
				height: 22px;
				background: url(/img/cards.jpg) no-repeat 0px 9px;
			}
			#kurs #nal {
				float: left;
				padding: 5px 0px 0px 55px;
				color: #365136;
			}
			#kurs #beznal {
				float: left;
				padding: 5px 0px 0px 45px;
				color: #365136;
			}

		#top_menu {
			position: absolute;
			left: 16px;
			bottom: -5px;
			padding-bottom: 5px;
			width: 923px;
			height: 36px;
			font-size: 100%;
			background: url(/img/bg_tmn.gif) repeat-x bottom;
			z-index: 999;
		}
		
			#top_menu #mn_l {
				width: 5px;
				background: url(/img/bg_mn_l.gif) no-repeat;
			}
			#top_menu #mn_c {
				background: #FF6600 url(/img/bg_mn.gif) repeat-x;
			}
				#top_menu #s_inpt {
					border: #CF4800 1px solid;
					width: 155px;
				}
				#top_menu #s_sbmt {
					border: #000 0px solid;
					width: 54px;
					background: url(/img/bg_btn_search.gif) no-repeat;
					color: #fff;
					font-size: 9px;
					line-height: 18px;
					height: 18px;
					margin: 0px 29px 1px 7px;
					_margin: 0px 29px 0px 7px;
				}
			#top_menu #mn_r {
				width: 5px;
				background: url(/img/bg_mn_r.gif) no-repeat;
			}

		#tel {
			position: absolute;
			right: 15px;
			top: 0px;
			width: 215px;
			height: 60px;
			font-size: 100%;
			text-align: right;
			color: #fff;
		}
		
			#tel a {
				color: #fff;
				text-decoration: underline;
			}

		#cart {
			position: absolute;
			right: 16px;
			top: 79px;
			width: 175px;
			font-size: 100%;
			text-align: right;
			color: #fff;
		}
		
			#cart a {
				color: #fff;
				text-decoration: underline;
				padding-left: 19px;
				background: url(/img/bg_cart.gif) no-repeat 0px 2px;
			}
			
#main {
	text-align: center;
	width: 955px;
	background: #fff;
	margin: 0px auto;
	padding-top: 0px;
	-webkit-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); 
	-o-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); 
	box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4);
}

	#main table#main_t {
		width: 923px;
		margin: 0px 16px;
	}
	
		#main #main_t td.center {
		padding: 0px;
		}
	
		#main #main_t td.center #body_text td {
			font-size: 12px;
			font-family: Arial, Verdana, Sans-Serif;
			text-align: left;
		}	
	
		#main #goods td {
			padding: 0px;
			margin: 0px;
		}
	
		#main #main_t td {
		vertical-align: top;
		padding-top: 4px;
		}
	
	#main .ann {
		text-align: center;
		padding-bottom: 3px;
		width: 148px;
		font-size: 11px;
	}
		
		#main .topic {
			margin-top: 8px;
		}
		
		#main .ann img {
			padding: 1px;
		}
		
		#main .old {
			color: #999;
			font-weight: 900;
			text-decoration: line-through;
		}
		
		#main .price {
			color: #FF6600;
			font-weight: 900;
		}
	
	#goods{
	}
	
	#main #goods td {
		padding-top: 0px;
	}
		#goods tr td.tov {
			background: #fff;
		}
	
	#tovar {
		text-align: center;
		border-radius:5px; 
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px; 
		border: 1px solid #efefef;
		padding:10px; 
		margin:10px;
		background: #f6f6f6;
		
	}
		
		#goods #image {
			display: block;
			background: #fff;
			PADDING: 5px 20px; 
	border: 1px solid #efefef;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	background: #fff;
		}
			
		#goods #title {
			display: block;
			width: 100%;
			color: #990000;
			font-size: 12px;
			font-weight: 900;
			text-transform: uppercase;
			padding: 0px 0px 10px 0px;
		}
		
		#main .sets {
			margin-top: 5px;
			padding: 7px 10px;
			font-size: 11px;
		}
		
		#main a:hover {
			text-decoration: underline;
		}
		
		 .sets .sets1 {
			margin-bottom: 10px;
		}
		
		 .sets .qty {
			color: #CCCCCC;
		}
	
		#main #goods #more td {
			border-bottom: #fff 0px solid;
			vertical-align: top;
		}

	#main #news {
		background: #f6f6f6;
		margin: 1px 0px;
	}
		#main #news td {
			padding: 10px 14px;
			text-align: left;
			font-size: 11px;
		}
			#main #news .txt {
				color: #666666;
			}
			#main #news a {
				color: #000;
			}
			#main #news a:hover {
				color: #666666;
				text-decoration: none;
			}

	#main #params {
		background: #fffff6;
		margin: 1px 0px;
		border: #ccc 1px solid;
	}
		#main #params td {
			padding: 2px 4px;
			text-align: left;
			font-size: 11px;
			vertical-align: middle;
		}

			#main #params h4 {
				color: #000;
				font-size: 11px;
			}
			#main #params a:hover {
				color: #666666;
				text-decoration: none;
			}

#footer {
	width: 955px;
	margin: 0px auto;
	text-align: center;
}
	
	#foot_menu {
		background: #FFF;
		line-height: 40px;
		text-align: center;
	}
		
		#foot_menu a {
			display: inline;
			padding: 0px 7px;
			color: #474747;
			text-transform: uppercase;
			font-size: 90%;
		}
		#foot_menu a:hover {
			color: #666666;
		}
	
	#copy {
		line-height: 45px;
		text-align: center;
		color: #fff;
	}

/* Catalog */

	#cat_menu {
		width: 190px;
		padding: 30px 0px;
		text-align: left;
		font-size: 11px;
	}
	
		#cat_menu a {
			display: block;
			padding: 7px 0px 5px 0px;
			color: #000;
		}
	
		#cat_menu #sub_mn a {
			display: block;
			padding: 0px 0px 2px 9px;
			background: url(/img/li_mn.gif) no-repeat 2px 5px;
			color: #666666;
			font-size: 10px;
		}

	#bread {
		height: 42px;
		border-left: #d4d4d4 2px solid;
		text-align: left;
		font-size: 11px;
	}
		#bread #nav {
			padding-left: 5px;
			padding-top: 11px;
			color: #999999;
		}
			#bread #nav a {
				color: #999999;
			}
		#bread #filt {
			padding-left: 5px;
			padding-top: 4px;
			color: #ff6600;
			font-size: 110%;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: 900;
		}
			#bread #filt a {
				color: #ff6600;
			}
	
	#filter {
		text-align: left;
		background: #f6f6f6;
		padding: 6px 8px;
		color: #026f23;
		font-size: 11px;
	}

		 #filter a {
			color: #999999;
		}

		 #filter .qty {
			color: #CCCCCC;
		}

	#main #catalog td {
		padding: 0px;
		font-size: 12px;
	}
	
			
		#catalog #title {
			display: block;
			width: 100%;
			color: #990000;
			font-size: 110%;
			font-weight: 900;
			padding-bottom: 6px;
		}

		#catalog #text:hover {
			text-decoration: none;
			color: #999;
		}

		#catalog #image {
			display: block;
			width: 100%;
			padding-bottom: 5px;
			background: #fff;
		}

		#catalog #price {
			padding: 5px 0px;
		}

		#catalog .note {
			color: #cccccc;
			margin-left:16px;
			border-left: #cccccc 2px solid;
			padding-left: 5px;
			margin-bottom: 3px;
		}

	#sort {
		background: #f6f6f6;
		padding: 16px;
		color: #000;
		line-height: 16px;
	}

		#sort td {
			font-size: 11px;
		}

		#sort .crnt {
			display: inline;
			padding: 0px 2px;
			background: #fff;
			border: #999 1px solid;
		}

		#sort a {
			display: inline;
			color: #000;
			padding: 0px 2px;
		}
			#sort a:hover {
				color: #666;
				text-decoration: none;
			}

#good {
	text-align: left;
}

	#main #good td {
		padding: 0px;
		font-size: 11px;
	}
	
	#good h1 {
		margin: 10px 10px 10px 7px;
		color: #993300;
		font-size: 20px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
	}

	#good #made {
		color: #000;
	}
	
		#good #made a {
			color: #000;
			text-decoration: underline;
		}
		#good #made a:hover {
			color: #666;
			text-decoration: underline;
		}
	
		#good p {
			color: #333333;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 105%;
		}
	
		#good #discr {
			color: #999999;
			padding: 20px 5px;
			background-color: #f6f6f6;
		}
		#good #discr #price {
			color: #555;
			font-family: sans-serif;
			font-size: 28px;
			font-weight: bold;
		}

		#good #more td {
			vertical-align: middle;
		}
	
		#good #more #sbmt {
			border: #000 0px solid;
			background: none;
			background: url(/img/arr01.gif) no-repeat;
			margin-left: 8px;
			color: #cccccc;
			font-size: 90%;
			line-height: 16px;
			padding-left: 20px;
			width: 100px; 
			cursor: hand;
		}
	
		#good #buy, #good #print {
			display: block;
			color: #000;
			text-decoration: underline;
			line-height: 27px;
			padding-left: 26px;
			margin-left: 20px;
		}
		#good #buy:hover, #good #print:hover {
			color: #999;
		}
		#good #buy{
			background: url(/img/icon_add.gif) no-repeat 0px 5px;
		}
		#good #print{
			background: url(/img/icon_print.gif) no-repeat 0px 5px;
		}

	#good #images {	
		position: relative;
		text-align: center;
		width: 100%;
	}

	#good #logo_tov {	
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: left;
	}

	#good #others {	
		position: absolute;
		top: -2px;
		right: 4px;
		text-align: right;
	}

	#good #tech {	
		position: relative;
		top: -20px;
		left: 0px;
	}

		#good #tech .dd {	
			margin: 0px 5px;
		}

		#good #tech p {	
			margin: 0px;
			padding-bottom: 10px;
		}

		#good #tech #cont {	
			padding-top: 20px;
		}

		#good #tech #cont td {	
			padding: 3px;
			vertical-align: top;
		}
		#good #tech #cont .comment td {	
			padding: 3px;
			vertical-align: middle;
		}
		#good #tech #cont td a {
			font-size: 100%;
		}
		#good #tech #cont td input, #good #tech #cont td textarea {
			border: #cccccc 1px solid;
			padding: 2px 4px;
			background: #fff;
		}

		#good #tech a {	
			display: inline;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: 900;
			color: #cccccc;
			font-size: 110%;
			padding: 0px 10px 20px 0px;
			text-decoration: none;
		}

		#good #tech a:hover {
			color: #999999; 
		}

		#good #tech a#cur {
			color: #026f23;
			padding-bottom: 4px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			background: #fff no-repeat 45% 25px;
			border-top: #cccccc 2px solid;
			border-left: #cccccc 1px solid;
			border-right: #cccccc 1px solid;
			text-align: center;
		}
	
		#good #tech .ttl {

			padding-bottom: 4px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			text-align: center;
		}
	
		#login {
			position: absolute;
			left: 300px;
			top: 20px;
			width: 185px;
			font-size: 100%;
			text-align: left;
			color: #ffffcc;
		}

			#login #user {
				color: #ffffcc;
				text-decoration: underline;
				padding-left: 19px;
				line-height: 26px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 110%;
				text-decoration: none;
				background: url(/img/bg_cart.gif) no-repeat 0px 2px;
			}
		
			#login a {
				color: #ffffcc;
				text-decoration: underline;
				padding-left: 19px;
			}				
