@charset "utf-8";
/* ----------------------- quattro-box elements  ----------------------- */
a.button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 0 -1px 0 #3b8dd1;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
a.button:after {
	display: block;
	float: none;
	clear: both;
	content: "";
	height: 0;
}
a.button span.right {
	background: transparent url(img/button-sprites.png) top right no-repeat;
	display: inline-block;
	padding: 5px 8px 7px 0px;
	float: left;
}
a.button span.left {
	display: inline-block;
	background: transparent url(img/button-sprites.png) top left no-repeat;
	height: 23px;
	width: 8px;
	float: left;
}
/* brick button */
a.brick {
	text-shadow: 0 -1px 0 #d16f3b;
}
a.brick span.right {
	background: transparent url(img/button-sprites-green.png) top right no-repeat;
}
a.brick span.left {
	background: transparent url(img/button-sprites-green.png) top left no-repeat;
}
/* */
a.button:hover span.left {
	background-position: bottom left;
}
a.button:hover span.right {
	background-position: bottom right;
}
div.quattro-box div.single-box a.button {
	margin: 22px 0 0 8px;
	*margin: 22px 0 0 6px;
	float: right;
	clear: none;
}
div#quattro-box-wrap {
	display: block;
	float: none;
	clear: both;
	width: 956px;
}
/* */
div.quattro-box {
	display: block;
	margin: 0 8px 0 8px;
}
div.quattro-box div.single-box {
	display: block;
	/*height: 155px; /* 169 */
	float: left;
	clear: none;
	margin-right: 20px;
	text-decoration: none;
	position: relative;
	width: 220px;
}
div.quattro-box div.single-box div.content {
	display: block;
	width: 184px; /* 220 */
	min-height: 131px;
	padding: 14px 18px 0 18px;
	background: transparent url(img/single-box.png) 0 0 no-repeat;
	position: relative;
}
div.quattro-box div.single-box-last {
	margin: 0;
}
div.quattro-box div.single-box div.content strong {
	display: block;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #3d3d3d;
	text-shadow: 0 1px 0 #ffffff;
	margin: 0 0 23px 0;
}
div.quattro-box div.single-box div.content em {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #737373;
}
div.quattro-box div.single-box div.content span.pictogram,
div.quattro-box div.single-box div.content span.download {
	display: block;
	background: transparent url(img/single-box-pictograms.png) 0 0 no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 13px;
	right: 12px;
}
div.quattro-box div.single-box div.content span.screenshots {
	background: transparent url(img/single-box-pictograms.png) -38px 0 no-repeat;
}
div.quattro-box div.single-box div.content span.pricing {
	background: transparent url(img/single-box-pictograms.png) -76px 0 no-repeat;
}
div.quattro-box div.single-box div.content span.video,
div.quattro-box div.single-box div.content span.video-training {
	background: transparent url(img/single-box-pictograms.png) -114px 0 no-repeat;
}
div.quattro-box div.single-box div.bottom {
	display: block;
	background: transparent url(img/single-box.png) bottom left no-repeat;
	height: 24px;
	float: none;
	clear: both;
}
div.quattro-box div.single-box div.content ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #737373;
	list-style-type: disc;
	padding-left: 14px;
}
div.quattro-box div.single-box div.content a.button {
	position: absolute;
	bottom: 0;
	right: 18px;
}
div.quattro-box div.single-box div.content a.button-2 {
	right: 100px;
}