* {
 margin: 0;
 padding: 0;
}

html {
  font-family: georgia, verdana, arial, helvetica;
  font-size: 12px;

  color: #222;

  background: url('/img/bg.png') #fcc7c7;
}

body {
  width: 100%;
  height: 100%;

  min-width: 700px;
  min-height: 500px;
}

a {
  color: #de5050;
}

input[type=text] {
  background: url('/img/input_bg.png') top left no-repeat;

  padding: 2px 5px;

  border: 1px solid #999;

  color: #555;
}
input[type=text]:focus {
  color: #222;

  border: 1px solid #777;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

#error {
  border-left: 5px solid #d00;
  background: #fee;

  padding: 5px 10px;

  position: absolute;
  right: 0;

  font-color: #d00;
  font-size: 14px;
  font-family: monospace;
  z-index: 99999;
}

#products {
  position: absolute;
  z-index: 2;

  width: 100%;
  height: 120px;

  background: url('/img/products_bg.png');
}

#head {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  width: 100%;
  height: 150px;

  background: url('/img/products_bg.png');
}

#head .floral {
  height: 100%;

  width: 100%;

  background: url('/img/products_floral.png') 0 -100px no-repeat;
}

#head .shadow {
  position: absolute;
  z-index: 1;

  width: 100%;
  height: 5px;
  
  bottom: -5px;

  background: url('/img/products_shadow.png') repeat-x;
}

#head .scissors {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 170px;

  bottom: -170px;

  background: url('/img/services_bg.png') no-repeat;
}

#products_button {
  position: absolute;
  z-index: 3;

  width: 410px;
  height: 120px;

  bottom: 10px;
  right: 30px;

  background: url('/img/button_products.png') no-repeat;

  cursor: pointer;
}

#products_button:hover {
  background: url('/img/button_products_mo.png') no-repeat;
}


#services_button {
  position: absolute;
  z-index: 3;

  width: 410px;
  height: 120px;

  bottom: -130px;
  right: 30px;

  background: url('/img/button_services.png') no-repeat;

  cursor: pointer;
}

#services_button:hover {
  background: url('/img/button_services_mo.png') no-repeat;
}

#logo {
  position: absolute;
  z-index: 10;

  width: 140px;
  height: 120px;

  left: 30px;
  top: 88px;

  background: url('/img/ctrlx_logo.png') no-repeat;
}

#logo_text {
  position: absolute;
  z-index: 3;

  width: 230px;
  height: 70px;

  top: 0px;
  left: 130px;

  background: url('/img/ctrlx_logo_text.png') no-repeat;
}

.content {
  width: 100%;

  position: absolute;
  z-index: 5;

  display: none;
}

#products .content {
  top: 0;

  height: 55%;
}

#products .content h1 {
  margin-top: 10px;
}

#services .content {
  display: block;

  top: 160px;
}

ul.menu {
  position: absolute;
  left: 30px;
  top: 50px;
}

#products ul.menu {
  top: 30px;
}

li {
  list-style-type: none;
}

ul.menu li {
  font-size: 24px;
  color: #222;

  min-width: 100px;

  word-wrap: none;

  padding: 3px 20px 2px 10px;
  margin: 10px;

  vertical-align: bottom;

  cursor: pointer;

  border: 1px solid #ddd;
}

.corner-all {
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
}

.corner-all-small {
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
}

.corner-top {
  -moz-border-radius-topleft: 4px; 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

.corner-top-small {
  -moz-border-radius-topleft: 2px; 
  -moz-border-radius-topright: 2px; 
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
}

#services ul.menu li {
  background: url('jquery/images/ui-bg-diagonals_thick_pink.png') #ff7c7c;
}
#products ul.menu li {
  background: url('jquery/images/ui-bg-diagonals_thick_red.png') #ff7c7c;
}

ul.menu li:hover, ul.menu li.active {
  color: #fff;

  padding: 3px 10px 2px 20px;

  border: 1px solid #fff;
}

ul.menu li.active {
  padding: 3px 10px 2px 20px;
}

#content {
}

.content .view {
  width: 70%;
  max-width: 800px;
  height: 100%;
  max-height: 600px;

  display: none;

  float: right;
}

.content .view.active {
  display: block;
}

.content .view p {
  margin: 7px 0;
}

h1 {
  background: url('jquery/images/ui-bg_glow-ball_65_de5050_600x600.png') -20% 50% no-repeat #de5050;

  margin: 0 10px 10px 0;

  padding: 2px 2px 2px 10px;

  border: 6px solid #fff;
}

h1 span, h2 span {
  font-weight: normal;
  color: #fff;
}

#pricelist {
  font-family: verdana;
}

.content .view.prijzen .fade {
  position: relative;
  top: 30px;
  margin-top: -30px;

  z-index: 999999;

  background: url('/img/pricelist_fade.png') top left repeat-x;

  height: 30px;
  width: 100%;
}

#pricelist .item {
  margin: 8px;
  padding: 8px;

  background: #fff;
}

#pricelist .item h2 {
  width: 70%;
  border-bottom: 1px solid #eee;
}

#pricelist .item .price {
  clear: none;
  float: right;

  font-size: 24px;
  color: #222;

  padding: 2px 5px;

  background: #ffc7c7;
}

#pricelist .item .select {
  float: right;
  clear: right;

  font-size: 12px;

  color: #222;

  margin-top: 4px;
  padding: 2px 6px;

  background: #ffeaea;
  border: 2px solid #fff;

  cursor: pointer;
}

#pricelist .item .select.over {
  color: #000;
  padding: 2px 2px;
  font-weight: bold;
}

#pricelist .item .description {
  width: 70%;
}

#services .discount {
  width: 95%;

  border: 4px solid #333;
  background: #fff;

  margin-left: auto;
  margin-right: auto;
}

#services .discount h2 {
  font-size: 20px;

  background: url('jquery/images/ui-bg_glow-ball_65_de5050_600x600.png') -120% 50% no-repeat #de5050;

  margin: 0;
  padding: 2px 5px;
}

#services .discount ul {
  margin: 0 5px;
}

#services .discount ul li {
  font-size: 14px;
  font-weight: bold;
}
#services .discount ul li.a {
  color: #666;

  text-align: left;
}
#services .discount ul li.b {
  color: #444;

  text-align: center;
}
#services .discount ul li.c {
  text-align: right;
}

.close {
  float: right;

  cursor: pointer;
}

.view div.p {
  padding: 0px 12px 17px 5px;
}

.view.hoi div.p {
  font-size: 18px;
}

div.img {
  background: #fff;
  border: 2px solid #fff;
  padding: 5px;
  margin: 5px;
}

.info {
  background: #fff;

  font-size: 16px;

  padding: 5px;

  border: 2px solid #fff;
}

#appointment {
  overflow-y: auto;
}

#appointment h3 {
  font-size: 24px;

  color: #333;
}

#appointment_error {
  display: none;
  float: right;
  
  cursor: pointer;

  width: 212px;
  margin: 0;
  margin-top: 20px;
  padding: 5px;
  
  font-size: 16px;
  font-weight: bold;
  color: #d00;
  

  background: #fff;

  border: 4px solid #de5050;
}

#customer {
  float: left;
  clear: none;

  background: #fff;

  padding: 5px;
}

#customer ul {
  padding: 5px;
  font-size: 16px;

  background: #fff;
}

#customer ul li {
  padding: 5px;

  color: #de5050;
}

#customer_data ul li {
}

#customer_data input {
  font-size: 18px;

  width: 300px;
  padding: 2px 5px;
}

#orders, #orders_title {
  display: none;
}

#orders ul {
  max-height: 100px;
  overflow-y: auto;
}

#orders li {
  border-bottom: 1px solid #ddd;

  cursor: pointer;
}

#orders li span {
  color: #555;

  font-size: 12px;

  float: right;
  clear: none;
}

#orders .total {
  text-align: right;
  font-size: 16px;

  padding: 5px;
  padding-right: 10px;
}

#date {
  width: 232px;
  padding: 5px;

  float: right;
  clear: none;

  background: #fff;
}

#date.small {
  height: 70px;
}

#date h3 {
  text-align: center;
}

#datepicker {
  height: 210px;
}

#form_date {
  height: 30px;
  width: 232px;
  font-size: 18px;
}

#make {
  margin-top: 10px;

  float: right;
  clear: both;

  width: 232px;

  background: #fff;
  padding: 5px;
}

#make:hover {
  color: #fff;
}

#made {
  margin-bottom: 10px;

  float: right;
  clear: both;

  background: #fff;
  padding: 5px;

}

#made h3 {
  border-bottom: 1px solid #999;
}

#form_make, #form_ok {
  width: 100%;

  font-size: 20px;

  cursor: pointer;
}
