/* Start Eric Meyer css reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* /End Eric Meyer css reset */


html {
	font-size: 67.5%;
}
body {
	font-family: "MS PGothic", "MS Gothic", osaka, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	background: #F0F0EE;
}
a:link, a:visited {
	color: #005195;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
a img {
	cursor: pointer;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.offleft {
	position: absolute;
	margin-left: -9999px;
}
#wrapper {
	position: relative;
	top: 23px;
	clear: both;
	padding-top: 5px;
}
sup {
	vertical-align: super;
	font-size: .8em;
	line-height: 0;
}
#skip-links {
	list-style-type: none;
	position: absolute;
	width: 410px;
	margin-left: 50%;
	left: -410px;
	height: 23px;
	top: 7px;
}
#skip-links li {
	display: inline;
}
#skip-links li a {
	position: absolute;
	margin-left: -9999px;
}
#skip-links a:focus, #skip-links a:active {
	margin-left: 0;
	display: block;
	width: 15em;
	color: #666;
}
#container {
	width: 820px;
	margin: 0 auto;
}
#header {
	margin-bottom: 20px;
	overflow: hidden;
	height: 40px;
	padding-right: 3px;
}
#logo {
	width: 209px;
	height: 40px;
	float: left;
}
#main-nav {
	clear: both;
	height: 38px;
}
#main-nav ul {
	list-style-type: none;
	margin-left: 0;
}
#main-nav li {
	text-align: center;
	font-size: 1.5em;
	float: left;
	margin-right: 4px;
}
/* main-nav link styles */
#main-nav a {
	border-bottom: 3px solid #c6c6c6;
	padding-bottom: 6px;
	padding-top: 6px;
	display: block;
	color: #666666;
	height: 14px;
	text-decoration: none;
}
#main-nav a:hover,
#main-nav a:active {
	border-bottom-width: 5px;
	padding-bottom: 4px;
	color: #666666;
}
#nav-your-health {
	width: 80px;
}
#nav-your-health a {
	border-bottom-color: #7FB6D4;
	width: 80px;
}
#nav-our-therapies {
	width: 85px;
}
#nav-our-therapies a {
	border-bottom-color: #8DB33C;
	width: 85px;
}
li#nav-for-physicians {
	width: 160px;
	margin-right: 299px;
}
#nav-for-physicians a {
	border-bottom-color: #5A9593;
	width: 160px;
}
#nav-about-medtronic {
	width: 95px;
}
#nav-about-medtronic a {
	border-bottom-color: #015095;
	width: 95px;
}
#nav-careers, #nav-careers a {
	width: 85px;
}

#banner {
	clear: left;
	margin: 10px 0 35px;
	text-align: center;
}
#banner a.hidden {
	visibility: hidden;
	display: none;
}
#flashBannerHP{
	width: 820px;
	height: 262px;
}
#main-content {
	clear: both;
	overflow: hidden;
	line-height: normal;
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/main-content-bg.png) repeat-y;
	padding-bottom: 5px;
}
#footer {
	position: relative;
	top: 22px;
	clear: both;
	background: #fff;
	padding: 20px 0 60px 0;
	font-size: 1.2em;
}
#footer ul {
	width: 820px;
	margin: 0 auto;
	list-style-type: none;
}
#footer li {
	display: block;
	text-align: center;
	float: left;
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/footer-divider.gif) no-repeat bottom right;
	padding: 12px 20px;
}
#footer li#copyright {
	text-align: left;
	width: 376px;
	padding-left: 0;
}
#footer li.last {
	border-right: none;
	text-align: right;
	width: 65px;
	background: none;
	padding-right: 0;
}

#site-location {
	position: absolute;
	margin-right: 50%;
	right: -410px;
	top: 7px;
	width: 820px;
	text-align: right;
	text-transform: uppercase;
	color: #005195;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: .08em;
}
/* ============================

Predicitive Search

=============================*/
#medtronic-search {
	float: left;
	margin-top: 5px;
	margin-right: -10px;
	width: 265px;
	padding-left: 352px;
}
#medtronic-search label {
	float: left;
	text-indent: -9999px;
}
#qt {
	color: #666;
	font-size: 1em;
	border: 1px solid #fff;
	width: 160px;
}
#search-text-wrapper {
	padding: 2px 3px 3px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin-top: 2px;
	border-top-width: 2px;
}
#search-button {
	height: 32px;
	width: 91px;
	vertical-align: bottom;
	margin-bottom: -7px;
}
.mdt_search_flyaway_header_label {
	font-weight:bold;
	padding-right:20px;
}
.mdt_search_flyaway_view_all {
	padding-left:20px;
}
#mdt_search_flyaway {
	background-color:#ccc;
	width:497px;
	display:none;
	position:absolute;
	margin-left: -502px;
	font-size:110%;
	font-weight:normal;
	padding: 2px;
	z-index: 100;
	text-align: left;
}
#mdt_search_flyaway div {
	color: #555;
	padding: 3px 0 2px;
}
#mdt_search_flyaway dl {
	background-color:#F4F9FB;
	margin: 3px;
	padding: 3px;
}
#mdt_search_flyaway dt {
	margin: 3px;
	padding: 3px;
	font-weight: bold;
}
#mdt_search_flyaway dd {
	padding: 3px;
	margin: 3px;
}
#mdt_search_flyaway strong {
	color:#CC092F;
	font-weight: bold;
}
#mdt_search_flyaway a {
	font-weight: bold;
}
#mdt_search_flyaway #search-conditions strong, #mdt_search_flyaway #search-products strong, #mdt_search_flyaway #search-all strong {
	color:#555;
	padding: 3px;
	margin: 3px;
}
#mdt_search_flyaway #search-conditions a, #mdt_search_flyaway #search-products a, #mdt_search_flyaway #search-all a {
	color:#555;
	text-align: right;
	margin-left: 15px;
}
.ac_results {
	cursor: pointer; 
	border: 1px solid #dfdfdf; 
	padding: 0; 
	overflow: hidden; 	
}
.ac_results ul {
	border:1px solid #ccc;	
	margin:0;	
	padding:0;
	width:100%;	
	list-style-type:none;	
	background: #fff;
}
.ac_results iframe {
	display: block; 
	z-index: -1; 
	left: 0px; 
	width: 3000px; 
	position: absolute; 
	top: 0px; 
	height: 3000px;
}
.ac_results li {
	margin:0;	
	padding:3px;
	font-size:110%;	
	font-weight:normal;
}    
.ac_loading {
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/indicator.gif) no-repeat right center;
}
.ac_over {
	background-color: #FFFAE4;	
	border: 0px solid #006699;
}
/* home page specific styles */
ul {
	list-style-type: none;
	margin-left: 0;}
#home #wrapper {
	background: #fff url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/body-bg-home.png) repeat-x bottom;}
#home #banner {
	background: none;
	height: auto;}
#home #main-content {
	background: none;
/*	padding-bottom: 20px;
*/}
#home h2 {
	font-weight: normal;}
#condition-device-finder {
	float: left;
	width: 548px;
	margin-right: 26px;
	background:#FAFAFA url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/hub/hub-main-content-bg.png) repeat-x center top;
	border-left:1px solid #EDEDED;
	border-right:1px solid #EDEDED;}
#condition-device-finder-top {
	height: 7px;}
#condition-device-finder p {
	background: transparent url(../../../../../../../../wcm/fragments/jp-css_frag/home-images.png) no-repeat 0 -87px;
	position: relative;
	top: -4px;
	font-size: 1.3em;
	padding: 15px 22px 0 24px;}
#condition-device-finder div.finder {
	width: 232px;
	margin: 15px 27px 5px;
	float: left;
}
#condition-device-finder div#devices {
	margin-left: 0;
}
#condition-device-finder div.finder h2 {
	color: #fff;
	font-size: 1.9em;
	font-weight: normal;
	display: block;
	text-indent: -9999px;}
#condition-device-finder div#conditions h2 {
	background: #7FB6D4 url(../../../../../../../../wcm/fragments/jp-css_frag/home-images.png) no-repeat 0 0;
	width: 232px;
	height: 41px;}
	
#condition-device-finder div#conditions h2 a,
#condition-device-finder div#devices h2 a {
	width: 232px;
	height: 41px;
	display: block;
}
#condition-device-finder div#devices h2 {
	background: #8EB43D url(../../../../../../../../wcm/fragments/jp-css_frag/home-images.png) no-repeat -232px 0;
	width: 232px;
	height: 41px;}
#condition-device-finder li {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 2px;}
#condition-device-finder li a {
	color: #666;
	display: block;
	border: 1px solid #fff;
	margin-left: -5px;
	padding-left: 5px;}
#condition-device-finder li a:hover {
	background: #666;
	border: 1px solid #ccc;
	color: #fff;}
.select-wrapper {
	background: #fff;
	width: 232px;
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/home-select-wrapper.png) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 25px;}
.flexcroll {
	background: #fff;
	width: 200px;
	height: 215px;
	overflow: auto;
	position: relative;
	margin: 0px auto;
	padding: 5px;}
#condition-device-finder-bottom {
	clear: both;
	background: transparent url(../../../../../../../../wcm/fragments/jp-css_frag/home-images.png) no-repeat 0 -41px;
	height: 7px;}
#announcement {
	width: 550px;
	font-size: 1.3em;
	text-align: center;
	clear: left;
	position: relative;
	top: -40px;
	margin-bottom: -20px;
}
#announcement .article {
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/announcement-box.png) no-repeat 0 0;
	height: 40px;
	margin-bottom: 10px
}
#announcement .article p {
	padding-top: 12px;
}

#home #sidebar {
	float: left;
	width: 244px;}
#medtronic-worldwide {
	width: 244px;
	height: 93px;
	background: transparent url(../../../../../../../../wcm/fragments/jp-css_frag/home-images.png) no-repeat -708px 0;
	margin-top: -15px;
	position: absolute;}
#medtronic-worldwide select, #medtronic-worldwide .go-button {
	float: left;}
#medtronic-worldwide .go-button {
	margin-right: -3px;
	margin-left: 11px;
	cursor: pointer;}
#medtronic-worldwide select {
	width: 185px;
	color: #666;
	font-size: 11px;
	margin-top: 4px;}
#medtronic-worldwide fieldset {
	position: relative;
	top: 38px;}
#whats-new {
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/whats-new-bg.png) no-repeat bottom;/* height: 297px; */
	font-size: 1.1em;
	margin-top: -80px;}
#whats-new h2 {
	padding: 0;
	margin-top: 80px;
	background: transparent url(../../../../../../../../wcm/fragments/jp-css_frag/home-images.png) no-repeat -464px 0;
	width: 244px;
	height: 41px;
	text-indent: -9999px;}
#whats-new h3, #whats-new p {
	margin: 0px 10px;
	padding-bottom: 5px;}
#whats-new h3 {
	font-weight: bold;}
#whats-new h3.illustrated, #whats-new img {
	float: right;
	padding: 5px 0;}
#whats-new h3.illustrated {
	width: 127px;}
#whats-new img {
	width: 86px;}
#whats-new p {
	clear: both;}
#whats-new p.read-more {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;}
#whats-new p.read-more a,
#announcement a.read-more {
	background:transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/bullet-triangle-grey.gif) no-repeat scroll left center;
	padding-left:10px;
	text-decoration:none;}
#announcement a.read-more {
	margin-left: 5px;
	font-size: .9em;
}
#whats-new li {
	padding-top: 5px;
}
#whats-new ul {
	padding: 7px 0 15px;
}
#whats-new li.last p.read-more {
	border: none;
	margin-bottom: 0;}
/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;}
.vscrollerbar {
	width: 16px;
	background: #EDEDED url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/scrollbar.png) repeat-y -16px 0px;}
.vscrollerbarbeg {
	height: 24px !important;
	width: 16px;
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/scrollbar.png) no-repeat -48px -32px;}
.vscrollerbarend {
	height: 24px;
	width: 16px;
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/scrollbar.png) no-repeat -48px 0px;}
.vscrollerbase {
	width: 16px;
	background: #CBC9CA url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/scrollbar.png) repeat-y 0px 0px;}
.vscrollerbasebeg {
	width: 16px;
	height: 24px !important; /*Again, the safari fix, normally this line is not needed.*/
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/scrollbar.png) no-repeat -32px -30px;}
.vscrollerbaseend {
	height: 24px;
	width: 16px;
	background: transparent url(../../../../../../../../wcm/fragments/ss_frag_mdt_hp_css/scrollbar.png) no-repeat -32px -4px;}
.hscrollerbase {
	height: 16px; background-color: white;}
.hscrollerbar {
	height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {
	padding: 28px;
	z-index: 2;}
.scrollerjogbox {
	width: 16px;
	height: 16px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #37917A;}
/* Scroll Bar Master Styling Ends Here */


/* Safari-specific CSS - Safari 4 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search-text-wrapper {
		padding: 0 3px 0;	
	}
    #footer li#copyright  {
		width: 340px;
	}
    #footer li.last {
		width: 80px;
	}
  }
  
/* end Safari-specific CSS */
