/* New */
#breadcrump_frame {
	float: none;
}

#content_fullsize h1 {
	color: #17447C;
	font-size: 1.5em;
	margin-bottom: 3px;
}

#new_search {
	margin-top: 0;
	font-size: 10px;
}

#list_sort_order {
	margin-top: 0;
	font-size: 10px;
	position: absolute;
	top: 20px;
	right: 0;
}

#list_profiles {
	width: 700px;
	margin: 0px auto;
    margin-bottom: 40px;
	position: relative;
}

#list_profiles h2 {
	font-size: 12px;
}

#list_profiles div.pagination {
	margin-bottom: 15px;
	text-align: right;
}

/* Old */
.list_profiles_item {
	width: 700px;
	height: 206px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.list_profiles_item h3 {
	font-size: 13px;
	margin: 0;	
}

.list_profiles_item td.photo {
	width: 190px;
	border: 1px solid #677DAF;
	background-color: #EEEEEE;
	text-align: center;
	padding-top: 18px;	
	vertical-align: top;
}

.list_profiles_item td.photo a {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.list_profiles_item td.photo a:hover {
	text-decoration: underline;
}

.list_profiles_item div.photo_container {
    height: 200px;
}

.list_profiles_item img.photo {
	border: 1px solid #677DAF;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 3px;
}

.list_profiles_item .content {
	border-top: 1px solid #677DAF;
	border-right: 1px solid #677DAF;
	padding-top: 18px;
}

.list_profiles_item div.content_container {
    position: relative;
}

.list_profiles_item div.special_actions_container {
    position: absolute;
    top: 0;
    right: 10px;
    width: 100px;
    height: 65px;
}

.list_profiles_item div.actions_done {
    text-align: right;
}

.list_profiles_item div.actions_done a {
    display: block;
    margin-bottom: 5px;
}


.list_profiles_item div.actions_done img {
    margin-bottom: 5px;
}

.list_profiles_item div.credits_cost {
    text-align: right;
}

.list_profiles_item div.credits_cost a {
    text-decoration: none;
    color: #7B7B7B;
}

.list_profiles_item th {
	height: 20px;
	background-color: #9AA9C9;
	border-left: 1px solid #9AA9C9;
}

.list_profiles_item th a {	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.list_profiles_item .option {
	height: 24px;
	width: 104px;
	background-color: #DFEBFD;
	text-align: center;
	/*padding-left: 4px;
	padding-right: 4px;*/
	border-left: 1px solid #677DAF;
	border-right: 1px solid #677DAF;
	border-top: 1px solid #677DAF;

}

.list_profiles_item .option a {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.list_profiles_item .option a:hover {
	text-decoration: underline;
}

.list_profiles_item a.birthday {

}

.list_profiles_item a.birthday.today {
    text-decoration: none;
    font-weight: bold;
    color: #F93745;
    padding-left: 15px;
    background: url('/images/myhome_v3/icon_birthday.gif') transparent no-repeat;
}

.list_profiles_item div.virtual_gifts {
    margin: 10px;
}

.list_profiles_item div.virtual_gifts h4 {
    
}

.list_profiles_item div.virtual_gift {
    width: 80px;
    float: left;
    text-align: center;
    font-size: 10px;
}

.list_profiles_item div.virtual_gift img {
    height: 80px;
}

.list_profiles_item span.user_online_status {
    display: none;
}
