/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background: #fff url('../i/layout/bg.jpg') top center no-repeat;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

div#main-content-holder ol,
div#main-content-holder ul {
	color: #000;
	margin-top: 10px;
	font-size: 1.2em;
}

div#main-content-holder ol li,
div#main-content-holder ul li {
	margin-bottom: 10px;
}

/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#juice-box-nav li { float: left; }
* html ul#juice-box-nav li a { height: 1%; }
/* End */

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
}

div#content p {
	margin: 1em 0;
	color: #000;
}

/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
	width: 995px;
	min-height: 987px;
	margin: 40px auto 10px auto; 
}

div.page-border {
	width: 977px;
	height: 970px;
	border: solid 10px #FFC000;
	display: block;
	background: #FFF;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#left-side {
	width: 313px;
	float: left;
}
/** html div#left-side {
	width: 313px;
	float: left;
	background-color:  Fuchsia;
}*/

a#header-logo {
	width: 313px;
	height: 127px;
	display: block;
	background: url('../i/layout/logo.gif') no-repeat;
}

div#cart-header {
	width: 313px;
	height: 25px;
	display: block;
	background: url('../i/layout/cart-bg.gif') no-repeat;
}

div.deliveryNotice {
	width: 466px;
	border: solid 1px #000;
	display: block;
	padding: 5px 10px;
	text-align: center;
}
div.deliveryNotice form {
	margin: 3px auto;
	float: none;
	width: 420px;
}
div.deliveryNotice form fieldset label {
	color: #000;
	font-size: 1.2em;
	width: 100px;
	text-align: right;
	padding: 3px 5px;
	height: auto;
	font-weight: bold;
}
div.form-bottom {
	margin-top: 10px;	
}
div#main-content-holder ul li {
	list-style-type: circle;
	margin-left: 50px;
}
div.deliveryNotice form fieldset input.cart-box {
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 2px;
}

div#container div#cart-header p {
	color: #FFF;
	margin: 0px 0px 0px 45px;
	padding-top: 5px;
}

div#side-cart {
	width: 293px;
	height: 45px;
	color: #000;
	padding: 1px 0px 9px 20px;
	background: #ffd423;
}

span.side-cart-price {
	font-size: 1.6em;
}

a.view-basket {
	margin-top: 3px;
	display: block;
}

a.button {
	width: 105px;
	height: 26px;
	display: block;
	font-size: 1.4em;
	padding-top: 6px;
	text-align: center; 
	color: #fff;
	background: url('../i/layout/orange-button.gif') no-repeat;
}
div#content div#main-content div#main-content-holder form div#shopcart-total a.button {
	width: 105px;
	height: 26px;
	display: block;
	font-size: 1.4em;
	padding-top: 6px;
	text-align: center; 
	color: #fff;
	background: url('../i/layout/orange-button.gif') no-repeat;
}
a.button-error {
	width: 105px;
	height: 26px;
	display: block;
	font-size: 1.4em;
	padding-top: 6px;
	text-align: center; 
	color: #fff;
	background: url('../i/layout/orange-button-error.gif') no-repeat;
}

div#side-cart a.button {
	float: right;
	margin: -40px 5px 0px 0px;
}

*html div#side-cart a.button {
	float: right;
	margin: -40px 10px 0px 0px;
}
div#side-cart a.button-error {
	float: right;
	margin: -40px 20px 0px 0px;
}

*html div#side-cart a.button-error {
	float: right;
	margin: -40px 10px 0px 0px;
}

div#content p.interested{
	font-size: 1.8em;
	clear: both;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#main-content {
	width: 664px;
	height: 969px;
	float: left;
}
* html div.ie{
	padding-left: 50px;
}
div#main-content-holder {
	width: 550px;
	margin-left: 50px;
	padding-top: 50px;
}
div#check-out-page div#main-content-holder {
	padding-top: 5px;
}
* html div#main-content-holder {
	width: 550px;
	margin-left: 0px;
	padding-top: 50px;
}

div#main-content-holder {
	font-size: 1.2em;
}

div#main-content-holder p {
	font-size: 1em;
}

div#product-description {
	width: 534px;
	padding: 5px;
	padding-left: 0px;
	margin-bottom: 20px;
}

div#container div#product-description p {
	margin: 0px 0px 1em 0px;
}

div#price-details {
	width: 225px;
	margin-right: -60px;
	float: right;
}
div#checkout-form form{

	width: 560px;
}

div#checkout-form label,
div#price-details label {
	float: left;
	width: 25px;
	color: #000;
	padding-top: 4px;
	font-size: 1.2em;
	text-align: right;
}

div#checkout-form label {
	width: 280px;
	padding: 4px 0px 0px 0px;
}

div#checkout-form select, 
div#checkout-form textarea, 
div#checkout-form input,
div#price-details input {
	float: left;
	width: 30px;
	text-align: right;
	margin: 2px 5px 0px 0px;
	padding: 2px;
}

div#checkout-form select, 
div#checkout-form textarea, 
div#checkout-form input {
	width: 250px;
	text-align: left;
}

div#checkout-form input.checkbox {
	float: left;
	width: 15px;
	margin: -22px 0px 0px 160px;
}

div#checkout-form input.acceptcheck {
	float: left;
	width: 15px;
	margin: -20px 0px 0px 105px;
}

/*	*html div#checkout-form select, 
	*html div#checkout-form textarea, 
	*html div#checkout-form input {
		width: 200px;
		text-align: left;
	}*/

div#checkout-form select {
	width: 255px;
}

	div#checkout-form select {
		width: 200px;
	}

div#checkout-form textarea {
	font-size: 1.2em;
	height: 50px;
}

div.name-left,
div.name-right,
div#checkout-form label#LastNameLabel,
div#checkout-form input#LastName,
div#checkout-form label#FirstNameLabel,
div#checkout-form input#FirstName {
	float: left;
	width: 120px;
	clear: none;
}

	*html div.name-left,
	*html div.name-right,
	*html div#checkout-form label#LastNameLabel,
	*html div#checkout-form input#LastName,
	*html div#checkout-form label#FirstNameLabel,
	*html div#checkout-form input#FirstName {
		float: left;
		width: 100px;
		clear: none;
	}

div.name-left {
	margin-right: 10px;
}

	*html div.name-left {
		margin-right: 0px;
	}
	
span.times {
	font-size: 1.2em;
	display: block;
	color: #000;
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

span.price {
	font-size: 2em;
	display: block;
	color: #FF0000;
	float: left;
	text-align: right;
}

button.update,
div#checkout-form input.submit,
div#price-details input.submit {
	float: right;
	margin: 10px 65px 0px 0px;
	width: 105px;
	height: 32px;
	display: block;
	font-size: 1.4em;
	padding: 0px 0px 5px 0px;
	text-align: center; 
	color: #fff;
	background: url('../i/layout/orange-button-white-bg.gif') no-repeat;
	border: none;
}

div#checkout-form input.submit {
	margin: 10px 5px 0px 0px;
}

*html div#price-details input.submit {
	margin: 10px 32px 0px 0px;
}

button.update {
	float: left;
	margin: 0px 10px 0px 0px;
}

div#shopcart-total a.button {
	float: left;
	margin: 0px 10px 0px 0px;
	background: url('../i/layout/orange-button-white-bg.gif') no-repeat;
}
div#content div#main-content div#main-content-holder form div#shopcart-total p a.button-error {
	float: left;
	margin: 0px 10px 0px 0px;
	background-color: red;
/*	background: url('../i/layout/orange-button-error.gif') no-repeat;*/
	height: 22px;
	width: auto;
	display: block;
	font-size: 1.4em;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	color: #fff;
	background-image: none;
	font-size: 1em;
}

div#juice-box-header {
	width: 480px;
	height: 117px;
	display: block;
	margin: 10px 0px 30px 30px;
	background-repeat: no-repeat;
}

img#juice-box {
	float: left;
	margin: 10px 0px 10px 30px;
}

img#icons {
	float: right;
	margin-top: -50px;
}

h1#product-header {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}

h2.product-title {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #000;
}

div.orange div#juice-box-header { background-image: url('../i/headers/orange.gif'); }
div.orange h1#product-header { color: #f89728; }
div.orange-border, div.orange-footer div#footer { border: solid 10px #f89728; }
div.orange-cart h2.product-title, div.orange-cart a { color: #f89728; }
div.orange-cart { background: #fff8e4; border: solid 1px #f89728; }

div.pine-apple div#juice-box-header { background-image: url('../i/headers/pine-apple.gif'); }
div.pine-apple h1#product-header { color: #fec31d; }
div.pine-apple-border, div.pine-apple-footer div#footer { border: solid 10px #fec31d; }
div.pine-apple-cart h2.product-title, div.pine-apple-cart a { color: #fec31d; }
div.pine-apple-cart { background: #fff8e4; border: solid 1px #fec31d; }

div.apple div#juice-box-header { background-image: url('../i/headers/apple.gif'); }
div.apple h1#product-header { color: #50B948; }
div.apple-border, div.apple-footer div#footer { border: solid 10px #50B948; }
div.apple-cart h2.product-title, div.apple-cart a { color: #50B948; }
div.apple-cart { background: #e8ffe6; border: solid 1px #50B948;}

div.apple-rhubarb div#juice-box-header { background-image: url('../i/headers/apple-rhubarb.gif'); }
div.apple-rhubarb h1#product-header { color: #c92c92; }
div.apple-rhubarb-border, div.apple-rhubarb-footer div#footer { border: solid 10px #c92c92; }
div.apple-rhubarb-cart h2.product-title, div.apple-rhubarb-cart a { color: #c92c92; }
div.apple-rhubarb-cart { background: #ffeaf8; border: solid 1px #c92c92; }

div.apple-raspberry div#juice-box-header { background-image: url('../i/headers/apple-raspberry.gif'); }
div.apple-raspberry h1#product-header { color: #50b948; }
div.apple-raspberry-border, div.apple-raspberry-footer div#footer { border: solid 10px #50b948; }
div.apple-raspberry-cart h2.product-title, div.apple-raspberry-cart a { color: #50b948; }
div.apple-raspberry-cart { background: #e8ffe6; border: solid 1px #50b948; }

div.omr-smoothie div#juice-box-header { background-image: url('../i/headers/omr-smoothie.gif'); }
div.omr-smoothie h1#product-header { color: #F9A58D; }
div.omr-smoothie-border, div.omr-smoothie-footer div#footer { border: solid 10px #F9A58D; }
div.omr-smoothie-cart h2.product-title, div.omr-smoothie-cart a { color: #F9A58D; }
div.omr-smoothie-cart { background: #FFF2BF; border: solid 1px #F9A58D; }

div.omc-smoothie div#juice-box-header { background-image: url('../i/headers/omc-smoothie.gif'); }
div.omc-smoothie h1#product-header { color: #FFCE75; }
div.omc-smoothie-border, div.omc-smoothie-footer div#footer { border: solid 10px #FFCE75; }
div.omc-smoothie-cart h2.product-title, div.omc-smoothie-cart a { color: #d4a857; }
div.omc-smoothie-cart { background: #FFF2BF; border: solid 1px #d4a857; }

h1.cart,
h1#cart {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	margin: 10px 0px;
}


textarea.warning,
select.warning,
input.warning {
	border: solid 1px #993300;
}

div.cart-box {
	width: 538px;
	display: block;
	margin-bottom: 15px;
	padding: 5px 5px;
}

div.cart-box p {
	font-size: 1.2em;
}

div#cartnotice {
	width: 496px;
	display: block;
	margin: 10px 0px;
	border: solid 1px #ffc000;
	padding: 5px 10px 5px 42px;
	background: #FFF2BF url('../i/icons/warning.jpg') 10px center no-repeat;
}
div#container div#cartnotice p {
	color: #000;
	
}

div#container p.center {
	text-align: center;
}

div#container p#vat,
div#container p#total {
	font-size: 1.2em;
	margin: 2px 0px 0px 0px;
	width: 550px;
	text-align: center;
}

div#container p#grand-total {
	font-size: 1.4em;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px;
	width: 550px;
	background: #FFF2BF;
	text-align: center;
}

div#container div#check-out-page p#grand-total {
	margin: 0px 0px 0px 0px;
}

div#shopcart-total {
/*	margin-left: 160px;*/
}

div#container div.cart-box p {
	margin: 0em 0px 10px 0px;
}

table {
	width: 548px;
	margin-bottom: 15px;
	border-left: solid 1px #FFC000;
	border-right: solid 1px #FFC000;
}

div#check-out-page table {
	margin-bottom: 0px;
}

table th {
	width: 110px;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px;
	background: #FFC000;
}

th.Headername,
td.name {
	width: 160px;
	text-align: left;
}

tr.orange  { background: #fff8e4; }
tr.pine-apple  { background: #fff8e4; }
tr.apple  { background: #e8ffe6; }
tr.apple-rhubarb  { background: #ffeaf8; }
tr.apple-raspberry  { background: #e8ffe6; }
tr.omc-smoothie  { background: #F2E3C8; }
tr.omr-smoothie  { background: #FFFFFF; }

td {
	text-align: left;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	border-bottom: solid 1px #FFC000;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
ul#juice-box-nav {
	border-right: solid 1px #ffd423;
	border-left: solid 1px #ffd423;
	background: #ffd423;
	height: 763px;

}

ul#juice-box-nav li {
	border-bottom: solid 1px #fff;
	float: left;
	width: 311px;
	height: 108px;
}
ul#juice-box-nav li a{
	float: left;
	width: 311px;
	height: 108px;
	background-repeat: no-repeat; 
	text-indent: -999em;
}
* html ul#juice-box-nav li a{
	float: left;
	width: 311px;
	height: 108px;
	background-repeat: no-repeat; 
	text-indent: -999em;

}
ul#juice-box-nav li a:hover{
	float: left;
	width: 311px;
	height: 108px;
	background-repeat: no-repeat; 
	text-indent: -999em;
}
ul#juice-box-nav li a.nav-orange{background-image: url(../i/layout/nav-orange.gif);}
ul#juice-box-nav li a.nav-pineapple{background-image: url(../i/layout/nav-pineapple.gif);}
ul#juice-box-nav li a.nav-apple{background-image: url(../i/layout/nav-apple.gif);}
ul#juice-box-nav li a.nav-apple-rhubarb{background-image: url(../i/layout/nav-apple-rhubarb.gif);}
ul#juice-box-nav li a.nav-apple-raspberry{background-image: url(../i/layout/nav-apple-raspberry.gif);}
ul#juice-box-nav li a.nav-omr-smoothie{background-image: url(../i/layout/nav-omr-smoothie.gif);}
ul#juice-box-nav li a.nav-omc-smoothie{background-image: url(../i/layout/nav-omc-smoothie.gif);}

ul#juice-box-nav li a.nav-orange:hover{background-image: url(../i/layout/nav-orange-roll.gif);}
ul#juice-box-nav li a.nav-pineapple:hover{background-image: url(../i/layout/nav-pineapple-roll.gif);}
ul#juice-box-nav li a.nav-apple:hover{background-image: url(../i/layout/nav-apple-roll.gif);}
ul#juice-box-nav li a.nav-apple-rhubarb:hover{background-image: url(../i/layout/nav-apple-rhubarb-roll.gif);}
ul#juice-box-nav li a.nav-apple-raspberry:hover{background-image: url(../i/layout/nav-apple-raspberry-roll.gif);}
ul#juice-box-nav li a.nav-omr-smoothie:hover{background-image: url(../i/layout/nav-omr-smoothie-roll.gif);}
ul#juice-box-nav li a.nav-omc-smoothie:hover{background-image: url(../i/layout/nav-omc-smoothie-roll.gif);}


ul#juice-box-nav li#bottom {
	border-bottom: none;
}

html body div#container div#top-nav-holder ul#top-nav li a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif, "Lucida Sans";
}

div#top-nav-holder {
	width: 664px;
	height: 30px;
	display: block;
/*	margin-top: 20px;*/
	color: #fff;
	background-color: #FFC000;
}
* html div#top-nav-holder {
	width: 664px;
	height: 30px;
	display: block;
/*	margin-top: 20px;*/
	color: #fff;
/*	background-color: #FFC000;*/
}


div.orange-border div#top-nav-holder { background-color: #F89728;  }
div.pine-apple-border div#top-nav-holder { background-color: #FEC31D;  }
div.apple-border div#top-nav-holder { background-color: #50B948;  }
div.apple-rhubarb-border div#top-nav-holder { background-color: #C92C92;  }
div.apple-raspberry-border div#top-nav-holder { background-color: #50B948;  }
div.omr-smoothie-border div#top-nav-holder { background-color: #F9A58D;  }
div.omc-smoothie-border div#top-nav-holder { background-color: #FFCE75; }


ul#top-nav {
/*	margin-left: 100px;*/
	text-align: center;
		width: 664px;
	height: 30px;

}

ul#top-nav li {
	text-align: center;
/*	float: left;*/
	display: inline;
	font-size: 1.7em;
	margin-left: 15px;
	margin-right: 15px;
/*	font-weight: bold;*/
/*	margin-right: 40px;*/

}
* html ul#top-nav li {
	text-align: right;
	float: left;
	font-size: 1.7em;
/*	font-weight: bold;*/
	margin-right: 40px;

}
ul#top-nav li a {
	color: #fff;
}
ul#top-nav li a:hover {
	color: #000;
}


div.cartons{
	background-image: url(../i/layout/cartons.jpg);
	width: 604px;
	height: 329px;
	float: left;
/*	margin-left: -25px;*/
}
h1.index-header{
	background-image: url(../i/layout/home-top.jpg);
	background-repeat: no-repeat;
	width: 664px;
	height: 261px;
	text-indent: -999em;
	margin-top: -50px;
	margin-left: -50px;
}
* html h1.index-header{

	margin-left: 0px;
}
div.index-content{
	float: left;
	width: 664px;
	margin-left: -50px;
	background-image: url(../i/layout/home-content-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFAA01;
}
* html div.index-content{
	margin-left: 0px;
}
div.content-text{
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 1.4em;
	width: 260px;	
}
* html div.content-text{
	float: left;
	margin-left: 10px;
	color: #fff;
	font-size: 1.4em;
	width: 260px;	
}
div.content-video{
	float: left; 
	width: 350px;
	height: 200px;
	background-color: #000;
	margin-left: 15px;
	margin-top: 20px;
	background-image: url(../i/layout/vid-soon.jpg);
}
div.orange-home{
	float: left;
	width: 664px;
	height: 142px;
	background-image: url(../i/layout/home-orange.jpg);
	background-repeat: no-repeat;
	margin-left: -50px;
}
* html div.orange-home{
/*	float: left;
	width: 664px;
	height: 142px;
	background-image: url(../i/layout/home-orange.jpg);
	background-repeat: no-repeat;*/
	margin-left: 0px;
}
div.bottom-content{
	float: left;
	margin-left: -50px;
	width: 664px;
/*	height: 169px;*/
	background-image: url(../i/layout/home-bottom-new.jpg);
	background-repeat: no-repeat;
	background-color: #FF9A00;
	height: 230px;
}
* html div.bottom-content{
	margin-left: 0px;
	height: 247px;
}
div.links {
	float: right;
	height: 185px;
	width: 339px;
	font-size: 1.3em;
	padding: 40px 30px 0px 10px;
	text-align: justify;
	color: #FFF;
}
*html div.links {
	padding: 60px 30px 0px 10px;
}

div#content div.links p {
	color: #333;
}
div#content div#main-content div#main-content-holder div.links p.pheader a {
	color: #000;
	font-size: 1.1em;
}

div.links a.facebook{
	float: left;
	width: 47px;
	height: 48px;
	margin-top: 24px;
	background-image: url(../i/layout/facebook.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
div.sharethis{
	float: left;
	clear: left;

}
div#content div.content-text p{
	color: #fff;
	text-align: justify;
}

h1{
	font-size: 2.2em;
	color: #DB781D;
	margin-top: 10px;
}
h2{
	font-size: 2em;
	color: #F79727;
	margin-top: 10px;
}
h2.question{
	font-size: 2em;
	color: #F79727;
	margin-top: 10px;
	padding-left: 110px;
	padding-top: 5px;
	background-image: url(../i/layout/question.gif);
	background-repeat: no-repeat;
	height: 105px;
}
h3 {
	font-size: 1.4em;
	color: #F4841E;
	margin-top: 10px;
}
h3 a {
	color: #F4841E;
}
div#content div#main-content div#main-content-holder p a{
	color: #DB781D;
}

div.stockist{
	float: left;

	margin-top: 20px;
}
div.stockist-info{
	float: left;
	width: 300px;
	margin-top: 0px;
	padding-left: 10px;
}
div.stockist a.stockist-map-darts{
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../i/layout/map.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}

div#scrolling {
	overflow: auto;
	width: 550px;
	height: 850px;
	border-bottom: solid 1px #ccc;
}

div#scrolling ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

div#scrolling ul li ul {
	list-style-type: circle;
}

div#scrolling table {
	width: 530px;
}

div#scrolling ul#terms {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
}

div#scrolling ul#terms li ul {
	list-style-type: none;
	margin-left: 20px;
}

div#scrolling ul#terms li ul li ul {
	font-size: 14px;
}

div#checkout-form div#scrolling {
	width: 550px;
	height: 100px;
	margin: 5px 5px 5px 0px;
	float: right;
	border: solid 1px #ccc;
}

div#checkout-right,
div#checkout-left {
	float: left;
	width: 250px;
	clear: none;
}

div#checkout-left {
	margin-right: 35px;
}

div#checkout-right label,
div#checkout-left label {
	text-align: left;
	float: left;
	width: 250px;
}

div#checkout-right label#big {
	height: 67px;
}

div.news-item {
	width: 550px;
	display: block;
	padding-bottom: 10px;
	border-bottom: dashed 1px #DB781D;
	margin-bottom: 10px;
}

img.news-image {
	float: right;
	clear: right;
	margin: 10px 0px 0px 10px;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	width: 957px;
	height: 18px;
	display: block;
	margin: 20px auto 10px auto;
	padding: 3px 10px 10px 10px;
	border: solid 10px #FFC000;
	background: #FFF;
	font-size: 1em;
}

div#siteinfo-legal {
	float: left;
	width: 650px;
}

a.optix {
	color: #333;
}

a.optix:hover {
	color: #009;
}

div#siteby {
	text-align: right;
}
/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 400px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 380px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}
