body {
	font-size:12px;
	font-family:arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	color:#414141;
}

p,a,h1,h2,h3,h4,h5,input,select{
	color:#414141;
}

h5{
	font-size:13px;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom: 1px dashed #dadada
}

a{
	text-decoration: underline;
}

div.clear{
	clear:both;
}

span.eml{
	visibility:hidden;
}

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

a.button2{
	width:63px;
	/*height:24px;
	#height:29px;*/
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;

	background: #ffffff url('design/button2.jpg') left top no-repeat;
}

a.button2:hover {
	background: #447dab url('design/button2act.jpg') left top no-repeat;
	color: #ffffff;
	text-decoration:none;
}


/* LAYOUT */

#main{
	width:100%;
	text-align:center;
	
}

#bottom{
	width:100%;
	height:88px;
	text-align:center;
	background:#7a7a7a;

}

.wrapper{
	text-align:left;
	margin: 0px auto;
}

#main .wrapper{
	margin:10px auto 53px auto;
	width:960px;
	overflow:hidden;
}


#bottom .wrapper{
	width:960px;
	overflow:hidden;
}

#bottom .wrapper_pt{
	text-align: left;
	margin: 0px auto;
	width:1000px;
}

#main #headerlinks{
	width: 100%;
	height: 16px;
	margin: 2px;
}

#main #header{
	width: 100%;
	height: 117px;
	background: top left url('design/header.jpg');
	overflow:hidden;
	position:relative;
}

#main #mezanin{
	margin:0;
	width: 100%;
	height: 104px;
	overflow: hidden;
	background:#ffffff;
}

#main #mezanin p{
	text-align:center;
	width: 100%;
	padding:0px;
	font-size: 38px;
	font-weight: bold;
	color:#3e81b6;
	margin: 30px auto 35px auto;
}

#main #body{
	margin-top: 20px;
	background: url('design/back.jpg') 0px 88px transparent no-repeat;
	overflow:hidden;
}

#main #left{
	width:184px;
	#width:184px;
	float:left;
	margin-right:15px;
}

#main #right{
	width:745px;
	float:left;
	padding-left:15px;
	border-left: 1px dashed #717171;
	min-height:829px;
	position:relative;
}

#main #menu{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

/* HEADER */
#header #logo{
	display:block;
	position:absolute;
	top: 1px;
	left:28px;
	width: 126px;
	height: 114px;
}

#header #banner{
	position:absolute;
	left:225px;
	top:25px;
}

#header #banner img{
	width : 468px;
	height: 60px;
	border:0px;
}

#header h1{
	display:none;
}

#header #search{
	position:absolute;
	top: 39px;
	left:369px;
	background: top left url('design/search.jpg');
	width:360px;
	height:33px;

}

#header #search input{
	border:0px;
	background:transparent;
	padding:0px;
	margin:0px;
}
#header #search input.text{
	position:absolute;
	top: 8px;
	left:38px;
	height:18px;
	width:250px;
}

#header #search input.button{
	position:absolute;
	font-weight:bold;
	top:0px;
	text-align:center;
	left:293px;
	width:67px;
	height:33px;
	color:#ffffff;
	font-size:10px;
	cursor:pointer;

}

#header #search_tiny{
	position:absolute;
	top:67px;
	left:810px;
	background: top left url('design/search_tiny.png');
	width:127px;
	height:23px;

}

#header #search_tiny input{
	border:0px;
	background:transparent;
	padding:0px;
	margin:0px;
}
#header #search_tiny input.text{
	position:absolute;
	top: 5px;
	left:20px;
	height:17px;
	width:80px;
	font-size:11px;
}

#header #search_tiny input.button{
	position:absolute;
	font-weight:bold;
	top:0px;
	text-align:center;
	left:103px;
	width:24px;
	height:23px;
	color:#ffffff;
	font-size:10px;
	cursor:pointer;

}

#header #flags{
	position:absolute;
	top:30px;
	/*left:844px;*/
	left:838px;
	width:92px;
	height:11px;
	overflow:hidden;
}

#header #flags a{
	display:block;
	width:16px;
	height:11px;
	float:left;
	margin-right:7px;
}

#header #flags a.sk{
	background: url('design/sk.jpg');
}

#header #flags a.en{
	background: url('design/en.jpg');
}

#header #flags a.de{
	background: url('design/de.jpg');
}

#header #flags a.ru{
	background: url('design/ru.jpg');
}

#header #flags a.pt{
	background: url('design/br.jpg');
}

#header #kontakt{
	position:absolute;
	top:67px;
	left:810px;
	background:top left url('design/button1.jpg');
	width:113px;
	height:24px;
}

#header #kontakt a{
	text-decoration: none;
	width:113px;
	height:19px;
	#height:24px;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;

}

/*menu*/

#main #menu ul{
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
}

#main #menu ul li{
	display:block;
	margin:0px;
	list-style:none;
	float:left;
	width:184px;
	margin-right:10px;
	overflow:hidden;
}

#main #menu ul li span{
	cursor: pointer;
}

#main #menu ul li span.a{
	display: table; height: 35px; #display:block; #position: relative; overflow: hidden; z-index:50;
	width:184px;
}

#main #menu ul li span.b{
	#position: absolute;  #top: 50%;display: table-cell; vertical-align: middle; height:auto; z-index:70;
	width:184px;
}

#main #menu ul li span.c{
	#position: relative;  #top: -50%; display:block; height:auto; z-index:100; overflow:hidden;
	text-align:center;
	width:184px;
}

#main #menu ul li a{
	text-transform: uppercase;
	font-weight: bold;
	display:block;
	width: 184px;
	height: 35px;
	background:url('design/mm.jpg') top left no-repeat;
	margin:0;
	font-size: 12px;
	text-decoration:none;
}

#left #menu ul li.act a, #left #menu ul li.act a:hover {
	background: #434343 url('design/mm_hover.jpg') top left no-repeat;
	color: #ffffff !important;
}

#main #menu ul li a:hover {
	background:url('design/mm_act.gif') top left no-repeat;
}

#main #menu ul li a.img{
	height:175px;
}
#main #menu ul li.mm_kom a.img{
	background:url('img/mm_kom.png') top left no-repeat;
}

#main #menu ul li.mm_zab a.img{
	background:url('img/mm_zab.png') top left no-repeat;
}

#main #menu ul li.mm_mon a.img{
	background:url('img/mm_mon.png') top left no-repeat;
}

#main #menu ul li.mm_mer a.img{
	background:url('img/mm_mer.png') top left no-repeat;
}

#main #menu ul li.mm_vyv a.img{
	background:url('img/mm_vyv.jpg') top left no-repeat;
}

#main #menu ul li.act{
	background: bottom left url('design/ul_bottom.jpg') no-repeat;
}

#main #menu ul li.last{
	margin-right: 0px;
}

#main #menu ul li.act a{
	color:#3e81b6;
}

#main #menu ul li ul{
	width: 182px;
	height: auto;
	margin-bottom:9px;
	background:transparent;
	padding: 10px 1px 0px 1px;
}

#main #menu ul li.act ul{
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 10px 0 0 0;
	background: #ffffff;
}

#main #menu ul li ul li{
	width: 182px;
	margin:0;
	padding:0;
	height:auto;
	float:none;
	background:10px 10px url('design/li.jpg') no-repeat;

}

#main #menu ul li.act ul li{
	background: 10px 10px url('design/li_act.jpg') no-repeat;
}

#main #menu ul li ul li a, #main #menu ul li.act ul li a, #main #menu ul li b{
	display:block;
	border:0;
	margin: 5px 0px 5px 30px;
	padding:0px;
	width:auto;
	color:#414141;
	text-align:left;
	font-weight:normal;
	text-transform:none;
	font-size:11px;
	height: auto;
	background:transparent;
}

#main #menu ul li b{
	font-weight: bold !important;
}

#left #menu ul li.act ul{
	padding: 5px 0px;
	margin: 0px;
}

#main #menu ul li.act ul li a, #main #menu ul li.act ul li b{
	color:#414141 !important;
}

#left #menu ul li.act ul li a, #left #menu ul li.act ul li b{
	margin: 6px 0 5px 25px;
}

#main #menu ul li ul li a:hover, #main #menu ul li.act ul li a:hover {
	color:#3e81b6 !important;
	text-decoration:underline;
	background: #ffffff;
}

/* LEFT */

#left #leftpic{
	width: 184px;
	height:184px;
	background: transparent url('design/left_oddelovac.gif') bottom left no-repeat;
	margin-bottom:10px;
}

#left #leftpic img{
	border:0px;
	width:184px;
	height:175px;
}

/* SHOP */

#shop{
	width: 960px;
	height:750px;
	position:relative;
}

#shop .shopblock{
	position: relative;
	height:360px;
	margin:15px 0;
}

#shop .shopblock h3{
	padding: 0px 5px;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
}

#left #shop{
	width:184px;
	height:360px;
	margin:15px 0;
}

#shop .shoptabs{
	position:absolute;
	top:0px; left : 0px;
	display:block;
	margin:0px;
	padding:0px;
	overflow:hidden;
	z-index:100;
}

#shop .shoptabs div{
	display:block;
	float:left;
	width: 71px;
	height:31px;
}

#shop .shoptabs div a, #shop .shoptabs div div{
	display: block;
	width: 71px;
	height:11px;
	#height:31px;
	float:none;

	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}

#shop .shoptabs a{
	color:#ffffff;
	background: #447dab url('design/shop_tab.jpg') no-repeat top left;
}

#shop .shoptabs a:hover{
	text-decoration:underline;
}

#shop .shoptabs div a.act, #shop .shoptabs div div{
	color: #000000;
	background: #ffffff url('design/shop_tab_act.jpg') no-repeat top left;
	cursor: normal;
}

#shop .shopbox{
	position:relative;
	/*top:30px;*/
	left:0px;
	z-index:90;
	width: 958px;
	background:white;
	overflow:hidden;
	border: 1px solid #dadada;
}
#left #shop .shopbox{
	position: absolute;
	top: 30px;
	width:182px;
	height:300px;

}

#shop .cell{
	float: left;
	border-right: 1px solid #dadada;
	width: 190px;
}

#left #shop .cell{
	background:#fff;
	position:absolute;
	top:0; left:0;
	width:182px;
	float:none;
}

#shop .cell_last{
	float:left;
	width:190px;
}

.product{
	width: 153px;
	height: 280px;
	margin: 12px auto;
	position: relative;
}

.product h4{
	font-size:12px;
	padding: 0px;
	margin: 0px 1px;
	font-weight: bold;
}

.product h5{
	padding:0;
	font-size:12px;
	font-weight:normal;
	margin: 5px 1px;
}

.product p{
	position: absolute;
	top: 160px;
	margin: 5px 1px;
	padding:0;
	font-size:10px;
}

.product .hck{
	display: table;
	width: 153px;
	height: 120px;
	position: absolute;
	#position: absolute;
	top: 42px;
	left:0px;
	overflow: hidden; /*ie hacked*/
}

.product .h{
	display: table-cell;
	width: 153px;
	vertical-align: middle;
	text-align:center;
	#border : 0;
	#position: absolute; 
	#top: 50%;
	#left : 0px;

}

.product .h img{
	border:0;
	#position: relative; #top: -50%;
}

.product a.button2{
	position:absolute;
	top:255px;
	left:0px;
}

.product .price{
	position:absolute;
	top:260px;
	right:0px;
	text-align:right;
	font-weight:bold;
	width:70px;
}

/* RIGHT */

#right h2{
	font-size: 20px;
	color:#3e81b6;
	padding:0;
	margin:5px 0;
}

h3{
	padding:0;
	color:#3e81b6;
	margin: 15px 0;
	font-size: 16px;
	letter-spacing: 1px;
}

#right h4{
	padding: 0;
	margin: 10px 0;
	font-size:13px;
	letter-spacing: 1px;
}

#right p {
	letter-spacing: 1px;
	line-height: 17px;
}

#right p.text{
	text-align: justify;
}

#right .list{
	width:100%;
	padding: 10px 0;
	overflow:hidden;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
}

#right ul li, #right ol li{
	letter-spacing: 1px;
	line-height: 17px;
}

#right ul li{
	list-style: square;
}

#right .trifotky{
	width:745px;
	margin: 0px 10px;
	overflow: hidden;
}

#right .trifotky img{
	width:208px;
	margin:20px;
	border: 0px;
	float: left;
}

div.hr {
	border-bottom:1px dashed #717171;
	margin-bottom:10px;
	padding-top:10px;
	overflow:none;
}

.hr hr{
	display:none;
}

div.separator{
	margin-top: 10px;
}

/* borderi */
.bb{
	padding-bottom:10px;
	margin-top:10px 0;
	border-bottom:1px dashed #717171;
}

.bt{
	padding-top:10px;
	margin-bottom:10px 0;
	border-top:1px dashed #717171;
}

.btb{
	padding:10px 0;
	margin:10px 0;
	border-bottom:1px dashed #717171;
	border-top:1px dashed #717171;
}



.row{
	overflow:hidden;
}

.row div.r{
	float:right;
}

.row div.r img{
	margin-top:10px;
	width:140px;
	border:1px dashed #717171;
	background: #ffffff;
	padding:2px;
}
.row div.l{
	width:580px;
	float:left;
}

.row div.ll{
	width: 200px;
	padding-top:15px;
	float: left;
}

.row div.ll object{
	border: 1px solid gray;
	width: 180px;
	height: 150px;
	overflow:none;
	display:block;
}

.row div.rr{
	width: 545px;
	float: right;
}

.row .base_img{
	float:left;
}

.row #accordion{
	margin:0px;
	margin-left: 10px;
	width: 390px;
	float:left;
}
.row #accordion h3{
	margin: 0px 0px 5px 0px;
}

.base_img{
	position:relative;
	background: #fff;
	width: 330px;
	height:260px;
	border:1px solid;
}

.base_img .hck{
	display: table;
	width: 320px;
	height: 250px;
	position: absolute;
	#position: absolute;
	top: 5px;
	left:5px;
	overflow: hidden; /*ie hacked*/
}

.base_img .h{
	display: table-cell;
	width: 320px;
	vertical-align: middle;
	text-align:center;
	#border : 0;
	#position: absolute; 
	#top: 50%;
	#left : 0px;

}

.base_img .h img{
	border:0;
	#position: relative; #top: -50%;
}

/* ACCORDION */

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	/*
	margin: 4px 0 4px 0;
	padding: 3px 5px 1px;
	*/
}

div.element p, div.element h4 {
}

div.element ul{
	padding: 10px 30px;
	margin: 0px;
}

div.element ul li ul{
	margin: 0px;
	padding: 5px 30px;
}

/*
@media all and (min-width: 0){
	div.element ul{
		padding-bottom:10px;
	}
}
*/

blockquote {
	padding:5px 20px;
}

/* headerlinks */
#headerlinks ul{
	display: block;
	margin: 0px 0px;
	padding:0px
}

#headerlinks ul.l{
	float:left;
}

#headerlinks ul.r{
	float:right;
}

#headerlinks ul li{
	color :#717171;
	display: inline;
	padding:0px;
	margin-right: 5px;
	list-style:none;
}

#headerlinks ul li a{
	text-decoration: none;
}

#headerlinks ul li a:hover {
	text-decoration: underline;
}

/* bottom */

#bottom .l{
	float:left;
}

#bottom .r{
	float:right;
	text-align:right
}

#bottom ul li a, #bottom h4{
	color : #c8c8c8;
	font-size: 12px;
}

#bottom address{
	color: #FFFFFF;
	margin: 4px 0;
}
#bottom address span.eml a{
	color: #FFFFFF;
}

#bottom h4{
	margin: 10px 0px 0px 0px;
	display:block;
	font-weight: bold;
}

#bottom ul{
	display: block;
	margin: 5px 0px;
	padding:0px

}
#bottom ul li{
	color :#ffffff;
	display: inline;
	padding:0px;
	margin-right: 5px;
	list-style:none;
	font-size: 12px;
}

#gmap{
	position:absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #717171;
	width: 500px;
	height: 320px;
	margin:0px;
}



/* ---- */
/* ------------------------------------------------------------------- */
/* ------------------------------  SHOP ------------------------------ */
/* ------------------------------------------------------------------- */
/* ---- */



/* PRODUCT INFO */

#product_info{
	font-size: 12px;
}

#product_info .mainbox{
	overflow: hidden;
	background: #ffffff;
}

#product_info .leftbox{
	width: 372px;
	float:left;
}
#product_info .rightbox{
	width: 372px;
	float:right
}

#product_info h3, #product_info h4{
	background: #E8E8E8;
	color: #000000;
	font-size:14px;
	text-indent: 5px;
	width: 100%;
	display: block;
	font-weight: bold;
	height: 15px;
	margin: 0px;
}

#product_info h4{
	margin: 5px;
}

#product_info .imagebox{
	text-align:center;
	background: #ffffff;
	border: 1px solid #dadada;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}

#product_info .box{
	background: #f8f8f8;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
}

#product_info .box p{
	margin: 10px;
}

#product_info .box table{
	border: 0px;
	margin:0px;
	padding:0px;
	background: #ffffff;
	width: 100%;
}

#product_info .box table tr th{
	background: #f2f2f2;
	font-size: 12px;
	font-weight: bold;
}
#product_info .box table tr td{
	background: #f8f8f8;
	font-size: 12px;
}

#product_info .box table tr.odd td{
	background: #f2f2f2;
}


.btn-unaviable {
  text-align:center;
  display:block;
  float:right;
  background:transparent url(design/btn_unaviable_rad.gif) no-repeat 100% 0;
  padding-right:8px;
  text-decoration:none;
  width:98%;
  #width:100%;
}

.btn-unaviable span{
  display:block;
  padding:0 17px 0 25px;
  background:transparent url(design/btn_unaviable_bg.gif) no-repeat;
  line-height:40px;
  color: white;
  text-decoration:none;
  font-size:15px;
  font-weight:bold;
}


/*  CSS checkout button */
.btn-checkout {
  text-align:center;
  display:block;
  float:right;
  background:transparent url(design/btn_proceed_to_checkout_rad_2.gif) no-repeat 100% 0;
  padding-right:8px;
  text-decoration:none;
  width:98%;
  #width:100%;
}

.btn-checkout:hover, .hover {
  background:transparent url(design/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0 !important;
}

.btn-checkout:hover span, .hover input {
  background:transparent url(design/btn_proceed_to_checkout_bg.gif) no-repeat !important;
}

.btn-checkout span, .btn-checkout input {
  display:block;
  padding:0 17px 0 25px;
  background:transparent url(design/btn_proceed_to_checkout_bg_2.gif) no-repeat;
  line-height:40px;
  color: white;
  text-decoration:none;
  font-size:15px;
  font-weight:bold;
}

.btn-checkout input {
	padding:0 17px 3px 25px;
	cursor: pointer;
}

.price_box{
	width:100%;
	overflow:hidden;
	text-align:center;

}

.price_box .l, .price_box .r{
	padding:8px 0;
	width: 49%;
	float:left;
	background: #f2f2f2;
}

.price_box .r{
	float:right;
}

.price_box .price{
	font-size: 20px;
	font-weight: bold;
	margin: 2px auto;
}

.price_box p{
	font-size: 11px;
	padding:0;
	margin: 5px auto;
}

.chck-box, .chck-single{
	width: 100%;
	margin: 8px 0 10px 0;
	overflow:hidden;
}

.chck-box .btn-checkout{
	width: 165px;
	float: left;
}

.chck-box .btn-checkout input{
	border: 0px;
	height: 40px;
	width: 165px;
}

.chck-box div.btn-checkout{
	margin-left: 10px;
}

.dopyt_back img{
	margin-left: 10px;
	border: 0px;
}

.product-gallery{
	margin: 0px 0px 15px 0px;
}

a.pr_info_picture_text{
	text-decoration: none;
}
