@charset "UTF-8";
@import url(../default/core_patches.css);
/**
 * phoenixpink_patches.css - Phoenix Pink Patches
 **/
@media screen {
/**
 * stableize layers
 **/
#wrap,
#page,
#head,
#topnav,
#main,
#c1,
#c2,
#c3,
#lang,
.vertical,
.adsingle {
	zoom: 1;
}
hr {
	margin: -7px 0px;
}
/**
 * button fix
 **/
button {
	width: auto;
	overflow: visible;
	margin: 0!important;
	padding-left: 6px;
	line-height: 1.3em;
	cursor: hand;
}
/**
 * Legend 7px fix
 **/
legend {
	margin-left: -7px;
}
/**
 * ie 6+7: put header in front
 **/
#head {
	z-index: 99;
}
/**
 * ie 6: full width hack
 **/
* html #lang {
	width: 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 0 0 297px; /* 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;
}
#layout_2 #c3 .sub.right .margin {
	margin-left: -2px;
}
#c1 .box {
	height: 88px;
	zoom: 1;
}
}
@media print {
	#c3 {
		height: 1%;
	}

}
@media handheld {
	#c3 {
		height: 1%;
	}

}

