body { 
		font-family : Tahoma, Arial, Verdana, serif; 
		font-size : 11px; color : #000000;}
td, body { 
		white-space: nowrap;
		font-family : Tahoma, Arial, Verdana, serif; 
		font-size : 11px; 
		color : #000000; word-break: break-all; 
		}
table, input, select, textarea { 
		text-transform: capitalize; 
		border-style : solid;
		border-width : 1px; 
		border-color : #c8c8c8; 
		border-left-color: #808080; 
		border-top-color: #808080; 
		background : #ffffff; 
		font-family : Tahoma, Arial, Verdana, serif; 
		font-size : 11px; color: #000000; 
		}
table.border {
		caption-side : bottom;
		border-style : none;
		border-width : 0px; 
		}
.red {color: #FF0000}

/* links
--------------------------------------------------*/
.d { text-decoration : underline;  color : #000000; }
.d:link { text-decoration : underline;  color : #3f89c3; } 
.d:visited { text-decoration : none; color : #3f89c3; } 
.d:hover { text-decoration : none;  color : #000000; } 
.d:active { text-decoration : bold;  color : #000000; }


a, 
a:active{ text-decoration : underline; color:#3f89c3;}
a:visited { color:#3f89c3; }
a:hover { color:#ffca61; }

 ul {display:inline;}

/* profileInfo
--------------------------------------------------*/

.search li.profileInfo
{
    float:left;
    margin:0 8px 8px 0; 
    width:100px;
    height:215px;
    color:#fff;
    background: #fff url(/img/foto/Profile.png) no-repeat right top;
    text-align:center;
}

.search div.name
{
    height:20px;
    padding-top:3px;
    font-weight:bold;
}

.search div.photo img
{
    border:solid 1px #7b2800;   
    margin:10px 0 3px 0;
}

.search div.city
{
    padding:0 0 10px 0;
}

.search div.price
{
    padding:0 0 2px 0;
    color:#3f89c3;
}

