@CHARSET "UTF-8";
/***************************************************************************************/
/*** CSS-styles for www.profibus.com, since 2012-12-06, autor: pixelrund             ***/
/*** This file mainly provides style-informations concerning navigation-lists/menus. ***/
/***************************************************************************************/
input[type="submit"]::-moz-focus-inner {border:0;}
button[type="submit"]::-moz-focus-inner {border:0;}

input[type="text"],
input[type="password"] {
	padding: 2px 25px 2px 2px; 
	background: #fff; 
	border: 1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}

/* header search form styles @see navigation.css for container styles! */
#header-top ul.search input {vertical-align:middle;}
#header-top ul.search button,
#header-top ul.search input[type="submit"] {
	width:20px; 
	margin-left:-26px; 
	padding:0px; 
	border: solid 1px #ccc; 
	color:#000; 	
	cursor:pointer;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}
#header-top ul.search input[type="submit"]::-moz-focus-inner {border:0;}
#header-top ul.search input[type="submit"]:focus {background:#333;}
#header-top ul.search input[type="text"] {width:100px;}


#header-top ul.search input.search_header_submit {
	background: transparent url('../images/search-header.png') no-repeat -1px -2px;
	margin: 0 0 0 -25px;
	border: none;
}

/* header login form styles @see navigation.css for container styles! */
#header-top ul.login input[type="checkbox"] {
	padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -11px;
    margin-right: 5px;
    *overflow: hidden;
} 
#header-top ul.login input[type="text"], 
#header-top ul.login input[type="password"] {width: 150px;}
/*
#header-top > ul.login button,
#header-top > ul.login input[type="submit"] {
	padding:5px; 
	border: solid 1px #fff; 
	color: #fff; 	
	text-shadow: -1px -1px 1px rgba(0,0,0,.7);
	cursor: pointer;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	margin-left: 0px;
}
*/
