/** clearfix **/.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}/** reset **//* RESET */
* {margin:0;padding:0;}
html {height:100%;text-align:center;}
body {font-size:100%;height:100%;}
img {display:block;border:0;}
a img {border:0;text-align:left;}
a{-moz-outline:none;}
fieldset{border:none;}
ul,ol {list-style:none;position:relative;}/** global **/
/* ---------------------------------------------------
GLOBAL
--------------------------------------------------- */
body {
	background-color:#fff;
	color:#7e7e7e;
	font:normal 12px/16px "Helvetica Neue", arial, helvetica, sans-serif;
}

a:focus, object:focus { outline: none; -moz-outline-style: none; }

img {
}

p {
	margin-top:0;
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

a,a:active,a:visited {
	color:#7e7e7e;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

h3 {
	font-size:14px;
}

input,textarea {
	font:normal 12px/16px "Helvetica Neue", arial, helvetica, sans-serif;
	border:1px solid #e5e5e5;
	padding:5px;
}

input.textfield:focus {
	border:1px solid #0cde34!important;
	outline:none;
}

textarea:focus {
	border:1px solid #0cde34!important;
	outline:none;
}

input.textfield {
	height:14px;
}
	
/* TITLES */
h2 {
	font:bold 14px/18px "Helvetica Neue", arial, helvetica, sans-serif;
}

h1.title {
	border-bottom:1px solid #cbcbcb;
	font:bold 18px/18px "Helvetica Neue", arial, helvetica, sans-serif;
	padding:20px 0 12px;
}

h2.title {
	border-bottom:1px solid #cbcbcb;
	line-height:14px;
	padding:24px 0 12px;
}
	
/* WRAPPER */
#wrapper {
	margin:0 auto;
	text-align:left;
	width:880px;
}
	
/* COMMENTS ICON */
span.comments {
	background:transparent url(/img/site/comment_bubble.gif) no-repeat 0 center;
	padding-left:20px;
	width:80px;
}

span.comments a {
	color:#0cde34;
}
	
/* PAGINATION */
#pagination {
	margin:15px 0 0;
	height:16px;
	text-align:center;
}

#pagination span a {
	margin:0 4px;
}

#pagination span span.current-page {
	margin:0 4px;
	color:#0cde34;
}

#pagination span#next,#pagination a#next {
	float:right;
	margin-top:0;
}

#pagination span#prev,#pagination a#prev {
	float:left;
	margin-top:0;
}
	
/* CHECKBOXES - DO NOT MODIFY */
label.checkbox span.holder {
	height:61px;
	background:url(/img/site/checkbox.gif) 0 -1px no-repeat;
}

label.radio span.holder {
	height:61px;
	background:url(/img/site/radio.gif) 0 -1px no-repeat;
}

label.checkbox:hover span.holder,label.radio:hover span.holder {
	top:-21px!important;
}

label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder {
	top:-42px!important;
}

label.list {
	float:left;
	clear:left;
	margin:0 0 5px;
}

label.inline {
	float:left;
	margin:0 10px 0 0;
}

input.hiddenCheckbox {
	position:absolute;
	left:-10000px;
}

label.prettyCheckbox span.holderWrap {
	display:block;
	float:left;
	position:relative;
	margin-right:5px;
	overflow:hidden;
}

label.prettyCheckbox span.holder {
	display:block;
	position:absolute;
	top:0;
	left:0;
}

label.prettyCheckbox {
	width:auto!important;
	font-weight:normal!important;
	float:none!important;
}
	
/* ---------------------------------------------------
BUTTONS
--------------------------------------------------- */	
/* GENERIC TEXT */
input.button,span.button,a.button {
	background:transparent url(/img/site/btn_small_round_right.gif) no-repeat right 0;
	display:block;
	float:right;
	font-weight:bold;
	height:18px;
	margin-top:20px;
	padding-right:22px;
	border:0;
	color:#7E7E7E;
}

input#prev.button {
	float:left;
}

input:hover.button,span:hover.button,a:hover.button {
	background-position:right -21px;
	color:#ccc;
	text-decoration:none;
}

a:active.button,a:button.disabled {
	background-position:right -42px;
	color:#eee;
}

input#prev.button,span#prev.button,a#prev.button {
	background:transparent url(/img/site/btn_small_round_left.gif) no-repeat left 0;
	padding:0 0 0 22px;
}

input#next.button {
	padding:0 22px 0 0;
}

input#prev:hover.button,span#prev:hover.button,a#prev:hover.button {
	background-position:left -21px;
}

a#prev:active.button,a#prev.button.disabled {
	background-position:left -42px;
	color:#eee;
}

span#next.disabled {
	background-position:right -42px;
	color:#eee;
}

span#prev.disabled {
	background-position:left -42px;
	color:#eee;
}


	
/* SMALL ROUND ARROW PREVIOUS NEXT*/
a.next,a.previous {
	display:block;
	height:16px;
	text-indent:-9999px;
	width:16px;
}

a.previous {
	background:transparent url(/img/site/btn_small_round_left.gif) no-repeat 0 0;
	float:left;
}

a.next {
	background:transparent url(/img/site/btn_small_round_right.gif) no-repeat 0 0;
	float:right;
}

a:hover.previous {
	background-position:0 -21px;
}

a:hover.next {
	background-position:0 -21px;
}

a.next-hide {
	background-position:0 -42px!important;
}

a.previous-hide {
	background-position:0 -42px!important;
}
	
/* ADD TO BASKET */
a.add-to-basket {
	background:transparent url(/img/site/btn_add_to_basket.gif) no-repeat 0 0;
	display:block;
	height:20px;
	text-indent:-9999px;
	width:118px;
}

a:hover.add-to-basket {
	background-position:0 -20px;
}

a:active.add-to-basket {
	background-position:0 -40px;
}
	
/* FORM SUBMIT */
input.btn-submit {
	background:transparent url(/img/site/btn_submit.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	display:block;
	height:20px;
	margin-top:10px;
	text-indent:-9999px;
	width:87px;
}

input.btn-submit:hover {
	background-position:0 -20px;
}

input.btn-submit:active {
	background-position:0 -40px;
}


	
/* FORM SAVE */
input.btn-save {
	background:transparent url(/img/site/btn_save.gif) no-repeat 0 0;
	float:right;
	border:none;
	cursor:pointer;
	display:block;
	height:20px;
	margin-top:10px;
	text-indent:-9999px;
	width:83px;
}

input.btn-save:hover {
	background-position:0 -20px;
}

input.btn-save:active {
	background-position:0 -40px;
}
	
/* LOGIN */
input.btn-login {
	background:transparent url(/img/site/btn_login_grey.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	display:block;
	height:20px;
	margin-top:10px;
	text-indent:-9999px;
	width:77px;
}

input.btn-login:hover {
	background-position:0 -20px;
}

input.btn-login:active {
	background-position:0 -40px;
}
	
/* REGISTER */
input.btn-register {
	background:transparent url(/img/site/btn_register_grey.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	display:block;
	height:20px;
	margin-top:10px;
	text-indent:-9999px;
	width:88px;
}

input.btn-register:hover {
	background-position:0 -20px;
}

input.btn-register:active {
	background-position:0 -40px;
}

/* TREND REPORTS */
span.download-schedule{
	float:right;
	position:relative;
	top:23px;
	font:normal 12px/16px "Helvetica Neue", arial, helvetica, sans-serif;
}
a.download-schedule{
	color:#0CDE34;
}

/* VIEW REPORTS */
a.btn-view-reports {
	background:transparent url(/img/site/btn_view_reports.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	display:block;
	height:20px;
	margin-top:10px;
	text-indent:-9999px;
	width:115px;
}

a.btn-view-reports:hover {
	background-position:0 -20px;
}

a.btn-view-reports:active {
	background-position:0 -40px;
}
	
/* CHECK OUT NOW */
a.btn-check-out-now {
	background:transparent url(/img/site/btn_check_out_now.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	display:block;
	float:right;
	height:20px;
	margin:20px 29px 20px 0;
	text-indent:-9999px;
	width:121px;
}

a.btn-check-out-now:hover {
	background-position:0 -20px;
}

a.btn-check-out-now:active {
	background-position:0 -40px;
}
	
/* ---------------------------------------------------
HEADER
--------------------------------------------------- */
#header {
	border-bottom:1px solid #cbcbcb;
	height:99px;
	position:relative;
	width:880px;
	z-index:1000;
}


	
/* LOGO */
a.logo-scout {
	background:transparent url(/img/site/logo_scout.gif) no-repeat 0 0;
	position:absolute;
	text-indent:-9999px;
	top:48px;
	height:36px;
	width:160px;
}
	
/* NAVIGATION */
ul#navigation {
	position:absolute;
	width:520px;
	top:70px;
}

.loggedin {
	left:298px;
}


.loggedout {
	left:300px;
}


ul#navigation.in {
	left:408px;
}

ul#navigation li {
	float:left;
	text-indent:-9999px;
}

ul#navigation li a {
	background-image:url(/img/site/navigation.gif?v=1.1);
	display:block;
	height:18px;
	margin-right:50px;
}

ul#navigation li.trend-reports a {
	background-position:-20px -16px;
	width:90px;
}

ul#navigation li.blog a {
	background-position:-140px -16px;
	width:28px;
}

ul#navigation li.press a {
	background-position:-197px -16px;
	width:36px;
}

ul#navigation li.about a {
	background-position:-263px -16px;
	width:39px;
}

ul#navigation li.newsletter a {
	background-position:-707px -16px;
	width:69px;
}

ul#navigation li.trend-reports a:hover {
	background-position:-20px -39px;
}

ul#navigation li.blog a:hover {
	background-position:-140px -39px;
}

ul#navigation li.press a:hover {
	background-position:-197px -39px;
}

ul#navigation li.about a:hover {
	background-position:-263px -39px;
}

ul#navigation li.newsletter a:hover {
	background-position:-707px -39px;
}

ul#navigation li.trend-reports a.selected {
	background-position:-20px -62px;
}

ul#navigation li.blog a.selected {
	background-position:-140px -62px;
}

ul#navigation li.press a.selected {
	background-position:-197px -62px;
}

ul#navigation li.about a.selected {
	background-position:-263px -62px;
}
	
/*LOGIN*/
a.login {
	background:transparent url(/img/site/navigation.gif) no-repeat -521px -17px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	text-indent:-9999px;
	top:71px;
	width:58px;
}

a:hover.login {
	background-position:-521px -40px;
}

#header #login-wrapper a.login {
	position:absolute;
	right:10px;
	top:10px;
	background-position:-521px -63px;
}

#header #login-wrapper {
	display:none;
	background:transparent url(/img/site/bg_login.gif) no-repeat 0 0;
	padding:69px 0 0;
	position:absolute;
	top:61px;
	right:0;
	height:109px;
	width:300px;
	z-index:500;
}

#header #login-wrapper label {
	float:left;
	font-weight:bold;
	margin-left:20px;
	width:85px;
	padding:5px 0;
}

#header #login-wrapper input.textfield {
	width:163px;
}

#header #login-wrapper input.btn-login {
	display:inline;
	float:right;
	margin:0 20px 0 0;
}

#header #login-wrapper .error {
	background:transparent url(/img/site/bg_login_error.gif) no-repeat 0 bottom;
	float:left;
	margin-top:17px;
	padding:10px 20px;
	width:260px;
}

#header #login-wrapper .error strong {
	color:#0cde34;
	margin:7px 0 0;
}

#header #login-wrapper .error p {
	margin:0;
}

/* NEWSLETTER SIGN UP */
#newsletter-sign-up {
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding:20px;
	height:161px;
	width:223px;
	position: absolute;
	left:512px;
	top:37px;
	z-index: 800;
}

#newsletter-sign-up h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 24px;

}

#newsletter-sign-up p {
	position: relative;
	width:223px;
}

#newsletter-sign-up a.btn-close {
	background: transparent url(/img/site/btn_close.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	top:20px;
	right:20px;
	text-indent: -9999px;
	height:16px;
	width:16px;
}

#newsletter-sign-up label {
	font-weight: bold;
	font-size: 12px;
	width:45px;
	line-height: 25px;
}

#newsletter-sign-up .textfield {
	position: absolute;
	left:50px;
	width:161px;
}

/* LOGIN */
input.btn-sign-up {
	background:transparent url(/img/site/btn_sign_up.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	display:block;
	height:20px;
	text-indent:-9999px;
	width:77px;
	position: absolute;
	right:0px;
	top:0px;
}

input.btn-sign-up:hover {
	background-position:0 -20px;
}

input.btn-sign-up:active {
	background-position:0 -40px;
}
	
/*LOGOUT*/
a.logout {
	background:transparent url(/img/site/navigation.gif) no-repeat -609px -17px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	text-indent:-9999px;
	top:71px;
	width:69px;
}

a:hover.logout {
	background-position:-609px -40px;
}
	
/* MY NAVIGATION */
#my-navigation-in,#my-navigation-out {
	float:right;
}
	
/* LOGGED IN */
#my-navigation-in span {
	float:left;
	padding-top:13px;
	width:141px;
}

#my-navigation-in a {
	float:left;
}

#my-navigation-in a.tab-both-my-account,
#my-navigation-in a.tab-my-account {
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	height:40px;
	text-indent:-9999px;
	width:100px;
}

#my-navigation-in a.tab-both-basket,
#my-navigation-in a.tab-basket {
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: -100px 0;
	display:block;
	height:40px;
	text-indent:-9999px;
	width:92px;
}

#my-navigation-in a.tab-my-account,
#my-navigation-in a.tab-basket {
	background-image: url(/img/site/tabs_account_basket_single.gif);
}
#my-navigation-in a.tab-both-my-account,
#my-navigation-in a.tab-both-basket {
	background-image: url(/img/site/tabs_account_basket.gif);	
}

#my-navigation-in a:hover.tab-both-basket,
#my-navigation-in a:hover.tab-basket {
	background-position:-100px -40px;
}

#my-navigation-in a.tab-both-basket.selected,
#my-navigation-in a.tab-basket.selected {
	background-position:-100px -80px;
}

#my-navigation-in a:hover.tab-both-my-account,
#my-navigation-in a:hover.tab-my-account {
	background-position:0 -40px;
}

#my-navigation-in a.tab-both-my-account.selected,
#my-navigation-in a.tab-my-account.selected {
	background-position:0 -80px;
}

/* ERROR */
#login-error {
	display:none;
}

	
/* ---------------------------------------------------
PAGE
--------------------------------------------------- */
#page #main-column {
	float:left;
	display:inline;
	margin:20px 0 0 100px;
	width:480px;
}

	
/* ---------------------------------------------------
CONTENT FOOTER
--------------------------------------------------- */
#content-footer {
	border-top:1px solid #cbcbcb;
	float:left;
	margin:10px 0 0;
	padding:20px 0 0;
	width:880px;
	display:block;
}

#trend-report-links {
	float:left;
	margin-left:100px;
	display:inline;
}

#blog-links,#twitter-links,#contact-links {
	float:left;
	margin-left:20px;
	position:relative;
	width:180px;
}

#content-footer h1 {
	border-bottom:1px solid #e5e5e5;
	font-size:14px;
	line-height:16px;
	padding-bottom:8px;
}

#trend-report-links ul {
	width:180px;
}

#trend-report-links ul li {
	border-bottom:1px solid #e5e5e5;
	height:19px;
	padding-top:4px;
	position:relative;
}

#trend-report-links ul li a:hover {
	text-decoration:none;
}

#trend-report-links ul li .mf {
	background-color:#0cde34;
	color:#fff;
	display:block;
	height:19px!important;
	padding:4px 0 0 5px;
	position:absolute;
	top:0;
	left:0;
	width:175px;
}

#trend-report-links ul li .mf a {
	color:#fff;
}

#trend-report-links ul li .mf a:hover {
	text-decoration:underline;
}

#blog-links ul li {
	border-bottom:1px solid #e5e5e5;
	height:72px;
	padding-top:11px;
}

#twitter-links,#contact-links {
	border-bottom:1px solid #e5e5e5;
	height:192px;
}

#twitter-links p {
	margin-top:11px;
}


	
/* TWITTER LINKS */
#twitter-links a.time,#blog-links a.date {
	color:#0cde34;
	margin-top:8px;
	display:block;
}
#twitter-links a.link {
	color: #0cde34;
}

#twitter-links a.button {
	position:absolute;
	bottom:14px;
	right:0;
}


	
/* CONTACT LINKS */
#contact-links ul.address {
	border-bottom:1px solid #e5e5e5;
	height:72px;
	padding-top:11px;
}

#contact-links ul.numbers {
	font-weight:bold;
	height:72px;
	padding-top:11px;
}

#contact-links ul.numbers li {
	position:relative;
}

#contact-links ul.numbers span {
	font-weight:normal;
	position:absolute;
	right:0;
	width:120px;
	text-align:right;
}

#contact-links a {
	color:#0cde34;
}
	
/* ---------------------------------------------------
FOOTER
--------------------------------------------------- */
#footer {
	background-color:#f5f5f5;
	color:#747474;
	float:left;
	margin-top:20px;
	display:inline;
	padding-top:18px;
	height:32px;
	width:880px;
}

#footer a {
	color:#747474;
	margin:0 5px;
}

#footer span.copyright {
	float:left;
	margin-left:20px;
}

#footer span.legal-links {
	float:right;
	margin-right:15px;
}
	
/* FORM RESULT */
.form-result {
	display:block;
	border:1px solid #e6db55;
	background-color:#ffffe0;
	margin:20px 0;
	padding:10px;
}

p.error {
	color:#0cde34;
}

#my-account .form-result {
	width:480px;
}

#purchase #payment-method-form .error,#purchase #delivery-address-form .error,#my-account .error {
	margin-left:138px;
}

p.error {
	color:#0cde34;
}

#trend-report-links ul li .mf {
	display:none;
}

#trend-report-links ul li .mflink {
	display:block;
}

#login-error a {
	text-decoration:underline;
}
	
/* ---------------------------------------------------
MY ACCOUNT
--------------------------------------------------- */
#tab-my-reports {
	padding-top:12px;
}

#tab-my-details {
	width: 480px;
}

#my-account table {
	width:100%;
	border-spacing:0;
}

#my-account th {
	padding:16px 20px 11px 16px;
	background-color:#f8f8f8;
	color:#747474;
	font-weight:bold;
}

#my-account td {
	padding:13px 20px 11px 16px;
	background-color:#fff;
	color:#747474;
	border-bottom:1px solid #e5e5e5;
}

#my-account th.report-column {
	width:200px;
}

a.sort-unselected,a.sort-asc,a.sort-desc
{
	padding-right:15px;
	
}

a.sort-asc,a:hover.sort-desc{
	background:url(/img/site/icon_arrow_up.gif) no-repeat center right;
	color:#0CDE34;
	
}
a.sort-desc,a:hover.sort-asc,a:hover.sort-unselected{
	background:url(/img/site/icn_arrow_down.gif) no-repeat center right;
	color:#0CDE34;
}

/** screen **//* ---------------------------------------------------
HOME
--------------------------------------------------- */
#home-content {
	float:left;
	width:480px;
}

#home-sidebar {
	float:right;
	width:380px;
}

/* MAIN-FEATURE */
#main-feature {
	border-bottom:1px solid #cbcbcb;
	height:412px;
	margin-top:20px;
	padding-bottom:20px;
	position:relative;
	width:880px;
	z-index:0;
}

/* INTRO */
#intro {
	border-bottom:1px solid #cbcbcb;
	position:relative;
	height:240px;
	width:480px;
}

#intro h1.intro {
	background:transparent url(/img/site/t_homepage.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:101px;
	margin-top:48px;
	text-indent:-9999px;
	width:231px;
}

#intro .copy {
	float:right;
	margin-top:44px;
	width:222px;
}

#intro .copy strong {
	font-size:14px;
	line-height:16px;
}

#intro a.button {
	position:absolute;
	bottom:20px;
	left:0;
}

/* UPCOMING REPORTS */
#upcoming-reports-wrapper {
	border-bottom:1px solid #cbcbcb;
	height:240px;
}

#upcoming-reports-wrapper h2 {
	float:left;
	line-height:14px;
	font-size:14px;
	font-weight:normal;
	margin:12px 0;
}

#upcoming-reports-wrapper .buttons {
	float:right;
	height:16px;
	margin:12px 0;
	width:37px;
}

#upcoming-reports {
	overflow:hidden;
	width:380px;
	clear:both;
	position:relative;
}

#upcoming-reports ul {
	background-color:#f8f8f8;
	height:132px;
	position:relative;
	width:3800px;
}

#upcoming-reports ul li {
	margin:0;
	padding:0 20px 0 0;
	background-color:#f8f8f8;
	float:left;
	height:132px;
	width:360px;
}

#upcoming-reports ul li .report-info {
	float:right;
	margin:17px 0 0 20px;
	width:160px;
}

#upcoming-reports ul li .report-info strong {
	font-size:14px;
}

#upcoming-reports ul li span {
	display:block;
	margin-top:9px;
	width:160px;
}

#upcoming-reports ul li img {
	float:right;
	margin:0;
	padding:0;
}

#upcoming-reports ul li:hover {
	background-color:#0cde34;
	color:#fff;
	cursor:pointer;
}

#upcoming-reports ul li:hover a {
	color:#fff;
	text-decoration:none;
}

#upcoming-reports .report-info-date {
	display:none;
}

/* LATEST-BLOG */
#latest-blog ul {
	margin-bottom:15px;
}

#latest-blog ul li {
	border-bottom:1px solid #e5e5e5;
	height:103px;
	padding:20px 5px;
	position:relative;
}

#latest-blog ul li .text {
	float:right;
	width:220px;
}

#latest-blog ul li span.date {
	left:5px;
	position:absolute;
	top:20px;
	width:80px;
}

#latest-blog ul li span.comments {
	left:5px;
	position:absolute;
	top:40px;
}

#latest-blog ul li img {
	position:absolute;
	top:20px;
	left:100px;
}

#latest-blog ul li h1 {
	float:right;
	font-size:14px;
	line-height:16px;
	margin:-3px 0 10px;
	width:220px;
}

#latest-blog ul li p {
	margin:0 0 10px;
	width:220px;
}

#latest-blog ul li.blog-entry-3 {
	border-bottom:none;
	padding-bottom:0;
}

/* SUBSCRIPTION-OPTIONS */
#home-sidebar #subscription-options {
}

#home-sidebar #subscription-options ul {
	padding-top:10px;
	float:left;
}

#home-sidebar #subscription-options ul li {
	float:left;
	height:124px;
	margin-top:10px;
	padding:0;
	width:380px;
}

#home-sidebar #subscription-options ul li.full-subscription {
	background:transparent url(/img/site/bg_sub_options_3.gif) no-repeat 0 0;
}

#home-sidebar #subscription-options ul li.gender-subscription {
	background:transparent url(/img/site/bg_sub_options_2.gif) no-repeat 0 0;
}

#home-sidebar #subscription-options ul li.single-subscription {
	background:transparent url(/img/site/bg_sub_options_1.gif) no-repeat 0 0;
}

#home-sidebar #subscription-options ul li strong {
	font-size:14px;
	line-height:16px;
	display:block;
	margin:20px 0 9px 20px;
	width:255px;
}

#home-sidebar #subscription-options ul li span {
	display:block;
	margin-left:20px;
	width:255px;
}

#home-sidebar #subscription-options ul li:hover {
	background-position:0 -124px;
	color:#fff;
	cursor:pointer;
}

#home-sidebar #subscription-options ul li:hover a {
	color:#fff;
	text-decoration:none;
}

/* ---------------------------------------------------
TREND REPORTS
--------------------------------------------------- */
#report-content {
	float:right;
	margin-top:20px;
	width:580px;
}

#report-sidebar {
	float:left;
	margin-top:20px;
	width:280px;
}

#report-feature {
	height:300px;
	width:580px;
}

/* REPORT-NAV */
#reports-nav {
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #e5e5e5;
	height:50px;
	margin-top:20px;
	position:relative;
}

#reports-nav a#reports-womens,#reports-nav a#reports-mens {
	background:transparent url(/img/site/btn_report_tabs.gif) no-repeat 0 0;
	display:block;
	height:40px;
	float:left;
	margin:10px 5px 0 0;
	text-indent:-9999px;
	width:120px;
}

#reports-nav a#reports-womens {
	background-position:0 -41px;
}

#reports-nav a:hover#reports-womens {
	background-position:0 -82px;
}

#reports-nav a:active#reports-womens {
	background-position:0 -82px;
}

#reports-nav a#reports-womens.selected {
	background-position:0 0;
}

#reports-nav a#reports-mens {
	background-position:-120px -41px;
}

#reports-nav a:hover#reports-mens {
	background-position:-120px -82px;
}

#reports-nav a:active#reports-mens {
	background-position:-120px -82px;
}

#reports-nav a#reports-mens.selected {
	background-position:-120px 0;
}

#reports-nav a#past-reports {
	background:transparent url(/img/site/btn_past_reports.gif) no-repeat 0 0;
	display:block;
	height:16px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:24px;
	width:105px;
}

#reports-nav a:hover#past-reports {
	background-position:0 -16px;
}

#reports-nav a:active#past-reports {
	background-position:0 -32px;
}

/* REPORTS */
#trend-reports ul {
	margin-left:-20px;
	float:left;
}

#trend-reports ul li {
	border-bottom:1px solid #e5e5e5;
	float:left;
	margin:16px 0 10px 20px;
	display:inline;
	position:relative;
	width:180px;
	height:310px;
}

#trend-reports ul li h2 {
	margin-bottom:12px;
}

#trend-reports ul li h2.special-report {
	margin-bottom:7px;
}

#trend-reports ul li h2.special-report span {
	color:#0cde34;
	display:block;
	width:180px;
}

#trend-reports ul li img {
	margin-bottom:16px;
}

#trend-reports ul li p {
	display:block;
	height:50px;
}

#trend-reports ul li span.released {
	margin:14px 0 3px;
	display:block;
	font-weight:bold;
}

#trend-reports ul li span.date {
	border-top:1px solid #e5e5e5;
	display:block;
	height:19px;
	padding-top:4px;
	width:180px;
}

#trend-reports ul li span a {
	background:transparent url(/img/site/icn_arrow.gif) no-repeat right 4px;
	color:#0cde34;
	position:absolute;
	right:0;
	padding-right:10px;
}

#reports-womens-list,#reports-mens-list {
	float:left;
	width:580px;
}

/* REPORT-DETAILS */
#report-details {
	border-top:1px solid #cbcbcb;
	float:left;
	margin-top:20px;
	position:relative;
	width:580px;
}

#report-details h2 {
	font-size:14px;
	position:absolute;
	top:21px;
	right:0;
}

#report-details h2 span {
	font-weight:normal;
}

#report-details #report-excerpt-extended {
	border-bottom:1px solid #e5e5e5;
	float:left;
	margin:20px 0;
	padding-bottom:20px;
	position:relative;
	height:205px;
	width:580px;
}

#report-details #report-excerpt-extended p {
	width:280px;
}

#report-details #report-excerpt-extended a.button {
	position:absolute;
	bottom:20px;
}

#report-details img {
	position:absolute;
	right:0;
	top:0;
}

/* PURCHASE OPTIONS */
#report-purchase-options {
	background-color:#f8f8f8;
	float:left;
	position:relative;
	margin-bottom:10px;
	padding:20px;
	width:540px;
	min-height:196px;
}

#report-purchase-options .content {
	float:left;
}

#report-purchase-options .content h3 {
	margin-bottom:20px;
}

#report-purchase-options .content p {
	width:245px;
}

#report-purchase-options a.add-to-basket {
	bottom:20px;
	position:absolute;
}

#report-purchase-options ul#purchase-options {
	border-bottom:1px solid #e5e5e5;
	float:right;
	width:260px;
}

#report-purchase-options ul#purchase-options li.product {
	border-top:1px solid #e5e5e5;
	padding:12px 0 9px;
	width:260px;
}

#report-purchase-options ul#purchase-options li.product ul {
	margin-top:10px;
}

#report-purchase-options ul#purchase-options li.product ul li {
	margin-top:3px;
	position:relative;
}

#report-purchase-options ul#purchase-options li input {
	margin-right:5px;
}

#report-purchase-options ul#purchase-options li span.price {
	font-weight:bold;
	position:absolute;
	right:0;
}

/* REPORT-INTRO */
#report-intro {
	border-bottom:1px solid #cbcbcb;
	padding-bottom:20px;
	height:300px;
}

#report-intro {
}

#report-intro h2 {
	display:block;
	height:17px;
	margin-bottom:11px;
	text-indent:-9999px;
}

#report-intro h2.be-prepared {
	background:transparent url(../../img/site/t_be_prepared.gif) no-repeat 0 0;
}

#report-intro h2.scouts-honour {
	background:transparent url(../../img/site/t_scouts_honour.gif) no-repeat 0 0;
	margin-top:22px;
}

#report-intro h2.we-know-our-stuff {
	background:transparent url(../../img/site/t_we_know_our_stuff.gif) no-repeat 0 0;
	margin-top:22px;
}

/* COLOUR & TREND accordion */
#colour-trend-details {
	overflow:none;
	height:572px;
}

#colour-trend-details h2 {
	margin-bottom:20px;
}

#colour-trend-details h3.accordion-head {
	background-color:transparent;
	background-image:url(/img/site/bg_accordion.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:11px 0 0 14px;
	cursor:pointer;
	display:block;
	height:29px;
	margin-top:10px;
	width:280px;
}

#colour-trend-details .accordion-body {
	margin:20px 0;
	padding:0 20px;
	width:240px;
}

#colour-trend-details h3.accordion-head-current {
	background-position:0 -80px;
}

#colour-trend-details h3.accordion-head-hover {
	background-position:0 -40px;
	color:white;
}

/* SCUBSCRIPTION accordion */
#subscription-details {
	overflow-y:auto;
	height:572px;
}

#subscription-details h2 {
	margin-bottom:20px;
}

#subscription-details h3.accordion-head {
	background-cpolor:transparent;
	background-image:url(/img/site/bg_accordion.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:11px 0 0 14px;
	cursor:pointer;
	display:block;
	height:29px;
	margin-top:10px;
	width:266px;
}

#subscription-details .accordion-body {
	margin:0 0 20px;
	padding:0;
	height:383px;
	width:240px;
	overflow: none;
}

#subscription-details h3.accordion-head-current {
	background-position:0 -80px;
}

#subscription-details h3.accordion-head-hover {
	background-position:0 -40px;
	color:white;
}

#subscription-details ul li strong {
	width:260px;
	display:block;
}

#subscription-details ul li {
	border-bottom:1px solid #e5e5e5;
	float:left;
	padding:12px 0 9px 15px;
}

#subscription-details ul li span {
	display:block;
	float:left;
	overflow:hidden;
	width:130px;
}

#subscription-details ul li span a {
	background:transparent url(/img/site/icn_arrow_grey.gif) no-repeat right center;
	padding:0 15px 0 0;
}

/* SUBSCRIPTION-OPTIONS */
#report-sidebar #subscription-options h2 {
	margin-top:14px;
}

#report-sidebar #subscription-options ul {
	padding-top:4px;
}

#report-sidebar #subscription-options ul li {
	height:87px;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:-110px 0;
	margin-top:10px;
	padding:16px 0 20px;
	width:280px;
}

#report-sidebar #subscription-options ul li:hover {
	background-position:-110px -125px;
	color:white;
}

#report-sidebar #subscription-options ul li.full {
	background-image:url(/img/site/bg_sub_options_3.gif);
}

#report-sidebar #subscription-options ul li.partial {
	background-image:url(/img/site/bg_sub_options_2.gif);
}

#report-sidebar #subscription-options ul li.single {
	background-image:url(/img/site/bg_sub_options_1.gif);
}

#report-sidebar #subscription-options ul li h1 {
	font-size:14px;
	line-height:16px;
	margin:0 0 9px 20px;
	width:180px;
}

#report-sidebar #subscription-options ul li:hover h1,#report-sidebar #subscription-options ul li:hover span {
	color:#fff;
}

#report-sidebar #subscription-options ul li span {
	display:block;
	margin-left:20px;
	width:150px;
}

/* ---------------------------------------------------
BLOG
--------------------------------------------------- */
#blog-content {
	float:left;
	width:580px;
}

#blog-sidebar {
	float:right;
	width:280px;
}

/* POST INDEX */
#blog-content ul#index li {
	border-bottom:1px solid #e5e5e5;
	height:133px;
	padding:20px 0;
	position:relative;
}

#blog-content ul#index li span.date {
	left:5px;
	position:absolute;
	top:20px;
	width:80px;
}

#blog-content ul#index li span.comments {
	left:5px;
	position:absolute;
	top:40px;
}

#blog-content ul#index li img {
	position:absolute;
	top:20px;
	left:100px;
}

#blog-content ul#index li .text {
	float:right;
	width:280px;
}

#blog-content ul#index li h1 {
	float:left;
	font-size:14px;
	line-height:16px;
	margin:-3px 0 10px;
	width:280px;
}

#blog-content ul#index li p {
	float:left;
	margin:0 0 10px;
	width:280px;
}

#blog-content ul#index li.feature {
	border-bottom:1px solid #e5e5e5;
	height:206px;
	padding:20px 0;
	position:relative;
}

#blog-content ul#index li.feature .meta {
	position:absolute;
	text-align:right;
	right:0;
	bottom:16px;
	display:block;
	width:200px;
	height:20px;
}

#blog-content ul#index li.feature .meta span.date {
	position:relative;
	margin-right:15px;
	top:0;
	float:right;
}

#blog-content ul#index li.feature .meta span.comments {
	position:relative;
	float:right;
	width:auto;
	top:0;
	left:0;
}

#blog-content ul#index li.feature img {
	position:absolute;
	top:20px;
	left:0;
}

#blog-content ul#index li.feature .text {
	float:right;
	width:280px;
}

#blog-content ul#index li.feature h1 {
	float:left;
	font-size:18px;
	line-height:18px;
	margin:-3px 0 16px;
	width:280px;
}

#blog-content ul#index li.feature p {
	float:left;
	margin:0 0 10px;
	width:280px;
}

#blog-content ul#index li.feature a.button {
	position:absolute;
	left:300px;
	bottom:18px;
}

/* POST SINGLE */
#blog-content #post {
	background:transparent url(/img/site/line_580.gif) no-repeat bottom 0;
	margin-top:16px;
	position:relative;
}


#blog-content #post h1 {
	margin:0 0 13px 100px;
	font-size:18px;
	line-height:20px;
}

#blog-content #post p {
	margin:0 10px 10px 100px;
}

#blog-content #post .meta {
	width:100px;
}

#blog-content #post .meta span.date {
	left:5px;
	position:absolute;
	top:1px;
	width:80px;
}

#blog-content #post .meta span.comments {
	left:5px;
	position:absolute;
	top:21px;
}

#blog-content #post #images {
	background:transparent url(/img/site/line_480.gif) no-repeat 0 0;
	float:left;
	margin:10px 0 10px 100px;
	padding-bottom:12px;
	display:inline;
	width:500px;
}


#blog-content #post #images img {
	float:left;
	margin:20px 20px 0 0;
}
#blog-content #post #images div.portrait{
	float:left;
	width:250px;
}
#blog-content #post #images div.landscape{
	float:left;
	width:480px;
	
}

#blog-content #post #images p {
	float:left;
	margin:12px 10px 0 0;
	height:16px;
	width:100%;
	overflow:hidden;
}

#blog-content #post #tags {
	border-top:1px solid #e5e5e5;
	display:inline;
	float:left;
	padding-top:13px;
	margin-left:100px;
	height:27px;
	width:480px;
}

#blog-content #post #tags p {
	margin:0;
}

/* COMMENTS */
#blog-content #comments-list {
	margin-left:100px;
	width:480px;
}

#blog-content #comments-list h1 {
	border-bottom:1px solid #e5e5e5;
	font-size:18px;
	line-height:20px;
	padding:20px 0 12px;
}

#blog-content #comments-list ul li {
	border-bottom:1px solid #e5e5e5;
	float:left;
	padding:7px 0 16px;
	width:100%;
}

#blog-content #comments-list ul li span {
	background:transparent url(/img/site/comment_bubble.gif) no-repeat 0 center;
	padding-left:20px;
}

#blog-content #comments-list ul li span a {
	color:#0cde34;
}

#blog-content #comments-list ul li p.new-comment {
	font-style:italic;
}

#blog-content #comments-list ul li.new-comment {
	background-color:#f8f8f8;
}

/* COMMENTS FORM */
#blog-content #leave-comment {
	float:left;
	width:580px;
	background:transparent url(/img/site/line_580.gif) no-repeat 0 bottom;
	margin:16px 0 14px;
	padding:0;
}


#blog-content #leave-comment h2 {
	margin:0 0 13px 100px;
	font-size:18px;
	line-height:20px;
}

#blog-content #comment-form {
	background-color:#f8f8f8;
	display:inline;
	float:left;
	margin:0 0 20px 100px;
	padding:20px;
	width:440px;
}


#blog-content #comment-form label {
	float:left;
	font-weight:bold;
	width:80px;
	padding:5px 0;
}

#blog-content #comment-form span {
	font-size:11px;
	margin-left:10px;
}

#blog-content #comment-form input.textfield {
	width:240px;
}

#blog-content #comment-form p.error {
	margin-left:70px;
}

#blog-content textarea#comment {
	width:420px;
	height:120px;
	resize:none;
	border:1px solid #e5e5e5;
	padding:10px;
	margin-bottom:5px;
}


#blog-content p.moderation {
	float:left;
	padding-top:12px;
}

#blog-content input.btn-submit {
	float:right;
}

/* SIDEBAR WIDGETS ALL */
#blog-sidebar .widget {
	background-color:#f8f8f8;
	margin-top:20px;
	padding:16px 20px 20px;
}

#blog-sidebar .widget h2 {
	border-bottom:1px solid #e1e1e1;
	margin-bottom:12px;
	padding-bottom:11px;
}

#blog-sidebar .widget ul li {
	margin-bottom:5px;
}

/* PARTNERS */
#blog-sidebar #partners {
	position:relative;
}

#blog-sidebar #partners h2 a {
	position:absolute;
	right:20px;
	top:18px;
	font-size:12px;
	line-height:12px;
	padding-top:1px;
	font-weight:normal;
}

#blog-sidebar #partners-logos {
	position:relative;
	height:119px;
	width:240px;
}

#blog-sidebar #partners-logos ul li {
	position:absolute;
	top:0;
	left:0;
	height:119px;
	width:240px;
}

/* POPULAR TAGS */
#blog-sidebar #popular-tags {
	float:left;
	width:240px;
}

#blog-sidebar #popular-tags ul {
	width:240px;
}

#blog-sidebar #popular-tags ul li {
	margin:0 7px 0 0;
	float:left;
}

/* ARCHIVE FEEDS */
#blog-sidebar #archive-feeds {
	float:left;
	margin-bottom:10px;
}

#blog-sidebar #archive {
	float:left;
	margin-right:20px;
	width:110px;
}

#blog-sidebar #feeds {
	float:right;
	width:110px;
}

/* ---------------------------------------------------
ABOUT
--------------------------------------------------- */
#about #main-column {
	float:left;
	display:inline;
	margin:20px 0 0 100px;
	width:380px;
}

#about #sub-column {
	float:right;
	margin-top:20px;
	width:380px;
}

#about #main-column h1 {
	background:transparent url(/img/site/t_about.gif) no-repeat 0 0;
	display:block;
	height:69px;
	margin-bottom:20px;
	text-indent:-9999px;
	width:244px;
}

#about #main-column h2 {
	margin-bottom:8px;
}

/* TESTIMONIALS */
#testimonials-wrapper {
	margin-top:20px;
	position:relative;
}

#testimonials-wrapper h3 {
	border-top:1px solid #e5e5e5;
	font-size:14px;
	border-bottom:1px solid #e5e5e5;
	display:block;
	margin-bottom:10px;
	padding-top:9px;
	height:26px;
}

#testimonials-wrapper .buttons {
	position:absolute;
	top:10px;
	right:0;
	height:16px;
	width:37px;
}

#testimonials ul {
	width:380px!important;
}

#testimonials ul li {
	position:relative;
	padding:11px 0;
	border-bottom:1px solid #e5e5e5;
}

#testimonials ul li span.quote-left {
	background:transparent url(/img/site/ico_quote_left.gif) no-repeat 0 0;
	float:left;
	display:block;
	height:13px;
	text-indent:-9999px;
	width:19px;
}

#testimonials ul li span.quote-right {
	background:transparent url(/img/site/ico_quote_right.gif) no-repeat 0 0;
	display:block;
	height:13px;
	position:absolute;
	right:0;
	bottom:45px;
	text-indent:-9999px;
	width:19px;
}

#testimonials ul li p {
	width:320px;
}

#testimonials ul li p.quote {
	font-size:18px;
	line-height:20px;
	letter-spacing:-1px;
	margin-left:37px;
}

#testimonials ul li p.quote span {
	color:#0cde34;
}

#testimonials ul li p {
	margin-left:22px;
}

/* ---------------------------------------------------
PRESS
--------------------------------------------------- */
#press-articles {
	float:left;
	width:880px;
}

#press #pagination {
	border-top:1px solid #e5e5e5;
	float:left;
	margin-top:-1px;
	padding-top:14px;
	height:16px;
	width:880px;
}

#press-articles ul {
	display:block;
	float:right;
	width:820px;
}

#press-articles ul li {
	border-bottom:1px solid #e5e5e5;
	float:left;
	height:132px;
	margin-left:20px;
	padding:20px 0;
	position:relative;
	width:380px;
}

#press-articles ul li h1 {
	float:left;
	font-size:14px;
	line-height:16px;
	margin:0 25px 10px 0;
	width:180px;
}

#press-articles ul li p {
	float:left;
	width:180px;
	display:block;
}

#press-articles ul li span.date {
	left:0px;
	position:absolute;
	bottom:20px;
	width:80px;
}

#press-articles ul li a.button {
	margin:17px 200px 0 0;
	position:absolute;
	right:0;
	bottom:18px;
}

#press-articles ul li img {
	position:absolute;
	right:0;
	top:20px;
}

/* ---------------------------------------------------
PURCHASE
--------------------------------------------------- */
#purchase {
	width:880px;
}


#purchase #main-column {
	float:left;
	margin-bottom:10px;
	position:relative;
	width:480px;
}

#purchase #main-column fieldset {
	background-color:#f8f8f8;
	margin-bottom:10px;
	margin:0;
	width:440px;
	padding:20px;
	position:relative;
}

#purchase #main-column form p {
	margin-top:0;
	width:440px;
}

#purchase h1 {
	font-size:14px;
	margin:20px 0 12px;
}

/* PURCHASE PROGRESS */
#purchase-progress {
	border-bottom:1px solid #e5e5e5;
	margin:20px 0 0;
	padding-bottom:20px;
	height:40px;
	width:880px;
}

#purchase-progress ul li {
	background:transparent url(/img/site/purchase_progress.gif) no-repeat 0 0;
	font-weight:bold;
	font-size:14px;
	float:left;
	height:29px;
	padding-top:11px;
	text-align:center;
	width:220px;
}

#purchase-progress ul li#login-register {
	background-position:0 0;
	color:#fff;
}

#purchase-progress ul li#delivery-address {
	background-position:-220px 0;
}

#purchase-progress ul li#confirm-order {
	background-position:-440px 0;
}

#purchase-progress ul li#order-sent {
	background-position:-660px 0;
}

#purchase-progress ul.delivery li#login-register,#purchase-progress ul.confirm li#login-register,#purchase-progress ul.order-sent li#login-register {
	background-position:0 -40px;
}

#purchase-progress ul.delivery li#delivery-address {
	background-position:-220px -40px;
	color:#fff;
}

#purchase-progress ul.confirm li#delivery-address {
	background-position:-220px -80px;
	color:#fff;
}

#purchase-progress ul.confirm li#confirm-order {
	background-position:-440px -80px;
	color:#fff;
}

#purchase-progress ul.order-sent li#delivery-address {
	background-position:-220px -80px;
	color:#fff;
}

#purchase-progress ul.order-sent li#confirm-order {
	background-position:-440px -120px;
	color:#fff;
}

#purchase-progress ul.order-sent li#order-sent {
	background-position:-660px -120px;
	color:#fff;
}

/* LOGIN */
#purchase .page-login {
	border-bottom:1px solid #e5e5e5;
	float:left;
	margin-right:20px;
	width:380px;
}

#purchase .page-login .content {
	background-color:#f8f8f8;
	height:100px;
	margin-bottom:20px;
	padding:20px;
	position:relative;
}

#purchase label {
	float:left;
	font-weight:bold;
	width:88px;
	padding:5px 0;
}

#purchase input.textfield {
	width:236px;
}

#purchase input.btn-login {
	position:absolute;
	top:90px;
	right:24px;
}

#purchase p.remember-forgot {
	position:absolute;
	top:102px;
	left:20px;
}

#purchase label.label-remember {
	font-weight:normal;
	padding:0;
	margin:0;
	width:80px;
}

#purchase .holder {
	margin-top:-1px;
}

/* REGISTER */
#purchase #main-column label {
	float:left;
	font-weight:bold;
	width:138px;
	padding:5px 0;
}

#purchase #main-column .content #register-form {
	margin-bottom:40px;
}

#purchase #main-column .content input.textfield {
	width:285px;
}

#purchase #main-column .content select {
	margin-top:5px;
}

#purchase #main-column input.btn-register {
	position:absolute;
	bottom:20px;
	right:20px;
}

#purchase #main-column p.email-updates {
	position:absolute;
	bottom:10px;
	left:20px;
}

#purchase #main-column label.position-other {
	font-weight:normal;
}

#purchase #main-column input#postcode,#purchase #main-column input#unit-no {
	width:150px;
}

p.error {
	background:transparent url(/img/site/icn_arrow_grey.gif) no-repeat 0 center;
	margin:-5px 0 10px;
	padding-left:10px;
	width:300px!important;
}

/* CONFIRM ORDER */
#purchase #main-column .order-content {
	background-color:#f8f8f8;
	padding:20px;
}

#purchase #main-column ul.order-details {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-bottom:10px;
}


#purchase #main-column ul.order-details span {
	float:right;
}


#purchase #main-column p.total {
	font-weight:bold;
	margin-bottom:0;
}


#purchase #main-column p.total span {
	float:right;
}


#purchase #main-column #payment-method {
	height:110px;
}


#purchase #main-column #payment-method h1 {
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	padding:16px 0 12px;
}

#purchase #main-column #payment-method #credit-card {
	float:left;
	position:relative;
	width:220px;
}

#purchase #main-column #payment-method #eft {
	float:right;
	position:relative;
	width:220px;
}

#purchase #main-column #payment-method input {
	float:left;
	margin-right:10px;
}

#purchase #main-column #payment-method p {
	margin:0;
}

#purchase #main-column input#security-number {
	width:90px;
}

#purchase #main-column select {
	margin-right:10px;
}

/* ORDER SENT */
#purchase #main-column a.btn-view-reports {
	float:right;
	margin-bottom:10px;
}

/* ---------------------------------------------------
BASKET
--------------------------------------------------- */
#basket-wrapper {
}

table#basket {
	width:880px;
}

table#basket th {
	background:transparent url(/img/site/bg_basket_th.gif) repeat-x bottom 0;
	font-size:14px;
	padding:18px 0 0 15px;
	height:50px;
}

table#basket th.title {
	font-size:18px;
}

table#basket td {
	border-bottom:1px solid #e5e5e5;
	padding-left:15px;
	height:49px;
}

table#basket th.price {
	width:150px;
}

/* ADD BUTTON */
table#basket a.add {
	background:transparent url(/img/site/icn_basket_add.gif) no-repeat 0 0;
	padding-left:22px;
	height:16px;
	display:block;
}

table#basket a.add:hover {
	background-position:0 -16px;
}

table#basket a.add:active {
	background-position:0 -32px;
}

/* ---------------------------------------------------
MY ACCOUNT
--------------------------------------------------- */
#my-account {
	float:right;
	width:580px;
}

#my-account-info {
	float:left;
	width:280px;
}

#my-account h1 {
	font-size:14px;
	margin:20px 0 12px;
}

#my-account {
	float:left;
	position:relative;
}

#my-account .content {
	margin-bottom:10px;
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #e5e5e5;
	width:580px;
}

#my-account .content.last {
	border-bottom:none;
	padding-bottom:0;
}

#my-account .content fieldset {
	background-color:#f8f8f8;
	padding:20px 20px 10px;
	width:450px;
}

#my-account .content fieldset p {
	margin-top:0;
	width:460px;
}

div.account-tab {
	margin-left:20px;
}

div.account-tab label {
	float:left;
	font-weight:bold;
	width:138px;
	margin-right:10px;
	padding:5px 0;
}

div.account-tab input.textfield {
	width:290px;
}

#my-account .form-result {
	width:470px;
}

#my-account .error {
	margin-left:138px;
}

/* MY DETAILS */
#my-account-info .my-details {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-bottom:40px;
	
}
#my-account-info .instructions{
	padding-top:10px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-bottom:20px;
}
#my-account-info div.download-schedule{
	padding-top:10px;
	margin-bottom:10px;
	
}
#my-account-info .my-details h2,#my-account-info .my-details h2 p {
	margin:15px 0;
}

#my-account-info .my-details .btn-view-reports {
	margin:30px 0 20px;
}

#my-account-info .user-management {
	border-top:none;
	margin-bottom:10px;
}

#my-account-info .user-management p {
	margin:15px 0;
}

/* MY ACCOUNT NAV */
#my-account-nav {
	border-bottom:1px solid #e5e5e5;
	height:50px;
	margin-left:20px;
	position:relative;
	width:580px;
}

#my-account-nav .tab-button {
	background-color:transparent;
	background-image:url(/img/site/btn_account_tabs.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	height:40px;
	float:left;
	margin:10px 5px 0 0;
	text-indent:-9999px;
}

#my-account-nav #nav-my-details {
	width:120px;
	background-position:0 -41px;
}

#my-account-nav #nav-my-users {
	width:175px;
	background-position:-120px -41px;
}

#my-account-nav #nav-my-reports {
	width:133px;
	background-position:-295px -41px;
}

#my-account-nav a:active#nav-my-details,#my-account-nav a:hover#nav-my-details {
	background-position:0 -82px;
}

#my-account-nav a:active#nav-my-users,#my-account-nav a:hover#nav-my-users {
	background-position:-120px -82px;
}

#my-account-nav a:active#nav-my-reports,#my-account-nav a:hover#nav-my-reports {
	background-position:-295px -82px;
}

#my-account-nav a#nav-my-details.selected {
	background-position:0 0;
}

#my-account-nav a#nav-my-users.selected {
	background-position:-120px 0;
}

#my-account-nav a#nav-my-reports.selected {
	background-position:-295px 0;
}

/*
#my-account-nav a#tab-user-management {
background-position: -120px -41px;
width: 175px;
}
#my-account-nav a:hover#tab-user-management {
background-position: -120px -82px;
}
#my-account-nav a:active#tab-user-management {
background-position: -120px -82px;
}
#my-account-nav a#tab-my-reports {
background-position: -295px -41px;
width: 133px;
}
#my-account-nav a:hover#tab-my-report {
background-position: -295px -82px;
}
#my-account-nav a:active#tab-my-report {
background-position: -295px -82px;
}
*/
/* ---------------------------------------------------
CONTACT
--------------------------------------------------- */
#contact {
	position:relative;
}

#contact p.map-menu {
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	position:absolute;
	right:0;
	top:0;
	margin:20px!important;
}

#contact p.map-menu select {
	width:150px;
	margin:4px 0 0 7px;
	z-index:1;
}

#contact label {
	float:left;
	font-weight:bold;
	width:100px;
	padding:5px 0;
}

#map {
	margin:0 0 20px;
	padding-top:26px;
	position:relative;
	height:313px;
	width:880px;
	display:block;
}

#map p {
	position:absolute;
	top:17px;
	left:0;
}

#map a.change-region {
	color:#0cde34;
	position:absolute;
	bottom:20px;
	right:0;
}

#map #continent-map {
	margin:20px 0 0 100px;
	background-color:#fff;
	background-image:url(/img/site/contact_map.gif);
	background-repeat:no-repeat;
	height:290px;
	width:680px;
}

.north-america {
	background-position:0 -290px;
}

.south-america {
	background-position:0 -580px;
}

.africa {
	background-position:0 -870px;
}

.europe {
	background-position:0 -1160px;
}

.asia {
	background-position:0 -1450px;
}

.oceania {
	background-position:0 -1740px;
}

/* MAP */
#contact-details {
	background:rgba(255,255,255,0.9) url(../../img/site/contact_line.gif) no-repeat 20px center;
	position:absolute;
	top:0;
	left:80px;
	height:358px;
	width:800px;
}

#contact-details ul {
	width:820px;
	height:358px;
}

#contact-details ul li {
	float:left;
	display:block;
	position:relative;
	padding-top:16px;
	height:164px;
	width:180px;
	margin-left:20px;
}

#contact-details ul li .button {
	position:absolute;
	bottom:20px;
	right:0;
}

#contact-details ul li ul.address {
	background:none;
	display:block;
	margin:7px 0 0;
	height:46px;
	width:180px;
}

#contact-details ul li ul.numbers {
	background:none;
	display:block;
	margin:7px 0 0;
	height:46px;
	width:180px;
}

#contact-details ul li ul.address li {
	border:0;
	height:auto;
	margin-left:0;
	padding:0;
}

#contact-details ul li ul.numbers li {
	border:0;
	height:auto;
	margin-left:0;
	padding:0;
}

#contact-form-wrapper {
	border-top:1px solid #e5e5e5;
}

#contact-form-wrapper h2 {
	margin:16px 0 12px 100px;
}

#contact-form-wrapper form {
	background-color:#f8f8f8;
	border:none;
	float:right;
	position:relative;
	margin-bottom:10px;
	padding:20px 17px 10px 20px;
	width:740px;
}

#contact-form-wrapper form .textfield {
	margin-top:5px;
	width:242px;
}

#contact-form-wrapper form textarea {
	float:right;
	margin-top:-128px;
	height:110px;
	width:350px;
	max-width:350px;
}

#contact-form-wrapper p.submit {
	float:right;
	width:740px;
}

#contact-form-wrapper p input.btn-submit {
	float:right;
}

/*
#tab-my-users table {
width: 450px;
padding: 20px 20px 10px;
margin-bottom: 20px;
border-collapse: collapse;
}
#tab-my-users tr {
border-bottom: 1px solid #ccc;
}

#tab-my-users th,
#tab-my-users td {
padding: 5px;
}
*/
.hidden {
	display:none;
}

div#content p a {
	color:#0CDE34;
}

#delivery-address-form select {
	width:250px;
}

#securityhelp {
	text-indent:-9999em;
	width:18px;
	height:18px;
	padding:1.5px 9px;
	margin:0 5px;
	display:inline;
	background:transparent url(/img/site/icn_security.gif) no-repeat 0 0;
}

#securityhelp.selected {
	background-position:0 -18px;
}

#securityhelp:hover {
	background-position:0 -18px;
}

#securityhelp.selected:hover {
	background-position:0 0;
}

p#security-number {
	width:200px;
}

#security-info {
	margin-left:138px;
}

.errortitle {
	color:#0cde34;
	font-size:25px;
	margin:0;
	text-transform:uppercase;
}

.errorcode {
	color:#7e7e7e;
	font-size:25px;
	margin:0;
}

a.errorlink {
	color:#0cde34;
}

.accountTotal {
	margin:10px 0;
}

.linkable-list h1 a:hover { color: white; text-decoration: none; }
.linkable-list li:hover h1 a { color: white; }

