body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#content {
	margin: 0px auto 0px auto;
	width: 860px;
}

#catalogSearch {
	float: right;
}

#catalogSearchText {
	background:url(../images/search_input_background.gif) top left no-repeat;
	height:19px;
	width:149px;
	padding:13px 5px 11px 18px;
	font-size:15px;
	color:#263025;
	font-family:arial, sans-serif;
}

#dealerLocatorSubmit { 
	background:url(../images/search_submit_background.gif) top left no-repeat;
	height:43px;
	width:40px;
}

#catalogSearch form input {
	float:left;
}

#catalogSearchText {
	border:none;
}


#menuDrawer {
	background-color:black;
	height: 59px;
	overflow: hidden;
	background-image: url(../images/catalog_pulldown_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#menuDrawer .sleeve {
	padding: 0px;
	height: 59px;
	width:503px;
	text-align: center;
	
	outline: none;
	margin:10px auto;
}

#mainLinks {

}

#mainLinks ul {
	list-style-type:none;
}
#mainLinks ul li {
	/*display: inline;*/
	float: left;
	padding: 0px;
}

#link1 a, #link2 a, #link3 a, #link4 a {
	display:block;
	height:27px;
	background-image:url(../images/catalog_pulldown_menu.gif);
	background-repeat:no-repeat;
}

#link1 a { width:54px; background-position:0px 0px; }
#link1 a:hover { background-position:0px -27px; }

#link2 a { width:53px; background-position:-54px 0px; }
#link2 a:hover { background-position:-54px -27px; }

#link3 a { width:109px; background-position:-107px 0px; }
#link3 a:hover { background-position:-107px -27px; }

#link4 a { width:187px; background-position:-216px 0px; }
#link4 a:hover { background-position:-216px -27px; }

#link1 a span, #link2 a span, #link3 a span, #link4 a span {
	display:none;
}


#menuDrawerKnob {
	clear: both;
	background-image: url(../images/catalog_pulldown_tile.gif);
	background-repeat: repeat-x;
}
#menuDrawerKnob a {
	margin: 0px auto 0px auto;
	display: block;
	width: 320px;
	height: 30px;
	background-image: url(../images/catalog_pulldown_tab.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#menuDrawerKnob span {
	display: none;
}

#headerLinks {
	width: 740px; /*280px;*/ /*740px;*/
	text-align: right;
	margin: -28px auto 0px auto; /*58%*/
	/*border: 1px solid red;*/
}

#headerLinks ul {
	display: inline;
}

#headerLinks ul li {
	display: inline;
}

#headerLinks ul li a{
	text-decoration: none;
	border-right: 1px solid #6C0B09;
	color: #6C0B09;
	font-weight: bold;
	padding: 0px 5px;
	font-size: 0.9em;
}

#headerLinks ul li a:hover{
	text-decoration: underline;
}

#headerLinks ul li a.last{
	border-right: 0px solid #6C0B09;
}

#content {
	width: 800px;
	padding: 5px 0px 0px 20px;
}

#header {
	margin: 15px 0px;
	color: white;
	border-bottom: 3px solid #223027;
	width: 750px;
	height: 40px;
	padding-bottom:7px;
}

#logo {
	float: left;
	width: 382px;
	height: 39px;
	background-image: url(../images/catalog_2011_equipment_guide.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom:5px;
}
#logo h1 {
	margin: 0px;
	display: none;
}



#catalogMenu {
	width: 248px;
	float: left;
	color: black;
}

#catalogMenu ul {
	padding: 0px;
	margin: 0px;
}

#catalogMenu ul li {
	list-style-image: url(../images/arrow_right.gif);
	list-style-position: inside;
	/* IE flickers if you have padding here, I'm not sure why */
	/*padding: 2px 1px 2px 0px;*/
	line-height:20px;
	margin: 0px;
	/* need to specify a pixel font because IE makes each incremental nested list smaller in font size */
	font-size: 12px; 
}

#catalogMenu ul li.level1 {
	background-color: #E4E4E4;
	border-bottom: 1px solid #D4D4D4;
	font-weight: normal;
}

#catalogMenu li a {
	text-decoration: none;
	padding-bottom:5px;
	color: black;
}

#catalogMenu li a:hover {
	color: #223027;
	text-decoration: underline;
	font-weight: bold;
}

#catalogMenu li.level2,
#catalogMenu li.level3,
#catalogMenu li.level4,
#catalogMenu li.level5,
#catalogMenu li.level6,
#catalogMenu li.level7 {
	background-color: #F3F3F3;
	font-weight: normal;
	padding-left: 10px;
}

/* IE incrementally adds the padding-left for each nested UL but Mozilla measures the padding-left 
from the far left side of the containing div. */

html>body #catalogMenu li.level1{ padding-left: 10px; }
html>body #catalogMenu li.level2{ padding-left: 20px; }
html>body #catalogMenu li.level3{ padding-left: 30px; }
html>body #catalogMenu li.level4{ padding-left: 40px; }
html>body #catalogMenu li.level5{ padding-left: 50px; }
html>body #catalogMenu li.level6{ padding-left: 60px; }
html>body #catalogMenu li.level7{ padding-left: 70px; }

#catalogMenu ul li.selected {
	list-style-image: url(../images/arrow_down.gif);
	list-style-position: inside;
	background-color: #F3F3F3;
	border-bottom: none;
	font-weight: bold;
}

#catalogMenu ul li.noChildren {
	list-style-image: url(../images/arrow_right_selected.gif);
	color: #6C0B09;
}

#catalogBody {
	width: 500px;
	float: left;
	color: black;
}
#catalogBody div.sleeve {
	padding-left: 16px;
}

#breadcrumb {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 12px; 
	border-bottom: 1px solid #CCC;
}

#breadcrumb a { 
  color:#223027; 
  text-decoration:none;
}

#breadcrumb a:hover { 
  text-decoration:underline;
}


#productGrid {
}

#productGrid ul {
	padding: 0px;
	margin: 0px;
}

#productGrid ul li {
	display: block;
	float: left;
	width: 140px;
	height: 175px;
	padding: 0px;
	margin: 2px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: .7em;
	overflow: hidden;
}

#productGrid ul li span.gridItem{
	display: block;
	margin: 10px auto 4px auto;
	text-align: center;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

#productGrid ul li a {
	color: #223027;
	text-decoration: none;
}

#productTitle h3 {
	padding: 0px;
	margin: 0px;
}

#bigImage {
	float: left;
	width: 280px;
	overflow: hidden;
}
#bigImage span {
	display: block;
	height: 315px;
}
#thumbnails {
	text-align: left;
}
#thumbnails ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#thumbnails ul li{
	display: inline;
}
#thumbnails ul li a img {
	/*border: 1px solid black;*/
}

#details {
	float: left;
	width: 200px;
	padding-left: 3px;
}
#details ul {
	padding: 12px;
	margin: 0px; 
}
#details ul li {
	font-size: 0.8em;
	color: #888;
}

#details a {
  color:#595959;
  text-decoration: none;
}

#details a:hover { 
  text-decoration:underline;
} 

#productActions {
	clear: both;
	width: 490px;
}

#hiporaDetails {
    clear: both;
    text-align: center;
	padding: 5px;
	margin: 0px;
    border: 1px solid #6C0B09;
}

#washingInstructions{
    clear: both;
	padding: 5px;
	margin: 0px;
	border: 1px solid #6C0B09;
}
#washingInstructions em{
	font-weight: bold;
}
#washingInstructions ul{
	padding: 0px;
	margin: 0px 0px 0px 12px;
}
#washingInstructions ul li {
	list-style: none;
}

#sizingChart {
    clear: both;
	padding: 3px;
	margin: 0px;
    border: 1px solid #6C0B09;
}

#sizingChart table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#sizingChart td{
	font-size: .8em;
	border-bottom: 1px solid silver;
}

#sizingChart .head{
	font-weight: bold;
	text-align: left;
	padding: 0px 10px 0px 0px;
	font-size: 1em;
}

#sizingChart tr.bold td{
	font-weight: bold;
	font-size: .85em;
	border-bottom: 1px solid gray;
}

#sizingChart th{
    white-space: nowrap;
	margin: 0px;
	padding: 0px 15px 0px 12px;
	text-align: left;
	font-size: .85em;
	color: #444444;
}

#sizingChart tr.foot td{
	border-bottom: 0px;
}

#partGridButton, #washingButton, #sizingButton {
	font-weight: bold;
	color: #6C0B09;
	padding: 0px;
	margin: 0px;
}
#partGridButton a, #washingButton a, #sizingButton a{
	/*text-decoration: none;*/
	color: #223027;
}


#pricingChart {
	padding-top: 10px;
}
#additionalContent a{
    color: #6C0B09;
}
#partTableContainer{
	border: 1px solid #223027;
	width: 490px;
	/*overflow: hidden;*/
	height: 250px;
	overflow: auto;
}
#partNumbersTable {
	/*width: 100%;*/
	background-color: #DDD;
}
#partNumbersTable th {
	text-align: left;
	font-weight: bold;
}

.message { color:#00cc33; font-weight:bold;  }

.cleared { clear:both; line-height:0; }

/*
Search classes
*/
.criteria { font-weight:bold; font-style:italic; }
.num_results { font-weight:bold; }
#search_navigation { text-align:center; margin:0.5em auto; }
#search_navigation a {
  margin-right:0.3em;
  color:#480C0B; 
  text-decoration:none;
}
#search_navigation a:hover { 
  text-decoration:underline;
} 
#search_return { float:right; }
#search_return a {
  font-size: 12px; 
  color:#480C0B; 
  font-weight:bold;
  text-decoration:none;
}
#search_return a:hover {
  text-decoration:underline;
}


#warning_block {
	background-color: #FFF7F7;
	background-color: #231f20;
	border: 0px solid #ccc;
	padding: 20px 20px;
	display: none;
}

#warning_block h4 {
	color: #fff;
	margin-top: 15px;
}

#warning_block p {
	color: #fff;
	font-size: 12px;
	line-height: 130%;
}

.safetywarning {
	color: red;
	font-weight: bold;
}
