
/* Global
-----------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

body,select,input,textarea,table{
	font:12px/22px Tahoma, sans-serif;
}
a{
	color:#b52726;
	outline:none;
	text-decoration:underline;
}
a:active{outline:none;}
a:hover{color:#e35655;}
h1,h2,h3{
	margin:0 0 20px;
	font-family:Tahoma, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:normal;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
p{
	margin:0 0 15px;
}
ul,ol{
	margin:0 0 11px 40px;
}
ul ul li{
	list-style-type:circle;
}
ul ul ul li{
	list-style-type:square;
}

img{
	border:none;
	vertical-align:middle;
}

input, select{
	vertical-align:middle;
}
textarea{
	overflow:auto;
	vertical-align:top;
	resize:none;
}
button{
	overflow:visible;
	border:0;
	cursor:pointer;
	background:none;
}

input[type=text]{
	height:18px;
}
input, textarea{
	border:1px solid #9e958b;
}

/* format */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.text-right{text-align:right;}
.text-left{text-align:left;}

.decoration-none{text-decoration:none;}
.decoration-underline{text-decoration:underline;}

.block{display:block;}
.none{display:none;}

.relative{position:relative;}

input.small{
	cursor:pointer;
}
.small {
	color:#000000;
	font-size:8pt;
	text-decoration:none;
}
span.smaller {
	font-weight:bold;
}
a.smaller {
	color:#333333;
}
.smaller {
	color:#444444;
	font-size:11px;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
	line-height:0;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	*zoom:1;
}


/* General
-----------------------------------------------------------------------------*/
#wrapper{
	background:url(bg.jpg) no-repeat center top;
	min-width:1230px;
}

#header{
	width:1200px;
	padding:20px 15px 0;
	margin:0 auto;
}

#middle_top{
	height:148px;
	margin:-65px 0 0;
	min-width:1230px;
	position:relative;
}
#middle_top > div{
	background:url(middle_top.png) no-repeat center top;
	height:148px;
	position:absolute;
	top:0;
	left:0;
	right:0;
}

#middle{
	overflow:hidden;
	zoom:1;
	padding:40px 0 20px;
	margin-top:-40px;
	background:#fff;
}
#middle > div{
	width:1200px;
	margin:0 auto;
}

#footer{
	min-width:1200px;
	padding:15px 15px 30px;
	overflow:hidden;
	clear:both;
	background:#fff;
	background:url(footer.png) repeat-x;
}
#footer > div{
	width:1200px;
	margin:0 auto;
	line-height:18px;
}

/* Header
-----------------------------------------------------------------------------*/
.logo{
	background:url(rosinox.gif) no-repeat;
	padding:8px 0 0 284px;
	margin-top:7px;
	height:60px;
	float:left;
	font-family:Tahoma, sans-serif;
	font-size:19px;
	color:#aaa7a7 !important;
	text-decoration:none;
	position: relative;
}
.logo span{
	position:absolute;
	top:46px;
	left:0;
	font-size:12px;
	font-weight:bold;
	width:264px;
	text-align:right;
}

#cart{
	float:right;
	width:230px;
	margin-top:18px;
}
#cart a{
	color:
}
#cart .icon{
	background:url(sprite.png) no-repeat 0 0;
	width:20px;
	height:16px;
	float:left;
	margin:5px 15px 0 0;
}
#cart .count{
	background:#ebebeb;
	height:25px;
	line-height:26px;
	padding:0 6px;
	float:right;
	clear:both;
}
#cart .sum{
	padding:0 6px;
	float:right;
	clear:both;
	line-height:24px;
}
#cart .order{
	clear:both;
	float:right;
	padding-right:6px;
}

#phone{
	float:right;
	width:380px;
}
#phone div{
	float:right;
}
#phone div span{
	font-size:18px;
	float:left;
	margin-top:12px;
	line-height:30px;
	text-align:right;
}
#phone div span a{
	font-size:14px;
}
#phone div .small{
	font-size:14px;
	float:none;
	margin:0;
}

#phone div span font{
	color:#b52726;
}

#phone .icon{
	background:url(sprite.png) no-repeat -49px 0;
	width:10px;
	height:20px;
	float:left;
	margin:4px -4px 0 0;
}

#phone > a{ /* mail */
	text-decoration:none;
	color:#000 !important;
	font-size:16px;
	clear:both;
	float:right;
	margin:4px 6px 0 0;
}
#phone > a .icon{
	background:url(sprite.png) no-repeat -25px 0;
	width:20px;
	height:15px;
	float:left;
	margin:5px 4px 0 0;
}
#phone > a font{
	text-decoration:underline;
}


#topmenu{
	margin-top:25px;
	height:34px;
	position:relative;
}
#topmenu table{
	position:absolute;
	top:0;
	left:0;
	z-index:12;
}
#topmenu a{
	color:#000 !important;
	text-decoration:none;
	font-family:Tahoma, sans-serif;
	font-size:18px;
	display:block;
	position:relative;
	padding-left:40px;
	height:34px;
	line-height:34px;
}
#topmenu a div{
	position:absolute;
	top:0;
	left:0;
	height:34px;
	width:34px;
	overflow:hidden;
}
#topmenu a span{
	display:block;
	height:34px;
	width:69px;
}
#topmenu a font{

}
#topmenu a:hover font, #topmenu .menu_red > a font{
	color:#b72526;
}
#topmenu a:hover span, #topmenu .menu_red > a span{
	margin-left:-35px;
}

#topmenu div.relative.submenu{
	padding:5px 14px 2px 7px;
	margin:-5px -14px -2px -7px;
}
#topmenu div.relative.submenu:hover{
	background:#fff;
	border:1px solid #666;
	border-bottom:0;
	margin:-6px -15px -3px -8px;
}

#topmenu ul{
	display:none;
	margin:0;
	position:absolute;
	top:40px;
	left:-1px;
	background:#fff;
	border:1px solid #666;
	padding:5px 0 10px;
	z-index:-1;
}
#topmenu .relative.last ul{
	left:auto;
	right:-1px;
}
#topmenu div.relative.submenu:hover ul{
	display:block;
}
#topmenu ul li{
	list-style:none;
	margin:2px 20px 0 15px;
	min-width:270px;
}


/* Search
-----------------------------------------------------------------------------*/

#search_form{
	position:absolute;
	top:-40px;
	left:0;
	z-index:10;
}

#search_form .search_s{
	width:281px;
}

#search_form .search_but{
	background:url(sprite.png) no-repeat -233px 0;
	width:20px;
	height:20px;
	border:0;
	cursor:pointer;
	margin-right:-5px;
}

/* Middle
-----------------------------------------------------------------------------*/

#left{
	position:relative;
	float:left;
	width:306px;
	padding-right:60px;
}

#right{
	float:left;
	width:835px;
	margin-right:-20px;
}

#breadcrumbs{
	padding-bottom:30px;
	line-height: 2;
}
#breadcrumbs span{
	color:#B52726;
	font-weight:bold;
}
.breadcrumbs__item_state_current{
	font-weight:normal !important;
}

#left_cat{
	background:url(sprite.png) no-repeat -934px -30px;
	margin:0 0 20px;
	height:30px;
	line-height:26px;
}
#left_cat span{
	background-position:0px -281px !important;
	margin:-1px 12px 0 8px;
	float:left;
	width:34px;
	height:32px;
}
#left_cat a{
	color:#fff !important;
	text-decoration:none;
	font-family:Tahoma, sans-serif;
	font-size:18px;
}
#left_cat a:hover{
	text-decoration:underline;
}

.leftmenu_brand{
	margin:0 0 20px;
	height:30px;
	line-height:26px;
	font-size: 18px;
}
.leftmenu_brand span{
	background-position:0px -316px !important;
	margin:-1px 12px 0 8px;
	float:left;
	width:34px;
	height:32px;
}


#leftmenu{
	margin:0 0 20px;
	padding:0;
}
#leftmenu li{
	list-style-type:disc;
	color:#c4b9ab;
}
#leftmenu li.lvl0{
	list-style:none;
	margin-bottom:5px;
}
#leftmenu a{
	color:#000;
	display:block;
}

#leftmenu li.cur{
	color:#b52726;
}
#leftmenu li.lvl0 a{
	display:block;
	padding:2px 0 3px;
}


#leftmenu li:not(.cur) >a:hover{
	color: #666;
}

#leftmenu li.cur > a{
	color:#b52726;
}
#leftmenu li.lvl0 > a{
	text-decoration:none;
}
#leftmenu li.lvl0 > a table{
	height:36px;
}
#leftmenu li.lvl0 > a td{
	font-family:Tahoma, sans-serif;
	font-size:16px;
}
#leftmenu li.lvl0 > a div{
	margin:0 10px 0 6px;
	overflow:hidden;
	float:left;
	width:34px;
}
#leftmenu li.lvl0 > a span{
	width:69px;
	height:34px;
	float:left;
}
#leftmenu li.lvl0:hover > a, #leftmenu li.lvl0.cur > a, #leftmenu li.lvl0.parent > a{
	background:#b52726;
	color:#fff;
}
#leftmenu li.lvl0:hover > a span, #leftmenu li.lvl0.cur > a span, #leftmenu li.lvl0.parent > a span{
	margin-left:-35px;
}
#leftmenu ul{
	margin-left:50px;
}
#leftmenu ul ul{
	margin-left:20px;
}

#right #leftmenu{
	overflow: hidden;
	margin: 0 -10px 25px 10px;
}
#right #leftmenu li{
	width: 33%;
	height: 63px;
	float: left;
}
#right #leftmenu li.first{
	width: auto;
	height: auto;
}
#right #leftmenu li.first > a{
	margin-bottom: 8px;
}
#right #leftmenu li.lvl0.first:hover > a{
	background: none;
	color: #000;
}
#right #leftmenu li.lvl0.first:hover > a span{
	margin-left: 0;
}

#right #leftmenu li.lvl0.first > a:hover{
	background:#b52726;
	color:#fff;
}
#right #leftmenu li.lvl0.first > a:hover span{
	margin-left:-35px;
}

#right #leftmenu ul{
	margin-left: 0;
}
#right #leftmenu li li {
	width: 25%;
	height: auto;
	list-style-type: none;
	text-align: center;
}
#right #leftmenu li li a{
	font-size: 16px;
	color: #b5274a;
}
#right #leftmenu li li a:hover{
	color: #e24f73;
}
#right #leftmenu li li a i{
	display: block;
	height: 105px;
}

#leftmenu.inner_leftmenu {
	margin: 0 0 -20px !important;
}
#leftmenu.inner_leftmenu .first{
	width: 100% !important;
}

.leftmenu_tabs{
	float:left;
	width:112px;
	margin:0 30px 10px 0;
	color:#000 !important;
	text-decoration:none;
	text-align:center;
}
.leftmenu_tabs font{
	border-bottom:1px dashed #000;
}
.leftmenu_tabs.current{
	background:#b52726;
	color:#fff !important;
}
.leftmenu_tabs.current font{
	border:none;
}

#brandlist{
	margin:0 -8px;
	padding:0;
}
#brandlist li{
	list-style:none;
	height:61px;
	padding:15px 8px;
	overflow:hidden;
}
#brandlist li a{
	text-decoration:none;
}
#brandlist li td{
	line-height:14px;
	font-size:10px;
	color:#9e958b;
}
#brandlist li:hover{
	background:url(sprite.png) no-repeat -46px -628px;
}
#brandlist li:hover td{
	color:#000;
}
#brandlist li font{
	color:#000 !important;
	font-size:12px;
	font-weight:bold;
}
#brandlist li.nobg{
	height:auto;
	text-align:right;
	padding-top:0;
}
#brandlist li.nobg a{
	color:#b32425;
}
#brandlist li.nobg font{
	color:#b32425 !important;
	text-decoration:underline;
	font-weight:normal;
	font-style:italic;
}
#brandlist li.nobg span{
	float:right;
	background:url(sprite.png) no-repeat 0 -657px;
	width:17px;
	height:14px;
	margin-top:5px;
}
#brandlist li.nobg:hover{
	background:none;
}

#articles_col{
	border-top:3px solid #b32425;
}
.articles_icon{
	background-position:-35px -280px !important;
	width:34px;
	height:34px;
	margin:12px 6px 0 0;
}
.allarticles a{
	font-weight:normal !important;
	float:left;
	font-size:12px !important;
}
.allitems{
	float:left;
	margin:0 0 15px 50px;

}
.allarticles span, .allitems span{
	float:left;
	background:url(sprite.png) no-repeat -78px -95px;
	width:14px;
	height:13px;
	margin:6px 3px 0;
}


#left_request{
	background:#e1e1e1;
	padding:10px 0;
	font-family:Tahoma, sans-serif;
	font-size:16px;
	display:block;
	color:#000 !important;
	line-height:24px;
	margin-bottom:30px;
}
#left_request span{
	float:left;
	background:url(sprite.png) no-repeat -63px -39px;
	width:44px;
	height:48px;
	margin:0 3px;
}


.index_about h1{
	padding-left:46px;
	margin:0 0 -50px 16px;
	background-position:-70px -35px !important;
	height:34px;
	line-height:34px;
}

.dates td a{
	text-decoration:none;
}
.dates td a font{
	text-decoration:underline;
}

#news_list a img, #articles_list a img{
	float:right;
	margin:5px;
}


#htmltable{
	border-bottom:1px solid #d8d6d4;
	border-collapse:collapse;
}
#htmltable caption{
	text-align:left;
	font-family:Tahoma, sans-serif;
	font-size:16px;
}
#htmltable th{
	text-align:center;
	color:#505050;
	font-weight:bold;
	border-top:3px solid #b32425;
	border-left:1px dashed #C4B9AB;
	border-bottom:1px solid #d8d6d4;
}
#htmltable tr th:first-child{
	border-left:0;
}
#htmltable td{
	text-align:center;
	border-top:1px dashed #c4b9ab;
	border-left:1px dashed #C4B9AB;
}
#htmltable tr:first-child td{
	border-top:0;
}
#htmltable tr td:first-child{
	border-left:0;
}

/* Catalogue
-----------------------------------------------------------------------------*/

.rub, .rub_red{
	background:url(sprite.png) no-repeat -120px -33px;
	display:inline-block;
	*display:inline;
	width:12px;
	height:13px;
}
.rub_red{
	background-position:-108px -33px;
}


/* Footer
-----------------------------------------------------------------------------*/

#webis{
	float:right;
	margin-top:2px;
	padding-top:18px;
	height:16px;
	line-height:16px;
	background:url(webis.png) no-repeat right top;
	font-size:10px;
}


#footmenu{
	float:right;
}
#footmenu td{
	padding-left:30px;
}
#footmenu td div{
	margin-left:-30px;
	padding-bottom:10px;
	font-size:14px;
	color:#fff;
	height:30px;
	line-height:30px;
}
#footmenu td div span{
	float:left;
	margin:7px 10px 0 2px;
	width:18px;
	height:17px;
	background:url(sprite.png) no-repeat;
}
.cat_foot{
	background-position:-60px -113px !important;
}
.cat_clients{
	background-position:-81px -113px !important;
}
.cat_info{
	background-position:-102px -113px !important;
}

#footmenu a{
	color:#000;
	line-height:30px;
}
#footmenu a:hover{
	color:#b52726;
}


/* jCarousel
-----------------------------------------------------------------------------*/
.connected-carousels{
	margin-bottom:-60px;
	position:relative;
}

/** Stage container **/

.connected-carousels .stage{
	clear:both;
	width:1200px;
	margin:0 -20px;
	padding:5px 20px 20px;
	position:relative;
	background:url(sprite.png) no-repeat 0 -145px;
}

/** Navigation container **/

.connected-carousels .navigation{
	position:absolute;
	overflow:hidden;
	height:108px;
	bottom:0;
	right:0;
	z-index:3;
}

/** Shared carousel styles **/

.connected-carousels .carousel{
	position:relative;
	overflow:hidden;
}

.connected-carousels .carousel ul{
	width:20000em;
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
}

.connected-carousels .carousel li{
	float:left;
	position:relative;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage{
	width:1200px;
	height:418px;

}

.carousel-stage .carousels-text{
	position:absolute;
	right:0;
	bottom:130px;
	background:url(dot-white.png);
	padding:5px 10px;
	width:600px;
}
.carousel-stage .carousels-text span{
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Tahoma, sans-serif;
	font-size:22px;
	line-height:26px;
	margin-bottom:4px;
}
.carousel-stage .carousels-text a{
	cursor:pointer;
	float:right;
	width:103px;
	height:23px;
	line-height:24px;
	color:#000 !important;
	text-decoration:none;
	background:url(sprite.png) no-repeat -128px 0;
	text-align:center;
	margin:6px 0 2px;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation{
	float:left;
}
.connected-carousels .carousel-navigation  ul{
	list-style:none;
	margin:0;
	padding:0;
}

.connected-carousels .carousel-navigation li{
	float:left;
	cursor:pointer;
}

.connected-carousels .carousel-navigation li span{
	display:block;
	height:216px;
	width:108px;
}

.connected-carousels .carousel-navigation li.active span{
	margin-top:-108px;
}

/** Stage carousel controls **/

.prev-stage, .next-stage{
	display:block;
	float:left;
	width:57px;
	height:57px;
	margin:26px -12px 0;
	background:url(sprite.png) no-repeat -1px -27px;
}
.next-stage{
	background-position:-1px -85px;
}

.stage .prev-stage, .stage .next-stage{
	display:none;
}


/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation{
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	background:#4E443C;
	color:#fff;
	text-decoration:none;
}

.connected-carousels .prev-navigation{
	left:-15px;
	top:22px;
	text-indent:6px;
}

.connected-carousels .next-navigation{
	right:-15px;
	top:22px;
	text-indent:20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive{
	opacity:.5;
	cursor:default;
}



/** Carousel **/

.jcarousel-wrapper{
	position:relative;
	width:810px;
	padding:0 10px 0 19px;
}

.jcarousel-wrapper-short{
	position:relative;
	width:260px;
	padding:0 25px;
	margin:25px 0 15px;
	border-top:3px dotted #e5e5e5;
	border-bottom:3px dotted #e5e5e5;
}

.jcarousel{
	position:relative;
	overflow:hidden;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

.jcarousel ul{
	width:20000em;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

.jcarousel li{
	float:left;
	width:220px;
	padding:15px 20px 25px;
}
.jcarousel li.news{
	margin:0 -5px 0 10px;
	padding-bottom:5px;
	width:220px;
}
.jcarousel li.items{
	height:230px;
	margin-right:10px;
}
.jcarousel-wrapper-short .jcarousel li{
	padding-bottom:5px;
}
.jcarousel-wrapper .jcarousel li.items:hover,
.item_list.jcarousel li.items:hover{
	background:url(sprite.png) no-repeat -370px -628px;
}

.jcarousel li.news img{
	max-height:100px;
	max-width:100%;
	*height:100px;
}
.jcarousel li.news font, #articles_col td font{
	display:block;
	color:#c8c3bd;
}

.jcarousel img{
	display:block;
	max-width:100%;
	height:auto !important;
}

.jcarousel li.items td a{
	color:#000;
	font-size:14px;
}
.jcarousel li.news td a, #articles_col td a{
	font-family:Tahoma, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.jcarousel .more a, #articles_col .more a{
	float:right;
	color:#9e958b !important;
	font-family:Tahoma, sans-serif !important;
	font-size:12px !important;
	font-weight:normal !important;
	font-style:italic;
	text-decoration:none;
	padding-top:5px;
}
#articles_col .more a{
	float:left;
}
.jcarousel .more a span, #articles_col .more a span{
	float:right;
	background:url(sprite.png) no-repeat 0 -699px;
	width:13px;
	height:9px;
	margin:6px 0 0 3px;
}

.jcarousel li .price{
	font-size:18px;
}
.jcarousel li .price s{
	color:#e31e24;
}

.jcarousel li .manufacturer{
	color:#c8c3bd;
	font-size:11px;
}
.jcarousel li .manufacturer a{
	color:#b52726 !important;
	font-size:11px !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next{
	position:absolute;
	top:40%;
	margin-top:-15px;
	width:32px;
	height:32px;
	background:url(sprite.png) no-repeat;
	text-decoration:none;
}

.jcarousel-control-prev{
	background-position:-63px 0;
	left:10px;
}

.jcarousel-control-next{
	background-position:-95px 0;
	right:10px;
}


.jaction, .jhit, .jnews{
	position:relative;
	background:url(sprite.png) no-repeat right top;
	height:29px;
	line-height:26px;
	padding-left:62px;
	margin-bottom:10px;
	color:#fff;
	font-family:Tahoma, sans-serif;
	font-size:18px;
}
.jnews{
	background:none;
	color:#000;
}
.jsmall{
	background:none;
	color:#000;
}
.jaction .icon, .jhit .icon{
	position:absolute;
	top:-15px;
	left:0;
	width:58px;
	height:65px;
	background:url(sprite.png) no-repeat;
}
.jaction .icon{
	background-position:-259px 0;
}
.jhit .icon{
	background-position:-318px 0;
	top:-18px;
}
.jnews .icon{
	position:absolute;
	top:-3px;
	left:20px;
	width:34px;
	height:34px;
	background-position:-70px -280px !important;
}
.jaction a, .jhit a, .jnews a{
	float:right;
	color:#fff;
	font-family:Tahoma, sans-serif;
	font-size:12px;
	font-style:italic;
	line-height:28px;
	text-decoration:none;
	background:sprite.png) no-repeat;
}
.jnews a{
	color:#b32425;
}
.jaction a font, .jhit a font, .jnews a font{
	text-decoration:underline;
}
.jaction a span, .jhit a span, .jnews a span{
	background:url(sprite.png) no-repeat -60px -95px;
	float:right;
	width:14px;
	height:12px;
	margin:8px 15px 0 6px;
}
.jnews a span{
	background-position:-78px -95px;
}

.pad td{
  padding: 5px 0;
}

.field_title{
	white-space: nowrap;
	padding-right: 8px !important;
}

.input
{
	line-height: 1em;
}

.sub_breadcrumbs{
	position: absolute;
	left: -11px;
	top: -2px;
	width: 520px;
	padding: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	background: #fff;
	border: 1px solid #b52726;
	display: none;
	z-index: 999;
}
.breadcrumbs__item:hover .sub_breadcrumbs{
	display: block;
}


.sub_breadcrumbs .name_subitem{
font-size: 12px;
text-decoration: underline;
font-weight: normal !important;
line-height: 1.2;
}

.sub_breadcrumbs a{
	line-height: 1.2;
}

#breadcrumbs .breadcrumbs_subitem:hover{
	background: #b52726;
}

#breadcrumbs .breadcrumbs_subitem:hover .name_subitem{
color: #fff;
}

#breadcrumbs .breadcrumbs_subitem:hover div{
background: #fff;
}


