﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}
fieldset, img { border: 0; }
a:focus { outline: none; }
a:hover{
	text-decoration:none;
}
html {
	height: 100%;
}
ul, ol{
	list-style:none;
}
a img{
	border:none;
	text-decoration:none;
}
.floatbox{
	overflow:hidden;
	height:auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
img.left{
	margin:0 10px 10px 0;
}
img.right{
	margin:0 0 10px 10px;
}
.width10{
	width:9.9%;
}
.width20{
	width:19.9%;
}
.width25{
	width:24.9%;
}
.width33{
	width:33.3%;
}
.width50{
	width:49.9%;
}
.width66{
	width:66.6%;
}
.width75{
	width:74.9%;
}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
br.clearfloat{
	font-size:0;
	line-height:0;
	clear:both;
}
#header{
	width:100%;
	height:130px;
	position:relative;
}
#wrap{
	background:url(../images/shadow_menu.png) scroll repeat-x 0 0;
	border-top:#0a0c0e 2px solid;
	border-bottom:#f7e719 2px solid;
	padding-bottom:40px;
}
#mask{
	width:845px;
	height:130px;
	float:left;
	position:relative;
	overflow:hidden;
}
#mask div.item{
	position:absolute;
	width:100%;
	height:130px;
	left: 0;
}
#sertifikates{
	position:absolute;
	width:200px;
	right:10px;
	top:15px;
	z-index:35;
}
#logo{
	position:absolute;
	z-index:30;
	left:340px;
	top:10px;
	
}
#menu{
	background:#1b2023;
	padding:3px 50px;
	border-top:#f1e218 2px solid;
}
#menu ul{
	display:block;
	overflow:hidden;
	font-size:14px;
	width:1000px;
	margin:0 auto;
}
#menu ul li{
	float:left;
	margin:0 10px 0 0;
}
#menu ul li a{
	padding:5px 15px;
	display:block;
	color:#FFF;
	text-decoration:none;
}
#menu ul li a.active{
	background:#363b3e;
}
#menu ul li a:hover{
	background:#2a2e31;
}
#menu ul li.active{
}
#content{
	padding:40px 0 0 20px;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	color:#333;
}
#left h1{
	font-size:24px;
	font-weight:normal;
	color:#9e0404;
	margin:0 0 20px 0;
}
#left{
	float:left;
	width:59.9%;
}
#left div.place_here{
	padding:0 30px 0 0;
}
div.group{
	text-align:center;
	padding:30px 0;
}
#content h1{
	font-size:24px;
	font-weight:normal;
	color:#9e0404;
	margin-bottom:20px;
}
div.form label{
	font-weight:bold;
}
div.form input{
	width:98%;
	border-top:#666 1px solid;
	border-left:#666 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
	margin:2px 0;
}
div.form input.button{
	width:auto;
	background:#fff;
	cursor:pointer;
	color:#333;
	padding:0 5px;
}
div.form input.button:hover{
	background:#1B2023;
	color:#fff;
}
div.form textarea{
	width:99%;
	border-top:#666 1px solid;
	border-left:#666 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
	margin:2px 0;
}
#right{
	float:right;
	width:39.9%;
	border-left:#e4e5e6 1px dashed;
}
#right div.banner{
	margin:0 0 30px 0;
	overflow:hidden;
	width:314px;
	height:175px;
}
#right div.place_here{
	padding:0 0 0 30px;
}
#right h2{
	font-weight:normal;
	font-size:18px;
	margin:0 40px 10px 0;
	color:#254694;
}
#right div.module{
	background:url(../images/right.jpg) scroll no-repeat 100% 100%;
	padding:0 55px 65px 0;
	position:relative;
}
#scroller{
	width:100%;
	height:200px;
	position:relative;
	overflow:hidden;
}
div.items{
	position:absolute;
	width:100%;
	height:100000em;
}
div.item{
	height:200px;
	line-height:16px;
}
a.prev{
	background:url(../images/prev.png) scroll no-repeat 0 0;
	width:16px;
	height:17px;
	display:block;
	position:absolute;
	top:10px;
	right:5px;
	z-index:1;
}
a.prev.disabled{
	display:none;
}
div.scrolling{
	height:600px;
	overflow:auto;
}
#content a.next{
	background:url(../images/next.png) scroll no-repeat 100% 100%;
	width:85px;
	height:17px;
	display:block;
	position:absolute;
	bottom:40px;
	right:55px;
	z-index:1;
	text-decoration:none;
	font-size:11px;
	color:#666;
}
#content a.next.disabled{
	display:none;
}
#map{
	width:809px;
	height:503px;
	position:relative;
	float:right;
}
#map a{
	position:absolute;
	z-index:2;
	color:#000;
	font-size:16px;
}
a.ua{
	top:45%;
	left:40%;
}
a.sl{
	top:27%;
	left:25%;
}
a.hu{
	top:50%;
	left:28%;
}
a.ro{
	top:45%;
	left:40%;
}
#contacts{
	background:#fff;
	position:absolute;
	width:370px;
	height:170px;
	top:40px;
	left:-180px;
}
#contacts a{
	font-size:13px;
}
#contacts div{
	background:#fff;
	position:absolute;
	width:380px;
	height:170px;
}
#contacts h1{
	color:#254694;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	background:#f1f1f1;
	padding:2px 5px;
}
#ukraine{
	background:url(../images/ukraine.png) scroll no-repeat 0 100%;
	width:619px;
	height:394px;
	position:absolute;
	top:0;
	right:0;
}
#slovakia{
	position:absolute;
	background:url(../images/slovakia.png) scroll no-repeat 0 0;
	width:190px;
	height:100px;
	top:213px;
	left:22px;
}
#hungary{
	background:url(../images/hungary.png) scroll no-repeat 0 0;
	position:absolute;
	width:232px;
	height:154px;
	top:261px;
	left:0;
}
#romania{
	background:url(../images/romania.png) scroll no-repeat 0 0;
	width:354px;
	height:252px;
	top:251px;
	left:138px;
	position:absolute;
}
#submenu{
	float:left;
	padding:0;
	background:url(../images/shadow_left.png) scroll repeat-y 100% 0;
}
#submenu.width350{
	width:450px;
}
#submenu.width280{
	width:280px;
}
#submenu div{
	background:url(../images/shadow_left_t.png) scroll no-repeat 100% 0;
}
#submenu div div{
	background:url(../images/shadow_left_b.png) scroll no-repeat 100% 100%;
	min-height:350px;
	padding:0 65px 55px 0;
}
#submenu div div div{
	padding:0;
	margin:0;
	background:none;
	min-height:0;
}
#submenu div div div.order{
	padding:30px 0 0 0;
	border-top:#254694 1px dashed;
	margin:10px 0 0 0;
}
#submenu h1{
	color:#9E0404;
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px;
}
#submenu #order{
	padding:30px 0 0 0;
	display:none;
}
a.lb{
	display:block;
	border:#e4e5e6 1px solid;
	padding:2px 10px;
	text-align:center;
	text-decoration:none;
}
a.lb:hover{
	background:#e4e5e6;
}
#scrolltop:hover{
	color:#9E0404;
}
a.pdf{
	background:url(../images/pdf_icon.png) scroll no-repeat 0 0;
	height:48px;
	line-height:48px;
	padding:0 0 0 55px;
	margin-bottom:20px;
	color:#666;
}
table{
	width:100%;
}
table.clear{
	width:60%;
}
table.clear.border{
	width:100%;
	border-top:#e4e5e6 1px solid;
	border-left:#e4e5e6 1px solid;
}
table.clear.border td{
	border-bottom:#e4e5e6 1px solid;
	border-right:#e4e5e6 1px solid;
}
table tr th{
	font-size:14px;
	background:#1B2023;
	color:#fff;
	padding:2px 0;
}
table.move tr{
	cursor:move;
}
table.move tr.first{
	cursor:default;
}
#submenu div div div.empty{
	background:url(../images/cart.png) scroll no-repeat 0 0;
	height:48px;
	line-height:40px;
	padding:0 0 0 55px;
}
table tr.odd{
	background:#e4e5e6;
}
table tr.hover, table tr.odd.hover{
	background:#1B2023;
	color:#FFF;
}
table tr.hover td.del img, table tr.odd.hover td.del img{
	border:#fff 1px solid;
}
#content table tr.hover a{
	color:#fff;
}
table tr td{
	padding:1px 3px;
	text-align:center;
}
table.clear tr td{
	text-align:left;
}
table tr td.add{
	text-align:center;
}
table tr td.del{
	text-align:center;
}
#content a{
	color:#333;
}
#submenu p{
	padding:1px 0;
	margin:0 0 3px 0;
	border-bottom:#e4e5e6 1px solid;
}
#submenu p.last{
	padding:3px 0 3px 20px;
	background:#7e7e7e;
}
#submenu p a{
	color:#fff;
	text-decoration:none;
}
#submenu p a:hover{
	text-decoration:underline;
}
#submenu a.opensub{
	background:url(../images/li.png) scroll no-repeat 5px 7px;
	padding:2px 0 2px 20px;
	font-size:14px;
	color:#333;
	text-decoration:none;
	display:block;
}
#submenu a.opensub:hover, #submenu a.opensub.open:hover{
	background-color:#e4e5e6;
	color:#9E0404;
}
#submenu a.opensub.open{
	background:url(../images/li-active.png) scroll no-repeat 5px 7px;
}
#submenu ul.sub{
	padding:0 0 0 10px;
}
#submenu ul.sub li{
	padding:2px 0 2px 3px;
	/*background:url(../images/li.png) scroll no-repeat 0 7px;*/
	list-style-type:square;
	list-style-position:inside;
	font-size:12px;
}
#submenu ul.sub li.onadmin:hover{
	border:#e4e5e6 1px solid;
}
#submenu ul.sub li a{
	text-decoration:none;
	color:#333;
	border-bottom:#E4E5E6 1px dotted;
	font-size:13px;
}
#submenu ul.sub li a.active{
	font-weight:bold;
	color:#9E0404;
}
#submenu ul.sub li.onadmin a:hover{
	border:none;
}
#submenu ul.sub li a:hover{
	border-bottom:#9E0404 1px dotted;
	color:#9E0404;
}
#submenu ul.sub.price{
	padding:0 0 10px 15px;
	margin:0 0 0 10px;
}
#submenu ul.sub.price li{
	list-style-position:outside;
	margin-bottom:2px;
}
#submenu ul.sub.price li a{
	display:block;
	border-bottom:#999 1px dotted;
	padding-bottom:2px;
}
#good{
	margin:0 0 0 280px;
}
#good h1{
	color:#254694;
	font-size:24px;
	font-weight:normal;
	margin:0 40px 10px 0;
}
#good h1 span{
	display:block;
	font-size:12px;
	color:#333;
}
#good h2{
	margin:20px 0;
	font-size:18px;
}
#good .opisanie p{
	padding:3px 0;
}
#good.price h1{
	margin:0 0 10px 0;
	font-size:20px;
}
#good.price table{
	margin-top:20px;
}
#carusel2{
	width:314px;
	height:175px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.small_help, #submenu p.small_help{
	font-size:12px;
	color:#666;
	border-top:1px solid #E4E5E6;
	border-bottom:none;
}
#item-list tr th{
	font-weight:normal;
	font-size:12px;
	padding:2px;
}
#item-list tr td.del{
	background:url(../images/del.png) scroll no-repeat 50% 50%;
	cursor:pointer;
}
#submenu ul.sub li a.editable{
	background:url(../images/edit.gif) scroll no-repeat 100% 50%;
	padding:0 20px 0 0;
}
#submenu ul.sub li.onadmin{
	overflow:hidden;
}
a.del{
	background:url(../images/del.png) scroll no-repeat 50% 50%;
	padding:1px 4px;
	line-height:4px;
	margin:0 0 0 5px;
}
a.delprice{
	background:url(../images/del.png) scroll no-repeat 50% 50%;
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:0 0 0 10px;
}
a.saveprice{
	background:url(../images/save.gif) scroll no-repeat 50% 50%;
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:0 0 0 30px;
}
a.delete{
	background:url(../images/del.png) scroll no-repeat 50% 50%;
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
}
a.delete.news{
	margin:0 30px 0 0;
}
a.edit{
	background:url(../images/edit.gif) scroll no-repeat 50% 50%;
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
}
a.addToPrice{
	background:url(../images/price.gif) scroll no-repeat 50% 50%;
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
}
a.add.good{
	background:url(../images/add-good.gif) scroll no-repeat 8px 50%;
	padding:2px 5px 2px 30px;
	display:block;
	border:#666 1px solid;
	text-decoration:none;
	margin:0 0 10px 0;
	width:130px;
}
 a.add.good:hover{
	background-color:#f2f2f2;
}
a.add.toprice{
	background:url(../images/add-good.gif) scroll no-repeat 8px 50%;
	padding:2px 5px 2px 30px;
	display:block;
	border:#666 1px solid;
	text-decoration:none;
	margin:0 0 10px 0;
	width:180px;
}
 a.add.toprice:hover{
	background-color:#f2f2f2;
}
a.add.category{
	background:url(../images/add-category.gif) scroll no-repeat 8px 50%;
	padding:2px 5px 2px 30px;
	display:block;
	border:#666 1px solid;
	text-decoration:none;
	margin:0 0 10px 0;
	width:130px;
}
 a.add.category:hover{
	background-color:#f2f2f2;
}
div.message.error{
	color:red;
	margin:10px 0;
}
div.message.success{
	color:green;
	margin:10px 0;
}
div.we{
	text-align:center;
	color:#424242;
	position:absolute;
	margin-top:-50px;
	width:100%;
}
#submenu div div div#total{
	font-weight:bold;
	margin:5px 0 5px 2px;
	color:#9E0404;
}
#submenu div div div#total div.empty{
	color:#333;
}
#footer div.we a{
	color:#424242;
	text-decoration:none;
}
div.scrolling{
	padding:0 0 50px 0;
}
a.nbu{
	background:url(../images/nbu.gif) scroll no-repeat 50% 0;
	display:block;
	width:50px;
	padding:50px 0 0 0;
	margin:0 auto;
	text-align:center;
}
a.lme{
	background:url(../images/lme.jpg) scroll no-repeat 50% 0;
	display:block;
	width:50px;
	padding:50px 0 0 0;
	margin:0 auto;
	text-align:center;
}
#footer{
	background:#1b2023;
	color:#fff;
	padding:10px 0;
	overflow:hidden;
	height:90px;
}
#footer div.floatbox{
	width:1000px;
	margin:0 auto;
}
#footer a{
	color:#fff;
}
#footer span.web{
	display:none;
}
#footer span.mail{
	display:none;
}
#footer div.copyright{
	margin:0 200px;
	text-align:center;
	line-height:60px;
}
#footer #scrolltop{
	background:url(../images/scrolltop.png) scroll no-repeat 0 50%;
	display:block;
	position:absolute;
	right:15%;
	padding:0 0 0 10px;
	z-index:40;
	margin:-105px 0 0 0;
	color:#1B2023;
}
a.exelFile{
	display:block;
	float:right;
	background:url(../images/excel-icon.png) scroll no-repeat 0 50%;
	height:26px;
	line-height:13px;
	font-size:11px;
	padding:0 0 0 30px;
	margin:0 0 0 0;
}
