.inp-text, .inp-select, .inp-password, .inp-textarea {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	font-family: arial;
	color: #707173;
}

.inp-disabled {
	background-color: #f1f1ed;
}

input.error, select.error, textarea.error {
	border: 1px solid #df0000;
	color:#DF0000;
}

.inp-text, .inp-password {
	padding: 4px 3px;
}

.inp-text-search, .inp-password-search {
	padding: 7px 24px 7px 24px;
}

.inp-select {
	padding: 3px 2px;
}

.inp-select-search {
	padding: 6px 2px 6px 2px;
}

.inp-radio, .inp-checkbox {
	position: relative;
	top: 3px;
	width: 15px;
}

.inp-radio {
	top: 2px;	
}

#overlay {
	display: block;
}

/* header */

#header #search input {
	border-left: 0;
	border-right: 0;
	width:200px;
}

#header #search .searchQuery {
	top: 0;
	width:248px;
}

#header #search .searchSubmit {
	height:31px;
	left:375px;
}

#header #search #searchButton_ie {
	display:none;
}

#header #search #searchButton_noie {
	display: block;
}

#header #search .magnifyingglass {
	background-image: url('background/magnifyingglass.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0px;
	height: 21px;
	width: 23px;
}

.bu-search-31 {
	background-image:url(button/bu_black_31_left.gif);
}

.bu-search-31 .bg-right {
	background-image:url(button/bu_black_31_right.gif);
	height:31px;
}

.bu-search-31 .bg-right span {
	color: #FFFFFF;
	padding: 8px 0px 9px 0px;
	background-repeat:no-repeat;
	display:block;
	vertical-align:top;
	white-space:nowrap;
}


/* no campaign specific teaser on print preview and printouts for IE6 and IE7 */
#print #comparison #productInfos img.productHighlightSpecialCampaign {
	height:88px;
	width:88px;
}

#print #catalogEntry img.productHighlightSpecialCampaign {
	height:139px;
	width:218px;
}

#printContent.myAccountWishlistPrint img.productHighlightSpecialCampaign{
	height:116px;
	width:116px;
}

#facetNavigation #brandFacet input, #facetNavigation #manufacturerFacet input {
	top:2px;
}

textarea {
	resize: none;
}

