﻿.columns {
	border-bottom:1px solid #ccc;
	background: transparent url(../images/columns_bg.png) no-repeat 100% 100%;
	border-top:1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.columns .col{
	float:left;
	width: 210px;
	margin: 0 0 0 10px;
	
}

.download , a:visited.download {
	float:right;
	display:block;
	background: #000 url(../images/carousel_download_bg.gif) no-repeat 9px 0.8em;
	padding: 10px 10px 10px 35px;
	font-size: 1.1em;
	color: #fff;
	margin: 20px 20px 0 0;
	border:6px solid #eee;
}
a:hover.download {
	border-color: #ccc;
}

.download em{
	display:block;
	font-size: 0.9em;
}





.documentation {
	color: #666;	

}

.documentation  p{
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.documentation  p.alt{
	background: #eee;	
}

.documentation  strong{
	float:left;
	width: 50px;
	font-size: 1.5em;
	color: #000;
	text-align:center;
}
.documentation  span{
	float:left;
	width: 1000px;
	display:block;
}
