alc.box-corner { padding:0px; }

body.cms #content h1 {
	margin-left:0;
}
body.cms #content h2, body.forms #content h2 {
	xmargin:10px 0;
}
body.cms #content .free-text {
	margin-top:14px;
}
body.cms #content .free-text p {
	text-align:justify;
}
body.cms #content .free-text img {
	float:right;
	padding:5px;
	margin:0 0 15px 15px;
}
body.cms #content .free-text h1 {
	padding-bottom:10px;
}
body.cms #content .free-text hr {
	background:#999;
	height:1px;
	border:none;
	margin:20px 0px;	
}


/*company profile*/

/*calculator*/
body.calculator #content h2 {
	font-size:14px;
	color:#000;
	padding-bottom:14px;
}
body.calculator #content .tab-container {
	margin:14px 0px;
}
body.calculator #content .tab-container .tab-content {
	background:#eef0f5;
	width:920px;
	padding:20px;
}
body.calculator #content .tab-container .tab-content p {
	border-bottom:1px dotted #9097a9;
	padding-bottom:8px;
}
body.calculator #content .tab-container .tab-content p.submit {
	border:none;
	text-align:center;
}
body.calculator #content .tab-container .tab-content p input[type="text"] {
	width:130px;
	padding:0 5px;
	text-align:right;
}
body.calculator #content .tab-container .tab-content .result {
	background: -webkit-gradient(linear, left top, left bottom, from(#E3E2E1), to(#E3E2E1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E3E2E1,  #E3E2E1); /* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E2E1', endColorstr='#E3E2E1'); /* for IE */
	background: -ms-linear-gradient(top, #E3E2E1 0%, #E3E2E1 100%); /*for ie10*/
	color:#000;
	padding:22px 22px 12px 22px;
	margin-top:20px;
	display:none;
}
body.calculator #content .tab-container .tab-content .result input {
	border:none;
	background:none;
	color:#000;
}
body.calculator #content .tab-container .tab-content .result table {
	width:100%;
}
body.calculator #content .tab-container .tab-content .result table tr+tr {
	border-top:1px dotted #9097a9;
}
body.calculator #content .tab-container .tab-content .result table tr td {
	padding:7px 0 10px 0;
}
body.calculator .tab-container .tab-content form label {
	display:inline-block;
	width:399px;
}
body.calculator #content .tab-container .tab-content.mortgage {
	xwidth:540px;
	margin:0;
}
body.calculator #content .tab-container .tab-content.mortgage .result input {
	text-align:right;
}
body.calculator #content .tab-container .tab-content.mortgage .result table tr td:first-child {
	width:400px;
}
body.calculator #content .tab-container .tab-content.mortgage .result table tr td+td {
	text-align:right;
}
body.calculator #content .tab-container .tab-content.stamp-duty {
	xwidth:640px;
	margin:0;
}
body.calculator #content .tab-container .clearform_btn.button {
	width:96px;
}
body.calculator .tab-container .tab-content.stamp-duty .result input {
	text-align:center;
}

/*testimonials*/
body.testimonials #content .listing-nav-ordering {
	margin:5px 0px;
	padding:5px 0;
	width:100%;
	float:right;
}
body.testimonials #content  .listing-nav-ordering.bottom {
	padding:5px 0 0 0;
	border:none;
}
body.testimonials #content .listing-nav-ordering.bottom {
}
body.testimonials #content .listing-nav-ordering a {
	color:#333;
}
body.testimonials #content .listing-nav-ordering .found {
	float:left;
	height:20px;
	overflow:hidden;
	margin-left:0;
	padding-top:5px;
	margin-right:10px;
}
body.testimonials #content .listing-nav-ordering.bottom .found {
	height:20px;
	overflow:hidden;

	padding-top:5px;
	margin-right:10px;
}

body.testimonials #content .listing-nav-ordering .page-numbers {
	float:right;
	overflow:hidden;
	margin-top:2px;
}
body.testimonials #content .listing-nav-ordering .page-numbers a {
	font-weight:bold;
	display:inline-block;
	padding:5px 8px;
	margin-right:0px;
	background: #1A2C35;	
	color:#fff;
}

body.testimonials #content .listing-nav-ordering .page-numbers a:hover {
	text-decoration:none;
}
body.testimonials #content .listing-nav-ordering .page-numbers strong, body.listings #content .listing-nav-ordering .page-numbers a:hover {
	display:inline-block;
	padding:5px 8px;
	margin-right:0px; 
	background: #E3E2E1;
	color:#000;
}
body.testimonials .testimonial {
	border-bottom:1px solid #d6d6d6;
	margin:14px 0 0 0;
	overflow:hidden;
	min-height: 190px;
}
body.testimonials .testimonial.odd {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeff', endColorstr='#e7e7e8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(#e7e7e8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fffeff,  #e7e7e8); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #fffeff 0%, #e7e7e8 100%); /*for ie10*/
}
body.testimonials .testimonial .testi-img {
	float:left;
	margin-right:15px;
	height:160px;
	padding:5px;
}
body.testimonials .testimonial .testi-img p {
	padding-top:12px;
	font-weight:bold;
	text-align:center;
}
body.testimonials .testimonial .testi-content {
	padding:0 12px 10px 0;
	margin-left:265px;
}
body.testimonials .testimonial .testi-content.no-img {
	margin-left:0;
}

/*news*/
body.cms #main #content  ul#item-list{
	list-style-type:none;
	margin:0px;
	padding-left:0px;
}
body.cms #main #content ul#item-list li {
	margin-bottom:10px;
}

/*suburb profiles*/
body.suburb-profiles #content h2 {
	color:#000;
	background: -webkit-gradient(linear, left top, left bottom, from(#E3E2E1), to(#E3E2E1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E3E2E1,  #E3E2E1); /* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E2E1', endColorstr='#E3E2E1'); /* for IE */
	background: -ms-linear-gradient(top, #E3E2E1 0%, #E3E2E1 100%); /*for ie10*/
	margin: 14px 0 12px 0;
    padding: 10px 0 11px 8px;
	xclear:both;
}
body.suburb-profiles #content #select-suburb {
	float:right;
	xmargin:45px 0px 10px;
	margin:20px 8px 0 0;
}
body.suburb-profiles #content #select-suburb select {
	min-width:150px;
}

/*tenancy application*/
body.cms #tenancy_steps_list {
	width:936px;
	float:left;
	padding:0;
}
body.cms #tenancy_steps_list dt {
	clear:both;
}
body.cms #tenancy_steps_list dt {
	float:left;
	xfont-weight:bold;
	line-height:1.67em;
	xmargin-bottom:20px;
	text-transform:uppercase;
	width:60px !important;
	font-weight: bold;
}
body.cms #tenancy_steps_list dd {
	float:left;
	line-height:1.67em;
	margin-bottom:10px;
	xwidth:550px;
}
body.cms #tenancy_steps_list dd img{
	vertical-align:bottom;
	margin:0 !important;
	padding:0 !important;
	float:none !important;
}
body.cms #tenancy_steps_list dd p {
	margin-bottom:5px;
}