/* Discounts CSS Document */

div.float {
	float:left;
	overflow:hidden;
}

div.discount_item {
	background-color:#fff;
	border:1px solid #e0e6f7;
	padding:10px;
	width:240px;
	height:220px;
	overflow:hidden;
	position:relative;
	margin:0 12px 12px 0;
}

div.discount_image {
	width:240px;
	height:105px;
	overflow:hidden;
	margin-bottom:9px;
}

.content div.discount_image img {
	margin:0;
}

div.d_singledates {
	background-color:#f3f6fd;
	border:1px solid #e0e6f7;
	margin:15px 0;
	padding:8px;
}

.content p.discount_name {
	font-weight:bold;
	margin-bottom:6px;
	font-size:12px;
	line-height:15px;
}

.content p.discount_info {
	font-size:12px;
	line-height:15px;
	height:60px;
	overflow:hidden;
}

div.discounts_more {
	background:url(../images/socialbox.gif) top left no-repeat;
	width:100px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 1px 20px;
	position:absolute;
	bottom:0;
	right:0;
}

.content div.discounts_more a {
	text-decoration:none;
}

.content div.discounts_more a:hover {
	text-decoration:underline;
}


/* Discounts single */

.content div.d_singleimage img {
	margin:0;
}

.content p.d_singletext {
	margin:15px 0;
}

.d_single_start_dt {
	margin-bottom:6px;
	padding-bottom:6px;
}

div.d_back {
	text-align:right;
	margin-right:2px;
	background:url(../images/back_bg.gif) top right no-repeat;
	padding:3px 0;
}

div.d_back p {
	width:150px;
	height:20px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0 8px 0 20px;
	position:relative;
}

div.d_back p a {
	text-decoration:none;
}

