@charset "utf-8";
#ws01container  {
	width: 668px;
	text-align: left;
	padding: 10px;
	background-color: #DDDDDD;

}
#ws01Sidebar1  table  {
	border: 1px solid #A09583;
}
#ws01Sidebar1  {
	float: right;
}




#ws01Content  {
	background-color: #F3F3F3;
	width: 306px;
	height: auto;
	background-image: url(check_valves_data/bac_01.jpg);

}	
#ws01Content  h1   {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	margin-top: 47px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



img  {
	margin: 0px;
	padding: 0px;
}
.oddRow {
	background-color: #EDEAE9;
}
.evenRow {
	background-color: #FFFFFF;
}
#CheckValves  {
	width: 350px;
}
#CheckValves a {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#CheckValves a:hover {
	color: #666666;
}

#CheckValves p {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#CheckValves h5 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	background-color: #A09583;
	text-align: left;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#CheckValves .arrow {
	background-image: url(spry/MenuBarRightUp.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
	cursor: pointer;
	margin: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

