.filter-control {
	padding: 5px 0;
	overflow: auto;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.or {
	color: #999;
	margin: 5px 0;
}
.print-control {
	padding: 5px 0;
	overflow: auto;
}
.pricelist {
	overflow: auto;
}
.pricelist table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.pricelist table th, .pricelist table td {
	border: 1px solid #ddd;
	border-width: 1px;
}
.pricelist table th {
	padding: 7px;
	background-color: #F7F7F7;
	text-align: center;
}
.pricelist table th a {
	text-decoration: none;
	padding-right: 15px;
	background: url('../../image/myoc/sort.png') right center no-repeat;
}
.pricelist table td {
	padding: 5px;
}
.pricelist table .checkbox {
	position: static;
	display: table-cell;
	width: 1px;
}
.pricelist table .checkbox input[type="checkbox"] {
	/*margin: 0;*/
}
.pricelist table td.left {
	text-align: left;
}
.pricelist table td.right {
	text-align: right;
}
.pricelist table td.center {
	text-align: center;
}
.pricelist table td.image .thumbnails {
	margin: 0;
}
.pricelist table td.image img {
	padding: 3px;
	border: 1px solid #ddd;
}
.pricelist table td ul.category  {
	padding: 20px;
}
.pricelist table td .price {
	font-weight: bold;
}
.pricelist table td .price-old {
	text-decoration: line-through;
}
.pricelist table td .price-new {
	color: #f00;
	font-weight: bold;
}
.pricelist table td .discount {
	margin-top: 10px;
	color: #666;
}
.pricelist table td .nostock {
	color: #c00;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
	float: none;
}
.pricelist table .form-group .checkbox {
	display: block;
	width: auto;
}
.pricelist #price-filter {
	border:0;
	color:#333333;
	font-weight:bold;
}
.pricelist table.price-filter {
	border-collapse: collapse;
	border: none;
}
.pricelist table.price-filter td.slider {
	padding:0 20px 0 10px;
	width:80%;
	border:none;
}
.pricelist table.price-filter td.btn-slider {
	padding: 0px;
	border:none;
}
