#customizer-section-container {
	width:600px;
	float:left;
}

#subtotalContainer {
	width:225px;
	float:right;
}

#customizerSubAndRender {
	width:225px;
	border:1px solid #000000;
	position:fixed;
	top:330px;
}

.customizerSection {
	/*visibility:collapse;*/
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px solid #999;
	border-bottom:dashed 1px #999;
	padding:5px;
}

#carpetCont {
	
}

.dimensionSelect {
	margin-left:20px;
	margin-bottom:20px;
}
.dimensionSelect > label {
	font-size:1.2em;
	font-weight:bold;
	color:#0035bb;
}

.productSelectContainer {
	width:150px;
	margin:5px;
	text-align:center;
	float:left;
}
.productSelectMenu {
	width:125px;
}
.selectedProduct {
	/*float: left; */
	width: 75px; 
	height: 75px; 
	border: 1px 
	solid #999999; 
	margin: 10px;
	margin-left:auto;
	margin-right:auto;
}

.sectionHdr {
	color:#ffffff;
	font-weight:bold;
	background-color:#066d00;
	border:1px solid #666666;
	margin-bottom:15px;
	padding:5px;
}

.sectionHdr .hdr {
	font-size:1.4em;
}
.editSelected {
	float:right;
	cursor:pointer;
}

.editSelectedHidden {
	float:right;
	cursor:pointer;
}

.textButton {
	font-size:1.4em;
	font-weight:bold;
	color:#01329f;
	cursor:pointer;
	text-align:right;
}

.sectionImages {
	
	width:100px;
}

.sectionBoat {
	
}
.sectionArea {
	position:relative;
	top:0px;
	left:0px;
	z-index:11;
}
.selected {
	/*an empty class to keep/test if subsections have already been selected to keep section animations from happening again */
}
