
ul.presentList {
    width: 600px;
    float: left;
    text-align: center;
	margin: 30px 30px;
	padding: 10px 0;
	background-color: #ffffff;
	border: 1px solid #333333;
	list-style-type: none;
	border-radius: 4px;
}

ul.subPresentList {
	display: none;
    width: 100%;
    float: left;
    text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #eeeeee;
	list-style-type: none;
}

li.presentHeader {
    margin: 0 0 10px 0;
    float: left;
	padding: 3px 0;
    width: 120px;
	border-bottom: 1px solid #666666;
}

li.presentEntry {
    display: block;
    float: left;
    width: 120px;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 5px;
}

li.presentIcon {
    display: block;
    float: left;
    width: 120px;
	height: 60px;
	padding-top: 2px;
	padding-bottom: 0;
	border-bottom: 1px solid #ffffff;
}

.link {
	color: #ff6800;
	cursor: pointer;
}
.link:hover {
	text-decoration: underline;
	color: #D00000;
}

p.subPresentEntry {
    display: inline;
	float: left;
    width: 200px;
	min-height: 30px;
	border-bottom: 1px solid #ffffff;
}

p.subPresentEntry.last {
	border-bottom: 1px solid #000000;
}

img.icon {
    width: 60px;
    height: 60px;
    padding: 5px 0 0 0;
}

li.centeredInfo {
    text-align: center;
    margin: 10px 0px;
}

.clear {
    clear: left;
}

.smallFont {
    font-size: 11px;
}

.coinValue {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.presenter {
    margin: 11px 0;
}

.presentAmount {
    margin: 11px 0;
}

#userInput {
	float: left;
}

#userSearch {
	width: 150px;
}

#userList {
	position: relative;
	float: left;
	overflow: visible;
	top: 20px;
	left: -158px;
	width: 158px;
	height: 1px;
	overflow: visible;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
}

.userListPoint {
	cursor: pointer;
	padding: 3px 5px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #ffffff;
}

.userListPoint-hover {
	cursor: pointer;
	padding: 3px 5px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #ffffff;
	background-color: #D00000;
	color: #ffffff;
}

.userListPoint:hover {
	background-color: #D00000;
	color: #ffffff;
}

.lastPoint {
	height: 2px;
	border: 1px solid #dddddd;
	border-top: none;
}