/* All Categories Page */



#all_cats_left {
	float: left;
	display: inline;
	width: 665px;
	/*margin: 0 20px 20px -10px;*/
	margin:0 10px 20px 0;
	padding: 0;
}

ul.allCatList {
	float: left;
	display: inline;
	width: 156px;
	/*margin: 10px 10px 20px 10px;*/
	margin: 5px 10px 0 0;
}

ul.allCatList li {
	background:url(/images/products/product_list_arrow.gif) left 7px no-repeat;
	padding-left: 10px;
	list-style: none;
	line-height: 15px;
}

ul.allCatList li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

ul.allCatList li a:hover {color:#357C97;}

ul.allCatList li.catTitle {
	background: none;
	padding: 0;
}

ul.allCatList li.catTitle a {
	font-size: 23px;
	font-family: Serif1, Georgia, "Times New Roman", Times, serif;
	line-height: 42px;
	text-decoration: none;
}

div.clearDiv {
	width: 100%;
	clear: both;
	padding: 20px 0 0 0;
}


/*==== Right Column Styles ====*/

#all_cats_right {
	float: right;
	display: inline;
	/*margin: 0 0 20px 0;*/
	padding: 10px 6px 10px 6px;
	background-color: #F3F3F3;
	border: 1px solid #eaeaea;
	border-top: 2px solid #ddd;
	width: 266px;
	min-height: 660px;
	_height: 660px;
}

ul#banners,
ul#banners li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#banners li {
	margin-bottom: 4px;
}
ul#banners a {
	display: block;
	width: 260px;
	height: 190px;
	padding: 3px;
	background: url(/images/banners_allcats/bg_banners.jpg) no-repeat 0 0;
}
ul#banners a:hover {
	background-position: 0 -196px;
}


