/*************************

	CATEGORY STYLES 	**
	
**************************/

#category-left {
	float:left;
	width:675px;
}
#category-right {
	float:left;
	width:255px;
	margin:0px 0px 0px 10px;
}
#category-advertisement-right {
	float:left;
	width:255px;
	background-color:#fff;
	height:350px;
}
#category-advertisement-right-bottom {
	float:left;
	width:255px;
	background-color:#ccc;
	height:400px;
	margin:16px 0px;
}
#category-header-container {
	float:left;
	background-color:#ccc;
	width:660px;
	padding:5px;
	margin:0px 0px 16px 0px;
}
#category-header-container-left {
	float:left;
	width:160px
}
#category-header-container-right {
	float:left;
	width:480px;
}
#category-header-name {
}
#category-header-image {
	background-color:#fff;
	width:150px;
	height:80px;
}
#category-header-description {
	width:480px;
}
#category-header-description p {
	font-size:12px;
	font-weight:bold;
	padding:8px 0px 0px 0px;
}
.category-listing-container {
	float:left;
	width:146px;
	height:200px;
	padding:5px;
	margin:0px 10px 10px 0px;
	border:solid 1px #fff;
}
.category-listing-image {
	position:relative;
	margin:5px auto;
	width:140px;
	height:100px;
	background-color:#fff;
}
.category-listing-name {
	width:100%;
	padding:5px;
}

 