/*	Vanilla AO Stylesheet 

	November 2010

	Vanilla is built on the 960 Grid System
	The 960 Grid System is an effort to streamline web development workflow 
	by providing commonly used dimensions, based on a width of 960 pixels.

	The 12-column grid is divided into portions that are 60 pixels wide.
	10 pixel margins, 20 pixel gutter.*/

/* Colour Swatches */

/* #eeeeee;
	#c2c2c2;
	#999999;
	#626262;
	#1b1b1b;
*/

/*Yahoo Reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
	
	
div, span, ul, li, p, a, ol, form, fieldset {
	overflow: hidden;
}

.bb-nav-container, .bb-nav-container div, .bb-nav-container ul, .bb-nav-container li, .bb-nav-container p{
	overflow: visible;
}

.bb-top, .bb-bottom{
	height: 0px;
}
	
	
/*Global Reset*/

html {
	
	width: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #1b1b1b;
	line-height: 18px;
	background-color: white;
	width: 100%;
}

.bb-furniture-container{
	display: none;
}

img {
	border: none;
}

p {
	color: #222d37;
	font-size: 1.4em;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 18px;

}


p {
	line-height: 18px;
	font-size: 14px;
}

a {
	color: #1b1b1b;
	text-decoration: none;
}

a:link, a:visited {
	color: #1b1b1b;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Myriad Pro, Helvetica, Tahoma, Arial, Verdana, Sans;
	font-size: 6.3em;
	line-height: 72px;
	color: #1c2125;
	margin-bottom: 18px;
}

h2 {
	font-family: Myriad Pro, Helvetica, Tahoma, Arial, Verdana, Sans;
	font-size: 3em;
	line-height: 36px;
	color: #ce5700;
	margin-bottom: 18px;
	font-weight: bold;
}

h3 {
	font-family: Myriad Pro, Helvetica, Tahoma, Arial, Verdana, Sans;
	font-size: 2em;
	line-height: 18px;
	font-weight: bold;
	color: #ce5700;
	margin-bottom: 3px;
	
}

h4 {
	font-family: Myriad Pro, Helvetica, Tahoma, Arial, Verdana, Sans;
	font-size: 1.8em;
	line-height: 18px;
	color: #1c2125;
	margin-bottom: 0px;
	font-weight: bold;

}

h5{
	font-family: Myriad Pro, Helvetica, Tahoma, Arial, Verdana, Sans;
	font-size: 1.8em;
	line-height: 18px;
	color: #1b1b1b;
	margin-bottom: 18px;
}



h6 {
	font-family: georgia, serif;
	font-size: 1.4em;
	line-height: 20px;
	font-style: italic;
	color: #1b1b1b;
	margin-bottom: 20px;
}


ul {
	margin: 0;
}

ul li {
	list-style-type: none;
	padding: 0;
}

strong {
	
	font-weight: bold;

}

blockquote{
	font-size: 1.8em;
	line-height: 20px;
	padding-left: 40px;
	margin-left: 80px;
	padding-right: 160px;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(resource/blockQuotes.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* GET SOME TABLES UP IN HERE */

table{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid #999999;
	
}

thead, th{
	background-color: #1b1b1b;
	color: #eeeeee;
	height: 20px;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

tr{
	border-top: 1px solid #999999;
}

/* END TABLES STYLE */



/* START FORM STYLIN' YO */

fieldset {
	border: none;
}

form{
	overflow: hidden;

}

.bb-form-container form{
	padding-left: 80px;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 40px;

	width: 620px;
	margin: 0 auto;
}

fieldset{
	overflow: hidden;
}

legend{
	font-size: 13px;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	display: none;
}

form fieldset ul li div{
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

form fieldset ul li.bb-richcontent div{
	margin: auto;
}

input, select, textarea{
	float: left;
	clear: both;

}

label{
	float: left;
	clear: right;
	font-size: 13px;
}

input[type="text"], select, textarea{
	display: block;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 14px;
	width: 600px;
	border: none;
	border: 1px solid #999999;
	margin-bottom: 18px;
	border: 1px solid #999999;
}

select{
	width: 298px;
}

input[type="radio"], input[type="checkbox"]{
	display: block;
	margin-right: 5px;
	height: 18px;
	clear: none;
}

.bb-field-verification{
	width: 620px;
}

.bb-field-verification div{
	width: 620px;
}

.bb-field-verification input{
	width: 480px;
	clear: right;
	float: right;
}

.bb-field-verification p{
	float: left;
	height: 36px;

}

input[type="image"]{
	float: right;
}

/* END FORM STYLIN' */


.bb-imgholder span, .bb-imgholder span a, .bb-imgholder span a img{
	display: block;
}

/*Clearfix*/
.bb-clearfix {
	clear: both;
	display: block;	
}

/*Container*/
.bb-site-container{
	display: block;
	width: 100%;
	margin: 0 auto !important;
	position: relative;
	z-index: 20;
	background-color: white;
}

/*Header Style*/

.bb-masthead-container{
	background: #0d0e0f;
}

.bb-masthead {
	height: 46px;
	display: block;
	width: 960px;
	margin: 0 auto;
}

/*Logo*/
.bb-logo {
	display: none;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}

/*Top Links Styling*/
.bb-ecommerce-login {
	display: none;
/* 	float: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 40px; */
}

.bb-btn-login {
	color: #ffffff !important;
	margin-right: 20px;
}

.bb-btn-login:hover {
	color: #1b1b1b !important;
}

.bb-btn-register {
	color: #ffffff !important;
	margin-right: 20px;
}

.bb-btn-register:hover {
	color: #1b1b1b !important;
}

.bb-btn-cart {
	color: #ffffff !important;
}

.bb-btn-cart:hover {
	color: #1b1b1b !important;
}

.bb-form-currency {
	display: none;
}

/*Search Styling*/
.bb-search-container {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 210px;
	background-color: white;
	border-radius: 10px;
	position: relative;
	z-index: 100;
	padding-left: 10px;
}

.bb-search-container fieldset{
	width: 220px;
}

.bb-search-container input[type="text"] {
	display: block;
	float: left;
	width: 150px;
	font-size: 14px;
	color: #626262;
	clear: none;
	padding-bottom: 0px;
	border: none;
	background-color: white;
	line-height: 26px;
	height: 26px;
	padding-top: 0px;
	margin: 0px;
	margin-top: 0px;
	padding-bottom: 0px;


	
	
}

.bb-search-container input.bb-btn  {
	background: none;
	margin-right: 0;
	width: auto;
	height: auto;
	padding: 0;
	clear: none;
	width: 16px;
	margin-top: 4px;
	margin-right: 14px;
}

#searchForm fieldset > legend {
	display: none;
}

#searchForm fieldset > label {
	display: none;
}

/*Nav Styling*/
.bb-nav-container {
	width: 960px;
	height: 36px;
	background: transparent;
	margin: 0 auto;
	margin-top: -36px;

}

.bb-nav {
	position: relative;
	height: 36px;
	z-index: 99;
}

.bb-nav ul li {
	float: left;

}



.bb-nav ul li a {
	color: white !important;
	float: left;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
}




.bb-nav .bb-selected  {
	background: #1b1b1b;
	color: #eeeeee !important;
	text-shadow: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
/* 
.bb-nav ul li a:hover {
	background: #1b1b1b;
	color: #eeeeee !important;
	text-shadow: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
} */




/*Top Feature Style*/
.bb-sidebar-container {
	width: 100%;
	height: 378px;
	background-color: #1e2327;
	background-image: url(resource/headerBgTile.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
}

.folder-1 .bb-sidebar-one {
	width: 960px;
	margin: 0 auto;
	height: auto;
	position: relative;

}

#tourBadge{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 20;
}

#tourBadge a{
	display: block;
}

li#dynnavpage-0  {
	background: url(resource/nav_arrow.png) no-repeat center top;
}


.bb-login-container {
	display: none;
}


.folder-1 .bb-richcontent h1 {
	text-align: center;
	margin-top: 20px;
}

.bb-richcontent h1 span {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}



.folder-1 .bb-breadcrumb {
	 display: none;
}

.folder-1 .bb-hero-container{
	display: none;
}

/* START PAGE TOOLS COMPONENT */

.folder-1 .bb-page-tools{
	margin-top: 20px;
	margin-right: 10px;

}

.folder-1 .bb-sitetools-container{
	display: none;
}

.bb-sitetools-container .bb-article .bb-page-tools{
	display: block;
	width: 380px;
	float: right;
}

.bb-sitetools-container .bb-article .bb-page-tools a{
	float: right;
	margin-left: 20px;
}

.bb-sitetools-container .bb-article .bb-page-tools a img{
	margin-left: 5px;
}

/* END PAGE TOOLS COMPONENT */


.folder-1 .bb-btn-container.bb-btn-all  {
	margin-left: 20px !important;
	margin-top: 20px !important;

}




.bb-content-container  {
	width: 100%;
	margin: 0 auto;
	position: relative;
	

}

.bb-content{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.bb-hh-container{
	position: absolute;
	top: 0px;
}

.bb-hh-container > .bb-mid{
	width: 960px;
	overflow-x: scroll;
	margin-bottom: -20px;
	
}

.bb-hh-container .tabs-nav{
	display: none;
}

.bb-hh-container .tabs-container h3{
	display: none;
}

.bb-hh-container .bb-btn-container{
	display: none;
}

.bb-hh-container .bb-price-container{
	display: none;
}

.bb-hh-container .bb-membership-duration{
	display: none;
}

.bb-hh-container ul{
	float: left;
	width: auto;
}

.bb-hh-container ul li{
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;

	margin-top: 0px;
	margin-bottom: 18px;
	float: left;
	height: 288px;
}

#bb-hh {
	width: auto;
}

.bb-hh-container .tabs-container{
	width: auto;
	float: left;
}

.scrollButtons{
	position: absolute;
	top: 126px;
}

.left{
	left: -20px;
}

.right{
	right: -20px;
}

.bb-hh-container .bb-imgholder {
	border: 1px solid #cccccc;
}

.bb-hh-container .bb-article{
	padding-top: 18px;
}

.bb-hh-container .bb-article h4{
	font-size: 18px;
	margin-bottom: 2px;
}

.bb-hh-container .bb-article a, #techTable div a{
	color: #CE5700;
	font-weight: bold;
	display: block;
	font-size: 14px;
}



/* .bb-hh-container{
	background: none repeat scroll 0 0 #c2c2c2;
	display: block;
	height: 300px;
	margin: 20px auto;
	overflow: hidden;
	width: 940px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(http://trial10.sites.onlinenow.com.au/static/9/1/c592e399e3fc694bf212b3786175d4ff);
	
}


#bb-hh{
	width: 960px;
}

.tabs-nav a {
	color: #eeeeee !important;

}

#bb-hh ul li {
	float: left;
	width: 270px;
	display: block;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;

}

#bb-hh h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	display: none;
}


ul.tabs-nav{
	width: 960px;
	background-color: #626262;
	height: 40px;
	text-align: center;

}

#bb-hh ul.tabs-nav li{
	display: block;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
		position: relative;
	z-index: 1;
}

#bb-hh ul.tabs-nav li.tabs-selected{
	background-image: url(resource/tabsNavArrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.tabs-container{
	border-top: 1px solid #eeeeee;
	position: relative;
	z-index: 0;
	margin-top: -1px;
}

.tabs-hide{
	display: none;
} */



.folder-1 .bb-block-poll {
	width: 960px;
	display: block;
}

.folder-1 .bb-random ul {
	width: 220px;
	display: inline-block;
}


.bb-seo-links-container {
	/* background: #1b1b1b; */
	/* height: 200px; */
}


.bb-newsletter-container {
	/* background: #1b1b1b; */

}

.bb-footer-container {
	/* background: #1b1b1b; */
	height: 100px;
}


#ex1, #ex2, #ex4 {
	display: none;

}



.folder-1 .bb-random-container {
	width: 960px;
	height: 265px;

}

.bb-random {
	

}


.folder-1 .bb-random p {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
}

.folder-1 .bb-random h3 {
	
	
	color: #ffffff;

}


/* FOOTER STYLES */

.bb-seo-links-container{
	width: 100%;
	background-color: #1f2328;
	background-image: url(resource/footerBgTile.jpg);
	background-repeat: repeat-x;
	padding-bottom: 18px;
	
}

.bb-seo-links-container .bb-mid{
	width: 960px;
	margin: 0 auto;
}

.bb-seo-links-container .bb-mid > ul li{
	margin-top: 40px;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	float:left;
	color: white;
}

.bb-seo-links-container h4 a{
	color: inherit;
	color: white;
	
}
.bb-seo-links-container p{
	font-size: 12px;
}

.bb-seo-links-container p{
	color: white;
}

.bb-seo-links-container p a{
	color: #c15201;
	font-weight: bold;
	
}

.bb-seo-links-container h4 {
	margin-top: 0px;
	margin-bottom: 18px;
}

.bb-seo-links-container *{
	color: inherit;
}

/* BEGIN SEO LINKS */


/* END SEO LINKS */

/* BEGIN NEWSLETTER SIGNUP */

#newsletterForm legend{
	display: none;
}

#newsletterForm label[for="bb-newsletter-email"]{
	display: block;
	font-size: 1.8em;
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #eeeeee;
	margin-bottom: 20px;
}

#newsletterForm input[type="image"]{
	float: right;
	width: 121px;
	height: 43px;
	clear: none;
}

.bb-subscription{
	float: left;
	width: 160px;
	clear: none;
	margin-top: -40px;
}

.bb-subscription input[type="radio"]{
	clear: left;

}

.bb-subscription label{
	clear: right;
}

.bb-footer-container *{
	float: right;
	text-align: right;
	clear: both;
	color: #eeeeee,
}

.bb-footer-container p, .bb-footer-container  p a{
	color: #eeeeee;
}

.bb-footer-copyright{
		display: block;
	font-size: 1.8em;
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #eeeeee;
	margin-bottom: 20px;
}


.folder-1 .bb-poll-container {
	display: none;
}


/* QUICKPAGE STYLES */

/* SITETOOLS COMPONENT */

/*START BREADCRUMB COMPONENT */

.bb-sitetools-container .bb-article .bb-breadcrumb{
	display: block;
	width: 460px;
	float: left;
	margin-left: 10px;
}

.bb-sitetools-container .bb-article .bb-breadcrumb a{
	display: inline-block;
	padding-right: 15px;
	margin-right: 5px;
	background-image: url(resource/arrowSmall.png);
	background-position: right;
	background-repeat: no-repeat;
}

/* END BREADCRUMBS COMPONENT */

/* START PAGE TOOLS COMPONENT */

.bb-sitetools-container .bb-article .bb-page-tools{
	display: block;
	width: 380px;
	float: right;
}

.bb-sitetools-container .bb-article .bb-rss{
	display: block;
	width: 80px;
	float: right;
}

.bb-sitetools-container .bb-article .bb-page-tools a{
	float: right;
	margin-left: 20px;
}

.bb-sitetools-container .bb-article .bb-rss a{
	float: right;
	margin-left: 20px;
}


.bb-sitetools-container .bb-article .bb-page-tools a img{
	margin-left: 5px;
}

/* END PAGE TOOLS COMPONENT */

/* END SITETOOLS COMPONENT */

.folder-1 .bb-content-container{
	margin-top: 0px;
}



/* .bb-content-container .bb-lhs{
	width: 230px;
	float: left;
	margin-right: 20px;
} */

/* START SUBNAV COMPONENT */


/* .bb-content-container .bb-lhs .bb-subnav-container .bb-mid{
	width: 230px;
	background-color: #1b1b1b;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	behavior: url(on_local_resource/stylesheets/resource/PIE.htc); 
	
}

.bb-content-container .bb-lhs .bb-subnav-container .bb-mid ul li{
	display: block;
	padding-bottom: 20px;
}

.bb-content-container .bb-lhs .bb-subnav-container .bb-mid ul li a{
	color: #eeeeee;
	display: block;

	margin-left: 20px;
	text-shadow: 0px 1px 0px black;
}

.bb-content-container .bb-lhs .bb-subnav-container .bb-mid ul li.bb-subnav-parent a{

	font-family: georgia, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 40px;
	margin-left: 10px;
	color: #eeeeee;
	
}

.bb-content-container .bb-lhs .bb-subnav-container .bb-mid ul li a:hover{
	color: #999999;
} */

/* END SUBNAV COMPONENT */

.bb-content-container .bb-rhs{

}


/* START SOCIAL BOOKMARKS */

.bb-bookmarks a{
	display: inline-block;
	margin-right: 10px;
}

/* END SOCIAL BOOKMARKS */

.bb-header-container{
	position: relative;
	top: -140px;
	margin-bottom: -60px;
	
}

.bb-header{
	padding: 20px;
	padding-left: 10px;
	background-color: #1b1b1b;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	behavior: url(on_local_resource/stylesheets/resource/PIE.htc); 
	width: auto;
	display: block;
	float: left

}

.bb-header h2{
	display: block;
	float: left;
	color: white;
	margin-bottom: 0px;
	width: auto;
}






.bb-content-container .bb-rhs .bb-extrabar{
	width: 730px;
}

.bb-extrabar .bb-random-container{
	margin-top: 19px;
	border-top: 1px solid #1b1b1b;
}

.bb-content-container .bb-rhs .bb-extrabar ul li{
	width: 220px;
	display: block;
	vertical-align: top;
	padding-right: 20px;
	float: left;
	height: 320px;
	overflow: hidden;
	margin-top: 20px;
}

.bb-content-container .bb-rhs .bb-extrabar h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

.bb-content-container .bb-rhs .bb-extrabar h4, .bb-content-container .bb-rhs .bb-extrabar h4 a span{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

.bb-content-container .bb-rhs .bb-extrabar .bb-imgholder{
	margin-bottom: 10px;
}

/* .bb-content-container .bb-rhs .bb-extrabar .bb-from-category em, .bb-content-container .bb-rhs .bb-extrabar .bb-from-category ul, .bb-content-container .bb-rhs .bb-extrabar .bb-from-category ul li{
		display: inline;
		width: auto;
		height: auto;
} */

.bb-content-container .bb-rhs .bb-extrabar .bb-from-category em, .bb-content-container .bb-rhs .bb-extrabar .bb-from-category ul, .bb-content-container .bb-rhs .bb-extrabar .bb-from-category ul li{
		display: block;
		width: auto;
		height: auto;
		float: left;
		margin: 0px;
		padding: 0px;
		margin-right: 5px;
}

.bb-content-container .bb-rhs .bb-extrabar .bb-from-category em{
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.bb-content-container .bb-rhs .bb-extrabar .bb-from-category ul li a, .bb-content-container .bb-rhs .bb-extrabar div p{
	font-size: 12px;
}

.bb-content-container .bb-rhs .bb-extrabar .bb-price-container, .bb-content-container .bb-rhs .bb-extrabar .bb-quantity p, .bb-content-container .bb-rhs .bb-extrabar .bb-subheading{
	line-height: 20px;
	display: none;
}

.folder-1 .bb-subheading, .folder-1 .bb-from-category {
	display: none !important;

}

.folder-1 .bb-breadcrumb {
	display: none !important;

}

.title{
	font-weight: bold;
	color: #1b1b1b;
}

.bb-content-container .bb-rhs .bb-extrabar .bb-btn-container, .bb-content-container .bb-rhs .bb-extrabar .bb-btn-container span em{
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	
}

.bb-content-container .bb-rhs .bb-extrabar .bb-btn-container a{
	display: block;
}

.bb-content-container .bb-rhs .bb-extrabar .bb-poll-container{
	margin-top: 20px;
	border-top: 1px solid #1b1b1b;
	padding-top: 19px;
}

.bb-form-category{
	padding-top: 20px;
	border-top: 1px solid #999999;
	margin-top: 39px;
}

.bb-form-category .bb-mid ul {
	background-color: #1b1b1b;
	padding-top: 10px;
	padding-bottom: 10px;

}

.bb-form-category .bb-mid ul li, .bb-item-links .bb-mid ul li{
	display: inline-block;
	color: #eeeeee;
	margin-left: 15px;
	margin-right: 15px;
	width: auto!important;

}

.bb-form-category .bb-mid ul li a, .bb-item-links .bb-mid ul li a, .bb-form-category .bb-mid ul li a span, .bb-item-links .bb-mid ul li a span{
	color: #eeeeee;
	width: auto!important;
	
}

.bb-item-links .bb-mid ul{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #626262;
}

.bb-list{
	margin-top: 20px;
}

/* .bb-list ul{
	width: 730px;
} */
.bb-list ul li{
	width: 220px;
	display: block;
	margin-right: 20px;
	vertical-align: top;
	margin-top: 20px;
	float: left;
	height: 320px;
	overflow: hidden;
}


.bb-content-container .bb-rhs .bb-list h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

.bb-content-container .bb-rhs .bb-list h4, .bb-content-container .bb-rhs .bb-list h4 a span{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

.bb-content-container .bb-rhs .bb-list .bb-imgholder, .bb-content-container .bb-rhs .bb-extrabar .bb-imgholder , .bb-content-container .bb-rhs .bb-featured .bb-imgholder{
	margin-bottom: 10px;
	width: 220px;
	height: 165px;
	background-color: #999999;
	overflow: hidden;
}

.bb-content-container .bb-rhs .bb-list .bb-from-category em, .bb-content-container .bb-rhs .bb-list .bb-from-category ul, .bb-content-container .bb-rhs .bb-list .bb-from-category ul li{
		display: inline;
		width: auto;
}

.bb-content-container .bb-rhs .bb-list .bb-from-category em{
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.bb-content-container .bb-rhs .bb-list .bb-from-category ul li{
	float: none;
}

.bb-content-container .bb-rhs .bb-list .bb-from-category ul li a, .bb-content-container .bb-rhs .bb-list div p{
	font-size: 12px;
}

.bb-content-container .bb-rhs .bb-list .bb-quantity .bb-multiple .title{
	font-weight: normal;
	color: #626262;
}


.title{
	font-weight: bold;
	color: #1b1b1b;
}

.bb-content-container .bb-rhs .bb-list .bb-btn-container, .bb-content-container .bb-rhs .bb-list .bb-btn-container span em{
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	
}

.bb-content-container .bb-rhs .bb-list .bb-btn-container a{
	display: block;
}

.bb-content-container .bb-rhs .bb-list .bb-poll-container{
	margin-top: 20px;
	border-top: 1px solid #1b1b1b;
	padding-top: 19px;
}

.bb-content-container .bb-rhs .bb-list .bb-article{
	position: relative;
	width: 220px;
}

.bb-content-container .bb-rhs .bb-list .bb-article form{

	clear: both;
	float: left;
	width: 220px;
}
.bb-content-container .bb-rhs .bb-list .bb-article form fieldset{
	float: right;
		margin-top: 20px;
}

.bb-content-container .bb-rhs .bb-list .bb-article form fieldset.bb-product-quantity{
	float: left;
}

.bb-content-container .bb-rhs .bb-list .bb-article form fieldset #donation_amount{
	float: left;
	clear: left;
}



.bb-content-container .bb-rhs .bb-list .bb-article form fieldset input[type="text"]{
	width: 60px;
}




.bb-content-container .bb-rhs .bb-list .bb-article form fieldset legend{
	display: none;
}

.folder-10 .bb-content-container .bb-rhs .bb-maincontent .bb-list ul li{
	height: 420px;
}

.folder-10 .bb-content-container .bb-rhs .bb-list .bb-article h4, .folder-10 .bb-content-container .bb-rhs .bb-list .bb-article div, .folder-10 .bb-content-container .bb-rhs .bb-list .bb-article p{
	width: 140px;
	float: left;
	max-height: 100px;
}






.bb-content-container .bb-rhs .bb-list .bb-article .bb-quantity, .bb-content-container .bb-rhs .bb-list .bb-article .bb-quantity p{
	width: 220px;
	clear: both;
}

.bb-content-container .bb-rhs .bb-list .bb-article .bb-price-container{
	float: none;
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	width: 80px;
}

.bb-content-container .bb-rhs .bb-list .bb-article .bb-price-container span{
	float: right;
	clear: both;
}

.bb-content-container .bb-rhs .bb-list .bb-article .bb-price-container .title{
	display: none;
}

.bb-content-container .bb-rhs .bb-list .bb-article ul{
	width: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.bb-content-container .bb-rhs .bb-list .bb-article ul li{
	margin-top: 0px;
}

.bb-quantity ul li span em.title{
	display: block;
	float: left;
	width: 60px;
}

.bb-quantity ul li span em{
	width: 140px;
}

.bb-content-container .bb-rhs .bb-list .bb-article .bb-quantity{
	margin-top: 20px;
	clear: both;
}

.bb-content-container .bb-rhs .bb-list .bb-article .bb-product-options{
	width: 220px;
	float: left;
	clear: both;
}

.bb-content-container .bb-rhs .bb-list .bb-article .bb-product-options label{
	width: 60px;
	margin-right: 20px;
	font-size: 13px;
}

.bb-content-container .bb-rhs .bb-list .bb-article .bb-product-options input, .bb-content-container .bb-rhs .bb-list .bb-article .bb-product-options select{
	width: 140px;
}


/* STORE DETAIL */

.bb-articledetail{
	position: relative;
}

.bb-productcatalogue-detail p {
	width: 380px;
}

.bb-productcatalogue-detail .bb-articledetail{
	min-height: 420px;
}

.bb-productcatalogue-detail .bb-wrapper{
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}


.bb-productcatalogue-detail .bb-price-container span{
	float: left;
	clear: both;
}

.bb-productcatalogue-detail .bb-price-container .bb-price .title{
	display: none;
}

.bb-productcatalogue-detail .bb-price-container .bb-price em {
	font-size: 24px;
	font-family: georgia, serifl;
	font-weight: bold;
	font-style: italic;
	color: #1b1b1b;
	display: block;
	line-height: 40px;
}

.bb-productcatalogue-detail fieldset legend{
	display: none;
}

.bb-productcatalogue-detail .bb-product-options{
	margin-top: 20px;
}

.bb-productcatalogue-detail .bb-product-options legend{
	display: block;
}

.bb-productcatalogue-detail .bb-product-quantity legend{
	display: block;
}

.bb-product-nav-container div{
	float: left;
	margin-right: 10px;
	font-size: 13px;
}

/* CHECKOUT (THE) STYLES */

.folder-0 .bb-rhs{
	width: 100%;
}

.folder-0 .bb-bookmarks{
	margin-left: 10px;
	display: none;
}

.folder-0 .bb-form-cart, .folder-0 .bb-form-orderconfirmation{
	margin-top: 20px;
	width: 960px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	

}

.bb-form-cart form, .folder-0 .bb-form-orderconfirmation form{
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	
}

.folder-0 .bb-form-container form{
	margin-bottom: 20px;
}

.folder-0 .bb-form-container{
	float: right;
	clear: right;
	width: 540px;
	margin-right: 160px;
}

.bb-form-cart .short{
	width: 80px;
}

.folder-0 .bb-content-container .bb-rhs .bb-extrabar{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

/* ACCOUNT STUFF */


.bb-extranav{
	width: 230px;
	float: left;
}

.bb-extranav .mid{
	width: 230px;
	background-color: #1b1b1b;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	behavior: url(static/9/1/c592e399e3fc694bf212b3786175d4ff/PIE.htc); 
	
}

.bb-extranav .mid ul li{
	display: block;
	padding-bottom: 20px;
}

.bb-extranav .mid ul li a{
	color: #eeeeee;
	display: block;

	margin-left: 20px;
	text-shadow: 0px 1px 0px black;
}

.bb-extranav .mid ul li.bb-selected a{

	font-family: georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 40px;
	margin-left: 10px;
	color: #eeeeee;
	
}

.bb-extranav .mid ul li a:hover{
	color: #999999;
}

.bb-form-selectshippingaddress form, .bb-form-shippingaddressbook form{
	width: auto;
	padding: 0px;
	margin: 0px;
	background: none;
}

.bb-form-selectshippingaddress td, .bb-form-shippingaddressbook td{
	width: 120px;
	padding-right: 20px;
}

.bb-form-selectshippingaddress input[type="image"], .bb-form-shippingaddressbook input[type="image"]{
	float: left;
	margin-top: 20px;
}

.bb-form-table form{
	padding: 0px;
	width: auto;
	background: none;
}


/* CALENDAR STYLES */

.bb-calendar-content{
	width: 220px;
	margin-left: 10px;
}

.bb-calendar-content select{
	width: 218px;
}




















/* DETAIL PAGES STYLE */

.bb-detail-container .bb-from-category{
	margin-bottom: 20px;
}

.bb-detail-container .bb-from-category em, .bb-detail-container .bb-from-category ul, .bb-detail-container .bb-from-category ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

.bb-detail-container .bb-from-category em{
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
}

.bb-articledetail{
	margin-top: 20px;
}

.bb-btn-back{

	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
}


/* EVENTS STYLE YO */

.bb-random-events .bb-subheading em.title, .bb-events-list .bb-subheading em.title{
	font-size: 14px;
	float: left;
	clear: left;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
}

.bb-random-events .bb-subheading em, .bb-events-list .bb-subheading em{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #1b1b1b;
	float: left;
	clear: right;
	margin-right: 5px;
}

.bb-events-detail .bb-subheading em.title{
	float: left;
	clear: left;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
}

.bb-events-detail .bb-subheading em{
	font-size: 24px;
	line-height: 40px;
	float: left;
	clear: right;
	margin-right: 5px;
	color: #1b1b1b;
}

.bb-events-detail .bb-subheading{
	margin-bottom: 20px;
}

/* THESE HERE BE BLOG STYLES */

.bb-blog-list .bb-list ul li{

	width: 540px;
	clear: both;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999

}

.bb-content-container .bb-rhs .bb-blog-list .bb-list .bb-article{
	width: 540px;
}

.bb-blog-list .bb-list ul li .bb-article h4, .bb-blog-list .bb-list ul li .bb-article div, .bb-blog-list .bb-list ul li .bb-article div p{
	width: 540px;
}

/* COMMENT STYLES */

.bb-feedback-list .bb-list ul li{
	width: 540px;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
	margin-bottom: 19px;
}

.bb-feedback-list .bb-list ul li h5 .bb-subheading{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}



.ui-datepicker-current-day{
	background-color: #999999;
}

.ui-datepicker-today{
	background-color: #1b1b1b;
	
}

.ui-datepicker-today a{
	color: white;
}

#filterTokenForm{
	margin-top: 20px;
}



/* DIGITAL DELIVERY  */

.folder-23 .bb-content-container .bb-rhs .bb-list .bb-article p.bb-membership-duration{
	display: none;
}

.folder-23 .bb-content-container .bb-rhs .bb-list .bb-article h4, .folder-23 .bb-content-container .bb-rhs .bb-list .bb-article div, .folder-23 .bb-content-container .bb-rhs .bb-list .bb-article p{
	width: 140px;
	float: left;
	max-height: 100px;
}

.folder-23 .bb-content-container .bb-rhs .bb-list .bb-imgholder, .bb-content-container .bb-rhs .bb-extrabar .bb-imgholder, .bb-content-container .bb-rhs .bb-featured .bb-imgholder{
	width: auto;
	height: auto;
	background: transparent;
}

.folder-23 .bb-content-container .bb-rhs .bb-list .bb-article form fieldset {
	float: left;
}

.folder-23 input[type="image"]{
	float: left;
}

/* MEMBERSHIP PAGE */

.folder-22 .bb-content-container .bb-rhs .bb-list .bb-article form fieldset {
	float: left;
}

.folder-22 input[type="image"]{
	float: left;
}

.folder-22 .bb-content-container .bb-rhs .bb-maincontent .bb-list ul li{
	height: 420px;
}

.folder-22 .bb-content-container .bb-rhs .bb-list .bb-article h4, .folder-22 .bb-content-container .bb-rhs .bb-list .bb-article div, .folder-22 .bb-content-container .bb-rhs .bb-list .bb-article p{
	width: 140px;
	float: left;
	max-height: 100px;
}

.folder-22 .bb-content-container .bb-rhs .bb-list .bb-article p.bb-membership-duration{
	width: 220px;
}

/* DONATIONS PAGE */

.folder-24 .bb-content-container .bb-rhs .bb-list .bb-article form fieldset div{
	width: 220px;
}

.folder-24 .bb-content-container .bb-rhs .bb-maincontent .bb-list ul li{
	height: 420px;
}

.folder-24 .bb-content-container .bb-rhs .bb-list .bb-article h4, .folder-24 .bb-content-container .bb-rhs .bb-list .bb-article div, .folder-24 .bb-content-container .bb-rhs .bb-list .bb-article p{
	width: 140px;
	float: left;
	max-height: 100px;
}

/* FEED READER PAGE */

.bb-rssfeed-list .bb-list ul li, .bb-content-container .bb-rssfeed-list .bb-list ul li .bb-article, .bb-rssfeed-list .bb-list ul li .bb-article h4, .bb-rssfeed-list .bb-list ul li .bb-article div, .bb-rssfeed-list .bb-list ul li .bb-article div p{
	width: 540px;
	height: auto;
}

.bb-rssfeed-list .bb-list ul li img{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* POLLS */

.bb-content-container .bb-rhs .bb-extrabar .bb-poll ul li{
	height: auto;
}

.bb-content-container .bb-rhs .bb-extrabar .bb-poll ul li input[type="image"]{
	float: left;
}



.bb-richcontent-container{
	width: 100%;
	background-color: #e4eaf0;
	
}

.bb-richcontent{
	width: 100%;
	margin: 0 auto;

}




/* HOMEPAGE ICONS */
#homepageLayout{


}

#questions{

	padding-top: 36px;
}

#questions, #icons{
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

#icons{
	position: relative;
	top: -71px;
	
}

#iconsWrapper{
	background-color: white;
	margin-top: 54px;
	overflow: visible;
	background-image: url(resource/divider.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#questionsWrapper{
	background-color: #e4eaf0;
	padding-bottom: 36px;
}

#questions div{
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#icons div{
	width: 240px;
	float: left;
}

#icons div h3, #icons div p{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}


.bb-sidebar-two{
	padding-top: 36px;
	background-image: url(resource/divider.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 285px;
}

#homePageButtons #spotlight{
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(resource/spotlightBg.png);
	background-repeat: no-repeat;
	display: block;
}

#homePageButtons #spotlight p{
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: white;
	font-size: 14px;
	margin-top: 18px;
	display: block;
}

#homePageButtons #buttons a{
	float: left;
}
 

.bb-newsletter-container{
	display: none;
}

.bb-footer-container{
	display: none;
}


.bb-subnav-container {
	display: none;
}

.bb-sitetools-container{
	display: none;
}

.bb-header-container{
	display: none;
}

.bb-bookmarks{
	display: none;
}

.bb-hero-container{
	width: 100%;
	height: 126px;
	background-image: url(resource/heroBgTile.jpg);
	background-repeat: repeat-x;
}

.bb-heroimage{
	width: 960px;
	margin: 0 auto;
}

.bb-extrabar{
	display: none;
}



.folder-1 .bb-content-container{
	padding-bottom: 21px;
	background-image: none;
}

.bb-content-container{
	margin-top: 36px;
	padding-bottom: 180px;
	background-image: url(resource/bannerBgTile.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


.bb-lhs{
	position: absolute;
	bottom: -180px;
	width: 960px;
	height: 180px;
}

.bb-sidebar-three{
	width: 960px;
	height: 162px;
	padding-top: 18px;
	position: relative;
}

#bannerBadge{
	position: absolute;
	right: 0;
	top: 0;
}

.bb-sidebar-three h3{
	font-size: 36px;
	line-height: 36px;
	width: 840px;
	padding-left: 60px;
	padding-right: 60px;
	color: #ce5700;
	text-align: center;
	margin-top: 18px;
}

.bb-sidebar-three p{
	font-size: 30px;
	line-height: 36px;
	width: 840px;
	padding-left: 60px;
	padding-right: 60px;
	color: #232e37;
	text-align: center;
	font-weight: normal;
}

#aboutTable div{
	width: 460px;
	float: left;
	padding-bottom: 18px;
	padding-top: 18px;
}

#aboutTable .left{
	margin-right: 20px;
}

#aboutTable div img{
	margin-right: 8px;
	float: left;
}

.bb-rhs .bb-maincontent{
	margin-top: 18px;
	margin-bottom: 36px;
}







#tourNav{
	width: 100%;

	background-image: url(resource/divider.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 18px;

	
}

#tourNav li{
	
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 14px;
}

#tourNav li.selected a{
	font-weight: bold;
}

#tourNav li a{
	color: #222D37;
}



/* TOUR STYLES */

#tourViewport, #tourContainer{
	overflow: visible;
}

#tourViewport{
	width: 960px;
	height: 648px;
	overflow-y: hidden;
	overflow-x: scroll;
	padding-top: 216px;
	margin-top: -162px;
	margin-bottom: -20px;
	float: left;
	clear: both;

}

#tourContainer{
	width: 3840px;
	height: 648px;
}

.tourPanel{
	width: 960px;
	height: 648px;
	float: left;
}

.tourPanel h5{
	font-size: 24px;
	line-height: 36px;
	margin-top: -36px;
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
	height: 72px;
}



.toolTip{

	width: 220px;
	height: auto;
	opacity: 1;
	position: relative;
	overflow: visible;
}

.toolTipPopup{
	position: absolute;
	display: none;
	z-index: 9999;
}

.toolTipPopup p{
	color: white;
	font-size: 12px;

}

.toolTipPopup h4{
	color: white;
	font-size: 14px;
}

.tooltipTop{
	display: block;
	width: 220px;
	height: 10px;
	background-image: url(resource/tooltipTop.png);
	background-repeat: no-repeat;
}

.toolTipBottom{
	display: block;
	width: 220px;
	height: 22px;
	background-image: url(resource/tooltipBottom.png);
	background-repeat: no-repeat;
}

.tooltipMid{
	width: 200px;
	background-color: black;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8;
}

.hoverArea{
	width: 18px;
	height: 18px;
	background-image: url(resource/tourPin.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	left: 102px;
	float: left;
	z-index: 1;
}

.tourPanel{
	position: relative;
	overflow: visible;
}

.imgWrapper{
	position: relative;
	overflow: hidden;
	width: 940px;
	height: 432px;
	z-index: 1;
	margin-left: 10px;
	margin-right: 10px;

}

.imgWrapper .mainImg{
	border-radius: 10px;
}

.tipsWrapper{
	position: absolute;
	overflow: visible;
	width: 940px;
	height: 432px;
	top: 54px;
	left: 0px;
	z-index: 2;
	margin-left: 10px;
	margin-right: 10px;
}

.contentWrapper{
	width: 960px;
	padding-top: 18px;
}

.contentWrapper p{
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

.contentWrapper h3{
	margin-bottom: 18px;
	margin-left: 10px;
}
















#dashboardTipOne{
	position: absolute;
	top: 193px;
	left: 50px;
}

#dashboardTipTwo{
	position: absolute;
	top: 40px;
	right: 148px;
}

#dashboardTipThree{
	position: absolute;
	top: 60px;
	left: 110px;
}

#dashboardTipFour{
	position: absolute;
	top: 165px;
	left: 8px;
}

#dashboardStatsPlaceholder{
	position: absolute;
	top: 220px;
	left: 157px;
}

#dashboardStatsActive{
	position: absolute;
	top: 220px;
	left: 157px;
	height: 0px;
	opacity: 0px;
	width: 512px;
}

#messagesPlaceholder{
	position: absolute;
	top: 66px;
	right: 15px;
}



#messagesActive{
	position: absolute;
	top: 66px;
	right: 15px;
	width: 250px;
	height: 0px;
	opacity: 0;
}

#configActive{
	position: absolute;
	top: 140px;
	left: 340px;
	opacity: 0;

	
}

#configMask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 432px;
	background-color: black;
	opacity: 0;

}

#siteTreeActive{
	position: absolute;
	top: 193px;
	left: 8px;

}

#siteEditorActive{
	position: absolute;
	top: 318px;
	left: 179px;

}

#siteAnalyticsActive{
	position: absolute;
	top: 0px;
	left: 147px;

	
}

#siteTipOne{
	position: absolute;
	top: 194px;
	left: 22px;
}

#siteTipTwo{
	position: absolute;
	top: 320px;
	left: 290px;
}

#siteTipThree{
	position: absolute;
	top: 1px;
	left: 255px;
}



#emailEventActive{
	position: absolute;
	left: 220px;
	top: 125px;
	opacity: 0;
}

#emailEditorActive{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

#emailTipOne{
	position: absolute;
	top: 24px;
	left: 24px;
}

#emailTipTwo{
	position: absolute;
	top: 80px;
	left: 130px;
}

#emailTipThree{
	position: absolute;
	top: 303px;
	left: 60px;
}

#emailTipFour{
	position: absolute;
	top: 335px;
	left: 610px;
}

#eCommerceSearchActive{
	position: absolute;
	top: 123px;
	left: 223px;
}

#eCommerceOrderActive{
	position: absolute;
	top: 0px;
	left: 147px;
}

#eCommTipOne{
	position: absolute;
	top: 8px;
	left: 22px;
}

#eCommTipTwo{
	position: absolute;
	top: 78px;
	left: 568px;
}

#eCommTipThree{
	position: absolute;
	top: 244px;
	left: 55px;
}

#eCommTipFour{
	position: absolute;
	top: 288px;
	left: 572px;
}

#foo{
	float: left;
	width: 960px;
	clear: both;
	background-color: white;
	padding-top: 54px;
	margin-bottom: 36px;
	background-image: url(resource/divider.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#nextButton{
	float: right;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #CE5700;
}

#techTable{
	width: 960px;
	margin-top: 18px;
	padding-top: 54px;
	background-image: url(resource/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#techTable div{
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;

}

#techTable div img{
	float: left;
	margin-right: 10px;
	margin-top: -9px;
}

#techTable div h3{
	margin-top: 18px;
	float: left;
	width: 208px;
	margin-left: 10px;
}

#techTable div .bar{
	clear: both;
	font-size: 18px;
	padding-top: 18px;
}

.bb-form-contactus{
	padding-top: 18px;
	background-image: url(resource/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#featureIndex{
	width: 960px;
	padding-bottom: 54px;
	background-image: url(resource/divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#featureIndex div{
	width: 140px;
	margin-left: 10px;
	margin-right: 9px;
	border-right: 1px solid #cccccc;
	float: left;
	height: 234px;
}

#featureIndex div a{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#featureIndex div ul li a{
	font-weight: normal;
	font-size: 12px;
}

#featureIndex div a:hover{
	color: #CE5700;
}

#bb-16883 .bb-form-category, #bb-16883 .bb-item-links{
	display: none!important;
}

#bb-16883 .bb-rhs .bb-list li{
	width: 300px;
	padding-left: 10px;
	height: 126px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/* border-right: 1px solid #cccccc; */
	/* background-image: url(resource/featureHighlight.png); */
	position: relative;
	z-index: 50;
}

#bb-16883 .bb-rhs .bb-list .bb-imgholder{
	width: 72px;
	height: 72px;
	background-color: transparent;
	float: right;
	margin-right: 8px;
	
}

#bb-16883 .bb-rhs .bb-list .bb-article{
	width: 220px;
	float: left;
}

#bb-16883 .bb-rhs .bb-list .bb-subheading, #bb-16883 .bb-rhs .bb-list .bb-from-category{
	display: none;
}

#bb-16883 .bb-list-title{
	display: none;
}

#leHighlight{
	width: 320px;
	height: 144px;
	background-image: url(resource/featureHighlight.png);
	position: absolute;
	z-index: 1;
	
}





































































































































.bb-subnav-parent {
display:none!important;
}

