/* Global styles */
	* {
		margin:0;
		padding:0;
	}
	html	{
		height:100%;
		background:#eef0ef url(body_bg.gif) 0 0 repeat-x;
	}
	body	{ 
		behavior:url("csshover.htc"); 
		font:11px Tahoma, sans-serif;
		color:#697d7e;
		text-align:left;
		position:relative;
		min-height:100%;
		/*background:white;*/
		margin:0 auto;
		width:1000px;
	}
	* html body	{
		height:100%;
	}
	* html div	{
		height:1px;
	}
	a	{
		color:#166cac;
		text-decoration:underline; 
	}
	a:hover	{
		text-decoration:none; 
	}
	img, table	{
		border:none;
	}
	input {
		porder:1px solid #bc9cc8;
	}
	img {behavior: url("pngbehavior.htc"); border: 0px;}
	table {
		border-collapse:collapse;
		/*width:100%;*/
	}

	td, th {
		vertical-align:top;
		text-align:left;
		font-weight:normal;
	}
	ul {
		list-style:none;
	}
	h1	{
		color:#9d30ab;
		font-weight:normal;
		font:14px Tahoma, Arial, sans-serif;
		line-height:18px;
		margin:8px 0 4px 15px;
	}
	h1.title {
		color:#9d30ab;
		display:inline-block;
		font-weight:normal;
		font:14px Tahoma, Arial, sans-serif;
		line-height:14px;
		margin:0;
		padding:0px;
		background:url(title_left.gif) 0 0 no-repeat;
	}
	h1.title b {
		padding:31px 64px 28px 72px;
		display:inline-block;
		background:url(title_right.gif) 100% 0 no-repeat;
	}
	.head1 {
		text-align:center;
	}
	h3	{
		color:#9d30ab;
		font-weight:normal;
		font:17px Tahoma, sans-serif;
		line-height:17px;
		margin-bottom:3px;
	}
	h2	{
		color:#9d30ab;
		text-align:center;
		font:14px Tahoma, sans-serif;
		font-weight:bold;
		margin-bottom:8px;
		padding:5px 0 7px 0px;
		border-bottom:1px solid #9d30ab;
		background:url(h2_bg.gif) 0 3px no-repeat;
	}
	p {
		margin: 0 0 13px 0;
	}
	.clear {
		clear:both;
	}
	
	.header {
		position:relative;
		height:306px;
		background:url(header_bg.jpg) 0 0 no-repeat;
	}
	/*razmetka*/
	.content {
		overflow:hidden;
		padding-bottom:120px;
		background: url(content_top_bg.png) 0 0 repeat-x;
	}
	.content:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.content {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .content {height: 1%;}
	.content {display: block;}
	/* End hide from IE-mac */
	.ie6 .content {
		overflow:visible;
	}
	.ie7 .content {
		overflow:visible;
	}
	.rightCol {
		float:right;
		width:205px;
	}
	.leftCol {
		float:left;
		width:205px;
	}
	.middCol {
		margin-left:205px;
		padding-left:4px;
		padding-right:5px;
		background:#eef0ef url(middle_coner.gif) 0 0 no-repeat;
	}
	.leftMiddtCol {
		margin-right:205px;
	}
	.footer {
		position:absolute;
		height:120px;
		bottom:0;
		width:1000px;
		background:#eef0ef url(footer_bg.jpg) 0 0 no-repeat;
	}
	.footer .bot_menu {
		position:absolute;
		left:214px;
		bottom:0px;
	}
	.footer .bot_menu a {
		display:block;
		float:left;
		margin:0px 21px 9px 21px;
		font-size:11px;
		font-weight:bold;
		color:#9d30ab;
		text-decoration:none;
	}
	.footer .bot_menu a:hover {
		text-decoration:underline;
	}
	.footer .copy {
		position:absolute;
		left:43px;
		bottom:15px;
	}
	.footer .design {
		position:absolute;
		left:846px;
		bottom:15px;
	}
	.footer a {
		color:#697d7e;
		text-decoration:none; 
	}
	.footer a:hover {
		text-decoration:underline; 
	}
	/*styles*/
	.header .logo {
		position:relative;
		top:20px;
		left:0px;
		width:196px;
		height:87px;
	}
	.header .top_menu {
		position:absolute;
		left:214px;
	}
	.gecko .header .top_menu {
		position:absolute;
		left:214px;
		top:0;
	}
	.header .top_menu a {
		display:block;
		float:left;
		margin:8px 21px;
		font-size:14px;
		font-weight:bold;
		color:#9d30ab;
		text-decoration:none;
	}
	.header .top_menu a:hover {
		text-decoration:underline;
	}
	.header .head_menu {
		position:absolute;
		left:214px;
		top:107px;
		width:214px;
	}
	.header .head_menu a {
		display:block;
		padding-left:22px;
		margin:7px 0px;
		font:18px Georgia;
		color:#9d30ab;
		text-decoration:none;
		background:url(arrow1.gif) 8px 8px no-repeat;
	}
	.header .head_menu a:hover {
		text-decoration:underline;
	}
	.header .login {
		position:absolute;
		right:0px;
		top:80px;
		width:200px;
	}
	.header .login h3 {
		font-size:12px;
		color:#9d30ab;
		font-weight:bold;
		text-decoration:none;
		display:inline-block;
		background:none;
		margin:0 0 10px 0;
		padding:0;
		background:none;
	}
	.header .login a {
	}
	.leftCol .left_menu {
		background:#ffffff url(left_top.gif) top left no-repeat;
	}
	.leftCol .left_menu2 {
		background:url(left_bottom.gif) bottom left no-repeat;
		padding:10px 5px 10px 0;
	}
	/*.leftCol ul.lev1 ul {
		display:none;
	}*/
	.leftCol ul.lev1 li a {
		display:inline-block;
		background:none;
		padding:5px 0px 8px 20px;
		font-size:14px;
		color:#9d30ab;
		font-weight:bold;
		text-decoration:none;
	}
	/*.lev2 {
		display:none;
	}
	.lev3 {
		display:none;
	}
	.lev4 {
		display:none;
	}
	.lev5 {
		display:none;
	}*/
	.leftCol ul.lev2 li a {
		display:block;
		background:url(menu_line.gif) 0 0 no-repeat;
		/*padding:5px 20px 8px 134px;
		font-size:14px;
		color:#9d30ab;
		font-weight:bold;*/
		text-decoration:none;
		font-size:11px;
		color:#9d30ab;
		font-weight:bold;
		margin:1px 0;
		padding:5px 20px 8px 1px;
	}
	.leftCol ul.lev3 li a {
		font-size:11px;
		color:#9d30ab;
		font-weight:bold;
		text-decoration:none;
		display:inline-block;
		background:none;
		padding:0 0 0 25px;
		margin:2px 0;
		background:url(arrow2.gif) 13px 5px no-repeat;
	}
	.leftCol ul.lev3 li a:hover {
		text-decoration:underline;
	}
	.leftCol ul.lev4 li a {
		font-size:11px;
		color:#9d30ab;
		font-weight:normal;
		text-decoration:none;
		display:inline-block;
		background:none;
		margin:1px 0;
		padding:0 0 0 37px;
		background:url(arrow3.gif) 28px 6px no-repeat;
	}
	.leftCol ul.lev4 li a:hover {
		text-decoration:underline;
	}
	.rightCol .box {
		background:#ffffff url(right_top.gif) 0 0 no-repeat;
		margin-bottom:18px;
	}
	.ie .rightCol .busket{
		height:80px;
	}
	.rightCol .busket{
		min-height:80px;
	}
	.rightCol .busket_bg {
		background:url(busket_bg.jpg) bottom left no-repeat;
	}
	.rightCol .mail_bg {
		background:url(mail_bg.jpg) bottom left no-repeat;
	}
	.rightCol .contact_bg {
		background:url(contact_bg.jpg) bottom left no-repeat;
	}
	.rightCol .info_bg {
		background:url(info_bg.jpg) bottom left no-repeat;
	}
	.rightCol .busket, .rightCol .mail, .rightCol .contact, .rightCol .info {
		padding:16px 24px 30px 25px;
	}
	.rightCol .info {
		padding-bottom:50px;
	}
	.rightCol .contact {
		padding-bottom:40px;
	}
	.rightCol .mail {
		padding-bottom:60px;
	}
	.rightCol .info h3, .rightCol .contact h3, .rightCol .mail h3, .rightCol .busket h3 {
		font-size:12px;
		color:#9d30ab;
		font-weight:bold;
		text-decoration:none;
		display:inline-block;
		background:none;
		margin:0 0 10px 0;
		padding:0;
		background:none;
	}
	.rightCol .info div, .rightCol .contact div, .rightCol .mail div, .rightCol .busket div {
		padding-left:14px;
	}
	.rightCol .contact div {
		padding-left:40px;
	}
	.rightCol .info div b, .rightCol .contact b, .rightCol .mail b {
		color:#9d30ab;
		font-weight:normal;
	}
	.rightCol .busket b {
		color:#9d30ab;
		font-weight:bold;
	}
	.rightCol .mail input.i {
		height:18px;
		border:1px solid #bc9cc8;
		width:141px;
		display:block;
		margin:4px 0;
	}
	.rightCol .mail input.b {
		border:0px;
		border:none;
		display:block;
		margin:10px 0 10px 50px;
	}
	.rightCol .busket img {
		border:0px;
		border:none;
		display:block;
		margin:15px 0 10px 50px;
	}



/*html{font-size:100.1%}
html,body,form{margin:0;padding:0}
html,body{height:100%;background:#FFF}
body{text-align:left;font-size:11px;font-family:Tahoma, Arial, Verdana;color:#000;background:url('pixel.gif') no-repeat fixed}
select,input,div,span,font,textarea{font-size:11px;font-family:Tahoma, Arial, Verdana}
a img,img,html,body{border:none}
a img,img,a{outline:none!important}*/
:focus{outline:none}
tr.mid td{vertical-align:middle}
.fil{overflow:hidden;height:6px;width:100%}
.fil1{overflow:hidden;height:4px;width:100%}
.fil2{overflow:hidden;height:14px;width:100%}
.fil3{overflow:hidden;height:1px;width:100%;margin:18px 0;background:#E1E2E5}
.arc{font-family:Arial, Tahoma, Verdana}
.upc{text-transform:uppercase}
.white{background:#FFF}
/*a{color:#000;text-decoration:underline}
a:hover{color:#000;text-decoration:none}*/
.profi{width:100%;color:#000;font-size:19px;padding-bottom:60px;text-align:center}
.bf{font-weight:bold}
textarea{padding:1px}
.price{color:#DF7017;font-size:18px;font-family:Arial, Verdana !important; white-space:nowrap;font-weight:normal !important}
.market-price{background:url('line_through.gif') repeat-x center}
.ptbl td{vertical-align:middle;text-align:left;padding:3px 8px}
#axcrt{border:3px solid #E48234;z-index:100;width:300px;height:58px;font-size:13px;padding-top:42px;background:#FFEBB2}
table.nl tr td a{text-decoration:none}
table.nl tr td a:hover{text-decoration:underline}
a.noline{text-decoration:none}
a.noline:hover{text-decoration:underline}
a.nl,a.nl:hover{text-decoration:none}
.oki{color:#393}
.error{color:#f60}
.cattop{margin-top:4px;padding:4px 0}
.catbot{padding: 4px 0 8px 0}
.imboxr,.imboxl{text-align:center;vertical-align:top}
.imboxr img, .sr{margin-left:8px}
.imboxl img, .sl{margin-right:8px}
img.delim,td.delim{width:4px;height:4px}
.sectb a,.sectb a:hover{text-decoration:none}
.fsttab{border:1px solid #bfbfbf;background:url('knopfon.gif') repeat-x top left}
.sectb{vertical-align:top;font-size:11px;white-space:nowrap;padding:1px 8px}
/*.semafor {position: absolute; z-index: 1; top: 0px; right: 0px; background:url('best.png'); height: 70px; width: 70px;}*/
.cl9{font-size:9px;}
.cl12{font-size:12px;}
.cl18{font-size:18px;}

/* Pop-up styles */

.highslide-active-anchor img{visibility:hidden}
.highslide-wrapper{background:#FFF}
.highslide-image{border:4px solid #FFF;background:#FFF}
.highslide-loading{display:block;color:#FFF;font-size:11px;font-weight:bold;text-decoration:none;border:1px solid #FFF;padding:3px;background:#000}
a.highslide-loading,a.highslide-loading:hover{color:#FFF;font-weight:bold;text-decoration:none}
.highslide-move{cursor:move}
.highslide-overlay{display:none}
a.highslide-full-expand{display:block;width:34px;height:34px;margin:0 10px 10px 0;background:url('fullexpand.gif') no-repeat}
.highslide-display-block{display:block}
.highslide-display-none{display:none}
.highslide{cursor:url(zoomin.cur), pointer;outline:none}

/* Rating styles */

.unit-rating{list-style:none;height:20px;position:relative;margin:0;padding:0;background:url('starvote.gif') repeat-x top left}
.unit-rating li{text-indent:-90000px;float:left;margin:0;padding:0}
.unit-rating li a{outline:none;display:block;width:20px;height:20px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding:0}
.unit-rating li.current-rating{position:absolute;height:20px;display:block;text-indent:-9000px;z-index:1;background:url('starvote.gif') left bottom}
.unit-rating li a:hover{z-index:2;left:0;background:url('redstar_big.gif') left center}
.unit-rating a.r1-unit{left:0}
.unit-rating a.r1-unit:hover{width:20px}
.unit-rating a.r2-unit{left:20px}
.unit-rating a.r2-unit:hover{width:40px}
.unit-rating a.r3-unit{left:40px}
.unit-rating a.r3-unit:hover{width:60px}
.unit-rating a.r4-unit{left:60px}
.unit-rating a.r4-unit:hover{width:80px}
.unit-rating a.r5-unit{left:80px}
.unit-rating a.r5-unit:hover{width:100px}

/* Menu styles */

td.dtree{width:99%;padding:1px 0px 2px 0px;}
td.dtree a,td.dtree a:hover{text-decoration:none}
tr.dtree td{vertical-align:top;text-align:left}
tr.dtree:hover,tr.dtree:hover a,tr.dtree a:hover{color:#ff6600}
td.dtfon{background: url('line.gif') repeat-y top left;}

 /* Index styles */

.container{width:100%;padding-bottom:4px}
.fix{overflow:hidden;height:3px;width:100%;background:#4F78A0}
.headlink{color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:5px 16px;background:url('mfon.gif') repeat-x top left #E58A40}
.headlink a{text-decoration:none}
.headlink a:hover{text-decoration:underline}
.center{padding:0 4px; width:100%;}
.poisk a,.headlink a{color:#fff}
.htba{height:94px;padding-left:15px;background:url('nfon.gif') repeat-x top left #446991}
.htbb{padding-right:16px;width:50%;background:url('nfon.gif') repeat-x top left #446991}
.fonta{color:#fff;font-size:27px;font-family:"Trebuchet MS", Arial, Verdana}
.fontb{color:#fff;padding-left:1px;font-size:14px;font-family:"Trebuchet MS", Arial, Verdana}
.poisk{color:#fff;width:100%;border-top:1px solid #fff;background:url('pfon.gif') repeat-x top left #757A7B}
.poisk1{color:#fff;height:30px;padding:0 16px}
.btbl{text-align:left;color:#fff;height:70px;font-weight:bold;vertical-align:middle;padding:0 16px;background:url('bfon.gif') repeat-x bottom left #4F78A0}
.delm{cursor:default;margin:0 4px}
.pform{width:360px;border:1px solid #616265;padding-left:2px}
.stat{font-family:Tahoma, Arial, Verdana !important}

/* Block styles */

#left,#right{width:190px;background:url('bg.jpg') repeat-y top left #E1E2E5}
img.fixwidth{width:190px;height:1px}
.cbt{padding:4px 8px;background:#E1E2E5}
.hd{color:#fff;padding:5px 8px;background:url('tfon.gif') repeat-x top left #446991}
.hdb{padding:12px 12px 14px}
.hdbtop{padding:8px}
.hmin{padding:4px 0}
.hdbot{padding:4px 8px;background:#E1E2E5}
.hdbot a{font-weight:bold}
.hd a{color:#fff;text-decoration:none}
.hd a:hover{color:#fff;text-decoration:none}

/* Table styles */

table.gre{background:#D0D1D5}
table.gre td{background:#fff}
table.gre td.lt{font-weight:bold;background:#E4E6E9}
.pad{padding:8px}
.padt{padding:3px 8px}

/**/
.head2 {
	text-align:center;
	margin-bottom:10px;
}
.head2 a {
	color:#9d30ab;
}
.specProdItem {
	padding:0 20px;
}
.specProdItem .w1 {
	background:#ffffff url(w1.gif) 0 0 no-repeat;
}
.specProdItem .w2 {
	background:url(w2.gif) 100% 0 no-repeat;
}
.specProdItem .w3 {
	background:url(w3.gif) 0 100% no-repeat;
}
.specProdItem .w4 {
	background:url(w4.gif) 100% 100% no-repeat;
	padding:20px 20px 10px 20px;
	text-align:center;
}
.specProdItem .specProdPrice {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	color:#9d30ab;
	line-height:24px;
}
.semafor {
	position: relative;
}
.specProdItem .star {
	position: absolute; 
	z-index: 1; 
	top: 0px; 
	left: 50%; 
	background:url('best.png'); 
	height: 70px; 
	width: 70px;
}
.specProdItem .more {
	text-align:right;
	margin-top:10px;
}
.specProdItem .more a {
	padding:0px 10px 1px 10px;
	border:1px solid #bc9cc8;
	color:#9d30ab;
	background:url(more_bg.gif) 0 0 repeat-x;
	text-decoration:none;
}
.specProdItem .more a:hover {
	text-decoration:underline; 
}
.shortProd {
	width:100%;
	margin:5px 0;
}
.shortProd .w1 {
	background:#ffffff url(w1.gif) 0 0 no-repeat;
}
.shortProd .w2 {
	background:url(w2.gif) 100% 0 no-repeat;
}
.shortProd .w3 {
	background:url(w3.gif) 0 100% no-repeat;
}
.shortProd .w4 {
	background:url(w4.gif) 100% 100% no-repeat;
	padding:10px 10px 10px 10px;
	text-align:center;
}
.shortProd .shortProdTitle {
	text-align:center;
	padding:10px 0;
}
.shortProd .shortProdTitle a {
	font:12px Tahoma;
	font-weight:bold;
	color:#d653e7;
}
.shortProd .shortProdPrice {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	color:#9d30ab;
	line-height:24px;
	display:block;
}
.shortProd .shortProdDescr {
	min-height:80px;
}
.ie .shortProd .shortProdDescr {
	height:80px;
}
.shortProd .more {
	text-align:right;
	margin-top:10px;
}
.shortProd .more a {
	padding:0px 10px 1px 10px;
	border:1px solid #bc9cc8;
	color:#9d30ab;
	background:url(more_bg.gif) 0 0 repeat-x;
	text-decoration:none;
}
.shortProd .more a:hover {
	text-decoration:underline; 
}
.shortProd .shortProdButt {
	width:100%;
	/*margin:5px 0;*/
}
.hr {
	margin:10px 0;
	border-top:1px solid #bc9cc8;
}
.fullProd {
	width:100%;
	margin:15px 0;
}
.fullProd .w1 {
	background:#ffffff url(w1.gif) 0 0 no-repeat;
}
.fullProd .w2 {
	background:url(w2.gif) 100% 0 no-repeat;
}
.fullProd .w3 {
	background:url(w3.gif) 0 100% no-repeat;
}
.fullProd .w4 {
	background:url(w4.gif) 100% 100% no-repeat;
	padding:10px 10px 10px 10px;
	text-align:center;
}
.fullProd .shortProdPrice {
	font-size:16px;
	font-weight:bold;
	color:#9d30ab;
	line-height:24px;
	display:block;
}
