/*
  global definitions
*/

* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  margin-top: 3px;
  color: #666;
  font-size: 0.7em;
  z-index: 10002; /** workaround for the IE z-index bug **/
}

.clearBoth {
  clear: both;
}

.hidden {
  display: none;
}

#exposeMask {
  z-index: 10001; /** workaround for the IE z-index bug **/
}

input, select {
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-size: 1em;
}

a, a:visited {
  color: #007ac1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #007ac1;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border: none;
  margin: 0;
  padding: 0;
}

td {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0em;
  width: 990px;
  position: relative;
}
.default {
  padding-top: 170px;
}
.simpleCheckout {
  padding-top: 110px;
}

#header {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
}

#breadcrumb {
  clear: both;
  position: absolute;
  top: 153px;
  left: 0;
  padding: 0 0 3px 250px;
}

#breadcrumb a {
  color: #666;
}

#content {
  margin-left: 20px;
  float: right;
  width: 740px;
}
.simpleCheckout #content {
  width: 730px;
}
.infobox {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #68b1db;
  border-radius: 12px 0 0 0;
  -webkit-border-radius: 12px 0 0 0;
  -moz-border-radius: 12px 0 0 0;
}

.infobox.secure {
  background-image: url(../images/infobox_secure_back.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.infobox h1 {
  color: #469dd2;
  font-size: 1.4em;
  margin: 0;
}

.infobox p {
  margin: 1em 0 0 0;
}
.infobox ul {
  list-style-image: url(../images/header-bullet.png);
  padding: 0 0 0 17px;
  margin-bottom: 0;
}
.infobox li {
  padding: 0 0 7px 0px;
}
.infobox a, .infobox a:visited {
  display: block;
}

.individualPrice {
  color: red;
}

/** footer */
#footer {
  clear: both;
  padding-top: 30px;
}

#footer a, #footer a:visited {
  text-decoration: none !important;
}

#footer a:hover {
  text-decoration: underline !important;
}

#brandshops {
  padding: 35px 0 0 20px;
  background: url(../images/topbrands-footer-back.png) no-repeat;
  min-height: 95px;
  height: 95px;
}

#brandshops img {
  display: block;
  float: left;
  margin: 0 10px;
}

#navSuppWrapper {
  clear: both;
  border-top: solid 1px #999;
  color: #9b9b9b;
}

#navSuppWrapper ul {
  list-style: none;
  padding-left: 0em;
}

#navSuppWrapper li {
  margin-left: 0em;
}

#navSuppWrapper div:last-child {
  padding-right: 0em;
}

#navSuppWrapper a, #navSuppWrapper a:visited {
  color: #9b9b9b;
  text-decoration: underline;
}

#navSuppWrapper h1 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

.column5 {
  float: left;
  width: 178px;
  padding: 10px;
}
div#paymentLayer {
  display: none;
  padding: 0px;
  width: 617px;
  height: 625px;
  background-color: #e3eef7;
  background-image: url(../images/ajax-loader-white.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
}
div#movieLayer {
  display: none;
  width: 940px;
  height: 480px;
  padding: 24px;
  background-color: white;
  border: 2px solid #333;
  -webkit-border-radius: 24px 0 0 0;
  -webkit-box-shadow: 1px 1px 30px #666;
  -moz-border-radius: 24px 0 0 0;
  -moz-box-shadow: 1px 1px 30px #666;
}
div#movieLayer .close {
  background-image:url(../images/close.png);
  position:absolute;
  right: -15px;
  top: -10px;
  cursor:pointer;
  height: 28px;
  width: 28px;
}
div#brandshopLayer {
  display: none;
  width: 716px;
  height: 580px;
  padding: 24px;
  background: url(../images/brandshoplayer_back.png);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-border-radius: 24px 0 0 0;
  -webkit-box-shadow: 1px 1px 30px #666;
  -moz-border-radius: 24px 0 0 0;
  -moz-box-shadow: 1px 1px 30px #666;
}
div#brandshopLayer .close {
  background-image:url(../images/close.png);
  position:absolute;
  right: -15px;
  top: -10px;
  cursor:pointer;
  height: 28px;
  width: 28px;
}
div#brandshopLayer #brandshopLayerCartSummary {
  height: 20px;
  padding-left: 20px;
}

