/* This style sheet contains the styles for the category pages and can be used to overide 
styles from the global css */


/* ---------------------------------------------------------------------------------- HTML styles */
fieldset {
	border-bottom:0px solid #999999;
	padding-left:0px;
	}
/* ---------------------------------------------------------------------------------- box styles */
.cat_card_box {
	}
.cat_card_box_tl {
	}
.cat_card_box_tr {
	}
.cat_card_box_content {
	}
.cat_card_box_bot {
	}

/* ----------------------------------------------------------------------------------general */
/* try to float ranges to bottom of page, hide for now as not working
div.bottom_table {
	height:100%;
	border:1px solid #00CC33;
	display:table;
	#position:relative;
	}
div.bottom_cell {
	display:table-cell;
	vertical-align:bottom;
	#position: absolute;
	#top: 50%;
	}
.ranges_box {
	margin-top:1em;
	margin-bottom:1em;
	background-color:#FFEAD9;
	#position: relative;
	}
*/
.ranges_box {
	margin-top:1em;
	margin-bottom:1em;
	}
.ranges_box_tl {
	}
.ranges_box_tr {
	}
.ranges_box_content {
	padding:20px 0px 20px 15px;
	min-height:150px;
	_height:150px;
	border-left:2px solid #5EBCBF;
	border-right:2px solid #5EBCBF;
	border-bottom:2px solid #5EBCBF;
	background:url(../images/home/shade_list.gif) top left repeat-x #DBFAFC;
	}
.ranges_box_bot {
	}
H1.ranges_h, H2.ranges_h {
	background-color:#5EBCBF;
	color:#ffffff;
	font-size:1em;
	padding:0.2em 0.2em 0.2em 0.6em;
	min-height:1%;
	background:url(../images/shade_h1_green.gif) top left repeat-x #5EBCBF;
	}
.header_box_tl{
	width:100%;
	background:url(../images/shade_h1_green.gif) top left repeat-x #5EBCBF;
	height:22px;
	}
.header_box_tr {
	}
.header_box_tr div
{
	float:left;
	color:#ffffff;
	font-size:18px;
}
H1.header_h, H2.header_h, H3.header_h, H4.header_h, H5.header_h, H6.header_h {
	color:#ffffff;
	font-size:1em;
	padding:0.2em 0.5em 0.2em 0.5em;
	float:left;
	}
div.ranges {
	float:left;
	margin-right:5px;
	}

