
#lamps_intro {
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;	
}	
#lamps, #shades {
	top: 180px; 
	height: 440px;		
	overflow: auto;	
	padding: 10px;
	border: medium double white;
	text-align: center;
	margin:10px;
}	
#lamps {
	width: 200px;
	float:left;
	
}	
.left_margin {
	margin-left:1px;
	white-space: nowrap;
	}
	.left_margin div {
	white-space: nowrap;}
#shades {
	width: 200px;	
	float:left;
}
#lamps img, #shades img {	
	margin-bottom: 10px;
	height: 170px;
	width: 170px;	
	cursor: pointer;
}	
#combined {
	top: 180px;	 	
}
#shade_desc {
	overflow:normal;
}
#current_combination {
	text-decoration: underline;	
	font-weight: bolder;
	margin-bottom: 5px;
}	 
#combined_img {		
	margin-top: 7px;
	margin-bottom: 3px;		
}
#add_to_list {
	margin-top: -5px;
}
#shade_key {
	font-size: 13px;
}		
			
 
