@charset "utf-8";
body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
hi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
.whiteText p u {
	font-size: 1em;
	font-weight: bold;
}
#product table .HeaderColor td table tr td div h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}

#mainContent #howOrder tr .style27 ul li div {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
#howOrder tr .style27 ul li div .underlinetext b font u {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#howOrder tr .style27 ul {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#howOrder tr .style27 ul li {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}

#mainContent #product {
	margin: 0px;
	font-weight: normal;
	color: #000;
	text-align: center;
	width: 730px;
}
.blackLink {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
}


.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #34689A;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFF;
	margin: 0px;
}
#sidebar1 #shopWrapper {
	margin: 0px;
	padding: 0px;
}
#sidebar1 #shopWrapper h1 {
	font-size: 1.15em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: normal;
}

#sidebar1 ul {
	font-size: 0.9em;
	display: inline;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
}
#sidebar1 ul li {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
}
#sidebar1 ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul li a:hover {
	color: #CCC;
}
#sidebar1 ul li a:visited {

}


.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	clear: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
} 
#mainContent #productHead {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #productHead h1 {
	font-size: 1.2em;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #C33;
}
#productHead2 h1 {
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#mainContent #productHead p {
	font-size: .90em;
}


.twoColFixLtHdr #footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	color: #FFF;
	background-color: #34689A;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
}
#footer a {
	color: #FFF;
}

.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;
}
#productDisplay tr td .productName {
}
.productLink {
	color: #000;
}

.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;
}
#productDisplay tr td table {
	border: 1px solid #34689A;
}
#productDisplay tr td table tr th {
	background-color: #34689A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#productDisplay tr td table tr td {
	border: 1px solid #34689A;
	padding-left: 12px;
	font-size: 0.9em;
	text-align: left;
}
#product #productDisplay tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: left;
}
#productDisplay tr td p #divider {
	margin-left: 35px;
}
#otherInfo tr td ul li div a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: normal;
}
#mainContent #customerService tr #customerService {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
#otherInfo tr td div b #otherInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1em;
}
#mainContent #howOrder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#mainContent #howOrder tr .style2 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}
#howOrder tr .style27 ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
#howOrder tr .style27 ul li div .underlinetext font u {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
.whiteText {
	color: #FFF;
}
#bladeGuideTable tr {
	font-size: 0.9em;
	background-color: #CCC;
	border: 1px solid #000;
}
#bladeGuideTable {
	border: 1px solid #000;
}
#listTable {
	font-weight: normal;
	color: #000;
}
#listTable tr td div strong a {
	font-weight: normal;
	color: #000;
}
.productInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	width: 400px;
}

.productPriceTable {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	border: thin solid #34689A;
}
#productHead2 #productHead {
	color: #C33;
}
.imageLeft {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
.priceTableHead {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #34689A;
}
.productImageCenter {
	text-align: center;
}
#productDisplay tr td table {
	border-top-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
}
.twoColFixLtHdr #container #sidebar1 div p a {
	font-size: 12px;
	color: #FFF;
}
