.category_child_list{
	padding-left:16px;
}
.category {
	float: left;
	margin-right: 5px;
	padding: 0px;
	font-size: 1em;
	width: 45%;
	padding-bottom: 20px;
}
.category_children {
	list-style: none;
	float: left;
	margin: 2px;
	padding: 0px;
	font-size: 0.9em;
}
.clear {
	clear: both;
}
table.t{
	display: none;
}
body {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: small;
    color: #000000;
    background-color: #fff;
}

a:link, a:active, a:visited {
    color: #CD0000;
}

a:hover {
    color: #F70000;
}

a.normal:link, a.normal:active, a.normal:visited {
    color: blue;
}

a.normal:hover {
    color: purple;
}

input {
    margin-bottom: 5px;
}

p {
    line-height: 150%;
}

div#banner {
    width: 760px;
	text-align:center;
    margin: 0 auto 10px;
}

div#container {
    width: 760px;
    margin: 0 auto;
}

div#header {
    text-align: center;
    padding-bottom: 15px;
}

div#content {
    float: left;
    width: 100%;
    padding: 10px;
}

div#content h3 {
    margin-top: 15px;
}

ul#classifieds {
    list-style-type: none;
}

ul#classifieds li {
    line-height: 140%;
}

div#sidebar {
    width: 200px;
    margin-left: 480px;
}

ul#categories {
    width: 700px;
    text-align: center;
    padding: 5px;
    background-color: #ececec;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

ul#categories li {
    display: inline;
    padding-left: 5px;
}

ul#category_list {
    padding: 20px;
    list-style-type: square;
}

ul#category_list li {
    line-height: 140%;
}

div#contact_seller {
    padding: 10px;
}

div#contact_seller input {
    margin-top: 5px;
}

div#email {
    padding: 10px;
    border: 1px solid #cecece;
    background-color: #ececec;
}

fieldset {
    display: block;
    width: 255px;
    margin: 20px;
    padding: 10px;
    background-color: #eee;
}

fieldset > label {
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
}

form#login_form {
    border: 1px solid #ccc;
    padding: 3px;
}

form#login_form label {
    font-size: 80%;
}

form#login_form input[type = text], 
form#login_form input[type = password] {
    width: 150px;
}

div#sidebar {
    width: 200px;
    margin-left: 480px;
    margin-top: 50px;
}

a.admintools {
    font-size: 75%;
    margin-right: 3px;
    color: #CD0000;
}

div#loading { 
	padding: 5px; 
	background-color: #ffffcc; 
	border: 1px solid #ececec; 
} 

div#loading p { 
	font-weight: bold; 
	font-size:  110%; 
} 
 
ul#classifieds { 
	list-style-type: none; 
} 

ul#classifieds li { 
	background-color: #ececec; 
	padding: 5px; 
	font-weight:bold; 
	line-height: 140%; 
}

div.vcard { 
	margin:  5px; 
	padding:  15px; 
	border: 1px solid #ccc; 
	background-color:  #ececec; 
	font-size: 120%; 
} 

span.fn { 
	font-weight:  bold; 
	font-size: 110%; 
	width:  100%; 
	display:  block; 
} 

a.email { 
	width:  100%; 
	display:  block; 
	padding-top: 5px; 
} 

.auto_complete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

.auto_complete ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.auto_complete ul li.selected 
{ 
	background-color: #bbf;
}

.auto_complete ul li {
	list-style-type: none;
	display:block;
	margin:0;
	padding:2px;
	height:16px;
}
#footer{
	clear:both;
}

/* Search */
#topbar{
	text-align:center;
}
#topbar input{
	font-size: 18pt;
}
.resultset_stat{
	text-align:right;
	border-top: 1px solid red;
}
.rs_image{
	float:left;
	margin-right:5px;
}
.rs_summary{
	margin-bottom:5px;
}
.rs_display_url{
	margin-bottom:5px;
	color:green;
}
.rs_updated{
	display:none;
}