﻿.proUserListElement
{
	text-decoration: none;
	width: 628px;
	padding: 5px;
	border-top: solid 1px #dddddd;
	float: left;
}

.proUserListElement:hover
{
	background-color: #E1F3FF;
	text-decoration: none;
}

.proUserListElement div#Image
{
	margin-right:10px;
	float: left;
	width: 100px;
	padding-bottom: 8px;
	min-height: 80px;
}

.proUserListElement div#Right
{
	float: left;
	width: 518px;
	padding-bottom: 8px;
}

.proUserListElement div#Link
{
	width: 148px;
	float: right;
	text-align: right;
	margin-bottom: 8px;
}
.proUserListElement div#Title
{
	margin-bottom: 8px;
}
.proUserListElement div#Detail
{
	margin-bottom: 8px;
}



#Bottom
{
    float: left;
    width: 628px;
}



.proUserListFooter
{
    padding-top: 8px;
    float: left;
    width: 628px;
    text-align: right;
}

