@charset "utf-8";
/* CSS Document */

/*------------------------------------------- Global -------------------*/

html body {
	background: url(../images/page-bg.jpg) center top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}

a {
	color: #2f6681;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover span {
	cursor: pointer;
}

ul, ol, p {
	font-size: 1.2em;
}

#main ul ul {
	font-size: 1em;
	margin-bottom: 0;
}

h1 {
	color: #2f6681;
	font-size: 2em;
	margin-bottom:0.8em;
}

h2 {
	color: #2f6681;
}

#main h2 {
	position: relative;
}

#main h2.ucsheader {
	margin-top: 24px;	
}

#toolthumb {
	float:right;
	margin-top: -4em;
	margin-left: 20px;
	position: relative;
}

#main #toolthumb .h_thumb {
		
}

#main h2 img.h_thumb {
	position: absolute; right: 0; top: -25px;	
}

#main h2 img.h_large, #main #toolthumb .h_large {
	border: 1px #999 solid;
	-moz-box-shadow: 5px 5px 5px rgba(170, 170, 170, 0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(170, 170, 170, 0.3);
	box-shadow: 5px 5px 5px rgba(170, 170, 170, 0.3);
	display: none;
	position: absolute; right: 0; top: -25px;	
	z-index: 2000;
}

#main #toolthumb .h_large {
	top: 0px;
}

h3 {
	font-size:1.4em;
	margin-bottom:0.9em;
}

hr {
	border: 0;
	border-top: 1px #eeeeee solid;
	border-bottom: 1px #cccccc solid;
	margin: 2em 0;
}

#container {
	background: #ffffff;
	margin: 0 auto;
	padding: 20px;
	width: 920px;
}

#mBody {
	margin-top: 20px;
	overflow: hidden;
	width: 920px;
	z-index: 0;
}

.hide {
	display: none;
}


#main .image, #main .imagenoborder {
	float:right;
	margin-left:20px;
	margin-top:0.5em;
	padding:6px;
}

#main .image, #main .imagewide {
	border:1px solid #CCCCCC;
}

#main .imagewide {
	padding:6px;
}

/*------------------------------------------- Header -------------------*/

#header {
	position: relative;
	width: 920px;
	z-index: 1000;
}

#mainlogo {
	background:url(../images/logo.png) no-repeat left top;
	display: block;
	height: 102px;
	padding-bottom: 20px;
	text-indent: -999em;
	width: 395px;
}

#quicklinks {
	font-size: 0.9em;
	position: absolute; right: 0; top: 29px;
	width: 324px;
}

#quicklinks p, #quicklinks form {
	float: left;
}

#quicklinks p {
	margin-top: 2px;
}

#quicklinks a {
	border-right: 1px #999999 solid;
	padding: 0 12px;
}

#phonenumber {
	display: block;
	clear:both;
	font-size: 1.6em;
	color: #2f6681;
	font-style: italic;
	margin-top: 8px;
	width: 324px;
	text-align: right;
}

#ajaxSearch_form {
	overflow: hidden;
	position: relative; top: -3px;
	padding-left: 14px;
}

#ajaxSearch_form label {
	display:none;
}

#ajaxSearch_form .clearonfocus {
	background: none;
	border:1px #e3e3e3 solid;
	color:#666666;
	float: left;
	font-size: 11px;
	padding: 3px 6px;
	width:100px;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px; 
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px; 
}

#ajaxSearch_form #ajaxSearch_submit {
	background: url(../images/searchsubmit.png) no-repeat left top;
	border:0 none;
	cursor:pointer;
	float: left;
	height:21px;
	margin:0;
	padding:21px 0 0;
	width:21px;
}

#masthead {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

#masthead-main {
	background: url(../images/masthead-bg.png) no-repeat left top;
	float: left;
	height: 140px;
	position: relative;
	width: 658px;
	z-index: 0;
	*z-index: -1;
}

.home #masthead-main {
	height: 219px;
}

#masthead-main .caption {

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

	background: rgba(255, 255, 255, 0.88);
	margin: 20px;
	padding:11px 20px 14px;
	position: absolute; left: 0; bottom: 0;
	width: 578px;
}

#masthead-main .caption h3 {
	color: #E3871A;
	font-size: 1.6em;
	font-weight: bold;
}

#masthead-main .caption p {
	font-size: 1.3em;
}

#masthead-main img {
	position: absolute; left: 0; bottom: 0;
	z-index: 4000;
}

#masthead-aside {
	background: url(../images/masthead-aside-secondary.png) no-repeat left top;
	float: right;
	height: 140px;
	width: 260px;	
}

.home #masthead-aside {
	background-image: url(../images/masthead-aside.png);
	height: 219px;
}

#masthead-aside p {
	color: #FFFFFF;
	font-size: 1.4em;
	padding: 20px 20px 12px;
	text-align: right;
}
/*
.home #masthead-aside p {
	padding: 20px;
}*/

#masthead-aside strong {
	display: block; 
	font-size: 1em;
}

.home #masthead-aside strong {
	font-size: 1.286em;
}

#masthead-aside form p {
	padding: 0 20px 0 0;
}

#masthead-aside form label {
	display: none;
}

#masthead-aside form input.clearonfocus {

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	background: url(../images/input-bg.gif) no-repeat top left;
	border: 1px #666666 solid;
	color: #999999;
	display: inline;
	font-size: 12px;
	font-style: italic;
	padding: 4px;
	width: 140px;
}

/*------------------------------------------- Aside -------------------*/

#aside-left {
	float: left;
	width: 178px;
}

#aside-right {
	float: right;
	width: 178px;
}

.aside .section {
	background: url(../images/aside-section.png) no-repeat left bottom;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
}

.aside .enviropolicy {
	background: none;
	padding: 0;
}

.aside .enviropolicy a {
	background: url(../images/enviropolicy.png) no-repeat left top;
	color: #FFFFFF;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	height: 29px;
}

.aside .enviropolicy a span {
	background: url(../images/enviropolicy.png) no-repeat right -34px;
	display: block;
	height: 29px;
	line-height: 28px;
	text-align: center;
}	

.aside .enviropolicy a:hover {
	background-position: left -68px;
	text-decoration: none;
}

.aside .enviropolicy a:hover span {
	background-position: right -102px;
}

.aside .section h2 {
	background: url(../images/aside-header.png) no-repeat left top;
	font-size: 1.2em;
	font-weight: bold;
	height: 28px;
	line-height: 27px;
	padding: 0 10px;
}

.aside .section p {
	font-size: 1.1em;
	padding: 10px 10px 0;
}

.aside .section p.quote {
	color: #2f6681;
	font-size: 1.2em;
	font-style: italic;
}

.section .image {
	display: block;
	margin: 1.5em auto 0.5em;
}

.aside-img {
	clear: both;
	float: left;
	margin-bottom: 20px;
}

.more {
	background: url(../images/morebutton.png) no-repeat left 0;
	display: block;
	float: right;
	height: 20px;
	margin: 10px 10px 0 0;
	padding-left: 16px;
}

.more span {
	background: url(../images/morebutton.png) no-repeat right -24px;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 19px;
	padding-right: 16px;
}

.more:hover {
	background-position: left -48px;
	text-decoration: none;
}

.more:hover span {
	background-position: right -72px;
	cursor: pointer;
}

/*------------------------------------------- Main -------------------*/

#main {
	float: left;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 702px;
}

.home #main {
	width: 524px;
}

.fullwidth #main {
	width: 880px;
}

#main h2, #modelrange h2 {
	background: #eeeeee;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	font-size: 1.4em;
	margin-bottom: 20px;
	padding: 6px 12px;
}

.home #main h2 {
	background: none;
	border: 0 none;
	padding:0;
	font-size: 1.6em;
}

#main h2.news-gocomsys {
	background: #eee url(../images/newsicons.gif) no-repeat 5px 2px;
	padding-left: 37px;	
}

#main h2.news-cisco {
	background: #eee url(../images/newsicons.gif) no-repeat 5px -98px;
	padding-left: 65px;	
}

#main p {
	line-height: 1.6;
	margin-bottom: 1.6em;
	text-align: justify;
}

#main ul {
	line-height: 1.6;
	margin-bottom: 1.6em;
}

#main li {
	background:url(../images/bullet.png) no-repeat 0px 0.6em;
	margin-left: 20px;
	padding-left: 14px;
}

.home #main li, .product #main li, #main ul.news li {
	background: none;
	margin: 0;
	padding: 0;
}

#main-quote {
	background: url(../images/main-quote.png) no-repeat left top;
	color: #FFFFFF;
	font-size: 1.8em;
	margin-bottom: 20px;
	padding: 20px 28px 21px 110px;
}

#main-quote span {
	color: #e3871a;
	font-weight: bold;
}

#home-news, ul.news {
	margin-bottom: 20px;
}

#home-news li a, ul.news li a {
	background: url(../images/home-news.png) no-repeat left bottom;
	color: #333333;
	display:block;
	margin-bottom: 6px;
	padding: 0 0 7px;
}

ul.news li a { background-image: url(../images/ul-news.png); }

#home-news li a:hover, ul.news li a:hover {
	color: #2f6681;
	text-decoration: none;
}

#home-news li a span, ul.news li a span {
	background: url(../images/home-news.png) no-repeat left top;
	display: block;
	overflow: hidden;
	padding-top: 6px;
}

ul.news li a span { background-image: url(../images/ul-news.png); }

#home-news li a .post, ul.news li a .post {
	display: block;
	float:left;
	font-weight: bold;
	width: 420px;
}

ul.news li a .post { width: 600px; }

#home-news li a .postdate, ul.news li a .postdate {
	display: inline;
	float: left;
	font-size: 12px;
	padding: 0;
	font-style: normal;
	margin-left: 30px;
	width: 60px;
}

#featuredproduct, #upcomingevent {
	display: block;
	height: 69px;
	width: 445px;
	margin-bottom: 16px;
	padding-left: 79px;
	padding-top: 18px;
}

#featuredproduct:hover, #upcomingevent:hover {
	text-decoration: none;
}

#featuredproduct span.header, #upcomingevent span.header {
	display: block;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
}

#featuredproduct span.header strong, #upcomingevent span.header strong {
	font-weight: bold;
}

#featuredproduct span.paragraph, #upcomingevent span.paragraph {
	color: #333333;
	display: block;
	line-height: 1.2;
	font-size: 1.2em;
	width: 210px;
}

#upcomingevent span.paragraph {	width: 250px; }

.cableselector {
	background: url(../images/featured-cableselector.png) no-repeat left top;
}

.ipexpo {
	background: url(../images/upcoming-ipexpo.png) no-repeat left top;
}


#main blockquote {
	border:1px solid #4D93B5;
	margin: 0 0 1em;
	padding: 6px;
}

#main blockquote p {
	background: #F7F7F7;
	margin: 0;
	padding: 12px;
}

#main blockquote cite {
	color:#666666;
	display: block;
	font-style: italic;
	padding-top: 0.5em;
	text-align: right;
}

.ditto_summaryPost {
	border-bottom:1px solid #999999;
	margin-bottom:2em;
}

.postdate {
	color:#999999;
	font-size:1.2em;
	padding-bottom:1em;
}

iframe {
	height: 436px;
	overflow: hidden;
	width: 100%;
}

/*------------------------------------------- Footer -------------------*/

#footer {
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px;
}

#footer ul li {
	float: left;
	font-size: 0.9em;
	margin-right: 12px;
}

#copyright {
	color: #999999;
	font-size: 11px;
	margin: 10px 0 20px;
	text-align: center;
}

#backtotop {
	background: url(../images/backtotop.png) no-repeat left 4px;
	display: block;
	font-size: 12px;
	float: right;
	padding-left: 14px;
}

#backtotop:hover {
	background-position: left -32px;
	text-decoration: none;
}

#copyright a {
	color: #999999;
}
/*
#footer {
	background: #eee url(../images/footer-bg.png) no-repeat center top;
	border-bottom: 4px #e5e5e5 solid;
	margin-left: -20px;
	overflow: hidden;
	padding: 50px 20px 30px;
	width: 920px; 	
}

#footer .section {
	float: left;
	margin-right: 75px;
	width: 290px;	
}

#footer #footer-tools {
	width: 240px;	
}

#footer #footer-links {
	margin-right: 0;
	width: 240px;	
}

#footer-tools li {
	background: url(../images/footer-link.png) no-repeat top left;
	height: 32px;
	margin-top: 4px;
	
}

#footer-tools li a {
	background: url(../images/footertools.png) no-repeat;
	display: block;
	line-height: 30px;
	overflow: hidden;
	padding: 0 0 2px;
	text-indent: -999em;
}

#footer-tools .ft-cableselector a {
	background-position: 12px 9px;	
}

#footer-tools .ft-null a {
	background-position: -999px 0;	
}

#footer-social blockquote {
	font-size: 1.4em;
	text-align: center;	
}

#footer-social blockquote:before, #footer-social blockquote:after {
	content: '"';
}

#footer-social .time {
	color: #999;
	font-size: 1.1em;
	float: right;
}

#footer-social ul {
	clear: both;
	padding-top: 12px;
	overflow: hidden;
}

#footer-social li a {
	background: url(../images/social-icons.png) no-repeat;
	display: block;
	float: left;
	line-height: 26px;
	padding-left: 32px;
	padding-bottom: 2px;
	width: 108px;	
}

#footer-social .fs-facebook a {
	background-position: 0 -50px;
	margin-right: 10px;
}

#footer h2 {
	color: #a1a1a1;
	font-size: 1.8em;
	margin-bottom: 0.5em;	
}

#footer-links li {
	float: left;
	line-height: 1.8;
	width: 120px;	
}

#copyright {
	border-top: 1px #b3c6d1 solid;
	font-size: 1.1em;
	margin-left: -20px;
	padding-top: 12px;
	text-align: center;
	width: 960px; 
}*/

/*--------------------------------------------------------------------- */

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	padding:2px 8px 4px;
	*padding: 4px 5px 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.enq td span {
	display: block;
	position: relative;
}

.enquire {
	position: absolute; right: 0; top: -2px;
	width: 60px;
}

.enquire:active {
	position: absolute; right: 0; top: -1px;
}

.modelenquire {
	position: absolute; right: 3px; top: 3px;
	width: 60px;
}

.modelenquire:active {
	position: absolute; right: 3px; top: 4px;
}

/*--------------------------------------------------- Superfish --------*/


/*** ESSENTIAL STYLES ***/
.mainmenu, .mainmenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.mainmenu {
	line-height:	1.0;
}
.mainmenu ul {
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
}
.mainmenu ul li {
	width:			100%;
}
.mainmenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.mainmenu li {
	float:			left;
	position:		relative;
}
.mainmenu a {
	display:		block;
	position:		relative;
}
.mainmenu li:hover ul,
.mainmenu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		1000;
}
.mainmenu li.current:hover ul,
.mainmenu li.current.sfHover ul {
	top:			25px;
}

/*---------------------------------------------------------*/

.mainmenu {
	border-bottom: 1px #d7d7d7 solid;
	height: 26px;
}

.mainmenu li {
	background: url(../images/nav.png) no-repeat left top;
	height: 26px;
	margin-right: -1px;	
}

#header li.current {
	top: 1px;
}

#header li:hover, #header li.current {
	background-position: left -54px;
}

#header li:hover a, #header li.current a {
	background-position: right -81px;
	text-decoration: none;
}

.mainmenu li a {
	background: url(../images/nav.png) no-repeat right -27px;
	font-size: 12px;
	height: 26px;
	line-height: 25px;
	/*padding: 0 39px 0 40px;*/
	padding: 0 54px 0 55px;
}

.mainmenu ul {
	-moz-box-shadow: 4px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:4px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 4px 1px 2px rgba(0,0,0,0.1);
}

.mainmenu li li {
	background: none;
}

.mainmenu li li a {
	background: #FFF;
	background: rgba(250, 250, 250, 0.95);
	border: 1px #a7c5d5 solid;
	font-size: 11px;
	margin-bottom: -1px;
	padding: 0 9px 0;
	white-space:nowrap;
}

.mainmenu li li:first-child a, #header ul ul {
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px; 
}

.mainmenu li li:last-child a, #header ul ul {
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px; 
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px; 
}

.sf-sub-indicator {
	display: none;
}

#header li li.current {
	top: 0;
}

#header li li a:hover, #header li li.current a {
	background: #eeeeee;
}


.tabs {
	border-bottom: 1px #d7d7d7 solid;
	height: 26px;
	margin: 20px 0 10px;
}

.home #main .tabs li, 
.product #main .tabs li {
	background: url(../images/nav.png) no-repeat left top;
	float: left;
	height: 26px;
	margin-right: -1px;
	position: relative;
}

.tabs li a {
	background: url(../images/nav.png) no-repeat right -27px;
	font-size: 12px;
	display: block;
	height: 26px;
	line-height: 25px;
	padding: 0 10px 0;
}

.tabs li a:hover {
	text-decoration: none;
}

.home #main .tabs li:hover, .home #main .tabs li.current,
.product #main .tabs li:hover, .product #main .tabs li.current  {
	background-position: left -54px;
}

.home #main .tabs li.current,
.product #main .tabs li.current {
	top: 1px;
}

.tabs li:hover a, .tabs li.current a {
	background-position: right -81px;
}

#menu-product-catalogue ul {
	width: 13em;
}

#menu-product-tools ul {
	width: 13em;
}

#menu-contact ul {
	width: 11em;
}

#mapcontainer {
	border: 1px #ccc solid;
	float: right;
	padding: 10px;
}

#map {
	font-size: 1.2em;
	width: 430px;
	height: 420px;
}

/*---------------------------------------------------------*/
	
.mastheadimage {
	height: 140px;
	position: absolute; left: 0; top: 0;
	width: 658px;
	z-index: 0;
}

.home .mastheadimage {
	height: 219px;
}

.show {
	z-index: 1000;
}

#mastheadnav {
	height: 20px;
	position: absolute; top: 19px; right: 20px;
	z-index: 2000;
}

#mastheadnav span {
	background-color: #ffffff;
	border: 1px #FFFFFF solid;
	display: block;
	float: left;
	height: 6px;
	margin-left: 8px;
	text-indent: -999em;
	width: 6px;
}

#mastheadnav .current {
	background-color:#2f6681;
}

#progress {
	background-color: #ffffff;
	height: 6px;
	position: absolute; left:20px; top: 20px;
	width: 618px;
	z-index: 2000;
}

/*----------------------------------------------------- Tables -------------*/

.col {
	float: left;
	margin-right: 40px;
	width: 400px;
}

.last {
	margin-right: 0;	
}

.datatable {
	border:1px solid #3B7E9F;
	background-color:#fff;
	clear: both;
	font-size:1.2em;
	line-height:normal;
	margin:6px 0 1.4em 0;
	padding: 6px;
	width:100%;
}

.datatable th {
	background:#29576F;
	font-size:1em;
	padding:0.7em 1em;
	vertical-align:top;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.datatable th span {
	display: none;
}

.datatable tr {
	background-color:#F2F2F2;
}

.datatable tr.odd {
	background-color:#fafafa;
}

.enq tr.current {
	background-color: #eeeeee;
}

.datatable td {
	padding:0.6em 1em;
	vertical-align:top;
	text-align:left;
}

table.spasip tbody {
	font-size: 0.9em;
}

/*-------------------------------------------------------- Forms -----------------*/

fieldset {
	border:1px solid #4D93B5;
	float:left;
	margin:1em 0;
	padding:0 6px 6px;
}

fieldset div {
	background: #F3F7F7;
	padding-top: 8px;
	overflow:hidden;
}

#main fieldset p {
	clear:both;
	font-size: 1.2em;
	margin: 0 0 0.8em;
	overflow: hidden;
	padding-left:1em;
	padding-right:1em;
	text-align: left;
}

.clearonfocus, #getQuote textarea  {
	background:url("../images/input-bg.gif") no-repeat scroll left top #FFFFFF;
	border:1px solid #4D93B5;
	color:#000000;
	display: block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0;
	padding:3px 4px;
	width:230px;
}

.clearonfocus, #getQuote textarea  {
	border:1px solid #888;
}

#getQuote textarea {
	width: 400px;
}

#EmailForm fieldset {
	margin: 1em 0 22px 22px;
	overflow: hidden;
}

#EmailForm p.buttonrow, #ProductQuoteForm p.buttonrow {
	text-align: right;
	margin-top: 1em;
}

.quoteform fieldset div {
	min-height: 252px !important;
}

.quoteform fieldset#buttonrow div {
	min-height: 0 !important;
} 

#EmailForm fieldset div {
	min-height:345px;
}

#EmailForm #contactDetails {
	margin-left:0;
	width:395px;
}

#EmailForm #productsServices {
	width:165px;
}

#EmailForm #goNews {
	float:right;
	margin-left:0;
	width: 234px;
}

#EmailForm #contactDetails p, #getQuote p {
	padding-left:1.5em;
}

#EmailForm .first {
	padding-top:0.5em;
}

#EmailForm #contactDetails label {
	float:left;
	padding-right:24px;
	width:100px;
}

#veriimage-wrapper {
	background:url("../images/input-bg.gif") no-repeat scroll left top #FFFFFF;
	border:1px solid #888;
	color:#000000;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	min-height:0 !important;
	padding:3px 4px !important;
	text-align:center;
	width:230px;
}

legend {
	border:0 none;
	color:#2F6681;
	font-size:1.3em;
	font-weight:bold;
	margin-left:0.8em;
	padding:4px 6px;
}

#mBody #buttonrow  {
	margin:0;
	min-height:0;
	padding:6px;
	width:866px;
}

#mBody #buttonrow div {
	min-height: 0;
	padding: 8px 0 0;
}

#main #buttonrow p {
	text-align: right;
}

.errors {
	color: #E3871A;
	font-size: 12px;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------- RMA FORM */

#RmaForm select, #PartReplacements select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #aaa;
	padding:3px 4px;
	background:#FFF url(../images/input-bg.gif) top left no-repeat;
	color:#000;
}

#RmaForm fieldset, #PartReplacements fieldset {
	width: 866px;
}

input.clearonfocus:focus, textarea:focus, select:focus {
	/*border:1px solid #E28F2b !important;*/
	border:1px solid #4d93b5 !important;
	color:#000;
}

#RmaForm select.text, #PartReplacements select.text {
	width:550px;
}

#RmaForm fieldset div, #PartReplacements fieldset div {
	padding:18px 10px 10px;
}

#RmaForm fieldset fieldset, #PartReplacements fieldset fieldset {
	margin-bottom: 2em;
	margin-left: 10px;
	width: 812px;
}

#RmaForm label, #PartReplacements label {
	float:left;
	width:180px;
	text-align:left;
}

#PartReplacements label {
	width:118px;
}

#RmaForm fieldset fieldset label, #PartReplacements fieldset fieldset label {
	width: 156px;
}

#main #RmaForm .two-col, #main #PartReplacements .two-col {
	clear:none;
	display: inline;
	float: left;
	margin-right: 85px;
}

#main #PartReplacements .two-col {
	margin-right: 41px;
}

#main #RmaForm .two-col label, #main #PartReplacements .two-col label {
	width: 104px;
}

#main #PartReplacements .two-col label {
	width: 118px;
}

#main #RmaForm .two-col .clearonfocus, #main #PartReplacements .two-col .clearonfocus {
	display: inline;
	width: 200px;
}

#main #RmaForm fieldset fieldset .two-col .clearonfocus {
	width:173px;
}

#main #PartReplacements .two-col .clearonfocus {
	width: 230px;
}	

#RmaForm label.chkrad, #PartReplacements label.chkrad {
	float: left;
	margin:0;
	width: 145px;
}

#RmaForm .requiredValue {
	border-color:#E28F2b;	
}

#RmaForm label.requiredValue, #RmaForm label.requiredValue a {
	color: #E28F2b;
}

#main #RmaForm #rmasubmit {
	float: right;
	clear: none;
}

#main #RmaForm #rmaterms {
	float: left;
	padding-top:3px;
}

.two-col span {
		clear: both;
	display: block;
	margin-bottom:0.5em;
}

#txaComments {
	height: 110px;
}

#mBody #RmaForm #buttonrow, #mBody #PartReplacements #buttonrow {
	margin-top: 16px;	
}

#RmaForm p, #PartReplacements p {
	overflow: hidden;
}

#RmaForm fieldset fieldset .clearonfocus, #RmaForm fieldset fieldset select.text
#PartReplacements fieldset fieldset .clearonfocus, #PartReplacements fieldset fieldset select.text {
	width: 520px;
}

#RmaForm .chkrad, #PartReplacements .chkrad {
	display:block;
	float:left;
	width:530px;
}

/*---------------------- Search -----*/

.AS_ajax_resultsIntroFailure {
	font-size: 1.2em;
}
	
#ajaxSearch_resultListContainer li {
	margin-bottom: 1.5em;
}

.ajaxSearch_resultLink {
	font-size: 14px;
}

.ajaxSearch_paging {
	display:block;
	font-size:1.2em;
	margin-bottom:2em;
	overflow: hidden;
}

.ajaxSearch_paging a, .ajaxSearch_paging span {
	background-color: #fafafa;
	border: 1px #CCCCCC solid;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 4px 0;
	text-align: center;
	width: 28px;
}

.ajaxSearch_paging span {
	background-color: #2F6681;
	border-color: #2F6681;
	color: #fafafa;
}

.ajaxSearch_paging a:hover {
	background-color: #eeeeee;
	text-decoration:none;
}

/*------------------------------------------------------------ Product Pages -----*/

.productitem {
	border:1px solid #CCCCCC;
	float:left;
	font-size: 1.2em;
	margin:4px;
	padding: 90px 13px 40px 13px;
	position:relative;
	text-align: right;
	width:110px;	
}

.productitem img {
	position: absolute; left: 13px; top: 13px;	
}

.productitem span {
	position: absolute; right: 13px; bottom: 13px;	
	width: 110px;
}

.product #main {
	width: 500px;	
}

.product #aside-right {
	margin-right: 20px;
	width: 360px;
}

.B_crumbBox {
	overflow: hidden;
}

.product #main .B_crumbBox li {
	background: url(../images/breadcrumb.gif) no-repeat 0 4px;
	float: left;
	padding-left: 13px;
	padding-right: 7px;
}

.product #main .B_crumbBox li a {
	color: #999;
}

#gallery {
	margin-bottom: 2em;
	overflow: hidden;
}

#gallery a {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	height:90px;
	margin:5px;
	padding:11px;
	width:90px;
}

.alsolike {
	border: 1px #ddd solid;
	margin-bottom: 1.6em;
	padding: 16px 16px 0 150px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.product #EmailForm fieldset {
	margin-left: 0;
}

.product #getQuote p {
	margin: 1em 0;
	padding: 0 1.5em;	
}

.product #getQuote textarea, .product #mBody .clearonfocus {
	margin-top: 0.5em;
	width: 300px;	
}

.product #EmailForm p.buttonrow {
	margin: 1.5em 0;	
}

#main #producttabtargets li {
	background:url("../images/bullet.png") no-repeat scroll 0 0.6em transparent;
	padding-left:14px;
}

.product #image {
	border:1px solid #4D93B5;
	height:200px;
	margin-top:81px;
	padding: 0 32px;
}

.enlarge {
	background-color:#FFFFFF;
	float:right;
	font-size:1.2em;
	left:0;
	padding:0.2em 0.4em;
	position:relative;
	top:-11px;
}

#main #whychooseus {
	margin-left: 20px;
}

#main #whychooseus li {
	background: url(../images/tick.jpg) no-repeat 0px 1px;
	padding-left: 23px;
	padding-bottom: 7px;	
}

#modelrange h2 {
	font-size: 1.4em;
	margin: 20px 0;
}

#modelrange dl {
	border-top: 1px #ddd solid;
	font-size: 1.2em;
}

#modelrange dt {
	background-color:#F9F9F9;
	border-bottom:1px solid #dddddd;
	display: block;
	line-height:2.2em;
	padding:0 10px;
	position:relative
}

#modelrange dt:hover {
	background-color:#eeeeee;
	cursor: pointer;
}

#modelrange dt.ui-state-active {
	background-color:#eeeeee;
	cursor: default;
}

#modelrange dd {
	border-bottom: 1px #ddd solid;
	padding: 10px;
}

/* LIGHTBOX STYLES */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3001;
	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;	
}