/* Product navigation */
ul.productInformation{
	width:100%;
	border-bottom:4px solid #5094b7;
	float:left;
	margin-bottom:10px;
	height:26px;}
ul.productInformation li { list-style:none; float:left; }
ul.productInformation a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font-size:12px;
  color:#000;
  background:#d6e6ee;
  position:relative;
  height:10px;
  outline:none;
  border:1px solid #5094b7;
}
ul.productInformation a.selected {
  margin-bottom:0;
  color:#fff;
  background:#5094b7;
  cursor:default;
  border:1px solid #5094b7;
  height:12px;
  font-weight:bold; 
}
ul.productInformation div {
}
ul.productInformation div a { color:#000; font-weight:bold; }