﻿/* Left style one 
h3.leftboxheading,.leftboxfooter
{
	font-size:18px;
	color:White;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	margin:0 0 0 0;
}

.leftboxheading
{
	background-image:url(../../fimages/cat_header.gif);
	background-repeat:no-repeat;
}

.leftboxfooter
{
	background-image:url(../../fimages/cat_footer.gif);
	background-repeat:no-repeat;
}

.catlist ul 
{
	list-style:none;
	margin: 0 0 0 0;
	padding:0;
	border:none;
	font-size:medium;
	font-weight:bold;
}

.catlist li
{
	border-bottom:1px solid #90bade;
	margin:0;
}

.catlist li a
{
	display:block;
	padding: 5px 5px 5px 0.3em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color:#2da1a1;
	color:#fff;
	text-decoration:none;
	width:100%;
}

html>body .catlist li a
{
	width:auto;
}

.catlist li a:hover
{
	border-left:10px solid #3b83c0;
	border-right:10px solid #5ba3e0;
	background-color:#2da1a1;
	color:#fff;
}	
*/