.tip_cont {
	display:none;
	width:300px;
	padding:5px 5px 5px 100px;
	position:relative;
	background:#f1f1f1;
}

.tip_cont h3, .tip_cont p {
	font-family:Verdana, Geneva, sans-serif;	
}

.tip_cont h3 {
	padding:0 0 3px;
	margin:0 0 5px;
	font-size:10pt;
	border-bottom:1px solid #000066;
}

.tip_cont p {
	font-size:8pt;
	margin:0 0 5px;
	line-height:16px;
}

.tip_cont p.last {
	margin:0;
}

.tip_cont .image {
	position:absolute;
	left:0;
	top:0;
	height:100px;
	width:100px;
}

.tip_cont #ski_image {
	background:url(../images/skiis.png) left top no-repeat;
}

.tip_cont #snowboard_image {
	background:url(../images/snowboard.png) left top no-repeat;
}

.tip_cont #golf_image {
	background:url(../images/golf.png) left top no-repeat;
}

.tip_cont #small_suitcase {
	background:url(../images/small_suitcase.png) left top no-repeat;
}

.tip_cont #medium_suitcase {
	background:url(../images/medium_suitcase.png) left top no-repeat;
}

.tip_cont #large_suitcase {
	background:url(../images/large_suitcase.png) left top no-repeat;
}

.tip_cont #extra_large_suitcase {
	background:url(../images/extra_large_suitcase.png) left top no-repeat;
}
