/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 900px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0px;overflow:hidden;}

body {
background: url(/img/site_bg.jpg) #400906 repeat-x;
}

.clearall{
clear:both;
height:1px;
font-size:0px;
}

#main {
background: #730f0a;
}

#menu {
border-bottom:1px solid #d5b7b6;
padding-left:25px;
background:url(/img/menu/menu_bg.jpg) repeat-x;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 630px; float: left; padding: 15px;}
#sub-section {width: 200px; float: right; padding: 40px 15px 15px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section{
display:none !important;
}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
}

/* Menu
---------*/

.menu {
width: 100%;
margin: 0px auto;
}
.menu ul{
padding:0px;
padding-top:1px;
margin-left:0px;
}
.menu a {
padding:0px;
display:block;
text-indent:-9999em;
}

.menu li {
padding:0px;
}

.menu li li {
padding: 0px;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 160px;
text-indent:0px;
}

/* Typography
--------------*/
body {
font-size: 12px; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
line-height:18px;
}

p, div.text {

}

div.text {
margin-bottom: 10px;
}

h1 {
font-size: 15px;
margin-bottom: 10px;
margin-left: 5px;
}

h2 {
font-size: 13px;
margin-bottom: 10px;
}

h3 {
font-size: 12px;
margin-bottom: 3px;
}

legend {
color: #FFF;
font-weight: bold;
}

a:link,
a:visited {
color: #dcb452;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
#footer {
background: url(/img/footer.jpg) #400906 no-repeat top;
height:40px;
padding:25px 15px;
font-size:11px;
}

#footer p.footerLeft{
float:left;
}
#footer p.footerRight{
float:right;
}

#footer,
#footer a:link,
#footer a:visited {
color: #b39d9b;
text-decoration: none;
}

#footer a:hover {
text-decoration:underline;
}

/* Header
----------*/
#header{
background:url(/img/header_bg.jpg) top right no-repeat #730f0a;
height:125px;
}

/* Dropdown menu
-----------------*/

.menu a {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #be9a3c;
text-decoration: none;
background-color: #3f0a06
}

.menu a:hover {
color: #3f0a06;
background-color: #be9a3c;
}

.menu li li a {
border: none;
text-transform: none;
}

#homeMenu, #buyMenu, #sellMenu, #rentMenu, #financeMenu, #aboutMenu, #contactMenu, #newsMenu{
height:30px;
}
.menu #homeMenu{
background:url(/img/menu/menu_home.jpg) no-repeat;
width:95px;
}
.menu #buyMenu{
background:url(/img/menu/menu_buying.jpg) no-repeat;
width:104px;
}
.menu #sellMenu{
background:url(/img/menu/menu_selling.jpg) no-repeat;
width:100px;
}
.menu #rentMenu{
background:url(/img/menu/menu_renting.jpg) no-repeat;
width:107px;
}
.menu #financeMenu{
background:url(/img/menu/menu_finance.jpg) no-repeat;
width:108px;
}
.menu #newsMenu{
background:url(/img/menu/menu_news.jpg) no-repeat;
width:92px;
}
.menu #aboutMenu{
background:url(/img/menu/menu_about.jpg) no-repeat;
width:117px;
}
.menu #contactMenu{
background:url(/img/menu/menu_contact.jpg) no-repeat;
width:128px;
}
/* Menu Hover */
#homeMenu:hover, #buyMenu:hover, #sellMenu:hover, #rentMenu:hover, #financeMenu:hover, #aboutMenu:hover, #contactMenu:hover, #newsMenu:hover{
background-position:bottom;
}

/* Menu Active */
body.home #homeMenu,
body#home #homeMenu,
body.buying #buyMenu,
body.alert #buyMenu,
body.selling #sellMenu,
body.renting #rentMenu,
body.finance #financeMenu,
body.news #newsMenu,
body.about #aboutMenu,
body.contact #contactMenu{
background-position:bottom !important;
}

/* Standard forms
------------------*/



form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}

form input {
width: 250px;
}

form textarea {
width: 250px;
}

form select {
border-top:1px solid #808080;
border-left:1px solid #808080;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
width: 254px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 0px 10px;
height:24px;
cursor: pointer;
background:url(/img/btn_bg.jpg);
border: none;
color: #400906;
font-weight:bold;
}

form em span,
form .required {
color: #ddb555;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#content ul {
margin-bottom: 10px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/
body#home #content{
padding:0px;
}

body#home #homebottom{
padding:0px 15px 0px 35px;
}
body#home #homebottom #homelink{
float:right;
background:url(/img/homelink.jpg) no-repeat;
padding:20px 12px 0px 23px;
width:535px;
height:60px;
text-align:right;
}
body#home #imageSlideshowHolder{
background:url(/img/home_bottom_bg.jpg) repeat-x bottom;
}
body#home #homebottom #hquicksearch{
float:left;
background:url(/img/quicksearch.jpg) no-repeat;
padding:50px 12px 0px 23px;padding:50px 0px 0px 20px;
width:224px;
height:268px;
}
body#home #homebottom #homefeature{
background:url(/img/home_feature.jpg) no-repeat;
padding:50px 12px 0px 23px;
width:535px;
height:184px;
float:right;
}
body#home #pow h2{
color:#dcb452;
font-weight:bold;
font-size:14px;
margin-bottom:0px;
}
body#home #pow h3{
color:#dcb452;
font-weight:bold;
font-size:13px;
margin-bottom:0px;
}
body#home #pow h3#hprice{
color:#FFF;
}
body#home #pow dt img{
width:200px;
}
body#home #pow dd a{
display:block;
float:right;
margin-top:15px;
}
body#home #pow dt{
float:left;
margin-right:20px;
}
body#home #pow dd{

}
body#home #homebottom form#quicksearch {
}

body#home #homebottom fieldset {
border: none;
padding: 0;
}

body#home #homebottom label {
font-size: 0.9em;
float: none;
display: inline;
margin-right: 0;
}

body#home #homebottom p {
margin-bottom: 10px;
}

body#home #homebottom select {
width: 198px;
font-size: 0.9em;
}

body#home #homebottom #qs_price select,
body#home #homebottom #qs_rent_price select {
width: 90px;
margin-right:15px;
}

body#home #homebottom form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #homebottom form #submit {
text-align: right;
padding: 0 15px 0 0;
}
body#home #homebottom form #submit input{
padding:0px;
width:55px !important;
height:25px !important;
}

/* Contact Us
--------------*/

dl.officeDetails {
padding-top:10px;
#padding-top:20px;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing .prowrap {
clear: both;
background:url(/img/listing_bg.jpg) repeat-y top left;
margin-bottom:5px;
}
body.listing .procontainer {
background:url(/img/listing_bg_top.jpg) no-repeat top left;
}
body.listing .property {
padding: 0px 0px 5px;
background:url(/img/listing_bg_bottom.jpg) no-repeat bottom left;
#min-height:1%;
}

body.listing .property .image {
display: block;
float: left;
margin:14px;
margin-right: 40px;
_margin-left: 7px;
border: 1px solid #260503;
}

body.listing .property .details {
width: 420px;
float: left;
margin-top: 25px;
}

body.listing .property .features {
float: left;
font-weight: bold;
color: #dcb452;
width:150px;
margin-top:10px;
}
body.listing .property .features a#prodetaillink{
display:block;
float:right;
margin-right:10px;
_margin-right:5px;
}
body.listing .property .features p{
display:inline;
margin-right:10px;
}
body.listing .property .features p img {
margin-right: 3px;

}
body.listing .property .features #bedbathcar{
height:160px;;
}
body.listing .property .features #bedbathcar h2{
display:inline;
}
body.listing .property .details h2 {
font-size: 14px;
color:#dcb452;
margin-bottom: 2px;
}

body.listing .property .details h3 {
font-size: 13px;
margin-bottom: 20px;
color:#dcb452;
text-transform:uppercase;
}
body.listing .property .details h3#proprice{
color:#FFF;
margin-bottom: 2px;
text-transform:none;
}

body.listing .property .details p {
margin-bottom: 15px !important;
}

body.listing .property .price {
text-align: right;
}

body.listing #filter {
height:44px;
padding-top: 17px;
background:url(/img/refine-search.jpg) no-repeat;
padding-left:210px;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
color:#767677;
}

body.listing #filter #qs_property-type,
body.listing #filter #qs_suburb{
width:110px;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 14px;
}

body.listing #filter fieldset {
text-align: center;
}

body.listing #filter fieldset#submit input {
padding:0px;
margin-top:-3px;
_margin-top:0px;
width:55px !important;
height:25px !important;
}

body.listing p.pagebar {
font-size: 11px;
padding-top: 5px;
text-align: right;
color:#dcb452;
}

/* Property detail
-------------------*/

body.detail #content{
width:760px;
padding:0px;
margin-left:30px;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 14px;
color: #dcb452;
}

body.detail #content h3 {
font-size: 12px;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
clear: both;
}

body.detail #addressbar h1{
color:#dcb452;
font-size:16px;
padding-top:35px;
margin:0px;
margin-bottom:5px;
text-transform:uppercase;
}

body.detail #detailright div h2 {
border: none;
color: #22243D;
}

body.detail #detailright div p {
display: inline;
color:#dcb452;
font-weight:bold;
font-size:13px;
margin-right:6px;
} 

body.detail #detailright div p img {
margin: 0 2px 0 0px;
} 

body.detail #propertydetails {
clear:both;
width: 760px;
float: left;
}
body.detail #propertydetails #proprice{
font-weight:bold;
margin-bottom:10px;
font-size:14px;
}
body.detail #propertydetails #detailleft{
float:left;
width:570px;
}
body.detail #propertydetails #detailright{
float:right;
width:150px;
}

body.detail #propertydetails #toolslist{
margin-top:35px;
}
body.detail #propertydetails #toolslist li{
margin-bottom:10px;
display:block;
margin-left:10px;
background:url(/img/btn_bg.jpg);
font-weight:bold;
line-height:24px;
margin-right:3px;
}
body.detail #propertydetails #toolslist a{
color:#400906;
display:block;
padding-left:15px;
}
body.detail #propertydetails #toolslist a:hover{
text-decoration:none;
}

body.detail #detailwrap {
background:url(/img/detail_bg_top.jpg) no-repeat top left;
}
body.detail #detailcontainer {
padding:20px 14px 0px;
width: 756px;
background:url(/img/detail_bg_bottom.jpg) bottom left no-repeat;
min-height:300px;
_height:300px;
margin-bottom:10px;
}
body.detail #extradetails {
background:url(/img/detail_bg.jpg) repeat-y top left;
clear: both;
margin-bottom:5px;
}

body.detail #extradetails img {
width: 148px;
margin-bottom: 16px;
display: block;
float: left;
border: 1px solid #260503;
}


body.detail #extradetails img#mainimage {
width: 560px;
display: block;
margin-right: 16px;
margin-bottom: 30px;
_margin-bottom: 10px;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail #divagent{
float:left;
width:415px;
}
body.detail .officedetails{
float:left;
width:215px;
}
body.detail #divagent dt{
font-weight:bold;
}
body.detail #divagent dl{
margin-top:10px;
}
body.detail #divagentdetails{
float:left;
}
body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;

}
body.detail #divmap{
float:right;
}


/* attached properties, displayed on property overview */

body.detail table.attachedProperties {
margin-bottom: 10px;
}

body.detail table.attachedProperties td {
padding: 10px 0;
text-align: center;
}

body.detail table.attachedProperties p {
margin-bottom: 0 !important;
}

body.detail table.attachedProperties tr.stripe {
}

body.detail table.attachedProperties td.address {
width: 10%
}

body.detail table.attachedProperties td.price {
width: 30%
}

body.detail table.attachedProperties td.bedbathcar {
font-weight: bold;
width: 40%
}

body.detail table.attachedProperties td.bedbathcar img {
vertical-align: bottom;
margin: 0 4px;
}

body.detail table.attachedProperties td.status {
width: 20%;
}

body.detail #infoform fieldset label {
width: 140px;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
color:#000;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #header{
height:auto;
}
body.brochure #main {
background: none !important;
margin:0px!important;
padding:0px!important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
width:584px!important;
margin:0px!important;
padding:0px 20px!important;
}
body.brochure #content h1{
padding-top:10px;
color:#000;
}
body.brochure #content h2{
color:#000;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 280px;
}
body.brochure #extradetails{
background:none;
clear:none;
float:left;
margin-left:20px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 2px 2px 0px 0;
width:118px;
}
body.brochure #extradetails img#mainimage{
width:auto;
}
body.brochure #extradetails {
width: 247px;
}
body.brochure #addressbar h1{
float:left;
}
body.brochure #addressbar div{
float:right;
margin-top:10px;
margin-right:30px;
font-weight:bold;
}
	
/* Staff 
---------*/
body#staff #content{
padding-right:0px;
}
body#staff.profile #content{
padding-right:15px;
}
body#staff dl {
background:url(/img/staff_bg.jpg) no-repeat;
float:left;
width:404px;
height:143px !important;
margin-right: 18px;
margin-bottom: 5px;
padding: 10px;
overflow: hidden;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 14px;
color:#dcb452;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #260503;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
}

body#staff.profile #content img {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #260503;
}

body#staff.profile #content ul {
list-style-type: none;
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #730f0a;
border-bottom: 10px solid #400906;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;

margin: 20px auto;
border: 1px solid #333;
}

body.slideshow table #slideImage img {
margin-bottom: 0;
}


body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
color:#400906;
}
html.popup #content{
width:550px;
}
html.popup #header {
background-image: none;
background-color: #730f0a;
border-bottom: 10px solid #400906;
}

html.popup #header img {
float: none;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px solid #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
}

body.news #sub-section p {
text-align: right;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px solid #BFBFBF;
padding-bottom: 5px;
margin-bottom: 10px;
overflow: hidden;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

body.links #content dl dd img {
float: right;
border: 1px solid #BFBFBF;
padding: 5px;
margin-left: 15px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-type: none;
list-style-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px solid #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #dcb452;
padding: 2px 0 2px 5px;

margin-bottom: 5px;
margin-top:20px;
color:#400906;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #6e1d19;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 30px;
}

body.doclibrary #content dl dt {
font-weight: bold;
text-transform:capitalize;
}

/* Appraisal forms
------------------------*/

body div#market-appraisal #ftitle{
width: 50px;
}

body div#market-appraisal #faddress,
body div#market-appraisal #fpropertyaddress,
body div#market-appraisal #freason,
body div#market-appraisal #fdescription {
width: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/
body#saveitem legend{
color:#400906;
}

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #590c08;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #dcb452;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form textarea {
width: 250px;
}

body.alert #content form select {
width: 254px;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 230px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}


body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #ddb555;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;

}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 140px;
}

body.alert #content #loginbox label {
width: 70px;
}


body.alert #content #loginbox input.button {
width: auto !important;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
background-image: none;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}

body.stocklist,
body.stocklist #header,
body.stocklist #main{
background: none !important;
}
body.stocklist #main h1{
color:#400906;
}
body.stocklist #header{
height:auto;
}
body.stocklist #wrap{
width: 660px;
}
body.stocklist #content{
padding:10px 0px;
border:1px solid #400906;
}
body.stocklist .details{
width:380px !important;
margin-top:13px !important;
color: #000;
}
body.stocklist .property .image{
margin-right:10px !important;
}
body.stocklist .property .features #bedbathcar{
height:auto !important;
}
body.stocklist .property{
clear:both;
background:url(/img/stock_detail_bg.jpg) !important;
margin-bottom:25px;
}
body.stocklist .property {}


#breakpage{
clear:both;
height:1px;
font-size:0px;
page-break-after: always;
} 