*
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.deal-list .top h5
{
	float: left;
	
	width: 125px;
	
	margin: 26px 0 0 43px !important;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.deal-list .top a
{
	display: block;
	
	float: right;
	
	width: 20px;
	height: 20px;
	
	margin: 26px 18px 0 0 !important;

	background-color: transparent;
	background-repeat: no-repeat;
}

.deal-list .top a img
{
	border: none;
}


.deal-list.collapse
{
	width: 214px;
	height: 69px;
	
	background-color: #FFF;
	background-image: url(images/deal-list-collapse.gif);
	background-repeat: no-repeat;
	
	overflow: hidden;
}

.deal-list.collapse .top h5
{
	color: #15519B;
}

.deal-list.collapse .top a
{
	background-image: url(images/deal-list-button-expand.gif);
}

.deal-list.collapse .top a img
{
	border: none;
}

.deal-list.collapse .middle
{
	display: none;
}

.deal-list.collapse .bottom
{
	display: none;
}

.deal-list.expand
{
	width: 214px;
	height: auto;

	background-image: none;
}

.deal-list.expand .top
{
	width: 214px;
	height: 55px;
	
	background-color: #FFF;
	background-image: url(images/deal-list-expand-top.gif);
	background-repeat: no-repeat;
	
	overflow: hidden;
}

.deal-list.expand .top h5
{
	color: #FFF;
}

.deal-list.expand .top a
{
	background-image: url(images/deal-list-button-collapse.gif);
}

.deal-list.expand .middle
{
	width: 214px;
	height: auto;

	background-color: #FFF;
	background-image: url(images/deal-list-expand-middle.gif);
	background-repeat: repeat-y;
}

.deal-list.expand .middle .deal-item
{
	width: 214px;
	height: auto;
	
	padding: 10px 0 !important;
	
	background-color: transparent;
	background-image: url(images/deal-list-expand-middle-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.deal-list.expand .middle .deal-item a.thumbnail
{
	display: block;
	
	width: 126px;
	height: 72px;
	
	margin: 0 auto !important;
	padding: 10px 0 !important;
	
	overflow: hidden;
}

.deal-list.expand .middle .deal-item h6
{
	display: block;
	
	width: 164px;
	
	margin: 0 auto -10px auto !important;
	
	font-size: 15px;
	font-weight: bold;

	overflow: hidden;
}

.deal-list.expand .middle .deal-item h6 a:link,
.deal-list.expand .middle .deal-item h6 a:visited
{
	color: #15519B;
	text-decoration: none;
}

.deal-list.expand .middle .deal-item h6 a:hover,
.deal-list.expand .middle .deal-item h6 a:active
{
	text-decoration: underline;
}

.deal-list.expand .middle .deal-item p
{
	display: block;
	
	width: 164px;
		
	margin: 0 auto !important;
	padding: 10px 0 0 0 !important;
	
	font-size: 12px;
	font-weight: normal;

	overflow: hidden;
}

.deal-list.expand .middle .deal-item p.price
{
	display: block;
	
	width: 164px;
	
	margin: 0 auto !important;
	padding: 10px 0 0 0 !important;
	
	font-size: 10px;
	font-weight: normal;
	color: #4D463F;
	
	text-align: right;

	overflow: hidden;
}

.deal-list.expand .middle .deal-item p.price strong
{
	font-size: 21px;
	font-weight: bold;
}

.deal-list.expand .bottom
{
	width: 214px;
	height: 52px;
	
	background-color: #FFF;
	background-image: url(images/deal-list-expand-bottom.gif);
	background-repeat: no-repeat;
	
	overflow: hidden;
}

.deal-list.expand .bottom a.rss
{
	float: left;
	
	display: block;
	
	width: 18px;
	height: 19px;
	
	margin: 20px 0 0 18px !important;
	
	overflow: hidden;
}

.deal-list.expand .bottom a.more-text
{
	float: left;
	
	display: block;
	
	width: auto;
	height: auto;
	
	margin: 0 0 0 0 !important;
	
	overflow: hidden;
}

.deal-list.expand .bottom a.more-button
{
	float: right;
	
	display: block;
	
	width: 20px;
	height: 20px;
	
	margin: 17px 17px 0 0 !important;
	
	overflow: hidden;
}

.deal-list.expand .bottom a.more-text
{
	float: right;
	
	display: block;
	
	width: auto;
	
	margin: 22px 4px 0 0 !important;
	
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	
	overflow: hidden;
}

.deal-list.expand .bottom a:link.more-text,
.deal-list.expand .bottom a:visited.more-text
{
	color: #003363;
	text-decoration: none;
}

.deal-list.expand .bottom a:hover.more-text,
.deal-list.expand .bottom a:active.more-text
{
	text-decoration: underline;
}

.deal-list.collapse.motoring
{
	background-image: url(images/deal-list-collapse-motoring.gif);
}

.deal-list.expand.motoring .top
{
	background-image: url(images/deal-list-expand-top-motoring.gif);
}

.deal-list.collapse.travel
{
	background-image: url(images/deal-list-collapse-travel.gif);
}

.deal-list.expand.travel .top
{
	background-image: url(images/deal-list-expand-top-travel.gif);
}

.deal-list.collapse.shop
{
	background-image: url(images/deal-list-collapse-shop.gif);
}

.deal-list.expand.shop .top
{
	background-image: url(images/deal-list-expand-top-shop.gif);
}

