/* @override 
	http://localhost:8888/css/global.css
*/
/* MediaServer safe */
/* Main Structure */

html {
	height: 100.2%;
}

body {
	background-color: #565656;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #262626;
	
}

a {
	color: #262626;
}

sub { 
	font-size: smaller;
	vertical-align: sub;
	}
sup { 
	font-size: smaller;
vertical-align: super;
	}

#top {
	background-color: #e5e3e3;
}

#wrapper, #wrapper_bottom {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	position: relative;
}

#header {
	height: 68px;
	background: url(http://media.intersurgical.com/global/elements/header_logo.jpg) no-repeat;
	overflow: hidden;
	}
	
#header #logo a {
	height: 51px;
	overflow: hidden;
	padding-top: 0px;
	margin-top: 11px;
	width: 480px;
	margin-left: 30px;
	float: left; text-indent: -9999px;}


/*  Navigation */
#navigation {
	height: 35px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(http://media.intersurgical.com/global/elements/nav_bg.jpg);
	z-index: 10;
	position: relative
}

#navigation a {
	text-decoration: none;
	color: white;
	z-index: 12;
	width: 80px;
	display: block;
	height: 25px;
	padding-top: 10px;
}

#navigation ul.buttons li {
	width: 80px;
	height: 35px;
	float: left;
	text-align: center;
	color: white;
	font-size: 14px;
	z-index: 12;
	font-weight: normal;
	font-style: normal;
}

#navigation ul.buttons li:hover {
	background-color: #4b9e8c;
}

#navigation a:hover {
	background-image: url(http://media.intersurgical.com/global/elements/nav_bg_hover.jpg);
	cursor: pointer;
}

#navigation ul.buttons li.first a {
	background-image: url(http://media.intersurgical.com/global/elements/nav_bg_first.jpg);
}

#navigation ul.buttons li.first a:hover {
	background-image: url(http://media.intersurgical.com/global/elements/nav_bg_first_hover.jpg);
}

#navigation .sub {
	display: none;
	background-color: #4b9e8c;
	width: 130px;
	z-index: 100;
	}

#navigation .sub a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	line-height: normal;
	width: 130px;
	height: auto;
}

#navigation .sub a:hover {
	background-color: #377c6d;
	background-image: none;
}

/* Search */

#search {
	width: 270px;
	float: right;
	height: 29px;
	background: url(http://media.intersurgical.com/global/elements/nav_bg_last.jpg) no-repeat right top;
	padding-top: 6px;
	position: absolute;
	right: 0;
}

#search label {
	color: white;
	font-size: 12px;
	margin-right: 12px;
	margin-left: 8px;
}

#search input {
	width: 145px;
}


#searchDIV {
	display: none;
	background-color: #4da08e;
	color: white;
	font-size: 12px;
	margin-top: 6px;
	width: 271px;
	margin-left: -1px;
	margin-bottom: -3px;
}

#searchDIV li {
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

#searchDIV a {
	text-decoration: none;
	color: white;
	background-image: none;
	width: auto;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}

#searchDIV a:hover {
	background-color: #377c6d;
	background-image: none;
}

#searchDIV li:hover {
	background-image: none;
}

#deleteDIV {
	display: none;
	width: 13px;
	height: 16px;
	float: right;
	position: absolute;
	top: 11px;
	right: 14px;
	background: url(http://media.intersurgical.com/global/elements/erase.png) no-repeat center center;
}

.moreSearch {
	color: white;
	display: block;
	padding: 5px 10px;
	text-align: center;
	font-size: 10px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #353535;
}

.moreSearch a, .moreSearch a:hover {
	text-decoration: none;
	font-style: italic;
	color: white;
	background-color: #353535;
}

/* Choose country box */

#choose_country {
	display: block;
	width: 140px;
	float: right;
	margin-right: 20px;
	padding-top: 27px;
	background: url(http://media.intersurgical.com/uk/images/pages/main/uk_flag.jpg) no-repeat 105px 23px;
	padding-bottom: 20px;
	color: #8f8c91;
	cursor: pointer;
	font-size: 12px;
	color: #333234;
	opacity: 0.4;
	padding-right: 30px;
}

#choose_country:hover {
	text-decoration: none;
	opacity: 1;
}

#international_box {
	background-color: #4f4f4f;
	height: 130px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: none;
	color: #e5e3e3;
}

#international_box ul {
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	width: 980px;
}

#international_box ul li a {
	text-decoration: none;
	color: white;
	width: 122.5px;
	display: block;
	height: 18px;
	padding-top: 82px;
	cursor: pointer;
}

#international_box .close, #international_box .active { 
padding-top: 82px;
cursor: pointer;
}

#international_box li {
	width: 122.5px;
	float: left;
	margin-top: 15px;
	text-align: center;
	color: #8f8f8f;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}

#international_box li:hover, #international_box li.active {
	color: white;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}

#international_box li.uk {
	background: url(http://media.intersurgical.com/global/elements/flags/uk.jpg) no-repeat scroll center 10px;
}

#international_box li.de {
	background: url(http://media.intersurgical.com/global/elements/flags/de.jpg) no-repeat scroll center 10px;
}

#international_box li.fr {
	background: url(http://media.intersurgical.com/global/elements/flags/fr.jpg) no-repeat scroll center 10px;
}

#international_box li.it {
	background: url(http://media.intersurgical.com/global/elements/flags/it.jpg) no-repeat scroll center 10px;
}

#international_box li.usa {
	background: url(http://media.intersurgical.com/global/elements/flags/usa.jpg) no-repeat scroll center 10px;
}

#international_box li.sp {
	background: url(http://media.intersurgical.com/global/elements/flags/sp.jpg) no-repeat scroll center 10px;
}

#international_box li.international {
	background: url(http://media.intersurgical.com/global/elements/flags/international.jpg) no-repeat scroll center 10px;
}

#international_box li.close {
	background: url(http://media.intersurgical.com/global/elements/flags/close.jpg) no-repeat scroll center 10px;
}


/* Newsletter Signup */
#newsletter_signup {
	float: right;
	background-color: #474848;
	padding: 10px 20px 15px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #3d3d3d;
	margin-right: 20px;
	}
	
#newsletter_signup legend { 
		font-size: 12px;
	font-weight: bold;
	color: #cfcdcd;
	padding-bottom: 1px;
	}
	
#newsletter_signup p  {
	font-size: 10px;
	margin-bottom: 10px;
	}

/* Content */

#content {
	overflow: show;
	padding: 10px;
	background: white url(http://media.intersurgical.com/global/elements/content_top_bg.jpg) no-repeat 0 top;
}

#content a {
	text-decoration: none;
}

#content.underline a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	height: 25px;
	background-image: url(http://media.intersurgical.com/global/elements/footer_bg.jpg);
	font-size: 12px;
	color: #666565;
	}

#footer p {
	float: left;
	margin-top: 7px;
}

#footer p.first {
	width: 240px;
	padding-left: 20px;
}

#footer p.second {
	width: 460px;
	text-align: center;
}

#footer p.third {
	width: 240px;
	text-align: right;
	padding-right: 20px;
}

/* Sitemap */

#sitemap {
	margin-top: 20px;
	color: #b2b1b1;
	font-size: 12px;
	padding-left: 10px;
	overflow: auto;
	margin-bottom: 20px;
}

#sitemap ul.col2width {
	float: left;
	width: 140px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

#sitemap ul.col2width li {
	margin-bottom: 5px;
}

#sitemap a {
	text-decoration: none;
	color: #b2b1b1;
	background-image: none !important;
	padding: 0 !important;
}

#sitemap h3, #sitemap h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #cfcdcd;
}


/* Iconize */

.external {
	background: url(http://media.intersurgical.com/global/elements/icons/external_icon.gif) no-repeat left 1px;
	padding-left: 17px;
}


/* Awesome button */

.awesome_button {
	padding: 5px 10px 6px !important;
	color: white !important;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25) !important;
	cursor: pointer;
	font-size: 13px;
	background-color: #8b8b8b;
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
}

.awesome_button:hover {
	background-color: #6a6a6a;
	text-decoration: none !important;
}

/* Awesome button sizes */

.small_b {
	font-size: 10px;
	padding: 4px 6px 4px 6px !important;
}

/* Awesome button colours */

.light_blue {
	background-color: #49a1dc;
}

.light_blue:hover {
	background-color: #3b86bb;
}

.light_green {
	background-color: #7fa79e;
}

.light_green:hover {
	background-color: #678982;
}

/* Global notification */ 
div.changes_notif {
	font-size: 12px;
	margin: 30px 10px 10px;
	color: #6f6f6f;
	overflow: hidden;
	clear: both;
}

div.changes_notif p {
	float: left;
	display: block;
	padding-top: 3px;
}

div.changes_notif a {
	float: right;
	margin-right: 30px;
}

/* 404 */

body.fourofour h1 {
	font-size: 20px;
	color: #4b9e8c;
	width: 450px;
	display: block;
	margin: 25px auto 10px;
}

body.fourofour p.sorry {
	width: 450px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	line-height: 20px;
}

/* Clear hack */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}