/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

/* search - style */
.search {

	cursor:pointer;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	width:123px;
	height:30px;
	padding:4px 0 5px 15px;
	float:left;
	display: block;
}
.search-closed {
	color:#7a7a7a;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButton.gif) no-repeat;
	text-decoration:none;
}
.search-closed:hover {
	color: #005daa;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButton.gif) no-repeat;
	text-decoration:none;
}
.search-opened {
	color:#7a7a7a;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButtonUp.gif) no-repeat;
	text-decoration:none;
}
.search-opened:hover {
	color: #005daa;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButtonUp.gif) no-repeat;
	text-decoration:none;
}

/* Container - search style */
.search-c {}
.search-c-closed {
	background:transparent;
	background-color:#fff;
	border:solid 1px #d7d7d6;
	padding:10px;
	z-index: 9999;
	position:absolute;
	margin-top:29px;
	width:210px;
	float:left;
}
.search-c-opened {
	background:transparent;
	background-color:#fff;
	border:solid 1px #d7d7d6;
	padding:10px;
	z-index: 9999;
	position:absolute;
	margin-top:29px;
	width:210px;
	float:left;
}

#searchContainer {
	float:left;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

/*******************************************/
/*******************************************/

/* language - style */
.language {
	background:#fff url(../images/searchButton.gif) no-repeat;
	cursor:pointer;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	width:123px;
	height:30px;
	padding:4px 0 5px 15px;
	float:left;
	display: block;
}
.language-closed {
	color:#7a7a7a;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButton.gif) no-repeat;
	text-decoration:none;
}
.language-closed:hover {
	color: #005daa;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButton.gif) no-repeat;
	text-decoration:none;
}
.language-opened {
	color:#7a7a7a;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButtonUp.gif) no-repeat;
	text-decoration:none;
}
.language-opened:hover {
	color: #005daa;
	padding-left:20px;
	height:30px;
	background:#fff url(../images/searchButtonUp.gif) no-repeat;
	text-decoration:none;
}

/* Container - language style */
.language-c {}
.language-c-closed {
	background:transparent;
	background-color:#fff;
	border:solid 1px #d7d7d6;
	padding:10px;
	z-index: 9999;
	position:absolute;
	margin-top:29px;
	margin-left:143px;
	width:150px;
}
.language-c-opened {
	background:transparent;
	background-color:#fff;
	border:solid 1px #d7d7d6;
	padding:10px;
	z-index: 9999;
	position:absolute;
	margin-top:29px;
	margin-left:143px;
	width:150px;
}

#searchContainer {
	float:left;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}