/*-- Combination Styles Styles --*/ 
.dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	margin:0 30px 0 10px;
}
.dd li {
	padding:5px;
	list-style:none;
}
.title_li {
	font-weight:bold;
	list-style:none;
}
/*-- Colour Wraps --*/

.dd_wrap {
	width:570px;
	height:auto;
	margin:10px 10px 10px 0;
	padding:0 0 0 0;
	float:left;
	border: 1px solid #CCC;
}
.dd_wrap_top {
	margin-top:30px;
}

.dd_img {
	float:left;
	height:auto;
	width:75px;
	padding-top:5px;
}
.dd_txt {
	float:right;
	height:auto;
	width:485px;
	padding:10px 0 20px 0;
}
.dd_red {
	background:#f7e6f4;
}
.dd_blue {
	background:#f1f1f2;
}
.dd_yellow {
	background:#f8f4e8;
}

