/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #F4FDF4;
}

BODY, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
}
a
{
    color: #CC6633;
/*    font-family: 'Comic Sans MS';   */
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #FF0000;
}
table
{
    border-collapse: collapse;
}
.clear
{
    clear:both;
}
/* --------------------------- main menu --------------------------- */
div.mainMenuCanvas
{
    margin: 0 10px;
    padding: 5px 0;
    background: #F5F5F5;
}
a.mainMenu
{
    display: block;
	color: #5B8730;
	font-size: 16px;
	text-decoration: none;
	padding: 3px 5px 3px 20px;
	margin: 10px 0;
    background: #D3E0FF url(images/menu-bg.gif) repeat-y left;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.mainMenu:hover
{
    background: #FFE0CB url(images/menu-bg.gif) repeat-y left;
    text-decoration: none;
    color: #E29D31;
}
.subMenu
{
    background: #FFE0CB;
    display: none;
    position: absolute;
    line-height: 25px;
    padding: 2px 3px 2px 3px;
    width: 240px;
    text-align: left;
    border-left: 2px solid #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.linkSubMenu
{
    display: block;
    padding: 0 8px 0 8px;
    color: #E29D31;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.linkSubMenu:hover
{
    color: #E29D31;
    text-decoration: none;
    background: #FFF2E8;
}
/* --------------------------- column --------------------------- */
.column
{
    vertical-align: top;
    padding: 10px;
}
.column h1
{
    font-size: 11px;
    color: #CD2D1D;
    text-align: center;
}
/* --------------------------- content --------------------------- */
#content
{
    padding: 0 10px 0 10px;
	font-size: 10pt;
}
h1
{
	font-size: 24px;
	color: #B61C02;
    text-align: center;
    font-weight: normal;
}
h2
{
	font-size: 18px;
	color: #B61C02;
    font-weight: normal;
}
h3
{
	font-size: 12px;
	color: #B61C02;
    font-weight: normal;
}
h4
{
	font-size: 10px;
	color: #B61C02;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a
{
    font-weight: normal;
}	
p
{
    margin: 8px 0 0 0;
}
td.price
{
    color: #000000;
    border: 1px solid #AAAAAA;
    padding: 3px;
}
td.item
{
    border-bottom: 1px solid #990000;
    padding: 5px;
}
table.listing td {vertical-align: top; }
/* --------------------------- form --------------------------- */
table.form
{
}
.form td
{
    font-size: 8pt;
    vertical-align: top;
}
td.formErr
{
    font-size: 8pt;
    vertical-align: top;
    background: #FFEAEA;
}
.form th
{
    font-size: 9pt;
    padding-top: 8px;
}
form
{
    margin-left: 10;
}
TEXTAREA, INPUT, SELECT
{
    background: #fefeee;
    font-size: 10pt;
    border: 1px solid #CD2D1D;
}
.button
{
    margin: 7px;
    height: 25px;
    border: 2px outset #135E53;
    background-color: #CA2F1E;
    font-family: Arial;
    FONT-SIZE: 9pt;
    color: #ffffff;
    font-weight: bold;
}
.button a:hover
{
    background-color: #CA2F1E;
    color: #990000;
}
/* --------------------------- footer --------------------------- */
#copyright
{
    font-size: 7pt;
    padding: 5px 10px;
}
#copyright a
{
    text-decoration: none;
    color: #ffffff;
}
#copyright a:hover
{
    text-decoration: underline;
}
#footer
{
    background: #FFFFFF;
    border-top: 1px #228778 dotted;
}
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.alertText, .okText
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
}
.okText
{
    color: #000000;
    text-align: center;
}
.lineList
{
	font-size: 90%;
	margin-bottom: 7px;
}
a.lineList
{
	color: #444444;
	background-color: #CBFECB;
	border: 1px solid #008100;
	text-decoration: none;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
}
a.lineList:hover
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-decoration: none;
}
div.commentList
{
    border: 1px solid #C0C0C0;
    margin: 3px;
    padding: 5px;
    background: #F2FCF2;
}
div.commentTitle
{
    border: 1px solid #C0C0C0;
    background: #DBFBDB;
    padding: 3px 3px 3px 20px;
    font-size: .9em;
    font-style: italic;
    margin-top: 7px;
}
.commentAdmin
{
    background: #FFF;
    margin: 5px 5px 5px 30px;
    padding: 3px;
    font-style: italic;
}
div.branchLine
{
    font-size: .85em;
    padding: 3px 5px;
    border: 1px solid #C0C0C0;
    background: #DBFBDB;
}
/* --------------------------- photo --------------------------- */
.photo
{
	margin-right: 12px;
}
#right_column h2
{
    margin-top: 0;
    margin-bottom: 2px;
    padding-bottom: 2px;
    
}