#subContentBlock {
	background-image:url(Original_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:790px; /* DO NOT REMOVE. THIS FIXES PEEK-A-BOO BUG ON IE*/
}

.col2{
	float:left;
	width:490px;
	padding-left:25px;
}

.col1{
	float:left;
	margin-left:10px;
	width:235px;
}

/* this style hidden from IE */
#subContentBlock > .col1{
	margin-left:20px;
}


.IceCreamDescription{
	font-size:11px;
}

.galleryItem{
	float:left;
	margin-left:7px;
	margin-right:2px;
	width:110px;
	height:160px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
}
.galleryItem img{
	margin-bottom:0px;
	overflow:visible;
	border-width:0;

}
#contentBlock .galleryItem a{
	text-decoration:none;
	color:#FFFFFF;
}
#contentBlock .galleryItem a:hover{
	text-decoration:none;
	color:#FFCC66;	
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 2px solid #333333;
padding: 4px 8px 8px 8px;
background-color: #444444;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmltooltip img{
	margin:3px auto 0 auto;
}
#dhtmltooltip p{
	margin:0;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


