
* { margin: 0; padding: 0; font-size: 100%; }
ul, ol, li { list-style: none; }
img { border: none; }

h1 {
    text-align: center;
    }

body {
  text-align: center;
  background: #000098 url( "../images/gradient.gif" ) repeat-x 0 0;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

a:link    { color: #000033; text-decoration: none; }
a:visited { color: #003366; text-decoration: none; }
a:focus   { color: #003366; text-decoration: underline; }
a:hover   { color: #003366; text-decoration: underline; }
a:active  { color: #003366; text-decoration: underline; }

.hideme { visibility: hidden; height: 0; overflow: hidden; }
.hideme:focus { visibility: visible; height: auto; overflow: visible; }

div.hr {
  height: 0;
  border-bottom: 3px solid #8EB6DA;
  margin-bottom: 10px;
  overflow: hidden;
}

div.hr hr { display: none; }

p {
  text-align: justify;
  padding-bottom: 1em;
  line-height: 120%;
}

#wrapper {
  text-align: left;
  margin: 38px auto;
  width: 890px;
  background: #0090c5 url( "../images/bg-full.jpg" ) repeat-x 0 0px;
  color: #000033;
  border: 5px solid white;
  overflow: visible;
}

#header {
  background: transparent url( "../images/masthead.jpg" ) no-repeat 0 0;
  color: black;
  margin-left: -36px;
  margin-top: -26px;
  padding-top: 250px;
  /*min-height: 50px;*/
  overflow: visible;
}

#header ul {
  display: block;
  margin: 0px 18px 0px 55px;
  border-bottom: 3px solid #8EB6DA;
  padding-bottom: 5px;
  height: 20px;
}

#header li {
  border-left: 2px solid #000033;
  float: left;
  width: 139px;
  text-align: center;
}

#header li:first-child {
  border-left: none;
}

#header a {
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: bold;
}

#content {
  padding: 0px 18px;
  position: relative;
  padding-top: 5px;
}

#sidebar {
  float: left;
  width: 204px;
  height: 100%;
}

#main {
  float: right;
  width: 630px;
}

/* ----------------------------- */

.categorylist .subMenu {
    display: none;
}
#sidebar ul {
 /* display: block;*/
  /*letter-spacing: -1px;*/
}

#sidebar li {
  display: block;
}

#sidebar li.selected { background-color: #C8E6F7; }

#sidebar li a {
  display: block;
  background: url( "../images/arrow.gif" ) no-repeat 2px 50%;
  padding-left: 35px;
}

#sidebar li a:link    { color: #000033; text-decoration: none; }
#sidebar li a:visited { color: #003366; text-decoration: none; }
#sidebar li a:focus   { color: #003366; background-color: #C8E6F7; text-decoration: underline; }
#sidebar li a:hover   { color: #003366; background-color: #C8E6F7; text-decoration: underline; }
#sidebar li a:active  { color: #003366; background-color: #C8E6F7; text-decoration: underline; }

#sidebar li ul li {
    margin-left: 10px;
    padding-left: 10px;
}

/* ----------------------------- */

#footer {
  clear: both;
  font-size: 80%;
  border-top: 3px solid #1884B7;
  margin: 15px 18px 5px 18px;
}

#footer ul {
  display: block;
  text-align: center;
  padding: 5px;
}

#footer li {
  display: inline;
  border-left: 1px solid white;
  padding-left: 1px;
}

#footer li:first-child {
  border-left: none;
}

#footer a {
  text-transform: uppercase;
  padding: 1px 5px;
}

#footer a:link    { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #C3E5FA; text-decoration: none; }
#footer a:focus   { color: #FFFFFF; text-decoration: underline; }
#footer a:hover   { color: #FFFFFF; text-decoration: underline; }
#footer a:active  { color: #003366; text-decoration: underline; }

/* --------------------------- */

.boxed {
  border: 2px solid white;
  background: #003366;
  color: white;
  padding: 2px 6px 3px 9px;
  margin-bottom: 10px;
  position: relative;
  font-size: 150%;
  font-style: italic;
  font-weight: normal;
  font-family: cursive;
}

input.boxed {
  border: 1px solid white;
  background: #003366;
  color: white;
  padding: 3px 3px 1px 3px;
  margin-bottom: 10px;
  position: relative;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  font-family: cursive;
}



/* -------------------- basket preview ----------------------- */

.basket-preview {
  margin-top: 20px;
  background: url( "../images/basket-repeat.gif" ) repeat-y 0 0;
  color: white;
  font-size: 80%;
}

.basket-preview div#row1 {
    height: 20px;
}

.basket-preview div#row2 {
    height: 25px;
}

.basket-preview div.buttonBar {
    height: 25px !important;
    width: 120px !important;
    margin: auto !important;
    float: none !important;
}

.basket-preview div.buttonBar a.button {
    height: 24px !important;
    width: 90px !important;
    margin: auto !important;
    text-align: center !important;
}

.basket-preview div.column1 {
    width: 101px;
    float: left;
    padding:0px;
    margin-top:3px;
    margin-left:10px;
}

.basket-preview div.column2 {

    float:right;
    margin-left:10px;
    margin-top:3px;
    padding:0;
    width:44px;
    font-weight: bold;
}

.basket-preview p {
  padding: 50px 10px 0px 10px;
  background: url( "../images/basket-top.gif" ) no-repeat 0 0;
}

.basket-preview table {
  margin: 10px!important;
  width: 100%;
}

.basket-preview td { font-weight: bold; }

.basket-preview #vatNote {
  display: block;
  padding: 0px 10px 10px 10px;
  background: url( "../images/basket-bottom.gif" ) no-repeat 0 100%;
  color: white!important;
}

/*************************************************/

ul.breadcrumbs {
  font-size: 75%;
  margin-left: -10px;
  _margin-left: 0px;
  padding-bottom: 10px;
}

ul.breadcrumbs li {
  display: inline;
  background: url(../images/arrow.gif) no-repeat 0% 50%;
  padding-left: 10px;
  padding-right: 4px;
}

ul.breadcrumbs li:first-child {
  padding-left: 0px;
  background-image: none;
}

ul.breadcrumbs li a:link    { color: #000; text-decoration: none; }
ul.breadcrumbs li a:visited { color: #000; text-decoration: none; }
ul.breadcrumbs li a:focus   { color: #000; text-decoration: underline; }
ul.breadcrumbs li a:hover   { color: #000; text-decoration: underline; }
ul.breadcrumbs li a:active  { color: #000; text-decoration: underline; }


