/* @override http://www.unre.com.au/css/properties.viewoptions.css */

/*

	Styles for view options interface for Unrealestate Coffs Coast.

*/

/* =tabs */

ul.view {
	margin:20px 20px 0px 0px;
	padding:0px;
	list-style:none;
	height:30px;
	border-bottom:1px dotted #B3AEAE;
}

ul.view li {
	padding:0 0 0 10px;
	float: left;
	height: 30px;
	line-height: 30px;
	background:url(../images/grey_left.jpg) top left no-repeat;
}

ul.view li a:link,
ul.view li a:visited,
ul.view li a:active {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 0px;
	color:#666;
	font-size: 12px;
	text-decoration: none;
	background:url(../images/grey_right.jpg) top right no-repeat;
}

ul.view li a .over,
ul.view li a:hover {
	padding: 0px 10px 0px 0px;
	color:#CC0066;
	background:url(../images/grey_right.jpg) top right no-repeat;
}

/* =view cells

#content > #viewoptions {
	position: relative;
	height: 700px;
}

#content > #viewoptions > div {
	position: absolute;
	top: 0;
	left: 0;
	background:#C0C0C0 url(../images/home_bg.jpg) repeat scroll left top;
}

#content > #viewoptions > div.view-options-cell {
	z-index: 900;
}

#content > #viewoptions > div.current {
	height:700px;
	width:880px;
	z-index: 1000;
}

#content > #viewoptions > div #googlemap {
	padding:6.5px;
	width: 847.5px;
	background:url(../images/wrapper_top.jpg) top left no-repeat #F3F3F1;

} */
