/************
 tags
************/

a { text-decoration:underline; }

a:link, a:visited {
	color: #0099FF;
}

a:hover, a:focus {
	color:#ff9622;
}

h2 {
	font-size: 18px;
}


/************
 LAYOUT
************/

#container {
	width: 100%;
	margin:0 auto;
	background: #fff;
	font-size: 12px;
}

/* 3 column layout */

#centercontent {
	float: left;
	width: 550px;
	margin: 0 10px;
	display: inline;
	background: #fff;
	/*border-left: #999 1px solid;
	border-right: #999 1px solid;*/
}

#rightcontent {
	float:right;
	width:215px;
	background: #fff;
}

#leftcontent {
	width:200px;
	background: #84B557;
	vertical-align:top;
}

#leftcontent a {
	color: #000;
}

.clearer {
	clear:both;
}

/* 2 column layout */

#centercontent-2c {
	float:left;
	width:765px;
	display:inline;
}



/* #content encapsulates everything below header and above footer */

#content-tight {
	padding: 0;
	clear: both;
}

/************
 CONTENT
************/

p#user_info {
	float:right;
	color:#000;
	font-size:.9em;
	font-weight: bold;
}

p#user_info a:link, p#user_info a:visited {
	color:#000;
	text-decoration:underline;
}

p#user_info a:hover, p#user_info a:focus {
	text-decoration:none;
}

form#search {
	padding: 60px 5px 0 0;
	float: right !important;
}

#searchbox {
	padding: 2px;
}

/* columns styles */

#rightcontent h3, #leftcontent h3 {
	background:#A5A485 url(images/row-bg.gif) repeat-x;
	padding: 5px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}


/*-- Categories --*/

#cats {
	list-style-type:none;
}

ul#cats {
	background:#F8FBFC;
	padding:0;
	margin:0;
}

ul#cats li {
	margin:1px 3px 0 0;
	padding:1px 8px 1px 8px;
}

/* A child navigation group */
ul#cats li ul {
	margin: 0px;
	padding: 0px;
}

/* A child navigation element */
ul#cats li ul li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul#cats li a {
	display: block;
}

ul#cats li a:link, ul#cats li a:visited {
	color:#000;
	text-decoration:none;
}
ul#cats li a:hover, ul#cats li a:focus {
	color:#000;
	background:#B7D7E1;
}
ul#cats li a:active {
	color:#14568a;
}

.supercat {
	background:#B7D7E1;
	font-size: 18px;
	font-style: italic;
	margin: 0 !important;
	padding: 0 2px !important;
	color: #666666;
}

/*-- News --*/

#news {
	list-style-type:none;
}

ul#news {
	padding:0;
	margin:0;
}

ul#news li {
	margin:0;
	padding:15px;
	border-bottom:#999 1px solid;
}

#news .date {
	font-style:italic;
	font-weight:bold;
	display:block; /* saves having to add a line break on the end of the dates */
}

#login {
	text-align:left;
	padding: 10px;
}

#login input {
	width:140px;
}


/*-- Content --*/

.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;
}

/************
 Common classes
************/

.gray { background-color:#eee; }
.white { background-color:#fff; }
.green { background-color:#99FF99;}
.red { background-color:#FF0000;}
.orange { background-color:#FF9900;}
.right {float: right;}
.left {float: left;}
.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 {color: #CC0000; }
.text-orange {color:#FF9900; }
.text-green {color: #00CC00; }
.text-black {color: #000; }
.text-white {color: #fff; }
.sml-font {font-size: 10px;}

/********************
 BROWSE - all browse pages / FEATURED various featured spots
********************/

#breadcrumb {
	padding: 0 0 15px 10px;
}

#aboutCat {
	background: #99FF99;
	padding: 4px;
	margin: 4px;
	border: 1px solid #CCCCCC;
	text-align:justify;
}

#subcats {
	font-size: 16px;
}
#subcats a {
	font-weight:normal;
}

#browse, #featured {
	text-align:center;
	width: 100%;
}
#subcategories {
	width:100%;
}

#browse td, #subcategories td {
	padding: 6px 2px 4px;
	border-bottom: 1px solid #999;
}
#browse td span, #subcategories td span {
	display:block;
	font-weight:bold;
	padding:0 0 5px;
}


#browse a:visited {
	color:84B557;
}

#browse .title, #featured .title {
	text-align:left;
}

#browse .img {
	width: 110px;
}

#browse img, #featured img {
	border: 1px solid #333333;
}

#browse .noborder, #featured .noborder {
	border: 0px;
}

#featured td {
	padding: 4px 0;
}


/* Categories list on /classifieds/index.php */
#categories {
	text-align:left;
	color: #0099FF;
}

#categories ul {
	margin: 0;
	padding-left: 5px;
}

#categories li {
	list-style-type: none;
}

table#categories {
	width:100%;
	margin:0;
	padding:0 0 10px;
}
#categories tr {
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
}
#categories.top tr, #categories tr.top {
	border:none;
	margin:0;
	padding:0 4px;
}
#categories.top tr td, #categories tr.top td {
	margin:0;
	padding:6px 4px 20px;
	background:none;
}
#categories td {
	padding:8px;
	margin:0;
	vertical-align:top;
}

#categories a:visited {
	color:#84B557;
}

#categories .parent {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px;
}

#categories .child {
	font-size: 12px;
	padding-left: 8px;
	font-weight: normal;
}

/********************
 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;
}


/********************
 Selling Styles
********************/

#selling label {
	font-weight: bold;
}

#selling input {
	padding: 4px;
	margin: 5px;
}

#selling h1, #selling h2, #selling h3 {
	margin: 0px;
	padding: 5px;
}

/********************
 Search Cloud
********************/
#searchcloud {
	width: 100%;
	text-align:center;
	float:left;
}
#searchcloud div {
	background:#00CCFF;
	padding: 10px;
	border: 1px solid #0099FF;
}

#searchcloud p {
	margin: 0px;
}

#searchcloud a:link, #searchcloud a:visited {
	text-decoration:none;
}

#searchcloud a:hover, #searchcloud a:active {
	text-decoration: underline;
	color: #000;
}

/********************
 Tag Cloud
********************/
#tagcloud {
	width: 100%;
	text-align:center;
	float:left;
	clear:right;
}

#tagcloud div {
	background:#FFFFCC;
	padding: 10px;
	border: 1px solid #FFE7B6;
}

#tagcloud a:link, #tagcloud a:visited {
	text-decoration:none;
}

#tagcloud a:hover, #tagcloud a:active {
	text-decoration: underline;
	color: #000;
}

#tagcloud span {
	padding: 4px;
}

.smallest {
	font-size: small;
}

.small {
	font-size: medium;
}

.medium {
	font-size:large;
}

.large {
	font-size:larger;
}

.largest {
	font-size:x-large;
}


/* Item Watch Styles */

.closevsoon {
	background: #FF6666;
	padding: 4px;
}

.closesoon {
	background: #FFCCCC;
	padding: 4px;
}

.highbidder {
	background: #99FF99;
	padding: 4px;
}

.nothighbidder {
	background: #FF9900;
	padding: 4px;
}

/* start autocompleter */
div.autocompleter-loading
{
	float: left;
	clear: right;
	background:	#fff url(images/loading-small.gif) no-repeat center;
	width: 16px;
	height: 16px;
}

ul.autocompleter-choices
{
	position: absolute;
	margin:	0;
	padding: 0;
	list-style:	none;
	border:	1px solid #eee;
	background-color: white;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	text-align:	left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li
{
	position: relative;
	padding: 0.1em 1.5em 0.1em 1em;
	cursor:	pointer;
	font-weight: normal;
	font-size: 1em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color: #9FCFFF;
}

/* end autocompleter */

/* start AJAX upload progress bar */
#demo-status
{
	padding:				10px 15px;
	width:					420px;
}
 
#demo-status .progress
{
	background:				white url(images/upload/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
 
#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
 
#demo-list
{
	list-style:				none;
	width:					450px;
	margin:					0;
	padding: 0px;
}
 
#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(images/upload/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(images/upload/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(images/upload/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(images/upload/failed.png);
}
 
#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}

.hide {
	display:none;
}
/* end AJAX upload progress bar */

/* MOOTOOLS TOOLTIPS */
.tool-tip {
	color: #000000;
	width: 400px;
	z-index: 13000;
	border: 1px solid #000000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000000;
	text-align: left;
	padding: 8px 8px 4px;
	/*background: url(bubble.png) top left;*/
	background: #E39307;
}
 
.tool-text {
	text-align: left;
	font-size: 11px;
	padding: 4px 8px 8px;
	/*background: url(bubble.png) bottom right;*/
	background: #E39307;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.helpTips {
	padding-left: 10px;
}

/* ##################### New Styles ##################### */
html, body {
	margin:0;
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	background:#fff url(images/layout/background.gif) 0 0 repeat-x;
	color:#000;
	font:normal 95% Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
#shadow-left {
	width:85%;
	min-width:804px;
	margin:0 auto;
	padding:0;
	background:#fff url(images/layout/shadow-left.gif) 0 0 repeat-y;
	text-align:left;
}
#shadow-right {
	background:url(images/layout/shadow-right.gif) right 0 repeat-y;
}
#elastic {
	margin:0;
	padding:0;
	background:url(images/layout/shadow-left-top.gif) 0 0 no-repeat;
}
#wrapper {
	margin:0;
	padding:0 22px;
	background:url(images/layout/shadow-gradient-right.jpg) right 0 no-repeat;
}
#header-bg {
	margin:0;
	padding:0;
	background:#000 url(images/layout/header-background.jpg) 0 0 repeat-x;
}
#header {
	margin:0 0 13px;
	padding:0 20px;
	font-size:1.2em;
	color: #fff;
	border-bottom: #999 3px solid;
}

#header ul {
	margin:20px 0 0;
	padding:0 10px 0 0;
	list-style:none;
}
#header ul li {
	margin:0;
	padding:0 5px 0 12px;
	border-left:#000 1px solid;
	display:inline;
}
#header ul li.home {
	border:none;
}
#header ul li a {
	margin:0;
	padding:0;
	color:#fff;
	text-decoration:none;
}
#header ul li a:hover, #header ul li.selected a {
	color:#fff;
	text-decoration:underline;
}

#banner {
	float: right;
	margin: 20px 20px 0 0;
}

#item #breadcrumb {
	margin:0;
	padding:0;
}
#breadcrumb p {
	font-size:.8em;
	color:#999;
}
#breadcrumb p a {
	color:#999;
}
#breadcrumb h1 {
	font-size:2.4em;
	margin:0;
	padding-bottom:0;
}

#sidebar {
	margin:0;
	padding:0 10px;
	float:left;
	width:175px;
}
#sidebar h2 {
	margin:13px 0 0 0;
	padding:20px 0 0;
	color:#84b557;
	font-size:1.2em;
}
#sidebar h4 {
	margin:10px 0 0;
	padding:7px 5px 5px;
	height:28px;
	font-size:1.3em;
	text-align:center;
	font-weight:normal;
}
#sidebar form, #sidebar ul {
	margin:0;
	padding:10px 15px 20px;
}
#sidebar form span {
	display:block;
}
#sidebar form p {
	margin:5px 0 0;
}
#sidebar form input.submit {
	margin:10px 0 0;
}
#sidebar ul li p a {
	color:#000;
	text-decoration:none;
	display:block;
}
#sidebar ul { 
	list-style:none;
	padding:10px 5px 30px 10px;
}
#sidebar ul li {
	margin:5px 0;
	padding:0 0 0 15px;
	background:url(images/layout/blue-chevron.png) 0 .4em no-repeat;
}
#sidebar ul li a {
	color:#6fb7ee;
	text-decoration:none;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#content {
	margin:0 0 0 195px;
	padding:0 10px;
	color:#545454;
	font-family:Arial, Helvetica, sans-serif;
}
#content.full { margin:0; }
#content.step1 { background:#fff url(images/step-1.gif) 0 0 no-repeat; padding:0 10px 0 90px; }
#content.step2 { background:#fff url(images/step-2.gif) 0 0 no-repeat; padding:0 10px 0 90px; }
#content.step3 { background:#fff url(images/step-3.gif) 0 0 no-repeat; padding:0 10px 0 90px; }
#content.step3a { background:#fff url(images/step-3a.gif) 0 0 no-repeat; padding:0 10px 0 90px; margin:0 0 0 10px; }
#content.step3b { background:#fff url(images/step-3b.gif) 0 0 no-repeat; padding:0 10px 0 90px; margin:0 0 0 10px; }
#content.step4 { background:#fff url(images/step-4.gif) 0 0 no-repeat; padding:0 10px 0 90px; margin:0 0 0 10px; }
#content h2 {
	color:#fb9c35;
}
#content h2 a {
	color:#fb9c35;
	text-decoration:underline;
}
#content h2 a:hover {
	text-decoration:none;
}
#content a {
	/*color:#6fb7ee;*/
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#footer {
	clear:both;
	margin:0;
	padding:25px 20px 10px;
	font-size:.9em;
	color:#999;
	border-bottom: #ccc 1px solid;
}
#footer ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
#footer ul li {
	margin:0;
	padding:0 5px 0 12px;
	border-left:#999 1px solid;
	display:inline;
}
#footer ul li.home {
	border:none;
	padding:0 5px 0 0;
}
#footer ul li a {
	margin:0;
	padding:0;
	color:#6fb7ee;
	text-decoration:underline;
}
#footer ul li a:hover {
	text-decoration:none;
}
#footer p {
	margin:2px 0;
	padding:0;
}
#footer p.footnote {
	margin:6px 0;
	font-size:.8em;
}
#footer p.footnote a {
	color:#999;
	text-decoration:underline;
}

p.emailtofriend {
	height:41px;
	margin:7px 0 0 0 !important;
	padding:10px 0 0 70px !important;
	font-size:1.4em;
	background:#fff url(images/layout/email.jpg) 0 0 no-repeat;
	color:#000;
	font-style:italic;
	float:right;
	width:150px;
}
p.emailtofriend a {
	color:#000;
}

div#actions {
	width:250px;
	background:#fff url(images/layout/wide-sidebar-bg.jpg) 0 bottom no-repeat;
	margin:0 0 5px 10px;
	padding:0 0 10px;
	float:right;
}
div#actions h4 {
	margin:0 0 15px;
	padding:9px 5px 5px;
	height:26px;
	color:#fff;
	font-size:1.3em;
	text-align:center;
	font-weight:normal;
	background:url(images/layout/blue-heading.jpg) 0 0 no-repeat;
}
div#actions p {
	color:#000;
	font-size:1.2em;
	font-style:italic;
	margin:.2em 10px .6em;
}
div#actions p.email-1 {
	height:20px;
	padding:2px 0 0 40px;
	background:url(images/layout/email.png) 0 0 no-repeat;
}
div#actions p.print-2 {
	height:21px;
	padding:4px 0 0 40px;
	background:url(images/layout/print.png) 0 0 no-repeat;
}
div#actions p.alert-3 {
	height:25px;
	padding:5px 0 0 40px;
	background:url(images/layout/alerts.png) 7px 0 no-repeat;
}
div#actions p a { color:#000; text-decoration:none; }
div#actions p a:hover { text-decoration:underline; }

div#business {
	background:#fff url(images/layout/seller-bg.jpg) top right no-repeat;
	margin:1em 0;
	padding:0;
	clear:right;
}
div#business div#bg {
	margin:0;
	padding:15px 20px 15px;
	background:url(images/layout/seller-corner.jpg) 0 0 no-repeat;
}
div#business div#bg p {
	margin:0;
	padding:0;
}
div#business div#bg span.logo {
	display:block;
	margin:30px 0 5px 10px;
	padding:0;
	width:227px;
	float:right;
}
div#business div#bg span.logo a img { border-width:1px; float:right; }
div#business div#bg span.logo a { display:block; text-align:right; clear:right; }
div#business div#bg p span { font-weight:bold; }
div#business div#bg p.asking { margin-top:1em; }
div#business div#bg div.aboutus { margin-top:1em; }
div#business div#bg div.aboutus strong, div#business div#bg div.aboutus em { font-style:normal; font-weight:normal; }

p.map-button {
	margin:5px 0 !important;
	padding:0 0 0 100px !important;
	background:#fff url(images/layout/map-reflection.jpg) 100px 54px no-repeat;
	float:right;
	clear:right;
	width:100px;
	height:80px;
}
p.map-button a {
	margin:0;
	padding:0;
}
p.map-button a img {
	border:none;
	margin:0;
	padding:0;
}

div#registerhelp {
	width:340px;
	height:400px;
	float:right;
	background:#fff url(images/layout/registration/3d-posterboy.jpg) 0 17px no-repeat;
}
div#registerhelp p {
	font-size:.8em;
	margin:167px 0 0 95px;
	padding:0;
	width:225px;
}
div#registerhelp p span {
	font-weight:bold;
}
div#registerhelp p span.last {
	display:block;
	text-align:right;
	margin-top:4px;
}
div#registration {
	margin:0 340px 0 10px;
	padding:0;
	font-size:.93em;
}
div#registration h2 {
	font-size:1.8em;
}
div#registration form {
	margin:0 0 0 25px;
	padding:0;
}
div#registration form h3 {
	margin:20px 0 0;
	padding:.3em 0 .4em .3em;
	background:#fff url(images/layout/register-gradient.jpg) 0 0 repeat-y;
}
div#registration form p {
	margin:0 0 0 .3em;
	padding:0;
	font-size:.8em;
}
div#registration form p label {
	display:block;
	margin:0;
	padding:.8em 0 0;
	font-size:1.2em;
}
div#registration form p.note {
	padding:.4em 0 0;
}
div#registration form iframe {
	margin:1em 0 0;
}
div#registration form p label span {
	display:block;
	font-weight:bold;
	float:left;
	clear:left;
	width:144px;
}
div#registration form p label span.radioandchecks {
	display:inline;
	float:none;
}
div#registration form input#terms {
	width:20px;
	margin:0;
}
div#registration form input.submit {
	margin:15px 0 0;
	padding:0;
}

div#registerhelp {
	width:340px;
	height:400px;
	float:right;
	background:#fff url(images/layout/registration/3d-posterboy.jpg) 0 17px no-repeat;
}
div#registerhelp p {
	font-size:.8em;
	margin:167px 0 0 95px;
	padding:0;
	width:225px;
}
div#registerhelp p span {
	font-weight:bold;
}
div#registerhelp p span.last {
	display:block;
	text-align:right;
	margin-top:4px;
}

form#profile {
	margin:0;
	padding:0;
}
form#profile h3 {
	margin:20px 0 0;
	padding:.3em 0 .4em .3em;
	background:#fff url(images/layout/register-gradient.jpg) 0 0 repeat-y;
	color:#545454;
}
form#profile p {
	margin:0 0 0 .3em;
	padding:0;
	font-size:.8em;
}
form#profile p label {
	display:block;
	margin:0;
	padding:.8em 0 0;
	font-size:1.2em;
}
form#profile p.note {
	padding:.4em 0 .8em;
	color:#f2101b;
}
form#profile div#business-details p.about {
	padding:0 0 0 145px;
	width:310px;
}
form#profile p label span {
	display:block;
	font-weight:bold;
	float:left;
	clear:left;
	width:144px;
}
form#profile p label span.none { clear:none; }
form#profile p label span.logo { clear:none; float:none; }
form#profile p label span.radioandchecks {
	display:inline;
	float:none;
}
form#profile input.submit {
	margin:15px 0 0;
	padding:0;
}

form#profile div#logo { border-top:#ddd 1px solid; margin-top:10px; padding-top:10px; }
form#profile div#logo p label { padding-top:0; }
form#profile div#logo p label span { clear:none; float:none; }
form#profile div#logo div#right { width:55%; float:right; padding:30px 0 40px 10px; }
form#profile div#logo div#right textarea { width:100%; margin:10px 0 0; }

div#login {
	width:375px;
	margin:0 auto;
	padding:0;
}
div#login h2 {
	font-size:1.8em;
}

ul#sharedcp {
	list-style:none;
	margin:1em 0;
	padding:0;
}
ul#sharedcp li {
	margin:0 6px;
	padding:5px 0;
	float:left;
	width:170px;
	font-size:1.3em;
}
ul#sharedcp li a {
	display:block;
	margin:0;
	color:#888;
	text-decoration:none;
}
ul#sharedcp li.profile { margin:0 6px 0 0; }
ul#sharedcp li.payment { margin:0 0 0 6px; }
ul#sharedcp li.profile a { background:#fff url(images/layout/members-area/edit-profile.jpg) 0 25px no-repeat; padding:180px 0 0 25px; }
ul#sharedcp li.listings a { background:#fff url(images/layout/members-area/my-listings.jpg) 0 5px no-repeat; padding:180px 0 0 20px; }
ul#sharedcp li.payment a { background:#fff url(images/layout/members-area/payment-history.jpg) 0 35px no-repeat; padding:180px 0 0 5px; }
ul#sharedcp li a:hover { color:#000; }

h2.profile { background:#fff url(images/layout/members-area/profile-heading.jpg) 0 0 no-repeat; font-size:1.3em; padding:0 0 0 30px; }
h2.listings { background:#fff url(images/layout/members-area/listings-heading.jpg) 0 0 no-repeat; font-size:1.3em; padding:0 0 0 30px; }
h2.payment { background:#fff url(images/layout/members-area/payment-heading.jpg) 0 3px no-repeat; font-size:1.3em; padding:0 0 0 30px; }

ul#messages, ul#errors, ul#warnings {
	list-style-type:circle;
	margin:1em 0;
	padding:5px 10px 10px 80px;
	min-height:52px;
}
ul#messages { color:#89bf36; background:#fff url(images/layout/success.jpg) 0 0 no-repeat; }
ul#errors { color:#f2101b; background:#fff url(images/layout/error.jpg) 0 0 no-repeat; }
ul#warnings { color:#ddb419; background:#fff url(images/layout/warning.gif) 0 0 no-repeat; }
ul#messages li, ul#errors li, ul#warnings li { margin:0; padding:0; }
ul#messages li a, ul#messages li label { color:#89bf36; text-decoration:underline; cursor:pointer; }
ul#errors li a, ul#errors li label { color:#f2101b; text-decoration:underline; cursor:pointer; }
ul#warnings li a, ul#warnings li label { color:#ddb419; text-decoration:underline; cursor:pointer; }
ul#messages li a:hover, ul#messages li label:hover, ul#errors li a:hover, ul#errors li label:hover,, ul#warnings li a:hover, ul#warnings li label:hover { text-decoration:none; }

ul#positive-note { list-style-type:circle; margin:1em 0; padding:5px 15px; }
ul#positive-note li { margin:0; padding:0; color:#89bf36; }
ul#positive-note li a { color:#89bf36; text-decoration:underline; }
ul#positive-note li a:hover { text-decoration:none; }


/* Buttons */

button.styled, a.button { 
	border:0; 
	cursor:pointer; 
	margin:10px 0 2px;
	padding:0 20px 0 0; 
	text-align:center; 
	background:url(images/layout/button/btn-right.gif) right no-repeat; 
	font:bold 1.1em Arial, Helvetica, sans-serif;
	position:relative;
}
button.styled span, a.button span { 
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 20px; 
	height:35px; 
	line-height:35px;
	background:url(images/layout/button/btn-left.gif) left no-repeat;
	color:#333;
}
a.button { 
	display:block;
	text-decoration:none;
}
button.styled:hover, a.button:hover {
	background:url(images/layout/button/btn-right-hover.gif) right no-repeat; 
}
button.styled:hover span, a.button:hover span {
	background:url(images/layout/button/btn-left-hover.gif) left no-repeat;
	color:#eee;
}

#header form {
	width:300px;
	float:left;
	margin:30px 0 0;
	padding:0;
}
#header form div input {
	background:url(images/layout/search-box.jpg) 0 0 no-repeat;
	width:116px;
	height:19px;
	margin:2px 0 0;
	padding:3px 7px 0 27px;
	border:none;
	font-size:13px;
	float:left;
}
#header form div button {
	width:110px;
	height:32px; 
	line-height:32px;
	margin:0;
	padding:0;
	border:none;
	font-size:14px;
	background:none;
	float:left;
}
#header form div button span {
	display:block;
	margin:0;
	padding:0 2px 10px 0;
	height:22px; 
	line-height:22px;
	background:url(images/layout/search-button.jpg) 0 0 no-repeat;
}
#header form div button:hover span {
	background:url(images/layout/search-button-hover.jpg) 0 0 no-repeat;
	padding:2px 0 8px 2px;
}

/* Extras */

.selling-button { vertical-align:top; padding:0 5px 0 0; }

td.desc { padding-left:6px !important; text-align:left; }

table#browse {
	background:#fff url(images/layout/table-background.jpg) top right no-repeat;
	padding:0;
	margin:0;
	width:99%;
}
#gallery table#browse { background:none; }

table#browse tr.header-row {
	padding:0 0 0 20px;
	margin:0;
	color:#666;
}
table#browse tr.header-row td {
	border:none;
	background:none;
}
table#categories ul li.parent ul {
	list-style:none;
}
table#categories ul li.parent ul li, table#categories.top ul li.parent, table#categories tr.top ul li.parent {
	background:url(images/layout/blue-chevron.png) 0 .4em no-repeat;
	padding:0 0 0 14px;
}
table#categories.top ul li.parent, table#categories tr.top ul li.parent {
	margin:.3em 0;
}
table#categories ul li.parent ul li.italic {
	margin-top:1em;
}

#item h1 { font-size:2em; padding:.2em 0; }
#item h2 { font-weight:normal; }
#item h2 a { font-style:italic; font-weight:bold; }
#item h3 { background:#fff url(images/layout/right-gradient.jpg) 0 0 repeat-y; padding:.3em .4em; }

table#subcategories {
	/*background:#fff url(images/layout/subcat-background.jpg) top right no-repeat;*/
	padding:0;
	margin:0;
	width:99%;
	font-size:12px;
}
table#subcategories tr {
	/*background:url(images/layout/subcat-corner.jpg) 0 0 no-repeat;*/
	padding:0 0 0 20px;
	margin:0;
}
table#subcategories tr td {
	vertical-align:top;
	border:none;
	background:none;
}
table#subcategories tr td.first {
	padding-left:10px;
}
table#subcategories tr td ul {
	list-style:none;
	margin:0 5px 0;
	padding:0;
}
table#subcategories tr td ul li {
	margin:0;
	padding:0 0 .3em;
	color:#09f;
}
table#subcategories tr td ul li a { color:#09f; text-decoration:none; }
table#subcategories tr td ul li a:hover { text-decoration:underline; }
h2#subcats a { font-style:italic; margin-left:5px; font-size:.9em; }

/* counter print styles */

/* 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;
	background-color:#fff;
}

/* end slimbox */

/* Float Clearing Method... leave last */

.clearfloat:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both;
	visibility:hidden;
}
.clearfloat { display: inline-block; }
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }

