div.hose {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	width: 700px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid thin grey;
	clear: both;
}
div.hose td, div.hose p, div.hose div, div.hose span {
	font-size: 12px;
	color: black;
}
div.hose h2 {
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #007ac3;
}

div.hose .description img {
	margin-right: 20px;
}

div.hose .packing_picture {
}

div.hose .explanation {
	background-color: lightgrey;
	padding: 3px;
	margin-top: 10px;
}
div.hose .explanation td {
	vertical-align: top;
}

/******************/
/* Diameter Table */

div.hose table.diameters {
	border: solid 1px black;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hose table.diameters th {
	font-size: 12px;
	text-align: center;
}
div.hose table.diameters td.diameter_cell {
	border-top: solid 1px black;
	text-align: center;
}
div.hose table.diameters td.inside_diameter {
	font-weight: bold;
	font-size: 14px;
}
div.hose table.diameters td.diameter_header {
	border-top: solid 1px black;
	background-color: lightgrey;
	padding-left: 40px;
}
div.hose table.diameters tr.altrow td {
	background-color: #E8E8E8;
}



div.hose div.notes {
	font-size: .9em;
	margin-bottom: 15px;
}


div.hose .packinginfo table {
	float: left;
	margin-right: 20px;
	border: solid 1px black;
}
div.hose .packinginfo table td, div.hose .packinginfo table th {
	padding: 5px;
	margin: 0px;
}
div.hose .packinginfo .whenpacking {
	padding-top: 25px;
}
div.hose .packinginfo table tr.altrow td {
	background-color: lightblue;
}


div.hose .fittinginfo img {
	overflow: auto;
	float: right;
}
div.hose .fittinginfo p {
	font-weight: bold;
	font-size: 110%;
	line-height: 1em;
}


/****************************/
/* Hose specific formatting */
div#annuflex table.diameters td{
	font-size: 10px;
}