/* GENERAL STYLES */
.headerNav,
A.headerNav,
A:link.headerNav,
A:active.headerNav,
A:visited.headerNav,
A:hover.headerNav {
	text-decoration: none;	
	color: #7a5b2f;
}

.headerContainer {
	width: 960px;
	height: 84px;
	margin-bottom: 13px;
}
.headerContainerTest {
	width: 960px;
	height: 84px;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
	
}

.topHeader {
	width: 960px;
	/*height: 14px;*/	
	background-color: #fff;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.topHeaderTxt {
	color: #7a5b2f;
	margin-right: 8px;
	font-size: 10px;
	line-height: 13px; 
}

.topHeaderTxt a {
	color: #7a5b2f;
	font-size: 10px; 
}

.midHeader { 
	background: transparent;
	background-image: url(/images/bgHeader.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 70px;
	text-align: center;
}

.midHeaderTest { 
	background: transparent;
	background-image: url(/images/bgHeader.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 70px;
	text-align: center;
}

.headerBrand {
	float:left;
	background-image: url(/images/topHeaderNIOXIN.gif);
	background-repeat:no-repeat;
	width: 246px;
	height: 70px;	
}

.headerSearch {
	float: left;
	height: 70px;
	width: 357px;
	text-align: left;	
}
.headerSearchTest {
	float: left;
	height: 70px;
	width: 357px;
	text-align: left;
		
}
.searchContainer {
	position:relative;
	top: 26px;
	width: 147px;
	height: 14px;	
}

.imgSearch {
	float: left;
	position: relative;
	top: 3px;	
	margin-right: 4px;
}

.inputSearch {
	font-size: 10px;
	float: left;
	width: 85px;
	height: 14px;
	font-family: Arial;
	background-image: url(/images/sc_inputBg.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	padding: 2px 0 0 2px;
	border: 0px;
}

.goBtn {
	float: left;
	width: 23px;
	height: 16px;
	margin-left: 4px;
}

DIV.goBtn {
	background-image: url(/images/sc_goButton.gif);
	background-repeat:no-repeat;
}

DIV:hover.goBtn {
	background-image: url(/images/sc_goButtonLt.gif);	
	background-repeat:no-repeat;
}

.headerLanguage {
	float: left;
	height: 70px;
	width: 357px;
	text-align: right;	
}

.languageContainer {
	float: right;
	text-align:right;
	height: 17px;
	width: 196px;
	position: relative;
	margin-right: 3px;
	top: 26px;
}

.imgSelectLanguage {
	float: left;
	position: relative;	
	top: 4px;
	margin-right: 4px;
}

.inputSelectLanguage {
	background-color: #f1ebdf;
	float: left;
	width: 120px;
	height: 17px;	
	font-family: Arial;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #adadad;
}

/* EDITOR PROPERTIES */
