/* CSS Document */

#solutions{
	width:875px;
	height:auto;
	overflow:hidden;
}
#solutions ul li {
	margin: 5px 0 50px 0;
}
#solutions ul li a{
	cursor:pointer;
	color: #303537;
	text-decoration: none;
}

#solutions ul li a:hover
{
	color: #C41477;
	text-decoration: underline;
}
#solutionsDetails{
width:875px;
	height:auto;
	overflow:hidden;
}

#solutionsDetails .detailTitle{
text-align: center;
color: #333;
font-size: 14px;
font-weight: bolder;
font-family: Verdana, Geneva, sans-serif;
margin-bottom:15px;
}
#solutionsDetails .detailContents{
	width:875px;
	height:auto;
	overflow:hidden;
	
}

#pager {
	margin: 10px 0 10px 0px;
	padding-right: 50px;
	height: 20px;
	text-align: right;
}

#pager a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

#pager a:hover {
	color: #EE7039;
}