@charset "UTF-8";

/*======== CONTENTS =========
footer.csslast-updated:2007/10/15
===========================*/

/*===== footer layout ======*/


#footer_gotop {
	background: #223A70;
}
#footer .gotop{
	text-align:right;
}
#footer table{
	width:100%;
}
td#footercopy{
	width:32%;
	padding: 8px 10px 10px 10px;
}
td#footermenu_l{
	background: url(/cz/static/common/images/footer_bgbar.gif) no-repeat left center;
	width:16%;
	padding: 8px 10px 10px 10px;
}
td#footermenu_r{
	background: url(/cz/static/common/images/footer_bgbar.gif) no-repeat right center;
	width:18%;
	padding: 8px 10px 10px 10px;
}
td#footerlogo{
	width:34%;
	padding: 8px 5px 10px 10px;
}
#footer ul {
	margin: 8px 0 0 0;
}
#footer ul li {
	list-style: none;
	padding: 3px 8px 3px 8px;
	font-size: 80%;
	line-height: 1.2;
}
#footer ul.rss {
	margin: 12px 6px 6px 0;
	min-height:40px;
	height: auto !important;
	height: 40px;
}
#footer ul.rss img{
	margin: 0 6px 0 0;
}
#footer div.parts{
	margin: 12px 6px 6px 6px;
	padding: 0;
	width:48px;
	height:48px;
	float:right;
}
#footer p {
	font-size: 80%;
	line-height: 1.2;
	padding: 6px;
}
#footer dl {
	font-size: 80%;
	line-height: 1.2;
	padding: 6px 6px 10px 6px;
}
#footer dt {
	font-weight: bold;
	padding: 0 0 10px 0;
}
#footer dd {
	padding: 0 0 10px 0;
}

#footercopy dd, #footercopy p{
	font-size: 12px;
}

/*=====  clearfix ===========================*/
#footer:after, #searcharea:after {
	content: url(/cz/static/common/images/spacer.gif);
	display: block;
	height: 0;
 	clear: both;
	visibility: hidden;
}
#footer, #searcharea{
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html #footer, * html #searcharea {
	height: 1%;
}
#footer, #searcharea {
	display: block;
}
/* End Holly Hack */

