/*
*************************************************
HERSHEY TRIP PLANNER WIDGET
Updated:	June 11, 2010
Notes:		
*************************************************
*/


.trip-planner-widget input.placeholder { color: #AAA !important; }

.trip-planner-widget { margin: 20px 0; padding: 10px 9px; background: #FFF; border: 1px solid #c9c1b1; overflow: hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.trip-planner-widget h5 { margin-bottom: 3px; padding: 0; height: 20px; background: url(../../images/widget.png) no-repeat; text-indent: -9999px; }
.trip-planner-widget h6 { margin: .5em 0 0; padding: 0; color: #65af22; font-size: 12px; font-weight: bold; line-height: 14px; }
.trip-planner-widget p { padding: 0 !important; font-size: 12px !important; line-height: 14px !important; }
.trip-planner-widget #widget_copy { padding: 0 0 10px !important; font-size: 12px !important; line-height: 14px !important; }
.trip-planner-widget dl { margin-bottom: 9px; float: left; }
.trip-planner-widget dt { background-image: url(../../images/widget.png); text-indent: -9999px; }

	.tp-start-date dt { height: 15px; background-position: 0 -40px; }
	.tp-start-date input { margin-right: 10px; padding: 6px; width: 95px; border: 1px solid #b1afab; font-family: Arial, sans-serif; font-size: 13px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.tp-trip-length dt { height: 19px; background-position: 0 -20px; }
	.tp-trip-length select { font-family: Arial, sans-serif; font-size: 13px; }
	
	.datepicker { background: url(../../images/cal.png) 95% 50% no-repeat; }
	
.trip-planner-widget button { margin-bottom: 9px; padding: 0; width: 148px; height: 30px; border: 0; display: inline-block; background: url(../../images/widget.png) 0 -60px no-repeat; text-indent: -9999px; cursor: pointer; }

.tp-type-icons { margin: 0; padding: 0; overflow: hidden; }
.tp-type-icons li { margin: 0 !important; padding: 0 !important; text-align: center; }
.tp-type-icons li label { margin: 0 !important; padding: 0 0 10px !important; display: block; }
.tp-type-icons li img { display: block; }

.trip-planner-widget .tp-other { margin-top: 5px; font-size: 11px !important; line-height: 13px !important; }

#contentholder #leftdiv .trip-planner-widget { margin-right: 5px; }





.tp-start-date dt { *width: 119px; }
.tp-trip-length dt { *width: 75px; }
