/* @override 
	http://edenbrae.vtc.net.au/css/basic/custom.css
	http://www.edenbraehomes.com.au/css/basic/custom.css
	http://www.edenbraehomes.com.au/css/basic/print.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f2f1f1 url(/images/interface/page_bkg.gif) repeat-x 50% 0;
	color: #333;
	float: left;
	width: 100%;
}

a:link, a:visited {
	color: #274953;
	text-decoration: none;
}

a:hover, a:active {
	color: #274953;
	text-decoration: underline;
}
pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333;
}

h2 {
	font-size: 16px;
	margin: 40px 0 10px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 5px 0;
	font-weight: normal;
	color: #274953;
	border-bottom: 1px solid #274953;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}

h3 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #274953;
}

h3.steps {
	margin: 20px 0 10px 0;
	padding: 5px 15px;
	background-color: #f9e9c7;
	font-weight: normal;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
	position: relative;
	z-index: 1;
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 0;
	margin-bottom: 10px;
	font-style: normal;
	position: relative;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px;
	color: #000;
	font-weight: bold;
	/*text-shadow: #f30 1px 1px 0;*/
	background-color: #fac048;
	border: 1px solid #fff;
}

/*.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}*/

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

.standfirst {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.greybox {
	background-color: #eee;
	margin: 10px 0;
	padding: 1px 10px 0 10px;
}

.note {
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

.more a:link, .more a:visited, .more a:hover, .more a:active {
	margin: 0;
	padding: 0 12px 0 0;
    background: transparent url(/images/interface/nav1_arrow.gif) no-repeat 100% 50%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.full {
	width: 100% !important;
}

.half {
	width: 295px !important;	
}

.clear {
	clear: both !important;
}

.grey {
	background-color: #eee;
}

.grey form {
	padding: 8px 8px 0 8px;
}

/* @end */

/* @group layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#container {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(/images/interface/header_bkg.gif) no-repeat 100% 55px;
	position: relative;
	z-index: 2; /* required for ie6-7 menu layer order */
}

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	/*display: inline;  combat IE6 Doubled float-margin bug */
	background: #003041 url(/images/interface/lev1_bkg.gif) repeat-x 0 100%;
	/*border-bottom: 3px solid #fff;*/
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#crumbs {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#columns {
	float: left;
	width: 100%;
	min-height: 520px;
	margin: 0;
	padding: 25px 0 0 0;
	background: #fff url(/images/interface/sidebar_bkg.gif) no-repeat 250px 25px;
	position: relative;
	z-index: 1; /* required for ie 6-7 menu layer order */
}

html>body #columns {
	height: auto;
}

#main {
	float: right;
	width: 605px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 0;
	margin: 0 25px 20px 0;
}

#sidebarL {
	position: relative;
	float: left;
	width: 220px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 0 15px;
}

#footer {
	float: left;
	width: 100%;
	height: 80px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font: normal 12px/14px Helvetica, Arial, Verdana, sans-serif;
	line-height: 14px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #666;
	/*text-transform: lowercase;
	clear: both; apparently redundant because of width */
	background: transparent url(/images/interface/footer_bkg.gif) repeat-x 0 0;
	border-top: 1px solid #2e4d56;
}

/* @end */

/* @group header */

#header h1 {
	width: 195px;
	height: 60px;
	padding: 0;
	margin: 55px 0 15px -12px;
}

#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/interface/logo.gif) no-repeat 50% 50%;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group nav */

/* @group lev0 */

.lev0 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 80px;
	right: 0;
	display: inline;/**/
}

.lev0 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	border-right: 1px solid #7d9096;/**/
	/*position: relative;
	z-index: 10;*/
}

.lev0 li a:link, .lev0 li a:visited,
.lev0 li a:hover, .lev0 li a:active {
    display: block;
    color: #333;
	padding: 0 10px;
	text-decoration: none;
	line-height: 35px;
}

.lev0 li a:hover, .lev0 li a:active, .lev0 li.hilite a {
	position: relative; /* required for IE6 for border visibility */
}

/* @end */

/* @group lev1 */

#nav .lev1, #nav .lev1 ul {
	font: normal 13px/30px Helvetica, Arial, Verdana, sans-serif;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav .lev1 li {
	float: left;
	margin: 0;
	padding: 0 0 3px 0;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	z-index: 10000;/**/
}

#nav .lev1 li:hover, #nav .lev1 li.hilite {
	background: transparent url(/images/interface/lev1_li_a_hilite_bkg.gif) repeat-x 0 100%;
}

#nav .lev1 li a:link, #nav .lev1 li a:visited,
#nav .lev1 li a:hover, #nav .lev1 li a:active {
    display: block;
    color: #fff;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #7d9096;/**/
}

#nav .lev1 li li, #nav .lev1 li li.hilite {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, sans-serif;
	background: #ccc;
	width: 100%;
}

#nav .lev1 li li a:link, #nav .lev1 li li a:visited,
#nav .lev1 li li a:hover, #nav .lev1 li li a:active {
	border-top: .1em solid #eee;
	border-bottom: .1em solid #bbb;
	display: block;
    color: #333;
    padding: .5em;
    margin: auto;
}

#nav .lev1 li li:hover {
    background: #eee;
}

#nav .lev1 li li.parent {
    background: #ccc url(/images/interface/nav1_arrow.gif) no-repeat 100% 50%;
}

#nav .lev1 li li.parent:hover {
    background-color: #eee;
}

#nav .lev1 li li.focus {
    background-color: #eabe52;
}

#nav .lev1 li ul {
    margin: 0;
    padding: 0;
	position: absolute;
	width: 14em;
	top: 2.6em;
	left: -9999px;
	border-left: .2em solid #666;
	z-index: 10;
}

#nav .lev1 li li ul {
    top: 0;
}

#nav .lev1 li ul { /* second-level lists */
    width: 16em;
    position: absolute;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav .lev1 li ul ul { /* third-and-below-level lists */
    margin: 0 0 0 16em;
}

#nav .lev1 li:hover ul ul, #nav .lev1 li:hover ul ul ul {
    left: -9999px;
}

#nav .lev1 li:hover ul, #nav .lev1 li li:hover ul, #nav .lev1 li li li:hover ul { /* lists nested under hovered list items */
    left: 0;
}

/* @end */

/* @group lev2 */

.lev2 {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 235px;
}

.lev2 .lev3, .lev2 .lev3 .lev4 {
	margin: 0;
	padding: 0;
}

.lev2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

.lev2 .lev3 li.last {
	border-bottom: none;
}

.lev2 li a:link, .lev2 li a:visited {
	display: block;
	font-size: 13px;
	line-height: 12px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
	/*border-bottom: 1px solid #ddd;*/
	border-right: 3px solid #fff;
}

.lev2 li a:hover, .lev2 li a:active {
	color: #274953;
	background-color: #eee;
	border-color: #eabe52;
}

.lev2 li.hilite {
	background-color: #eee;
}

.lev2 li.hilite a:link, .lev2 li.hilite a:visited {
	font-weight: bold;
	color: #fff;
	background: #274953 url(/images/interface/lev1_ul_bkg.gif) repeat-x 0 0;
	border-right: 3px solid #eabe52;
}

.lev2 li.hilite a:hover, .lev2 li.hilite a:active {
	color: #eabe52;
}

.lev2 li.hilite .lev3 li a {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	border-color: #ccc;
	background: #eee;
}

.lev2 li.hilite .lev3 li.hilite a {
	font-weight: bold;
	border-color: #eabe52;
}

.lev2 li.hilite .lev3 li a:hover, .lev2 li.hilite .lev3 li a:active {
	background-color: #fff;
}

/* @group s_8 */

/*


.s_8 .lev2 li.i_1 a {
	color: #fff;
	background-color: #37171d;
}

.s_8 .lev2 li.i_2 a {
	color: #fff;
	background-color: #043a66;
}

.s_8 .lev2 li.i_3 a {
	color: #fff;
	background-color: #b5bb0f;
}

.s_8 .lev2 li.i_1 li a {
	border-color: #37171d;
}

.s_8 .lev2 li.i_2 li a {
	border-color: #043a66;
}

.s_8 .lev2 li.i_3 li a {
	border-color: #b5bb0f;
}

.s_8 .lev2 .lev3 li a {
	color: #333;
	background: #fff;
}

.s_8 .lev2 .lev3 li li a {
	color: #333;
	background: transparent url(/images/interface/lev3_ul_bkg.gif) repeat-y 100% 50%;
	border-color: #ddd;
}

.s_8 .lev2 .i_1 .lev3 li li a {
	background-image: url(/images/interface/lev3_ul_p_bkg.gif);
}

.s_8 .lev2 .i_2 .lev3 li li a {
	background-image: url(/images/interface/lev3_ul_d_bkg.gif);
}

.s_8 .lev2 .i_3 .lev3 li li a {
	background-image: url(/images/interface/lev3_ul_l_bkg.gif);
}

.s_8 .lev2 .lev3 li li.hilite a {
    background: transparent url(/images/interface/nav1_arrow.gif) no-repeat 100% 50%;
}

.s_8 .lev2 .i_1 .lev3 li li.hilite a {
	background-color: #e9e5e6;
}

.s_8 .lev2 .i_2 .lev3 li li.hilite a {
	background-color: #cfdae3;
}

.s_8 .lev2 .i_3 .lev3 li li.hilite a {
	background-color: #f0efcc;
}
*/

.s_8 .lev2 li .lev3 .lev4 li a {
	font-size: 12px;
}

.s_8 .lev2 li.hilite .lev3 li a {
	background: #ddd;
	font-weight: bold;
	color: #999;
	border-color: #ccc;
}

.s_8 .lev2 li.hilite .lev3 .lev4 li a {
	background: #eee;
	font-weight: normal;
	color: #000;
	border-color: #ccc;
}

.s_8 .lev2 li.hilite .lev3 .lev4 li a:hover, .s_8 .lev2 li.hilite .lev3 .lev4 li a:active {
	background: #fff;
}

.s_8 .lev2 li.hilite .lev3 .lev4 li.hilite a {
	font-weight: bold;
	border-color: #eabe52;
}
/* @end */

/* @end */

/* @end */

/* @group crumbs */

#crumbs li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	/*display: inline;*/
	list-style-type: none;
}

#crumbs li a:link, #crumbs li a:visited {
	padding: 0 15px 0 0;
	color: #666;
	line-height: 25px;
	float: left;
	display: block;
	background: transparent url(/images/interface/crumb_bkg.gif) no-repeat 100% 50%;
}

#crumbs li.hilite a:link, #crumbs li.hilite a:visited {
	background-image: none;
}

/* @end */

/* @group main */

#main .article, #main .article .article {
	font-size: 12px;
	line-height: 16px;
	padding: 1px 0; /* 1px padding to prevent margin collapse */
	margin: 0 0 20px 0;
	margin-right: -3px; /* required for IE6 duplicate character bug */
	float: left; /* required to stop images escaping */
	width: 100%; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
	position: relative;
}

#main .article .article {
	margin: 0;
}

/*#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}*/

#main h1.pagetitle, #main h1.embedtitle {
	color: #274953;
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
}

#main h1.embedtitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #274953;
}

#main .article .article.panorama  h1.embedtitle {
	display: none;
}

.s_8 #main .article .article h1.embedtitle,
.s_10 #main .article .article h1.embedtitle {
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	border-color: #999;
	font-size: 14px;
	color: #666;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	/*list-style: none;*/
	margin: 10px 0 10px 17px;
	padding: 0;
	clear: both;
}

#main .body ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main .body ul li, #main .body ol li {
	margin: 0;
	padding: 3px 0;
	/*background-image: url(/images/interface/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;*/
	border: 1px dotted #ccc;
	border-width: 0 0 1px 0;
	clear: both;
}

#main .body .plain ul li, #main .body .plain ol li {
	border: none;
}

#main .article .hero_container {
	overflow: hidden;
	height: 380px;
	margin: 0;
	padding: 0 0 10px 0;
}

#main .article .cycle_wrapper p, #main .article .hero_container p {
	margin: 0;
	padding: 0;
}

/* @group tables */

#main .body table {
	border: 1px solid #ccc;
	border-width: 1px 0;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 3px 0;
	font-size: 10px;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
	padding: 3px 3px 3px 0;
}

/* @group google map */

#main .body table.markers {
	border: 1px solid #ccc;
}

#main .body table.markers th, #main .body table.markers td {
	padding: 5px;
}

/* @end */

/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
	position: relative;
}

.children li {
	position: relative;
	padding: 8px 0;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ddd;
}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	font: bold 11px/13px "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.children li .summary  {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin: 1px 0 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	width: 100%;
}

.children table td .title  {
	margin: 0;
	/* hide from ie */
	height: 1%; /**/
}

.children table td {
	border-collapse: collapse;
	vertical-align: top;
	/*background-color: #fff;
	border: 1px solid #eee;*/
	width: 33.33%;
}

.children table td .summary  {
	font-size: 11px;
	clear: both;
	margin: 10px 0 0 0;
}

.children table td .thumbnail {
	padding: 0;
	margin: 0;
	/*margin-bottom: 5px;*/
}

.children .details {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @group house series */

.children table td {
	padding: 0 10px 10px 0;
}

.series table td {
	width: 50%;
}

.children table td.row_end {
	padding: 0 0 10px 0;
}

.children table td .title  {
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 30px;
	color: #fff;
	background-color: #274953;
}

.a_8 .children table td .title {
	display: none;
}

.a_18 .children table td .title,
.a_22 .children table td .title,
.a_23 .children table td .title,
.a_131 .children table td .title,
.a_114 .children table td .title {
	background-color: #37171d;
}

.a_17 .children table td .title,
.a_40 .children table td .title,
.a_172 .children table td .title {
	background-color: #043a66;
}

.a_19 .children table td .title,
.a_47 .children table td .title,
.a_48 .children table td .title,
.a_150 .children table td .title,
.a_160 .children table td .title {
	background-color: #b5bb0f;
}

.a_242 .children table td .title,
.a_243 .children table td .title,
.a_272 .children table td .title {
	background-color: #e3372e;
}

/* @end */

/* @end */

/* @end */

/* @group home */

#main .article.home .body {
	border-bottom: 1px solid #999;
}

#main .article.home .article .body {
	font-size: 11px;
	border: none;
}

#main .article.home .article {
	background: transparent url(/images/interface/home_article_bkg.gif) no-repeat 50% 100%;
	width: 272px;
	padding: 0 10px 10px 10px;
}

#main .article.home #article_216 {
	margin: 0 21px 0 0;
}

#main .article.home #article_217 {
	margin: 0;
}

#main .article.home .article h1.embedtitle {
	background: transparent url(/images/interface/home_h1_bkg.gif) no-repeat 50% 0;
	margin: 0 -10px;
	padding: 10px;
	font-size: 12px;
	border: none;
}

#main .article .home_img, #main .article.home .article img  {
	float: left;
	margin: 3px 10px 0 0;
}

#main .article .body img.body50 {
	float: right;
	margin: 0 0 10px 20px;
}

/* @end */

/* @end */

/* @group sidebar */

/* @group siderbar L */

/* @group sidebar article */

#sidebarL .article {
	background: transparent url(/images/interface/home_sidebar_article_bkg.gif) no-repeat 50% 100%;
	margin: 0 0 10px 0;
	padding: 0 10px 1px 10px; /* 1px padding to prevent margin collapse */
	font-size: 11px;
	line-height: 16px;
	color: #333;
	float: left; /* required to stop images escaping */
	width: 200px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
	border-top: 1px solid #999;
}

#sidebarL h1.embedtitle {
	background: transparent url(/images/interface/home_h1_bkg.gif) no-repeat 50% 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #274953;
	margin: 0 -10px;
	padding: 10px;
}

#sidebarL .body h1.embedtitle {
	background: none;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	clear: both;
}

#sidebarL .article p {
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebarL .article .children ul, #sidebarL .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarL .article ol li {
	list-style-type: decimal;
}

#sidebarL .article a:link, #sidebarL .article a:visited {
	color: #274953;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarL .article a:hover, #sidebarL .article a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#sidebarL .article img  {
	float: left;
	margin: 3px 10px 0 0;
}

#sidebarL .article img.nomargin  {
	float: left;
	margin: 0;
	clear: both;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .imgleft {
	/*height: 380px;*/
	height: 320px;
}

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #aaa;
	margin: 0 10px;
}

#footer .right {
	float: right;
	color: #666;
	margin: 0 10px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #333;
}

#footer a:link, #footer a:visited {
	color: #666;
	border-bottom: 1px solid #aaa;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	font-size: 10px;
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search .help {
	color: #666;
	line-height: 13px;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a {
	color: #274953;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.search dt a:hover {
	text-decoration: none;
	border-color: #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #fe9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	/*background: #f60 url(/images/interface/score.gif) repeat-x 0px 50%;*/
	background-color: #fac048;
	border-right: 1px solid #003041;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/search_download.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #003041;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #f7b82c;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail {
	position: relative;
	float: left;
	width: 100%;
}

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */

/* @group flow/panorama */

#panorama {
	height: 403px;
	margin: 0 0 10px 0;
	background: #eee;
}

#flow {
	float: left;
	position: relative;
	width: 100%;
	/*height: 120px;*/
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	/*background: #eee;*/
}

#flow .container {
	width: 615px;
	/*height: 100px;*/
	height: 80px;
	margin: 0 0 0 -5px;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#flow .container li a {
	float: left;
	display: block;
}

#flow .container li a img {
	border-bottom: 5px solid #fff;
	margin: 0 5px;
}

#flow .container li a.focused img {
	border-color: #274953;
}

#flow .previous-page, #flow .next-page {
	width: 17px;
	height: 85px;
	position: absolute;
	top: 0px;
	background: #fff no-repeat 50% 45%;            
	cursor: pointer;	
}

#flow .previous-page {
	left: -17px;	
	background-image: url(/images/interface/left.gif);
}

#flow .next-page {
	right: -17px;
	background-image: url(/images/interface/right.gif);
}

#flow .next-disabled, #flow .previous-disabled {
	/*display: none;*/
	background-image: none;
	cursor: default;
}

#flow .scroll-bar {
	width: 605px;
	height: 19px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: transparent url(/images/interface/scroll_bar.gif) repeat-x;
}
        
#flow .scroll-bar .scroll-widget {
	position: absolute;
	width: 19px;
	height: 19px;
	background: transparent url(/images/interface/scroll_widget.gif) no-repeat 50% 50%;
}

/* @end */

/* @group imgzoomer */

.imgzoomer {
	float: left;
	width: 100%;
	margin: 0;
	margin-right: -3px; /* combat IE6 duplicate char bug */
	padding: 0;
	list-style-type: none;
	clear: both;
	position: relative;
}

.imgzoomer li {
	float: left;
	margin: 0 10px 10px 0;
}

.imgzoomer li.row_end {
	margin: 0 0 10px 0;
}

.imgzoomer li a {
	float: left;
	width: 183px;
	margin: 0;
	padding: 30px 5px 10px 5px;
	font-size: 11px;
	color: #666;
	/* hide from mac ie \*/
	height: 1%; /**/
	text-decoration: none;
	text-align: center;
	background: transparent url(/images/interface/floorplan.gif) no-repeat 50% 10px;
	border: 1px solid #ccc;
}

.imgzoomer.facades li a {
	background-image: url(/images/interface/facade.gif);
}

.imgzoomer li a:hover {
	background-color: #eee;
}

.article .download {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	padding: 0 0 0 17px;
	font-size: 11px;
	line-height: 13px;
	background: transparent url(/images/interface/download.gif) no-repeat 0 50%;
}

.article .article .download {
	top: 23px;
}

/* @end */

/* @group sm3 */

.sm3-category, .sm3-selector {
	cursor: pointer;
	vertical-align: top;
}

.sm3-selector {
	width: 25%;
	color: #fff;	
}

.sm3-category.selected, tbody.selected {
	background-color: #eee;
}

.sm3-marker.selected, td.selected {
	color: #fff;
	background-color: #666;
}

.sm3-info {
	display: none;
}

.sm3-info-style h2 {
	margin-top: 0;
}

.sm3-info-style {
	width: 250px;
	height: 110px;
}

/* @group regions */

.nw {
	background-color: #009d8d;
}

.w {
	background-color: #da6034;
}

.c {
	background-color: #e8b138;
}

.sw {
	background-color: #0098b7;
}

.cc {
	background-color: #59b04c;
}

.hn {
	background-color: #891538;
}

/* @end */

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

/* @end */

/* @group packages */

/* @group package list */

div.estate_detail {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 1000;
}

div.packages table {
	width: 100%;
}

div.packages table caption {
	color: #274953;
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}

div.packages tr {
	border-bottom: 1px solid #ccc;
}

div.packages th {
	background-color: #274953;
	color: #fff;
}

div.packages th, div.packages td {
	padding: 5px;
}

div.packages td.col3, div.packages td.col4, div.packages td.col5 {
	text-align: center;
}

div.packages td.col2 {
	width: 80%;
}

div.packages td.col1, div.packages th.col6, div.packages td.col6 {
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

div.packages td a.title {
	display: block;

}

/* @end */

/* @group package detail */

#main h1.pagetitle span {
	font-weight: normal;
	color: #ccc;	
}

#main div.package {
	font-family: Helvetica, Arial, Verdana, sans-serif !important;
	width: 100%;
	position: relative;
	color: #fff;
}

#main div.package div.p_photos {
	background-color: #eee;
	min-height: 165px;
}

* html #main div.package div.p_photos {
	height: 165px;
}

#main div.package ul.p_features {
	background: transparent url(/images/interface/packages/features.png) no-repeat 50% 50%;
	width: 182px;
	height: 59px;
	position: absolute;
	top: 148px;
	right: 10px;
	margin: 0;
	padding: 0;
}

#main div.package ul.p_features li {
	float: left;
	list-style: none;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px 0 41px;
	background: none;
	clear: none;
}

#main div.package ul.p_features li span {
	position: absolute;
	left: -9999px;
}

#main div.package .p_details {
	background-color: #ff9e00;
	padding: 10px;
	/*float: left;
	width: 585px;*/
}

#main div.package .p_details strong {
	font-weight: normal;
	text-transform: uppercase;
}

#main div.package .p_details span.p_price {
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	display: block;
}

#main div.package .p_summary {
	font-size: 16px;
	padding: 10px 10px 0 10px;
	background-color: #274953;
	float: left;
	width: 585px;
}

#main div.package .p_summary.prestige {
	background-color: #37171d;
}

#main div.package .p_summary.designer {
	background-color: #043a66;
}

#main div.package .p_summary.lifestyle {
	background-color: #b5bb0f;
}

#main div.package .p_summary.smartliving {
	background-color: #e3372e;
}

#main div.package ul.p_buttons {
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 100%;
}

#main div.package ul.p_buttons li {
	margin: 0;
	padding: 0;
	clear: none;
	float: left;
	width: 201px;
	line-height: 30px;
	border: none;
	list-style: none;
}

#main div.package ul.p_buttons li a {
	background: transparent url(/images/interface/packages/package_floorplan.png) no-repeat 50% 50%;
	display: block;
	padding-left: 40px;
	font-weight: bold;
	color: #fff;
	text-indent: -9999px;
	border: none !important;
	/* hide from mac is \*/
	height: 1%;/**/
	position: relative;
}

#main div.package ul.p_buttons li.p_siteplan a {
	background: transparent url(/images/interface/packages/package_siteplan.png) no-repeat 50% 50%;
}

#main div.package ul.p_buttons li.p_download a {
	background: transparent url(/images/interface/packages/package_download.png) no-repeat 50% 50%;
}

div.package th, div.package td {
	text-align: center !important;
}

/* @end */

/* @end */