.search_box_header {
	font-weight: bold;
	background-color: #cfb898;
	border: 1px solid #b5a185;
	border-bottom: none;
	padding: 5px;
	color: white;
	background-image: url(/_IMAGES/_XSL/templates/www_main/top_nav_bg.gif);
}

.search_box {
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #eeeeee;
	padding: 10px;
}
.search_button {
	font-size: 30px;
}

.search_box table td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.search_box table td.first {
	padding-left: 0px;
}
.search_box table td.last {
	padding-right: 0px;
	border: none;
	vertical-align: middle;
	text-align: center;
}
.search_box table td.nowrap {
	white-space: nowrap;
}

.radius_search {
	margin-top: 5px;
	display: block;
}
.radius_search_hidden {
	display: none;
}
.divider {
	padding-bottom: 20px;
	background: url('/_IMAGES/_XSL/templates/www_main/welcome-divider.gif') no-repeat bottom;

}
/*- - - - - - - - - - - - - - - - - -*/
.join {
	width: 332px;
	height: 260px;
	padding: 10px;
	background: url('/_IMAGES/_XSL/templates/www_main/forum-bg.jpg') no-repeat top;
}
.join p{
	padding-top: 50px;
	line-height: 2;
}
.advanced_search_box {
	font-size: 12px;
	width: 332px;
	height: 388px;
	background: url('/_IMAGES/_XSL/templates/www_main/search-bg.jpg') no-repeat top;
	padding-top: 60px;
}

.advanced_search_table {
}
.search-btn {
	background: url('/_IMAGES/_XSL/templates/www_main/search-btn.png') no-repeat top;
	width: 119px;
	height: 36px;
	border: none;
}
.advanced_search_table td {
	vertical-align: top;
	padding: 30px 15px 0 15px;
}

.advanced_search_table td.left {
	white-space: nowrap;
}

.advanced_search_table td.right {
	width: 100%;
}

/*- - - - - - - - - - - - - - - - - -*/

.buttons_table {
	width: 521px;
	height: 182px;
	margin: 0px 0px 0px 0px;
	padding: 0px 38px 0px 46px;
	background: #ffffff url(/_IMAGES/_XSL/templates/www_main/buttons.jpg) no-repeat top center;
	clear: both;
}

.button_container-header {
	width: 142px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 30px 5px 10px 5px;
	text-align: bottom;
	clear: both;
}

.button_container-text {
	width: 142px;
	height: 114px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	clear: both;
	vertical-align: top;
}

#button_header {
	font-family: Georgia;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#button_header a {
	color: #000000;
	text-decoration: none;
}

#button_header a:hover {
	color: #1b1b1b;
	text-decoration: underline;
}

#button_header a:active {
	color: #1b1b1b;
	text-decoration: underline;
}

#button_header a:visited {
	color: #000000;
	text-decoration: none;
}

#button_header a:visited:hover {
	color: #1b1b1b;
	text-decoration: underline;
}


#button_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

#button_text a {
	color: #ffffff;
	text-decoration: none;
}

#button_text a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

#button_text a:active {
	color: #eeeeee;
	text-decoration: underline;
}

#button_text a:visited {
	color: #ffffff;
	text-decoration: none;
}

#button_text a:visited:hover {
	color: #eeeeee;
	text-decoration: underline;
}

/* GRID IMAGE */
.user-grid{
	font-size: 11px;
/*	padding-top: 25px solid #fff;
	padding-right: 3px solid #fff;
	padding-left: 3px solid #fff;
*/	background-color: #ecc9a4;
}
.user-grid .header{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-image: url(/_IMAGES/_general_results_header_bg.gif);
}
.user-grid .username{
}
.user-grid td{
	background-color: #ECC9A4;
}
.user-grid .cell-white {
	background: #fff;
	padding: 10px;
/*	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; */
	border: 1px solid #C6A37F; 
	margin: 3px;
	display: block;
	overflow: hidden;
}
.user-grid .cell-white div.image {
	float: left;
	background-color: #FBE2C8;
	border: 1px solid #ECC9A4;
	padding: 5px;
}
.user-grid .cell-white div.image img{
	border: 1px solid #ECC9A4;
	height: 56px;
}
.user-grid .cell-white div.text {
	float: left;
	padding: 0 0 0 10px;
	line-height: 1.4;
}
.user-grid .cell-gray {
	background: #FBE2C8;
	padding: 10px;
/*	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; */
	border: 1px solid #C6A37F; 
	margin: 3px;
	display: block;
	overflow: hidden;
}
.user-grid .cell-gray div.image {
	float: left;
	background-color: #ECC9A4;
	border: 1px solid #C6A37F;
	padding: 5px;
}
.user-grid .cell-gray div.image img{
	border: 1px solid #C6A37F;
	height: 56px;
}
.user-grid .cell-gray div.text {
	float: left;
	padding: 0 0 0 10px;
	line-height: 1.4;
}
