/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	16/03/09
------------------------------------------------*/

/* RESET STYLES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/*HTML TAGS*/

body {
  color:#000;
  font:70% Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  background:#FFF;
}

html {
     overflow: -moz-scrollbars-vertical;
}

h1 {
	position:absolute;
	top:23px;
	left:26px;
	font-size:2px;
}

h1 a {
	display: block;
	text-indent: -700em;
	text-decoration: none;
	height:35px;
	width:185px;
	background-image:url(../images/interface/logo.gif);
}

p, h3, h4, h5, ul, ol, dl {
	padding-top:1em;
}

ul, ol {
	padding-left:3em;
}

ul ul {
	padding-top:0;
}

h3, h4 {
	text-align:left;
}

table {
	margin-top:1.4em;
	margin-bottom:1.4em;
}

h2 {
	font-size:2.2em;
	color:#000;
	font-weight:normal;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Helvetica, sans-serif;
}

h2.accessories {
display:block;
background: url(../images/interface/footer-line.gif) repeat-x bottom;
margin-bottom:14px;
clear:both;
}

h3 {
	font-size:2.2em;
	color:#000;
	font-weight:normal;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Helvetica, sans-serif;
}

#technology h3 {
	width:450px;
	line-height:1;
	padding-top:1.5em;
}

#listing h3 {
	font-size:1.8em;
	/*padding:0;*/
}

#mBody h2 {
	padding-top:1em;
}

h4 {
	color:#666;
	font-size:1.4em;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	color:#333;
	font-size:1.2em;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Helvetica, sans-serif;
}

#technology h5 {
    padding-bottom: 1em;
}

em {

}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

blockquote {
	padding:20px;
	margin:0;
	border-top:1.4em solid #FFF;
	font-style:italic;
	overflow:visible;
	height:1%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#000;
	background-color:#e0e0e0;
	clear:both;
}

.jsenabled blockquote {
	background-color:transparent;
	padding:0;
}

blockquote span {
	display:block; 
	float:left;
	width:840px;
}

blockquote .curve-tl {
	width:796px;
}

blockquote p {
	padding-top:0.5em;
}

cite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:0.8em;
	margin-top:0.5em;
	/*color:#999;*/
	color:#000;
	display:block;
}

img {
	border: 0px none; 
	display:block;
}

/* SEARCH FORM */

#sjSearchForm {
	width:184px;
	height:61px;
	background-image:url(../images/interface/search.gif);
	position:absolute;
	right:0px;
	top:82px;
	padding:0;
	color:#666;
}

* html #sjSearchForm {top:81px;}

#sjSearchForm p {
	margin:0;
	padding:0;
	padding-top:15px;
	padding-left:35px;
}

#sjSearchForm label {
	display:none;
}

#sjSearchForm input.clearonfocus {
	width:85px;
	border:0;
	font-size:1em;
	margin-left:17px;
}

#ajaxSearch_submit {
    width: 30px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
	overflow:hidden;
    background: transparent  url(../images/interface/search-go.gif) no-repeat center top;
    padding: 21px 0 0 0 !important;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 13px;
}

.ajaxSearch_highlight {
	background-color:#000;
	color:#FFFFFF;
}

/* PAGE FORMS */

.form {
	/*margin-top:1.5em;*/
}

.form p {clear:both;}

.form input.input, .form textarea.input, .form select.input {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	padding:3px;
	color:#666;
	border:1px solid #b9b9b9;
	background:url(../images/interface/bg-input.gif) top left no-repeat;
}

.form select.input {
	width:258px;
}

#radhdcomp .form input.input, #radhdcomp .form textarea.input {width:183px;}
#radhdcomp .form select.input {width:191px;}

.form select.day, .form select.month, .form select.year {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	color:#666;
	border:1px solid #b9b9b9;
	background:url(../images/interface/bg-input.gif) top left no-repeat;
}

.form label {
	width:150px;
	display:block;
	float:left;
	text-align:left;
	vertical-align:middle;
	padding-top:3px;
	/*line-height:1;*/
}

.signup-form-page {
	margin-top: -12px;
}

#signup .form label {
	width:75px;
}

#signup .buttonrow input {
	float:right;
}

.chkrad label {
	width:145px;
	line-height:1;
}

.chkrad input {
	margin:0;
	padding:0;
	margin-right:3px;
	vertical-align:middle;
}

label.auto {
	width:auto !important;
	padding-bottom:1em;
	float:none !important;
}

p.auto label {
	width:auto !important;
	padding-bottom:1em;
}	

p.auto input.input, p.auto textarea.input {
	width:400px;
}

p.auto select.input {
	width:408px;
}

p.captchaimage {
	float:left;
	clear:none;
}

p.captchafield {
	float:left;
	padding-left:2em;
	clear:none;
}

p.captchafield input.input {
	width:200px;
}

p.captchafield label {
	float:none;
	padding-bottom:1em;
}

#radhdcomp .radio-label {
	width:150px !important;
	float:left;
}

.form input:focus, .form textarea:focus {
	color:#000;
	border:1px solid #000;
}

.form p.buttonrow {
	padding-top:2em;
}

/*#radhdcomp .form p.buttonrow {
	padding-left:100px;
}*/

fieldset {
	border:1px solid #CCC;
	margin:0;
	padding:18px;
	padding-top:0;
	margin-top:1.5em;
	background:url(../images/interface/fieldset-bg.gif) bottom repeat-x;
}

fieldset.compleft {float:left; width:350px;}
fieldset.compright {float:right; width:560px}
fieldset.compright label {width:100px;}

legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#000;
	font-weight:normal;
}

/*#radhdcomp legend {
	padding:0;
	margin:0;
	border:0;
	padding:1em 0 0.5em 0;
}

* html #radhdcomp legend {margin-left:-0.5em;}
*+html #radhdcomp legend {margin-left:-0.65em;}*/

.validation {
	position:absolute;
	left:500px;
	top:450px;
	padding-right:26px;
	background:url(../images/interface/validation-icon.gif) 0px 8px no-repeat;
}

.validation p {
	padding-left:40px;
	font-weight:bold;
	color:#F00;
	text-align:left;
}

.validation ul {
	padding-top:2em;
	/*padding-left:4.5em;*/
}

/* DEALERS FORM */

#frmDealersUK label,
#frmDealersEurope label,
#frmDealersWorldwide label {
	width:100px;
}

#frmDealersUK .input,
#frmDealersEurope .input,
#frmDealersWorldwide .input {
	width:300px;
}

#frmDealersUK select.input,
#frmDealersEurope select.input,
#frmDealersWorldwide select.input {
	width:308px;
}

#frmDealersUK .buttonrow,
#frmDealersEurope .buttonrow,
#frmDealersWorldwide .buttonrow {
	padding-left:100px;
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display:none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:2em;
	margin-bottom:2em;
	margin-top:1.5em;
}

.image-review {
margin-top:0.5em;
	float:right;
	margin-left:2em;
	margin-bottom:2em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable, #specification #content table {
	width:100%;
	line-height:normal;
	border:1px solid #000;
	/*border-collapse:collapse;*/
	text-align:left;
}

.datatable th, #specification #content th {
	background:#000 url(../images/buttons/accordian.gif) 0 -100px repeat-x;
	color:#FFF;
	font-size:1em;
	padding:0.5em 0.7em 0.7em 0.7em;
	/*padding:6px 10px;*/
	vertical-align:top;
	font-weight:bold;
	/*color:#000;*/
}

.datatable td, #specification #content td {
	/*background-color:#CCC;
	font-size:0.9em;*/
	padding:0.4em 0.7em;
	vertical-align:top;
	color:#333;
}

.datatable tr:hover td {
	background-color:#cddbe8 !important;
}

.datatable tr:nth-child(2n+1) td, .datatable tr:nth-child(odd) td {
	background-color:#dbdbdb;
}

.datatable tr.odd td {
  background-color:#dbdbdb;
}

#specification #content table {
	border:1px solid #CCC;
	border-collapse:collapse;
}

#specification #content th {
	background-color:#DFDFDF;
	background-image:none;
	color:#666666;
	font-weight:bold;
	padding:0.4em 0.7em;padding:0.4em 0.7em;
}

#specification #content td {
	color:#666666;
}

#specification #content tr:nth-child(2n+1) td, #specification #content tr:nth-child(odd) td {
	background-color:#f2f2f2;
}

#specification #content tr.odd td {
	background-color:#f2f2f2;
}

#specification #content tr:nth-child(2n+1) th, #specification #content tr:nth-child(odd) th {
	background-color:#d4d4d4;
}

#specification #content tr.odd th {
	background-color:#d4d4d4;
}

#specification #content tr:hover th {
	background-color:#000 !important;
	color:#FFF !important;
}

#specification #content tr:hover td {
	background-color:#999 !important;
	color:#FFF !important;
}

/* TABLE OVERRIDES FOR SPECIFICATION IMAGE ENLARGEMENT */


/* HEADER */

#header {
	width:880px;
	position:relative;
	height:143px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* SKIN*/

.sf-menu {
	width:880px;
	height:61px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/interface/tile-primary.gif) repeat-x;
	/*font-weight:bold;*/
}
.sf-menu a {
	padding:11px 15px 11px 15px;
	text-decoration:none;
	background:url(../images/buttons/primary.gif) top right no-repeat;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#414141;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li:hover a, .sf-menu li.sfHover a {
	background-position:right -100px;
}

.sf-menu li li a, .sf-menu li li a:visited {
	background:url(../images/buttons/secondary.gif) top right no-repeat !important;
	font-weight:normal;
	padding:7px 9px 9px 8px;
	color:#565656;
}

.sf-menu li li a:hover {
	color:#414141;
	background-position:0 -100px !important;
}

/* ARROWS */

.sf-menu a.sf-with-ul {
	padding-right: 	32px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			18px;
	top:			12px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			12px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* shadows for all but IE6*/
.sf-shadow ul {
	background:	url('../images/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* HORIZONTAL NAVBAR */

.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			44em; /*IE6 soils itself without this*/
	width:880px;
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	color:#414141;
	background-position:0 -100px !important;
}

/* point all arrows down */
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* remove shadow on first submenu */
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/* NAVIGATION */

#navigation {
	background:url(../images/interface/footer-line.gif) bottom repeat-x;
	margin:14px 0 0 26px;
	width:828px;
	/*height:35px;*/
	height:2.85em;
	font-size:1.1em;
}

#navigation ul {
	list-style-type:none;
	padding:0;
}

#navigation li {
	float:left;
}

#navigation ul a {
	float: left;
	display: block;
	padding:2px 20px 4px 0;
	color:#666;
}

#navigation ul a:hover, #navigation ul li.current a {
	color:#000;
}

#navigation ul li.range-back {
	background:url(../images/interface/main-range-r.gif) right no-repeat;
	padding:0;
	padding-right:12px;
	margin-right:20px;
}

#navigation ul li.range-back a {
	background:url(../images/interface/main-range-l.gif) left no-repeat;
	padding-right:0;
	padding-left:18px;
	color:#FFF;
}

#navigation ul li.range-back a:hover {
	color:#000;
}

/* IDs */
	
#wrapper {
	width:880px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#bodywrapper {
	height:1%;
	width:880px;
	float:left;
}

#range-masthead {
	width:880px;
	height:247px;
	background-color:#FFF;
	position:relative;
}

#range-introduction {
	position:absolute;
	bottom:26px;
	left:26px;
	width:300px;
}

#range-masthead p {
	color:#999;
	font-size:1.6em;
	padding:0;
}

#product-masthead {
	width:828px;
	background-color:#000;
	padding:70px 26px 26px 26px;
}

#product-masthead h2, #range-masthead h2 {
	font-size:3em;
}

#product-masthead h2 {
	color:#FFF;
}

#range-masthead h2 {
	color:#000;
}

#mBody {
	float:left;
	/*padding:26px 26px 35px 26px;*/
	padding:6px 26px 35px 26px;
	height:1%;
	min-height:275px;
	width:880px;
	line-height:1.7;
	text-align:justify;
	color:#666;
	position:relative;
	voice-family: "\"}\""; voice-family:inherit;
	width:828px; /*box model hack for IE5*/
}

#news #mBody, #listing #mBody {
	padding-right:0;
	voice-family: "\"}\""; voice-family:inherit;
	width:854px; /*box model hack for IE5*/
}

#content {
	width:450px;
	float:left;
}

#finishes #content {
	width:480px;
	float:left;
}

* html #mBody {height:275px;} 

/*#mBody ul {
	list-style-type:none;
	text-align:left;
	margin-bottom:0;
	margin-top:1em;
}

#mBody ul ul {margin-top:0;}

#mBody ul li {
	padding-left:15px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.6em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}*/

#mBody a {
	color:#000;
	text-decoration:none;
}

#mBody a:hover {
	text-decoration:underline;
}

/*#mBody a:visited {
	background:url(../images/interface/tick.gif) right no-repeat;
	padding-right:15px;
}*/

#breadcrumb {
	position:absolute;
	right:26px;
	top:35px;
	/*top:368px;*/
	color:#999;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}

#breadcrumb a {
	color:#999;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#000;
	text-decoration:none;
}

/*FOOTER*/

#footer {
	background:url(../images/interface/footer-line.gif) repeat-x;
	clear:both;
	padding-top:15px;
	font-size:0.9em;
	margin:0 26px;
	width:828px;
}

#home #footer {background-image:none;}

#footer a {
	text-decoration:none;
}

#footer h3 {
	position: absolute;
	left: -9999px;
	width: 990px;
	background:none;
}

#backtotop {
	float:right;
	color:#666;
}

#backtotop:hover {
	color:#000;
	text-decoration:none;
}

#footer ul {
	float:left;
	width: auto;
	list-style: none;
	padding:0;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
	color:#a1a1a1;
}

#footer ul a:hover {
	color:#000;
}

#copyright {
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
	color:#CCC;
	height:1%;
}

#copyright a {
	color:#CCC;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

/* ACCORDIAN */

#accordian {
	padding-top:1em;
}

#accordian .attribute {
	display:block;
	background:#CCC url(../images/buttons/accordian.gif) top repeat-x;
	color:#000;
	width:828px;
	font-size:1em;
	font-weight:bold;
	padding:4px 10px;
	margin-top:2px;
	cursor:pointer;
	voice-family: "\"}\""; voice-family:inherit;
	width:808px;
}

#accordian a.attribute:hover, #accordian a.selected {
	background-position:0 -100px;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}

div.detail {
	width:828px;
	padding:0 20px;
	background:url(../images/interface/accordian-detail-bg.gif) top no-repeat;
	voice-family: "\"}\""; voice-family:inherit;
	width:788px;
}

/* PAGING CONTROLS */

.paging {
	padding-top:1em;
	clear:both;
}

.paging span a, .paging span.selectedpage {
	display:block;
	padding:0px 5px;
	color:#333 !important;
	float:left;
	border-right:1px solid #FFF;
	background-color:#CCC;
}

.paging span a:hover {
	background-color:#bebebe;
	text-decoration:none !important;
}

.paging span.selectedpage {
	background:#999 url(../images/buttons/accordian.gif) 0 -100px repeat-x;
	color:#FFF !important;
}

/* PRODUCT FINISHES */

.finishes {
	list-style-type:none;
	padding-top:26px;
	padding-left:0;
}

.finishes li {
	float:left;
	background:#dfdfdf url(../images/interface/finishes-bg.gif) bottom right no-repeat;
	margin:0 26px 26px 0;
	padding:11px;
	height:100px;
	position:relative;
}

.finishes h4 {
	width:110px;
	line-height:normal;
	padding:0;
	position:absolute;
	bottom:11px;
	font-size:1.1em;
}


/* PRODUCT REVIEWS */

#reviews hr, #technology hr {
	background:url(../images/interface/hr.gif) no-repeat;
	width:450px;
	height:6px;
	border:0;
	margin-top:3em;
	margin-bottom:1.5em;
}

/* NEWS */

.news {
	list-style-type:none;
	padding-top:2em;
	padding-left:0;
}

.news li {
	float:left;
	background:#dfdfdf url(../images/interface/finishes-bg.gif) bottom right no-repeat;
	margin-bottom:3em;
	margin-right:26px;
	width:349px;
	padding:20px 26px 32px 26px;
	position:relative;
	min-height:118px;
	display:inline;
}

.news h4 {
	font-size:1.7em;
	padding:0;
	color:#000;
}

.news h4 a {
	color:#000 !important;
}

.news p.post-teaser {
	position:absolute;
	bottom:-12px;
	background:url(../images/interface/news-full-post-r.gif) right no-repeat;
	padding:0;
	padding-right:18px;
	color:#FFF !important;
}

.news p.post-teaser a {
	display:block;
	background:url(../images/interface/news-full-post-l.gif) left no-repeat;
	padding:2px 0 4px 12px;
	color:#FFF !important;
}

.news p.post-teaser a:hover {
	color:#000 !important;
	text-decoration:none !important;
}

.postdate {
	background:transparent url(../images/interface/post-date.gif) left no-repeat;
	color:#999;
	display:block;
	font-size:0.9em;
	padding:0;
	padding-left:18px;
	text-align:left;
}

p.postdate {
	margin-bottom:1em;
}

p.news-back, p.tech-back {
	float:left;
	margin-top:2em;
	background:url(../images/interface/main-range-r.gif) right no-repeat;
	padding:0;
	padding-right:12px;
}

p.news-back a, p.tech-back a {
	display:block;
	background:url(../images/interface/main-range-l.gif) left no-repeat;
	padding:2px 0 4px 18px;
	color:#FFF !important;
}

p.news-back a:hover, p.tech-back a:hover {
	color:#000 !important;
	text-decoration:none !important;
}

p.tech-back {
clear:both;
}


p.tech-product {
	float:left;
	margin-top:10px;
	margin-right:12px;
	background:url(../images/interface/tech-r.gif) right no-repeat;
	padding:0;
	padding-right:12px;
}

p.tech-product a {
	display:block;
	background:url(../images/interface/tech-l.gif) left no-repeat;
	padding:2px 0 4px 12px;
	color:#777777 !important;
}

p.tech-product a:hover {
	color:#000 !important;
	text-decoration:none !important;
}




/* PRODUCT LISTING */

.product-listing, .product-listing-home {
	margin-top:2em;
	text-align:left;
	line-height:1;
	list-style-type:none;
	float:left;
	padding-left:0;
}

.product-listing li, .product-listing-home li {
	float:left;
	height:122px;
	margin-bottom:1px;
	margin-right:1px;
	overflow:hidden;
	width:206px;
	position:relative;
}

.product-listing li a, .product-listing-home li a {
	float:left;
	border:1px solid #CFCFCF;
	display:block;
	height:77px;
	width:92px;
	padding-left:12px;
	padding-right:100px;
	padding-top:43px;
	color:#666 !important;
	position:relative;
	z-index:100;
}

.product-listing-home li a {
	color:#ddd !important;
}

.product-listing li a:hover, .product-listing-home a:hover {
	text-decoration:none !important;
	background-color:transparent;
}

.product-listing strong, .product-listing-home strong {
	font-size:1.3em;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding-bottom:8px;
}

.product-thumb {
	position:absolute;
	z-index:99;
	right:0;
	/*width:150px;
	height:120px;*/
	
	width:206px;
	height:122px;
	background-position:right center;
	background-repeat:no-repeat;


}

/* PRODUCT PAGE */

#image-container {
	float:right;
	width:356px;
}

#product #image-container, #specification #image-container, #finishes #image-container, #reviews #image-container {
	width:261px;
}

#technology #image-container {
	width:261px;
	padding-top:1.5em;
}

#gallery li a {
	background:url(../images/interface/enlarge-icon.gif) no-repeat left;
	padding-left:15px;
	color:#666 !important;
}

#gallery {
	width:261px;
	text-align:center;
	/*padding-top:1.5em;*/
}

#gallery ul {
	padding-left:0;
}

#gallery ul li.rotation a {
	background:url(../images/interface/360-icon.gif) no-repeat left !important;
	padding-left:17px;
}

#gallery li {
	display:inline;
	padding:0 10px;
}

#gallery a:hover {
	color:#000 !important;
}

#other-models {
	clear:both;
	margin-top:2em;
	position:relative;
	width:261px;
	height:20px;
	background:url(../images/interface/product-navigation.gif) no-repeat;
}

#other-models h4 {
	position:absolute;
	width:100px;
	top:0;
	left:90px;
	padding:0;
	margin-top:-1px;
	text-align:center;
	color:#FFF;
	font-size:13px;
}

#other-models ul, #gallery ul {
	list-style-type:none;
	padding:0;
}

li.next {
	float:right;
	padding-right:20px;
}

li.previous {
	float:left;
	padding-left:20px;
}

#other-models li.previous a, #other-models li.next a {
	color:#fff;
}

#other-models li.previous a:hover, #other-models li.next a:hover {
	color:#000;
	text-decoration:none;
}

/* QUICK LINKS */


#quick-links span {
position:absolute;
top:22px;
right:0;
display:none;
width:600px;
text-align:right;
}

#quick-links {
	position:absolute;
	right:26px;
	font-size:0.9em;
	top:33px;
}

#quick-links ul {
	float:left;
	width: auto;
	list-style: none;
	padding:0;
}

#quick-links li {
	float:left;	
}

#quick-links ul a {
	float: left;
	display: block;
	padding: 0 8px;
	border-right:1px solid #ccc;
	color:#a1a1a1;
}

#quick-links ul a:hover {
	color:#000;
}

/* HOMEPAGE */

#homepage-flash {
	width:586px;
	height:340px;
	float:left;
}

#home-news {
	float:right;
	height:280px;
	width:233px;
	background-color:#000;
	padding:30px;
}

#home-news {
	color:#FFF;
}

#home-news h1 {
	color:#FFF;
}

#home-news ul {
	padding-top:2em;
	padding-left:0;
}

#home-news ul li {
	padding:0.5em 0;
}

#home-news a:focus { outline-style: none; }

#home-news {
	position:relative;
}

#rss {
	display:block;
	width: 17px;
	height: 17px;
	background: url('http://www.monitoraudio.co.uk/assets/images/interface/home-rss.gif') 0 -17px;
	position:absolute;
	text-indent: -9999px;
	right:30px;
	top:37px;
}

#rss:hover {
	background-position:0 -17px;
}

/************************************************************/

#home-twitter {
	display:block;
	width: 17px;
	height: 17px;
	background: url('http://www.monitoraudio.co.uk/assets/images/interface/home-twitter.gif') 0 -17px;
	position:absolute;
	text-indent: -9999px;
	right:90px;
	top:37px;
}

#home-twitter:hover {
	background-position:0 -17px;
}

/************************************************************/

#home-youtube {
	display:block;
	width: 17px;
	height: 17px;
	background: url('http://www.monitoraudio.co.uk/assets/images/interface/home-youtube.gif') 0 -17px;
	position:absolute;
	text-indent: -9999px;
	right:50px;
	top:37px;
}

#home-youtube:hover {
	background-position:0 -17px;
}

/************************************************************/

#home-facebook {
	display:block;
	width: 17px;
	height: 17px;
	background: url('http://www.monitoraudio.co.uk/assets/images/interface/home-facebook.gif') 0 -17px;
	position:absolute;
	text-indent: -9999px;
	right:70px;
	top:37px;
}

#home-facebook:hover {
	background-position:0 -17px;
}

#news-items {
	margin-top:1.5em;
}

.news-headline a {
	display:block;
	color:#fff;
	cursor:pointer;
	font-size: 12px;
	padding:5px 11px 9px;
	background: url('http://www.monitoraudio.co.uk/assets/images/interface/news-accordian.gif');
	background-position: 0 -100px;
	border:0;
	line-height:15px;
}

.news-headline a:hover {
	text-decoration:none;
	border: solid 1px #444;
	padding:4px 10px 8px;
}

.news-summary p {
	padding: 8px 10px;
	line-height: 1.4em;
	color: #aaa;
}

.news-summary a{
	display:block;
	color: #fff;
	padding:0 10px;
	padding-bottom:16px;
}

.news-summary a:hover {
	text-decoration:underline;
}

#home-links {
	list-style-type:none;
	padding:0;
}

#home-links li {
	float:left;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
}

#home-links li.last {
	border-right:0;
}

#home-full-width-link {
	clear:both;
	border-top:1px solid #FFF;
}

#home-competition {
	clear:both;
}

#home h2 {
	color:#FFF;
}

/* LIGHTBOX IMAGE GALLERY */

ul.thumbs {
	margin:0;
	padding:0 !important;
	padding-top:1.5em !important;
	height:1%;
	list-style-type:none;
}

ul.thumbs li {
	padding:0 !important;
	margin:0 !important;
	padding-right:12px !important;
	padding-bottom:15px !important;
	background-image:none;
	float:left;
	display:block;
}

ul.thumbs li.end {
	padding:0 !important;
	margin:0 !important;
	padding-right:0px !important;
	padding-bottom:15px !important;
	background-image:none;
	float:left;
	display:block;
}

ul.thumbs img {
	border:1px solid #666;
}

ul.thumbs a:hover img {
	border:1px solid #000;
}

/* DEALERS */

#dealerresults  {
	width:300px;
	margin-top:1.5em !important;
}

#dealerresults div {
	margin-top:0 !important;
}	

#dealerresults .dealerinfo {
	width:300px;
	background:#FFF url(../assets/images/interface/accordian-detail-bg.gif) bottom no-repeat;
	position:relative;
}

.dealerinfo .tel, .dealerinfo .adr, .dealerinfo .email, .dealerinfo .url {
	padding:0 15px;
}

.dealerinfo .tel {
	padding-top:10px;
}

#dealerresults a.org {
	cursor:pointer;
	display:block;
	padding:6px 8px 0 8px;
	background:#FFF url(../assets/images/interface/accordian.gif) top repeat-x;
	text-decoration:none;
	color:#000 !important;
	position:relative;
	margin-top:2px;
	font-size:1.1em;
	height:28px;
}

#dealerresults a strong {
	position:absolute;
	font-size:0.9em;
	font-weight:bold;
	right:8px;
}

#dealerresults a.org {
	text-decoration:none !important;
}

.map {
	padding-left:19px;
}

.directions {
	padding-left:15px;
}

.tools {
	/*padding-top:10px;
	padding-bottom:11px;*/
	position:absolute;
	bottom:12px;
}

.platinum {
	position:absolute;
	bottom:11px;
	right:0px;
}

.dealerinfo img {
	float:right;
	/*margin:15px;*/
	margin-top:15px;
	margin-right:15px;
}

.adr {
	height:115px;
}

#dealerresults a.org:hover, #dealerresults a.selected {
	background-position:0 -100px;
	color:#FFF !important;
}

.dealerinfo .tel {
	color:#004FA3;
}

/* CONTACT US MAP */

#map {
	width:498px;
	/*width:450px;*/
	height:355px;
	float:right;
	margin-top:1.5em !important;
	border:1px solid #000;
}	

#map div {
	margin-top:0 !important;
}	

#map strong{
	color:#000;
	display:block;
}

#postcode {
	border:1px solid #888888;
	color:#666666;
	padding:2px;
	width:220px;
}

/* LIGHTBOX STYLES */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; margin:0 auto; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 110;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* ACCORDION */

#glossary {
	width:450px;
}

#glossary dd {
	margin:0; padding:0 8px;
	width:450px;
	background: url(../assets/images/interface/glossary-accordion-bg.gif) repeat-x bottom;
}

#glossary p {
	margin:0 !important; padding:10px 0 !important;
	width:450px;
}

#glossary .attribute {
	background:#FFFFFF url(../assets/images/interface/accordian.gif) repeat-x scroll center top;
	color:#000000 !important;
	cursor:pointer;
	display:block;
	font-size:1.1em;
	margin-top:2px;
	padding:6px 8px;
	position:relative;
	text-decoration:none;
	width:450px;
}

#glossary .attribute:hover {
	background-position: 0 -100px;
}

#glossary .attribute:hover a, #glossary .attribute a:hover {
	text-decoration:none !important;
	color: #fff !important;
}

#accordion {
	width:450px;
}

#accordion dd {
	margin:0; padding:0 8px;
	background:url(../assets/images/interface/faq-accordion-bg.gif) repeat-x bottom;
	width:450px;
}

#accordion p {
	margin: 0 !important; padding:10px 0 !important;
	width:450px;
}

.attribute {
	background:#FFFFFF url(../assets/images/interface/accordian.gif) repeat-x scroll center top;
	color:#000000 !important;
	cursor:pointer;
	display:block;
	font-size:1.1em;
	margin-top:2px;
	padding:6px 8px;
	position:relative;
	text-decoration:none;
	width:450px;
}

.attribute:hover {
	background-position: 0 -100px;
}

.attribute:hover a, .attribute a:hover {
	text-decoration:none !important;
	color: #fff !important;
}

/* AIRSTREAM IMAGES */

.h1-wallpapers {
	clear:both;
	padding-top:20px !important;
}

#tabarea em {
	color:#414141;
}

.tabs ul {
	height:28px;
	font-size: 110%;
	background: url(../assets/images/dot.gif) repeat-x bottom center;
	padding-left:0 !important;
}

.tabs ul a:hover {
	text-decoration:none;
	color: #414141;
}

.tabs ul {
	list-style: none !important;
}

.selected-tab {
	background: #ddd url(../assets/images/interface/tab-left.gif) top left no-repeat;
	padding:0 !important;
}

.selected-tab a {
	display:block;
	height:100%;
	background: url(../assets/images/interface/tab-right.gif) top right no-repeat;
	padding: 3px 10px;
	color:#414141;
}

#res-info {
	margin-bottom:5px !important;
}

.tabs {
	margin-top:12px !important;
}

.previews span {
	padding-top: 6px;
	font-size: 110%; 
	padding-left:100px;
}

.previews .first {
	padding-left:45px;
}

.wallpaper-thumbs li {
	background-image:none;
	display:block;
	float:left;
	margin:0 !important;
	padding:0 12px 0 0 !important;
}

.wallpaper-thumbs a:hover img{
	border:1px solid #000000;
}

.wallpaper-thumbs img{
	border:1px solid #666666;
}

ul.wallpaper-thumbs {
	height:1%;
	list-style-type:none;
	margin:0;
	padding:0 !important;
}

ul.wallpaper-thumbs li.end {
	background-image:none;
	display:block;
	float:left;
	margin:0 !important;
	padding:0 !important;
}

.no-firstname, .no-lastname, .no-email {
display:none;
width:320px;
height:20px;
color: #999999;
line-height:20px;
font-size: 1.1em;
background:#fafafa;
position:relative;
float:left;
padding-left: 10px;
border: 1px solid #999999;
margin-top: 6px;
}

.enews .no-firstname, .enews .no-lastname, .enews .no-email {
	width: 306px;
}


.thanks p {
font-size: 1.1em;
}

p.thankyou {
font-size: 1.4em !important;
}

.signup-loading p {
margin:0 auto;
text-align:center;
}

.homepage-link, .homepage-link:active, .homepage-link:link, .homepage-link:visited {
color:white;
}

/*----------------------------------------------------------- Share --------------*/

.share {
border: 1px #dddddd solid;
position:relative;
margin-top: 30px;
padding:0;
float:left;
width:448px;
}

.share h5 {
display:block;
padding:4px;
font-size:14px;
float:left;
position:absolute;
left:20px;
top:-16px;
background-color:#FFFFFF
}

.share li {
float:left;
margin:22px 0 10px;
list-style:none;
}

.share li a{
height:17px;
display:block;
padding:30px 20px 10px;
color:#999999 !important;
}

.share li a:hover {
background-position: center -100px ;
color:#333333 !important;
text-decoration:none !important;
}


.share-twitter a {
background: url("http://www.monitoraudio.co.uk/assets/images/interface/share-twitter.gif") no-repeat top center;
}

.share-delicious a {
background: url("http://www.monitoraudio.co.uk/assets/images/interface/share-delicious.gif") no-repeat top center;
}

.share-digg a {
background: url("http://www.monitoraudio.co.uk/assets/images/interface/share-digg.gif") no-repeat top center;
}

.share-facebook a {
background: url("http://www.monitoraudio.co.uk/assets/images/interface/share-facebook.gif") no-repeat top center;
}

.share-stumbleupon a {
background: url("http://www.monitoraudio.co.uk/assets/images/interface/share-stumbleupon.gif") no-repeat top center;
}






