/****************************************************************
* file: 	/css/bestaddress.css
* author:	toy
* date:		4aug09
*
* NOTE: 	css for bestaddress
*
* 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 #bestaddress { font-size:0.8em; }
#rightStuff #bestaddress a {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1em;
    color: #b3995d;
    text-decoration:underline; 
    padding: 0 0 0 0;
}

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

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

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

#rightStuff #bestaddress .subtitle{ 
    font-size: 1.5em;
    font-weight:bold;
    font-style:italic;
}

.subtitleBestaddress { 
    font-size: 1.3em;
    font-weight:bold;
    font-style:italic;
}


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

.bestaddressText {
    font-size: 0.8em;
}

#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;
}

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


