﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
#listingsTable
{
	padding:5px;
}
#listingsTable td
{
	padding:5px;
	}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/*	2.0 GENERAL STYLES                                																							 
-----------------------------------------------------------------------------------------------*/

body
{
	font-size: 13px;
	line-height: 1.4em;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Lucida Bright" , Georgia, "Times New Roman" , Times, serif;
}

h1
{
	font-size: 2.8em;
	line-height: 1em;
	font-weight: normal;
}
h2
{
	font-size: 1.3em;
	line-height: 2.4em;
	font-weight: bold;
	padding: 10px 0 2px 0;
	color: #ca2d01;
	background: transparent url(../images/btmBorder.gif) repeat-x bottom;
}

h3
{
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
	white-space:nowrap;
}
h4
{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}
h5
{
	font-size: .9em;
	line-height: 1.4em;
}

a
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #333;
}

ul
{
	padding-bottom: 10px;
}
li
{
	line-height: 1.8em;
}

p
{
	margin: 0 0 15px 0;
}

i, em
{
	font-style: italic;
}
b, strong
{
	font-weight: bold;
}

#main ul li
{
	margin-left: 25px;
	list-style: disc;
}
#main ol li
{
	margin-left: 25px;
	list-style: decimal;
}

#main a
{
	color: #ca2d01;
}
#main a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.red
{
	color: #F00;
}

/*	3.0 GENERAL LAYOUT                                																							 
-----------------------------------------------------------------------------------------------*

/*	3.1 #wrapper 
------------------------------------------------------------------------------*/
#wrapper
{
	width: 900px;
	margin: auto;
	overflow: hidden;
}

/*		3.2 #header 
------------------------------------------------------------------------------*/
#header
{
	height: 110px;
	background: transparent url(../images/btmBorder.gif) repeat-x bottom;
}

#header a
{
	color: #333;
}
#header a:hover
{
	text-decoration: none;
}

#header #nav
{
	height: 40px;
}
#header ul
{
	float: right;
	border: none;
}
#header ul li, #header ul a
{
	float: left;
}
#header ul a
{
	margin: 0 5px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
}
#header ul a em
{
	color: #ca2d01;
	font-style: normal;
}
#header ul a:hover
{
	text-decoration: underline;
}

#header h2
{
	font-size: .9em;
	line-height: 2em;
	font-weight: bold;
	background: none;
	padding: 0px;
}

/*		3.3 #content 
------------------------------------------------------------------------------*/
#content
{
	padding-bottom: 25px;
	background: transparent url(../images/btmBorder.gif) repeat-x bottom;
	overflow: hidden;
	height: 1%;
}

.shortListing
{
	margin: 8px 0;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #dfdfdf;
	height: auto !important;
	overflow: hidden;
}
#content .shortListing h3 a
{
	color: #333;
}

.upsell
{
	background-color:#f0f0f0;	
	padding:15px 0 15px 10px;
	margin: -9px 0 10px 0;
	font-size: 11pt;
	border: 0;
}

.upsellNonFeatured
{
	background-color:#f0f0f0;	
	padding:15px 0 15px 10px;
	margin: 10px 0 10px 0;
	font-size: 11pt;
	border: 0;
}

.listing
{
	margin: 8px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #dfdfdf;
}
.listingDetail
{
	margin: 8px 0;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #dfdfdf;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}
.listing h3
{
}
#content .listing h3 a
{
	color: #333;
}
.listingInfo
{
	width: 175px;
	float: right;
	margin: 0 0 5px 20px;
	white-space:nowrap;
}
#content .listingInfo ul
{
	margin-top: 0px;
}
#content .listingInfo ul li
{
	margin: 0;
	list-style: none;
	line-height: 1.4em;
}
.detailedListingInfo
{
	width: 225px;
	float: right;
	margin: 0 0 5px 20px;
	white-space:nowrap;
}
#content .detailedListingInfo ul
{
	margin-top: 0px;
}
#content .detailedListingInfo ul li
{
	margin: 0;
	list-style: none;
	line-height: 1.4em;
}
.listingFooter
{
	margin: 5px 0 8px 0;
}
#content .listingFooter a
{
	margin-right: 10px;
	color: #ca2d01;
}


/*			3.4 #main 
------------------------------------------------------------------------------*/
#main
{
	width: 685px;
	float: left;
	min-height: 400px;
}
.loggedIn #main
{
	width: 652px;
	float: left;
}

/*			3.5 #secondary 
------------------------------------------------------------------------------*/
#secondary
{
	width: 180px;
	float: right;
	overflow: hidden;
}
#secondary ul
{
	border-bottom: solid 1px #dfdfdf;
	margin: 12px 0;
}
#secondary li
{
	overflow: hidden;
	line-height:20px;	
}
#secondary li.stateList
{
	line-height:17px;	
}

.loggedIn #secondary
{
	width: 227px;
	float: right;
	overflow: hidden;
}

/*				3.6 #lists 
------------------------------------------------------------------------------*/
#lists
{
	width: 180px;
	float: left;
}

/*				3.7 #ads 
------------------------------------------------------------------------------*/
#suggested
{
	width: 120px;
	float: right;
	padding-top: 20px;
}

/*		3.8 #footer 
------------------------------------------------------------------------------*/
#footer
{
	margin: 15px 0;
}

/*	4.0 BLOG SPECIFIC                              																							 
-----------------------------------------------------------------------------------------------*/

.meta-comments
{
	margin-left: 20px;
	padding-left: 20px;
	background: transparent url(../images/icon-comment.gif) no-repeat left;
}

#content .meta-comments a
{
	font-size: .8em;
	color: #999;
}

/* Comment Styles
-------------------------------------------------------------------*/

.meta
{
	margin-top: 10px;
}

#content .comments
{
	margin-bottom: 20px;
}

#content .comment-header
{
	margin: 5px 0;
	background: #FFF;
	padding: 10px 0;
}

#content .comment-feed-link a
{
	padding-left: 20px;
	background: transparent url(../images/icon-rss.gif) no-repeat left bottom;
	font-size: 85%;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .comment
{
	margin: 5px 0;
	background: #EFEFEF;
	padding: 10px;
}

#content .comment-meta
{
	margin: 5px 0 5px 0;
	font-size: 85%;
}


#the-complete-list{white-space:nowrap;}
#the-complete-list li.featured a
{
	font-weight: bold;
	color: #CA2D01;
}

#the-complete-list-empty{}

#the-complete-list-empty a{color: #CA2D01;}


/*	5.0 GET LISTED FORM                             																							 
-----------------------------------------------------------------------------------------------*/
#get-listed
{
}

#get-listed a.purchaseCredits
{
	padding: 3px 8px;
	background: #CA2D01;
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
}

#get-listed .formDiv
{
	overflow: hidden;
}
#get-listed .formDiv p
{
	display: inline;
}
#get-listed .formDiv2
{
	overflow: hidden;
}
#get-listed .formDiv2 p
{
	display: inline;
}
#get-listed legend
{
	font-size: .9em;
	line-height: 1em;
	font-weight: bold;
	padding: 0;
	color: #ca2d01;
}
#get-listed .formDiv label
{
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	text-align: right;
	width: 200px;
}
#get-listed .formDiv2 label
{
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	text-align: right;
	width: 60px;
}
#get-listed .textInput
{
	border: solid 1px #999;
	margin: 0 0 5px;
	width: 200px;
}
#get-listed .textareaInputLong
{
	border: solid 1px #999;
	margin: 0 0 5px;
	width: 500px;
}
.formDivLong h3
{
	font-size: 1em;
	font-weight: bold;
	color: #666;
}
.formDivLong p
{
	margin: 0px;
}
#profile_short
{
	height: 100px;
}
#profile_long
{
	height: 250px;
}
#get-listed .textareaInput
{
	border: solid 1px #999;
	width: 250px;
	height: 175px;
}
#get-listed .btnInput
{
	margin-left: 210px;
}

#get-listed .disabled
{
	background: #FFF;
}

span.required
{
	color: #ca2d01;
}
#wrapper input.error, #wrapper textarea.error
{
	border: solid 1px #ca2d01;
}
#wrapper label.error
{
	color: #ca2d01;
	padding-left: .5em;
	vertical-align: top;
	font-size: .8em;
	display: block;
	margin: -3px 0 5px 210px;
}

.login #get-listed
{
	margin-bottom: 0px;
	height: 60px;
}
.login #get-listed label
{
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	text-align: left;
	width: 70px;
}
.login #get-listed .textInput
{
	border: solid 1px #999;
	margin: 0 0 5px;
	width: 200px;
}

.login .forgetmenot
{
	padding: 0px;
	margin: 0 0 15px;
}
.login .forgetmenot input
{
	margin: 0px;
}

#wrapper fieldset
{
	margin: 15px 0;
	padding: 15px 0;
	border-top: solid 1px #EEE;
}

.charCount
{
	font-size: .8em;
}

/*	6.0 PURCHASE FEATURED LISTING                             																							 
-----------------------------------------------------------------------------------------------*/
.listing
{
}

.paypal-logo
{
	padding: 5px;
}

.listing div.list
{
	font-weight: bold;
	border: solid 1px #DFDFDF;
	padding: 0 10px;
	width: 293px;
	float: left;
	margin: 0 10px 10px 0;
}


.redText
{
	color: #ca2d01;
}
.redErrorText
{
	color: #ca2d01;
	font-weight: bold;
}
.largeRedErrorText
{
	color: Red;
	font-weight: bold;
	font-size: 12pt;
}

.negativePadding
{
	margin-top: -15px;
}

.completionList
{
	margin: 0px !important;
	background-color: #F3F3F3;
	color: windowtext;
	cursor: 'default';
	overflow: auto;
	height: 105px;
	text-align: left;
	list-style-type: none;
	border: solid 1px #333333;
}

.completionListItem
{
	white-space: nowrap;
	padding-left: 3px;
}

.compltionListHighlightedItem
{
	background-color: White;
	color: #ca2d01;
	padding-left: 3px;
}
