/* pick-your-own season css */

#show_selection {padding: 10px 0 0 0;}

#not_selected {}

.show_selection {clear: left; display: none; position: relative; height: 35px;}
	.show_selection p {position: absolute; top: 5px; left: 30px; font-weight: bold; font-size: 1.2em; padding: 0 10px 0 0;}
	.show_selection select.first {position: absolute; top: 5px; left: 275px;}
	.show_selection select.second {position: absolute; top: 5px; left: 555px;}
	
#savings {position: relative;}
	#savings h2 {width: 110px; float: right; margin: 0 0 10px 0 !important;}
	#savings hr {border: 0; color: #CCCCCC; background-color: #CCCCCC; height: 1px; width: 180px; text-align: right;}
	#savings .message {position: absolute; width: 220px; top: 0; right: 110px;}
		#savings .message p {color: #A40009 !important; font-size: 1.2em; line-height: 1.4em; padding: 0; margin: 0; font-weight: bold;}