#list_categories {
}

#category span{
	margin-left: 15px;

}

.category_container_small {
	position: relative;
	float: left;
	background:url(/images/site/catalog/product_background_small.jpg) no-repeat 0 bottom;
	left: 20px;
	width: 316px;
	height: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.category_container_medium {
	position: relative;
	float: left;
	background:url(/images/site/catalog/product_background_medium.jpg) no-repeat 0 bottom;
	left: 20px;
	width: 316px;
	height: 175px;
	text-align: right;
	overflow: hidden;
}

.category_container_big {
	position: relative;
	float: left;
	background:url(/images/site/catalog/product_background_big.jpg) no-repeat 0 bottom;
	left: 20px;
	width: 316px;
	height: 175px;
	text-align: right;
	overflow: hidden;
}

.category_thumbnail {
	position: relative;
	float: left;
	width: 140px;
	height: 130px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 20px;
}

.category_thumbnail img {
	border: 0px;
	margin-top: 10px;
	float: left;
}

.category_data {
	position: relative;
	float: left;
	width: 150px;
	margin-left: 20px;
}

.category_data_span_container {
	height: 90px;
	overflow: hidden;
}

.category_data span {
	font-size: 0.9em;
}

.category_data img {
}

.category_data h1{
	color: #FF6600;
	font-weight:bold;
	font-size: 11px;
	margin: 0px;
	line-height: 13px;
}

.web_button img{
	border: 0px;
	position: relative;
	margin-left: 45px;
}

.category_title {
	font-size: 1.2em;
	font-variant: small-caps;
	margin-left: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

.category_description {
	font-size: 0.9em;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 90px;
	width: 120px;
	overflow: hidden;
}

.category_button {
	border: 0px;
	cursor: pointer;
	margin-left: 10px;
}
	

