/****************************************************************
* file: 	/css/property.css
* author:	toy
* date:		4aug09
*
* NOTE: 	css for property
*
* rev history
* [toy 4aug09]		orig version 
*****************************************************************/
#rightstuff ul  { font-size: 1em; margin: 0 20px 0 20px; }
#rightstuff li a  { font-size: 1em; color: black; font-weight:normal; }

#rightStuff #property { font-size:0.8em; }
#rightStuff #property a {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1em;
    color: #b3995d;
    text-decoration:underline; 
    padding: 0 0 0 0;
}

#rightStuff #property a:hover {
    font-size: 0.8em;
    line-height: 1em;
    color: #523801;
    text-decoration:underline; 
}
#rightStuff #property a.currency { text-decoration:none; }
#rightStuff #property a.noline { text-decoration: none; }
#rightStuff #property a.noline:hover { text-decoration: underline; }
#rightStuff #property a.bold { font-weight: bold; }

#rightStuff #property a.buttonA, a.buttonA:active, a.buttonA:visited { 
    color: #523801; 
    text-decoration:none; 
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
}

.propertyText {
    font-size: 0.8em;
}

#rightStuff #property a.buttonA:hover { 
    color: #b3995d; 
}

.section {
    font-size: 1.6em;
    font-weight: normal;
    color: #b3995d;
    float: left;
}

.section a{
    font-weight: normal;
    color: #b3995d;
}

#rightstuff .moreArea{
    background-color: #b3995d;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    overflow:auto;
    border: solid 1px #523801;
}


#emailArea {
    margin-bottom: 5px;
    overflow: auto;
    border: solid 0px red;
}
#emailArea div {
    width: 100px;
    float: left;
    border: solid 0px red;
}
#emailButtons{
    margin-bottom: 5px;
    overflow: auto;
    margin: 5px 5px 5px 5px;
    padding: 4px 4px 4px 4px;
    border: solid 0px red;
}

#offeredAt {
	font-size:1.1em;
	color:#c49c69;
}


#leftstuff li a, a:active, a:visited { text-decoration: underline; padding: 0px; line-height: 1.0em; font-weight:bold;}
#leftstuff li a:hover{ text-decoration: underline; padding: 0px; line-height: 1.0em;}


