.filter #price #priceMinMax{
	background: url(../img/drag-background.png) no-repeat top;
	width: 148px;
	height: 40px;
	position: relative;
	margin-left: 0px;
	margin-top: 25px;
  }
  /*
  #price{
    margin-left: -30px;
  }
  #price h2{
    margin-left: 30px;
  }
  */
.filter #price #priceMinMax .drag{
	cursor: pointer;
	width: 35px;
	height: 20px;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 5;
	font-size: 0.8em;
	float: left;
}


.filter #price #priceMinMax #priceMin{
	background: url(../img/drag-up.png) no-repeat top left;

	position: absolute;
	left: -15px;
	top: -18px;
}


.filter #price #priceMinMax #priceMax {
	background: url(../img/drag.png) no-repeat top left;
	position: absolute;
	left: 130px;
	padding-top: 5px;
}

#dalsi-parametry {
	margin-top: 10px;
}

#dalsi-parametry {
	border-top: 2px solid #2DA4DC;
	border-bottom: 2px solid #2DA4DC;
	padding-top: 10px;
	padding-bottom: 10px;

}

#dalsi-parametry #open-close-parametry {
	color: #F64C19;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

#priceMinMaxValue{
	clear:both;
}

.filter #priceMinMaxValue #priceMinValue{
	font-size: 0.9em;
	color: #333;
	float:left;
}
.filter #priceMinMaxValue #priceMaxValue{
	font-size: 0.9em;
	color: #333;
	float:right;
}

#bestseller {
	position: relative;
	top: -20px;
	float: right;
	text-align: right;
}

#bestseller #bestseller-head {
	font-size: 13px;
	font-weight: bold;
	-moz-border-radius-topRight: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topLeft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	background: #CCEEFF;
	padding: 5px 10px 9px 10px;
	color: #000000;
	border: 1px solid #999999;
	border-bottom: 0px;
}

#bestseller #bestseller-body {
	background: #FFFFFF url(../img/sunnysoft-comment-background.png) repeat-x top left;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius-topRight: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	width: 943px;
	border: 1px solid #999999;
	padding: 10px;
	padding-right: 5px;
	margin-top: 8px;
	margin-bottom: 10px;
}

#bestseller #down-line{
	-moz-border-radius-bottomLeft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomRight: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	bottom: 11px;
	left: 1px;
	width: 957px;
	height: 8px;
	background: #CCCCCC url(../img/select-arrow.png) no-repeat 50% 50%;
	cursor: pointer;
}

#bestseller #down-line.open{
	background: #CCCCCC url(../img/select-arrow-up.png) no-repeat 50% 40%;
}

#bestseller #bestseller-body .line {
	padding-top: 5px;
	margin-right: 15px;
	float: left;
	width: 293px;
}
#bestseller #bestseller-body .line img {
	float: left;
	padding: 5px;
}

#bestseller #bestseller-body .line .popis {
	padding-left: 80px;
}


#bestseller-body .line a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

#bestseller-body .cena {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#bestseller-body .cena .no-vat{
	font-size: 10px;
}

#bestseller-body .cena .skladem{
	font-size: 12px;
	color: #7cbc00;
	float: left;
}

#brand {
	border: 1px solid #d0d0d0;
	padding: 3px;
	margin-bottom: 10px;
	position: relative;
	top: -20px; _top: 10px;
	background: #FFFFFF url(../img/comment-input-background.png) repeat-x scroll left top;
	_height: 20px;
}
#brand label {
	margin-left: 5px;
	cursor: pointer;
}
#brand input {
	margin-left: 15px;
}
#brand h2 {
	margin-top: 0px;
	float: left;
	font-size: 1.1em;
}
#brand .brand-show {
	margin-left: 50px;
}

#brand #seznam {
	padding: 10px;
	float: left;	_float: none;
	width: 815px
}

#brand input {
	/*float: right; _float: none;*/
}

.nofound {
	top: -25px;
	position: relative;
}
