@charset "UTF-8";
/*
Site Content Assistance Layout CSS
Revision: 1.0
Copyright (c) 2007 by HHD Software
This file is part of the HHD Software Web Site
Do not use it and do not make copies of it without written permission from HHD Software
Please contact us at http://www.hhdsoftware.com/Company/contact-us.html

Note to e l t i m a guys (and Ñ å ð ¸ ã à   Ñ å ì å í ö î â especially): YOU can copy everything, as you always do...
*/

#ch {
	color: #888;
	width: 175px;
	margin-top: 5px;
	padding: 0;
}
#ch * {
	font-size: 9px;
	font-weight: normal;
}
#ch_header {
	width: 175px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
}
#ch_logo {
	float: left;
	padding: 0 2px 0 4px;
}
#ch_title {
	float: left;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
}
#ch_close_top a {
	float: right;
	padding: 2px 1px 0 0;
}
#ch_subtitle {
	color: #666;
	width: 171px;
	height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	clear: both;
	padding: 5px 0 6px 4px;
}
#ch_body {
	width: 175px;
	height: 46px;
	clear: both;
	float: none;
	text-indent: 4px;
	padding: 0 0 2px 0;
	white-space: nowrap;
	overflow: hidden;
}
.ch_body_extended {
	height: 100% !important;
	overflow-y: visible !important;
}
#ch_body h1, #ch_body h2 {
	margin: 1px 0;
	color: #888;
	font-size: 9px;
	font-weight: normal;
}
#ch_body strong {
	color: #888;
}
#ch_footer{
	width: 175px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#ch_more_link, #ch_less_link {
	padding: 5px 0 2px 4px;
}
.hidden {
	display: none;
}