﻿.CategoryList{}

.CategoryList .ContentStyle
{
	margin-left: 35px;
	margin-right: 50px;
}

.CategoryList .CaptionStyle
{
	padding-top: 25px;
	padding-bottom: 30px;
}


.CategoryList .Link
{
	color: #26a2d3;
	text-decoration: none;
}

.CategoryList .Link:hover
{
	color: White;
	text-decoration: none;
	background-color: #57779d;
}

.CategoryList .LinksArea
{
	overflow: auto;
	width: auto;
	padding: 15px 30px 20px 40px; 
	height: 150px; 
	background-color:White;
	border-style:solid;
	border-width:1px;
	border-color:#c9ccce;
}