@charset "utf-8";
/* CSS Document */
.product_image{
	margin-bottom:15px;
}
.door_options_list {
    font-size: 12px;
	margin-top:20px;
}
.door_options_list .left-part {
    padding-left: 20px;
	width:33%;
}
.door_options_list .right_part{
	width:62%;
}
.door_options_list a{
	color:#999999;
}

.door_options_list .door_options-image a{
	display:block;
}
.sliding_doors {
    width: 30%;
}
.sliding_doors h3{
	color:#d34279;	
}
.residential_doors {
    width: 70%;
}
.residential_doors h3{
	color:#d34279;
}
@media all and (min-width:768px) and (max-width:817px) {
	.door_options_list .left-part{
		margin-bottom:15px;
	}
}
@media all and (min-width:480px) and (max-width:767px) {
	.door_options_list .left-part {
		width:100%;
		float:none;
		margin-bottom:15px;
	}
	.door_options_list .right_part{
		width:100%;
		float:none;
	}
}
@media all and (max-width:479px) {
	.sliding_doors {
		width: 100%;
		float:none;
	}
	.residential_doors {
		width: 100%;
		float:none;
		margin-bottom:10px ;
	}
	.door_options_list .left-part {
		width:100%;
		float:none;
		margin-bottom:15px;
	}
	.door_options_list .right_part{
		width:100%;
		float:none;
	}
}
