@charset "UTF-8";
/* CSS Document */

/* Main Body styles */
html {
	height: 100%;	
}
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	behavior: url(public/542.htc);
	background: url(http://www.voxpops.com/stateofthenation/images/body_bg.jpg) #F6F6F6 top repeat-x;
	height: 100%;
}	
a:link {
	color: #c7171d;
	text-decoration: none;
}
a:visited {
	color: #c7171d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c7171d;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* Top Bar */			
.topbar {
	/* Position */
	margin: 0 auto;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));

	/*_margin-left: 0px;*/
	/* Appearance */
	width: 1000px;
	height: 14px;
	border: 1px #CCC solid;
	border-top: 0;	
	text-align: left;
	padding: 5px 0px;
	/* Font Appearance */
	font-size: 12px;
	color: #666;
	background:url(http://www.voxpops.com/stateofthenation/images/topbar_bg.jpg) repeat-x bottom;
	background-color: transparent;
	z-index: 50;
}
.topbar a:link {				
	text-decoration: none;
	color: #444;
}
.topbar a:visited {
	text-decoration: none;
	color: #444;
}
.topbar a:hover {
	text-decoration: underline;
	color: #c7171d;
}
.topbar a:active {
	text-decoration: none;
	color: #444;
}
.topbar ul {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;					
	width: 400px;
}
.topbar ul li {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	display: inline;
	padding: 5px 8px;				
	text-align: center;
	width: auto;
	_width: 0;
}
.topbar .left {
	float: left;
	text-align: left;
	left: 0px;
}
.topbar .left li {
	border-right: #CCC 1px solid;
}
.topbar .right {
	text-align: right;
	right: 0px;
}
.topbar .right li {
	border-left: #CCC 1px solid;
}
.topbar ul .noborder {
	border: 0;
}
.topbar ul .selectedLeft {
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #FFF 1px solid;
}
.topbar ul .selectedRight {
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #FFF 1px solid;
}
.headlineFrame {
	 position: absolute; 
	 width: 700px; 
	 height: 17px; 
	 top: 5px; 
	 left: 132px;
}
#loginWindow {
	display: none;
	position: absolute;
	top: 25px;
	right: -1px;			
	width: 400px;
	height: 150px;
	border: 1px #CCC solid;
	border-top: 0;
	padding: 4px;
	text-align: left;		
	clear: both;
	background-color:#FFF;
	z-index: 10;
}
#loginWindow .login {	
	padding: 4px;
	position: relative;
	width: 185px;
	float: left;
	left: 0px;
}			
#loginWindow .signUp {
	padding: 4px;
	position: relative;
	width: 185px;
	float: right;
	right: 0px;
}
#loginWindow .divider {
	position: absolute;
	left: 50%;
	border-left: 1px #EEE dotted;
	top: 8px;
	bottom: 8px;
}
#loginWindow .decoration {
	position:absolute;
	background-color: #F2F2F2;
	border-top: 1px #DDD solid;
	height: 4px;
	left: 0px;
	width: 100%;
	_width: 408px;
	bottom: 0px;
}
#loginWindow .login .title, #loginWindow .signUp .title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px #CCC dotted;
	color: #444;
}

/* Header */
.header {
	margin: 0 auto;
	margin-bottom: -10px;
	position: relative;
	width: 100%;
	height: 250px;
	z-index: 0;
	background:url(http://www.voxpops.com/stateofthenation/images/header_bg_uk.jpg) no-repeat top center;
}
.headerContent {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.headerContent .titleLogo {
	position: relative;
	left: -8px;
	top: -5px;
	border: 0;
}
.headerContent .titleText {
	position: absolute;
	font-size: 30px;
	top: 140px;
	left: 10px;
	line-height: 18px;
}
.headerContent .titleText .subheading {
	font-size: 14px;
	color: #c7171d;
}


/* Search Box */
.search {
	position: absolute;
	width: 250px;
	height: 48px;
	right: 0px;	
	top: -10px;
	background-color: transparent;
	background:url(http://www.voxpops.com/stateofthenation/images/search_text.png) top left no-repeat;
	text-align: right;
	z-index: 10;
}
.search .searchText {
	margin: 0;
	padding: 0;
	position: absolute;
	border: 0;
	top: 9px;
	left: 10px;
	height: 28px;
	width: 197px;
	font-size: 16px;
	color: #c7171d;
	background-color: transparent;
}
.search .searchButton {
	
}

/* Camper Van */
.camperVan {
	position: absolute;
	top: -100px;
	left: 550px;
	z-index: 5;
}

/* Main Menu */
.menuContainer {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 10;	
}
.menu {	
	margin: 0 auto;
	position: absolute;
	padding-left: 5px;
	width: 950px;
	height: 40px;
	left: 25px;
	_left: 28px;
	z-index: 25;
	top: 200px;
	background:url(http://www.voxpops.com/stateofthenation/images/toolbar_bg.png) no-repeat top left;
	background-color: transparent;
}
.menu ul {
	position: relative;
	list-style-type: none;
	width: 950px;
	height: 40px;
	padding: 0;
	margin: 0;
	top: -2px;
}
.menu li {
	float: left;
	position: relative;
}
.menu a {
	color: #c7171d;
	display: block;
	padding: 7px 7px;
	padding-left: 40px;
	padding-right: 10px;
	z-index: 5;
}
.menu ul ul a {
	color: #000;
}
.menu a img {
	position: absolute;
	left: 0px;
	top: -3px;
	border: 0;
	z-index: 10;
}
.menu li:hover ul {
	display: block;
}
.menu ul ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	right: -1px;
	width: 500px;
	min-height: 80px;
	height: auto !important; 
	height: 80px;
	border: 1px #CCC solid;
	border-top: 0;
	padding: 4px;
	text-align: left;		
	clear: both;	
	font-size: 11px;
	background: none;
	background-color:#FFF;
}
.menu ul ul.left {
	left: -4px;
}
.menu ul ul li {
	list-style-type: none;
	float: left;
	left: 0px;
}
.menu ul ul li a {
	display: block;
	padding: 5px 4px;
	width: 110px;
	border: 0;
	border-bottom: 1px #CCC dotted;
}
.menu ul ul .categories {
	float: right;	
	position: relative;
	width: 370px;
	top: 7px;
	padding: 0;
	padding-left: 5px;
	border-left: 1px #CCC dotted;
	color: #666;
	text-align: left;
}
.menu ul ul .categories_no_sub {	
	position: relative;
	width: 370px;
	top: 7px;
	padding: 0;
	padding-left: 5px;
	color: #666;
	text-align: left;
}
.menu ul ul .categories a, .menu ul ul .categories_no_sub a {
	padding: 0;
	border: 0;
	margin: 0;
	display: inline;
	color: #666;
}
.menu ul ul .categories ul, .menu ul ul .categories_no_sub ul {
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	width: 370px;
	background: 0;
	position: relative;
	top: 0px;	
}
.menu ul ul .categories ul li, .menu ul ul .categories_no_sub ul li {
	float: left;
	width: 11em;
}
.menu ul ul .categories ul li a, .menu ul ul .categories_no_sub ul li a {
	border: 0;
	padding: 0;
	color: #000;
}
.menu ul ul .categories ul li a:hover ul, .menu ul ul .categories ul li:hover ul, .menu ul ul .categories_no_sub ul li a:hover ul, .menu ul ul .categories_no_sub ul li:hover ul {
	display: inline-block;
	
}
.menu ul ul .categories ul li ul, .menu ul ul .categories_no_sub ul li ul {
	float: none;
	padding-left: 5px;
	display: none;
}
.menu ul ul .categories ul li ul li, .menu ul ul .categories_no_sub ul li ul li {
	float: none;
}
.menu ul .categories_no_sub {
	width: 290px;
}
.menu ul .categories_no_sub ul li, .menu ul .categories_no_sub ul li a  {
	float: left;
	width: 18em;
	padding-right: 10px;
	padding-bottom: 1px;
}
.menu ul .single {
	width: 200px;
}
.menu ul .single li a {
	width: 190px;
}
.menu ul .single .last a {
	border: 0;
}
/* Section */
.section {
	position: relative;
	display: inline-block !important;
	border: 1px solid #e9e9e9;
	background: url(http://www.voxpops.com/stateofthenation/images/section_bg.jpg) top left no-repeat;
	padding: 4px;
	width: 500px;
	margin-bottom: 10px;
}
.section img {
	position: absolute;
	top: 4px;
	left: 4px;
}
.section div {
	display: block !important;
	position: relative;
	top: 4px;
	margin-bottom: 10px;
	left: 80px;
	width: 420px;
	font-size: 14px;
}
/* Footer */
.footer {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 948px;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	background-color: #FFF;
}
.footerBorderTop {
	margin: 0 auto;
	position: relative;
	width: 950px;
	left: -1px;
	top: -1px;
	background: url(http://www.voxpops.com/stateofthenation/images/footer_bg.jpg) top center no-repeat;
	clear: both;
}
.footerBorderBottom {
	margin: 0 auto;
	position: relative;
	width: 950px;
	left: 0px;
	top: 1px;
	background: url(http://www.voxpops.com/stateofthenation/images/footer_bottom_bg.jpg) bottom center no-repeat;
}
.footerContent {
	padding: 10px;
	width: 930px;	
}
.footerContent ul, .footerContent .footerAdvert {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 10px;
	float: left;
	width: 230px;
}
.footerContent .footerAdvert {
	text-align: center;
}
.footerContent .footerAdvert div {
	text-align: left;
}
.footerContent ul a {
	color: #3d4051;
}
.footerContent ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.footerContent ul .title {
	font-size: 12px;
}
.footerContent ul li ul li {
	display: block;
	float: none;
	width: 0;
}
.footerCopyright {
	margin-top: 7px;
	position: relative;
	padding-top: 7px;
	border-top: 1px #CCC dotted;
	text-align: right;
	font-size: 10px;
	color: #999;
	clear: both;
}

/* System */
.clear {
	clear: left;
}
.redText {
	color: #c7171d;
}

/* Form Fields */

.inputText {
	border: 1px #CCC solid;	
	font-size: 14px;
	height: 18px;
	margin-top: 4px;
	margin-bottom: 2px;
	background:url(http://www.voxpops.com/stateofthenation/images/inputText_bg.jpg) repeat-x top #FFF;
	color: #c7171d;
}
.button {
	margin: 0;
	display: inline-block;
	border: 1px #CCC solid;
	background:url(http://www.voxpops.com/stateofthenation/images/button_bg.jpg) no-repeat center top #FFF;				
	width: 75px;
	color: #222;
	height: 30px;
	text-align: center;
}

/* Links */
.buttonLink {
	margin: 0;
	display: inline-block;
	border: 1px #CCC solid;
	background:url(http://www.voxpops.com/stateofthenation/images/button_bg.jpg) no-repeat center top #FFF;				
	width: 75px;
	color: #222;
	padding: 7px 0px;
	text-align: center;
}

/* Inline Form Message Box */
#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background: url(http://www.voxpops.com/stateofthenation/images/msg_arrow.png) no-repeat top left;
	padding-top: 9px;
}
#msgcontent {
	display:block; 
	background:#ffffff; 
	border:1px solid #c7171d; 
	border-top: none;
	padding:5px;
	min-width:150px; 
	max-width:250px
}
			
/* Intrabench Dependent */
#loggedIn {
	display: none;
}

#loggedOut {
	display: inline-block;
}

/* Intrabench Specific */
#intrabench {
	margin: 0 auto;
	position: relative;
	width: 950px;
	font-size: 12px;
	z-index: 1;
}			
#intrabench a {
	color: #c7171d;
}
#intrabench table, #intrabench table td, #intrabench table td table, #intrabench table td table td {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}
#intrabench div {
	
}
#intrabench .top_level_prod_box, #intrabench .top_level_prod_box div, #intrabench table div, #intrabench .box_video_img_desc_basket, #intrabench .page, #intrabench .page .title {
	display: block;
}
#intrabench table {
	width: 100%;
}
#intrabench table, #intrabench .top_level_prod_box, #intrabench .page, #intrabench .form_pagedescription {
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	border: 1px #D9D9D9 solid;
	padding: 10px;
	background-color: #FFF;		
}

#intrabench .form_pagedescription {
	display: block
}

#intrabench .continueshopping {
	display: none;
}
/*#intrabench input {
	border: 1px #CCC solid;	
	font-size: 12px;
	height: 18px;
	margin-top: 4px;
	margin-bottom: 2px;
	background:url(http://www.voxpops.com/stateofthenation/images/inputText_bg.jpg) repeat-x top #FFF;
	
}*/
#intrabench .top_level_prod_box {
	margin-bottom: 10px;
}
#intrabench table table td {
	vertical-align: top;			
}
#intrabench .heading, #intrabench .categoryTitle, #intrabench .tdbgimg, #intrabench .productTitle, #intrabench .ifieldStyle_1, 
#intrabench .descriptionLabel, #intrabench .registerLabel, #intrabench .paymentMethodLabel, #intrabench .alertsLabel, #intrabench .updateNameTitle, 
#intrabench .updateAddressLabel, #intrabench .myAccountLabel, #intrabench .searchResultLabel, #intrabench .yourOrdersLabel, #intrabench .loginLabel,
#intrabench .forgotLabel, #intrabench .page .title {
	border: 0;
	font-size: 16px !important;
	text-align: left;
	color: #333;
	font-weight: normal;
	z-index: 20;
}
#intrabench p, #intrabench br {
	display: none;
}
#intrabench table p, #intrabench div p, #intrabench table br, #intrabench div br {
	display: inline-block;
}
#intrabench .checkout_button {
	position: relative;
	right: 10px;
	text-align: right;
}
#intrabench .categoryTitle, #intrabench .productTitle, #intrabench .shoppingBasketLabel, #intrabench .registerLabel, #intrabench .paymentMethodLabel,
#intrabench .alertsLabel, #intrabench .updateNameTitle, #intrabench .updateAddressLabel, #intrabench .myAccountLabel, #intrabench .searchResultLabel,
#intrabench .yourOrdersLabel, #intrabench .loginLabel, #intrabench .forgotLabel, #intrabench .heading , #intrabench .page .title {
	position: relative;
	display: inline-block;
	background: url(http://www.voxpops.com/stateofthenation/images/category_title_bg.jpg) top left no-repeat;
	border-bottom: 1px #D9D9D9 solid;
	height: 18px;
	width: 920px;
	top: -15px;
	left: -13px;
	padding: 5px 15px;
	margin-right: -30px;
	z-index: 20;
}
#intrabench .productTitle, #intrabench .page .title {
	left: -11px;
	top: -13px;
}
#intrabench .shoppingBasketLabel {
	left: -11px;
	z-index: 20;
}
#intrabench .registerLabel, #intrabench .alertsLabel, #intrabench .updateNameTitle, #intrabench .updateAddressLabel {
	left: 0px;
	top: 1px;
	z-index: 20;
}
#intrabench .page {
	font-size: 13px;
}
#intrabench .paymentMethodLabel{
	left: 0px;
	top: -3px;
	position: absolute;
	z-index: 20;
}

#intrabench .myAccountLabel, #intrabench .forgotLabel {
	left: -11px;
}

#intrabench .searchResultLabel {
	left: -14px;
}

#intrabench .loginLabel, #intrabench .heading {
	position: relative;
	top: -12px;
	left: -11px;
}

#intrabench .yourOrdersLabel, #intrabench .heading  {
	left: 0px;
	top: 0px;
	position: absolute;
}
#intrabench .paymentIsLabel {
	top: 5px;
}

#intrabench .alertsLabel {
	position: relative;	
}
#intrabench hr {
	border: 0;
	border-top: 1px #999 dotted;
	width: 928px;
}
#intrabench td td hr {
	width: 100%;
}
#intrabench .productPreviewDisplay img {
	border: 1px #EEE solid;
}
#intrabench .listingProductCode {
	display: none;
}
#intrabench .productTitleDisplay, #intrabench .search_title {
	font-size: 16px;
	width: 100%;
}
#intrabench .listingProductDescription {
	font-size: 12px;
}
.searchRecP {
	text-align: center;
}
#intrabench .pricetag, #intrabench .pricetag_free, #intrabench .addToBasketText {
	text-align: right;
	display: block;
	width: 90px;
}
#intrabench .back_top, #intrabench .top_level_prod_box .Back_bottom {
	display: none;
}
#intrabench .top_level_prod_box .ifieldStyle_1, #intrabench .top_level_prod_box .ifieldStyle {
	padding-top: 5px;
	position: relative;
	left: 350px;
	width: 560px;
	top: -45px;
}
#intrabench .default_img {
	display: none;
	visibility: hidden;
}
#intrabench .preview_video_5, #intrabench .preview_video_3 {
	z-index: 0;
	position: absolute;
	height: 260px;
	width: 320px;
	top: 40px;
	float: left;	
}
#intrabench .preview_video_5 {
	height: 210px;
}
#intrabench .preview_video_3 img {
	position: absolute;
}
#intrabench .preview_video_5 embed {
	position: absolute;
	height: 210px;
	width: 320px;
	border: 1px solid #CCC;
}
#intrabench .pp_title, #intrabench .box_video_img_desc_basket .default_img {
	display: none;
}
#intrabench .addToBasket a, #intrabench .free_product a {
	position: absolute;
	right: 10px;
	top: 35px;
}
#intrabench .addToBasket a, #intrabench .free_product a {
	margin: 0;
	display: inline-block;
	border: 1px #CCC solid;
	background:url(http://www.voxpops.com/stateofthenation/images/button_bg.jpg) no-repeat center bottom #FFF;				
	width: 100px;
	color: #222;
	padding: 7px 0px;
	text-align: center;
}
#intrabench .priceLabel, #intrabench .free_product, #intrabench center b {
	position: absolute;
	right: 15px;
	top: 4px;
	text-align: right;
	width: 300px;
	font-weight: bold;
	z-index: 100;
}
#intrabench center b {
	width: 300px;
	top: -5px;
}
#intrabench .top_level_prod_box {
	min-height: 255px;
 	height: auto !important;
 	height: 255px;
}
#intrabench .description_box {
	display: inline-block;
	position: relative;
	left: 350px;
	margin-bottom: 10px;
	width: 400px;
	/*top: -45px;*/
}
#intrabench .productCode {
	position: absolute;
	left: 90px;
	top: 255px;
}
#intrabench div .productCodeLabel {
	position: absolute;
	left: 10px;
	top: 255px;
}
#intrabench td .basketItemsLabel, #intrabench td .productCodeLabel, #intrabench td .priceColumnLabel, #intrabench td .quantityLabel {
	font-weight: bold;
}
#intrabench .subTableSearch, #intrabench .subTableEmptyBasket {
	border: 0;
	padding: 0;
	margin: 0;
	background: 0;
	position: absolute;
}
#intrabench .subTableEmptyBasket {
	margin: 0 auto;	
	top: 50px;
	left: 50%;
	width: 200px;
	text-align: center;
	margin-left: -100px;
}
#intrabench .subTableSearch {
	bottom: 10px;
}