.column1{
	width:230px;
	float:left;
}
.column2{
	width:230px;
	margin-left:250px;
}
.releases li{
	list-style-image:url(/assets/images/icons/page.png);
	margin:0px 0px 5px 25px;
	padding-bottom:5px;
	border-bottom:1px solid #E2EDF6;
	color:#666666;
}
.releases li a{
	font-weight:bold;
	margin:0px 6px 6px 0px;
}
.downloads li{
	margin:0px 0px 5px 25px;
	padding-bottom:5px;
	border-bottom:1px solid #E2EDF6;
}
.downloads li.graphic{
	list-style-image:url(/assets/images/icons/photo.png);
}
.downloads li.literature{
	list-style-image:url(/assets/images/icons/download.png);
}
a.download{
	display:block;
	background-image:url(/assets/images/press/btn_download.png);
	background-repeat:no-repeat;
	text-align:center;
	width:340px;
	height:39px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:4px;
	margin:0px auto;
}
a.download:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.products li{
	list-style-image:url(/assets/images/icons/photo.png);
	margin:0px 0px 5px 25px;
	padding-bottom:5px;
	border-bottom:1px solid #E2EDF6;
}

ul.photos{
	width:98%;
}
ul.photos li{
	text-align:center;
	display:block;
	width:180px;
	float:left;
}
ul.photos li .description{
	font-size:0.7em;
}

.agreement{
	font-size:0.7em;
}
.agreement strong{
	color:#FF6600;
}