/* CSS Document */

#filter {
	width:180px;
	float:left;
	display:inline;
}

#parentCategoryName {
	font-size: 60%;
	color:#666;
}

#filter_header {
	height: 27px;
	text-align:center;
	background-color:#EFEFEF;
	padding-top: 7px;
	margin-bottom: 3px;
	font-size: 125%;
}

#filter_list {
	list-style:none;
	padding:0;
	margin:0;
}

.product_container {
	width:900px;
	margin: 0 auto;
	float:left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
}

.product_image {
	width: 125px;
	height: 125px;
	top:50%;
	margin-right: 15px;
	float:left;
	display:inline;
	text-align:center;
}
.list-style-products {
	width: 70px;
	height: 70px;
}
.product_text {
	width: 650px;
	float:left;
	display:inline;
}
.product_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.image {
	max-height: 125px;
	max-width:125px;
}
.image-list-style {
	max-height: 70px;
	max-width: 70px;
}

#category_filter {
	line-height: 200%;
}

#sort_options {
	font-size: 85%;
	width: 200px;
	float:right;
	text-align:right;
}

.with-filter_wrapper {
	width: 700px;
	margin-left: 20px;
}

.with_filter {
	width:550px;
}

.sort_option {
	margin-right: 10px;
}

.product_options {
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.products_container {
	float:left; 
	display:inline; 
	width:700px; 
}