/* ---------------------------------------------------------------------
        GLOBAL STYLES - UNIVERSAL SELECTORS AND CLASSES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

 
/* ********* TYPOGRAPHY ********* */

body {
	min-width:1000px;
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height:1.334;
	color:#8e8e8e;
	background:#fff1d6 url(../images/header-backgr.gif) left top repeat-x;
}

h1 {
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color: #FF720A;
	letter-spacing:-1px;
	margin-bottom:20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height:1.125;
	color:#343434;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:12px;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	line-height:1.143;
	color:#ff720a;
	margin-bottom:10px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height:1.143;
	color: #fff;
	margin-bottom:5px;
}
 
h5 { /*unused*/
	font-size:11px;
	line-height:1.364;
	font-weight:bold;
	line-height:1.2;
}

p {
	line-height:1.334;
	margin:0 0 14px 0; 
}

p.introtext {
	font-size:18px;
	line-height:20px;
	color:#82643d;
	margin-bottom:7px;
}

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

blockquote {margin:1.5em;color:#666;font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {width:100%;}
tfoot {font-style:italic;}

.hide {display:none;}

.clear {clear:both;height:0;overflow:hidden}
.left {float:left;}
.right {float:right}

hr {display:none;}
hr.blog {display:block;}


/* ********* LINKS ********* */

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

a:hover {
	color:#9a3219;
	text-decoration:none;
}

a.action-link {
	font-size:10px;
	line-height:10px;
	padding-left:14px;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../images/action-link.gif) left 0px no-repeat;
}

a:hover.action-link {
	background-position:left -147px;	
}

/* ********* FORMS ********* */

form li {
	float:left;
	clear:left;
	margin-bottom:8px;
}

form li.select-container {
	padding-top:5px;
	height:23px;
}

.checkbox-container {
	padding-top:15px;
	padding-left:40px;
}

#billing-address-box .checkbox-container {
	padding:0;	
}

#bank-account-details-box .checkbox-container {
	padding-bottom:4px;
	padding-top:0; 
}

#bank-account-details-box .sortcode-container {
	padding-bottom:17px;	
}

.sortcode-container span {
	float:left;
	line-height:28px;
}



label {
	float:left;
	font-size:12px;
	line-height:12px;
}

div.label, div.input {
	float: left;
}

.infobox label {
	width:165px;
	padding-left:5px;
	line-height:28px;
	margin-right:14px;
	font-weight:normal;
	color:#636363;
	text-align:right;
}

#contact_contact-us-page .infobox label, #contact_register-interest-page .infobox label {
	width:165px;	
}

.infobox .toplabels label {
	width:auto;
	padding:0 0 0 2px;
	margin:0 0 5px 0;
	line-height:14px;
	text-align:left;
}

.checkbox-container label {
	vertical-align:middle;
	padding:0 0 5px 0;
	white-space:nowrap;
	
	width:500px;
	padding-left:0px;
	line-height:14px;
	margin:0;
	font-weight:bold;
	color:#494949;
	text-align:left;
}

.checkbox-container label.plain {
	font-weight: normal;
}

li.select-container label {
	line-height:18px;	
}

label span.required {
	color:#ff720a;
	line-height:1;
}

input {
	float:left;
	margin:0;
	padding:0;
	font-size:14px;
	color:#444;
	font-family:Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	border:none;
	line-height:16px;
	overflow:hidden;
	outline:none;
}

div.text-input {
	float:left;
	width:164px;
	height:28px;
	padding:0 0 0 10px;
	background:url(../images/text-field1.gif) left top no-repeat;
	overflow:hidden;
}

div.text-input-2 {
	float:left;
	width:261px;
	height:28px;
	padding:0 0 0 10px;
	background:url(../images/text-field2.gif) left top no-repeat;
	overflow:hidden;
}

div.text-input.long {
	width:200px;
	background-image:url(../images/text-field-long.gif);
}

.duo-inputs div.text-input {
	margin-bottom:5px;
}

.duo-inputs {
	margin-bottom:3px;	
}

.infobox .toplabels div.text-input {
	clear:left;	
}

.sortcode-container div.text-input {
	width:25px;
	padding-left:7px;
	background-image:url(../images/text-field-small.gif);
}

div.text-input input, div.text-input-2 input {
	width:154px;
	height:22px;
	padding:5px 10px 1px 0px;
	background:none;
}
div.text-input-2 input
{
	width:240px;
}

div.text-input.long input {
	width:190px;
}
div.account-name {
	font-size:14px;
	color:#444;
	font-family:Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	border:none;
	line-height:16px;
	padding:5px 10px 1px 0px;
}

.sortcode-container div.text-input input {
	width:18px;
	height:22px;
	padding:5px 7px 1px 0px;
	background:none;
}

div.textarea {
	width:609px;
	height:195px;
	margin:0 auto 0 auto;
	background:url(../images/textarea-field.png) left top no-repeat;
	overflow:hidden;
	padding-top:8px;
	padding-bottom:8px;
}

#contact_contact-us-page div.textarea, #contact_register-interest-page div.textarea {
	float:left;
	width:316px;
	height:105px;
	background-image:url(../images/textarea-field-small.png);
}

div.textarea textarea {
	width:589px;
	height:185px;
	padding:0 0px 0 10px;
	margin:0;
	border:none;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#444444;
	outline:none;
	background-color:transparent;
	overflow: auto;
}

#contact_contact-us-page div.textarea, #contact_register-interest-page div.textarea textarea {
	width:296px;
	height:95px;
}

select {
	float:left;
	max-width:174px;
	margin-top:0px;
	font-size:12px;
	color:#444;
	border:1px solid #d2b9a4;
	overflow:hidden;
}

input.checkbox {
	float:left;
	width:13px;
	height:13px;
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

input.file-input {
	width:265px;
	height:23px;
	border:1px solid #b1b1b1;
	background:white;
	vertical-align:top;
}

input.radio {
	clear:left;
	width:13px;
	height:13px;
	margin:0 0 10px 0;
	padding:0;
	vertical-align:middle;
}

li.radios div {
	float:left;
	padding-top:5px;
}

li.radios div label {
	float:left;
	clear:none;
	line-height:13px;
	vertical-align:middle;
	padding-left:10px;
	font-weight:normal;
}

button {
	float:right;
	display:block;
	border:none;
	margin:0;
	overflow:hidden;
	cursor:pointer; 
	
	height:22px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

button:hover {
	background-position:left bottom !important;	
}

button.lets-start {
	width:149px;
	background:url(../images/button-let-start.png) left top no-repeat;
}

button.next-step {
	width:97px;
	background:url(../images/button-next.png) left top no-repeat;
}

button.submit-online {
	width:124px;
	background:url(../images/button-submit-online.png) left top no-repeat;
}

button.submit-offline {
	text-indent:0px;
	width:124px;
}

#enquiretoday button
{
	width:128px;
	background:url(../images/button-getbrochure.png) left top no-repeat;
}

#referral-page button, #contact_contact-us-page button, #contact_register-interest-page button, #enquiretoday button.send {
	width:66px;
	background:url(../images/button-send.png) left top no-repeat;
}

#referral-page button:hover, #contact_contact-us-page button:hover, #contact_register-interest-page button:hover, #enquiretoday button:hover {
	background-position:left bottom;	
}

#login-page button {
	width:70px;
	background:url(../images/button-login.png) left top no-repeat;
}


/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}				
.cf {display: block;}
/* End hide from IE-mac */



/* ********* LISTS ********* */

ul.bulleted  {
	margin:0 0 10px 10px;
	padding:0;
	line-height:1.267;
	font-size:15px;
	font-weight:bold;
	color:#878787;
	letter-spacing:-1px;
}

ul.bulleted  li {
	padding:0 0 6px 20px;
	background:url(../images/bullet2.png) left 4px no-repeat;
}

ul.checked  {
	margin:0 0 14px 0px;
	padding:0 0 0 25px;
}

#signup-page ul.checked  {
    float: left;
    width: 600px;
}

ul.checked  li {
	padding:0 0 0px 23px;
	margin-bottom: 8px;
	background:url(../images/bullet-checked.gif) left 5px no-repeat;
	
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	color:#6a6a6a;
}

strong.tag-free {
    display: inline-block;
    width: 37px;
    height: 20px;
    background: url(../images/tag-free.png) left bottom no-repeat;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: top;
}



/* ********* BUTTONS ********* */

a.button {
	float:left;
	height:22px;
	padding-left:10px;
	background:url(../images/button.png) left top no-repeat;
	overflow:hidden;
}

a.button.right {
	float:right;	
}

a.button.backwards {
	padding-left:22px;
	background-image:url(../images/button-backwards.png);
}

.chatbox a.button {
	background-image:url(../images/button-chatbox.png);
}

.side-panel-container.dark .side-panel a.button {
	background-image:url(../images/button-dark.png);	
}

.infobox a.button {
	float:right;
	background-image:url(../images/button-orange.png);
}

a.button span {
	display:inline-block;
	height:17px;
	padding:5px 22px 0 0;
	background:url(../images/button.png) right top no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	white-space:nowrap;
}

a.button.backwards span {
	padding-left:0;
	padding-right:10px;
	background-image:url(../images/button-backwards.png);
}

.chatbox a.button span {
	background-image:url(../images/button-chatbox.png);
}

.side-panel-container.dark .side-panel a.button span {
	color:#3a2305;
	background-image:url(../images/button-dark.png);	
}

.infobox a.button span {
	background-image:url(../images/button-orange.png);	
}

a:hover.button {
	background-position:left bottom;
}

a:hover.button span {
	background-position:right bottom;
}


/* ---------------------------------------------------------------------
            	GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------ 

These are default styles that every page needs to inherit */

/* ////////      GENERAL LAYOUT       \\\\\\\\ */

#header {
	position:relative;
	width:980px;
	height:91px;
	margin:0 auto;
}

#content-area {
	padding-top:20px;
	background:#fff url(../images/contentarea-backgr.gif) left top repeat-x;
}

#index-page #content-area {
	padding-top:0px;
	background:#fff url(../images/contentarea-backgr-home.png) left top repeat-x;
}

#content-area .page {
	width:980px;
	margin:0 auto;
}

.page .sidecol {
	float:left;
	width:210px;
	margin-right:35px;
	margin-bottom:35px;
}

.page .content {
	float:left;
	width:735px;
}

.content-box {
	float:left;
	width:485px;	
}


/* ////////      HEADER       \\\\\\\\ */


/* *** Logo *** */

#header h2 {
	position:absolute;
	top:13px;
	left:-2px;
	margin:0;
	padding:0;
}

#header h2 a {
	display:block;
	width:252px;
	height:105px;
	background:url(../images/logo-jukebox.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

/* *** Top Navigation *** */

ul#topnav {
	position:absolute;
	right:-11px;
	bottom:0;
	height:34px;
	margin:0;
	padding:0;
}

#topnav li {
	float:left;
	height:34px;
	margin:0 0 0 1px;
	padding:0;
	overflow:hidden;
}

#topnav li a {
	display:block;
	height:34px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#topnav li a:hover {
	background-position:left -37px;	
}

#topnav li.active a, #topnav li.active a:hover {
	background-position:left bottom;	
}

#topnav li#topnav-home a {
	width:63px;
	background-image: url(../images/topnav-home.png);
}

#topnav li#topnav-how a {
	width:130px;
	background-image: url(../images/topnav-how-it-works.png);
}

#topnav li#topnav-tour a {
	width:128px;
	background-image: url(../images/topnav-feature-tour.png);
}

#topnav li#topnav-pricing a {
	width:79px;
	background-image: url(../images/topnav-pricing.png);
}

#topnav li#topnav-faq a {
	width:52px;
	background-image: url(../images/topnav-faq.png);
}

#topnav li#topnav-enterprise a {
	width:107px;
	background-image: url(../images/topnav-enterprise.png);
}

#topnav li#topnav-blog a {
	width:62px;
	background-image: url(../images/topnav-blog.png);
}

#topnav li#topnav-contact a {
	width:90px;
	background-image: url(../images/topnav-contact.png);
}


/* *** Signup | Login *** */

#header h4 {
	position:absolute;
	right:3px;
	top:0;
	width:122px;
	height:33px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#header h4 a, #header h4 span {
	float:left;
	height:33px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;	
}

#header h4 a:hover {
	background-position:left bottom;	
}

#header h4 span {
	width:1px;
	background-image: url(../images/tab-delimiter.png);
}

#header h4 a#tab-signup {
	width:65px;
	background-image:url(../images/tab-signup.png);
}

#header h4 a#tab-login {
	width:56px;
	background-image:url(../images/tab-login.png);
}


/* ////////      BANNER       \\\\\\\\ */

#banner-container {
	height:133px;
	background:url(../images/banner-subpage-backgr.png) left top repeat-x;
	overflow:hidden;	
}

#index-page #banner-container {
	height:340px;
	background:url(../images/banner-home-backgr.png) left top repeat-x;
}

#banner {
	height:133px;
	background:url(../images/banner-subpage.png) center top no-repeat;
}

#index-page #banner {
	height:340px;
	background:url(../images/banner-home.jpg) center top no-repeat;	
}

#banner #banner-content {
	width:980px;
	margin:0 auto;
}

#index-page #banner #banner-content {
	padding-top:113px;	
}

#banner-content ul {
	width:550px;
	margin:0 0 0 34px;
	padding:0;
	line-height:1.334;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:-1px;
}

#banner-content ul li {
	padding:0 0 6px 20px;
	background:url(../images/bullet1.png) left 4px no-repeat;
}

#banner-content ul li span {
	font-size:14px;
}

#banner-content ul#banner-buttons {
	width:483px;
	height:51px;
	margin:21px 0 0 0;
	padding:0;
	text-indent:-9999px;
}

#banner-content ul#banner-buttons li {
	float:left;
	padding:0;
	background:none;
}

ul#banner-buttons li a {
	display:block;
	margin-right:20px;
	background-position:left top;
	background-repeat:no-repeat;
}

ul#banner-buttons li a:hover {
	background-position:left bottom;	
}

ul#banner-buttons li#tour-button a {
	width:177px;
	height:51px;
	background-image:url(../images/button-tour.png);
}

ul#banner-buttons li#start-button a {
	width:266px;
	height:49px;
	margin-top:1px;
	background-image:url(../images/button-get-started.png);
}

/* *** Banner Headings *** */

#banner h1 {
	float:left;
	width:590px;
	height:28px;
	margin-top:77px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.blog-page #banner h1 {
	background-image:url(../images/pagetitle-blog.png);	
}

#signup-page #banner h1 {
	background-image:url(../images/pagetitle-signup.png);	
}

/*#referral-page #banner h1 {
	background-image:url(../images/tvjcontact.png);	
}*/

#pricing-page #banner h1
{
	background-image:url(../images/pagetitle-pricing.png);	
}

#request-brochure-page #banner h1
{
	background-image:url(../images/pagetitle-brochure.png);
}

.how-it-works-page #banner h1 {
	background-image:url(../images/pagetitle-howitworks.png);	
}

.feature-tour-page #banner h1
 {
	background-image:url(../images/pagetitle-featuretour.png);	
}

#contact_contact-us-page #banner h1, #contact_terms-page #banner h1 {
	background-image:url(../images/pagetitle-contact.png);	
}

#contact_register-interest-page #banner h1 {
	background-image:url(../images/pagetitle-register-interest.png);	
}

#contact_map-and-directions-page #banner h1 {
	background-image:url(../images/pagetitle-map.png);	
}

#my-local-page #banner h1 {
	background-image:url(../images/pagetitle-recommend.png);	
}

#faq-page #banner h1 {
	background-image:url(../images/pagetitle-faq.png);	
}

#contact_about-us-page #banner h1 {
	background-image:url(../images/pagetitle-about.png);	
}

#login-page #banner h1 {
	background-image:url(../images/pagetitle-login.png);	
}

#enterprise-page #banner h1 {
	background-image:url(../images/pagetitle-enterprise.png);	
}

#index-page #banner-content h1 {
	display:none;	
}

/* *** Foot Banner *** */

#footbanner {
	position:relative;
	width:783px;
	height:74px;
	margin-top:9px;
	background:url(../images/foot-banner.png) left top no-repeat;
	line-height:74px;
	padding-left:197px;
	padding-top:26px;
	overflow:hidden;
}

#footbanner h2 {
	font-size:14px;
	line-height:74px;
	margin:0;
	color:#3f3f3f;
	text-transform:uppercase;
	letter-spacing:normal;
}

#footbanner a {
	position:absolute;
	bottom:15px;
	right:25px;
	width:198px;
	height:43px;
	background:url(../images/footbanner-button.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#footbanner a:hover {
	background-position:left -74px;	
}


/* ////////      Sidenav       \\\\\\\\ */

.sidecol .sidenav {
	width:210px;
	margin-bottom:30px;
	background:url(../images/sidenav-middle.png) left top repeat-y;
}

.sidenav ul {
	width:210px;
	min-height:20px;
	background:url(../images/sidenav-top.png) left top no-repeat;
}

.sidenav ul li {
	border-bottom:1px solid #ececec;	
}


.sidenav ul li.last {
	border:none;
	padding-bottom:12px;
	
	background:url(../images/sidenav-bottom.png) left bottom no-repeat;
}

.sidenav ul li a {
	display:block;
	padding:9px 0 9px 24px;
	background:url(../images/sidenav-link.png) 10px -137px no-repeat;
	
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	color:#9d9c9c;
}

.signup-page .sidenav ul li a {
	cursor:auto;
}

.signup-page .sidenav ul li a:hover {
	color:#9d9c9c;
	background-position:10px -137px;
}

.sidenav ul li a:hover, .sidenav ul li.active a, .sidenav ul li.active a:hover, .signup-page .sidenav ul li.active a:hover {
	color:#ff720a;
	background-position:10px 10px;	
}


/* ////////      Chatbox       \\\\\\\\ */

.chatbox {
	width:190px;
	height:56px;
	padding:39px 10px 15px 10px;
	background:url(../images/chatbox-backgr.png) left top no-repeat;
	overflow:hidden;
}

.chatbox p {
	font-size:15px;
	line-height:1;
	color:#82643d;
	margin-bottom:7px;
}

.chatbox p strong {
	color:#3f0503;
}

.chatbox h3 {
	display:none;	
}


/* ////////      Infoboxes       \\\\\\\\ */

.infobox {
	margin-left:3px;
	margin-bottom:27px;
	padding-top:6px;
	background: url(../images/infobox-top.png) left top no-repeat;	
}

.infobox .infobox-container {
	padding-bottom:6px;
	background:url(../images/infobox-bottom.png) left bottom no-repeat;
}

.infobox .infobox-content {
	position:relative;
	min-height:20px;
	padding:32px 20px 12px 20px;
	background:url(../images/infobox-middle.gif) left top repeat-y;
	color:#636363;
}

#contact_register-interest-page .infobox .infobox-content, #contact_contact-us-page .infobox .infobox-content {
	padding-bottom:15px;	
}

.infobox.simple .infobox-content {
	padding-top:10px;	
}

.infobox h1 {
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	color:#ff660a;
	letter-spacing:-1px;
	text-transform:none;
	margin-bottom:5px;
}

.infobox-content h2 {
	position:absolute;
	left:-3px;
	top:-8px;
	display:inline-block;
	height:34px;
	padding-right:5px;
	background:url(../images/infobox-heading-right.png) right top no-repeat;
	
	font-size:14px;
	font-weight: normal;
	color:#ffb41c;
	line-height:1;
	text-transform:none;
	letter-spacing:0;
	margin:0;
}

.infobox-content h2 strong {
	display:block;
	height:27px;
	padding:7px 10px 0 12px;
	background:url(../images/infobox-heading-left.png) left top no-repeat;
	font-weight:normal;
}


/* *** Error Box *** */

.infobox.error-box .infobox-content, .infobox.notice-box .infobox-content  {
	padding-bottom:9px;
	padding-top:10px;
}

.infobox.notice-box .infobox-content {
	color: #f54b00;
}

.infobox.error-box .infobox-content h2 {
	position:static;
	left:auto;
	top:auto;
	display:block;
	height:auto;
	padding:0;
	background:none;
	
	font-size:16px;
	font-weight:bold;
	line-height:1;
	color: #f54b00;
	margin: 0 0 13px 0;
}

.infobox.error-box ul {
	margin:0 0 0 25px;
	padding:0;
	
	font-size:12px;
	line-height:1.334;
	color:#f54b00;
}

.infobox.error-box ul li {
	margin-bottom:3px;	
}

.fieldWithErrors label {
	color:#f54b00;
}

.infobox.error-box p {
	margin-bottom:8px;	
}



/* ////////      Overview Box       \\\\\\\\ */


.overview-box {
	width:709px;
	height:212px;
	padding:20px 0 0 25px;
	margin-bottom:40px;
	background:url(../images/overview-box-backgr.png) left -3px no-repeat;
	overflow:hidden;
}

.overview-box img {
	float:right;
	margin-left:15px;
	margin-top:-20px;
	width:410px;
	height:232px;
}

.overview-box h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.223;
	color:#ff720a;
	
	letter-spacing:-1px;
	text-transform:none;
	margin-bottom:9px;
}

.overview-box p {
	font-size:14px;
	line-height:1.286;
	color:#b29773;
	margin-bottom:7px;
}


/* ////////      Items       \\\\\\\\ */

.items li {
	position:relative;
	min-height:135px;
	padding:11px 0 14px 225px;
	background-position:191px 13px;
	background-repeat:no-repeat;
}

ul.items li {
	padding-left:192px;
}

.items li.item1 {
	background-image:url(../images/step1.gif);	
}

.items li.item2 {
	background-image:url(../images/step2.gif);	
}

.items li.item3 {
	background-image:url(../images/step3.gif);	
}

.items li.item4 {
	background-image:url(../images/step4.gif);	
}

.items img {
	position:absolute;
	left:0px;
	top:0px;
	width:161px;
	height:125px;
}

.items h2 {
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color:#757575;
	letter-spacing:-1px;
	text-transform:none;
	margin:0 0 7px 0;
}

.items h3 {
	font-size:12px;
	line-height:1.167;
	font-weight:bold;
	color:#757575;
	text-transform:none;
	letter-spacing:0;
	margin:0 0 5px 0;
}

.items h3 strong {
	color:#ff720a;	
}

.items a {
	font-weight:bold;	
}


/* *** Bottom Nav *** */

.bottom-nav {
	padding-top:20px;
	margin-bottom:40px;
	margin-top:32px;
	border-top:1px solid #e4e4e4;	
}

.bottom-nav a.button {
	float:right;	
}

.bottom-nav a.button.backwards {
	float:left;	
}


/* ////////      FOOTER       \\\\\\\\ */

#footer-container {
	height:107px;
	margin-top:-9px;
	background:url(../images/footer-backgr.gif) left 34px repeat-x;	
}

#footer-container #footer {
	width:980px;
	height:61px;
	margin:0 auto;
	padding-top:46px;
	font-size:10px;
	color:#e6a830;
	text-transform:uppercase;
	background:url(../images/keynote.gif) right top no-repeat;
}

#footer a {
	color:#b97216;
	text-decoration:none;
}

#footer a:hover {
	color:#9e421e;
	text-decoration:none;
}


/* *** Footnav *** */

ul#footnav {
	display:block;
	height:17px;
	margin-top:27px;
	padding-top:37px;
	text-align:center;
}

#index-page ul#footnav {
	background:url(../images/logos.png) left top no-repeat;		
}

ul#footnav li {
	display:inline;
	padding:0 6px;
}

ul#footnav li a {
	position:relative;
	z-index:100;
	color:#6a6a6a;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	text-transform:uppercase;
	text-decoration:none;
}

ul#footnav li a:hover {
	color:#ff720a;
	text-decoration:none;
}



/* ---------------------------------------------------------------------
            		INDIVIDUAL PAGE STYLES
------------------------------------------------------------------------ */


/*-----------------------------------------
 ////////          HOMEPAGE         \\\\\\\\ 
-------------------------------------------*/

/* *** Steps *** */

.steps {
	width:980px;
	height:196px;
	margin-bottom:40px;
	background:url(../images/keynote.gif) 956px bottom no-repeat;
	overflow:hidden;
}

.steps h2 {
	display:none;
}

.steps .steps-movie {
	width:980px;
	height:165px;
	overflow:hidden;
}

#alternate_content {
	padding-top:25px;
	text-align:center;
}
/*
.steps ol {
	margin:8px 0 0 0;
	padding:0 0 0 10px;
}

.steps ol li {
	float:left;
	width:195px;
	margin:0 15px 0 0;
	padding:0 0 0 30px;
	background-position:left 3px;
	background-repeat:no-repeat;
}

.steps ol li.step-1 {
	background-image:url(../images/step1.gif);	
}

.steps ol li.step-2 {
	background-image:url(../images/step2.gif);	
}

.steps ol li.step-3 {
	margin-right:18px;
	background-image:url(../images/step3.gif);	
}

.steps ol li.step-4 {
	background-image:url(../images/step4.gif);	
}

.steps ol li p {
	font-size:12px;
	font-weight:bold;
	line-height:1.167;
	color:#757575;
	margin-bottom:0px;
}

.steps ol li p strong {
	color:#ff720a;	
}
*/
/* *** Benefits *** */

.benefits {
	float:left;
	width:670px;
}

.benefits h2 {
	width:439px;
	height:12px;
	margin-bottom:22px;
	background:url(../images/header-features-benefits.png) left top no-repeat;
	text-indent:-9999px;
	text-transform:none;
	overflow:hidden;
}

.benefits ul {
	margin:0 0 33px 0;
	padding:0;
}

.benefits li {
	float:left;
	width:237px;
	min-height:70px;
	margin:0 20px 0px 0;
	padding:5px 0 0 78px;
	color:#757575;
	background-position:left top;
	background-repeat:no-repeat;
}

.benefits li.benefit-profit {
	clear:left;
	background-image:url(../images/icon-profit.png);
}

.benefits li.benefit-music {
	background-image:url(../images/icon-music.png);
}

.benefits li.benefit-collect {
	clear:left;
	background-image:url(../images/icon-sms.png);
}

.benefits li.benefit-setup {
	background-image:url(../images/icon-setup.png);
}

.benefits h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.125;
	color:#6a6a6a;
	margin:0 0 6px 0;
	text-transform:none;
	letter-spacing:-1px;
}

.benefits p {
	margin-bottom:4px;
}

/* *** Stats *** */

.stats {
	float:right;
	width:282px;
	margin-bottom:20px;
}

.stats h2 {
	width:121px;
	height:12px;
	margin-bottom:18px;
	background:url(../images/header-stats.png) left top no-repeat;
	text-indent:-9999px;
	text-transform:none;
	overflow:hidden;
}

.stats ul {
	width:282px;
	height:105px;
}

.stats ul li {
	float:left;
	height:88px;
	line-height:14px;
	padding:17px 20px 0 20px;
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	color:#858585;
	overflow:hidden;
}

.stats ul li.stats-songs {
	width:100px;
	background-image: url(../images/stats-songs.png);
}

.stats ul li.stats-revenue {
	width:102px;
	background-image: url(../images/stats-revenue.png);
}

.stats h3 {
	font-size:34px;
	font-weight:bold;
	line-height:1;
	color:#424242;
	margin:0 0 8px 0;
	padding:0 0 0 29px;
	text-align:left;
	text-transform:uppercase;
}

/* *** Enterprise Jukebox *** */

.jukebox {
	position:relative;
	float:right;
	width:180px;
	height:116px;
	margin-bottom:34px;
	padding:37px 86px 0 16px;
	background-position:left top;
	background-repeat:no-repeat;
}

.jukebox#jukebox-enterprise {
	height:97px;
	padding-top:62px;
	margin-bottom:20px;
	background-image:url(../images/jukebox-enterprise.png);
}

.jukebox#jukebox-promote {
	height:97px;
	padding-top:62px;
	margin-top:-17px;
	margin-bottom:20px;
	background-image:url(../images/jukebox-promote.png);
}

.jukebox h2 {
	display:none;	
}

.jukebox h3 {
	font-size:16px;
	font-weight:normal;
	line-height:1.125;
	color:#ff720a;
	margin:0 0 2px 0;
	text-transform:none;
}

.jukebox p {
	font-size:13px;
	line-height:15px;
	color:#5e5e5e;
	margin-bottom:5px;
}

.jukebox a {
	position:absolute;
	left:17px;
	bottom:16px;
	width:90px;
	height:22px;
	background:url(../images/jukebox-button.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.jukebox a:hover {
	background-position:left bottom;	
}


/*-----------------------------------------
 ////////     SIGN UP PAGES         \\\\\\\\ 
-------------------------------------------*/

.column {
	float:left;
	width:328px;
}

#billing-address-box .column {
	margin-top:20px;
}

.column ul li {
	width:328px;	
}

#form-buttons {
	margin-top:-7px;	
}

#form-buttons-footer {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #e4e4e4;
}

#form-buttons-footer a.button {
	float:right;	
}

#form-buttons-footer strong {
	float:right;
	clear:both;
	margin-top:5px;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#8e8e8e;	
}

#form-buttons button {
	float:right;
	margin-bottom: 10px;
}

#form-buttons .button2 {
	clear:right;
	float:right;
}

#form-buttons .button2 .button {
	float:right;
}

#form-buttons .button2 strong {
	clear:right;
	float:right;
}

/* *** Signup Steps *** */

ul.signup-steps {
	margin-top:-3px;
	margin-bottom:22px;
}

ul.signup-steps li {
	float:left;
	width:94px;
	height:26px;
	padding:12px 40px 0px 27px;
	margin:0 -8px;
	
	background:url(../images/step-middle.png) left top no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#a57f6c;
	line-height:1;
	overflow:hidden;
}

ul.signup-steps li.active {
	background-position:left bottom;	
	color:#ffb41c;
}

ul.signup-steps li.first {
	width:105px;
	background-image:url(../images/step-left.png);
	margin-left:-4px;
	padding-left:17px;
}

ul.signup-steps li.last {
	width:94px;
	background-image:url(../images/step-right.png);
	margin-right:-4px;
}

/* *** Direct Debit Mandate *** */

#mandate-box .infobox-content {
	padding-left:60px;
	padding-right:50px;
	padding-top:61px;
	color:#3f3f3f;
}

#mandate-box li {
	margin-bottom:20px;	
}

#mandate-box li.duo-inputs {
	margin-bottom:11px;	
}

.infobox .cols {
	margin-top:23px;
	margin-bottom:14px;
}

.leftcol {
	float:left;
	clear:left;
	width:250px;
}

.infobox .leftcol li {
	width:250px;
}

.infobox .rightcol {
	float:right;
	width:295px;
}

.infobox .rightcol li {
	width:295px;
}

.infobox#mandate-box h1 {
	float:right;
	width:285px;
	padding-right:10px;
	
	font-size:22px;
	font-weight:normal;
	line-height:24px;
	letter-spacing:normal;
	color:#3f3f3f;
	margin-bottom:0;
}

.infobox h4 {
	font-size: 12px;
	font-weight: bold;
	line-height:17px;
	color: #3f3f3f;
	margin-bottom:1px;
	text-transform:none;	
	
}

div.dd-logo {
	position:absolute;
	top:10px;
	right:26px;
	width:112px;
	height:36px;
	background:url(../images/direct-debit-logo.png) left top no-repeat;
	overflow:hidden;
}

div.company-details {
	float:left;
	width:250px;
}

.company-details h3 {
	font-size:16px;
	font-weight:bold;
	color:#3f3f3f;
	line-height:18px;
	text-transform:none;
	letter-spacing:normal;
	margin:0 0 5px 0;
}

.company-details p {
	font-size:14px;
	line-height:16px;
	color:#3f3f3f;
	margin-bottom:0px;
}

.infobox .disclaimer {
	font-size:11px;
	font-weight:normal;
	color:#636363;
}

.infobox div.alias-label {
	padding:0 0 0 2px;
	margin:0 0 4px 0;
	font-size:12px;
	line-height:14px;
	color:#636363;
}

div.instruction-text {
	margin-bottom:37px;
}

strong.digit {
	float:left;
	width:25px;
	height:21px;
	padding:4px 0 0 0;
	margin:0 3px 0 0;
	background:url(../images/digit.gif) left top no-repeat;
	
	font-family:Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#444;
	overflow:hidden;
	text-align:center;
}

strong.double-digit {
	float:left;
	width:31px;
	height:21px;
	padding:4px 0 0 0;
	margin:0 3px 0 0;
	background:url(../images/digit-double.gif) left top no-repeat;
	
	font-family:Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#444;
	overflow:hidden;
	text-align:center;
}

strong.date {
	float:left;
	width:73px;
	height:22px;
	padding:6px 10px 0 10px;
	background:url(../images/date-field.gif) left top no-repeat;
	
	font-family:Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#444;
	overflow:hidden;
}

li.sortcode-display span {
	float:left;
	line-height:24px;
}

/* *** Textbox  *** */

.textbox-container {
	width:277px;
	background:url(../images/textbox-middle.gif) left top repeat-y;
}

.textbox-container .textbox {
	min-height:60px;
	padding:7px 10px 0 10px;
	background:url(../images/textbox-top.gif) left top no-repeat;	
}

.textbox-container .textbox-bottom {
	width:277px;
	height:7px;
	background:url(../images/textbox-bottom.gif) left top no-repeat;
	overflow:hidden;
}

.textbox p {
	margin-bottom:5px;	
}

/* *** Side Panel *** */

.side-panel-container {
	width:210px;
	padding-top:8px;
	margin-bottom:15px;
	background:url(../images/sidepanel-top.png) left top no-repeat;
}

.side-panel-container.dark {
	padding-top:10px;
	background-image:url(../images/sidepanel-dark-top.png);
}

.side-panel-container .side-panel {
	min-height:20px;
	padding-top:8px;
	padding-bottom:8px;
	background:#fff0d2 url(../images/sidepanel-bottom.png) left bottom no-repeat;
}

.side-panel-container.dark .side-panel {
	min-height:52px;
	padding:0 10px 8px 10px;
	background-color:#572812;
	background-image:url(../images/sidepanel-dark-bottom.png);
	
	font-size:14px;
	line-height:1.143;
	color:#fff;
}

.side-panel-container.dark .side-panel p {
	line-height:1.143;	
}

.side-panel-container#status-panel {
	padding:8px 0 0 0;
}

.side-panel-container#status-panel .side-panel {
	padding-bottom:0;	
}

.side-panel-container#status-panel h3 {
	width:110px;
	height:12px;
	background:url(../images/header-your-order.png) right top no-repeat;
	text-indent:-9999px;
	font-size:1px;
	padding:0 0 0 9px;
	margin:0 0 10px 0px;
	overflow:hidden;
}

#status-panel table {
	width:198px;
	margin:0 6px 10px 6px;	
}

#status-panel table tr {
	background:url(../images/sidepanel-delimiter.gif) left bottom no-repeat;
}

#status-panel table tr.last {
	background:none;	
}

#status-panel table td {
	padding:7px 3px 5px 0;
	font-weight:bold;
	line-height:1.167;
	color:#82643d;
	text-align:right;
}

#status-panel table td.col1 {
	width:115px;
	padding-left:6px;
	padding-right:10px;
	font-weight:normal;
	text-align:left;
}

#side-panel-summary {
	width:190px;
	height:62px;
	padding:10px;
	background:url(../images/sidepanel-summary.png) left top no-repeat;
	color:#fff;
	overflow:hidden;
}

#side-panel-summary table {
	width:190px;
	margin:0;
}

#side-panel-summary table tr {
	background:none;
}

#side-panel-summary table td {
	padding:2px 0 4px 0;
	color:#fff;
	text-align:right;
}

#side-panel-summary table td.col1 {
	width:121px;
	padding-left:0;
	padding-right:10px;
	font-weight:normal;
	text-align:left;
}


/*--------------------------------------------
 ////////     CONTACT US PAGE         \\\\\\\\ 
---------------------------------------------*/

#referral-page .column, #referral-page .column ul li, #contact_register-interest-page .column, #contact_contact-us-page .column, #contact_register-interest-page .column ul li, #contact_contact-us-page .column ul li {
	width:500px;	
}

p.required-info {
	padding-left:184px;
	font-size:10px;
	line-height:1.2;
}

p.required-info strong {
	color:#ff720a;	
}

.contact-info h3 {
	float:left;
	width:70px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#b29773;
	text-transform:none;
	letter-spacing:0;
	margin:0;
}

.contact-info p {
	float:left;
	width:180px;
	font-size:12px;
	line-height:1.334;
	color:#636363;
	margin:0 0 9px 0;
}


/*-----------------------------------------
 ////////     PRICING PAGE         \\\\\\\\ 
-----------------------------------------*/

h1#early-bird-offer {
	width:362px;
	height:44px;
	background: url(../images/header-early-bird-offer.png) left top no-repeat;
	text-indent:-9999px;
	margin:0 0 9px 0;
	overflow:hidden;
}

/* ////////      Sidebox       \\\\\\\\ */

.sidebox-container {
	float:right;
	width:212px;
	padding-top:6px;
	background:url(../images/sidebox-top.png) left top no-repeat;
}

.sidebox-container .sidebox {
	min-height:20px;
	padding:6px 10px;
	background:#fff1d6 url(../images/sidebox-bottom.png) left bottom no-repeat;
}

.sidebox p {
	font-size:14px;
	line-height:1.143;
	color:#d35d08;
	margin-bottom:13px;
}

.sidebox .sidebox-area {
	margin:0 -10px 15px -10px;
	padding:7px 10px;
	background-color:#fff8eb;
	color:#d35d08;
}

.sidebox a.action-button {
	display:block;
	width:192px;
	height:43px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.sidebox a:hover.action-button {
	background-position:left bottom;
}

.sidebox a.action-button#signup-button {
	background-image:url(../images/button-signup.png);	
}

/* ////////    Offer  Sidebox     \\\\\\\\ */

#offer-sidebox h2 {
	width:182px;
	padding:0 5px;
	
	font-size:12px;
	font-weight: bold;
	line-height:1.334;
	color:#ff7408;
	letter-spacing:normal;
	text-transform: none;
	margin:0 0 10px 0;
}

#offer-sidebox h2 strong {
	display:block;
	width:192px;
	height:75px;
	margin:4px -5px 0 -5px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#offer-sidebox h2.price49 strong {
	background-image:url(../images/offer-price.png);
}

#offer-sidebox h2 span {
	display:block;
	text-align:right;
	color:#777777;
}

#offer-sidebox h3 {
	font-size:27px;
	font-weight:bold;
	line-height:27px;
	color:#ff7408;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}

#offer-sidebox h4 {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color:#ff7408;
	text-align:center;
	text-transform:uppercase;
	margin:-2px 0 0;
}

#offer-sidebox .sidebox-area {
	font-weight:bold;
	text-align:right;	
}


/*-----------------------------------------
 ////////     FAQ PAGE         \\\\\\\\ 
-----------------------------------------*/

.faq {
	margin-top:17px;
	padding-bottom:5px;
	padding-right:15px;
	border-bottom:1px solid #d6d6d6;
}

.faq.last {
	border:none;	
}

.faq h2 {
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	color:#ff720a;
	letter-spacing:normal;
	text-transform:none;
	margin:0 0 13px 0;
	padding-left:21px;
	background: url(../images/question-backgr.gif) left 2px no-repeat;
	cursor:pointer;
	text-decoration:underline;
}

.faq .answer {
	padding-left:21px;
	background: url(../images/answer-backgr.gif) left 2px no-repeat;
}



/*-----------------------------------------
 ////////     LOGIN PAGE         \\\\\\\\ 
-----------------------------------------*/

#login-page .infobox-content {
	padding-left:125px;
	padding-top:20px;
	padding-right:279px;
}

#login-page .infobox-content ul li {
	width:328px;
	margin-bottom:0;
	padding-bottom:8px;
}

ul.blog h4 {
	color: #777777;
}


/*-----------
  GUARANTEE
-----------*/

.guarantee ul {
	margin: 0 40px;
	list-style-type: disc;
	list-style-position: inside;
}

.guarantee ul ul {
	list-style-type: none;	
}


/*-----------------------------------------
 ////////     PRICING PAGE         \\\\\\\\ 
-----------------------------------------*/

h1#early-bird-offer {
	width:362px;
	height:44px;
	background: url(../images/header-early-bird-offer.png) left top no-repeat;
	text-indent:-9999px;
	margin:0 0 9px 0;
	overflow:hidden;
}

h1#heading-single-fee {
    width: 577px;
    height: 34px;
    background: url(../images/heading-single-fee.png) left top no-repeat;
    text-indent:-9999px;
    margin:18px 0 12px 0;
    overflow:hidden;
}

h2#heading-whats-included {
    width: 577px;
    height: 18px;
    background: url(../images/heading-single-fee.png) left -46px no-repeat;
    text-indent:-9999px;
    margin:0 0 35px 0;
    overflow:hidden;
}

h1#heading-weekly-cost
{
	width: 366px;
    height: 33px;
    background: url(../images/header-only-12-99-per-week.gif) left top no-repeat;
    text-indent:-9999px;
    margin:18px 0 4px 0;
    overflow:hidden;
}
h2#heading-one-off-setup-charge
{
	width: 271px;
    height: 18px;
    background: url(../images/header-plus-129-one-off-charge.gif) left top no-repeat;
    text-indent:-9999px;
    margin:0 0 25px 0;
    overflow:hidden;
}


/* Enquire Today */
#pricing_head
{
	text-indent:-9999px;
	height:10px;
}
#enquiretoday
{
	position:relative;
	width:294px;
	float:left;
	background:url("../images/request-brochure-bottom.png") left bottom no-repeat;
}
#enquiretoday .main
{
	background:url("../images/request-brochure-top.png") left top no-repeat;
}
#enquiretoday .main2
{
	background:url("../images/enquire-today-top.png") left top no-repeat;
}
#enquiretoday h2
{
	display:none;
}

#enquiretoday .requiredfieldkey
{
	position:absolute;
	left:16px;
	bottom:15px;
	font-size:0.85em;
}
#enquiretoday form
{
	display:inline;
}
#enquiretoday .form
{
	padding:50px 16px 0 16px;
}
#enquiretoday .form .fieldrow
{
	clear:both;
	padding:14px 0;
}
#enquiretoday .form .fieldrowsmall
{
	clear:both;
	padding:4px 0;
}
#enquiretoday .form .fieldrowsmall div
{
	clear:both;
	padding:10px 0;
}
#enquiretoday .form .flabel
{
	display:block;
	padding:0 0 5px 4px;
	font-size:1.0em;
}
#enquiretoday .form .ilabel
{
	position:relative;
	left:4px;
	top:-1px;
}
#enquiretoday label.error
{
	color:#CC0000;
	font-weight:bold;
}
#enquiretoday .form .flabel span, #enquiretoday .requiredfieldkey span
{
	color:#FE8939;
}
#enquiretoday .submitbutton
{
	float:right;
	clear:both;
	margin:16px 0 13px 0;
}

#enquiretoday .sent
{
	padding: 90px 0 150px 0;
}

#pricing_whatsincluded
{
	float:right;
	width:655px;
	margin-top:10px;
	height:340px;
}
#pricing_whatsincluded h3
{
	color:#696969;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
}

/* ////////      Calculator       \\\\\\\\ */

#calculator {
    position: relative;
    float: right;
    width: 266px;
    height: 180px;
    padding: 58px 12px 0 16px;
    margin: 0 0 20px 20px;
    background: url(../images/calculator-bg.png) left top no-repeat;
}

#calculator h2 {
    display: none;
}

#calculator h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #5d1f03;
    margin: 0 0 7px 0;
}

h3#calculator-result {
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    color: #ff720a;
    margin: 0;
}

h3#calculator-result strong {
    display: inline-block;
    height: 23px;
    padding-left: 4px;
    background: url(../images/result-bg.png) left top no-repeat;
    overflow: hidden;
    vertical-align: top;
}

h3#calculator-result strong span {
    display: block;
    width: 68px;
    height: 23px;
    padding-right: 4px;
    background: url(../images/result-bg.png) right top no-repeat;
    
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

h3#calculator-result em {
    display: block; 
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 12px;
    margin-top: -4px;
    text-align: right;
}

#calculator ul {
    margin-bottom: 26px;
}

#calculator ul li {
    font-size: 12px;
    line-height: 14px;
    color: #505050;
    margin: 0 0 2px 0;
}

#calculator ul li strong {
    color: #ff720a;
}


#calculator #daily-requests {
    float: right;
    padding-right: 15px;
    padding-left: 16px;
    margin-top: -38px;
    
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    color: #6a6a6a;
    white-space: nowrap;
}

#calculator #daily-requests strong {
    font-weight: normal;
}


/* ////////      Slider       \\\\\\\\ */

#slider {
    width: 236px;
    height: 25px;
    margin: 0 auto 33px auto;
    
    border:0;
    background: url(../images/slider_track_bg.gif) center center no-repeat;
}

#slider-tooltip
{
    display: none;
    position: absolute;
    top: 28px;
    left: -37px;
    width: 82px;
    height: 15px;
    padding: 8px 4px 0 4px;
    background: url(../images/tooltip-bg.gif) left top no-repeat;
    
    font-size: 8px;
    font-weight: bold;
    line-height: 10px;
    color: #4a4a4a;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}


/* ////////      Box       \\\\\\\\ */

.box {
    width: 210px;
    padding-top: 6px;
    background: url(../images/box-top.png) left top no-repeat;
    overflow: hidden;
}

.box .box-content {
    min-height: 78px;
    padding: 10px;
    background: #fdf1db url(../images/box-bottom.png) left bottom no-repeat;
    
    font-size: 12px;
    line-height: 1.334;
    color: #5b5b5b;
}

.box#facts-box .box-content {
    background-image:url(../images/box-facts-bottom.png);
}

.box h3 {
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.box#facts-box h3 {
    width: 139px;
    height: 13px;
    background-image: url(../images/sideheading-dyk.png);
}

.box p {
    font-size: 12px;
    line-height: 1.334;
    margin-bottom: 10px;
}




/* ////////      Actionbar       \\\\\\\\ */

#actionbar {
    position: relative;
    width: 643px;
    height: 38px;
    padding: 46px 310px 0 27px;
    margin-bottom: 18px;
    background: url(../images/actionbar-bg.png) left top no-repeat;
    
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    color: #5c5c5c;
    overflow: hidden;
}

#actionbar h2 {
    display: none;
}

#actionbar p {
    line-height: 16px;
    margin-bottom: 0;
}

#actionbar a {
    position: absolute;
    right: 9px;
    top: 9px;
    display: block;
    width: 294px;
    height: 65px;
    background: url(../images/actionbar-bg.png) right top no-repeat;
    font-size: 1px;
    text-indent: -9999px;
    overflow: hidden;
}

#actionbar a:hover,
#actionbar a:focus {
    background-position: right bottom;
}

/* ////////      Fineprint       \\\\\\\\ */

.fineprint {
    padding: 0 23px;
    font-size: 11px;
    line-height: 13px;
    color: #6a6a6a;
}

.fineprint p {
    line-height: 13px;
    margin-bottom: 7px;
}

.signup-page .fineprint {
  clear:both;
  margin-left: 245px;
  padding-top: 20px;
  width: 692px;
}


.followontwitter
{
	background-image:url("../images/follow-us-on-twitter-bg.gif");
	background-repeat:no-repeat;
	width:210px;
	margin-bottom:10px;
}
.followontwitter .tweet
{
	padding:50px 22px 2px 22px;
	font-family:arial,verdana,sans-serif;
	font-weight:bold;
	color:#3f0503;
	font-size:1.1em;
	min-height:55px;
}
.followontwitter .tweet .tweet_time a
{
	display:block;
	color:#8e8e8e;
	font-weight:normal;
	font-size:0.9em;
	padding-top:3px;
}
.followontwitter .followlink
{
	display:block;
	background-image:url("../images/follow-us-on-twitter-bg-base.png");
	background-repeat:no-repeat;
	width:210px;
	height:72px;
	text-indent:-30000px;
}


.indent
{
	padding:0 0 0 190px;
}
.indent input, .indent select, .indent label
{
	margin:0;
	padding:0;
	float:none;
}
.go_hp
{
	display:none;
}
