﻿.ViewCategories
{
	font-family:Arial;
	font-size:10px;
	min-width:300px;
	padding:10px;
	padding-top:0px;
}

.ViewCategories .MainTitle
{
	font-size:14px;
	font-weight:bold;
	color:#153526;
	border-bottom:dotted 1px #a5a60c;
	padding:2px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.ViewCategories .Category .InformationWrapper
{
	float:left;
	width:100px;
}

.ViewCategories .Category
{
	margin-right:10px;
	margin-top:10px;
	overflow: hidden;
	margin-left: 2px;
	cursor: pointer;	
	background-image: url('../../Images/Liniar/liniar-home-box.jpg');
	background-repeat: no-repeat;
	height:226px;
	width:213px;
	padding:15px;
	margin:2px;
	float:left;
}

.ViewCategories .Category:hover
{
	cursor: pointer;
}

.ViewCategories .Category .Image
{
	float:left;
	margin-right:5px;
	width: 120px;
	min-width:102px;
	text-align:center;
	margin:auto;
}

.ViewCategories .Category .Title
{
	float:none;
	clear:right;
	color:#AAAAAA;
	margin-bottom:2px;
	padding-bottom:10px;
}

.ViewCategories .Category .Title a
{
	font-family:Verdana;
	font-size:14px;
	color:#153526;
	padding:0px;
	margin:0px;
	clear:both;
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
	background-image: url('../../Images/Liniar/arrow.jpg');
	background-repeat:no-repeat;
	padding-left:20px;
	text-decoration:none;
}

.ViewCategories .Category .Title a:hover
{
	text-decoration:underline;
}

.ViewCategories .Category .InformationWrapper .Description
{
	float:none;
	clear:right;
	font-size:11px;
	color:#000;
	margin-bottom:2px;
}

.ViewCategories .Category .InformationWrapper .MoreInformation
{
	margin-bottom:15px;
	padding-right:15px;
	font-size:11px;
	color:#1C3E94;
}

.ViewCategories .Category .InformationWrapper .MoreInformation a
{
	text-decoration:none;
	color:#1C3E94;
}

.ViewCategories .ClearFloats
{
	width:100%;
	clear:both;
	float:none;
}

.ViewCategories .Category .Image .theImage
{
	border:solid 2px #C5CACC;
	display:block;
	margin:auto;
}
