@charset "utf-8";
/* CSS Document */

h3.valve-brand-h{
	border-bottom:1px dotted #FFFFFF;
	color:#3399CC;
	font-family:"calibri";
	line-height:100%;
	font-size:240%;
	margin:15px 0;
	padding:0 0 10px;
	}

ul.valves-sec-nav {
	display:block;
	margin-left:25px;
}

.clear{height: 1px; clear: both;}

ul.valve-brands-1,
ul.valve-brands-2,
ul.valve-brands-3,
ul.valve-brands-4{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	list-style-position:inside;
	}
	
ul.valve-brands-1 li,
ul.valve-brands-2 li,
ul.valve-brands-3 li,
ul.valve-brands-4 li{
	list-style-position:inside;
	}

ul.valve-brands-1 li.selected a,
ul.valve-brands-2 li.selected a,
ul.valve-brands-3 li.selected a,
ul.valve-brands-4 li.selected a{
	border: 1px solid #ffffff;
	background-color: #3399CC;
	padding: 2px;
	}
	
table.brand-table{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #3399CC;
	font-size: 13px;
	border-spacing:1px;
	border-collapse:separate;
	}
	
table.brand-table td{	
	padding: 10px;
	}
	
table.brand-table tr.header{
	color: #ffffff;
	border: none;

	background-color:#3399CC;
	font-weight: bold;
	}
	
table.brand-table tr.even{
	color: #000000;
	border: none;

	background-color:#cccccc;
	}
	
table.brand-table tr.odd{
	color: #000000;
	border: none;
	background-color:#F0F0F0;
	}
	
p.stand-out{
	padding: 5px; 
	border: 2px solid #99CCFF;
	background-image:url("../../assets/images/ft-bg.png");
	background-repeat:repeat-x;
	background-position:center left;
	color: #99CCFF;
	}




