﻿#container {
	margin: 10px auto;
	display: block;
	width: 960px; 
}


.cleaner {
	clear: both;
}

ul {
	margin: 0;
	text-align: left;
}

ul.category {
	background-image: url(../img/title_bg54.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	line-height: 54px;
	text-indent: 1.5em;
	margin-top: 20px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	width: 960px;
	height: 54px;
}

ul.category li {
    list-style-type: disc;
    list-style-position:inside;
/* display: inline; */
    font-weight: bold;
    /*text-shadow: 1px 1px 0px #f3f5da;
    */
padding: 3px 15px;
}
	
	.selected {
		-webkit-border-radius: 15px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #ff3300;
		-webkit-box-shadow: 1px 1px 0px #8c8c5d;
	}
	
	.selected a, .selected a:visited {
		text-shadow: 1px 1px 0px #8c8c60;
		color: #fff;
	}

ul.category a, ul.category a:visited {
		color: #fff;
	}

ul.item {
	margin: auto;
	width: 930px; 
}

ul.item li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px;
}

