/* Start of CMSMS style sheet 'nursery' */
#online-nursery {
	width: 650px;
	margin: 0 auto;
}
#online-nursery img.main {
	margin-right: 8px;
}
#online-nursery .title {
	font-size: 16px;
	margin-bottom: 8px;
	color: #629136;
}
#online-nursery .text {
	line-height: 22px;
	font-size: 12px;
}
#online-nursery table.list {
	clear: both;
	margin-top: 10px;
}
#online-nursery table.list {
	border: solid 1px black;
}
#online-nursery table.list img {
	display: none;
}
#online-nursery table.list thead td {
	font-size: 12px;
	color: white;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-collapse:collapse;
	background-color: #629136;
	text-align: center;
	padding: 5px 3px;
}
#online-nursery table.list thead td span {
	margin: 5px 0;
	display: block;
}
#online-nursery table.list thead td.last {
	border-right: none;
}
#online-nursery table.list tbody td {
	border-right: solid 1px black;
	border-bottom: solid 1px #A7A7A7;
	border-collapse:collapse;
	padding: 5px 3px;
	font-size: 12px;
}
#online-nursery table.list tbody td.last {
	border-right: none;
}
#online-nursery table.list tbody td.last_row {
	border-bottom: none;
}

#online-nursery-photo table {
	margin: 0 auto;
}
#online-nursery-photo .title {
	font-size: 16px;
	margin-bottom: 8px;
	color: #3F452E;
}
#online-nursery-photo .label {
	font-size: 16px;
	margin-bottom: 8px;
	color: #B34A0B;
}
#online-nursery-photo .value {
	font-size: 16px;
	margin-bottom: 8px;
	color: black;
}
#online-nursery-photo .back_link {
	text-align: center;
	display: block;
}

.section table.list {
	clear: both;
	margin-top: 10px;
}
.section table.list thead td {
	font-size: 14px;
	color: white;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-collapse:collapse;
	background-color: #629136;
	text-align: center;
	padding: 5px 3px;
}
.section table.list thead td.last {
	border-right: solid 1px black;
}
.section table.list thead td.first {
	border-left: solid 1px black;
}
.section table.list thead td.none {
	border-right: none;
	border-bottom: none;
	background-color: transparent;
	border-top: none;
}
.section table.list tbody td {
	border-right: solid 1px black;
	border-bottom: solid 1px #A7A7A7;
	border-collapse:collapse;
	padding: 5px 3px;
}
.section table.list tbody td.first {
	border-left: solid 1px black;
}
.section table.list tbody td.last {
	border-right: solid 1px black;
}
.section table.list tbody td.last_row {
	border-bottom: solid 1px black;
}
.section table.list tbody td.none {
	border-right: none;
	border-bottom: none;
	background-color: transparent;
	border-top: none;
}


/* End of 'nursery' */

