﻿/**************************************************************************************/
/*  SubPages
/**************************************************************************************/
.pnlSubPages
{
	position : relative;

	padding-bottom : 40px;
	border-top : 1px solid #d0d0d0;
}

.pnlSubPage
{
	position      : relative;
	border-bottom : 1px solid #d0d0d0;
}

.subPage, .subPageH, .subPageA
{
	position      : relative;

	left          : 10px;

	padding-top    : 9px;
	padding-bottom : 9px;

	font-size     : 11px;
	font-weight   : normal;
	font-family   : Arial;

	line-height   : 1em;	
	color         : #000000;

	cursor        : pointer;

	width         : 180px;
}

.subPageH
{
	color : #555555;
}