/* 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;
	position:relative;
}
.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%;
	float:left;
	width:300px;
}

#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; 
}

.cat-offer a {
	color: #FFF;
	text-decoration:none;
	display:block;
}

.cat-small-offer {
	padding:6px;
	font-size: 25px;
	text-align: center;
	background-color:#183767;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: white;
}

.cat-offer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 30px;
	padding:6px;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	background-color:#900;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: white;
}
.cat-offer-txt {
	font-size:11px;
	font-weight:bold;
}