div.sup{
	display:none;
}

.wood_tab{position:relative;}
.wood_tab>a,.wood_tab>h5{
	display:inline-block;
}
.wood_tab>a{
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
}
.wood_tab>h5{
	/*color:darkgray !important;*/
	color:#5C5C5C !important;
}


#gallery-container {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	max-width:460px;
	width:95%;
}

#accordion-container {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width:100%;
    }




@media only screen and (min-width: 730px) {	
#accordion-container {
	max-width:320px;
}
}


#dwc-container{
	padding-top:10px;
	padding-bottom:0px;
	
	}
#dwc-container > div{
	width:45%;
}


.button {
	color:black;
	font-size:11px;
	}
.G_door, .M_door {
	display:none;
	/*float:left;   removed 3/31/16 to center images*/
	padding-right:3px;
	padding-bottom:3px;
    vertical-align:middle;
	max-width:65px;
	}
img.hdr_img {
	float:left;
	margin-right:20px;
	margin-left:0px;
	margin-bottom:5px;
	padding-top:0px;

	max-width:100px;
	}
	
div.uldiv {
    padding-left:20px; 
	padding-top:0px; 
	font-size:100%;
	}

.door_tab > div  {
	height:100%;
	text-align:left;   /*.1/17/17 changed from center to left to make banners line up better when screen is resized.*/
	padding:2px 2px 8px 3px;

	/*margin-bottom:10px;*/
	}
	
.caption {
	padding-bottom:0px;
	}

#width_prompt{
	margin:5px 0px 5px 3px;
	display: inline-block;
	/*vertical float: left;*/

	}
#width_prompt, #depth_prompt{
	width: 4em;
	padding-left:3px;
}
.prompt{
   width:15%;
   padding-right:3px;
   height:20px;
	}
.droplist {
	line-height:15px;
	height:20px;
	display: inline-block;
	margin-bottom:5px;
	width: 82%; 
	float:right;	
	
}	
#model_note{
	color:red;
	}
option {
	height:17px;
	}
#construction_features li{
	margin:4px;
	}	
#model_id{
	display: inline-block;
	padding: 5px 0px 0px 0px;
	vertical-align: text-top;
	width:68%;	
}
#model_price{
	display: inline-block;
	padding: 5px 5px 0px 0px;
	vertical-align: text-top;
	text-align:right;
	width:28%;	
	float:right;
}
#depthCombo, #widthCombo{
	font-size:1.1em;
	}
	
#widthCombo option[disabled] {
    display: none;
}	
form.row-flex-container{
	justify-content: center;
}

#photo_large{
   max-width:98%;
   max-height:345px;
	}	
#addon{
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:silver;
	height:100%;
	display:none;
	}
#addon>hr{
	color:silver;
	}	
#addon>div{
 text-align:center;
 padding:10px;
}
#addon img{
	max-height:80px;
	min-width:30%;
	max-width:100%;

}
#addon img.tall{
	max-height:120px;
}


.door_container>div,.wood>div,.model_div>div{
	position:relative;
}
