html, body, dl, dt, dd, FORM {
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  background: #ffffff url(/images/bg_body.gif); /* this BG tiles the area outside the columns */
  color: #000;
  font-family: Arial, Tahoma, Verdana, Georgia, sans-serif; 
  padding: 12px 20px 20px 20px;
}

TABLE.title {
	color: white;
	background-color: #B7233C;
	font-weight: bold;
	font-size: 13px;
	margin-top: 8px;
	padding: 12px 8px 12px 6px;
	border-left: 3px solid #D8733F;
} 

TABLE.title TD {
}

.container {
	background-color: #ffffff;
	height: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}

.model {
	font-weight: bold;
	font-size: 13px;
	height: 27px;
	padding: 12px 0 0 10px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

.product-container {
	text-align: left;
}

.product {
	margin: 10px 10px 10px 0;
	padding: 10px;
	height: 460px;
	font-size: 12px;
	overflow: auto;
	text-align: center;
}

.product-navigation {
	padding: 0 10px;
}

.product UL {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.product LI {
	padding: 1px 0 6px 12px;
	background: transparent url(/images/orange_dot.gif) no-repeat 0 4px;
}

.prevnext {
	font-size: 11px;
	color: #B7233C;
	text-align: left;
	padding: 10px 0;
}

.prevnext A {
	font-size: 11px;
	color: #B7233C;
	text-decoration: none;
}

.id {
	font-size: 12px;
	width: 410px;
}

.id2 {
	font-size: 12px;
}


