@charset "utf-8";
/* CSS Document */



#category_titlebar {
	width: 540px;
	height: 40px;
	margin: 0;
	position: relative;
	}
	
	#category_titlebar h1 {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0;
		}
		
	#category_titlebar h1 strong {
		font-size: 12px;
		font-weight: normal;
		}	
		
		
/* [ Categories ] */
#category_display {
	width: 540px;
	float: left;
	margin: 0 10px 40px 0;
	}

#category_tools {
	width: 200px;
	float: left;
	padding: 60px 0 0;
	}	
	
/* [ Button View All ] */

#button_view_all {
	height: 30px;
	background: #855a43 url(category_list_h4.gif) repeat-x top;
	border: 1px solid #582108;
	display: block;
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	}
		
/* [ Category List ] */

.category_list {
	background: #e7ddd4;
	border: 1px solid #582108;
	position: relative;
	min-height: 1px;
	margin: 0 0 10px 0;
	}

	.category_list h4 {
		height: 28px;
		padding: 0 0 0 10px;
		line-height: 28px;
		background: #855a43 url(category_list_h4.gif);
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		margin: 0;
		border-bottom: 1px solid #582108;
		}
		
	.category_list ul {
		margin: 0;
		padding: 5px 10px 10px;
		list-style: none;
		}
		
	.category_list li {
		margin: 0;
		padding: 0;
		}