/*---- Hair Dryers page ----*/

#navMainWrapper { /* navigation toolbar at header */
	margin-bottom: 0px; /* gap between the top nav menu and the content */
	}

#collectionDescription {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2px;
	line-height: 22px;;
	text-decoration: none;
	
/*	text-align: justify;*/
}
#collectionDescription a, #collectionDescription a:visited {
  text-decoration: underline;
	color: #FF0093 

}

#collectionDescription .left { 
	float: left;
	margin-left: 35px;
	width: 442px;
	display: inline; /* for ie6.  if floated and with margin, need this */
	padding-bottom: 100px;
}

#collectionDescription .right {
  float: right;
	margin-left: 10px;
	margin-right: 35px;
	width: 442px;
	display: inline; /* for ie6.  if floated and with margin, need this */
	padding-bottom: 100px;
}

#lineupDryers {
  margin-left: 18px;
}

#lineupDryers ul {
  display: inline;
	list-style-type: none;
	padding:0;
	margin:0;
}

#lineupDryers li {
  display: inline;
  margin:0;
	padding:0;
}

#lineupDryers a {
  float: left;
	margin-right: 51px;
}

#lineupDryers img {
	float: left;
	margin-right: 51px;
} 

#mainImage img {
  border: 0;
  margin-top: 0px;
  margin-left: 18px;
/*	margin-bottom: 10px;*/
}

a.icon_overnight {
  display: block;
	width: 108px;
	height: 125px;
  background: url("../images/icon_overnight.jpg");
}
a.icon_overnight:hover {
  display: block;
	width: 108px;
	height: 125px;
  background-image: url("../images/icon_overnight_hover.jpg");
}
a.icon_evolution {
  display: block;
	width: 114px;
	height: 125px;
  background: url("../images/icon_evolution.jpg");
}
a.icon_evolution:hover {
  display: block;
	width: 114px;
	height: 125px;
  background-image: url("../images/icon_evolution_hover.jpg");
}
a.icon_featherweight {
  display: block;
	width: 132px;
	height: 125px;
  background: url("../images/icon_featherweight.jpg");
}
a.icon_featherweight:hover {
  display: block;
	width: 132px;
	height: 125px;
  background-image: url("../images/icon_featherweight_hover.jpg");
}
a.icon_prodryer {
  display: block;
	width: 116px;
	height: 125px;
  background: url("../images/icon_pro.dryer.jpg");
}
a.icon_prodryer:hover {
  display: block;
	width: 116px;
	height: 125px;
  background-image: url("../images/icon_pro.dryer_hover.jpg");
}
a.icon_glowdryer {
  display: block;
	width: 114px;
	height: 125px;
  background: url("../images/icon_glowdryer.jpg");
}
a.icon_glowdryer:hover {
  display: block;
	width: 114px;
	height: 125px;
  background-image: url("../images/icon_glowdryer_hover.jpg");
}
