#Header {
  width:700px;
  height:118px;
  position:relative;
}

#Header h1 {
  position:absolute;
  top:20px;
  right:20px;
  font-weight:normal;
  font-size:32px;
  text-transform:uppercase;
  padding:0;
  margin:0;
}

#Header a {
  display:block;
  position:absolute;
  top:70px;
  right:20px;
  text-transform:uppercase;
  height:11px;
  font-size:11px;
  line-height:11px;
  cursor:pointer;
}

#Header a#CompareItems {top:90px;}
#Header a#Link2 {top:50px;}

.Compare #Header a#Link1 {display:none;}
.Compare #Header a#Link2 {display:none;}

#Select3Products {
  position:absolute;
  top:70px;
  right:20px;
  text-transform:uppercase;
  height:11px;
  font-size:11px;
  line-height:11px;
  cursor:pointer;
  display:none;
}

#Header img {margin-left:5px;}

h2.CategoryHeader {
  width:660px;
  padding:0 20px;
  font-size:16px;
  font-weight:bold;
  height:24px;
  line-height:24px;
  background-color:white;
  font-weight:bold;
  color:black;
  margin:0;
}

div.ProductWrapper {
    float:left;
    width:230px;
    height:240px;
}

a.Product {
  display:block;
  width:100%;
  text-align:center;
}

a.Product:hover {
  color:#FF9900;
}

a.Product:hover .SubHeadline {
  color:white;
}

div#ProductsDiv {
  background-image:url(../../images/section_bg.png);
  background-repeat:repeat-y;
  margin-top:2px;
  padding-bottom:20px;
  padding-top:20px;
  width:700px;
}

.Headline {
  font-weight:bold;
  font-size:14px;
  display:block;
  margin-top:14px;
}

.Headline img {margin-left:10px;}

.SubHeadline {font-size:11px;}

.CompareSelect {
  background-image:url(/shared/images/compare.png);
  height:20px;
  width:124px;
  margin:5px auto;
  line-height:20px;
  font-weight:bold;
  color:white;
  text-align:center;
  cursor:pointer;
  display:none;
}

.CompareSelect:hover,
.CompareSelected {background-position:left -20px;}

.Compare .CompareSelect {display:block;}

a#CompareSelectedButton {
  background-image:url(/shared/images/compare.png);
  color:white;
  cursor:pointer;
  display:none;
  font-weight:bold;
  height:20px;
  line-height:20px;
  margin:20px auto auto auto;
  text-align:center;
  width:124px;
  display:none;
}

a#CompareSelectedButton:hover {background-position:left -20px;}

.Compare a#CompareSelectedButton {display:block;}

.Compare a#CompareItems {display:none;}

.Compare span#Select3Products {display:block}