body {
  background-color: #F6F6F6;
  margin: 0px 2px 0px 0px;
  font-family: Arial, sans-serif;
  font-size: 0.88em;
  color: #666666;
  background-image: url(/images/body-bg.gif);
  background-repeat: repeat-y;
  background-position: center;
}

a img {
  border: 0px;
}

#container {
  background-color: #FFFFFF;
  background-image: url(/images/container-bg.gif);
  background-repeat: repeat-y;
  padding: 0px 28px 0px 28px;
  margin: 0px auto 0px auto;
  width: 940px;
}

#header {
  position: relative;
}

#header #mini-basket {
  position: absolute;
  background-image: url(/images/basket-bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 248px;
  height: 33px;
  top: 38px;
  right: 0px;
  padding: 13px 0px 20px 56px;
}

#header #mini-basket h3 {
  color: #EA1289;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 121%;
  line-height: 120%;
}

#header #mini-basket h3 a {
  color: #EA1289;
  text-decoration: none;
}

#header #mini-basket h3 a.checkout {
  color: #3CA5DF;
}

#header #mini-basket p {
  color: #424242;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 120%;
  font-size: 93%;
}

#header #mini-basket p span {
  padding-left: 20px;
}

#navigation {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#navigation li {
  display: block;
  float: left;
  height: 34px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(/images/nav-left.gif);
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: bold;
  font-size: 86%;
  background-color: #EA1289;
  border-bottom: solid 1px #FFFFFF;
}

#navigation li a {
  float: left;
  padding: 10px 10px 9px 10px;
  background-image: url(/images/nav-right.gif);
  background-repeat: no-repeat;
  background-position: top right;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}

#navigation li.selected {
  background-image: url(/images/nav-selected-left.gif);
  background-color: #3CA5DF;
  height: 35px;
  border-bottom: 0px;
}

#navigation li.selected a {
  background-image: url(/images/nav-selected-right.gif);
  padding-bottom: 10px;
}

#sub-navigation {
  background-color: #3CA5DF;
  color: #FFFFFF;
  font-size: 86%;
  clear: both;
  width: 100%;
}

#sub-navigation p {
  padding: 8px 0px 7px 18px;
  margin: 0px;
}

#breadcrumb {
  color: #666666;
  font-size: 86%;
  padding: 9px 0px 13px 14px;
  letter-spacing: -1px;
  margin: 0px;
  clear: both;
}

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

#leftcol {
  float: left;
  width: 200px;
  padding-right: 19px;
}

#leftcol .panel {
  background-color: #F0F0F0;
  margin: 0px 0px 18px 0px;
}

#leftcol .panel h2 {
  background-image: url(/images/left-header-top.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #EA1289;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 7px 0px 4px 14px;
  font-size: 129%;
  font-weight: normal;
  letter-spacing: -1px;
  border-bottom: 2px solid #FFFFFF;
}

#leftcol .panel#search h2 {
  padding-bottom: 6px;
  border: 0px;
}

#leftcol .panel form {
  margin: 0px;
  padding: 14px 0px 13px 6px;
  position: relative;
  width: 194px;
}

#leftcol .panel input.text {
  background-color: #FFFFFF;
  color: #424242;
  border: solid 1px #8A8A8A;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
  padding: 5px 4px 5px 4px;
  width: 160px;
}

#leftcol .panel#search input.button {
  position: absolute;
  top: 8px;
  right: 2px;
  background-image: url(/images/search.png) !important;
  background-image: url(/images/search.gif);
  background-repeat: no-repeat;
  border: 0px;
  background-color: transparent;
  width: 42px;
  height: 43px;
  cursor: pointer;
}

#leftcol .panel#newsletter input.text {
  width: 135px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  margin-top: 0px;
}

#leftcol .panel#newsletter input.button {
  width: 40px;
  padding: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

#leftcol .panel#newsletter p {
  padding: 10px 10px 0px 8px;
  margin: 0px;
  line-height: 120%;
  font-size: 82%;
}

#leftcol .panel ul {
  list-style: none;
  padding: 4px 0px 7px 14px;
  margin: 0px 0px 0px 0px;
  font-size: 86%;
  color: #333333;
}

#leftcol .panel ul.root li,
#leftcol .panel ul li.selected {
  font-weight: bold;
}

#leftcol .panel ul li {
  padding: 5px 0px 5px 0px;
}

#leftcol .panel ul li a {
  color: #333333;
  text-decoration: none;
}

#leftcol .badge {
  text-align: center;
  padding: 1px 0px 18px 0px;
}

#content {
  float: left;
  width: 721px;
  padding-bottom: 30px;
}

#footer {
  clear: both;
}

#footer p {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 9px 2px;
  font-size: 86%;
  letter-spacing: -1px;
}

#footer ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 11px 0px 11px 0px;
  font-size: 86%;
  letter-spacing: -1px;
}

#footer ul li {
  display: inline;
  text-transform: uppercase;
  padding-right: 4px;
}

#footer ul li a {
  text-decoration: none;
  color: #666666;
  padding: 0px 4px 0px 0px;
}