/** 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;
}

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(SCOUT_files/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(SCOUT_files/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(../SCOUT_files/btn_small_round_left.gif) no-repeat 0 0;
	float:left;
}

a.next {
	background:transparent url(../SCOUT_files/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 */

#logo {
	width: 880px;
	height: 70px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 880px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu UL {
	float: right;
	margin: 0;
	LIst-style: none;
}

#menu LI {
	display: inLIne;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px soLId #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

	
/* 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
--------------------------------------------------- */


/** 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(../SCOUT_files/scout_science.jpg) 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;
}



/* 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;
}




/* 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;
}


/* ---------------------------------------------------
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 {
	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; }


