#fixer {
	position: fixed;
	width: 100%;
	z-index: 99;
}

#ctrlSpacer {
	height: 28px;
}

#ctrlBar {
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 1.4em;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	background: URL('../images/ctrlbar/bg.gif') repeat-x bottom left;
	height: 28px;
	position: relative;
	z-index: 99;
}

#ctrlBar A {
	color: #000;
}

#ctrlBar A:hover {
	color: #555;
}

#ctrlBar FORM {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ctrlContent {
	width: 100%;
	height: 28px;
	margin: 0px 0px;
	padding: 0px;
}

.ctrlContent TD {
	margin: 0px;
	padding: 0px;
}

.ctrlUser {
	text-align: left;
	width: 33%;
}

.ctrlUser A {
	padding: 0px 0px 0px 15px;
}

.ctrlSearch {
	width: 33%;
	text-align: right;
}

.ctrlCart {
	text-align: center;
}

.ctrlHighlight {
	font-size: 1.1em;
	color: #e00000;
	font-weight: bold;
}

.ctrlSearchInput {
	width: 150px;
	height: 19px;
	border: 1px solid #303030;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 11px;
	color: #666;
	margin: 0px 4px 0px 0px;
	padding: 1px 2px 0px 2px;
}

.ctrlSearchSubmit {
	font-size: 12px;
	padding: 1px 6px;
	margin: 0px 25px 0px 0px;
	border: 1px solid #303030;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
