/* ================ */
/*  Special Styles  */
/* ================ */
/* skiplinks */
#skiplinks {
	position: relative;
}
#skiplinks p a {
	background: transparent;
	display: block;
	height: 0;
	left: -999em;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	top: -999em;
	width: 0;
}
#skiplinks p a:hover,
#skiplinks p a:focus,
#skiplinks p a:active {
	color: #000;
	font-size: 0.9em;
	height: auto;
	left: 18em;
	overflow: visible;
	padding: 0.5em 1em;
	top: 0;
	white-space: nowrap;
	width: auto;
	z-index: 100;
}
/* hidden element */
.hidden, .dontShow {
	display: block;
	height: 0;
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 0;
}
/* clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* NEW SEARCH - abaton 0221 */

#contentCol #searchterm {
	background: #fff;
	border: 1px solid #b2b2b2;
	color: #767676;
	float: left;
	font-size: 0.9em;
	margin: 1px 0 0 0;
	padding: 3px 3px 2px 3px;
	/*width: 12.45em;
	width: 13.35em;
	width: 13.1em; */
    width:150px;
}
#contentCol #searchsubmit {
	background: 0;
	border: 0;
	cursor: pointer;
	height: auto;
	margin: 0;
	padding: 0;
	width: 23px;
	position: relative;
	vertical-align:top;

}

#contentCol #searchsubmit img {
	border: 1px solid #b2b2b2;
	position:relative;
	right:0;
	top:1px;	
}

#det_search {
    position:absolute;
    top:5px;
    left:732px;
    right:0px;
    width:220px;
}


/* aba END */