
body {
  background-color: black;
}

.product-box {
	margin-left: 50px;
	margin-top: 10px;
   font-family: ARIAL, HELVETICA;
}
.product-box td.left {
   width : 180px;
	vertical-align: top;
} 

.product-box td.right {
   width : 370px;
	vertical-align: top;

} 

.product-box table.product-profiles {
	width: 390px;
}

.product-box td.profile-header {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.product-box tr.grey {
	background-color: silver;
	text-align: center;	
	font-size: 14px;
	height: 30px;	
}


.product-box tr.white {
	background-color: white;
	text-align: center;	
	font-size: 14px;
	height: 30px;
}

.product-box tr.pink {
	background-color: #fdd3c2;
}

.product-box tr.black {
	background-color: black;
}

.product-box td.infopic {
	background-color: white;	
	width: 30px;
}

.product-box td.speedindex {
  text-align: center;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;  
}

.product-box td.stars{
  text-align: center;
  vertical-align: top;  
  font-size: 28px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;  
}

.silver-stars {
	color: Silver;
}

.product-box  tr.performance-symbol td {
	text-align: center;
  padding: 0px;
  margin: 0px;	
}

p.product-group {
	font-size: 26px;
	font-weight: bold;
	color: #CC3333;
}

p.product-name {
	font-size: 26px;
	font-weight: bold;
	color: white;
}

p.product-image {
margin-bottom: 30px;
}

.product-desc {
	color: white;
	font-size: 12px;
	background-color: black;
	margin: 5px;
}