/************
 tags
************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size: 12px;
	background: #339900 url(images/bing.jpg) repeat;
}

a:link, a:visited {
	color:#900;
}
a:hover, a:focus {
	color:#FF3300;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
  margin: 7px;
}

/************
 LAYOUT
************/

#container {
	width: 1000px;
	margin:0 auto;
	background: #eee;
}

/* header */

#header {
	width: 100%;
	float: left;
	clear: both;
  background: #fff;
}

#header-top {
	background: #fff;
	padding: 0 0 4px;
  text-align: center;
  height: 97px;
}

#header-top #logo {
  margin-left: 25px;
}

#header-top #logo img {
  border: none;
}

#header-top #primary {
  font-style: italic;
  margin: 16px 0 4px;
  font-weight: bold;
}

#header-top #primary, #header-top h1 {
  color: #336600;
  font-size: 24px;
}

#header-top #secondary {
  color: #000;
  margin: 14px 0 4px;
  font-size: 14px;
  font-weight: bold;
}

#header-top h1 {
    margin: 0 0 4px;
}

/* 3 column layout */

#centercontent {
	margin: 0 0 0 215px;
}

#rightcontent {
	float:right;
	width:160px;
	background: #fff;
}

#leftcontent {
	float:left;
	width:184px;
	background: #fff;
}

/* #content encapsulates everything below header and above footer */

#content {
	padding: 10px;
	clear: both;
	background: #fff;
}

/************
 CONTENT
************/

form#search {
	padding-right: 5px;
	float: right !important;
}

/*-- Nav --*/

ul#nav {
	background:#333;
	padding:7px 0;
	margin:0;
}

ul#nav li {
	display:inline;
	margin:0;
	padding:0 1px;
	font-weight:bold;
	border-right: 1px solid #666;
}

ul#nav li span {
	padding:3px 10px 1px 10px;
	color:#CFC846;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:focus {
	padding:3px 10px 1px 10px;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #fff;
	text-decoration:none;
}
ul#nav li a:hover, ul#nav li a:focus {
	color:#CFC846;
}

ul#nav li a:active {
	color:#14568a;
}

/*-- Second Nav Row --*/

ul#sub-nav {
	padding:7px 0;
	margin:0;
}

ul#sub-nav li {
	display:inline;
	margin:0;
	padding:0 1px;
	font-weight:bold;
}

ul#sub-nav li span {
	padding:3px 10px 1px 10px;
	color:#000;
	background:#fff;
}

ul#sub-nav li.last {
	border:none;
}

ul#sub-nav li a:link, ul#sub-nav li a:visited, ul#sub-nav li a:hover, ul#sub-nav li a:focus {
	padding:3px 10px 1px 10px;
}

ul#sub-nav li a:link, ul#sub-nav li a:visited {
	text-decoration:none;
}

ul#sub-nav li a:hover, ul#sub-nav li a:focus {
	color:#000;
	background:#fff;
}

ul#sub-nav li a:active {
	color:#14568a;
}

#login {
	text-align:left;
	padding: 10px;
}

#login input[type=text] {
	margin:0 0 10px;
}

#login .smaller {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 0 5px;
}

#login .button {
	margin:10px 0 0;
}

.border-left-orange {
  border-left: 2px solid #ED7B0B;
}

.select-account {
  margin: 0 auto;
}

.select-account div {
  padding:20px 30px;
}

.table-border td {
	padding: 4px;
}

table.table-border {
	border-top:#999 1px solid;
	border-left:#999 1px solid;
}
table.table-border tr td {
  border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}

.table-border-white td {
	padding: 4px;
}

table.table-border-white {
	border-top:#fff 1px solid;
	border-left:#fff 1px solid;
}
table.table-border-white tr td {
  border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
}

table.table-border-green {
	border-top:#9cdd3a 1px solid;
	border-left:#9cdd3a 1px solid;
}
table.table-border-green tr td {
  border-right:#9cdd3a 1px solid;
	border-bottom:#9cdd3a 1px solid;
}

/************
 Messages/Errors Box
************/
ul#notices,
ul#messages,
ul#warnings,
ul#errors {
	padding: 0px;
}

ul#notices li,
ul#messages li,
ul#warnings li,
ul#errors li {
	color:#000;
	margin:0 0 13px;
	padding:13px 55px 13px 45px;
	font-size:1.2em;
	background-image:url('images/icons-notifications.png');
	background-repeat:no-repeat;
  list-style: none;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

ul#messages li {
	background-color:#f1f6d6;
	background-position: 10px 13px;
	border:1px solid #b8d432;
}
ul#messages li a,
ul#messages li label,
ul#messages li strong {
	color:#478506;
	font-weight:bold;
}

ul#notices li {
	background-color:#CFE3FF;
	background-position: 10px -112px;
	border:1px solid #559DFF;
}
ul#notices li a,
ul#notices li label,
ul#notices li strong {
	color:#478506;
	font-weight:bold;
}

ul#warnings li {
	background-color:#fcf0d9;
	background-position: 10px -244px;
	border:1px solid #ed9700;
}
ul#warnings li a,
ul#warnings li label,
ul#warnings li strong {
	color:#ed9700;
	font-weight:bold;
}

ul#errors li {
	background-color:#fdd;
	background-position: 10px -368px;
	border:1px solid #e62121;
}
ul#errors li a,
ul#errors li label,
ul#errors li strong {
	color:#e62121;
	font-weight:bold;
}

ul#notices li label:hover,
ul#messages li label:hover,
ul#warnings li label:hover,
ul#errors li label:hover {
	text-decoration:underline;
}


/* plans */
.expert {background-color: #ff0000; }
.profile {background-color: #339900; }
.plus {background-color: #339999; }
.free {background-color: #999999; }

.expert, .profile, .plus, .free {
  border: 1px solid #eee;
}

/* member view profile page */
#profile-top h1 {
  padding-left: 170px;
}

#profile-top ul {
  padding-left: 190px;
  list-style-type: square;
}

#profile-middle {
  padding: 10px 0px;
  clear: both;
}

.button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background:url("images/overlay-button.png") repeat-x scroll 0 0 #222222;
  color:#FFFFFF !important;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  line-height:1;
  overflow:visible;
  padding:6px 17px 7px;
  position:relative;
  text-decoration:none !important;
  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
  width:auto;
}

.button:hover {
  background-color: #666;
}

.button.smaller {
  padding:6px 6px 7px;
}

.button.standalone {
  margin: 20px 0px;
}

.button.green {
  background-color:#2e9500;
}

.button.green:hover {
  background-color:#3dc700;
}

.button.orange  {
  background-color:#ec7400;
}

.button.orange:hover {
  background-color:#ffba00;
}

.button.orange-dark  {
  background-color:#db4300;
}

.button.orange-dark:hover {
  background-color:#db7100;
}

.button.red  {
  background-color:#ff0000;
}

.button.red:hover {
  background-color:#ff3947;
}

.edit-classified {
  padding-bottom: 20px;
}

.gray { background-color:#eee; }
.white { background-color:#fff; }
.green { background-color:#339900;}
.green-medium { background-color: #9cdd3a; }
.green-light { background-color: #E9F8D1; }
.green-light-med { background-color: #c5ea86; }
.red { background-color:#FF0000;}
.orange { background-color:#FF9900;}
.orange-light { background-color:#ffe8c5;}
.black { background-color: #000; }
.yellow { background-color: #ffff99; }

.right {float: right;}
.left {float: left;}
.top {vertical-align:top;}

/* text classes */
.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.underline {text-decoration:underline;}
.bold { font-weight:bold; }
.italic {font-style:italic;}
.text-red, .text-red a {color: #CC0000; }
.text-orange, .text-orange a {color:#FF9900; }
.text-green, .text-green a {color: #00CC00; }
.text-black {color: #000; }
.text-white {color: #fff; }
.text-gray {color:#666; }
.larger {font-size: 1.2em;}
.smaller {font-size: 0.8em;}
.sml-font {font-size: 10px;}
.sml-font-12 {font-size: 12px;}
.sml-font-red {
	font-size: 10px;
	color: #CC0000;
}
.normal {font-weight: normal !important;}

.state {
  width: 60px;
}

.yellow {background:#FFFFCC;}

.hide {display:none;}

.big-input {
	font-size: 16px; 
	padding: 4px;
}

.noborder {border: 0px !important;}
.auto {width: auto !important;}
.top {vertical-align:top;}

/********************
 Standard ul list
********************/
.list {
	text-align:left;
  margin: 0;
	padding: 8px 0 8px 5px;
}

.list ul {
	margin: 0;
	padding: 3px 0 8px 5px;
}

.list li {
	list-style-type: none;
}

.list .parent {
	font-weight: bold;
}

.list .child {
	font-weight: normal;
  background:url(images/blue-chevron.png) 0 .4em no-repeat;
  padding: 0 0 4px 14px;
}


/********************
 STANDARD - all standard tables
********************/

.header-row {
	color:#000;
	text-align:left;
	font-weight: bold;
	background-color: #fff;
	background-image: url(images/header-row.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.header-row td { 
	padding: 8px;
}

.header-row h2 {
  font-size: 14px;
  margin: 5px 0px;
}

#standard td { 
	padding: 4px;
	text-align: left;
}

/********************
 BROWSE - all browse pages
********************/

#breadcrumb {
	padding: 10px 0;
  font-size: 12px;
}

#article-top {
  width: 100%;
}

#article-top h1, #article-top h2 {
  margin: 5px;
  font-size: 14px;
}

#main-heading h2 {
	color: #fff; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: center;
  margin: 5px;
}

#main-heading a:link, #main-heading a:visited {
  color: #fff;
}

.heading h2 {
  margin: 0px;
}

#browse {
	text-align:center;
	width: 765px;
}

/********************
 Listing styles
********************/
/* general */
.listing {
	font-size: 12px; 
}

table.listing {
  width: 100%;
}

td.listing-cell {
	background: #fff; 
	padding: 5px 0px;
}

.header, .header a {
	font-weight: bold;
	color: #fff; 
	text-align: left; 
}

/* 2 column layout */ 
td.cell-one-basic {
	text-align: left;
}

td.cell-two-basic {
	width: 176px;
}

/* 3 column layout */
td.cell-one {
	width: 176px;
  height: 120px;
}

td.cell-three {
  width: 176px;
}

td.cell-two-basic, td.cell-two, td.cell-three {
	text-align:center;
}

/* free */
.free .header {
	background: #999;
}

.free .body {
	background: #f0f0f0;
}

table.free {
	border-top:#999 1px solid;
	border-left:#999 1px solid;
}
table.free tr td {
    border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}

/* plus */ 
.plus .header {
	background: #339999; 
}

.plus .body { 
	background: #eef9f9; 
}

table.plus {
	border-top:#339999 1px solid;
	border-left:#339999 1px solid;
}
table.plus tr td {
    border-right:#339999 1px solid;
	border-bottom:#339999 1px solid;
}

/* profile */ 
.profile .header {
	background: #339900; 
}

.profile .body { 
	background: #efffe8; 
}

table.profile {
	border-top:#339900 1px solid;
	border-left:#339900 1px solid;
}
table.profile tr td {
    border-right:#339900 1px solid;
	border-bottom:#339900 1px solid;
}

/* expert */ 
.expert .header {
	background: #ff0000; 
}

.expert .body { 
	background: #fff; 
}

table.expert {
	border-top:#ff0000 1px solid;
	border-left:#ff0000 1px solid;
}
table.expert tr td {
    border-right:#ff0000 1px solid;
	border-bottom:#ff0000 1px solid;
}

.adverts {
  background: #e9f8d1;
  width: 184px;
}

.adverts table {
  width: 160px;
  margin-bottom: 20px;
}

.table-full {
  width: 100% !important;
}

.whatis {
  margin-top: 15px;
}

/********************
 Paginate
********************/
#paginate {
	text-align:center;
	padding: 10px;
}

#paginate a {
	background: #F8FBFC;
	padding: 3px;
	border: #E2EFF3 1px solid;
	font-family: Tahoma, Arial, sans-serif;
}

#paginate a:link, #paginate a:visited {
	text-decoration:none;
}

#paginate a:hover {
	border: #B7D7E1 1px solid;
}

/********************
 Shared Areas
********************/

.message-history {
	border-bottom: 1px solid #999;
	padding: 5px 0 15px 0;
	color: #666;
}

#profile {
	background: #fff;
	padding: 10px;
}

/*-- Footer --*/

/* footer */

#footer {
	clear:both;
	color:#a0a0a0;
	background-color:#eee;
	font-size:.75em;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}

#footer a {color: #a0a0a0; }
#footer p {margin: 0px; }

ul#footer-nav {
	padding:7px 0 5px 0;
	margin:0;
}

ul#footer-nav li {
	display:inline;
	margin:0;
	padding:0 1px;
	font-weight:600;
}

ul#footer-nav li a:link, ul#footer-nav li a:visited, ul#footer-nav li a:hover, ul#footer-nav li a:focus {
	margin:4px 3px 0 0;
	padding:3px 11px 1px 11px;
}

ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color:#000;
	text-decoration:none;
}
ul#footer-nav li a:hover, ul#footer-nav li a:focus {
	color:#fff;
	background:#3C3C34;
}

ul#footer-nav li a:active {
	color:#14568a;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	/*position: absolute;
	top: 0;
	width: 50%;*/
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/prevlabel.gif) no-repeat 0% 100%;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 100%;
}

#lbNextLink {
	float: right;
	background: transparent url(images/nextlabel.gif) no-repeat 100% 100%;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 100%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* end slimbox */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* start squeezebox */ 

#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(images/closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(images/closebox.png);
}

.sbox-loading #sbox-content
{
	background-image:		url(images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

/************
 Ads
************/

.ad-title, .ad-premium-title {
	border: #333 2px solid;
	background: #84B531;
	font-weight:bold;
	padding-left: 4px;
	color:#fff;
}

.ad-premium-title {
	border: #FF0000 2px solid;
	background: #FF0000;
}

.ad-free-body {
	border: #333 2px solid;
	border-top-width: 0px;
	background: #fff;
	margin-bottom: 15px;
	padding: 4px;
	font-size: 12px;
}

.ad-premium-body {
	border: #FF0000 2px solid;
	border-top-width: 0px;
	background: #fff;
	margin-bottom: 15px;
	padding: 4px;
	font-size: 12px;
}

.ad-premium-left {
	float: left;
	width: 400px;
}

.ad-premium-right {
	float: left;
	width: 300px;
	text-align: center;
}

a.external {
	background: url(images/external.png) center right no-repeat;
	padding-right: 13px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
