/** 
 * Discounts plugin style sheet
 *
 * @since 13.04.2006
 * @author  <>
 */

.discounts table {
	width					: 100%;
	border-top				: 1px solid #DDDDDD;
}

.discounts table td {
	vertical-align			: top;
	padding-left			: 5px;
}

.discounts table td.title {
	width					: 140px;
	background-repeat		: no-repeat;
	background-position		: right 5px;
	padding-left			: 0px;
}

.discounts table td.title img.logo {
	clear					: left;
	margin-top				: 5px;
	display: block;
	float:none;
}

.discounts table td.info {
	border-bottom			: none;
}

.discounts table td.print_info {
	display					: none;
}

#center .discounts div.more {
	margin-top				: 10px;
	height					: 7px;
}

#center .discounts a.more {
	color					: #ffffff;
	float					: right;
}

#center .discounts a.more.next {
	width					: 129px;
	background-position		: right top;
}

#center .discounts a.more.prev {
	float					: left;
	text-align				: left;
	padding-left			: 14px;
	width					: 129px;
}

.discounts h2 {
	padding-bottom			: 15px;
}

/* single discount */
.discounts .big_lead.single {
	padding-top				: 2px;
}

.discounts .picture {
	margin-bottom			: 10px;
}

.discounts table.discount,
.discounts table.discount table {
	border					: none;
	background-color		: #EC008C;
}

.discounts table.discount td,
.discounts table.discount th {
	border					: none;
	padding					: 0px;
	margin					: 0px;
	color					: #ffffff;
	font-size				: 12px;
	text-transform			: none;
	vertical-align			: top;
}

.discounts table.discount th {
	width					: 60px;
}

.discounts table.discount td table td,
.discounts table.discount td table th {
	padding-top				: 3px;
}

.discounts table.discount td.rate {
	vertical-align			: bottom;
	width					: 190px;
}

#center .discounts div.comments {
	padding-top				: 2px;
	float					: left;
}

#center .discounts div.rating {
	float					: right;
}

#center .discounts div.comments a {
	color					: #000000;
}

.discounts table.discount td.rate a.more {
	background-image		: url(/dsg/suggest.gif);
	width					: 187px;
	margin-top				: 6px;
}

.discounts .category_content p {
	padding-top				: 0px;
	padding-bottom			: 10px;
}

.box.discounts .lead_bottom_split {
	background-image	: url(/dsg/box_default_lead_bottom_seperated.png);
	width				: 450px;
	height				: 30px;
}

.box.discounts .lead_bottom_split.no_content_split {
	background-image	: url(/dsg/box_default_lead_bottom_seperated_no_content.png);
}

*html .box.discounts .lead_bottom_split {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_lead_bottom_seperated.png', sizingMethod='scale');
}

*html .box.discounts .lead_bottom_.no_content_split {
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_lead_bottom_seperated_no_content.png', sizingMethod='scale');
}

#center .box.num_0.discounts .lead_bottom.no_content {
	background-image	: url(/dsg/box_default_lead_bottom_content.png);
}

*html #center .box.num_0.discounts .lead_bottom.no_content {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/box_default_lead_bottom_content.png', sizingMethod='scale');
}

