@charset "UTF-8";
@import url(../default/core_patches.css);
/**
 * lite_patches.css - Lite Patches
 **/
@media screen {
/**
 * stableize layers
 **/
#wrap,
#page,
#head,
#topnav,
#main,
#c1,
#c2,
#c3,
#lang,
.vertical,
h2,
button {
	zoom: 1;
}
hr {
	margin: -7px 0px;
}
/**
 * button fix
 **/
button {
	padding: 0px 4px;
	cursor: hand;
}
/**
 * Legend 7px fix
 **/
legend {
	margin-left: -7px;
}
/**
 * ie 6+7: put header in front
 **/
#head {
	z-index: 99;
}
#head button {
	margin-left: 8px;
}
#c1 select {
	vertical-align: middle;
}
/**
 * ie 6: full width hack
 **/
* html #lang {
	zoom: 1;
}
/**
 * ie 6: Double Float-Margin Bug
 **/
 * html #c1,
* html #c2 {
	display: inline;
}
* html #c1 {
	margin-right: -3px; /* 3px bug */
}
* html #c2 {
	margin-left: -3px; /* 3px bug */
}
* html #c3 {
	margin: 0 201px 0 0; /* for 3px bug */
	height: 1%;
}
/**
 * break-word hack
 **/
* html #c1_inline,
* html #c2_inline,
* html #c3_inline {
	zoom: 1;
	word-wrap: break-word;
}
/**
 * ie 6 layout fixing
 **/

* html #c3_inline {
	margin-bottom: -2px;
}
#c3 h2 {
	position: relative;
	z-index: 9;
}
.horizontal li a {
	padding-left: 4px!important;
	border-right: 1px solid #535353;
}
.horizontal li.last a {
	border-right: 0;
}
}
@media print {
	#c3 {
		height: 1%;
	}
}
@media handheld {
	#c3 {
		height: 1%;
	}
}

