.travelzoo-deals-wrapper {
	clear: both;
	display: block;
	margin: 0 auto 1.5em auto;
}
.deal-item {
	clear: both;
	display: block;
	margin: 0 0 1.5em 0;
}
.deal-item:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.travelzoo-deals-wrapper .deal-item {
	margin: 0 0 2.5em 0;
}
.widget_travelzoo_deals .deal-item p {
	margin-bottom: 0.5em;
}
.deal-item p.item-title {
	font-weight: 700;
}
.travelzoo-deals-wrapper .deal-item p.item-title {
	font-size: 1.1em;
}
.deal-item p.item-meta {
	font-size: 0.875em;
	font-weight: 400;
	text-transform: uppercase;
}
.deal-item p.item-meta > span {
	padding: 0 10px 0 0;
}
.deal-item .amount {
	font-weight: 700;
	padding: 0 3px;
}
.travelzoo-deals-wrapper .deal-item ul,
.travelzoo-deals-wrapper .deal-item ol {
	clear: both;
	margin: 0 0 1.5em 1.5em;
}
.travelzoo-deals-wrapper .deal-item ul li {
	list-style: disc outside;
}
.travelzoo-deals-wrapper .deal-item ol li {
	list-style: decimal outside;
}
.travelzoo-deals-wrapper .deal-item li {
	margin: 0 0 1.5em 0;
}
.travelzoo-deals-wrapper .deal-item li:last-child {
	margin: 0 0 0 0;
}
.widget_travelzoo_deals .deal-item ul,
.widget_travelzoo_deals .deal-item ol {
	margin: 0 0 0.5em 1em;
}
.widget_travelzoo_deals .deal-item li {
	margin: 0 0 0.5em 0;
}
.item-image-wrapper {
	display: block;
	margin: 0 auto 0.5em auto;
	position: relative;
	width: auto;
}
.travelzoo-deals-wrapper .item-image-wrapper {
	margin: 0 auto 1.5em auto;
}
.item-image-wrapper.alignleft {
	clear: left;
	float: left;
	margin: 0 10px 0.5em 0;
}
.travelzoo-deals-wrapper .item-image-wrapper.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.item-image-wrapper.alignright {
	clear: right;
	float: right;
	margin: 0 0 0.5em 10px;
}
.travelzoo-deals-wrapper .item-image-wrapper.alignright {
	margin: 0 0 1.5em 1.5em;
}
.item-image-wrapper.aligncenter {
	clear: both;
	float: none;
	margin: 0 auto 0.5em auto;
}
.travelzoo-deals-wrapper .item-image-wrapper.aligncenter {
	margin: 0 auto 1.5em auto;
}
.item-image-wrapper img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	clear: both;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	opacity: 0.85;
	padding: 1px;
	width: auto;
}
.item-image-wrapper img:hover {
	opacity: 1;
}
.item-image-wrapper .item-savings-percent {
	background: url('../images/ribbon.png') no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -7px;
	line-height: 1.385em;
	margin: 0 0 0 0;
	padding: 0px 12px 6px 6px;
	position: absolute;
	top: 5px;
	text-shadow: -1px -1px 0 #920000;
	z-index: 2;
}
.item-image-caption {
	background-color: rgba( 0, 0, 0, 0.2 );
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-style: italic;
	font-weight: 100;
	padding: 0 5px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	left: auto;
	top: auto;
	text-align: right;
	text-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.2 );
	z-index: 1;
}