.content
{
	text-align:center;
	margin: auto;
	width:576px;
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;				
}

/*********Escort List**********/
.escort_container
{
	background-image:url(../_gfx/cmn/escort_list_bg.gif);
	background-repeat:no-repeat;
	height:258px;
	width:132px;
	float:left;
	/*border:solid 1px #000000;*/
	margin:0px 4px 0px 4px;
}

.escort_announce_container
{
	background-image:url(../_gfx/cmn/escort_announce_bg.gif);
	background-repeat:no-repeat;
	height:258px;
	width:132px;
	float:left;
	/*border:solid 1px #000000;*/
	margin:0px 4px 0px 4px;
}

.escort_more_button
{
	position: relative;
	top: 47px;
	left: 5px;
}

.clear
{
	clear: both;
}


.escort_portrait
{
	position: relative;
	top:36px;
}


.escort_portrait_comm
{
	position: relative;
	top:36px;
	width:80%;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	/*border:solid 1px #000000;*/
	height:14px;	
}

.escort_row
{
	margin: 10px 0px 15px 0px;
}

.escort_portrait_comm_button
{
	width:33%;
	height:14px;
	/*border:solid 1px #000000;*/
	float:right;
}

.escort_list_name
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: 7px;
	text-align: center;
}

.escort_paging
{
	/*float: right;
	margin-right:10;
	*/
	margin: auto;
	text-align: center;
}

.escort_paging img
{
	margin: 0px 20px 0px 20px;
}

.escort_front_paging
{
	cursor: pointer;
	margin: 10 5 0 5;
	font-weight: bold;
	text-decoration: underline;
}

.escort_recommended
{
	background-image: url(../_gfx/cmn/escort_recommended.gif);
	background-repeat: no-repeat;
	height: 250px;
	width: 250px;
	margin: 5px 15px 15px 8px;
	float:left;
}

.escort_recommended_left
{
	float:left;
	/*margin-top:20;*/
	width: 290;
}

.escort_recommended_text
{
	text-align:center;
	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}

.escort_recomended_portrait
{
	margin: 33px 0px 0px 0px;
	text-align: center;
}

.icon
{
	margin: 20 5 5 8;
	background-color: #F15FA8;
	height: 20;
	width: 150;
	vertical-align: middle;
	float:left;
	font-weight: bold;
}

#dhtmltooltip
{
	font-family: Verdana, Arial;
	font-size: 12;
	position: absolute;
	width: 40px;
	height: 40;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}

            .row
            {
                width: 420px;
                margin: 0 auto;    
            }
            
            .row .announce
            {
                float: left;
                margin:5px 10px;
            }
            
            .row .announce a img
            {
                border: solid 2px #FC8193;
            }
            
            .row .announce div.name
            {
                background: url(../IMG2/fondo_nom_th.jpg) no-repeat 0 0;
                width: 119px;
                height: 30px;
                text-align:center;
            }
            
            .row .announce div.name span
            {
                position: relative;
                top: 7px;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
            }