/* ##################### File Info ########################
##  Author: Jesse Schoberg                               ##
##  Updated: 2007-11-12                                  ##
##  Details: Style for 3rd party search script           ##
##  Site: PropertyDrive.com                              ##
##  Contact: http://www.ljhost.com                       ##
######################################################## */

/*     Text
================= */
#pdsearch td,
#pdsearch th,
#pdsearch p,
#pdsearch h2,
#pdsearch form,
#pdsearch input,
#pdsearch textarea
#pdsearch select {
	font:11px/14px Arial, Helvetica, sans-serif;
}
#pdsearch p{
margin:0 0 1em 0;
}
#pdsearch h2{
font-size:12px;
font-weight:bold;
margin:0 0 .5em 0;
padding:.5em;
background:#eee;
clear:both;
}

/*    Forms
================ */
#pdsearch form {
margin:0;
padding:0;
line-height:2em;
}
#pdsearch fieldset {
border: 1px solid #ccc;
padding:1em;
}
#pdsearch input {
border: 1px solid #ccc;
}
#pdsearch #btnSearch {
margin-top:.5em;
}

/*    Content
================== */
#pdsearch img{
border:0px;
}
#pdsearch .pdleftcol{
float:left;
width:47%;
}
#pdsearch .pdrightcol{
float:right;
width:47%;
}
#pdsearch .pd3col{
float:left;
width:29%;
margin-right:3%;
display:inline;
}
#pdsearch .pdclear{
clear:both;
}
#pdsearch .pdbutton{
float:right;
}
#pdsearch .pdbutton a{
padding:3px 5px;
border:1px solid #ccc;
background:#eee;
margin-left:1em;
text-decoration:none;
}
#pdsearch .pdbutton a:hover{
background:#fff;
}
#pdsearch .pdf-link {
	background: url(http://propertydrive.com/feeds/images/icon-pdf.gif) no-repeat right center;
	padding: 3px 18px 3px 0;
        white-space: nowrap;
}
#pdsearch .pdattachments a{
margin-right:10px;
}


/*   Powered By
======================= */
#pdsearch .poweredby{
float:right;
margin:1em;
clear:both;
}
#pdsearch .poweredby a{
text-decoration:none;
color:#000;
}
#pdsearch .poweredby a strong{
color:#10238C;
}
#pdsearch .poweredby a strong span{
color:#A6B29A;
}
#pdsearch .poweredby a:hover{
text-decoration:underline;
}

/*    Validation
====================== */
.validation-failed {
	border: 1px solid #c66;
}
.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	margin: 3px; padding: 3px; color:#c66;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 3px; padding: 3px; color:#c66;
}

/* Feed Navigation */
#feedbar ul {
    float:left;
    margin:0;
    list-style-type:none;
    text-align: center;


}

#feedbar a {
    float:left;
    /*
        text-decoration:none;
        color:#000;
        background:#8BBA00;
        padding:0.5em 0.6em;
        border-right:0px solid #fff;
    */
    border-radius: 25px;
    padding: 10px;
    background: #8BBA00;
    color: #000;
    vertical-align: middle;
}

#feedbar li {
    display:inline;
}

