
body {
  /* START ProdHide */
  background: black url(../img/stageleo.jpg) no-repeat center top;
  /* END ProdHide */
  /* font-family: Georgia, "Times New Roman", serif; */
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  overflow: scroll;
}



ol, ul, dir,
menu, dd        { margin-left: 1.5em }
ol              { list-style-type: decimal }
ul              { list-style-type: square }

h1, h2, h3, h4 {
  color: #434;
  font-weight: bold;
  /* font-family: Georgia, Palatino, "Times New Roman", Serif; */
}

h1 { font-size: 18px; }
h2 { font-size: 16px; margin: 12px 0; }
h3 { font-size: 14px; margin: 10px 0; }
h4 { font-size: 12px; margin: 8px 0; }

strong { font-weight: bold; }
em { font-style: italic; }

label {
  font-weight: bold;
  color: #434;
  white-space: nowrap;
}

a {
  color: #448;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page a {
  text-decoration: underline;
  font-weight: bold;
}

fieldset {
  position: relative;
  background: url(../img/bg-form.png) repeat top left;
  border: 1px solid #444;
  -moz-border-radius: 0 16px 0 16px;
  -webkit-border-radius: 0 16px 0 16px;
  border-radius: 0 16px 0 16px;
  margin: 16px 0 8px 0;
  padding: 1.6em 1em 1em 1em;
}

legend {
  font-weight: bold;
  font-size: 120%;
  color: #eee;
  background: #444;
  padding: 4px 8px;
  margin: -0.8em 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: capitalize;
}

input, select, textarea, span.value {
  font-family: Arial, Helvetica, Sans-serif;
}

span.value {
  font-weight: bold;
  font-size: 13px;
}

input[type=text], input[type=password], textarea, select {
  border: 1px solid #666;
  background: #eee;
  color: #444;
}
textarea {
  width: 100%;
}
input[type=text][readonly] {
  border-color: transparent;
  background-color: transparent;
}

input.changed {
  background: #fea;
}

.button, a.button, button {
  color: #448;
  text-decoration: none;
  background: transparent url(../img/bg-button.png) repeat-x center;
  border: 1px solid #fa2;
  border-top: 1px solid #e93;
  padding: 4px;
  font-weight: bold;
  /* font-family: Georgia, "Times New Roman", serif; */
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  white-space: nowrap;
  margin: 4px;
}

.button:hover, a.button:hover {
  border-bottom-color: #ff6;
  color: #ff6;
  background-color: #fa2;
}

input[disabled].button, input[disabled].button:hover {
  border-bottom-color: #fa2;
  color: #fa2;
  cursor: default;
}

.loading {
  background-image: url('../img/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
}

/* structure */

#page {
  width: 750px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#header {
  height: 175px;
  position: relative;
}

#site_title a {
  text-indent: -5000px;
  position: absolute;
  left: 0px;
  bottom: 26px;
  width: 100%;
  height: 90px;
}

#tagline {
  font-size: 24px;
  color: #434;
  position: absolute;
  bottom: 23px;
  right: 0px;
  font-weight: normal;
  margin: 0;
}

#products_country_chooser {
  position: relative;
  z-index: 5000;
}
#products_country_chooser #country_chooser {
  position: absolute;
  top: 0px;
  left: 100px;
  z-index: 1000;
  
}


#country_chooser strong {
  color: #444;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: right;
  width: 6.5em;
}

#content  > #country_chooser strong {
  width: 420px;
}

#country_chooser {
  font-size: 1.5em;
}
#country_popup {
  left: 7em;
}

#country_popup {
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: left;
  padding: 4px 2px;
  margin: -5px 0 0 2px;
  position: absolute;
  top: 0;
  -moz-box-shadow: 2px 2px 4px #444;
  -webkit-box-shadow: 2px 2px 4px #444;
  box-shadow: 2px 2px 4px #444;
}
#content > #country_chooser > #country_popup {
  left: 425px;
}
#country_popup:hover, #country_popup:focus {
  background: #ffc;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  min-width: 24em;
}

#country_popup li {
  list-style: none;
  font-weight: bold;
  white-space: nowrap;
}

#country_popup li.none {
  color: #ff6;
  text-shadow: 1px 1px 2px red, -1px -1px 2px red, -1px 1px 2px red, 1px -1px 2px red;
}

#country_popup:hover li.none, #country_popup:focus li.none {
  visibility: hidden;
  height: 0;
  margin: 0 4px;
}
.country_choice {
  height: 0;
  color: #444;
  display: none;
}
.country_choice a {
  text-decoration: none;
  display: block; 
  overflow: visible;
  color: inherit;
  padding: 2px 8px;
}

#country_popup:hover .country_choice, #country_popup:focus .country_choice,
#country_popup .country_choice.selected {
  display: block;
  height: auto;
  overflow: visible;
  padding: 0 8px;
  color: #000;
}
#country_popup:hover .country_choice a, #country_popup:focus .country_choice a {
  padding: 2px;
  margin: 0 2px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}

#country_popup:hover .country_choice:hover a,
#country_popup:focus .country_choice:focus a {
  background: #e62;
  color: #ff6;
  text-decoration: none;
}
#country_popup .country_choice.selected a {
  color: #ff6;
  text-shadow: 1px 1px 3px #844;
}
#country_popup:hover .country_choice.selected a,
#country_popup:focus .country_choice.selected a {
  background: #f58 url(../img/bg-button.png) repeat-x center;
  cursor: default;
}


#cart_country_chooser {
  background: transparent url(../img/cart.png) no-repeat top right;
  min-height: 48px;
}


#cart {
  background: transparent url(../img/cart.png) no-repeat top left;
  font-size: 9px;
  clear: both;
  height: 60px;
  position: relative;
  margin-left: 4px;
}

#cart-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 48px;
  z-index: 500;
  text-indent: -5000px;
}

#cart > dl {
  padding-left: 48px;
  clear: both;
}

#cart h3 { display: none }

#cart dt {
  display: block;
  float: left;
  clear: left;
  text-transform: capitalize;
  color: #434;
  font-weight: bold;
  line-height: 14px;
  height: 14px;
}

#cart dd {
  display: block;
  float: right;
  clear: right;
  line-height: 14px;
  height: 14px;
}

#cart dt.total {
  display: none;
}
#cart dd.total {
  text-shadow: -1px -1px 4px #ff8, 1px 1px 4px #ff8;
  border-top: 1px solid #888;
  clear: both;
}

#cart > .buttons {
  position: absolute;
  top: 46px;
  right: 50px;
  
  padding: 0;
  margin: 0;
}

#cart .buttons .button {
  font-size: 9px !important;
  padding: 0 2px;
  margin: 2px 0;
}

#lang_menu {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
}

#lang_menu li {
  float: left;
  margin: 0;
}

#lang_menu li.selected a {
  cursor: default;
}
#lang_menu li.selected {
  opacity: 1;
  -moz-opacity: 1;
}
#lang_menu li {
  opacity: .7;
  -moz-opacity: .7;
}
#lang_menu li:hover {
  opacity: 1;
  -moz-opacity: 1;
}

#userbox {
  position: absolute;
  top: 0;
  left: 112px;
  border: 1px solid #fa2;
  border-bottom: none;
  background: transparent  url(../img/bg-button.png) repeat-x center;
}

#userbox div, #userbox a {
  float: left;
}

#main_menu {
  list-style: none;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 755px; 
 
  -moz-border-radius: 24px 0 24px 0;
  -webkit-border-radius: 24px 0 24px 0;
  border-radius: 24px 0 24px 0;
  color: #ff6;

  font-size: 12px;
  background: transparent  url(../img/bg-button.png) repeat-x center;
}

#main_menu li {
  display: block;
  float: left;
  font-weight: bold;
  color: #448;
}

#main_menu a, #userbox a, #userbox div {
  display: block;
  text-decoration: none;
  padding: 4px 16px 4px 16px;
  font-weight: bold;
}

#main_menu li +  li, #cat_menu li +  li {
  border-left: 1px solid #fa2;
}

#main_menu a:hover, #userbox a:hover, #main_menu li.selected a {
  border-bottom: 1px solid #ff6;
  color: #ff6;
  padding-bottom: 3px;
}
#main_menu li.selected {
  text-shadow: 1px 1px 3px #844;
}


#main {
  min-height: 400px;
  position: relative;
  margin-top: 16px;
}

#content {
  margin-top: 0;
  margin-right: 164px;
  margin-bottom: 48px;
  padding-right: 8px;
 
}

#welcome {
 
  padding: 8px;
  color: #434;
  
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
}

#sidebar, .product.page .shop, #featured_coupon_notice {
  margin: 8px 0;
  background: url(../img/bg-alpha.png);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 3px #ffe, -1px -1px 3px #ffe;
  -webikit-box-shadow: 1px 1px 3px #ffe, -1px -1px 3px #ffe;
  -o-box-shadow: 1px 1px 3px #ffe, -1px -1px 3px #ffe;
  -ms-box-shadow: 1px 1px 3px #ffe, -1px -1px 3px #ffe;
  box-shadow: 1px 1px 3px #ffe, -1px -1px 3px #ffe;
}

#side_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #434;
}

#side_menu li {
  display: block;
  text-align: center;
}

#side_menu li.separator {
  border-top: 1px solid #ffe;
  padding: 0;
  margin: 0px 16px;
  opacity: .2;
}

#side_menu a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 4px 8px;
  
}

#side_menu a:hover {
  background: transparent url(../img/bg-button.png) repeat-x center;
  color: #ff6;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

tr.coupon {
  background-color: #ffa;
  font-weight: normal;
}

tr.coupon.ok {
  background-color: #afa;
}

#errors, .errors {
  background: #ff6;
  border: 1px solid #800;
  color: #800;
  padding: 8px 8px 8px 24px;
  margin: 16px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}

#errors {
  list-style-type: square;
}

#toolbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 162px;
}

#footer {
  margin: 16px 164px 0 0;
  text-align: center;
}

#static_menu {
  font-size: 11px;
  list-style: none;
  margin: 0;
}
#static_menu li {
  display: inline;
  padding: 0;
  font-weight: bold;
    white-space: nowrap;
}

#static_menu a {
  color: #88f;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 12px;

}
#static_menu a:hover {
  text-decoration: underline;
}

#static_menu li.selected a {
  color: #ccc;
}

#static_menu ul {
  margin-bottom: 16px;
}

#copyright {
  padding: 12px;
  color: #ff6;
  font-size: 9px;
  font-family: verdana, arial, helvetica, sans-serif;
}


/* page-specific */

#cat_menu {
  position: absolute;
  list-style: none;
  clear: both;
  z-index: 1100;
  
  left: -20px;
  top: 175px;
  width: 580px;


  padding-left: 16px;
  border-top: 1px solid #fa5;
  -moz-border-radius: 0 0px 64px 32px;
  -webkit-border-radius: 0 0px 64px 32px;
  border-radius: 0 0px 64px 32px;
  color: #ff6;
  font-size: 11px;
  font-weight: bold;
  background: transparent  url(../img/bg-button.png) repeat-x center;
}

#cat_menu li {
  display: block;
  float: left;
}

#cat_menu a {
  display: block;
  padding: 4px 8px 2px 8px;
}

#cat_menu li, #cat_menu a {
  display: inline;
  float: none;
}

#cat_menu a:hover {
  text-decoration: none;
  border-bottom: 1px solid #ff6;
  padding-bottom: 1px;
  color: #ff6;
}

#cat_menu .selected a, #cat_menu a:hover {
  color: #ff6;
  border-bottom: 1px solid #ff6;
  padding-bottom: 1px;
}
#cat_menu .selected {
  text-shadow: 1px 1px 3px #844;
}

#content .product.page {
  padding-top: 48px;
}

#products {
  clear: both;
  padding-top: 32px;
}

#products li {
  display: block;
  background: transparent url(../img/bg-prod.png) no-repeat left;
  min-height: 100px;
  padding: 8px 0 16px 0;
  position: relative;
  z-index: 1000;
  width: 550px;
  font-size: 12px;
  margin-bottom: 20px;
  background-size: 100%;
  clear: both;
}

h3 {
  text-shadow: 0px 0px 4px #eec, 0px -1px 2px #fff;
  margin: 8px 0;
}

h2.name {
  text-shadow: 1px 1px 2px #222;
}

#products > li.prod a > img {
  float: left;
  border: 1px solid #ec8;
  margin-right: 14px;
}

#products > li.prod > p.desc > a > img {
  position: absolute;
  z-index: 100;
  top: 40px;
  right: 0px;
}

#products li a:hover img {
  border-color: #ff6;
}

.priority {
  background: #ddd;
  display: block;
  padding: 8px;
  border: 1px solid #777;
}

#products form {
  position: absolute;
  bottom: -16px;
  right: 124px;
  z-index: 1000;
}
.product form {
  z-index: 1000;
}

#products form label {
  text-transform: capitalize;
  color: #ff6;
}

#products .desc {
  padding: 0 4px;
  margin-right: 120px;
}

#products .note {
  padding-top: 4px;
  font-size: 90%;
}

.price, .price em {
  font-weight: bold;
}

.price.nodiscount {
  font-weight: normal;
  color: #222;
  display: inline;
}
.more {
  position: relative;
}


.online-price-container {
  position:absolute;
  bottom: -14px;
  left: 280px;
  width: 200px;
  height: 50px;
  display: none;
  z-index: 100;
}

.prod:hover .online-price-container {
  display: block;
}

.page .online-price-container {
  left: 220px;
  top: 0;
  display: block;
}


.online-price {
  background: #a00;
  color: #ff8;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Arial black, Arial, Helvetica, sans-serif;
  font-size: 9px;
  padding: 4px;
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.online-price-tip {
  border: 1px solid #caa;
  background: #ffe;
  color: #322;
  border-radius: 8px;
  
  display: none;
  width: 300px;
  text-align: center;
  position: absolute;
  padding: 4px;
  bottom: 36px;
  left: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-shadow: 2px 2px 4px #444;
  -webkit-box-shadow: 2px 2px 4px #444;
  box-shadow: 2px 2px 4px #444;
}

.online-price-container:hover .online-price-tip {
  display: block;
}
.online-price-tip a {
  font-weight: bold;
}


#products .details {
  position: absolute;
  right: 16px;
  top: 20px;
  font-weight: bold;
  text-align: right;
  z-index: 120;
  text-shadow: 0 0 2px #fff;
}

a.softlight {
  text-shadow: 0 0 2px #fff;
}

#products .details .button {
  display: block;
}

#toolbox-top {
  position: relative;
  clear: both;
  margin-top: 16px;
  height: 32px;
}

#gplusone {
  position: absolute;
  top: -4px;
  right: -24px;
}

#safe-paypal {
  text-align: center;
  vertical-align: top;
  color: #434;
  font-size: 10px;
  font-style: italic;
  padding: 16px 0 0 0;
}
#safe-paypal span {
  vertical-align: top;
  padding: 0 0;
}

#fb-like {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 9px;
  font-weight: bold;
}

#fb-like a { display: block }

#toolbox-bottom {
  text-align: center;
  padding-top: 8px;
}

#fb-badge img {
   border: 1px solid #88aaff;
}
#fb-badge {
  opacity: .7;
  -moz-opacity: .7;
 
  padding: 0;
}
#fb-badge:hover {
  opacity: 1;
  -moz-opacity: 1;
}

table {
  background: url(../img/bg-form.png) repeat top left;
  border: 1px solid #444;
}

table.order {
  width: 100%;
  margin-top: 8px;
}
td, th {
  padding: 4px;
  border-collapse: collapse;
  border: 1px solid #444;
  text-align: right;
}

tr.row1 {
  background: #ffe;
}
tr.row2 {
  background: #eee; 
}
tr.row_new {
  background: #efe;
}

th {
  font-weight: bold;
  color: #434;
  text-transform: uppercase;
}

tr.total td {
  font-weight: bold;
  background: #ff6;
}


.buttons {
  text-align: right;
  padding: 16px 0 8px 0;
  vertical-align: middle;
}

#loginbox {
  width: 250px;
  margin: auto;
}

.field {
  position: relative;
}

.field_group {
  clear: both;
  margin: 0;
  padding: 1em 0;
}
.field_group .field {
  float: left;
  margin: 0 1em;
}

label:not([for]) {
  margin: 0 1em;
  font-weight: normal;
}

.field label[for] {
  display: block;
  font-weight: normal;
}

.m .field label[for], .field.m label[for] {
  font-weight: bold;
}


.field label[for]:after {
  content: ':';
}

.m .field label:after, .field.m label:after {
  content: ':*';
}

.img_link {
  display: block;
}

span.img_link {
  color: #888;
}

.field input {
  width: 100%;
}


.field {
  margin: 8px 0;
}

.note {
  font-style: italic;
   color: #444;
}

.buttons label {
  float: left;

}

.summary td {
  border: none;
  text-align: justify;
  vertical-align: top;
}
.summary div {
  padding: 6px 0;
}

.notes {
  font-style: italic;
  font-size: 90%;
}

#vat_notice {
  clear: both;
  padding: 8px;
  font-size: 100%;
}

#featured_coupon_notice {
  margin: 56px 0 -8px 0 !important;
  font-weight: bold;
  color: #000;
  padding: 6px;
  text-align: center;
}

.over, .over td, .active-rows tr:hover td {
  background: #bef;
  cursor: pointer;
}
.over a:hover { text-decoration: none }

#content div.page {
  background: transparent url(../img/bg-page.png) repeat-x top left;
  border-bottom: 1px solid #ec8;
  padding: 0 1em 16px 1em;
  max-height: 1950px;
  overflow: auto;
}



h2.name {
  color: #ff6;
}

.product.page .content {
  margin: 1.5em .5em 1em .5em;
}

img.product.big {
  border: 1px solid #ec8;
  margin-bottom: 1em;
  text-align: center;
  padding: 0;
}

.product.page .shop {
  clear: both;
  position: relative;
  margin-top: 1em;
  padding: 1em;
}

.content dt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
  color: #200;
}
.content dd {
  margin-left: .5em;
  margin-bottom: .5em;
}

.product.page form {
  position: absolute;
  top: 1em;
  right: 1em;
}

.product.page {
  position: relative;
}

.product.page .edit {
  position: absolute;
  top: 0;
  right: 310px;
}

#shinystats {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -5000px;
  top: -5000px;
}

input.alarm {
  color: #ff8;
  background: #800;
}

table.gallery {
  margin: auto;
  border: none;
  background: none;
}
.gallery tr {
  background: none;
}
.gallery td {
  vertical-align: middle;
  text-align: center;
  padding: 8px 16px;
  border: none;
  background: none;
}

.gallery img {
  border: 1px solid #ec8;
}

.gallery a:hover > img {
  border-color: #ff6;
}

.stringbox {
  border: 1px dotted white;
  margin-bottom: 16px;
}

.stringbox label, .stringbox textarea {
  font-weight: normal;
  white-space: normal;
}

.deflang {
  background: #ffe;
  color: #400;
}

button.plus, button.minus, button.delete {
  padding: 1px;
  margin: 1px;
  font-family: courier, monospace;
}

.prod button.delete {
  float: left;
}

.delete {
  color: #800;
}

.delete.x {
  font-weight: bold;
  vertical-align: middle;
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  padding: 0;
  margin-top: 0 !important;
}

td.prod { vertical-align: middle }

#coupons {
  text-align: center;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin: 0;
}
#coupons img {
  border: 1px solid #888;
  -moz-box-shadow: 2px 2px 4px #444;
  -webkit-box-shadow: 2px 2px 4px #444;
  box-shadow: 2px 2px 4px #444;
  padding: 0;
}
#coupons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#coupon-insert {
  display: block;
  color: #ff8;
  text-shadow: 1px 1px 3px #444, 1px 0px 1px #800, -1px 0px 1px #800;
  float: none;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
}

#prod-images {
  float: right;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 296px;
}
