#builder{

}

#builder .photo_col{
	width:30%;
	float:left;
}

#builder .data_col{
	width:70%;
	float:left;
}

a:active, a:visited, a:hover, a:link {
	outline: none;
	}

a:hover.step_1_title {
	background: #242424;
	color: #ffffff;
	}
	
.step_1_title{
	background:#393939;
	border: 1px solid #000;
	display: block;
	color:#c8c8c8;
	padding:10px;
	font-weight: bold;
	line-height: 180%;
}

a:hover.step_1_title_selected {
	color: #151515;
	text-decoration: none;
	}

.step_1_title_selected{
	background: #f0f7cd url(/design/images/alerts/g_icon.gif) 8px 8px no-repeat;
	line-height: 180%;
	border: 1px solid #56890f;
	font-weight: bold;
	display: block;
	color:#151515;
	padding:10px 10px 10px 44px;
}

.step_1_wrap {
	border: 1px solid #56890f;
	border-top: 0;
	background: #fdfff3;
	padding: 10px;
	}

.color_box {
	width:35px;
	height:20px;
	padding-left:12px;
	border:1px solid #000000;
	display:inline;
}

.selected_object_off {
	padding:2px;
	background: #FFFFFF;
	border:2px solid #FFFFFF;
}

.selected_object_on {
	padding:2px;
	background: #FFFFFF;
	border:2px dashed #56890F;
}

.field_label{
	width:100px;
	float:left;
}

.field_data{
	width:400px;
	float:left;
}
