@media (max-width: 1150px) {
    /*.peekie {
        display: none !important;
    }*/
    .peeky {
      display: none !important;
    }
    #back-top {
        top: auto !important;
        bottom: 162px !important;
    }
}

body {
	background: #FFF url('../images/body-bg-orange.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	line-height: 100%;
	color: #000;
}

#frameholder,
#footer-inner,
#header-bottom {
	width: 1002px;
	padding: 0 0px;
	margin: 0 auto;
	text-align: left;
}


div#left{
	margin: 0;
	padding: 0 0 0 0;
	width: 220px;
	float:left;
}

#content-holder {
  position: relative;
  background-color: white;
}
 
div#content {
	width: 712px;
	padding: 15px 30px 0 40px;
	float:right;
	background: #FFF;
  margin-bottom: 1em;
}

div#content-full {
	padding: 15px 30px 0 40px;
	background: #FFF;
}

div#content h1 {
	line-height: 1.2em;
}

/***************** header ************************/

div#header-top {
  padding: 0;
  margin: 0 0 100px 0;
  height: 80px;
  padding: 0;
  overflow: hidden;
}

a#logo {
	display: block;
	float: left;
	width: 202px;
	height: 80px;
	background: url('../images/motiv4.png') no-repeat 0 0;
	text-decoration: none;
	margin: 0;
}

	a#logo span { visibility: hidden; }

#topmenu {
	float: right;
	padding: 30px 0 0 0px;
	margin: 0;

}
	
	#topmenu ul,
	#topmenu ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 14px;
	}
	
		#topmenu ul li {
			padding: 4px 11px 4px 0px;
			margin: 0 11px 0 0;
			display: block;
			float: left;
			background: url('../images/header-topmenu-devider.png') no-repeat right 3px;
		}
		
		#topmenu ul li.last {
			margin-right: 0;
      padding-right: 0;
			background: none;
		}
		
		#topmenu ul li a {
			color: #57a1d3;
			text-decoration: none;
      display: block;
      margin: 0 0 8px 0;
		}
			
			#topmenu ul li a:hover,
			#topmenu ul li a.active,
      #topmenu ul li.hover a {
				text-decoration: underline;
			}
      
    
    #topmenu ul li ul {
      position: absolute;
      display: none;
      border: 1px solid #57a1d3;
      padding: 10px 14px;
      background: #FFF;
      margin: 0 0 0 0;
        z-index: 111;
      /*right: 10px;*/
    }
    
      #topmenu ul li ul li {
        float: none;
        background: url('../images/header-topmenu-item-bg.png') no-repeat left 10px;
        padding: 7px 10px 7px 17px;
        margin: 0;
      }
      
      #topmenu ul li ul li a,
      #topmenu ul li.hover ul li a {
        margin-bottom: 0;
        text-decoration: none;
      }
      
      #topmenu ul li ul li a:hover,
      #topmenu ul li ul li a.active,
      #topmenu ul li.hover ul li a:hover,
      #topmenu ul li.hover ul li a.active {
        text-decoration: underline;
      }

      #topmenu li.infobox {
          background: none;
          padding: 7px 10px;
      }
      

#header-bottom {
  position: absolute;
  top: 80px;
  /*left: 50%;
  margin-left: -501px;*/
  height: 50px;
  padding: 25px 0;
}

#manufacturer {
  position: relative;
  float: left;
  width: 211px;
  height: 42px;
  margin: 0 30px 0 0;
  border: 4px solid #57a1d3;
  background: #FFF;   
}


  #manufacturer .sbHolder{
  	background: #FFF url('../images/header-filter-submit.png') no-repeat top right;
  	border: 0;
  	font-size: 15px;
    line-height: 1;
  	font-weight: normal;
  	height: 42px;
  	position: relative;
  	width: 211px;
  }

  #manufacturer .sbSelector{
  	display: block;
  	height: 42px;
  	left: 0;
  	line-height: 42px;
  	outline: none;
  	overflow: hidden;
  	position: absolute;
  	text-indent: 15px;
  	top: 0;
  	width: 211px;
  }
  #manufacturer .sbSelector:link, #manufacturer .sbSelector:visited, #manufacturer .sbSelector:hover{
  	color: #57A1D3;
    font-style: italic;
  	outline: none;
  	text-decoration: none;
  }
  #manufacturer .sbToggle{
  	display: block;
  	height: 42px;
  	outline: none;
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: 211px;
  }
  #manufacturer .sbOptions{
  	background-color: #FFF;
  	border: solid 4px #57a1d3;
    border-top: 0;
  	list-style: none;
  	left: -4px;
  	margin: 0;
  	padding: 0;
  	position: absolute;
  	top: 42px;
  	width: 211px;
  	z-index: 1;
  	overflow-y: auto;
  }
  #manufacturer .sbOptions li{
  	padding: 0 7px;
  }
  #manufacturer .sbOptions a{
  	border-bottom: dotted 1px #57a1d3;
  	display: block;
  	outline: none;
  	padding: 11px 5px 11px 9px;
  }
  #manufacturer .sbOptions a:link, .sbOptions a:visited{
  	color: #57A1D3;
  	text-decoration: none;
  }
  #manufacturer .sbOptions a:hover,
  #manufacturer .sbOptions a:focus,
  #manufacturer .sbOptions a.sbFocus{
  	color: #57A1D3;
    font-style: italic;
    font-weight: bold;
  }
  #manufacturer .sbOptions li.last a{
  	border-bottom: none;
  }  


#search {
  position: relative;
  float: left;
  width: 473px;
  height: 42px;
  border: 4px solid #57a1d3;
  margin: 0 30px 0 0;
  overflow: hidden;
  background: #FFF;
  white-space: nowrap;
}	

  #search input.keyword {
    margin: 0;
    border: 0;
    width: 372px;
    background: #FFF;
    padding: 12px 25px;
    height: 18px;
    font-size: 14px;
    font-style: italic;
    color: #57a1d3;
    vertical-align: middle;
    outline: none;
  }
  
  #search input.keyword.active {
  	font-style: normal;
  }
  
  #search input.submit {
    background: url('../images/header-search-submit.png') no-repeat 0 0;
  	vertical-align: middle;
    z-index: 10;
  	height: 42px;
    width: 48px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
  }

#cart-info,
#user-info {
  position: relative;
  float: left;
  width: 250px;
  height: 50px;
}

  #user-info { width: 240px; }

  #cart-info .image,
  #user-info .image {
    display: block;
    float: left;
    width: 45px;
    height: 42px;
    background: #FFF;
    border: 4px solid #57a1d3;
    margin: 0 9px 0 0;
  }
  
    #cart-info .image { background: #FFF url('../images/header-ico-cart.png') no-repeat; }
  
    #cart-info .inner,
    #user-info .inner {
      float: left;
      display: block;
      text-align: left;
      margin-top: 3px; 
      line-height: 21px;
      color: #006ab3;
    }
    
    #cart-info .inner a {
      display: block;
      color: #006ab3;
      text-decoration: none;

    }
    
    #cart-info .inner a:hover,
    #user-info .inner a:hover { text-decoration: none; }
    
    #cart-info .detail,
    #user-info .detail {
      display: none;
      position: absolute;
      line-height: 21px;
      width: 201px;
      border: 4px solid #57a1d3;
      margin: 0px 0 0 0;
      background: #FFF url('../images/header-ico-cart.png') no-repeat 0px 0px;
      padding: 10px 15px;
      z-index: 200;
      color: #999999;
    }
    
      #cart-info .detail span,
      #user-info .detail span {
        display: block;
        padding: 4px 0 0 0;
      }
      
      #cart-info .detail span.count {
        padding: 2px 0 14px 38px;
      }
      
      #cart-info .detail a,
      #user-info .detail a {
        display: block;
        color: #57a1d3;
        margin: 2px 0 0 0;
      }
      
      #cart-info .detail a.cart,
      #user-info .detail a.user {
        margin-top: 14px; 
      }
    
    
    
    #user-info .inner {
      width: 178px;
      white-space: nowrap;
    }

    #user-info .inner span {
    	color: #c19600;
    }
    
    #user-info .inner a.body {
      color: #c00;
      text-decoration: none;
      font-size: 120%;
    }
    
    #user-info .detail {
      width: 214px;
      background: #FFF;
    }
    
      #user-info .detail span.avatar {
        position: absolute;
        margin: -14px 0 0 -15px; 
      }
      
      #user-info .detail span.fullname {
        padding: 0 0 0 50px;
        font-weight: bold;
        line-height: 1.4;
        height: 46px;
        margin: -2px 0px 0 0;
      }			



/* LEFT */
#box-catalog {
  margin: 0 0 30px 0;
}

.box-left {
	border: 1px solid #d2d2d2;
	margin: 0 0 30px 0;
  padding: 0;
  background: #FFF;
}

	.box-left .headline {
		font-size:18px;
    color: #006ab3;
		font-weight: normal;
		margin: 0 0 10px 0;
    padding: 15px 18px; 
    border-bottom: 1px solid #d2d2d2;
    background: #f5f5f5;
	}
  
  
	.box-left ul {
		list-style-type: none;
		padding: 0;
		margin: 18px 15px 18px 20px;
	}
	
		.box-left ul li {
			list-style-type: none;
			padding: 2px 0 2px 19px;
			margin: 0;
			background: url('../images/content-ico-list-item.png') no-repeat 0 5px;
      line-height: 140%;
		}
    
    .box-left a {
      color: #000000;
      text-decoration: none;
    }
    
    .box-left a:hover { text-decoration: underline; }  
	

	#box-newsletter .inner {
		color: #000;
		font-size: 12px;	
		padding: 6px 13px 18px 13px;
	}
  
    #box-newsletter .inner p { padding: 0 0 14px 5px; margin: 0; line-height: 140%; }
	
    #box-newsletter .newsletter_box { margin: 0; white-space:nowrap; }

		#box-newsletter input.email {
		  border: 1px solid #e0e0e0;
		  background: #f4f4f4;
      padding: 7px 10px;
		  width: 110px;
		  height: 14px;
		  vertical-align: middle;
		  margin: 0;
		  color: #777777;
		  font-size: 12px;
		}
		
		#box-newsletter input.submit {
		  border: 0;
      font-size: 12px;
      height: 30px;
      width: 55px;
      padding: 0;
      margin: 0 0 0 1px;
		  background: #57a1d3;
      color: #FFF;
      font-weight: bold;
		  vertical-align: middle;
		  cursor: pointer;
		}



/* HOME */
#home-teaser,
#banner-catalog {
	z-index: 1;
	left: 0;
	width: 782px;
	margin: -15px -40px 0 -40px;
	height: 321px;
}

  #banner-catalog {
    height: 121px;
    margin-bottom: 35px;
  }

	#home-teaser-inner,
  	#banner-inner {
		position: relative;
		margin: 0 auto;
	}
	
	#banner-cycle ul {
		margin: 0;
		padding: 0;
		line-height: 1;
		list-style-type: none;
		overflow: hidden; 
	}
	
	#banner-cycle ul li {
		margin: 0;
		padding: 0;
		display: block;
		list-style-type: none;
	}
	
		#banner-cycle ul li .bg {
			height: 281px;
			padding: 40px 0 0px 40px;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: top left;		
		}
    
    #banner-catalog #banner-cycle ul li .bg {
      padding-top: 25px;
      height: 96px;
    }
		
		#banner-cycle h2 {
			color: #434446;
			margin: 0 0 10px 0;
			padding: 0 20px 20px 0;
			font-size: 26px;
			font-weight: bold;
			background: url('../images/home-carousel-headline-bg.png') no-repeat right bottom;
			width: auto;
			display: inline-block;
		}
    
		#banner-cycle h2 a {
			text-decoration: none;
			color: #434446;
		}
		
		#banner-cycle .perex {
			color: #000000;
			font-size: 13px;
			line-height: 1.4;
			width: 270px;
		}
		
		#banner-cycle div.more {
			padding: 25px 0 0 0;
		}
		
		#banner-cycle div.more a,
		#banner-cycle div.more a:hover {
			display: inline-block;
			font-size: 18px;
			font-weight: normal;
			color: #FFF;
			text-align: center;
			background: #ffa200;
			padding: 9px 24px;
			text-decoration: none;
		}
		 	
			 #banner-cycle div.more a{
				margin-top: 0;
			}
		
			#banner-cycle div.more span {
				visibility: hidden;
			}
		
		
		#banner-nav a {
			width: 53px;
			height: 55px;
			display: block;
			text-decoration: none;
			font-size: 1px;
			position: absolute;
			z-index: 10;
			top: 50%;
			margin-top: -23px;
			/*background: url('../images/teaser-arrow-left.png') no-repeat;*/
		}
    

		
			#banner-nav a.prev { left: 0; display: none; }
			#banner-nav a.next { right: -7px; background-image: url('../images/home-carousel-next.png') }
			#banner-nav a.next span { visibility: hidden; }

		#banner-pager {
			position: absolute;
			bottom: 15px;
			left: 40px;
			height: 10px;
			z-index: 3;
		}
    
    #banner-catalog #banner-pager {
      bottom: 20px;
    }
    
			#banner-pager ul,
			#banner-pager ul li {
				display: inline;
				width: auto;
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
		
			#banner-pager a {
				display: inline-block;
				margin: 0 5px;
				color: #908f8f;
				height: 14px;
				width: 14px;
				vertical-align: bottom;
				text-decoration: none;
				background: url('../images/home-carousel-pagging.png') no-repeat 0 0;
			}
			
				#banner-pager a span,
				#banner-pager .rsl_here a span {
					visibility: hidden;
				}
			
				#banner-pager a:hover,
				#banner-pager a.active,
				#banner-pager .rsl_here a {
					text-decoration: none;
					background-position: 0 -14px;
				}
				
				#banner-pager a.prev,
				#banner-pager a.next {
					text-decoration: none;
					width: 8px;
					height: 13px;
					background: url('../images/teaser-pager-left.png') no-repeat;
				}
				
				#banner-pager a.next {
					background: url('../images/teaser-pager-right.png') no-repeat;
				}



#home-products {
	padding: 30px 0px;

}

	#home-products h2,
	#home-info h2 {
		font-size: 30px;
		margin: 0;
		padding: 0 0 15px 0;
		color: #000; 
	}
	
	#home-products .headline-info {
		font-size: 14px;
		padding: 10px 0 20px 0;
	}
	

/* TEXT CONTENT */
#sitepath {
	padding: 0 0 15px 0;
	font-size: 11px;
	color: #AAA;
}
	
	#sitepath span.raq {
		display: inline-block;
		margin: -2px 1px 2px 1px;
		vertical-align: middle;
	}
	
	body.c-content #center #sitepath a,
	#sitepath a {
		color: #AAA;
		text-decoration: underline;
	}
	
	body.c-content #center #sitepath a:hover,
	#sitepath a:hover {
		text-decoration: none;
	}
	



body.c-content h1 {
  padding-top: 20px;
}	

body.c-content #center,
body.c-catalog #content-info,
.article {
	font-size: 12px;
	color: #000;
	line-height: 1.5;
}

.article {
  padding: 15px 0;
}

body.c-catalog #center h1,
body.c-catalog #center sitepath,
body.c-homepage #center h1,
body.c-homepage #center sitepath {
	line-height: 1.5;
}




/* FOOTER */
#footer {
	padding: 0;
  clear: both;
  position: relative;
}

	#footer-inner .footer-top {
    position: relative;
    background: url('../images/footer-menu01_blank.png');
	}
	
	#footer-inner .footer-top .box {
		display: inline-block;
		height: 113px;
		vertical-align: middle;
		margin: 0 0 0 -3px;
		padding: 0;
	}
	
		#footer-inner .footer-top .box .inner {
			display: table-cell;
			vertical-align: middle;
			text-align: left;
			padding: 0 0 0 110px;
			height: 113px;
			font-size: 13px;
			line-height: 150%;
			color: #505050;
		}
		
			#footer-inner .footer-top .box .inner span {
				color: #57a1d3;
        font-weight: bold;
			}
	
		#footer-inner .footer-top .box01 {
			background: url('../images/footer-menu01_oppa.png') no-repeat;
			width: 245px;
			margin-left: 0;
		}

		#footer-inner .footer-top .box02 {
			background: url('../images/footer-menu02.png') no-repeat;
			width: 252px;
      background-position: right;
		}

		#footer-inner .footer-top .box03 {
			background: url('../images/footer-menu03.png') no-repeat;
			width: 251px;
      background-position: right;
		}

		#footer-inner .footer-top .box04 {
			background: url('../images/footer-menu04.png') no-repeat;
			width: 252px;
      background-position: right;
		}
		
			#footer-inner .footer-top .box04 .inner {
				padding-left: 100px;
			} 

	#footer-inner .footer-copyright {
		height: 24px;
		padding: 25px 15px 15px 15px;		
		font-family: Tahoma;
		font-size: 10px;
		color: #686868;
		background: #f3f3f3;
		width: 972px;
	}
	
		#footer-inner .footer-copyright a {
			color: #686868;
			text-decoration: none;
		}
		
		#footer-inner .footer-copyright a:hover {
			text-decoration: underline;
		}
	


	/* BACK TOP */
#back-top {
  /*bottom: 162px;*/
  top: 555px;
  z-index: 1000;
  position: fixed;
  right: 0;
}

	#back-top a {
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 1s ease 0s;
    width: 53px;
	}
	
		#back-top span {
	    background: url('../images/content-ico-tothetop.png') no-repeat scroll 0 0 transparent;
	    display: block;
	    height: 20px;
	    padding: 40px 0 0 0px;
	    width: 53px;
		}		


	/* NEW BOX WINDOW */
  #cart-result-overlay  {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    background-color: #000000;
    opacity: 0.75;  
    filter: alpha(opacity=75);  
    -moz-opacity: 0.75;  
    -khtml-opacity: 0.75;  
  }
  
  #cart-result  {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #888888;
    color: #000000;
    display: none;
    left: 50%;
    position: fixed;
    text-align: left;
    top: 50%;
    z-index: 102;
  }

  #cart-result {
    margin-left: -220px;
    margin-top: -240px;
    width: 440px;      
  }

     #cart-result .inner {
      padding: 30px;
     }
     
     #cart-result #box-close {
      float: right;
      margin: 10px;
      cursor: pointer;
     }
     
     #cart-result h2 {
		 	color: #000;
		 	font-size: 28px;
		 	padding: 0 0 30px 0;
		 	margin: 0;
		 }
		 
		 #cart-result p.cufon {
		 	font-size: 16px;
		 	color: #575757;
		 	margin-bottom: 50px;
		 	padding-bottom: 0;
		 }
		 
		 #cart-result .bottom a {
		 	vertical-align: middle;
		 	display: inline-block;
		 }
		 
		 	#cart-result .bottom a.close {
			 	color: #575757;
			 	font-size: 12px;
			 	text-decoration: underline;
			 	margin: 13px 0 0 0;
			 }
			 
			 	#cart-result .bottom a.close:hover {
			 	 	text-decoration: none;
				}
				
			#cart-result .bottom a.cart {
				width: 147px;;
				height: 40px;
				text-decoration: none;
				float: right;
				background: url('../images/catalog-btn-tocart.png') no-repeat 0 -40px; 
			}
			
				#cart-result .bottom a.cart:hover {
					background-position: 0 0;
				}
			
				#cart-result .bottom a.cart span {
					visibility: hidden;
				}

.chyba {
	padding-top: 15px;
	font-size: 14px;
	color: #29abe2;
}
 

#sharebox {
  position:fixed;
  width:72px;
  height:257px;
  top:auto;
  bottom: 0;
  left:0;
  z-index:100
}

	.c-homepage #sharebox {
		top: auto;
		bottom: 0;
	}

#sharebox-header {
	color: #666;
	font-weight: normal;
	line-height: 130%;
	padding: 5px 2px;
	font-size: 11px;
}

#sharebox-inside {
  border:1px solid #DBDBDB;
  background: #EBEBEB;
  position:relative;
  height:250px;
  width:59px;
  margin: 0;
  padding: 0 5px 5px 5px;
}

	#sharebox-inside table {
		margin: 0;
	}
	
	#sharebox-inside table td {
		padding: 0;
	}
		#sharebox-inside table td.fb {
			padding:5px 0 2px 0;
		}
		#sharebox-inside table td.twitter {
			padding:5px 0 0px 0;
		}
		#sharebox-inside table td.gplus {
			padding:5px 0px;
		}
		.fb_edge_comment_widget {
		    margin-left: -550px;
		}
		
		
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides div.bg {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
	
	
.c-content #center ul, 
.c-content ul {
	margin: -4px 0 14px 8px;
	padding: 0;
}

	.c-content #center ul li {
		list-style-type: none;
		padding: 3px 0 3px 18px;
		background: url('../images/left-info-item.png') no-repeat 0 8px;
	}


li.welcome div.perex {
  font-size: 140% !important;;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

li.welcome div.more {
  font-weight: bold;
  font-size: 120%;
}

li.banner-generic a {
  text-decoration: none;
}

li.banner-generic div.perex {
  font-weight: bold;
  font-size: 120% !important;;
  margin-top: 3em;
  width: 400px !important;
  line-height: 3em !important;
}

li.banner-generic div.perex span {
  margin-left: 8em;
}

li.banner-generic div.maximum {
  font-weight: bold;
  line-height: 1.4em;
}

li.banner-generic div.maximum span {
  margin-left: 8em;
}

/* --- peeky ---- */
div.peeky {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 53px;
  z-index: 100;
}

div.peeky a {
  display: block;
  position: relative;
  width: 394px;
}

#hobis {
  top: 195px;
  background: url('../akce/hobis.png') no-repeat;
}
#office {
  top: 415px;
  background: url('../akce/office.png') no-repeat;
}

#hobis.fixed {
  position: fixed;
  top: 15px;
}
#office.fixed {
  position: fixed;
  top: 235px;
}

#hobis img, #office img {
  padding-left: 53px;
}

/* menu numbers */
.menu-parent .number-holder {
  position: absolute;
  top: 0px;
  right: 1px;
  width: 28px;
  height: 41px;
  text-align: right;
  background: url('jquery-treeview/images/fade-slightly-less-small.png') no-repeat;
}
.menu-child>.number-holder {
  height: 30px;
  background: url('jquery-treeview/images/fade.png') no-repeat;
}

.number {
  color: #fff;
  font-weight: bold;
  background-color: #006ab3;
  padding: 1px 2px;
  font-size: 11px;
  border-radius: 2px;
  margin-top: 14px;
  margin-right: 3px;
  display: inline-block;
}

.menu-child>.number-holder .number {
  margin-top: 8px;
}

.treeview .motiv a {
  font-weight: bold;
  color: #ffa200 !important;
}

.treeview .motiv .stararea {
	height: 16px;
	width: 16px;
	margin-right: 6px;
	margin: 0px 0px 0 -18px;
	float: left;
	cursor: pointer;
	color: #ffa200;
}

.treeview .favourites a {
  font-weight: bold;
  color: #00A131 !important;
}

.treeview .favourites .stararea {
	height: 16px;
	width: 16px;
	margin-right: 6px;
	margin: 0px 0px 0 -18px;
	float: left;
	cursor: pointer;
	color: #00A131;
}

.treeview .vyprodej a {
	font-weight: bold;
	color: #c00 !important;
}

.treeview .vyprodej .stararea {
	height: 16px;
	width: 16px;
	margin-right: 6px;
	margin: 0px 0px 0 -18px;
	float: left;
	cursor: pointer;
	color: #c00;
}

.treeview .makro a, .treeview .paction a {
  font-weight: bold;
  color: #c00 !important;
}

.treeview .makro li.active a, .treeview .paction li.active a {
	color: #c00 !important;
}

#kosik {
  position: relative;
  float: left;
  width: 212px;
  height: 42px;
  margin: 0 30px 0 0;
  border: 4px solid #57a1d3;
  background: #FFF;   
}

  #kosik .sbHolder{
  	background: #FFF url('../images/header-filter-submit.png') no-repeat top right;
  	border: 0;
  	font-size: 15px;
    line-height: 1;
  	font-weight: normal;
  	height: 42px;
  	position: relative;
  	width: 212px;
  }

  #kosik .sbSelector{
  	display: block;
  	height: 42px;
  	left: 0;
  	line-height: 42px;
  	outline: none;
  	overflow: hidden;
  	position: absolute;
  	text-indent: 15px;
  	top: 0;
  	width: 212px;
  }
  #kosik .sbSelector:link, #kosik .sbSelector:visited, #kosik .sbSelector:hover{
  	color: #57A1D3;
    font-style: italic;
  	outline: none;
  	text-decoration: none;
  }
  #kosik .sbToggle{
  	display: block;
  	height: 42px;
  	outline: none;
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: 212px;
  }
  #kosik .sbOptions{
  	background-color: #FFF;
  	border: solid 4px #57a1d3;
    border-top: 0;
  	list-style: none;
  	left: -4px;
  	margin: 0;
  	padding: 0;
  	position: absolute;
  	top: 42px;
  	width: 212px;
  	z-index: 1;
  	overflow-y: auto;
  }
  #kosik .sbOptions li{
  	padding: 0 7px;
  }
  #kosik .sbOptions a{
  	border-bottom: dotted 1px #57a1d3;
  	display: block;
  	outline: none;
  	padding: 11px 5px 11px 9px;
  }
  #kosik .sbOptions a:link, .sbOptions a:visited{
  	color: #57A1D3;
  	text-decoration: none;
  }
  #kosik .sbOptions a:hover,
  #kosik .sbOptions a:focus,
  #kosik .sbOptions a.sbFocus{
  	color: #57A1D3;
    font-style: italic;
    font-weight: bold;
  }
  #kosik .sbOptions li.last a{
  	border-bottom: none;
  }  

#box-catalog.kosik {
  margin-top: 50px;
}

#debug {
  position: fixed;
  bottom: 0;
  padding: 1ex;
  background-color: rgba(255, 255, 255, 0.75);
  border-top: 1px solid silver;
  font-size: 10px;
  line-height: 1em;
}
