em.texthl {
	background:white;
	padding:0.5em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	border: 1px solid #ccc;	
}
div.wcr_field_error {
	margin-left: 1em;
	display: inline;
	padding: 0.4em;
	border: 1px solid #FFA4A6;
	background: #FFCECF;
	margin-top: 0.5em;
	font-weight: bold;
	color: #7D0003;
}
div.wcr_field_error .icon {
	vertical-align: middle;
	margin-right: 0.4em;
}

ul.ui-tabs-nav, ul.ui-tabs-nav li {
	margin-bottom: 0 !important;
}
ul.ui-tabs-nav li.ui-state-active {
	
}
.ui-pass {
}
.ui-error {
	background-image: url(images/invalid_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid red;
}
.ui-sortable-placeholder {
	background: #fff !important;
	border: 1px dotted #ccc !important;
	visibility: visible !important;
}
.tooltip {
	 padding: 1em;
	 background: white;
	 border: 1px solid #ccc;
	 display: none;
	 float: left;
}
div.cart_contents {
	background: #F8FAFB;
	border: 1px solid #D6E1E9;
	padding: 1em;
}
div.cart_contents div.product {
	background: white;
	border: 1px solid #ccc;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: left;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
}
.error {
	color: red;
	font-weight: bold;
	padding-left: 24px;
	background: transparent url(images/icons/error.png) no-repeat center left;
}

a.wcr_button:hover {
	background: #efefef;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
input.wcr_button:hover {
	background-color: #efefef;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
input.wcr_button {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0.8em;
	background-color: #fafafa;
	white-space: nowrap;
	text-decoration: none;
	padding: 0.3em;
	padding-left: 2.6em;
	padding-right: 1em;
	border: 1px solid #ddd;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
a.wcr_button {
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	padding: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	background: #fafafa;
	border: 1px solid #ddd;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
a.wcr_button img {
	vertical-align: middle;
	margin-right: 0.5em;
}
div.wcr_paginate {
	margin-top: 0.5em;
}
div.wcr_gridView {
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 1em;
}
div.wcr_paginate .wcr_page {
	border: 1px solid #d6e1e9;
	background: #f9fbfc;
	width: 2em;
	text-align: center;
	margin-right: 0.5em;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
div.wcr_paginate .wcr_page.selected, div.wcr_paginate .wcr_page:hover {
	background: #d6e1e9;
}

table.wcr_gridView {
	background: #fafafa;
	border: 1px solid #dfdfdf;
	border-right: 0;
	margin-top: 0.5em;
}
table.wcr_gridView th {
	text-align: left;
	border-left: 1px solid #f9fbfc;
	border-right: 1px solid #d6e1e9;
	border-bottom: 1px solid #d6e1e9;
	background: #eef3f6;
	padding-left: 1em;
	padding-right: 1em;
}
table.wcr_gridView tr.row_2 td {
	background: #ebf0f4;
}
table.wcr_gridView tr.row_1 td {
	background: #f8fafb;
}
table.wcr_gridView td {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-right: 1px solid #d6e1e9;
	border-left: 1px solid #f9fbfc;
	border-top: 1px solid #f9fbfc;
	border-bottom: 1px solid #d6e1e9;
	padding-left: 1em;
	padding-right: 1em;
}
.support_information_criteria {
	font-size: 16px;
	width: 400px;
}
.darkbox {
	background: #F5F5F1;
	border: 1px solid #E3E3DB;
	padding: 1em;
	margin-top: 1em;
}
.ok_to_change {
}
.lightbox {
	background: #FBFBF9 url(images/lightbox.png) repeat-x top;
	border: 1px solid #D5D5C8;
	padding: 1em;
	margin-top: 1em;
}

div.rating {
	cursor: pointer;
}
.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#popup_foreground {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000001;
	left: 0;
	top: 0;
	opacity: 0;
	filter:alpha(opacity=0);
}
#popup_backdrop {
	background: black;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000000;
	opacity:0;
	filter:alpha(opacity=0);
	left: 0;
	top: 0;
}
.product_list .title {
	font-size: 160%;
	color: black;
	
}
img.product_thumb {
	width: 100px;
	height: 75px;
	padding: 1em;
	border: 1px solid #ccc;
	background: white;
}
.progress, .progress-negative, .progress-total{
	height: 16px;
	background: #6ACF78;
	border: 1px outset #6ACF78;
}
.progress-negative{
	background: #CF6D78;
	border-color: #CF6D78;
}
.big {
	font-size: 16px;
	line-height: 36px;
}
.bold {
	font-weight: bold;
}
.stat_heading img {
	padding-right: 10px;
}
.stat_heading {
	padding-left: 10px;
	float: left;
	color: #0e4682;
	width: 160px;
}
.fields {
	background-color: #ECF6F9;
	border: 1px solid #BED6E0;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.ctl {
	margin-right: 10px;
}
.report input, .report select {
	font-size: 16px;
}
select option {
	padding-right: 5px;
}

.form_error {
	background-color: #FFFCF5;
	border: 1px solid #BB6C66;
	padding-top: 2px;
	padding-bottom: 2px;
}
.notice_red {
	background-color: #fffcf5 !important;
	border: 1px solid #bb6c66;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.notice_blue {
	background-color: #F5F5FF;
	border: 1px solid #6699BB;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.dark {
	background: url('images/dark.png');
}
#flag_au a:hover, #flag_us a:hover{background-image:none}
#flag_au, #flag_us{margin-left:5px}
#flag_au, #flag_us, #flag_au a, #flag_us a {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}
#flag_au{background-image:url(images/icons/au_big.gif)}
#flag_au a{background-image: url(images/icons/au_big_bw.gif)}
#flag_us {background-image: url(images/icons/us_big.gif)}
#flag_us a{background-image: url(images/icons/us_big_bw.gif)}
#flag_au.selected a{background-image:none;}
#flag_us.selected a{background-image:none;}

.address_box {
	width: 30%;
	border: 1px solid #cccccc;
	text-align: center;
	float: left;
	margin: 10px;
}

 .red_bg {
	background-color: #ffaaaa;
}

em {
	color: #888888;
}
.ajaxon {
  color: #6c6c6c;
  font-size: 18px;
  position: fixed;
  text-align: right;
  background-color: white;
  border-bottom: 2px solid #d6d6e0;

  width: 100%;
  left: 0%;
  top: 0%;
}
.sortable li {
  padding: 8px 4px 4px 8px ;
  cursor: pointer;
  font-size: 14px;
  background: #f5f5ff;
  display: block;
  border: 1px solid #a5a5aa;
  margin: 6px;
}

.sortable {
  margin: 0px;
}
.helper {
  border: 1px dashed #a5a5aa;
  padding: 8px 4px 4px 8px ;
  cursor: pointer;
  font-size: 14px;
  background: #d3d3dd;
  display: block;
  margin: 6px;
}
/* End Proposed */


/*
/* SHOP STYLES */

.specialul, ul {
	list-style-type:none;
}

.hidden,
	#mainnav h1 span,
	#mainnav h2 span,
	#rightmenu h2 span,
	#intro h1 span,
	#startbrowsing h1 span,
	#header h1 span {
		display:none;
}

.menu_blank {	background:url("images/menu_blank.gif"); }
.menu_blank_pm { background:url("images/menu_blank_pm.gif"); }
.menu_blank_promoter {	background:url("images/menu_blank_promoter.gif"); }
.menu_blank_shipping { background:url("images/menu_blank_shipping.gif"); }
.menu_blank_admin { background:url("images/menu_blank_admin.gif"); }

#leftmenu h2 span {
	font-weight: bold;
	color:white;
	font-size:12px;
	float:left;
	margin-top:10px;
	padding-left:15px;
	display:inline !important;
}
#rightmenu h2 span {
	font-weight: bold;
	color:white;
	font-size:12px;
	float:left;
	margin-top:10px;
	padding-left:15px;
	display:inline !important;
}

/*
/* END SHOP STYLES */

/*
/* general styles */

body {
	margin:0px;
	font-family: sans-serif;
	background: #e8eef5;
	color: #3b4550;
	font-size: 12px;
}

* {
	padding:0px;
	margin:0px;
}

p {
	margin-bottom:5px;
}

img {
	border:0px;
}

a {
	color:#0e4682;
}

a:hover {
	color:#1a599c;
	text-decoration:none;
}

/*
/* basic table styles */
table.table_normal {
	margin-top: 1em;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	background: #fefefe;
}
table.table_normal th {
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid white;
	background: #5784AE;
	color: white;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
table.table_normal th em{
	color: white;
}
table.table_normal td {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
table.table_normal tr.row2 td {
	background: #F0F2F5;
}
table.table_normal tr.row-orange td {
	background: #FFF6DF;
}
table.table_normal tr.row1 td {
	border-bottom: 1px solid #cdcdcd;
}
table.table_normal .mceEditor td, table.table_normal .mceEditor th {
	padding: 0;
}
/*
/* form inputs */

/*
textarea {
	font-size:11px;
	font-family:arial;
	padding:5px;
	background:#F1F1F2;
}

textarea:hover {
	background:#FAFAFA;
}
*/

.textbox {
	width:200px;
	padding:2px;
}

/*
/* messages */

.msg {
	background:#656A85;
	padding:10px 20px 10px 20px;
	color:#fff;
	border:1px solid #0F1016;
	margin-bottom:10px;
}

.msg a {
	color:#fff ! important;
	font-weight:bold;
}

.info {
	padding:8px 0px 8px 25px;
	background:url("images/icons/page_white_magnify.png") no-repeat 5px 7px;
}

.add {
	padding:8px 0px 8px 25px;
	background:url("images/icons/page_white_add.png") no-repeat 5px 7px;
}

.delete {
	padding:8px 0px 8px 25px;
	background:url("images/icons/page_white_delete.png") no-repeat 5px 7px;
}

.download {
	padding:8px 0px 8px 25px;
	background:url("images/icons/folder_go.png") no-repeat 5px 7px;
}

/*
/* breadcrumbs */

.breadcrumbs {
	padding:6px 0px 6px 53px;
	margin-top:1px;
	background:url("images/icons/arrow_blue.png") no-repeat 33px 6px #EEF0F4;
	font-size: 14px;
}

/*
/* colours and highlights */

.grey {
	color:#747577;
}

.red {
	color:red;
}

.green {
	color:#20CC03;
}

.code {
	font-family:monospace;
}

.blue {
	color:#1396da;
}

.orange {
	color:#e6691d;
}

.rightopt {
	float:right;
	padding:6px 10px 0px 0px;
}

/*
/* page numbers */

.pagediv {
	background:#fff;
	height:27px;
}

.pagenumber, .pagenumbersel {
	float:left;
	display:block;
	border:1px solid #A3A3A4;
	text-decoration:none;
	padding:2px 3px 2px 3px;
	color:#484848 !important;
	margin-left:3px;
	background:#E0E4EC;
}
.pagenumbersel {
	background: #C2CADA !important;
}
/*
/* main wrapper */

#wrapper {
	width:997px;
	margin:0px auto 0px auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background:#fff;
}

/*
/* header and top navigation */

#header {
	width: 997px;
	background:url("images/toptile.jpg") repeat-x;
}

#header h1 {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	width:203px;
	height:79px;
	background:url("images/logo.jpg") repeat-x;
}

#contactdetails {
	float:right;
	padding:0px 0px 0px 14px;
	width:343px;
	height:79px;
	background:url("images/contact-details.jpg") no-repeat;
}

#loginbox, #loggedinbox {
	float:right;
	padding:26px 0px 0px 14px;
	width:288px;
	background:url("images/login.jpg") no-repeat;
}

#mainnav {
	clear:both;
	height:36px;
}

#mainnav a {
	color:#fff;
	display:block;
	float:left;
	padding: 10px 15px 0px 35px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	height:26px;
}

#mainnav li {
	float:left;
	height: 36px;
	display:block;
}
#mainnav li {
	background-attachment: fixed;
	background: url("images/mainnav_over.gif") no-repeat;
}
#mainnav li a {
	background-attachment: fixed;
	background: url("images/mainnav.gif") no-repeat;
}

#mainnav a:hover {
	background:none;
	color:#d7e1ed;
}

#mainnav_rewards {
	margin-left:35px;
}
#mainnav_account, #mainnav_account a {
	background-position: -175px 0px !important;
}
#mainnav_shop, #mainnav_shop a {
	background-position: -307px 0px !important;
}
#mainnav_join, #mainnav_join a {
	background-position: -433px 0px !important;
}
#mainnav_blog, #mainnav_blog a {
	background-position: -550px 0px !important;
}
#mainnav_forum, #mainnav_forum a {
	background-position: -683px 0px !important;
}

#mainnav_end {
	background:url("images/mainnav_end.gif") no-repeat;
}

.navSelected {
	background:none !important;
}

#subnav {
	background:#43abc1;
	height:22px;
}

#subnav li {
	float: left;
	/* background:url("images/subnav_seperator.gif") no-repeat left; */
	border-left: 1px solid #64c7dc;
	border-right: 1px solid #377784;
	display: block;
	height:22px;
}

#subnav a {
	color:#fff;
	display:block;
	float:left;
	padding:3px 15px 3px 15px;
	text-decoration:none;
}

#subnav a:hover {
	color:#c8e2e7;
	text-decoration:underline;
}

#subnav_start {
	margin-left:35px;
}

#subnav_end {
	height:22px;
}

#shopping_cart {
	width:450px;
	color:#fff;
	text-align:right;
}

#shopping_cart p {
	padding:10px 0px 0px 20px;
	background:url("images/icons/basket.gif") no-repeat 230px 10px;
}

#shopping_cart a {
	text-transform:lowercase;
	padding:0px;
	float:none;
	display:inline;
	text-decoration:underline;
}

/*
/* side navigation */

#leftmenu, #rightmenu {
	float:left;
	width:189px;
	padding:10px 10px 0px 10px;
}

#leftmenu h2, #rightmenu h2, #leftmenu h2 a, #rightmenu h2 a {
	height:32px;
	width:189px;
	display:block;
}

#leftmenu .cse-brand {
	display:block;
	margin-top: 0.3em;
	color: #FFFFFF;
}
#leftmenu .cse-brand img {
	vertical-align: middle;
}

#menu_join {
	background:url("images/leftmenu_join.gif");
}

#menu_forum {
	background:url("images/rightmenu_forum.gif");
}

#menu_help {
	background:url("images/rightmenu_help.gif");
}

#menu_sponsors {
	background:url("images/rightmenu_sponsors.gif");
}

#menu_search {
	background:url("images/search.gif");
}

#publisher-management {
	background:url("images/menus/publisher_manager.gif");
}

#sales-leads {
	background:url("images/menus/sales.gif");
}

#program-areas {
	background:url("images/menus/programdir.gif");
}

#settings {
	background:url("images/menus/settings.gif");
}

#general {
	background:url("images/menus/general.gif");
}

#accounting-payments {
	background:url("images/menus/accounting.gif");
}

#members-area {
	background:url("images/menus/members.gif");
}

#mailing {
	background:url("images/menus/mailing.gif");
}

#storecats {
	background:url("images/menus/storecats.gif");
}

#downloads {
	background:url("images/menus/downloads.gif");
}

#shoppingcart {
	background:url("images/menus/shoppingcart.gif");
}

.menucontent, .menucontent_nav {
	padding:10px;
	background:url("images/menubg.jpg") no-repeat bottom #e0e8ee;
	font-size:12px;
	margin-bottom:5px;
}

.menucontent a {
	color:#125162;
}

.menucontent_nav a {
	color:#125162;
	display:block;
	text-decoration:none;
	background:#e6edf3;
	margin-bottom:1px;
	padding:2px;
}

.menucontent a:hover {
	color:#2c8097;
}

.menucontent_nav a:hover {
	color:#2c8097;
	background:#fff;
}

.menucontent ul li, .menucontent_nav ul li {
	display:block;
	padding:0px 0px 5px 15px;
	background:url("images/liarrow.gif") no-repeat 0px 10%;
}

.menucontent ul, .menucontent_nav ul {
	padding-left:3px;
}

/*
/* main content area */

#content, #contentwide {
	float:left;
	width:559px;
	padding:10px;
	line-height:160%;
}
.noleftnav #content, .noleftnav #contentwide, .norightnav #content, .norightnav #contentwide {
	float:left;
	width:768px;
}
.noleftnav.norightnav #content, .noleftnav.norightnav #contentwide {
	float:none;
	width:977px;
}

/*#contentwide {/* now width is dynamic based on which side navs are included
	width: 750px;
}*/

#content ul {
	margin-left:25px;
	padding-left:30px;
	margin:5px 0px 5px 0px;
	list-style-type:disc;
}

#contentwide ul {
	margin-left:25px;
	list-style-type:disc;
}

#content ol {
	margin-left:25px;
}

#contentwide ol {
	margin-left:25px;
	padding-left:30px;
	margin:5px 0px 5px 0px;
}

#content h3, #contentwide h3 {
	margin:0px 0px 5px 0px;
	margin-top: 1em;
	font-size:14px;
	background: #D7E9CF;
	padding: 0.5em;
	padding-left: 1em;
	border: 1px solid #C1DEB6;
	border-bottom: 1px solid #B7D9AA;
	border-right: 1px solid #B7D9AA;
	color: #273F1D;
}

#content h1, #contentwide h1 {
	background:none repeat scroll 0 50% #D1D8DE;
	border-color:#BBC6CE #ACB9C4 #ACB9C4 #BBC6CE;
	border-right:1px solid #ACB9C4;
	border-style:solid;
	border-width:1px;
	color:#293743;
	font-size:18px;
	font-weight:normal;
	padding: 0.5em;
	padding-left: 1em;
}

#content p, #contentwide p {
	padding:5px 0px 5px 0px;
}

#content ul li, #content ol li, #contentwide ul li, #contentwide ol li {
	margin-bottom:3px;
}

#content h2, #contentwide h2 {
	font-size:13px;
	color:#394e5c;
	border-bottom:1px solid #afbac2;
	margin:7px 0px 4px 0px;
}


.tablesmall td {
}

.tmplbox {
	border:1px solid #ccc;
	margin:10px 0px 0px 0px;
	padding:5px;
	-moz-border-radius:8px;
}

.tmplbox h3 {
	margin-top: 0px !important;
	background: #EDEDED !important;
	/* background: #EBEFF4 !important; */
	color: #666 !important;
	border-bottom: 1px solid #dddddd !important;
}

#intro {
	
	
	font-size:12px;
}

#intro h1 {
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	padding:5px 0px 2px 0px;
	border:none;
}

#intro p {
	line-height:125%;
}

#startbrowsing {
	width:540px;
}

#rcareas div {
	width:179px;
	float:left;
	margin-right:1px;
}

#rcareas h2 {
	padding:6px 6px 5px 10px;
	color:#fff;
	font-size:12px;
}

#community_header {
	background:#a057ae;
}

#finance_header {
	background:#5784ae;
}

#health_header {
	background:#6eae57;
}

#leisure_header {
	background:#aa534c;
}

#shop_header {
	background:#d7a849;
}

#forum_header {
	background:#6a7785;
}

#rcareas p {
	font-size:12px;
	padding:10px;
}

#community {
	background:url("images/grad_community.gif") top repeat-x;
}

#finance {
	background:url("images/grad_finance.gif") top repeat-x;
}

#health {
	background:url("images/grad_health.gif") top repeat-x;
}

#leisure {
	background:url("images/grad_leisure.gif") top repeat-x;
}

#shop {
	background:url("images/grad_trade.gif") top repeat-x;
}

#forum {
	background:url("images/grad_forums.gif") top repeat-x;
}

/*
/* footer styles */

#footer {
	background:url("images/footer.gif") repeat-x;
	padding:12px 0px 8px 0px;
	color:#fff;
	font-size:11px;
	text-align:center;
}
#footer a {/*links need explicit color*/
	color:#fff;
}
#footer a:hover {
	color:#A6C2DB;
}

/*
/* Fading Tooltips By Dustin Diaz*/

body div#toolTip {
	position:absolute;
	z-index:1000;
	width:220px;
	background:#354754;
	border:2px double #fff;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}

body div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
	font:11px/12px verdana,arial,sans-serif;
}

body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#BEC4C8;
	font-style:normal;
	font-weight:bold;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#3D3D3A;
}

.graphrow {
	background:#99D715;
	padding:2px 0px 2px 0px;
}

.infobox {
	background:url("images/info.gif") no-repeat top left;
	padding:20px 20px 10px 53px;
	color:#49535F;
}

.errorbox {
	background:url("images/error.gif") no-repeat top left;
	padding:20px 20px 10px 53px;
	color:#49535F;
}

.msgbox {
	background:url("images/msg.gif") no-repeat top left;
	padding:20px 20px 10px 53px;
}

.btn, .btnorng, .button {
	background:url("images/btnbg.jpg") repeat-x bottom left #1C527F;
	color:#fff;
	font-weight:bold;
	padding:3px 10px 4px 10px;
	border:none;
	border-left:2px solid #96AFC5;
	border-top:1px solid #96AFC5;
	border-right:1px solid #1C527F;
}
.button_red {
	background:url("images/btnbg_red.gif") repeat-x bottom left #991621;
	color:#fff;
	font-weight:bold;
	padding:3px 3px 4px 3px;
	border:none;
	border-left:2px solid #c59b96;
	border-top:1px solid #c59b96;
	border-right:1px solid #772520;
}

/*
/* tab system */

#tabs {
	padding:0px;
	margin:10px 0px 0px 0px;
	border-bottom:1px solid #5C6779;
	height:28px;
}

#tabs li {
	float:left;
	list-style-type:none;
}

#tabs li a {
	font-size:10px;
	border:1px solid #5C6779;
	float:left;
	display:block;
	padding:4px 10px 4px 10px;
	margin-left:5px;
	text-decoration:none;
	background:#E0E4EC;
	color:#4C4E51;
}

#tabs li a:hover {
	color:#696B70;
}

.active {
	border-bottom:1px solid #fff !important;
	background:#fff !important;
}
#downloadebook{
	font-size:10px;
	width: 200px;
	padding-left:30px;
	text-align: center;
}

.direct {
	width: 540px;
	margin-bottom: 7px;
	background: #fff;
}

.direct h1 {
	font-color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 19px !important;
	padding-top: 3px !important;;
	padding-bottom: 3px !important;;
	margin-bottom: 0px !important;;
	padding-left: 7px !important;;
}
.direct span a {
	font-weight: bold;
}

.directcontent {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
}

.directoryimage {
	float: right;
	background-image: url('images/front_images.jpg');
	/* background-attachment: fixed; */
}

#shopdirect {	border:1px solid #d7a849; }
#healthdirect { border:1px solid #6eae57; }
#financedirect { border:1px solid #5784ae; }
#leisuredirect { border:1px solid #aa534c; }
#communitydirect { border:1px solid #a057ae; }
#shopdirect h1 { background-color: #d7a849; }
#healthdirect h1 { background-color: #6eae57; }
#financedirect h1 {	background-color: #5784ae; }
#leisuredirect h1 {	background-color: #aa534c; }
#communitydirect h1 {	background-color: #a057ae; }
#shopdirect span a {	color: #d7a849; }
#leisuredirect span a { color: #aa534c; }
#healthdirect span a { color: #6eae57; }
#financedirect span a { color: #5784ae; }
#communitydirect span a {	color: #a057ae; }

.sandbag {
	display: block;
	width: auto;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
}

/* join panels on home page, image/button dimensions are temporary*/
#content #getshopping {
	display: block;
	margin: 10px 0px;
	padding: 0.5em 0.8em;
	background: #40adc2 none;
	text-align: center;
	list-style-type: none;
}
#content #getshopping li {
	display: inline;
	margin: 0 1em;
	padding: 0;
}
#content #getshopping li a {
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
}
#content #getshopping li a:hover {
	text-decoration: underline;
}

.bigjoinup {
	background: transparent url(images/bigjoin-bg.png) repeat-y left top;
	margin: 0 0 2em;
	float: left;
}
.bigjoinup.supplier {
	margin-left: 20px;
}
.bigjoinup div {
	background: transparent url(images/bigjoin-bg-bottom.png) no-repeat left bottom;
	padding: 20px;
	width: 334px;
}
.bigjoinup div.beginbg {
	background-image: url(images/bigjoin-bg-top.png);
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 10px;
}
#content .bigjoinup h1, #content .bigjoinup h2 {
	background: transparent none;
	color: #124270;
	padding: 0px;
	margin: 0 0 1em 0;
	font-size: 170%;
	border: 0px none;
}
#content .bigjoinup h2 {
	margin-top: 1em;
	font-size: 130%;
}
.bigjoinup img {
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: #124270;
}
.bigjoinup img.diagram {
	height: 200px;
	text-align: center;
}
.bigjoinup.promoter img.diagram {
	height: 300px;
}
.bigjoinup .buttons {
	text-align: center;
}
.bigjoinup .buttons a {
	display: block;
	margin: 1em auto;
	width: 200px;
}
.bigjoinup .buttons > a {
	margin-bottom: 0;
}
.bigjoinup .buttons > a:first-child {
	margin-bottom: 1em;
	margin-top: 0;
}
.bigjoinup .buttons a img {
	width: 200px;
	height: 50px;
	text-align: center;
}
.total_cell {
	font-weight:bold;
	border-top:3px double #000 !important;
	border-bottom:3px double #000 !important;
	border-left:none !important;
	border-right:none !important;
}

