/* ----------------------------------------------- */
/* - Sitecore test                               - */
/* ----------------------------------------------- */
.editbar_caption {
  color: #FFFFFF;
  text-decoration: none;
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
}

.editbar_tab {
  background-color: #CCCCCC;
}

/* ----------------------------------------------- */
/* - Standard tags                               - */
/* ----------------------------------------------- */

p {
  margin-top:2px;
  margin-bottom:2px;
}

/* ----------------------------------------------- */
/* - Main                                        - */
/* ----------------------------------------------- */

.heading1 {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase; 
  color:white; 
  background-color:#667cb8;
  padding-left:10px; 
  padding-top:4px; 
  padding-right:10px; 
  padding-bottom:4px; 
}

.normal {
  font-family: verdana;
  font-size: 15px;
}

/* ----------------------------------------------- */
/* - Lists                                       - */
/* ----------------------------------------------- */

h1.list {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
}

h2.list {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3.list {
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4.list {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h5.list {
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6.list {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.list {
  font-family: tahoma;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.list {
  font-family: tahoma;
  font-size: 11px;
}

/* ----------------------------------------------- */
/* - Menus                                       - */
/* ----------------------------------------------- */
.menu {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.searchoption {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #667CB8;
  text-decoration: none;
}

/* ----------------------------------------------- */
/* - Detail                                      - */
/* ----------------------------------------------- */

h1.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase; 
  color:white; 
  background-color:#667cb8;
  padding-left:10px; 
  padding-top:4px; 
  padding-right:10px; 
  padding-bottom:4px; 
  margin-bottom:4px; 
}

h4.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top:10px; 
  margin-bottom:10px; 
  color: blue;
}

h5.detail {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top:0px; 
  margin-bottom:0px; 
}

h6.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: normal;
  margin-top:10px; 
  margin-bottom:0px; 
  margin-left:10px; 
  margin-right:10px; 
}

p.detail {
  font-family: tahoma;
  font-size: 11px;
}

a.detail {
  font-family: tahoma;
  font-size: 10px;
}

/* ----------------------------------------------- */
/* - Spots                                       - */
/* ----------------------------------------------- */
.spotheading {
  padding: 2px;
  padding-left: 8px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: #83A2FF;
  width:100%;
}

.spotbox {
  padding: 8px;
  border-style: solid;
  border-top-style: none;
  border-width: 1px;
  border-color: #83A2FF;
  font-family: verdana;
  font-size: 11px;
  background-color:#E7FEFF;
  width:100%;
}

/* ----------------------------------------------- */
/* - Basket                                      - */
/* ----------------------------------------------- */
.basket {
  font-family: verdana;
  font-size: 11px;
  border-collapse: collapse;
}

.basketbutton {
  font-family: verdana;
  font-size: 10px;
}

.basketinput {
  font-family: verdana;
  font-size: 11px;
  text-align:right;
}

.basketheading {
  font-weight: bold;
  padding-top:5px;
  padding-bottom:5px;
}

.baskettotal {
  font-weight: bold;
  padding-top:5px;
  padding-bottom:5px;
}

