body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2d79ba url(images/mm_background.png) repeat-x top; /*blue sky 88beec */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container  {
	width: 875px;  /*56.25em = 900px using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2D79BA;
	margin: 10px auto; /* center the page */
*/	text-align: left; /* align text to the left*/
	padding: 0;
	text-align: left;
	position: relative;
} 
/*** Simple Tool-tip ***/

a.simple { cursor: help; text-decoration:none; color:inherit; }
a.simple:hover { color: #68a; text-decoration:none; }
a.simple span {
	display: none;
	margin-left: 15px;
	margin-top: 15px;
	padding: 5px;
	width: 150px;
	}
 
a.simple:hover span {
	background:#ffc none repeat scroll 0 0;
	border:2px solid #357;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 11px tahoma; 
	color: #357;
	display:inline;
	position:absolute;
	text-align:left;
	}

/*** End Simple Tool-tip ***/

/* HEADER & DATE
*******************************************************************************/
#header  {
	background: url(images/mm_banner.jpg) no-repeat center top;
	height: 306px;
	padding:0;
	margin:0;
	position: relative;
} 
#title {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	top: 57px;
}
#logo {
	position: absolute;
	width: 550px;
	left: 60px;
	top: 113px;
}
#logo p {
	font: 1em Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
}
#logo img {
	margin: 0px;
	padding: 0px;
	height: 107px;
	width: 365px;
	border-style: none;
}

/* HORIZONTAL MENU
*******************************************************************************/
#date {
	margin:0;
	padding:0;
	color:#555;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	position: absolute;
	left: 40px;
	top: 59px;
}
#main_horiz_menu {
	width:100%;
	height:28px;
	margin:0;
	padding:0;
	position: absolute;
	bottom: 0px;
	left: 25px;
}
#main_horiz_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main_horiz_menu li {
	float:left;
	margin:0;
	padding:0;
}
#main_horiz_menu li a {
	line-height:26px;
	border-right:solid 1px #000;
}
#main_horiz_menu a:link, #main_horiz_menu a:visited {
	padding:0 20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#111;
}
#main_horiz_menu a:hover , #main_horz_menu a:active, #main_horz_menu a:focus{
	line-height:26px;
	text-decoration:none;
	color:#BBA89D;
}
/* CONTENT WINDOW (mostly for containing bacground)
*******************************************************************************/
#content {
	padding: 2px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/mm_main.gif) repeat-y center top;
	text-align: left;
}
/* SIDEBAR MENU
*******************************************************************************/
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:5px; /* padding keeps the content of the div away from the edges */
	margin:0;
}
.menu_box {
	margin:0;
	padding:0px;
	width:198px;
	background: url(images/mm_menu.png) repeat-y center top;
}
.menu_box_top {
	background: url(images/mm_menu_top.png) no-repeat center bottom;
	height: 8px;
	width: 198px;
	margin: 0px;
	padding: 0px;
}
.menu_box_bot {
	background: url(images/mm_menu_bot.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 198px;
}
.menu_box h1 {
	margin:0 10px 10px;
	padding: 0;
	font: bold 1.1em arial;
	color: #000000;
	width: 87%;
	border-bottom: thin solid #534239;
}
.menu_box input {
	margin: 2px;
	font-size: 0.7em;
	line-height: 0.8em;
	position: absolute;
	right: 10px;
	width: 100px;
}
.menu_box form {
	position: relative;
	width: auto;
	padding-bottom: 10px;
}
.menu_box span {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
	line-height: 1.7em;
}
.menu_box ul {
	margin: 0;
	padding: 0px 0px 10px;
	list-style: none;
}
.menu_box a  {
	width: 100%;
	height: auto;
}
.menu_box li {
	margin:0;
	padding:0;
}
.menu_box a:link, .menu_box a:visited {
	padding:0 30px;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#111;
}
.menu_box a:hover, .menu_box a:active, .menu_box a:focus {
	text-decoration:none;
	color:#7E6658;
	height: auto;
	width: 198px;
}

/* MAIN CONTENT
*******************************************************************************/
#mainContent  {
	margin: 0 0 0 200px;
	padding: 5px 30px 5px 15px;/*	border-left: 1px solid #000; don't need if sidebar cotains boxes. */
} 
#mainContent a:link, #mainContent a:visited {
	text-decoration:none;
	color:inherit;
}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	text-decoration:none;
	color:#68a;
}

/* FOOTER
*******************************************************************************/
#footer  {
	margin:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/mm_footer.png) no-repeat center bottom;
	height: 65px;
	width: 875px;
}
#footer_bot {
	background: url(images/mm_footer_bot.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 22px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:0.75em arial;
	color:#222;
	text-align:center;
}
#footer a:link, #footer a:visited {
	margin:0;
	padding:0 2px;
	font-weight:bold;
	text-decoration:none;
	color:#222;
}
#footer a:hover {
	color:#BBA89D;
}
#credits {
	position: relative;
	height: auto;
	width: 875px;
	text-align: center;
}
#credits  a img {
	border-style: none;
}
#credits a:link,#credits a:visited {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #2D79BA;
	text-decoration: none;
	z-index: 1;
	position: absolute;
	right: 40px;
	bottom: -20px;
	border-style: none;
}
#credits a:hover {
	color: #BBA89D;
	z-index: 10;
}
#icon1  {
	position: absolute;
	right: 35px;
	bottom: 40px;
}
#icon2 {
	position: absolute;
	bottom: 40px;
	right: 10px;
}


/* CLASSES
*******************************************************************************/
.bold {
	font-weight: bold;
	margin-bottom: 10px;
	}
.lh5 {
	line-height:5px;
}
.pad10 {
	padding:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear {clear:both;}
.center {width:100%; text-align:center;}
.float_left {float:left;}
.float_left_half {float:left; width:50%;}
.float_right {float:right;}
.float_right_half {float:right; width:50%}

/* FEATURED LISTINGS HORIZONTAL
*******************************************************************************/

#featured_listings_horizontal {
	width:100%;
	margin:0;
	padding:0 0 0 0;
	font-size:12px;
	text-align:left;
}

	#featured_listings_horizontal .featured_listings_block {
		float:left;
		width:130px;
		margin:0;
		padding:0;
		text-align:center;
	}

	#featured_listings_horizontal .featured_listings_block a:link.title ,
	#featured_listings_horizontal .featured_listings_block a:visited.title  {
		font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#666666;
		background-color:transparent;
	}

	#featured_listings_horizontal .featured_listings_block a:hover.title  {
		text-decoration:underline;
		color:#FF0000;
		background-color:transparent;
	}

	img.featured_listings_horizontal_thumb {
		border: #000 1px solid;
	}

/* LISTING DETAIL - COMMON FOR ALL TEMPLATE FILES
*******************************************************************************/

#or_content_tag .view_image {
	width:100%;
	text-align:center;
}

.view_image span.image_caption {
	width:100%;
	line-height:25px;
	font-weight:bold;
	color:#FF0000;
}

#or_content_tag .view_image a:link, #or_content_tag .view_image a:visited {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#CFCFCF;
}

#or_content_tag .view_image a:hover {
	text-decoration:underline;
}

#or_content_tag .view_image img {
	width:480px;
	margin-bottom:10px;
	border:0 none;
}

#features {
	clear:both
}

	#features_left {
		float:left;
		width:50%;
	}

	.multiple_options_caption {
		margin:0;
		padding:0;
		font-weight:bold;
	}

	.multiple_options {
		float:left;
	}

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

	.multiple_options li {
		display:inline;
	}

	#features_right {
		float:left;
		width:50%;
	}

	#features_right ul {
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
	}

	#features_right li {
		display:inline;
		line-height:12px;
	}

	div.features_ticked {
		float:left;
		line-height:15px;
		margin-top:15px;
		padding-left:18px;
/*		background:url(images/box_ticked.png) repeat-y 0 -30px ; */
	}

	div.features_ticked strong {
		line-height:15px;
		padding-top:16px;
		margin-left:-18px;
		background-color:#FFFFFF;
	}

.browse_tool_table {
	background-color: #F7F7F4;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	color: black;
	border: 1px solid #DDD;
	padding: 2px 2px 2px 2px;
	margin-bottom: 6px;
}
.browse_tool {
	background-color: #EBEBEB;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool_num {
	color: #336699;
}
.browse_tool_button A {
	background-color: #EBEBEB;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	border: 1px dashed red;
	font-weight: bold;
	text-decoration: none;
	color: #00A1DF;
	width: 100px;
	display: block;
	line-height: 16px;
}
.browse_tool_button A:visited {
	color: #00A1DF;
}
.browse_tool_button A:hover {
	color: #555555;
}
.browse_tool_ghost {
	font-size: 10px;
	line-height: 10px;
	color: #aaaaaa;
	text-decoration: none;
}
.browse_tool_curpage {
	border: 1px solid #00A1DF;
	color: #555555;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	display: block;
	text-align: center;
}
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EBEBEB;
	text-decoration:none;
	vertical-align: middle;
	color:	#000000;
}
bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}
A.bt_pages{
	border: 1px solid #00A1DF;
	color: #00A1DF;
	padding: 4px 4px 4px 4px;
	display: block;
	text-align: center;
}
A.bt_pages:visited{
	color: #00A1DF;
}
A.bt_pages:hover{
	color:#FFFFFF;
	background: #CCFF00;
}

/* LISTING DETAIL - NEXT/PREV BAR (WHEN "Show NextPrev Bar On Listing Page" IS
   SET TO "yes" AT "SITE CONFIG", "LISTINGS" TAB) - THIS IS NOT THE SAME FOR THE
   TAG {next_prev} AS SET ABOVE
*******************************************************************************/
.listing_result_content {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.listing_result_box {
	border: 1px dashed #555;
	margin-top: 6px;
}
.listing_result_box:hover {
	background-color: #eee;
}
.listing_result_content a:visited {
	text-decoration: none;
	color: #555;
	}
.listing_result_content a, .listing_result_content a:link {
	text-decoration: none;
	color: #345;
	}
.listing_result_content a:hover {
	text-decoration:underline;
	color: #68a;
	}


.next_prev_listing {
	float:left;
	width:358px !important;
	margin:0 0 20px 0;
	padding:0;
	font-size:11px;
}

.next_prev_listing img {
	width:59px !important;
}

.next_prev_listing .count {
	float:left;
	width:358px;
	margin:0; padding:0 0 10px 0;
	text-align:center;
}

.next_prev_listing ul {
	clear:both;
	width:100% ;
	height:28px !important;
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

.next_prev_listing li {
	display:inline;
}

.next_prev_listing .listing_xy {
	float:right;
	width:358px;
	text-align:center;
	color:#999999;
	/*border-bottom:1px solid #CFCFCF;*/
}

#search_result_header {
	font-size: 0.8em;
	margin: 5px auto;
	text-align: center;
}
#search_result_header a, #search_result_header a:visited, #search_result_header a:link{
	text-decoration: none;
	color: #345;
}
#search_result_header a:hover {
	text-decoration:underline;
	color: #68a;
}

/* SEARCH CLASS DEFAULT (search_class_default.html)
*******************************************************************************/

#search_class_form {
	width:100%;
	margin:0;
	padding:0;
	background-color:#F7F7F7;
}

#search_class_form h3 {
	margin:0;
	padding:10px 0 10px 10px;
	font-size:14px;
	color:#000000;
}

form#class_search_form {
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	line-height:20px;
	color:#000000;
}

form#class_search_form input { /* THESE SETTINGS MAY AFFECT BELLOW */
	margin:0 5px 0 10px;
	background-color:#F7F7F7;
}

	form#class_search_form input#button_search_listings {
		width:150px;
		margin:20px 10px 0 10px;
		padding:3px 0 3px 0;
		border:3px outset #999999;
		cursor:pointer;
		font-size:12px;
		color:#000000;
		background-color:#9FB6D5;
	}

	form#class_search_form input#button_view_listings {
		width:150px;
		margin:20px 10px 0 0;
		padding:3px 0 3px 0;
		border:3px outset #999999;
		cursor:pointer;
		font-size:12px;
		color:#000000;
		background-color:#9FB6D5;
	}


/* SEARCH PAGE DEFAULT (search_page_default.html)
*******************************************************************************/

#search_page_default {
	float:left;
	width:100%;
	font-size:12px;
	}
	#search_page_default .no_results {
	float:left;
	color:#FC0000;
	margin-bottom:10px;
	}
	#search_page_default .no_results a:link,
	#search_page_default .no_results a:visited {
		color:#FC0000;
		}
	#search_page_default .no_results a:hover {
		color:#000000;
		}
#templated_search_form {
	width:100%;
	}
#templated_search_form_data {
	margin-left:140px; /* SAME WIDTH SET AT featured_vertical.css FOR "#featured_listings_vertical" */
	}
	div#templated_search_form form {
		float:left;
		padding-top:20px;
		}
	table#search_fields {
		width:100%;
		}
	table#search_fields td {
		width:50%;
		padding-bottom:20px;
		vertical-align:top;
		}
	table#search_fields td.searchpage_field_caption {
		width:20%;
		font-weight:bold;
		}
	table#search_fields td br {
		display:none;
		}
	table#search_fields select {
		width:auto;
		margin-left:5px;
		}
	table#search_fields option {
		}
	#before_search_button {
		font-weight:bold;
		}
		p.lang_text_search {
			font-weight:bold;
			}
			p.lang_text_search input {
				width:210px;
				margin-left:20px;
				}
		p.show_only_with_images {
			font-weight:bold;
			}
		p.show_only_with_vtours {
			font-weight:bold;
			}
	#search_button {
		margin-top:20px;
		}
		#search_button input {
			width:150px;
			font-size:12px;
		}

/* LISTING DETAIL DEFAULT TEMPLATE (listing_detail_default.html)
*******************************************************************************/
#listing_detail_default {
/*	float:left; */
	width:100%;
	margin:0;
	padding:0;
	font-size:11px;
	}
#listing_detail_default a, #listing_detail_default a:visited, #listing_detail_default a:link {
	text-decoration: none;
	color: #345;
	}
#listing_detail_default a:hover {
	text-decoration:underline;
	color: #68a;
	}

	#listing_detail_default_header {
/*		float:left; */
/*		width:375px; /* 733px INNER (-) 358px ".next_prev_listing" = 375px */
		width:100%; 
		margin: 0;
		}
	#listing_detail_default_header h3 {
		margin: 0 0 10px 0;
		padding: 0;
		font: bold 1.5em Arial, Helvetica, sans-serif;
		}
	#listing_detail_default_header h4 {  
		margin: 0;
		padding: 0;
		font: bold 1.2em Arial, Helvetica, sans-serif;
		}
	#listing_detail_default_header a:link,
	#listing_detail_default_header a:visited {
		text-decoration:none;
		}
	#listing_detail_default_header a:hover {
		text-decoration:none;
		color:#FC0000;
		}
p#postid {
	font: normal 0.95em Times New Roman, Times, serif;
	margin:0 0 20px 0;
	color:#777;
	}
#listTitleBlk {
	width:100%;
	border: 1px dashed #aaa;
	background-color:#eee;
	padding: 3px 5px ;
	margin: 15px 0px 5px 0px;
	}
#listTitleBlk h1 {
	font: bold 1.8em Arial, Helvetica, sans-serif;
	margin:0 0 4px;
	padding;0;
	color:#333;
	}
#listingDescription {
	padding:7px;
	background-color:#eee;
	border: 1px dashed #aaa;	
	margin: 5px 0px 5px 0px;
	}
	
	#listing_detail_default .vtour_button {
		float:left;
		margin-top:10px;
		}
#listing_detail_default_inner {
/*	float:left; */
	width:100%;
	margin:0 140px 0 0 ;
	padding:0;
	}
	#listing_detail_default_images {
		float:right;
		width:130px;  height:1px;
		margin:20px 0;
/*		border: 1px dashed #aaa;
		background-color:#eee;
*/		padding:0;
		text-align:center;
		}
	#listing_detail_default_images strong {
		display:inline;
		font:normal bold 1.5em Arial, Helvetica, sans-serif;
		color:#555;
		margin: 20px 0;
		text-transform:uppercase;
		}
	#listing_detail_default_images hr {
/*		display:block;  */
		display:none;
		width:115px !important;
		}
	#listing_detail_default_images img {
		border:#000 1px solid;
		position: static;
		}
	#listing_detail_default_images b {
		font-weight:normal;
		font-style:italic;
		}

	.fieldslinks {
		height:100% !important;
		margin:0 140px 0 0 ;
		padding:0;
		text-align:left;
		}
		.fieldslinks p{
			margin: 0px;
			padding: 0px;
			}

/* LISTING DETAIL SLIDESHOW TEMPLATE (listing_detail_slideshow.html)
*******************************************************************************/
#listing_detail_slideshow {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size:11px;
	}
#listing_detail_slideshow_inner {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	}
	#listing_detail_slideshow_header {
		float:left;
		width:375px; /* 733px INNER (-) 358px ".next_prev_listing" = 375px */
		}
	#listing_detail_slideshow_fieldslinks {
		height:100% !important;
		margin:0;
		padding:0;
		text-align:left;
		}
	#listing_detail_slideshow_mainimage {
		width:100% !important;
		text-align:center;
		}
		#listing_detail_slideshow_mainimage img#main {
			width:460px;
			border:0 none;
			}
		#listing_detail_slideshow_mainimage table {
			width:100% !important;
			border-collapse:collapse;
			border-spacing:0px;
			text-align:justify;
			}
.slideshow_img img#SLIDESIMG {
	width:480px;
	border:0 none;
	}
#listing_detail_slideshow a:link, #listing_detail_slideshow a:visited {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	}
#listing_detail_slideshow a:hover {
	text-decoration:underline;
	}


/* SEARCH RESULT BOX
*******************************************************************************/
#box_titles {
	width:100%;
	padding:20px 0 20px 0;
	text-align:center;
	font-weight:bold;
	}
	#box_titles a:link,
	#box_titles a:visited {
		}
	#box_titles a:hover {
		}
.box_dataset {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	background-color:#EAEAEA;
	}
	.box_dataset .box_dataset_image {
		float:left;
		padding:3px 3px 1px 3px;
		text-align:left;
		background-color:#CFCFCF;
		}
		.box_dataset .box_dataset_image img {
			border:2px solid #FFFFFF;
			}
	.box_dataset .box_dataset_dataleft {
		float:left;
		padding:5px;
		text-align:left;
		}
	.box_dataset .box_dataset_dataright {
		float:right;
		padding:5px;
		text-align:right;
		}
	.box_dataset .textarea {
		float:left;
		width:100%;
		padding:5px;
		text-align:justify;
		}
		.box_dataset .textarea a:link,
		.box_dataset .textarea a:visited {
			}
		.box_dataset .textarea a:hover {
			}
/* SEARCH RESULT DEFAULT
*******************************************************************************/
table.search_result_header {
	width:100%;
	margin-top:10px;
	}
	table.search_result_header th {
		height:20px;
		border:1px solid #9FB6D5;
		text-align:center;
		}
	table.search_result_header td {
		text-align:center;
		vertical-align:middle;
		}
	table.search_result_header th.title {
		width:140px;
		text-align:center;
		}
	table.search_result_header td.title {
		width:140px;
		padding-top:10px;
		text-align:center;
		}
	table.search_result_header td.title img {
		padding:3px 0 3px 0;
		border:0 none;
		}
	table.search_result_header td.textarea {
		text-align:left;
		padding-bottom:10px;
		}
	table.search_result_header a:link,
	table.search_result_header a:visited {
		}
	table.search_result_header a:hover {
		}
	table.search_result_header .result_row_0 {
		background-color:#F0F0F0;
		}
	table.search_result_header .result_row_1 {
		background-color:#FFFFFF;
		}


/* SEARCH RESULT NOPHOTO
*******************************************************************************/
table#search_result_nophoto {
	width:100%;
	line-height:18px;
	}
	table#search_result_nophoto th {
		padding:10px 0 20px 0;
		font-weight:bold;
		text-align:center;
		}
	table#search_result_nophoto td {
		text-align:center;
		}
	table#search_result_nophoto th.title {
		text-align:center;
		}
	table#search_result_nophoto td.title {
		text-align:left;
		}
	table#search_result_nophoto th a:link,
	table#search_result_nophoto th a:visited {
		text-align:right;
		text-decoration:underline;
		}
	table#search_result_nophoto th a:hover {
		text-decoration:none;
		}
	table#search_result_nophoto .result_row_0 {
		background-color:#F0F0F0;
		}
	table#search_result_nophoto .result_row_1 {
		background-color:#FFFFFF;
		}
	table#search_result_nophoto tr.result_row_0 td,
	table#search_result_nophoto tr.result_row_1 td {
		height:18px;
		font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		}


/* VIEW USERS (view_users_default.html)
*******************************************************************************/
.view_users {
	margin:0;
	padding:0;
	}
.view_users a, .view_user a:visited, .view_user a:link {
	text-decoration: none;
	color: #345;
	}
.view_users a:hover {
	text-decoration:underline;
	color: #68a;
	}
.view_users p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.view_users_hline {
	float: left;
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #888;
	}	
.view_users_single {
	float: left;
	}
		
.view_users_thumbs {
	float:left;
	margin-right:20px;
	margin-top: 20px;
	}
	.view_users_thumbs a:link,
	.view_users_thumbs a:visited {
		}
	.view_users_thumbs a:hover {
		}
	.view_users_thumbs img {
		}
.view_users_fields {
	float:left;
	padding-bottom:10px;
	}
	.view_users_fields h3 {
		}
	.view_users_fields a:link,
	.view_users_fields a:visited {
		}
	.view_users_fields a:hover {
		}
/* VIEW USER (view_user_default.html)
*******************************************************************************/
.view_user {
	/*clear:both;*/
	margin:0;
	padding:0 0 0 5px;
	}
.view_user a, .view_user a:visited, .view_user a:link {
	text-decoration: none;
	color: #345;
	}
.view_user a:hover {
	text-decoration:underline;
	color: #68a;
	}
.view_user p {
	margin: 0px;
	padding: 0px;
	}
.view_user_name {
	float:left;
	width:100%;
	padding-bottom:15px;
	padding-top:5px;
	font-size:1.25em;
	font-weight:bold;
	}
.view_user_images {
	float:left;
	width:130px;
	margin:0;
	padding:0;
	}
.view_user_images img {
	float:left;
	border:0 none;
	}
.view_user_images h3 {
	}
.view_user_info {
	/*float:right;*/
	width:50%;
	margin:0px 0px 0px 130px;
	padding:50px 0px 5px 10px;
	}
	.view_user_info ul {
		}
	.view_user_info li {
		}
	.view_user_info a:link,
	.view_user_user_info a:visited {
		}
	.view_user_info a:hover {
		}
.view_user_listings {
	float:left;
	width:100%;
	margin:0;
	padding:20px 0 0 0;
	}
	.view_user_listings ul {
		}
	.view_user_listings li {
		}
	.view_user_listings a:link,
	.view_user_listings a:visited {
		}
	.view_user_listings a:hover {
		}
.view_user_hitcount {
	clear:both;
	}