body {
  background-color: #FFFFFF;
  margin: 0px;
  font-family: Arial, "sans-serif";
  font-size: 0.69em;
}

#container {
  width: 984px;
  margin: 0px auto 0px auto;
  position: relative;
}

a img {
  border: 0px;
}

#header {
  color: #939393;
  background-image: url(../styleImages/border-grey.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 151px;
  overflow: hidden;
  margin-bottom: 30px;
}

#logo {
  float: right;
}

#navigation {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 126px 0px 0px 0px;
  font-size: 127%;
  line-height: 120%;
  float: left;
}

#navigation li {
  display: block;
  padding-right: 20px;
  height: 25px;
  float: left;
}

#navigation li a {
  float: left;
  color: #939393;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 2px;
}

#navigation li a:hover,
#navigation li.selected a {
  color: #F06C9A;
  text-decoration: none;
  border-bottom: solid 6px #F06C9A;
}

ul#subnav li ul {
  display: none;
}

ul#subnav li.selected ul {
  display: block;
}

#mini-basket {
  float: left;
  width: 120px;
  height: 19px;
  margin: 0px 0px 0px 0px;
  padding: 125px 0px 0px 2px;
  background-image: url(../styleImages/mini-basket.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  font-size: 109%;
}

#mini-basket span {
  padding-right: 8px;
  width: 18px;
  float: left;
  text-align: center;
  cursor: pointer;
}

#mini-basket a {
  color: #939393;
  text-decoration: none;
}

#mini-basket strong {
  font-weight: normal;
  padding: 0px 4px 0px 4px;
}

#breadcrumb {
  position: absolute;
  top: -31px;
  left: -228px;
  height: 23px;
  margin: 0px 0px 0px 0px;
  padding: 7px 0px 0px 0px;
  color: #939393;
  whitespace: nowrap;
}

#breadcrumb a {
  color: #939393;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #F06C9A;
}

#bookmark {
  color:#939393;
  top: -23px;
  right: 0px;
  position: absolute;
}

#bookmark a {
  color: #939393;
  text-decoration: none;
}

#bookmark a:hover {
  color: #F06C9A;
}

.txtLink {
  font-size: 9px;
  padding: 0 0 0 10px;
  color: #929292;
  text-decoration: none;
}

#leftcol {
  width: 228px;
  float: left;
  font-size: 109%;
}

#leftcol #search {
  margin: 0px;
  padding: 0px;
  float: left;
}

#leftcol #search input {
  float: left;
}

#leftcol #search input.field {
  background-color: #DCDCDC;
  border: 0px;
  color: #808080;
  font-size: 12px;
  font-family: Arial, "sans-serif";
  padding: 6px 4px 5px 9px;
  margin: 0px 2px 0px 0px;
  width: 175px;
}

#subnav,
#subnav ul {
  clear: both;
  list-style: none;
  margin: 0px 9px 0px 0px;
  padding: 10px 0px 14px 0px;
  border-bottom: solid 1px #E1E1E1;
}

#subnav li {
  padding: 4px 0px 5px 0px;
}

#subnav li a {
  color: #939393;
  text-decoration: none;
  margin-left: 10px;
}

#subnav li ul {
  padding-bottom: 6px;
  margin-bottom: 4px;
  padding-top: 6px;
}

#subnav li ul li a {
  margin-left: 20px;
}

#subnav li.selected a,
#subnav li ul li.selected a {
  color: #f06C9A;
}

#subnav li.selected a {
  background-image: url(../styleImages/subnav-selected-bg.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 17px;
}

#subnav li.selected ul a {
  color: #939393;
  background-image: none;
}

#newsletter {
  float: left;
  width: 199px;
  clear: both;
  background-color: #C1D72E;
  margin: 20px 0px 0px 0px;
  color: #676767;
  padding: 10px;
}

#newsletter h3 {
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: 127%;
}

#newsletter p {
  margin: 2px 40px 0px 0px;
  padding: 0px;
}

#leftcol #newsletter form {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  float: left;
}

#leftcol #newsletter input {
  float: left;
}

#leftcol #newsletter input.field {
  background-color: #FFFFFF;
  border: 0px;
  color: #808080;
  font-size: 12px;
  font-family: Arial, "sans-serif";
  padding: 6px 2px 5px 9px;
  margin: 0px 2px 0px 0px;
  width: 149px;
}

#leftcol p.padded {
  padding: 10px;
}

#leftcol .panel {
  padding: 14px 10px 10px 10px;
  clear: both;
}

#leftcol .panel p {
  padding: 5px 0px 8px 0px;
  margin: 0px 0px 0px 0px;
}

#leftcol .panel p img {
  margin-bottom: 4px;
}

#leftcol .panel p strong {
  color: #C1D72E;
  font-size: 125%;
}

#leftcol .panel p strong a {
  color: #C1D72E;
  text-decoration: none;
}

#content {
  float: left;
  width: 756px;
  padding: 0px 0px 30px 0px;
  border-top: solid 1px #E1E1E1;
  position: relative;
}

#footer {
  clear: both;
  background-image: url(../styleImages/border-grey.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 109%;
  height: 50px;
}

#footer ul {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 10px;
}

#footer ul li {
  display: inline;
  padding-right: 16px;
}

#footer ul li a {
  color: #B6B6B6;
  text-decoration: none;
}

#footer p {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  color: #B6B6B6;
  float: right;
}

#footer p a {
  color: #B6B6B6;
  text-decoration: none;
  padding-left: 13px;
  float: right;
}

#footerLogo {
  display: inline;
  float: right;
  clear: both;
}

#footer p img {
  vertical-align: top;
  border: 0px;
}

#accountNav {
  padding: 0px;
  line-height: 1.8em;
  font-size: 109%;
}

#accountNav ul {
  padding: 0 0 20px;
}

#accountNav ul li,
#accountNav a {
  display: inline;
  padding: 0 20px 0 0;
  text-decoration: none;
}

td.profileLeft {
  font-size: 107%;
  font-weight: bold;
  width: 150px;
}

td.profileRight {
  font-size: 107%;
}