body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#content {
	margin: 0px auto 0px auto;
	width: 750px;
}

#menuDrawer {
	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;
}
#menuDrawerKnob {
    display: none;
}

#header {
	margin: 15px 0px;
	color: white;
	border-bottom: 3px solid #6C0B09;
	width: 750px;
	height: 40px;
}

#logo {
	float: left;
	width: 334px;
	height: 40px;
	background-image: url(../images/logo_catalog.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#logo h1 {
	margin: 0px;
	display: none;
}

#catalogSearch {
	display: none;
}

#catalogMenu {
	display: none;
}

#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:#480C0B; 
  text-decoration:none;
}

#breadcrumb a:hover { 
  text-decoration:underline;
}


#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: #6C0B09;
	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;
}
#productActions {
}

#partGridButton{
	font-weight: bold;
	color: #6C0B09;
	padding: 0px;
	margin: 0px;
}
#partGridButton a{
	/*text-decoration: none;*/
	color: #6C0B09;
}

#pricingChart {
	padding-top: 10px;
	clear: both;
}
#partTableContainer{
	position: relative;
	width: 750px;
	margin: 0px 0px 10px -270px;
	border: 1px solid #6C0B09;
	overflow: visible;
}
#partNumbersTable {
	width: 100%;
	background-color: #DDD;
}
#partNumbersTable th {
	text-align: left;
	font-weight: bold;
}

#sizingChart {
    display: block;
    visibility: visible;
    clear: both;
}

#washingInstructions{
    display: block;
    visibility: visible;
}

#footerLinks{
    display: none;
}

/*
Search classes
*/
.criteria { font-weight:bold; font-style:italic; }
.num_results { font-weight:bold; }
#search_navigation { 
    display: none;
}
