/*
	/parknpool/includes/styelsheets_0802/home_page.css
	 
	Copyright (c) 2009 ParknPool Corp.
	
	2009/01/05 mv	Initial coding.
*/

/* --- Category Link Table --- */

.hpCatImgCell {
/*	border: #000 solid 1px; */
	height: 220px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	width: 220px;
}

.hpCatLblCell {
	height: 50px;
	text-align: center;
	vertical-align: top;
}

a.hpCatLblLnk:link, a.hpCatLblLnk:visited, a.hpCatLblLnk:active { 
	color: #045B86;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}

a.hpCatLblLnk:hover { 
	/* color: #308F5B;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline; */
}

a.hpSubCatLnk:link, a.hpSubCatLnk:visited, a.hpSubCatLnk:active { 
	color: #045B86;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}

a.hpSubCatLnk:hover { 
	color:#308F5B;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}

.hpSubcatsList {
	border: #045B86 solid 1px;
	background: #EFEFEF;
	display: none;
	list-style: none;
	margin: 0px;
	margin-left:10px;
	padding: 3px;
}
