/* forms stylesheet
 *
 * @project		olympus medical
 * @version		1.0
 * @author		Matthias Pröpping, Phillip Wölfel
 * @date		2011-11-24
 * @valid		you wish
 * 
 */
/* FIXES z-index problem in IE7,8 */
#headerContent {
 	z-index: 5000;
}
#metaNav {
	z-index: 4701;
}
.metaNav li {
	z-index: 4701;
}
/* FIXES wrong padding in Dropdown-Selectboxes */
.dropdown {
    height: 28px;
}
.dropdown, #main select {
	text-overflow: ellipsis;
}
/* FIXES submitButton width for IE7, actually not a problem in ie8,9.
Was introduced to fix a problem in Chrome */
span.submitButton input { 
	width: auto;
}
.memo1 .searchForm .submit-wrapper .submitButton input {
	width: auto;
}
.em1 .searchForm .submit-wrapper .submitButton input {
	width: auto;
}
/* FIXES wrong IE7 top position */
 .cose1 {
 	*top: 24px;
 	zoom: 1;
 }
/* Fixes issue with inline-block */ 
#navigation .first-level LI { 
 	zoom: 1; 
	*display: block;
	*float: left; 
}
#navigation .second-level LI A {
    zoom:1;
    line-height: 1.1;
}
/* Fixes missing border in Autocomplete */
ul.ui-autocomplete {
	border: 1px solid #dfdfdf;
	width: 190px;
}
#langSelect .language a {
	*line-height: 1.1;
}
/* Fixes hasLayout issues in NAV3 */
#nav3 {
    *line-height: 1.1;
}
#nav3 li {
    zoom:1;
    *z-index: 1500;
}
#nav3 li li a {
    zoom:1;
}
#nav3 li.products {
    *margin-top: -10px;
}

.productSelector .col-left,
.productSelector .col-middle,
.productSelector .col-right {
    zoom:1;
    *display:inline;
}

.ContentFlow img { 
	-ms-interpolation-mode: bicubic; 
}

/* tiles in superstage do not show correctly - no animation */
.tile {
	*display: block;
}