body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	width: auto;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
.padDiv { padding: 8px; width: 250px; }
.newOverAll { text-transform: uppercase; font-weight: bold; padding: 0 0 5px 0; }
.smStarTxt { font-size: 11px; padding: 0 0 5px 0; }
.readMore { padding: 0 0 5px 0; }

a:link {text-decoration:underline; color:#333333;}
a:visited {text-decoration:underline; color:#333333;}
a:hover {text-decoration:underline; color:#CC0000;}

#colorBoxContent {
	padding: 3px 0px 0px 10px;
}

.rowSpacer {
	clear: both;
	height: 8px;
	float: left;
	
}

.formRow {
  clear: both;
}

.inputLabel {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display:inline;
	margin: 0px 0px 0px 0px;
	float: left;
}
input.textfield {
	color: #363636;
	background: #ffffff;
	border: 1px solid #666666;
	height: 17px;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.formLabel {
  float: left;
  width: 125px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.btnSubmit {
  color:#ffffff;
  background: #d31145;
  width:62px;
  border: 5px solid #d31145;
  float: left;
}
.inputLabelError {
	color: #FF0000;
	font-weight: bold;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
}


#hsWrap {
	font-family: Arial, Helvetica, sans-serif;
}

.hsImage {
	float:left;
	margin: 0 10px 0 0;
	border:1px solid #999999;
}
.productImage {
	float:left;
	margin: 0 10px 0 0;
}
	
.hsName {
	float:left;
	font-size:13px;
}



#navlist {
	margin-top:20px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size:11px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin:0 3px 0 0;
}

#navlist a { 
	padding: 4px 11px; 
}

#navlist a:link, 
#navlist a:visited {
	color: #fff;
	background-color: #d31145;
	text-decoration: none;
	font-weight:bold;
}

#navlist a:hover {
	color: #fff;
	background-color: #d31145;
	text-decoration: none;
	font-weight:bold;
}