/* DIRECTORY PAGES */

#body a {
	color: #72433b;
}
#body .side_box a, #body .left_col a {
	color: #375a5c;
}
#body a:hover, #body .membername {
	color: black;
}
#body td a:hover {
	text-decoration: none;
}

/* Index */
#directory {
	margin-top: 1.25em;
}
#directory #controls {
	height: 24px;
	padding: 10px 10px 10px 30px;
	margin: 1em 0;
	background: url('../../img/directory_control_box.png') no-repeat;
}
#directory #controls p {
	margin: 0;
}
#listingTerms { 
	width: 50px;
}
#listingTerms:focus {
	width: 125px;
}
#directory .button {
	margin-bottom: -3px;
}

#directory .side_box, #directory .welcome {
	float: right;
	width: 202px;
	margin-left: 20px;
}

#hands_offer {
	height: 112px;
	width: 385px;
	margin: 20px 0 0 75px;
	background: url('../../img/hands_offer_b.png') no-repeat;
}
#hands_want {
	height: 111px;
	width: 385px;
	margin: 0 0 30px 75px;
	background: url('../../img/hands_want_b.png') no-repeat;
}
#hands_offer a, #hands_want a {
	display: block;
}
#hands_offer a:hover img, #hands_want a:hover img {
	visibility: hidden;
}

.slide_box {
	width: 525px;
}
#listings {
	clear: right;
	width: 750px;
}
#listings thead td {
	font-size: .8em;
	font-weight: bold;
	padding-bottom: 5px;
}
#listings thead td a {
	color: #999;
}
#listings .type_1 .listing_title a {
	color: #253e68;
}
#listings .type_2 .listing_title a {
	color: #7f4014;
}
#listings .listing_title a {
	display: block;
}
#listings .listing_title a:hover {
	color: #000;
}
#listings .new {
	margin: 0 0 7px 5px;
}
#listings tfoot td {
	font-style: italic;
	padding-top: .5em;
	opacity: .5;
}
#pagination {
	margin-top: 1em;
}
#pagination .count {
	float: right;
}
#listings_footer {
	margin-top: 1em;
}

/* Vew */
#suggestions {
	font-size: .85em;
}

/* Edit */
.left_col .inner {
	margin: 0 4px 0 0;
}
#accordion {
	font-size: .8em;
	margin: 1em 0;
}
#accordion .toggle {
	color: #375a5c;
	cursor: pointer;
	padding: 2px 15px;
	border-bottom: 2px solid #e1eef3;
	background: url('../img/bullet.png') 5px 7px no-repeat;
}
#accordion .toggle:hover {
	color: white;
	text-decoration: none;
	background-color: #98c6d6;
}
#accordion .stretcher {
	font-size: .9em;
	padding: 0 10px 5px 15px;
}