/*--- ### Turboweb CSS Core Theme TAB ver 1.2 ### ---------------------------------------------------------------------------

-- Naming conventions and style --

		All images linked [i.e. all background images] in CSS should follow this convention:

		[img type]		[specify repeat mode]		[element application]		[file ext. obvious!]
			bg					no/x/y/xy					e.g. 'cont' or 'ftr'				.gif/.png/.jpg

		e.g. bgy_cont_page4.gif	[is a background image, will be repeated vertically and will be applied to the <div id="cont" class="page4">]
		e.g. bgno_hdr			[is a background image, will not repeat and will be applied to <div id="hdr">]

		keep all css attributes esp' colours in lower case (not critical, just consistant)

-- Colours --

		Note that each colour is a shade of grey* except for a single level (unnoticeable) variation in blue [#rrggbb]. All base styles will start
		with these colours for easy search and replace. To change a site-wide element colour i.e. object borders for contact form, gallery
		boxes.. go to -- Borders -- then 'search and replace' #999998 specifying your new replacement colour. These are unlikely to be randomly
		selected colours so should be safe to use as faux 'selectors'

	*	standard link colours will vary from grey to a specific set of blues. For very simple themes I envisage no changing from the standard
		colourway established here.

-- Search and replace core colours here:

-- Black/grey text on white/light background --
		Backgrounds
		body				#fff
		#hdr				transparent
		#nav				transparent
		#subnav				transparent
		#cont				#fffffe
		#ftr-nav			#039
		#ftr				#003

		Body text & p 		#333332		[default dark-grey for all unspecified text elements]
		h1					#01286b		[default darkgrey]
		h2					#222221		[default darkgrey]
		h3					#282827		[default darkgrey]
		h4					#444443		[default darkgrey]

-- Links --				[all content]
		Link				#039		['off' link blue]
		Visited				#039		['off' link blue]
		Hover				#3766ac		['on' link blue]
		Active				#3766ac		['on' link blue]
		Focus				#039		['off' link blue]

-- Nav links --			[navigation only]
		Link				#21447a		['off' nav blue]
		Visited				#21447a		['off' nav blue]
		Hover				#fefefd		['on' nav white]
		Active				#fefefd		['on' nav white]
		Focus				#21447a		['off' nav blue]

-- Subnav --
		background			transparent

-- Borders --
		objects 			#999998
		images				#			[unset - but worth treating differently from form objects etc..



*/




/*--- RESET ---------------------------------------------------------------------------------------------------------------*/
body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, table, tbody, th, td, tr, form, fieldset, input, textarea, text {
	margin: 0;
	padding: 0;
	border: none;
}

/*--- CORE LINKS ----------------------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited, a:hover {
	font-size:100%;
	color:#039;
	font-style:normal;
	text-decoration:none;
}
a:active, a:hover {
	text-decoration:none;
	color:#3766ac;
}
#outer a img {
	border:none;
}
a[href$=".pdf"] {
	background:transparent url(images/bgno-ic-pdf12.png) left center no-repeat;
	padding-left:16px;
}
a[href$=".doc"], a[href$=".docx"], a[href$=".odt"]  {
	background:transparent url(images/bgno-ic-doc12.png) left center no-repeat;
	padding-left:16px;
}

/*--- LISTS and other CONTENT ITEMS --------------------------------------------------------------------------------------*/
.page-content ul, .page-content ol {
	margin: 20px 0 20px 55px;
	}
.testimonial-body {
	
}
#textarea-small {
	border: 1px solid #999998;
	height: 70px;
	width: 320px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 80%;
}
blockquote {
	font-family: Garamond;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	color: #222221;		/* same as global h2 colour */
	margin: 0px;
	width: 450px;
	text-align: justify;
/*	background: url(images/quote-left.gif) top left no-repeat;		omitted because image is absent but will create a new set. see also below.	*/
}
blockquote div{
	/*background:  url(images/quote-right.gif) bottom right no-repeat;*/
	padding: 0 27px;
}

/*--- CORE STRUCTURE ------------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	font-size: small;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #333332;
	line-height: 1.55em;
    background: #fff url(images/bgx_body.gif) repeat-x left top;
}
* html body {
	font-size: x-small; /* For IE5Win */
	f\ont-size: small; /* for other IE versions */
}

#website-container {background:url(images/bgno_wscontainer3.jpg) no-repeat center top;}
#outer {background:url(images/bgno_outer.gif) no-repeat left bottom;}

/*--- CORE TYPOGRAPHY -----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: 400; /* Set to normal for bolder fonts if requred */
}
h1 {
	font-size: 150%;
	line-height: 150%;
	color: #01286b;
	margin: 0px 5px 20px 0;
}
h1.page {
	font-size: 150%;
	line-height: 150%;
	color: #01286b;
	margin: 0px 5px 20px 0;
}
h2 {
	font-size: 102%;
	font-weight: 600;
	color: #023F8C;
	margin: 15px 5px 15px 0;
}
h3 {
	font-size: 125%;
	color: #246cc5;
	margin: 15px 5px 15px 0;
}
h4 {
	font-size: 100%;
	color:#444443;
	margin:5px 5px 5px 0;
}
p {color:#333332; margin-bottom:15px; font-size: 100%;}
/*  This also set in 'body' ~line 162. Note that there are several areas in the SCM pages that are undefined
	i.e. where a <p> tag should be for correct semantics */

/*--- HEADER --------------------------------------------------------------------------------------------------------------*/
	#hdr {
		height: 120px;
		background: transparent;
	}
	.logoimg {
		background: transparent;
		margin: 18px 0px 0px 30px;
	}
	.site-title {
		text-align: right;
		font-size: 50px;
		font-weight: bold;
		padding: 40px 40px 10px 20px;
		color: #111112;
	}
	.site-tagline {
		float: right;
		clear: right;
		font-size: 15px;
		color: #111112;
		font-weight: bold;
		margin: 25px 65px 0 0px;
	}

/*--- MAIN NAVIGATION -----------------------------------------------------------------------------------------------------*/
	#nav {	/* when positioned absolutely, will trigger IE6-7 bug  */
		background: transparent;
		width: 925px;
		padding: 0 0 0 35px;
		margin: 20px 0 0 0;
		float: left;
	}

	#nav, #nav ul {
		list-style: none outside none;
	}

	#nav li {
		border-right: 0px solid #999998;
		font-weight: 600;
		float: left;
		padding-bottom: 8px;
	}
	#nav li li {padding-bottom:0;}
	
/*	#nav li:last-child {border-right:none;}		uncomment this if li border-right is switched on above - cancels last iteration [only in compliant browsers]	*/

	#nav li.off a {color:#21447a;}
	#nav li.off a, #nav li.off a:hover, #nav li.on a  {
		display: block;
		float: left;
		margin: 0 1px 0 0;
		padding: 6px 10px;
		text-transform: uppercase;
	}
	#nav li.off a:hover {
		color:#fefefd;
		background-color: #02408e;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#02408e), to(#01286b));
		background-image: -webkit-linear-gradient(top, #02408e, #01286b);
		background-image:    -moz-linear-gradient(top, #02408e, #01286b);
		background-image:     -ms-linear-gradient(top, #02408e, #01286b);
		background-image:      -o-linear-gradient(top, #02408e, #01286b);
		background-image:         linear-gradient(to bottom, #02408e, #01286b);
	}
	 #nav li.on {background:url(images/bgno_navli_here.png) no-repeat center bottom;}
		#nav li.on li a {background:none; color:#21447a;}
	
/* - BobSpecial
	#nav li.off a:hover, #nav li.on a {
		color:#fefefd;
		background-color: #6f757d;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#6f757d), to(#334256));
		background-image: -webkit-linear-gradient(top, #6f757d, #334256);
		background-image:    -moz-linear-gradient(top, #6f757d, #334256);
		background-image:     -ms-linear-gradient(top, #6f757d, #334256);
		background-image:      -o-linear-gradient(top, #6f757d, #334256);
		background-image:         linear-gradient(to bottom, #6f757d, #334256);
	}
*/

	

/*--- SUB NAVIGATION BAR --------------------------------------------------------------------------------------------------*/
	#subnav {
		float: left;
		width: 922px;
		margin: 8px 0 10px 20px;
		padding: 4px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
	}
	#subnav li {
		float: left;
		font-weight: normal;
	}
	#subnav li.off a {color:#039; background:transparent;}
	#subnav li.off a, #subnav li.off a:hover, #subnav li.on a {
		float: left;
		display: block;
		margin: 0 5px 0 0;
		padding: 3px 8px 3px 8px;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		border:1px solid #999998;
		-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.25);
		-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.25);
		box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	}
	#subnav li.off a:hover,#subnav li.on a  {background:transparent;}

	/* Used for padding if there is no sub navigation to display. */
	#sub-pad {
		float: left;
		width: 100%;
		height: 0px;
	}

/*--- NESTED NAVIGATION ---------------------------------------------------------------------------------------------------*/

#nav.nav-nested li ul {
	position: absolute;
	left: -999em;
	z-index: 999;
}

#nav.nav-nested li:hover ul,
#nav li.sfhover ul {
	left: auto;
	/*left: 0;*/
}

#nav.nav-nested li ul {
	background: #fafcff;
	box-shadow: 1px 1px 1em rgba( 0, 0, 0, 0.25 );
}

#nav.nav-nested li ul {
	/* Must be high enough to clear the height of the nav bar */
	margin-top: 33px;

	/* Clearfix - stops the li>a elements overflowing their ul container */
	overflow: hidden;
	zoom: 1;
	display: block;
}

#nav.nav-nested li ul li {
	/* Second level LI's should not float - this makes them drop down vertically */
	float: none;
}

#nav.nav-nested li ul li a {
	width: 100%;
	min-width: 180px;
}


/*--- CONTENT CONTAINER ---------------------------------------------------------------------------------------------------*/
#cont {
	clear: left;
	float: left;
	padding: 0px 0px 15px 0px;
	text-align:left;
	min-height: 500px;
	background: transparent;
}

/*--- Minimum height hack for IE ---*/
* html #cont {
    height:500px;
}



/*--- FOOTERS -------------------------------------------------------------------------------------------------------------*/
#ftr {
	width: 940px;
	margin-left: 10px;
	height: 110px;
	font-weight: bold;
	background: #011a58;
	clear: both;
}
#footer-address {
	text-align: center;
	padding: 12px 0 8px 0;
	color:#c2c2c2;
}
#ftr-nav {
	clear: both;
	width: 915px;
	margin-left: 10px;
	text-align: left;
	font-size: 95%;
	padding: 3px 0 6px 25px;
	background: #023f8c;
	color:#fff;
}
	#ftr-nav a {color: #ffffff;}
	#ftr-nav a:hover {color: #c2c2c2;}
.turboweb-sig {
	font-size: 95%;
	color: #aaa;
	padding: 0 0 10px 0;
	text-align: center;
	background: transparent;
}
.turboweb-sig a, .turboweb-sig a:link, .turboweb-sig a:active, .turboweb-sig a:visited {color: #aeaeae; text-decoration: none;}
.turboweb-sig a:hover {color: #3766ac;}

.mail-address-table {
	width: 600px;
	border: 0px;
	margin-bottom: 8px;
}
.mail-address-table th {
	text-align: left;
	font-weight: bold;
}
.mail-address-table td {
	vertical-align: top;
}

/*--- IMAGE GALLERY PAGE --------------------------------------------------------------------------------------------------*/
#cont.page4 {
	background: transparent;
	padding:38px 15px 0 25px;
	width: 910px;
}
/*-- affects images in content throughout site --*/
#cont img.border {
	float: right;
	clear: right;
	margin: 0 8px 10px 10px;
	background: #fffffe;
	/*-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	background-clip:padding-box;
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.15);
	-o-box-shadow:0px 0px 4px rgba(0,0,0,0.15);
	box-shadow:0px 0px 4px rgba(0,0,0,0.15);
	border:1px solid #999998; */
	}

#cont img.recent-item-border {
	margin: 0 8px 3px 10px;
	padding: 4px;
	border: 1px solid green;
	background: transparent;
}
#cont img.view-item-detail-border {
	float: right;
	margin: 0 8px 3px 10px;
	padding: 4px;
	background: transparent;
}
/* fixes an occasional content error when two elements [use of two images in a single image element] are floated within each other */
.twimage-multiimage-verticalcascade-container img.border, .twimage-multiimage-verticalcascade-container img.view-item-detail-border {float:none !important;}

/*--- LEFT CONTENT --------------------------------------------------------------------------------------------------------*/
#left-cont {
	float: left;
	clear: left;
	width: 630px;
	text-align: left;
	margin-bottom: 25px;
	padding: 38px 20px 25px 45px;
}
.page15 #left-cont {
	float: left;
	clear: left;
	width: 850px;
	text-align: left;
	margin-bottom: 25px;
	padding:38px 0 25px 45px;
}
#left-cont a:hover{
	text-decoration: none;
}
#left-cont ul{
	list-style: square;
	margin: 4px 4px 4px 35px;
}
#left-cont ol{
	margin: 4px 4px 4px 35px;
}
.item-description {
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 10px 0 20px 0;
	text-align: left;
	border-bottom: 1px dotted #999998;
}

/*--- NO TEASERS [system layout option - no right column] -----------------------------------------------------------------*/
#no-teaser{
	float: left;
	width: 911px;
	text-align:left;
	padding-left: 20px;
	margin-bottom: 25px;
	background: transparent;
}

/*--- NEWS AND EVENTS PAGES LISTINGS --------------------------------------------------------------------------------------*/
#content-list {
	clear: left;
}
#content-list.eventslist-timestamp {
    color: #999;
    font-size: 90%;
}
#content-list table {
    background: transparent;
	width:100%;
}
#content-list table td{
    border-bottom: 0;
	text-align: left;
}
#content-list table td.title-row {
    border-top: 1px solid #999998;
	padding: 8px 20px;
	text-align: left;
	font-size: 90%;
}
#content-list table td.item-description {
	padding: 10px 0 20px 0;
	text-align: left;
}
#content-list table td.item-description img {
    float: right;
}

/*--- IMAGE GALLERY -------------------------------------------------------------------------------------------------------*/

/*		Note:
		Gallery pages [.page4] is full-width with no columns left or right. It also uses table mark-up without cellspacing="0"
		so <IE8 browsers will add 1px
*/

#gallery-cont {
	width: 98%;
	text-align: left;
	margin-bottom: 25px;
	margin-left: 20px;
	background:#fffffe;
}
#gallery-list {
	clear: both;
	width: 900px;
}
#gallery-list p {
	color: #333332;
}
/*	#gallery-list h2 {} */
#gallery-list td.item-description-left h2, #gallery-list td.item-description h2 {
	font-size: 105%;
	font-weight: bold;
	text-transform: none;
	padding: 3px 0;
	margin: 0 0 4px 0;
}
#gallery-list table {
	margin: 4px 0 0 -15px;
	width: 900px;
	border-collapse: separate;
	border-spacing: 15px; 	/* IE browser support for this property is stink */
}
#gallery-list table td {
    border-bottom: 0;
    margin: 0px;
	padding: 0px;
	text-align: left;
}
#gallery-list table td.title-row {
    border-top: 1px solid #999998;
	padding: 8px 20px;
	text-align: left;
}
#gallery-list table td.item-description,
#gallery-list table td.album-item-description,
#gallery-list table td.item-description-left,
#gallery-list table td.album-item-description-left {
    width: 404px;
	margin: 0px 18px 8px 0;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #999998;
	background: #ffffff;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}
#gallery-list table td.album-item-description-left h2, #gallery-list table td.album-item-description h2 {
	font-size: 105%;
	font-weight: bold;
	text-transform: none;
	padding: 3px 0 3px 0px;
	margin:0 0 5px;
}
#gallery-list  img.border {
	float: right;
	margin: 8px 10px 8px 10px;
	padding: 0px;
	border:1px solid #999998;
}

/*--- LEFT AND RIGHT COLUMN STRUCTURE ------------------------------------------------------------------------------------ */

/* leftcol displays when store is turned on */
#leftcol{
	float: left;
	width: 175px;
	padding: 38px 0 0 20px;
}

/*--- RIGHTCOL - Store [off] version ---*/
#rightcol{
	float: right;
	width: 210px;
	min-height: 520px;
	overflow: visible;
	padding: 38px 30px 25px 25px;
	background: url(images/bgno_bluevertline.png) no-repeat left 20px;
}

/*--- RIGHTCOL - Store [on] version - comment above, and uncomment this ---
#rightcol{
	float: right;
	width: 190px;
	padding: 25px 10px 0px 20px;
}
*/

/*--- RIGHT COLUMN TEASERS ------------------------------------------------------------------------------------------------*/

div.teaser {
	margin-bottom:30px;
	}

.teaser h3, #store-nav h3 {
	font-size: 150%;
	font-weight: 500;
	color: #01286b; 	/* same as core link colour */
	padding: 9px 0 16px 45px;
	margin: 0 0 5px 5px;
}

/*#teaser-cart h3,
#store-nav h3 {background: transparent url(images/bgno-ic-cart32.gif) center left no-repeat;}*/
#teaser-video h3,
#teaser-news h3 {background: transparent url(images/bgno-ic-news32.gif) top left no-repeat;}
#teaser-events h3 {background: transparent url(images/bgno-ic-events32.gif) top left no-repeat;}
/*#teaser-product h3 {background: transparent url(images/bgno-ic-cart32.gif) center left no-repeat;}*/
#teaser-subscribe h3 {background: transparent url(images/bgno-ic-sub32.gif) top left no-repeat;}

/*--- MINI CART ---*/
.mini-cart-total,.mini-cart-link {
	padding: 10px 0 5px 0;
	text-align: right;
}


/*--- SUBSCRIBE BOX ---*/
.subscribe-table {
	width: 190px;
	margin: 0 0 0 4px;
	padding-top: 0;
	vertical-align: top;
	color: #555554;
	font-weight: bold;
}
#rightcol a.teaser-link {
	color: #01286b;
}
#rightcol a.teaser-link:hover {
	color: #3766ac;
}
#rightcol ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	font-size: 103%;
}
#rightcol li {
    border-bottom: 0;
    margin-bottom: 5px;
	padding-right: 5px;
}
#rightcol a {
	color: #023680;
}
#rightcol a:hover {
	color: #3163ab;
}
#rightcol a.facebook {
	background: transparent url("images/bgno-ic-fb20.png") no-repeat left top;
	padding: 3px 0 2px 25px;
}
#rightcol a.twitter {
	background: transparent url("images/bgno-ic-twtr.png") no-repeat left top;
	padding: 3px 0 2px 25px;
}
#rightcol img {
	vertical-align: middle;
	margin-left: 8px;
}
#rightcol p {
   	margin: 5px;
	margin-bottom: 0px;
	color: #666665;
	font-size: 90%;
}
#rightcol table {
   	margin-top: 0px;
	margin-bottom: 0px;
}
.articlelist-timestamp {
    color: #555554;
    font-size: 85%;
}

/*--- STORE CSS -----------------------------------------------------------------------------------------------------------*/

/*--- STORE CONTENT LIST --------------------------------------------------------------------------------------------------*/

#store-cont {
	float: left;
	width: 490px;
	text-align: left;
	padding: 25px 10px 25px 22px;
}
#store-cont a:hover {
	text-decoration: none;
}
#store-cont-empty {
	width: 65%;
	margin: auto;
	text-align: left;
	float: left;
}
#store-cont table {
	width: 100%;
}
#store-cont table tr {
	padding:1px 0;
}
#store-cont td.item-description {
    background: transparent;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
	text-align: left;
	border-top: 1px solid #999998;
}
#store-cont td.item-description-left {
	font-size: 85%;
	background: transparent;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align: top;
	text-align: left;
	border: none;	/* check that this is needed? */
}
#store-cont ul{
	list-style: square;
	margin: 4px 4px 4px 35px;
	 }
#store-cont ol{
	margin: 4px 4px 4px 35px;
	 }
.store-label-from {	/* The "From " prefix for products with multiple prices */
	display: none;
}

/*--- STORE - RECENT ITEMS ---*/
#recent-items {
	clear: both;
	background: transparent;
}
#recent-items table.rpros{
	background: #fff;
}
.product-container {
	width: 150px;
	text-align: center;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 9px;
	background: transparent;
}
.product-border-float-right, .category-border-float-right, .product-border {
	background:transparent;
	border: 1px solid #999998;
	padding: 4px;
	float: right;
}
.product-border{
	vertical-align: middle;
	float: none;
}
.product-header-left, .product-header-right {padding-top:20px;}

.item-title, .product-header-left, .cat-list-product-code, .bold-hilight {font-weight: bold;}		/* chained items above with identical rule */
.product-header-right {text-align: right;}
.product-option-title {font-style: italic;}

#mag-glass {
	clear: right;
	float: right;
	margin-right: 9px;
	margin-left: 9px;
}
.item-title a {
	margin: 0;
	padding: 9px 9px 0 9px;
	background: transparent;
}
.item-desc {
	font-size: 80%;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	background: transparent;
	vertical-align: top;
}
.item-desc em {
	display: block;
	padding: 0 9px 9px 0;
}
.item-more-info {
	font-size: 85%;
	padding-bottom: 10px;
}

/*--- STORE ITEM GET ---*/
#item-list table{
	background: transparent;
}
#item-list td td.store-cart-border {
	padding:4px 2px 8px 2px;
}
.product-bottom-right {text-align:right;}
.cat-item-container {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 9px;
	background: #fff;
}
.cat-item-title {
	font-weight: bold;
	color: #0094C6;
	margin: 0;
	padding: 9px 9px 0 0px;
	background: transparent;
}
.cat-item-desc {
	margin: 0px;
	padding: 0 9px 0px 0px;
}
.cat-item-code {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
.cat-item-code p {
	margin-right: 6px;
}
.cat-item-code em {
	clear: right;
	display: block;
	margin-top: 9px;
	padding: 0 9px 9px 0;
	background: transparent;
}
#option-choice {
	clear: right;
	padding: 0 9px 9px 0;
	background: transparent;
}
#option-choice table {
	clear: right;
	background: none;
}
#option-choice td {padding:4px 0;}
.cat-product-border {
	margin: 5px 8px 5px 5px;
	padding: 3px;
	border:1px solid #FFFFFF;
	border-bottom-color: #A09D9E;
	border-right-color: #A09D9E;
	background: #F3F3F3;
}
.sub-cat {
	text-align: center;
	font-size: 85%;
	line-height: 1em;
	width: 25%;
	vertical-align: bottom;
}
.sub-cat img{
	padding: 0;
	border: 0;
}
#item-list a.full-detail{
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.price{
	font-family: ariel,verdana;
	font-size:100%;
	font-weight: bold;
	color: #BDBDBF;
	float: right;
	margin-right: 20px;
}
/*--- SHOPPING CART ---*/
.store-cart-image{
	padding: 2px;
}
.store-cart-border {
	border-top: 1px solid #A09D9E;
	padding-top: 8px;
	padding-bottom: 4px;
}
#cart-continue-proceed {
	clear: left;
	margin-top: 5px;
}
span.currency {background: #e1f2ff; text-align:right; padding:2px;}
span.requiredfield {float:left; position:absolute; margin-left:5px; color:#c00;}

/*--- STORE NAV ------------------------------------------------------------------------------------------------------------
Store Nav Bar
.store-cat-depth-2 { display: none; }	these commented out in original...
.store-cat-depth-3 { display: none; }
.store-cat-depth-4 { display: none; }
*/
#store-nav {
	width: 175px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
/*#store-nav h3 {		see rightcol h3 code line 583 */
#store-nav ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0;
}
#store-nav li {
	border-bottom: 1px solid #999998;
    margin-bottom: 0px;
    font-weight: 500;
    padding: 2px 0 2px 5px;
}
#store-nav li.on{
	border-bottom: 1px solid #3766ac;	/* same as link visited colour 		*/
    margin-bottom: 5px;
	background: #EAEAEA;
}
#store-nav p.searchtitle {
	padding-left: 3px;
	margin: 20px 0 5px 3px;
	color: #555554;
	font-weight: bold;
}
/*#store-nav input.searchbox {			see common inputs below		*/


/*--- CORE FORMS ----------------------------------------------------------------------------------------------------------*/

#formtable table {
	width: 100%;
}
#formtable td {
	padding: 5px;
	position: relative;
}
#formtable td.left {
	width: 35%;
}
#formtable input  {
	margin-bottom: 5px;
	padding: 6px 2px;
}
textarea {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
textarea, input, .popup textarea, .popup textarea:focus {
	background: #fafafa;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1) inset;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1) inset;
}
.inputbox, .inputbox-textarea {
	width: 95%;
	margin-bottom: 5px;
	padding: 2px;
	}
.inputbox-textarea {
	height: 200px;
}
/*--- animation ---*/
#cont .inputbox-textarea, #cont select, #cont .inputbox, #cont textarea, #store-nav input.searchbox, input#captcha-code, a {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#cont .inputbox-textarea:focus, #cont select:focus, #cont .inputbox:focus, #cont textarea:focus, #store-nav input.searchbox:focus, input#captcha-code:focus {
	background: #fbf3db;
}

/*--- BUTTONS ---*/

#btnContinue, #btnCheckout, #btnConfirm, #btnUpdate, #formbutton, #subscribe-button, #store-nav input.searchboxbutton, input.button {
	border: 0 none;
	color: #f2f2f2;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	padding: 4px;
}
#formbutton, #subscribe-button, #store-nav input.searchboxbutton {
	width: 120px;
	background: url(images/bgno-unibut120.png) center center;
	padding: 0 0 4px 0;
}
#btnContinue, #btnCheckout, #btnConfirm, #btnUpdate, input.button {
	background: url(images/bgx-unibut.gif) repeat scroll center center #C0BFBF;
	/*min-width: 120px;			check for IE7 issues	*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
}
#formbutton:hover, #subscribe-button:hover, #store-nav input.searchboxbutton:hover  {
	color: #fff;
	background: url(images/bgno-unibut120-on.png) center center;
}
#btnContinue:hover, #btnCheckout:hover, #btnConfirm:hover, #btnUpdate:hover {
	color: #fff;
	background: url(images/bgx-unibut-on.gif) center center;
	}
div.contact-form {
	background: url(images/bgno_twFormSecure.png) no-repeat right bottom;
}
.subscribe-table input, #store-nav input.searchbox {
	width: 160px;
	margin-bottom: 8px;
}
#formtable input, input.searchbox, textarea, #teaser-subscribe input, .store-cart-border input, span.currency {
	border:1px solid #b6b6b6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	padding: 5px;
}
/* IE compatibility for the rule below is non-existant in all IE browsers eccept IE9+ and even then... */

#formtable {
	clear: left;
	margin: 15px 0;
	padding: 10px 20px;
	border-width:1px;
	border-style:solid;
	border-color:#888888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.15),
					0px 0px 20px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.15),
					0px 0px 20px rgba(0,0,0,0.15) inset;
	box-shadow: 	0px 0px 4px rgba(0,0,0,0.15),
					0px 0px 20px rgba(0,0,0,0.15) inset;
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
	background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
	background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
	background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
	background-image: linear-gradient(top, #f2f2f2, #cccccc);
}
div.contact-form {background: url(images/bgno-tw-secure.png) no-repeat right bottom;}

/* removes border around button (check IE7) */
#teaser-subscribe input#subscribe-button, #formtable input#formbutton, input[type="checkbox"] {border:none !important;}

/*--- WIDTH SWITCHER --------------------------------------------------------------------------------------------------*/

/*--- SITE WIDTH FIXED (960px) ---*/

#outer {
	margin:0 auto;
	padding-bottom: 11px;
}
#outer, #hdr, #cont, .turboweb-sig {width:960px;}




/*---------------------- Hide these items ----------------------------------------------------------------------------*/

/* redundant RSS feed links on sidebar H3s [These are legacy elements in the HTML] */
a#event-feed-icon,
a#news-feed-icon {display:none !important;}

.associate-profile-container {clear:both;}
.affiliate-profile.listing {
	width: 305px;
	float: left;
	padding: 20px 5px 0 5px;
}

.affiliate-profile h2 {
	float:left;
	clear: none;
}
.affiliate-profile p {
	clear: left;
}

.affiliate-profile-photo {
	float:right;
	clear: right;
	border: 1px solid #f3f3f3;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 16px 0 0 5px;
}
.affiliate-profile {
	width: 100%;
	float: left;
	padding: 20px 5px 0 5px;
}

/*** Associates ***/

.associate-profile.listing {
	width: 290px;
	float: left;
	padding: 20px 20px 0 0px;
	min-height: 200px;
}

.associate-profile h2 {
	float:left;
	clear: none;
}

.associate-profile p {
	clear: left;
}

.associate-profile-photo {
	float:right;
	clear: right;
	border: 1px solid #f3f3f3;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 16px 0 0 5px;
}

.associate-profile {
	width: 100%;
	float: left;
	padding: 20px 5px 0 5px;
}


/* -- Case Studies -- */
.casestudy-profile .section-content {
	display: none;
}
.section {
	padding: 0 0 0 40px;
	margin-left: 15px;
	background: transparent url(images/zoom.png) top left no-repeat;
	}

.section h2 {
	font-style: italic;
	font-weight: 400;
	padding: 0 0 0 0;
}


/* -- Articles -- */
.article-category {

	width: 305px;
	float: left;
	padding: 20px 5px 0 5px;
}

#cont #left-cont h3{
	border-bottom: 1px dotted #444443;
}
