@charset "utf-8";
/* applications_page */
#customer_apps, 
#solution_categories {
	background-color:#fff;
	list-style-type:none;
	display:block;
	height:165px;
	width:933px;
	padding:0;
	margin:0;
	border-bottom:3px solid #859239;
	border-top:3px solid #859239;
	font: 12px "trebuchet ms", verdana, sans-serif;
	letter-spacing: 0.02em;
}
#customer_apps li,
#solution_categories li {
	float:left;
	overflow:hidden;
	margin:15px 0 0 0;
	width:185px;
	height:134px;
	border-right:1px dotted #9A9A9A;
}
#customer_apps li{
	width:176px;
	border:none;
}
#customer_apps li.scroll_arrow{
	width: 25px;
	padding-top:60px;
	height:74px;
}
#customer_apps li.last,
#solution_categories li.last{
	border:none;
}
#customer_apps li a,
#solution_categories li a {
	display:block;
	color:#A2BF3A;
	text-decoration:none;
	width:185px;
	height:134px;
	padding:0 5px 0 12px;
}
#customer_apps li.scroll_arrow a{
	padding:0;
	margin:0;
	width: 25px;
}
#customer_apps li.scroll_arrow a img, #customer_apps li.scroll_arrow a:hover img{
	border:none;
	margin:0;
}
#solution_categories li a{
        background-image:url(images/interface/solution_bar_bg.gif);
        background-repeat:no-repeat;
        color:white;
        font-size:14px;
}
#customer_apps li a img,
#solution_categories li a img{
	border:1px solid #86943C;
	margin-left:1px;
	margin-top:1px;
}
#solution_categories li a img{
        margin-top: 8px;
}
#customer_apps li a:hover img,
#solution_categories li a:hover img{
	border:2px solid #a2bf3a;
	margin-left:0;
	margin-top:0;
}
#solution_categories li a:hover img{
        margin-top:7px;
}
#customer_apps li a:hover{
	color:#859339;
}
#solution_categories li a:hover{
        color:#FFFFFF;
        background-image:url(images/interface/solution_bar_bg-over.gif);
}
