/* CATEGORY-SPECIFIC STYLES */
#category {

}

#catButtons {

}
#categoryTitle {
	color: #F26522;
	font-weight: bold;
}

/* SUBCATEGORIES WITH THIS CATEGORY/BRAND */
#subcats {
	margin: 10px 0;
	padding: 0;
}
#subcats ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subcats li {
	display: inline;
}
#subcats li, #subcats li a, #subcats li a:hover {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	margin: 0;
	padding: 0 1px;
}
#subcats li a:hover, #subcats li a.over {
	color: #F26522;
}

/* ITEM GRID CONTAINING PRODUCTS */
/* NO LONGER USED >> REPLACED WITH GOOD OLD TABLES WHICH WORK ACROSS ALL BROWSERS */
#catItems {

}
#catItems ul {
	float: left;
	list-style: none;
}
#catItems li {
	overflow: hidden;
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../img/bg/category.gif) no-repeat center top;
	width: 142px;
	height: 138px;
	text-align: center;
}
#catItems li img {
	position: relative;
	top: 10px;
	padding: 0;
}
#catItems a, #catItems a:hover {
	text-transform: capitalize;
	text-decoration: none;
	color: #F26522;
	font-size: 11px;
	position: relative;
	left: 10px;
	line-height: 10px;
}
#catItems a:hover {
	color: #333;
}

/* CONTROLS ALONG BOTTOM OF PAGE */
#catControls {
	padding: 20px 0 0 0;
}
#catViewall {
	float: left;
	width: 200px;
}
#catPage {
	float: right;
	width: 300px;
	text-align: right;
}
#catPage ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#catPage li {
	margin: 0;
	padding: 0 1px;
	display: inline;
}
#catPage li, #catPage a, #catPage a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#catPage a:hover, #catPage a.over {
	color: #F26522;
}

/* TABLE STYLES FOR CATEGORY PAGE */
#grid {

}
#grid table {
}
#grid td {
	padding: 10px;
	text-align: center;
	height: 152px;
	width: 138px;
	background: url(../img/bg/category.gif) no-repeat center top;
}
#grid td a, #grid td a:hover {
	text-transform: capitalize;
	text-decoration: none;
	color: #F26522;
	font-size: 11px;
	line-height: 10px;
}
#grid td a:hover {
	color: #333;
}
#grid td.blank {
	background: #fff;
}