#mod_pukkaPackages .itemPreview 
{
	zoom: 1;
	position: relative;
	float: left; display:inline;
	width: 340px;
}

#mod_pukkaPackages .itemPreview:after
{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#mod_pukkaPackages ul
{
	list-style-position: inside;
}

#mod_pukkaPackages .itemPreviewPrice
{
	font-size: 1.5em;
	text-align: center;
}

#mod_pukkaPackages .itemPreviewPrice .amount
{
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	font-style: italic;
}
#mod_pukkaPackages .itemPreviewPrice .currency
{
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-style: normal;
}

#mod_pukkaPackages .itemPreviewIntro{
	float: left; _display:inline;
	width: 230px;
}


#mod_pukkaPackages .itemPreviewImage{
	float:left; _display:inline;
	margin: 0 10px 10px 0;
}

#mod_pukkaPackages .itemPreviewViewLink{
	float:right;  _display:_inline;
	clear:both;
	margin-right:20px;
}