﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

/* Jacuzzi custom */
.button-wrapper a { display:block; margin-top:10px;  cursor: pointer; text-decoration: none; padding: 3px 12px; background: #151515 url(images/back_button.png) left top repeat-x;border-radius: 4px;border: #b3b2b2 1px solid;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #fff;  text-align: center; }
.button-wrapper:first-child a { margin-top:0; }
div.left {float: left; width: 50%; margin-right: 1%;}
div.right {float: left; width: 48%; margin-left: 1%;}