/* general styles */
* {
  font-size: 100.1%;
  font-family: helvetica, arial, sans-serif;
  margin: 0; padding: 0;
}
body {
  font-size: 0.68em;
  text-align: center;
  /*background: #5b5b61;*/
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
p {
  margin: 0 0 0.5em 0;
}
table th, table td {
  vertical-align: top;
}
.clear {
  font-size: 1px; height: 1px;
  clear: both; overflow: hidden;
}

/* container for the content */
#wrapper {
  width: 787px;
  text-align: left;
  margin: 35px auto 20px auto;
}

/* left box, logo and navigation (2nd and 3rd level) */
#left {
  position: relative;
  float: left;
  width: 185px; w\idth: 170px;
  height: 350px;
  margin: 0 15px 0 15px !important;
  margin: 0 15px 0 7px;
  padding: 38px 15px 40px 0;
  background: none;
  border: 1px solid #c3c3c3;
  background: url(../img/spartan-logo-wasserzeichen.gif) no-repeat bottom left;
}
#left #spartan-logo {
  position: absolute; top: -26px; left: -15px;
  width: 186px; height: 64px;
}
#left ul.level_1 {
  list-style: none;
  margin-left: -5px;
}
#left li {
  padding: 0 0 2px 15px;
  background: url(../img/men-main.gif) no-repeat 0px 2px;
}
#left li ul {
  list-style: none;
  margin-left: -12px;
  padding: 0;
  background: url(../img/submen-ul.gif) repeat-y;
}
#left li li {
  height: auto !important;
  height: 10px;
  padding: 0 0 0 7px;
  margin: 0;
  border: 0;
  background: none;
}
#left li li.first {
  background: url(../img/submen-li-first.gif) no-repeat;
}
#left li li.last {
  background: url(../img/submen-li-first.gif) no-repeat bottom left;
}
#left li a {
  font-weight: bold;
  color: #333;
}
#left li li a {
  font-weight: normal;
  display: block;
  padding: 0 0 0 10px;
  margin: 0;
  height: auto !important;
  height: 10px;
  background: url(../img/submen-a.gif) no-repeat 0px 4px;
}
#left a:hover {
  color: #a3001b;
}
#left li li a:hover, #left li li a.active {
  background: url(../img/submen-a-active.gif) no-repeat 0px 4px;
}
#left a.submenu {
  color: #a3001b;
}
#left li li a.active {
  color: #a3001b;
}
#left a.submenu:hover {
  text-decoration: underline;
}

/* main box, header (incl. cart, language and main navigation) and body content */
#main {
  float: left;
  width: 570px;
  background: none;
}

#main #head {

}
#main #head ul.language {
  float: right;
  list-style: none;
}
#main #head ul.language li {
  float: left;
  margin-left: 3px;
  color: #c3c3c3;
}
#main #head ul.language li a {
  color: #c3c3c3;
}
#main #head ul.language li a:hover {
  color: #a3001b;
  text-decoration: underline;
}
#main #head #cartlink {
  float: left;
  width: 80px; height: 7px;
  margin: 5px 0 5px 0;
  font-size: 0.8em;
  color: #a3001b;
  border: 1px solid #a3001b;
  text-align: center;
}
#main #head #cartlink a {
  position: relative;
  top: -7px;
  background: white;
  padding: 0px 1px;
  color: #a3001b;
}
#main ul.navigation {
  clear: both;
  list-style: none;
  margin: 0 0 15px 0;
}
#main ul.navigation li {
  float: left;
  background: #a3001b;
  padding: 10px 0 0 0;
  margin: 0 3px 0 0;
  text-align: center;
}
#main ul.navigation li.last {
  margin: 0 0 0 0;
}
#main ul.navigation li a {
  display: block;
  background: #fff;
  color: black;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
  margin: 0 auto 0 auto;
  text-align: center;
}
#main h1 {
  font-size: 2em;
  margin: 0 0 0.5em 0;
  color: #8d8d93;
  background: url(../img/h1bg.gif) repeat-x bottom left;
}
#main p.col2 {
  float: left;
  width: 277px;
  margin: 0 15px 1em 0;
}
#main p.right {
  margin-right: 0px;
}
#main div.shopitem {
  clear: both;
  margin: 0.5em 0 1em 0;
}
#main table.shopitem {
  width: 100%;
  padding: 0; margin: 0.5em 0 0 0; border: 0;
}
#main .shopitem th {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #8d8d93;
}
#main .shopitem th.first {
  width: 56px;
}
#main .shopitem th.second {
  width: 119px;
}
#main .shopitem th.third {
  width: 300px;
}
#main .shopitem td {
  font-size: 0.8em;
  padding: 5px 2px 0 0;
}
#main .shopitem .specs td {
  font-size: 1em;
  padding: 0 2px 0 0;
}
#main .shopitem ul {
  float: left; width: 570px;
  list-style: none;
  background: url(../img/shopitem-ulbg.gif) repeat-x bottom left;
}
#main .shopitem li {
  float: left;
  background: #fff;
}
#main .shopitem li a {
  font-size: 0.9em;
  color: #fff;
  display: block;
  padding: 0 2px 0 2px; margin: 0 2px 0 0;
  background: #a3001b;
  border: 1px solid #a3001b;
}
#main .shopitem li a.additional {
  background: #5b5b61;
  border: 1px solid #5b5b61;
}
#main .shopitem li a:hover {
  color: #ccc;
}
#main .cartprogress h1 {
  float: left;
  padding-right: 1em;
}
#main .cartprogress h1.active {
  color: #a3001b;
}
#main div.cart {
  clear: both;
  margin: 0 0 1em 0;
}
#main table.cart {
  width: 100%;
  padding: 0; margin: 0 0 10px 0; border: 0;
}
#main .cart th {
  font-size: 0.8em;
  font-weight: normal;
  border-bottom: 1px solid #8d8d93;
}
#main .cart th.first {
  width: 65px;
}
#main .cart th.second {
  width: 215px;
}
#main .cart th.third {
  width: 90px;
}
#main .cart th.fourth {
  width: 90px;
}
#main .cart td {
  font-size: 0.8em;
  padding: 5px 2px 0 0;
}
#main .cart td hr {
  height: 0px; font-size: 0px;
  border: 0;
  padding: 0;
}
#main .cart td hr.dotted {
  border-bottom: 1px dotted #8d8d93;
}
#main .cart td hr.solid {
  border-bottom: 1px solid #8d8d93;
}
#main .cart td input.text {
  padding: 2px 2px 2px 2px;
  border: 1px solid #8d8d93;
}
#main .cart td input.quantity {
  width: 50px;
}
#main .cart td input.description {
  width: 180px;
}
#main .cart input.button {
  padding: 0 2px 0 2px;
  height: 16px;
  border: 1px solid #a3001b;
  font-size: 0.9em;
  color: #fff;
  cursor: pointer !important;
  cursor: hand;
  background: #a3001b;
}
#main .cart td input.button {
  font-size: 1.1em;
}
#main .cart ul input.button {
  margin: 0 2px 0 0;
}
#main .cart input.button:hover {
  color: #a3001b;
  background: #fff;
}
#main .cart td.right, #main .cart th.right {
  text-align: right;
}
#main .cartbuttons {
  width: 570px;
  list-style: none;
  background: url(../img/shopitem-ulbg.gif) repeat-x bottom left;
}
#main .cart ul {
  float: left;
  width: 200px;
  list-style: none;
}
#main .cart ul.right {
  float: right;
  width: 370px;
  text-align: right;
}
#main .cart li {
  float: left;
  background: #fff;
}
#main .cart ul.right li {
  float: right;
  background: #fff;
}
#main .cart li a {
  display: block;
  height: 12px; width: auto !important; width: 50px;
  padding: 1px 4px 1px 4px;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  background: #a3001b;
  border: 1px solid #a3001b;
}
#main .cart li a:hover {
  color: #a3001b;
  background: #fff;
}
#main .cart .right li input.button {
  margin: 0 0 0 2px;
}
#main .cart .right li a {
  margin: 0 0 0 2px;
}
#main td.info {
  color: #8d8d93;
}
#main td.bold {
  font-weight: bold;
  font-size: 1.1em;
}

#main #foot {
  border-top: 1px solid #c3c3c3;
  color: #c3c3c3;
}
#main #foot ul {
  list-style: none;
}
#main #foot li {
  float: left;
  margin-right: 0.3em;
}
#main #foot a {
  font-size: 0.9em;
  color: #c3c3c3;
}
#main #foot a:hover {
  color: #a3001b;
  text-decoration: underline;
}