html {
  margin: 0;
  padding: 0;
}

body {
	padding: 0 0 20px 0;
	margin: 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: #f03a60;
	font-family: sans-serif;
}

a:hover {
	color: #a80728;
	text-decoration: underline;
}


#header {
  background-image: url(images/header_background.png);
  background-repeat: repeat-x;
  background-position: bottom center;
	height: 130px;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 1000;
}

#header img {
	margin-top: 15px;	
}

#header a {

}

#header #loginInfo {
	font-size: 9pt;
	font-family: sans-serif;
	position: absolute;
	right: 0;
	top: 100px;
	margin: 5px;
}

#navLinks {
  font-size: 9pt;
  padding-top: 2px;
  text-align: left;
}
#footer {
	width: 100%;
	clear: both;
	height: 20px;
	background-color: #f9f9f8;
	border-top: 1px solid #c9cacb;
	text-align: center;
	z-index: 1000;
	font-size: 9pt;
  line-height: 20px;
  margin: 0;
  padding: 0;
	bottom: 0;
	position: absolute;
}

#footer a {
	font-size: 9pt;
}

#main {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
  min-height: 100%;
}

#content {
	z-index: 100;
	width: 770px;
	margin-left: 230px;
	position: relative;
	min-height: 100%;
}

#limitedWidth {
	position: relative;
}

#limitedWidth .intro,#limitedWidth h1, #limitedWidth h2{
  _width: 500px;

}

#sidebarImage {
	position: absolute;
	top: 140px;
	left: -96px;
	width: 388px;
	height: 484px;
	z-index: 0;
}

#otherThings {
	background-image: url(images/other_things_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 212px;
	padding-top: 148px;
	position: absolute;
	top: 180px;
	_top: 130px;
	right: 0;
	margin-right: 35px;
}
#otherThings h3 {
	font-family: sans-serif;
	font-size: 11pt;
	padding: 0px 15px;
	color: #cd002a;
	margin: 0px;
}
#otherThings ul {
	padding: 0px 7px 17px 22px;
	margin: 5px 8px 0px 8px;
	font-family: sans-serif;
	font-size: 10pt;
	color: #4d5154;
	z-index: 1;
}

#otherThings ul li {
	padding-top: 4pt;
}

#otherThings .bottom {
	background-image: url(images/other_things_bottom.gif);
	_background-image: url(images/other_things_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 17px;
	z-index: 0;
}
	
h1 {
	font-family: sans-serif;
	font-size: 16pt;
	color: #cd002a;
	
}

h1 img {


}

h2 {
	font-family: sans-serif;
	font-size: 12pt;
	color: #cd002a;
}

h3 {
	font-family: sans-serif;
	font-size: 10pt;
	color: #cd002a;
}

p,li,td,th {
	font-family: georgia,times,serif;
	font-size: 11pt;
	color: #4d5154;
	line-height: 1.4em;
}
th {
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #4d5154;
}

.intro {
	width: 550px;
}

.numbers {
	margin-left: 50px;
	margin-top: 25px;
	clear: both;
	width: 400px;
}

.numbers h2 {
	font-family: sans-serif;
	font-size: 36pt;
	color: #cd002a;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-right: 30px;
}

.numbers p {
	font-family: sans-serif;
	font-size: 11pt;
	padding-top: 5px;
	font-weight: bold;
}

.numbers .summary {
	line-height: 1em;
}

.numbers input {
	margin-left: 55px;
	margin-top: 12px;
}

.numbers input.plain {
	margin-left: 0;
	margin-top: 0;
}

.numbers .changeLink {
	font-size: 9pt;
	font-weight: normal;
	padding-left: 15px;
}

.thumbContainer {
	background-image: url(images/thumbnail_background.png);
	background-repeat: no-repeat;
	width: 212px;
	height: 242px;
	padding: 8px;
	margin: 4px;
	_width: 230px;
	_height: 258px;
	display:  block;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.thumbContainer a {
	text-decoration: none;
}

.thumbContainer .productName {
	display: block;
	position: absolute;
	top: 190px;
	left: 5px;
	width: 212px;
	_width: 220px;	
	height: 60px;
	overflow: hidden;
	font-size: 11pt;
}

.productImage {
  height: 180px;
  width: 212px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.sideProductImage {
  height: 250px;
  width: 200px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.productInfo h1,.registration h1,.parts h1,.faq h1 {
	margin-bottom: 0px;
}

.productInfo h2 {
	margin-bottom: 0px;
	margin-top: 1.6em;
}
.productInfo h2 a,.registration h2 a,.parts h2 a,.faq h2 a {
	color: #cd002a;
	text-decoration: none;
}
.productInfo p,.registration p,.parts p,.faq p {
	margin-top: 0px;
}
.productInfo p.intro,.registration p.intro,.parts p.intro,.faq p.intro {
	margin-top: 1em;
}
.productInfo ul,.registration ul,.parts ul {
	margin: 0 0 0.5em 0;
	padding-left: 1.5em;
}
.productInfo h3,.registration h3,.parts h3,.faq h3 {
	margin: 0px;
	padding: 0px;
}

.tip {
	font-size: 9pt;
	margin: 0px 20px;
	border: 1px dotted gray;
	padding: 5px;
	background-color: #fcfcfb;
}

.tip img {
	 position: relative;
}

.regTable {
	border-bottom: 1px dotted silver;
	border-width: 0px 0px 1px 0px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;
	width: 450px;
	font-size: 9pt;
	line-height: 1.2em;
}

.regTable td {
	font-size: 9pt;
	line-height: 1.2em;
}

#sidebarRight {
	float: right;
	width: 190px;
	text-align: center;
	padding: 8px;
	background-color: white;
}

.partDiv {
	position: relative;
	float: left;
	width: 234px;
	height: 134px;
	padding: 9px;
	margin: 3px;
	overflow: hidden;
	background-image: url(images/part_background.png);
	background-repeat: no-repeat;
}
.partDiv .addToCart {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 113px;
	/* height: 65px; */
	height: 45px;
	background-color: white;
	text-align: right;
	margin: 7px;
	display: block;
	z-index: 5;
}
.partDiv form {
  margin: 0px;
  padding: 0px;
}
.partDiv img {
	margin-right: 3px;
}

.checkoutButton {
	border: 2px dashed #cd002a;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
.checkoutButton input {
	margin-top: 10px;
}

.faq .question {
	color: #cd002a;
	margin-bottom: 0px;
	border-top: 1px dotted silver;
	padding-top: 6px;
}
.faq .answer {
	margin-top: 0px;
}

td {
  padding: 2px;
}

.errorRight {
	background-color: #e4e4e4;
	padding: 2px;
	border-top: 1px solid #cd0029;
	border-right: 1px solid #cd0029;
	border-bottom: 1px solid #cd0029;
}

.errorLeft {
  background-color: #e4e4e4;
  padding: 2px;
  color: #cd0029;
  border-top: 1px solid #cd0029;
  border-left: 1px solid #cd0029;
  border-bottom: 1px solid #cd0029;
}

.error {
	background-color: #e4e4e4;
	border: 1px solid #cd0029;
	padding: 5px;
	width: 300px;
	margin: 15px auto;
	text-align: center;

}

.error ul {
  padding-left: 30px;
  text-align: left;
}

.error ul li {
	font-family:sans-serif;
	font-size: 9pt;
}

.errorRow td {
	 background-color: #dfced1;
}



#cart {
	width: 600px;
}

#cart td {
  font-family: sans-serif;
  color: #333;
  font-size: 10pt;
}

#cart th {
	 background-color: #F9F9F8;
	 color: #555;
	 font-size: 12px;
	 padding: 4px 2px 2px 2px;
	 text-align: center;
	 border-bottom: 2px solid #bdb8b0;
}

#cart .light {
	background-color: #FFF;
}

#cart .dark {
	background-color: #fbfbfb;
}
#cart .footer td {
  border-top: 1px solid #bdb8b0;
}

/* ORDERS */

.status {
	color: #000;
	font-size: 9pt;
	font-family: sans-serif;
	width: 175px;
	text-align: center;
	display: block;
	background-position: center 0;
	background-repeat: none;
	height: 21px;
	line-height: 22px;
}

table.products{
width: 50%
}

.attention {
	color: #CD002A;
}

