/* base stylesheet
 *
 * @project		olympus medical
 * @version		1.0
 * @author		Matthias Pr�pping, Phillip W�lfel
 * @date		2011-11-24
 * @valid		false CSS3 is in use
 * 
 */
html { 
	height: 100%;
	font-size: 100.01%; 
	overflow-x: hidden;
}
body { 
	font-family: Arial;
	font-size: 75%;
	height: 100%; 
	color: #444;
}

/* @group elements */
p { 
	line-height: 20px;
}
p.first { 
	font-family: HelveticaNeueRoman;
	font-size: 15px;
	line-height: 22px;
	width: 556px; 
}
p.watchlist { 
	font-family: HelveticaNeueRoman;
	font-size: 15px;
	line-height: 22px;
}
h1, div.headline1, h2.former-h1 { 
	font-family: 'HelveticaNeueLite';
	font-weight: normal;
	color: #08107b;
	font-size: 20px;
	line-height: 32px;
	margin: 0 0 5px 0;
}
h2, div.headline2 { 
	font-family: 'HelveticaNeueLite'; 
	font-weight: normal;
	color: #08107b;
	font-size: 26px;
}
h2 a { 
	color: #08107b; 
	text-decoration: none;
}
h2 a:hover { 
	text-decoration: underline;
}
h3 { 
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 18px 0;
	color: #08107b; 	 
}
table { 
	width: 100%;
	font-size: 1em; 
	line-height: 16px;
}
td { 
	padding: 10px 15px; 
	border-bottom: 1px solid #dedede;
}
th { 
	padding: 10px 35px 10px 15px;
	font-weight: bold; 
	color: #444444;
	text-align: left;
	border-bottom: 1px solid #dedede;
}

/* Cookie Layer  */

.ie .cookieLayer { 
    background-color: #F5F5F5;          
    border-style: none none none solid;
    border-width: 2px;
    border-color: #cecece;    
}
.cookieLayer {
    display: none;
    bottom: 0;
    left: 50%;
    margin-left: -479px;
    min-height: 35px;
    padding: 10px;
    position: fixed;
   	max-width: 948px;	
    z-index: 9999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px 2px 0 1px solid #f2f2f2;
	-moz-box-shadow:
		0px 0px 4px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);   
	
	background: -moz-linear-gradient(top,  rgba(244,244,244,0.95) 0%, rgba(244,244,244,0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,0.95)), color-stop(100%,rgba(237,237,237,0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,0.95) 0%,rgba(244,244,244,0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,244,244,0.95) 0%,rgba(244,244,244,0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,244,244,0.95) 0%,rgba(244,244,244,0.95) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,244,244,0.95) 0%,rgba(244,244,244,0.95) 100%); /* W3C */    
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ededed', endColorstr='#f2ededed', GradientType=0);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=50, Color='#b5b5b5')";

}

.cookieLayer p {		
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.cookieLayer div.closeLayerBtn {	
	background: none repeat scroll 0 0 white;
   	cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    padding: 3px;
    margin: 5px;
    text-align: center;
    width: 20px;
	border-radius: 3px;
	border-color: #C2C2C2;     
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #c2c2c2;
    font-size:15px;
}

.ie7 .cookieLayer div {	
	background: none repeat scroll 0 0 white;
   	cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    padding: 3px;
    margin: 5px;
    text-align: center;
    width: 20px;
	border-radius: 3px;
	border-color: #C2C2C2;     
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #c2c2c2;
    font-size:15px;
}

.ie7 .cookieLayer  {
    display: none;
    bottom: 0;
    left: 50%;
    margin-left: -479px;
    min-height: 35px;
    padding: 10px;
    position: fixed;
   	max-width: 948px;	
    z-index: 9999;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=50, Color='#b5b5b5');

}
/* Cookie Layer END */

tr.odd th, tr.odd td { 
	background: #fff; 
}
tr.even th, tr.even td { 
	background: #f0f0f0; 
}
tr.last td, tr.last th { 
	border-bottom: none; 
}
ul.bullet li { 
	list-style-type: disc; 
	margin: 0 0 10px 15px;
	line-height: 20px;
}
ul.blank li { 
	margin: 0 0 10px 0;
	line-height: 20px;
}
ul.linklist li { 
	margin: 0;
	line-height: 20px;
}
ol.numbered li { 
	list-style-type: decimal; 
	margin: 0 0 10px 25px;
	line-height: 20px;
}
img { 
	display: block; 
}
b,strong { 
	font-weight: bold; 
}
/* @end */
/* @group a links */
a { 
	color: #e49900;
	text-decoration: none;	 
}
a.button { 
	font-size: 14px;
	text-shadow: #909090 1px 1px 0;
	padding: 0 0 0 10px;
	display: inline-block;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	background: url(../img/bg/button.png) no-repeat left top; 
}
a.button span { 
	padding: 0 30px 0 0;
	display: inline-block;
	line-height: 28px;
	background: url(../img/bg/button.png) no-repeat right top; 	 
}
a.cancelButton {
            font-size: 14px;
            text-shadow: #909090 1px 1px 0;
            font-weight: bold;
            display: inline-block;
            line-height: 28px;
            padding-left: 40px;
            background: url(../img/bg/cancelButton.png) top left;
            margin-bottom: 10px;
}
a.cancelButton span {
            line-height: 28px;
            display: inline-block;
            padding-right: 20px;
            color: #fff;
            background: url(../img/bg/cancelButton.png) top right;
}
a.cancelButton:hover {
            background-position: left -28px;
}
a.cancelButton:hover span {
            background-position: right -28px;
}

a.more { 
	color: #e49900;
	text-decoration: none;
	display: block;
	margin: 10px 0 0 0;
	padding: 2px 0 2px 20px;
	background: url(../img/sprites/icons.png) no-repeat 0 -209px; 
	line-height: 1;
}
a.more:hover { 
	text-decoration: underline; 
}
a.internal { 
	background: url(../img/sprites/icons.png) no-repeat left -25px; 
}
a.external { 
	background: url(../img/sprites/icons.png) no-repeat left -56px; 
}
a.download { 
	background: url(../img/sprites/icons.png) no-repeat 3px -298px; 
}
a.order { 
	background: url(../img/sprites/icons.png) no-repeat 0 -209px;  
}
a.direction { 
	background: url(../img/sprites/icons.png) no-repeat 0 -687px; 
}
a.document { 
	background: url(../img/sprites/icons.png) no-repeat 0 -717px; 
}
a.internal, a.external, a.download, a.direction, a.document, a.order { 
	display: block;
	padding: 0 0 0 20px;
	color: #e49900;
	text-decoration: none;
	font-weight: bold;	 
}
a.internal:hover, a.external:hover, a.download:hover, a.direction:hover, a.document:hover { 
	 text-decoration: underline;
}
.printlink { 
	clear: both;
	margin: 40px 0 0 20px; 
}
a.print { 
	font-size: 11px;
	display: inline-block;
	background: url(../img/sprites/icons.png) no-repeat left -389px; 
	color: #aaa;
	text-decoration: none; 
	padding: 6px 0 2px 21px;
}
a.print:hover { 
	color: #08107b;
	text-decoration: underline; 
	background-position: left -419px;
}
a.back { 
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	background: url(../img/sprites/icons.png) no-repeat left -448px; 
	color: #e49900;
	text-decoration: none; 
	padding-left: 15px;	 
}
a.back:hover { 
	text-decoration: underline; 
}
a.dominternal {
    padding: 0 0 0 17px;
    background: url(../img/sprites/icons.png) no-repeat left -27px;
}
a.domexternal {
    padding: 0 0 0 15px;
    background: url(../img/sprites/icons.png) no-repeat left -58px;
}
a.dominternal:hover,
a.domexternal:hover {
    text-decoration: underline;
} 
/* @end */
/* @group grid layout */
#headerContent { 
	width: 980px; 
	margin: 0 auto;
	height: 115px;
	position: relative;
}
#headerContent a.headerLogo { 
	position: absolute;
	top: 52px;
	left: 20px;
	display: block; 
	width: 307px;
	height: 29px; 
	background: url(../img/bg/gm_w_logo.gif) no-repeat 0 0; 
	text-indent: -9999px;
}
#sidebarWrapper {
	display: none;
	/*position: relative;
	height: 0px;
	margin: 0 auto;
	width: 980px;
	background: #ff0000;
	z-index:301px;*/
}
#sidebarContent {
	position: relative;
	width: 192px;
	float: right;
	z-index: 900;
}
.sta1fix { 
	margin-top: -280px; 
}
.sta2fix { 
	margin-top: -280px; 
}
.sta3fix { 
	margin-top: -60px; 
}
.sta4fix { 
	margin-top: -180px; 
}
.microfix { 
	margin-top: 15px; 
}
.clearing { 
	clear: both;
	line-height: 0;
	font-size: 0; 
}
#main { 
	margin: 0 auto 15px auto; 
	width: 980px;
}
#mainContent {
	width: 748px; 
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}
/* @end */
/* @group footer */
#footer { 
color: #fff;
background: #3f3f3f url(../img/bg/footer.gif) repeat-x left top; 
}
#footerContent {
	overflow: hidden; 
	width: 980px;
	margin: 0 auto;
	padding: 40px 0px 20px 20px; 
}
#footerContent h2 { 
	font-family: HelveticaNeueBold;
	font-size: 13px;
	padding: 0 0 12px 0; 
	margin: 0 0 12px 0;
	border-bottom: 1px dotted #777777;
}
#footerContent h2 a { 
	color: #c9c9c9;
	text-decoration: none; 
}
#footerContent h2 a:hover { 
	color: #ffffff;
	text-decoration: none; 
}
#footerContent li { 
	width: 172px;
	margin-right: 20px;
	float: left; 
}
#footerContent li.last { 
	margin-right: 0;
}
#footerContent li li {
	font-family: HelveticaNeueRoman; 
	font-size: 11px;
	line-height: 20px;
	float: none; 
}
#footerContent li li a { 
	color: #777777;
	text-decoration: none;	
}
#footerContent li li a:hover { 
	color: #ffffff;
	text-decoration: underline;	
}
/* @end */
/* @group disclaimer */
#disclaimer { 
	background: #363636; 
	min-height: 52px;
	clear: both;
}
#disclaimerContent { 
	margin: 0 auto;
	width: 960px; 
	padding: 20px 0 20px 20px;
	/*overflow: hidden;*/
}
#disclaimerContent ul { 
	float: left; 
}
#disclaimerContent li {
	color: #777777; 
	display: inline;
	margin-right: 16px; 
}
#disclaimerContent li a {
	color: #777777;
	text-decoration: none;
}
#disclaimerContent li a:hover {
	color: #c9c9c9;
	text-decoration: underline;
}
ul#langSelect { 
	float: right; 
}

ul#langSelect a { 
	color: #777777; 
	padding: 6px 13px 6px 8px; 
	text-decoration: none; 
	background: url(../img/icons/langselect.png) no-repeat right center; 
	text-transform: none;
}

ul#langSelect .cose1 a {
	background: 0;
	color: #08107b;
	display:block;
	padding: 4px 0 5px 0;
	
}
ul#langSelect .cose1 li {
	margin: 0;
}

ul#langSelect .cose1 .active a {
	color: #e49900;
} 

/* @end */
/* @group searchBar */
#searchBar {
	width: 192px;
	position: absolute; 
	right: 0; 
	top: 55px;
}
#searchBar label { 
	 display: none;
}
#searchBar input#searchField {
	font-family: Arial;
	float: left;
	width: 158px;
	font-size: 10px;
	text-transform: uppercase;
	color: #919191; 
	border: 1px solid #DFDFDF;
	margin: 0;
	padding: 2px 5px 0 5px;
	height: 19px; 
	position:relative;
	z-index: 3500;
	background-color: #ffffff;
	line-height: 19px;
}
#searchBar input#searchButton {
	cursor: pointer; 
	float: left;
	border: none;
	display: block;
	float: left;
	text-indent: -999999px;
	width: 22px;
	height: 23px; 
	background: url(../img/icons/search_icon.gif) no-repeat; 
}

ul.ui-autocomplete {
	width: 192px;
	-webkit-box-shadow: 0px 5px 4px #444444; /* webkit browser*/ 
	-moz-box-shadow: 0px 5px 4px #444444; /* firefox */ 
	box-shadow: 0px 5px 4px #444444;
	background: #ffffff;
	padding: 8px 0px 7px 0px;
	position: absolute;
	z-index:7000 !important;
}
ul.ui-autocomplete.quicksearch {
	padding: 12px 0 0 0;
}
ul.ui-autocomplete li a {
	color: #444444;
	cursor: pointer;
	padding: 3px 16px;
	display:block;
}

ul.ui-autocomplete li a.ui-state-hover {
	background-color: #f0f0f0;
} 

ul.ui-autocomplete li.ui-autocomplete-category {
	border-top: 1px solid #C9C9C9;
	padding: 14px 16px 14px 16px;
	background: #f0f0f0;
	margin-top: 8px;
	color: #444444;
	font-weight: bold;
}
ul.ui-autocomplete li.productresult {
	overflow:hidden;
	background: #f0f0f0;
	padding: 0 16px 8px 16px;
}
ul.ui-autocomplete.quicksearch li.last {

	padding-bottom: 16px;
}
ul.ui-autocomplete li.productresult img {
	display: block;
	zoom: 1;
	float:left;
	margin: 0 7px 0 0;
}

ul.ui-autocomplete li.productresult .title {
	display: block;
	height: 30px;
	overflow:hidden;
}
ul.ui-autocomplete li.productresult .shoplink {
	text-decoration: underline;
	font-size: 11px;
}
ul.ui-autocomplete li.productresult .productlink {
 	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #08107b;
	font-weight: bold;
	padding: 0;
}
/* @end */
/* @group subcolumns */
.subcolumns { 
	overflow: hidden;
	margin-bottom: 40px;
}
.col33l { 
	width: 236px;
	margin: 0 10px 0 0;
	float: left; 
}
.col33c { 
	width: 236px;
	margin: 0 10px;
	float: left; 
}
.col33r { 
	width: 236px;
	margin: 0 0 0 10px;
	float: right; 
}
.col50l { 
	width: 364px;
	float: left;
}
.col50r { 
	 width: 364px;
	 float: right;
}
.col75l { 
	width: 556px;
	float: left; 
}
.col75r { 
	width: 556px;
	float: right; 
}
.col25l { 
	float: left;
	width: 172px;
	margin-right: 20px; 
}
.col25r { 
	float: right;
	width: 172px; 
}

/* @end */
.ui-tabs .ui-tabs-hide { 
	display: none; 
}

/* @group lighbox */
.ui-widget-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../img/bg/lightbox_bg.png);
}
.ui-dialog {
	position: absolute;
	background: #1a1a1a;
	padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
	overflow:hidden;
	margin-bottom: 0;
	padding: 10px 10px 0 10px;
	background: #ffffff;
}
.ui-dialog .ui-dialog-titlebar-close {
	display:block;
	width: 16px;
	height: 16px;
	background: transparent url(../img/sprites/icons.png) no-repeat 0 -750px;
	text-indent: -99999em;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4001;
}
.ui-dialog .desc {
	padding:20px 20px 0 20px;
}
.ui-dialog .desc h1, .ui-dialog .desc div.headline1, .ui-dialog .desc h2.former-h1 {
	font-size: 32px;
	line-height: 36px;
}


/* @end */

/* @group Tooltip */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 99999;
	
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	/*text-shadow: 0 0 2px #000;*/
	padding: 12px 10px;
	border: 0;
	background-color: rgb(63,63,63);
	background-color: rgba(63,63,63,0.95);
	box-shadow: 2px 2px 3px #555;
	-webkit-box-shadow: 3px 3px 3px #555;
	-moz-box-shadow: 2px 2px 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 0;
	height: 7px;
	width: 14px;
	z-index:100000;
}
#tiptip_arrow {
	background: transparent url(../img/bg/tooltip_arrow.png) no-repeat 0 -7px;
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 12px 10px 13px 10px;
		/*background-color: rgba(45,45,45,0.88);*/
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/* @end */

/* responsive cookie layer  */
@media (max-width: 960px) {

.cookieLayer {
    left: 0;
    margin: 0;
    max-width: 100%;
}
.cookieLayer p {
    font: 11px/16px arial,sans-serif;
    margin: 0;
    padding: 0;
}
}

/* @end */