/*------PARTITION CSS-------*/

#Right_column dl {
	clear:both;
	margin:0 20px 20px 20px;
	
}
* html #Right_column dl {
	clear:both;
	margin:0 20px 20px 10px;
	
}


#Right_column dl dt.alumi{
	margin:0 0 10px 0;
	height:41px;
	color:#2F4E6A;
	font-weight:bold;
	padding:36px 0 0 35px;
	background:url(../img/partition_headeline_icon_alumi.png) top left no-repeat;
	clear:both;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
}
#Right_column dl dt.alumi span{
	color:#09C;
}

#Right_column dl dt.steel{
	margin:0 0 10px 0;
	height:41px;
	color:#2F4E6A;
	font-weight:bold;
	padding:36px 0 0 35px;
	background:url(../img/partition_headeline_icon_steel.png) top left no-repeat;
	clear:both;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
}
#Right_column dl dt.steel span{
	color:#039;
}

* html #Right_column dl dt{
	height:95px;
}



#Right_column dl dd{
	margin:0 0 30px 20px;
	line-height:20px;
	border-bottom:1px solid #ddd;
	padding:0 0 10px 0;
	float:left;
	width:560px;
	font-size:14px;
}
* html #Right_column dl dd{
	margin:0 10px 40px 30px;
	width:520px;
}

#Right_column dl dd ul {
	margin:10px 0 0 0;
	
}

#Right_column dl dd ul li{
	color:#333;
	margin:0 0 20px 0;
	padding-left:15px;
	background:url(../img/bullet_green.gif) left 4px no-repeat ;

}

#Right_column .Image_Case {
	margin-top:10px;
}

#Right_column .Image_Case ul li{
	float:left;
	width:260px;
	background:none;
	text-align:center;
	margin:auto;
}
#Right_column .Image_Case p{
	clear:both;
}


