body {
    margin:50px;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

#header {
    margin-bottom:2em;
}

#badge {
    text-align:right;
}

#badge img {
    margin-top:-10px;
}

#badge img:hover {
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}

a {
    color:rgb(97,38,33);
}

h2, h3 {
    font-weight:bold;
    color:rgb(97,38,33);
    line-height:1em;
    margin-bottom:0.5em;
}

h2 {
    font-size:22pt;
}

h3 {
    font-size:16pt;
}

#navigation a {
    display:block;
    line-height:2em;
    border-bottom:1px solid #ccc;
}

#navigation a:hover {
    background-color:#eeeeee;
    font-weight:bold;
}

#navigation {
    font-size:11pt;
    border-top:3px solid #ccc;
}

#content p, #sidebar p {
    line-height:1.6em;
    margin-bottom:0.5em;
}

#content p {
    font-size:14pt;
}

#sidebar p {
    font-size:12pt;
}

#footer p {
    margin-top:3em;
    border-top:1px solid #cccccc;
    padding-top:0.5em;
    color:#999999;
}

#footer p a {
    color:#999999;
}

form#orderform {
    margin-top:2em;
}

form#orderform label {
    font-size:12pt;
    text-align:right;
}

form#orderform input {
    width:100%;
}

div.spacer {
    margin-bottom:0.5em;
}

form#orderform h3 {
    margin-top:1.5em;
    border-bottom:1px solid #ccc;
    padding-bottom:8pt;
    margin-bottom:0;
}

form#orderform .product {
    font-size:12pt;
    border-bottom:1px solid #ccc;
    padding-top:8pt;
    padding-bottom:8pt;
}

form#orderform .product.in-basket {
    background-color:rgb(235,241,223);
}

form#orderform .product-image img {
    width:100px;
}

form#orderform .product-detail {
    font-size:10pt;
    color:#666666;
}

form#orderform .product-note {
    /*text-transform:uppercase;*/
    font-style:italic;
    font-size:10pt;
    color:#FF9933;
    font-weight:bold;
}

form#orderform .product input {
    width:25%;
    text-align:center;
}

form#orderform #summary {
    border-bottom:1px solid #ccc;
    padding-top:8pt;
    padding-bottom:8pt;
    font-size:12pt;
}

form#orderform #summary li {
    margin-left:1em;
    padding-left:0.2em;
    list-style-type:disc;
    margin-bottom:0.2em;
}

form#orderform #additional-notes {
    margin-top:1.5em;
    margin-bottom:2em;
}

form#orderform #additional-notes p {
    font-size:11pt;
    margin:0;
}

form#orderform #additional-notes textarea {
    width:60%;
    height:150px;
}

form#orderform #submit input {
    width:40%;
    padding-top:0.5em;
    padding-bottom:0.5em;
}

select optgroup {
    font-weight:bold;
}

select optgroup option {
    font-weight:normal;
}

.field-message {
    color:#990000;
    font-weight:bold;
    font-size:12pt;
}

.field-message .field-instruction {
    font-weight:normal;
    color:#999999;
}

.discount {
    color:#009900;
    font-weight:bold;
}

.notice {
    color:rgb(97,38,33);
    background-color:#cccccc;
    padding:1em;
    margin-top:2em;
    margin-bottom:2em;
}

.notice p {
    font-size:14pt;
    font-weight:bold;
    line-height:1em;
    margin:0 !important;
}

pre {
    border:1px solid black;
    padding:1em;
}


/* SIGNUP FORM */
.sign-up {
    margin-top:2em;
    border:1px solid #ccc;
    padding:1em;
}

.sign-up label.input-group-label {
    display:block;
    font-weight:bold;	
}

.sign-up input[type="text"] {
    width:100%;
    font-size:14pt;
    margin-bottom:1em;
}

.sign-up input[type="submit"] {
    margin-top:1em;
    width:50%;
    font-size:14pt;
}

.sign-up input[type="radio"] {
    margin-right:0.5em;
}

.sign-up ul li {
    font-size:12pt;
}

.sign-up .response {
    margin-top:1em;
    font-size:12pt;
    font-weight:bold;
}

.sign-up #mce-success-response {
    color:green;
}

.sign-up #mce-error-response {
    color:rgb(97,38,33);
}

#product-tabs {
	margin-top:2em;
}

.ui-tabs-panel {
 height:600px;
 overflow-y: scroll;
}

.product_grid_3, .product_grid_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.product_grid_3 {
	width:200px;
}

.product_grid_2 {
	width:120px;
}

.product_grid_2.alpha {
	margin-left:0;
}

.product_grid_2.omega {
	margin-right:0;
}

.product button {
  font-size:11px;
width:20px;
margin-top:3px;
}
