@charset "utf-8";
/* CSS Document */

#page ul li { list-style: url(../../images/layout/bullet.png); }
.visto { list-style: url(../../images/icons/ok.gif); } /*******/


.afs_block ul {
	width: 160px;
	padding: 0;
	margin: 0;
}
.afs_block ul li {
	display: inline;
}
.afs_block ul li a {
	display: block;			
	height: 28px;
	line-height: 28px;
	border-bottom: dotted 1px #CCC;	
}


/* ********************* */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555;
}
h1 {
	font-size: 24px;
	color: #000;
	padding-bottom: 3px;
	border-bottom: solid 1px #666;
}

a:link {
	color: #25A;
	text-decoration: none;
}
a:visited {
	color: #25A;
	text-decoration: none;
}
a:hover {
	color: #25A;
	text-decoration: underline;
}
a:active {
	color: #25A;
	text-decoration: none;
}
.left { float: left; }
.right { float: right; }
.center{ text-align: center; }
.justify { text-align: justify; }
.tright { text-align: right; }
h2 {
	color: #1F3A46;
	font-size: 20px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.small {
	font-size: 12px;
	color: #666;
	font-style: italic;
}
.error {
	color:#900;
	font-weight: bold;
}
.success {
	color: #090;
	font-weight: bold;
}
.form {
	margin-top: 30px;
	border: solid 1px #CCC;
	padding: 10px 30px;
}
.mandatory {
	color: #F00;
	font-weight: bold;
}
.field {
	padding: 5px;
	color: #666;
	width: 300px;
}
.button {
	height: 32px;
	font: bold 18px Arial, Helvetica, sans-serif;
	width: 250px;
	text-align: center;
}

.testimonial {
	border: solid 1px #F5E082; /*#E4DEA0 */
	background: #FFFFE5; /*#F6F5EC;*/
	padding: 10px 20px;
	margin-top: 32px;
	font-style: italic;
}
.testimonial img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#integrations {
	position: relative;
	width: 160px; /*marquee width */
	height: 200px; /*marquee height */
	overflow: hidden;
}
#integrations img {
	margin-bottom: 10px;
	border: 0;
}
.table td {
	border-bottom: solid 1px #CCC;
}
.buy {
	text-align: center;	
	border: solid 1px #CCC;
	padding: 22px 0;
	margin-bottom: 10px;
	margin-top: 30px;
	font: bold 16px/1.3 Arial, Helvetica, sans-serif;
}
.screenshot {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	margin-right: 8px;
	font-variant: small-caps;
}
.screenshot img {
	margin-bottom: 6px;
	border: solid 1px #CCC;
}
.screenshot a { color: #1F3A46; }

.screenshot2 {
	border: solid 1px #CCC;
	float: right;
}


.evidenziato {
	color: #F00;
	background: #FF0;
}

.purchase {
	float: left;
	background: url(http://en.affiliationsoftware.com/images/tpl/purchase.gif) no-repeat;
	width: 220px;
	margin-right: 10px;
	height: 290px;
	padding: 15px 40px;
}

/* NEW */
#afs_content {
	background:url(../../../en/images/tpl/page_bg.png) repeat-x;
	border-top: solid 2px #FFF;
	padding-bottom:0;
	margin-bottom:0;

}
#afs_page {
	padding: 10px 20px 0 20px;
	/*line-height: 1.5;*/
}
.block {
	width: 560px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;	
	background: url(../../../en/images/tpl/block_bg.png) bottom repeat-x;
	padding: 30px; /* 50px */
	min-height: 160px;
}
.block_top {
	height: 7px;	
	background: url(../../../en/images/tpl/block_top.png) no-repeat;
	width: 622px;
	margin-top: 30px;
}
.block_bottom {
	height: 7px;	
	background: url(../../../en/images/tpl/block_bot.png) no-repeat;
	width: 622px;

}
div#test {
	background:url(../../../en/images/tpl/bottom_bg.png) repeat-x;	
	min-height: 60px;
	border-bottom: solid 1px #999;
}
div#afs_layout div#afs_bottom {
	background:url(../../../en/images/tpl/page_bg.png) repeat-x;
	padding: 30px;
	border-top: solid 2px #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}
div#afs_layout div#afs_bottom a { color: #666; }