#category_info {
	background: #f1f1f1;
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin: 0 0 15px 0;
}
#category_info p {
	font-size: 13px;
	line-height: 20px;
}

#webshop_items_top_right {
	margin: 0 0 15px 0;
}
#webshop_items_top_right #webshop_sub_filter {
	float: right;
	margin: 0 38px 0 0;
	padding: 2px 0 0 0;
}
#webshop_sub_filter a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	padding: 0 13px 0 0;
	margin: 0 0 0 13px;
}
#webshop_sub_filter a.desc {
	background: url(images/arrow_up.png) no-repeat;
	background-position: 100% 3px;
}
#webshop_sub_filter a.asc {
	background: url(images/arrow_down.png) no-repeat;
	background-position: 100% 3px;
}
#webshop_items_top_right .webshop_navigation {
	float: right;
}
.webshop_navigation a {
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: underline;
	color: #000;
	background: #f1f1f1;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 0;
}
.webshop_navigation span {
	display: block;
	float: left;	
	color: #000;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 0;	
}


#webshop_items_bottom #webshop_filter {
	float: left;
	width: 156px;
}
#webshop_filter .webshop_filter {
	margin: 0 0 27px 0;
}
#webshop_filter .webshop_filter h3{
	font-size: 18px;
	text-transform: uppercase;
}
#webshop_filter .webshop_filter .webshop_filter_inner{
	margin: 20px 0 0 0;
}
#webshop_filter .webshop_filter_inner a.filter_checkbox {
	display: block;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	padding: 4px 0 0 22px;
	height: 14px;
	text-decoration: none;
	background: url(images/filter_checkbox.png) no-repeat;
}
#webshop_filter .webshop_filter_inner a.filter_checkbox.active {
	background: url(images/filter_checkbox_active.png) no-repeat;	
}
#webshop_filter .webshop_filter_inner #input_color {
	border: 0;
	width: 115px;
	height: 13px;
	background: #f2f2f2;
	font-size: 11px;
	color: #000;
	padding: 4px 0 4px 6px;
}

#webshop_filter #webshop_filter_price {
	font-size: 12px;
	color: #000;
}
#webshop_filter_price table {
	width: 120px;
}
#webshop_filter_price table td{
	vertical-align: top;
}
#webshop_filter_price table td.head{
	height: 17px;
}
#webshop_filter_price table a{
	display: block;
	width: 33px;
	height: 15px;
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 4px;
}
#webshop_filter_price table a.active {
	background: #cacaca;
	color: #fff;	
}
#webshop_filter_price table input[type="text"]{
	width: 35px;
	height: 16px;
	border: 0;
	background: #f5f5f5;
	padding: 1px;
}
#webshop_filter_price table input[type="text"].active{
	background: #e8466c;
	color: #fff;	
}
#webshop_filter #submit_button {
	display: block;
	border: 0;
	background: url(images/search_button.png) no-repeat;
	width: 80px;
	height: 23px;
	cursor: pointer;
}
#webshop_filter #filter_colors {

}
#filter_colors a{
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
	float: left;
	background-image: url(images/filter_color_bg.png);
	margin: 0 4px 4px 0;
}
#filter_colors a.all{
	text-indent: 0;
	background: #f5f5f5;
	color: #000;
	background-image: none;	
	text-decoration: none;
	padding: 6px 0 0 3px;
	height: 18px; 
	width: 21px;
	font-size: 11px;
}
#filter_colors a.all.active{
	background: #cacaca;
	color: #fff;
}
#filter_colors a:hover{
	background-image: none;
}
#filter_colors a.active{
	background-image: none;
}

#webshop_items_bottom #webshop_items {
	float: left;
	width: 788px;
}
#webshop_items #no_products {
	font-size: 12px;
}
#no_products h3 {
	margin: 0 0 5px 0;
	font-size: 13px;
}
#webshop_items .webshop_item {
	width: 193px;
	height: 244px;
	float: left;
	background: url(images/bg_webshop_tile.png) no-repeat;
	margin: 0 5px 11px 0;
	font-size: 12px;
	text-transform: uppercase;	
	position: relative;	
}

#webshop_items .webshop_item .size_table {
	display: none;
}
#webshop_items .webshop_item .size_table {
	display: none;
	position: absolute;
	top: 10px;
	left: -210px;
	width: 234px;
	z-index: 2;
}
#webshop_items .webshop_item .size_table .size_table_container {
	padding: 10px 0 10px 0;
}
#webshop_items .webshop_item .size_table .size_table_title {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#webshop_items .webshop_item .size_table table {
	float: left;
	line-height: 14px;
	width: 90px;
}
#webshop_items .webshop_item .size_table table td{

}
#webshop_items .webshop_item .size_table .size_table_info {
	font-size: 12px;
	text-transform: none;
	color: #000;
	text-decoration: underline;
}
#webshop_items .webshop_item:hover .size_table {
	display: block;
}
#webshop_items .webshop_item .size_table .size_table_top {
	background: url(images/size_table_top.png) no-repeat;
	padding: 25px 0 10px 25px;
}
#webshop_items .webshop_item .size_table .size_table_bottom {
	height: 18px;
	width: 234px;
	background: url(images/size_table_bottom.png) no-repeat 1px 0;
}

#webshop_items .webshop_item a {
	text-decoration: none;
	color: #fff;
}
#webshop_items .webshop_item.next_page a {
	position: absolute;
	left: 48px;
	top: 107px;
	display: block;
	height: 21px;
	width: 100px;
	background: url(images/next_page.png) no-repeat;
	text-indent: -9999em;
}
#webshop_items .webshop_item img {
	/*margin: 11px 0 0 18px;*/
	margin: 3px 0 0 3px;
	/*width: 157px;*/
	width: 185px;
	height: 167px;
}
#webshop_items .webshop_item .title {
	color: #000;
	font-size: 12px;
	display: block;
	height: 18px;
	padding: 7px 22px 8px 0;
	cursor: pointer;
	text-decoration: underline;
	margin: 0 0 4px 18px;
	width: 127px;
	background: url(images/bg_product_title.png) no-repeat;
	background-position: 133px 8px;
	line-height: 13px;
	overflow: hidden;
}
#webshop_items .webshop_item .price {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 18px;
}
#webshop_items .webshop_item .old_price {
	color: #ff0000;
	font-size: 15px;
	margin: 0 0 0 5px;
	text-decoration: line-through;
}
#webshop_items .webshop_item.action .price {
	background: #ffde00;
}
#webshop_items .webshop_item .action_label {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 114px;
	height: 67px;
	background: url(images/action.png) no-repeat;
	text-indent: -9999em;
}
#webshop_items .webshop_item .new_label {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 114px;
	height: 67px;
	background: url(images/new.png) no-repeat;
	text-indent: -9999em;
}

#webshop_items .webshop_item.last {
	margin: 0 0 11px 0;	
}
#webshop_items .webshop_item:hover {
	background: url(images/bg_webshop_tile_hover.png) no-repeat;
}
#webshop_items .webshop_item:hover .title {
	color: #fff;
	margin: 0 0 0 18px;	
	/*padding: 11px 18px 0 9px;*/	
	padding: 7px 22px 8px 9px;
	background: #000 url(images/bg_product_title_hover.png) no-repeat;
	background-position: 133px 8px;
}
#webshop_items .webshop_item:hover .price {
	color: #fff;
	font-size: 15px;
	display: block;
	height: 24px;	
	padding: 4px 0 0 9px;
	cursor: pointer;
	font-weight: bold;
	margin: 0 0 0 18px;
	width: 149px;
	background: #000;
}
#webshop_items .webshop_item:hover .old_price {
	display: none;
}
#webshop_items .webshop_navigation {
	float: right;
	margin: 65px 0 0 0;
	height: 60px;
}
