li.details {
    list-style-type: circle;
    margin-left: 15px;
}
ul.details {
    background-color: #FFF4E0;
    border-color: #FCDC96;
    border-style: outset;
    margin-left: 0;
    padding: 7px;
    width: 285px;
}
h2 {
    color: #212046;
    font-size: 1.2em;
}
.details_box_container {
    border-color: #FCDC96;
    border-style: outset;
    height: 32px;
    width: 300px;
}
.details_box_left {
    background-color: #FCDC96;
    float: left;
    font-weight: bold;
    height: 32px;
    text-align: right;
    width: 140px;
}
.details_box_right {
    background-color: #FFF4E0;
    float: right;
    height: 32px;
    width: 160px;
}
.details_box_right_text {
    margin-left: 7px;
}
.flower_title {
    font-style: italic;
    font-weight: bold;
}
td.left_table {
    background-color: #FCDC96;
    text-align: center;
}
td.right_table {
    background-color: #FFF4E0;
    vertical-align: top;
}
.container {
    background-color: #FFF4E0;
    height: 100%;
    text-align: center;
    width: 300px;
}
.picture_container {
    background-color: #FCDC96;
    height: 100%;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    width: 295px;
}
.image_left {
    float: left;
    margin-left: 5px;
}
.image_right {
    float: right;
    margin-right: 5px;
}
.row1 {
    background-color: #FFF4E0;
    text-align: center;
}
.row2 {
    background-color: #FCDC96;
}
.garden_center_price_header {
    background-color: #7CA588;
    color: white;
    font-weight: bold;
}
.plant_box {
    background-color: #FFF4E0;
    border-color: #FCDC96;
    border-style: outset;
    height: 200px;
    margin-left: 0;
    padding: 0;
    width: 300px;
}
.plant_text {
    margin-right: 3px;
    margin-top: 3px;
}
.plant_image {
    float: left;
    padding: 7px;
}
.plant_base_left {
    background-color: #FCDC96;
    font-weight: bold;
    text-align: right;
    width: 140px;
}
.plant_base_right {
    background-color: #FFF4E0;
    width: 160px;
}

.plant_base_fieldset {
	border-color:#a7c3af;
	border-radius:8px;
	-moz-border-radius:8px;
	border-width:1px;	
}

.plant_base_legend {
	background-color:#a7c3af;
	color:black;
	font-weight:bold;	
	border-radius:8px;
	-moz-border-radius:8px;
}

.plant_base_legend_text {
	margin-left:5px;
	margin-right:5px;
}
