@charset "utf-8";

.mapListContainer {
	margin-top: 10px;
	position: relative;
	border: 1px solid #00CCFF;
	height: 128px;
	width: 570px;
	background-color: #00FFFF;
}
.viewCenter {
	height: 128px;
	position: absolute;
	float: left;
	left: 138px;
	top: 0px;
	width: 295px;
}
.viewRight {
	top: 0px;
	right: 0px;
	background-color: #00CCFF;
	width: 128px;
}

.viewLeft {
	position: absolute;
	height: 0px;
	width: 0px;
}

.mapListContainer h1 {
	margin-top: 5px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 2px;
}
.subHead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mapListContainer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button_edit {
	background-image: url(images/button_edit.png);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 53px;
	background-position: 0% 0%;
	position: absolute;
	bottom: 3px;
	left: 165px;
}

.cakeRating {
	position: absolute;
	left: 0px;
	bottom: 3px;
	vertical-align: middle;
	font-size: 11px;
}
.cakeRating img {
	vertical-align: middle;
}

.miniListContainer {
	height: 64px;
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
}
.miniListContainer h1 {
	margin-top: 3px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}
.miniListContainer  .thumb {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777777;
}
.button_delete {
	background-image: url(images/button_delete_red.png);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 73px;
	background-position: 0% 0%;
	position: absolute;
	bottom: 3px;
	left: 225px;
}
