@charset "utf-8";
/* CSS Document */

#DSG_Wrapper {
	width:972px;
}

#DSG_Wrapper .header {
background-image:url(img/affiliate_header.jpg);
}

#DSG_Wrapper ul{
	display:block;
	overflow: hidden;
}

#DSG_Wrapper li{
	width:217px;

	margin-right: 20px;
	float: left;
	overflow: hidden;
}
#DSG_Wrapper .affiliate_title{
	color:#043163;
	font-size:17px;
	font-weight:bold;
	line-height: 20px;
}

#DSG_Wrapper .affiliate_red_title{
	color:#B80000;
	font-size:17px;
	font-weight:bold;
}

#DSG_Wrapper .affiliate_smallgreytext{
	color:#999999;
	font-size:9px;
	margin-top: 10px;
}

#DSG_Wrapper .affiliate_offerendstext{
	color:#000000;
	font-size:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#DSG_Wrapper .line_space {
	width:940px;
	border-top-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	clear:both;
	margin-top:25px;
	margin-bottom: 20px;
}

