/* @override http://isatst.medline.com/templates/medline-com/css/layout.css */

body { background: none !important; }

/* Main Menu
------------------------------------------------------ */
#mainMenu { 
	height: 73px; 
	background-image: url(/templates/medline-com/img/main-menu-overlay.png);
	background-repeat:repeat-x; 
	position: relative; 
	z-index: 1000; 
	min-width: 980px;
}
#mainMenu-container { height: 56px; position: relative; top: 18px; }
#mainMenuList,
#mainMenu #mainMenuList li { margin: 0; padding: 0; float: left; height: 55px; position: relative; background: none; font-size: 1em; list-style-type: none; }
#mainMenuList li.logo a { padding: 0; background: none; height: 55px; }
#mainMenuList li.social-media a { padding: 2px; margin-top:18px; background: none; height: 36px; }
#mainMenuList li a { 
	color: #fff; text-decoration: none; 
	float: left; 
	line-height: 20px; height: 20px; 
	background: url(/templates/medline-com/img/white-25.png) repeat-y right top;
	padding: 30px 30px 5px 10px;
	position: relative;	
}
#mainMenuList li a:hover{
	background: url(/templates/medline-com/img/white-10.png) repeat;
}

/*----- MEGAMENUS ----- */
.megamenu { 
	padding: 0; 
	position: absolute; top: 55px; left: 0px;
	z-index: 10000;
	border-width: 0 1px 2px 1px; border-style: solid;
	width: 368px;
	display: none;
}
.megamenu.small {
	width: 183px;
	background-image:url(/templates/medline-com/img/white-85.png); 
	background-repeat: repeat;
}

.megamenu .heading { 
	height: 36px; 
	line-height: 36px; font-size: 16px; 
	padding: 0 10px; 
	border-width: 0 0 1px 0; border-style: solid; 
	background-color: #fff; 
}

.megamenu .heading .small {
	font-size: 14px;
	margin-left: 5px;
}
#mainMenuList li .megamenu .heading a {
	display: inline;
	padding: 0 2px;
	margin: 0;
	height: auto;
	width: auto;
	line-height: 36px;
	float: none;
	font-weight: normal;
}

#mainMenuList li .megamenu .heading a:hover { text-decoration: underline; }

/* Megamenu Dropdowns
------------------------------------------------------ */
	
	/* ----- Columns -----*/
	.megaMenuContentWrapper .megaMenu-col { width: 183px; float: left;  }
	.megamenu .megaMenuContentWrapper .col-2 { width: 368px; }
	.megamenu.medium .megaMenuContentWrapper .col-2 { width: 183px; }
	.megamenu .col-2 .heading { background-color: #fff; margin-left: 1px; }
	.megamenu .megaMenuContentWrapper .col-right { border-width: 0; }	
	
	#mainMenu #mainMenuList .megaMenu-col .megaMenuContent div,
	#mainMenu .megaMenuContentWrapper .col-2 {
		background: #bfcfdd url(/templates/medline-com/img/featured-list-background.png) repeat-x 0 bottom;
	}
	#mainMenuList .megamenu li a { background: none; }
	.fullList-left { border-right: solid 1px #aaa; }

	#mainMenu #mainMenuList .megamenu .fullList { position: relative; }
	#mainMenu #mainMenuList .megamenu .fullList ul { float: left; width: 182px; margin: 0; padding: 7px 0; }
	#mainMenu #mainMenuList .megamenu .fullList ul li { width: 182px; display: block; height: auto;}
	#mainMenu #mainMenuList .megamenu .fullList li a { color: #000; height: auto; width: 162px; padding: 3px 10px; font-size: 12px; }
	#mainMenu #mainMenuList .megamenu .fullList li a:hover { text-decoration: underline; }
	#mainMenu #mainMenuList .megamenu .fullList .multilevel li strong{
		font-size: 13px;
		font-weight: bold;
		color: #333;
		padding: 0px 10px;
	}
	#mainMenu #mainMenuList .megamenu .fullList .multilevel li a{
		font-size: 13px;
		font-weight: bold;
		color: #333;
		padding: 0px 10px;
	}
	#mainMenu #mainMenuList .megamenu .fullList .multilevel li ul { margin: 0 0 2px 0; padding: 0; width: 182px; position: relative; }
	#mainMenu #mainMenuList .megamenu .fullList .multilevel li ul li a {
		position: relative;
		font-size: 12px;
		font-weight: normal;
		margin: 0;
		width: 152px;
		padding: 2px 10px 2px 20px;
		line-height: 16px;
	}
	#mainMenu #mainMenuList .megamenu .fullList .fullList-right { padding-bottom: 30px; }
	#mainMenuList .megamenu .fullList .feature-right-bottom a:hover {	
		background-image: url(/templates/medline-com/img/white-85.png); 
	}
	
	#mainMenu #mainMenuList .megamenu .fullList .bottom-margin {
		padding-bottom: 70px;
	}
	
/* ----- Close Box ----- */
.topRightClose { 
	position: absolute; top: 8px; right: 10px; 
	border-style:solid; border-width: 1px;
	height: 18px; width: 18px; 
	cursor: pointer;
	background: url(../img/close-x_btn.png) no-repeat left top;
}
.topRightClose:hover { background-position: right top; }
.topRightClose:active { background-image: none; }

/* ----- Bottom Close Box ----- */
#mainMenuList .bottomClose { 
	height: 20px; width: 100%;
	padding: 0; margin: 0;
	text-align: center; 
	float: none; 
	border-width: 1px 0 0 0; border-style: solid; 
	background-color: #fff; 
}
#mainMenuList .bottomClose a { 
	font-size: 13px; 
	margin: 0; padding: 0; 
	float: none; 
	display: block; 
	height: 100%; width: 100%;
	background: url(../img/trans-85-1600.png) repeat-x 0 top;
}
#mainMenuList .bottomClose a:hover { background: url(../img/trans-85-1600.png) repeat-x 0 bottom; height: 20px;}


/* Top Search Box
------------------------------------------------------ */
#search-box { 
	background: url(/templates/medline-com/img/search-background.png) no-repeat left bottom; 
	position: absolute; 
	top: -18px; 
	right: -4px;
	width: 342px;
	padding: 0 4px 9px 4px;
}

#search-box form { 
	font-size: 12px; position: relative; 
	display: block; background: #fff; 	
	padding: 3px 3px 3px 5px;
	height: 24px;
}

#search-box form p {
	display: inline;
}

#mainMenu #mainMenuList .megamenu #catalog-search .search-wrapper,
#search-input-wrapper { width: 155px; border: solid 1px; background: #fff; }



#mainMenu #mainMenuList .megamenu .lower-right-box {
	width: 186px;
	height: 65px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#mainMenu #mainMenuList .megamenu .lower-right-box .lower-right-box-inner {
	background: url(/templates/medline-com/img/white-65.png) repeat;
	border: solid;
	border-width: 1px 0 0 1px;
	height: 64px;
	width: 185px;
}

#mainMenu #mainMenuList .megamenu .lower-right-box form {
	clear: both;
	height: 1px;
	width: 170px;
	padding: 5px 0 0 0;
	
}

#mainMenuList li .megamenu .lower-right-box h4 {
	margin: 2px 0 2px 14px;
	font-size: .93em;
	font-weight: bold;
}

#mainMenuList li .megamenu .lower-right-box h4 a:hover {
	text-decoration: underline;
}
#mainMenuList li .megamenu .lower-right-box a { margin: 0; padding: 0; }
#mainMenu #mainMenuList .megamenu #catalog-search .search-wrapper { margin: 0; position: relative; }


#search-box .search-wrapper,
.lower-right-box .search-wrapper { float: right; height: 22px; }

.search-button-wrapper,
#mainMenu #mainMenuList .megamenu #catalog-search .search-button-wrapper {
	background: url(/templates/medline-com/img/magnify.png) no-repeat center center;
	height: 20px; 
	width: 20px; 
	margin: 1px;
	float: right;
}

#search-context-wrapper { padding-right: 4px; }
#search-context_input { margin: 0; }

#search-box .button,
#catalog-search .button {
	border: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	background: url(/templates/medline-com/img/white-10.png) repeat;
}

#search-box .button:hover { background-image: url(/templates/medline-com/img/white-25.png); }
#search-box .button:active { background-image: url(/templates/medline-com/img/white-10.png); }
#search-box label {	float: left; margin: 2px 5px 0 6px; }

#searchField,
#searchField2 { 
	display: block; 
	border: none;
	border-width: 0;
	width: 126px;
	font-size: 14px; 
	height: 18px;
	padding: 2px;
	float: right;
}

div.selectbox-wrapper {
  position:absolute;
  /*width:400px;*/
  background-color:white;
  border:1px solid;
  margin:0px;
  margin-top:-1px;
  padding:0px;
  font-size:0.93em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul { list-style-type: none; margin: 0px; padding: 0px; }
div.selectbox-wrapper ul li.selected { background-color: #EAF2FB; }
div.selectbox-wrapper ul li.current { background-color: #CDD8E4; }
div.selectbox-wrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 15px;
	cursor: pointer;
	width: 90px;
}

.selectbox {
	margin: 0px 5px 10px 0px;
	padding: 3px;
	font-size:0.93em;
	width : 110px; 
	display : block;
	text-align:left; 
	height: 16px;
	background: url(/templates/medline-com/img/select-background-green.png) no-repeat right;
	cursor: pointer;
	border:1px solid;
	color:#333;
}

/* 
Links
------------------------------------------------------ */
#mainMenu #secondary-links { 
	height: 20px; 
	float: right; 
	position: relative; 
	clear: right;
	margin: 25px 0 0 0;
	color: #fff; 
	
}

#mainMenu #secondary-links li { background: none; float: left; padding-left: 5px; font-size: 14px; position: relative;  list-style-type: none; }
#mainMenu #secondary-links li a { color: #fff; text-decoration: none; }
#mainMenu #secondary-links li a:hover { text-decoration: underline; }


/* Login Box
------------------------------------------------------ */
#login-box {
	display: none;
	background: url(/templates/medline-com/img/login-2.png) repeat-x center top;
	border: solid;
	border-width: 0 1px 1px 1px;
	position: relative;
}

.login-inner { padding: 15px 30px 15px 15px; }
.login-inner p { margin: 0; font-size: .93em; }

#login-box .register {
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.login-inner p strong {
	font-size: 1.45em;
	color: #333;
	font-weight: normal;
	line-height: 1em;
}

#login-box .login-inner a {
	text-decoration: none;
	font-weight: bold;
}

#login-right {
	border-left: solid 1px #000;
	margin: 0;
	/*height: 145px;*/
}

#login-right .login-inner { padding-top: 10px; }

#login-box h3 { margin: 0 0 10px 0; font-size: 1.5em; font-weight: normal; color: #333;}


#login-box label { color: #333; float: left; margin-right: 5px;}
#login-box input { display: block; border: solid 1px; height: 22px; padding: 0; font-size: 14px; width: 150px; margin: 0 15px 0 0; float: left;}

#login-box .login-button { width: 75px;  height: 24px; padding: 0 0; line-height: 22px; cursor: pointer; background-color: #08457f; color: #FFFFFF}

#login-box .login-button:hover { background-color: #2165a6; color: #FFFFFF}
#login-box .login-button:active { background-color: #175895}
/* --------------------------------------------------- */

#shadow-wrapper { position: relative; }
body #wrapper { margin: 0 auto; background-position: 0 -2px; padding-bottom: 10px; position: relative;}
#search-term h1{ font-size: 14px; color: #666666; padding: 30px 0 0 10px; margin: 0;}
#mainContent {	padding: 15px 0px 15px 0px; }

#mainContent td{ vertical-align: middle}

#bottomLinks h5 { font-size: 14px; font-weight: bold; color: #444; margin: 15px 0 5px 0; }
#bottomLinks h5 a { text-decoration: none; color: #444; }
#bottomLinks h5 a:hover { text-decoration: underline; }
#bottomLinks ul { margin: 0; }
body #bottomLinks ul li { font-size: 11px; line-height: 1.5em; background: none; padding: 0;  list-style-type: none;}
#bottomLinks ul li a { text-decoration: none; }
#bottomLinks ul li a:hover { text-decoration: underline; }
#bottomLinks { margin-bottom: 10px; }

#bottomLinks .column {
	width: 180px;
	float: left;
	padding-left: 15px;
}
#bottomLinks .first { padding-left: 0; }

.light-hr { height: 1px; border: 0; background-image:url(/templates/medline-com/img/white-50.png); background-repeat: repeat; margin: 0; }

#footer,
#subFooter { font-size: 12px; margin: 10px 0; }

#footer a, #subFooter a { text-decoration: none; font-weight: bold; color: #444; }
#footer a:hover, #subFooter a:hover { text-decoration: underline; }
#footerLeftLinks { text-align: left; }
#footerRightLinks { text-align: right; }

#footer-wrapper #footer { width: 960px; }

.flag { margin-right: 5px; }
#clickBehind { z-index: 10; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: none; }

#topAd { border: solid 1px; display: block; padding: 0; margin: 0; }
#topAd img { margin: 0; padding: 0; display: block; }
#bottomAd {	margin: 20px 0; }

/* Typography
------------------------------------------------------ */
body { color: #333; }
hr { border-color: #000000; }



table.style1, table.style1 td, table.style1 th { border-color: #666; }
table.style1 tr.even td { background-color: #ccc; }
table.style1 th { color: #000; }

table.style2, table.style2 td, table.style2 th { border-color: #666; }
table.style2 tr.even td { background-color: #ccc; }
table.style2 th { color: #000; }

fieldset { border-color: #000000; }
legend { color: #000000; }

/*
------------------------------------------------------ */
a:link { text-decoration: underline;  color: #07457e;}
a:visited {	text-decoration: underline; color: #666666; }
a:hover {	text-decoration: none;  color: #003366; }
a:active { text-decoration: none; color: #012141; }


h1, h2, h3, h4, h5, h6 { line-height: 1em; }
h1 { font-size: 2.5em;  color: #222;  margin-bottom: .3em}
h1.pressrelease {font-size: 2.2em;  color: #222;  margin-bottom: .3em; line-height: 1.1em}
h2 { font-size: 1.5em; font-weight: bold; margin-top: .3em; color: #08457f; margin-bottom: .3em}
h2.graytext { font-size: 1.5em; font-weight: bold; margin-top: .3em; color: #333; margin-bottom: .3em}
h2.underline{ font-size: 1.5em; font-weight: bold; margin-top: .3em; color: #08457f; margin-bottom: .3em; border-bottom: 1px solid #CCC}
h3 { font-size: 1.7em; margin-top: .3em; color: #666; }
h4 { font-size: 1.4em;  font-weight: normal; margin: .3em 0em; color: #555;  line-height: 1.1em}
h5 { font-size: 1.2em; margin-top: .3em; color: #888; }
h6 { font-size: 1.1em;  font-weight: normal; margin-top: .3em; color: #08457f; }
hr { margin: 1.5em 0 .25em 0; }

/*
------------------------------------------------------ */
h1 .alt { font-weight: normal; }


/* Forms
-------------------------------------------------------- */

fieldset { border-style: solid; border-width: 1px; padding: 2em; margin: 1em 0; }
legend { padding: 0 .25em; font-size: 2em; font-weight: bold; }

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
	position:absolute;
	width: 378px;
	height: auto;
	background: url(/templates/medline-com/img/modal-top.png) no-repeat center top;
	display:none;
	z-index:9999;
}

/* ----- Rndm items ----- */
.bordered { border-width: 1px; border-style: solid; }
.topMargin { margin-top: 15px; }

/* Customize your modal window here, you can add background image too */
#boxes #dialog { width:415px; height:203px; }
#login-window-wrapper { margin: 45px; background: #fff; }
#boxes h2 { margin: 0 0 10px 0; }
#boxes label { display: block; }


/* Submenus
-------------------------------------------------------- */
.box-outline { border: 1px solid; }

#submenu { border: 1px solid; }
#submenu h3 { font-size: 1.15em; padding: 0 10px 8px 10px; margin: 8px 0 0 0; border-bottom: 1px solid; }
#submenu h3 a { text-decoration: none; }

#submenu a.toggle, #submenu a.no-toggle { cursor: pointer; padding: 3px 10px; display: block; font-size: .93em; border-bottom: solid 1px;
background: url(../img/white-90-80-70.png) repeat-x 0 top; text-decoration: none; color: #333;
}


#submenu a.toggle:hover, #submenu a.no-toggle:hover {
	background-position: 0 center;
}
#submenu a.toggle:active, #submenu a.no-toggle:active {
	background-position: 0 bottom;
	text-decoration: none;
}

#submenu.accordion-menu div { display: none}
#submenu ul { font-size: .875em; margin: 0; padding: 0; border-bottom: 1px solid;}
#submenu ul li{ list-style-type: none} 

#submenu ul li a { 
	display: block;
	margin:  0px 0;
	padding: 1px 10px 2px 10px;
	line-height: 20px;
	color: #333; 
	text-decoration: none; 
	font-weight: normal;
	
}

#submenu ul li.active a {
	font-weight: bold;
	background-image: url(../img/white-65.png);
}

.woundcare { font-size: 2em; text-transform: uppercase; font-weight: normal; }
h1 strong { font-weight: bold; }
h2.subtitle {font-size: 1.2em; font-weight: bold; color: #222; margin-top: 2px;}	

/* Featured Content (Home Page)
------------------------------------------------------ */
#features-row .feature-box {
	float: left;
	width: 227px;
	margin: 12px 0 0 12px;
	border: solid 1px;
	height: 199px;
	overflow: hidden;
}

#features-row .feature-box.news {
	width: 222px;
	height: 187px;
	padding: 6px;
}

#features-row .first { margin-left: 0; }

.feature-box .rssFeed {
	width: 30px; 
	height: 30px;
	display: block;
	float: left;
	margin-right: 6px;
	background: url(../img/rss.png) no-repeat;
}
#features-row .news h3{ 
	font-size: 1.1em;
	height: 18px;
	line-height:13px;
	font-weight: normal;
	float: left;
	border-bottom: solid 1px;
	width: 260px;
}

#features-row .news h3 a:hover,
#features-row .news h3 a strong:hover{	text-decoration: underline; }


.feature-box a { text-decoration: none; }
.feature-box dl { clear: both; }

.feature-box dt { font-size: .875em; font-style: italic; border-top: 1px solid; margin-top: 6px; padding-top: 4px;}

.feature-box dt.first {	border: none; }
.feature-box dd {
	font-size: .8em;
	line-height: 1.3em;
	margin: 0;
}

/* Page Options
------------------------------------------------------ */

#search-results { float: left;  width: 650px;}
#search-results h1 { font-size: 1.4em; }
#search-results .medline_searchform { 
	float: left ;
	margin: 8px 0; 
	width: 340px; 
	height: 35px; 
	position: relative;
}
#search-results .medline_searchform input.search-field {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 22px;
	line-height: 22px;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	padding: 2px;
}

#search-results .submit-wrapper {
	position: absolute;
	left: 260px;
	top: 0;
	border: solid 1px;
	width: 70px;
	height: 26px;
	padding: 0;
	margin: 0;
}

#search-results .medline_searchform input.button {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px; 
	width: 70px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../img/search.png) no-repeat 0 bottom;
}

.prodcatlink {
	/*position: relative;
	top: 0;
	left: 0;*/
	float: right;
	height: 80px; 
	width: 250px;
	padding: 10px;
	margin:3px;
	border: solid 1px #000;
	background-color: #d9e0e8;
}
#search-results .prodcatlink a {
	display: inline-block;
}

#search-results .medline_searchform input.button:hover {
	background-position: 0 top;
	cursor: pointer;
}

#search-results .small {
	font-size: .875em;
	height: 26px;
	line-height: 26px;
}

#search-results .light-hr {
	margin: 20px 0 0 0;
	clear:both;
}

#search-results dl dt {
	margin: 15px 0 0 0;
}

#search-results dl dt.pdf a {
	background: url(../img/pdficon_small.gif) no-repeat 0 0;
	padding: 0 0 0 24px;
}

#search-results dl dd {
	font-size: .93em;
	margin: 0;
	line-height: 1.3em;
}

#search-results dl dd.link {
	color: #278811;
}

	.search-pager {  
		margin: 0; 
		padding: 5px; 
		background-image: url(../img/white-85.png); 
		text-align: center ;
	}	
	.search-pager ul { width: 100%; margin: 0; text-align: center; }
	.search-pager li { display: inline; margin: 0 5px;	height: 30px; }
	.search-pager a { 
		color: #000; 
		border: 1px #fff solid; 
		padding: 1px 5px; 
		text-decoration: none; 
		font-weight: bold; 
		display: inline-block; 
	}
	.search-pager a:hover { background-color: #d9e0e8; }	

/* Page Options
------------------------------------------------------ */
.bordered { border: solid 1px; }
.side-box-border {	border: solid 1px; padding: 15px; margin: 15px 0; }
.side-box-border h5{ margin: 0 0 10px; font-size: 1.15em;  }
.side-box-border h5 a { text-decoration: none; }
.side-box-border h5 a:hover { color: #333; }

.side-box-border ul { font-size: .875em; margin: 0; padding: 0; }
.side-box-border ul li { list-style: none; }

.side-box-border ul li a { 
	display: block;
	margin:  0px 0;
	padding: 1px 0 2px 0;
	line-height: 20px;
	text-decoration: none; 
	font-weight: normal;
	color: #333;
}
.side-box-border ul li.active a { 
	font-weight: bold;
}




/* COLOR OVERRIDES
------------------------------------------------------ */
#mainMenu, .topRightClose, 
#mainMenuList li .megamenu div.bottomClose a:hover,
.megaMenuContent .featuredList, .megamenu, 
#mainMenu #mainMenuList .megamenu #catalog-search .search-button-wrapper,
.search-button-wrapper, .light-hr, .selectbox, #login-box, #login-box .login-button,
#submenu a.toggle, #submenu a.no-toggle, .search-pager, #search-results .medline_searchform input.button, #submenu ul li.active a/*,
#mainMenuList li .megamenu .big-link*/  {
	background-color: #00407b;
}

.search-button-wrapper{
	background-color: #6d9e21}

#mainMenuList li .megamenu .bottomClose a, .megamenu .heading, 
#mainMenuList .megamenu .fullList .feature-right-bottom a,
#bottomLinks ul li a, #search-box h4, #submenu h3 a,
#mainMenuList li .megamenu .heading a,
#login-box .login-inner a, #submenu a.toggle:active, #submenu ul li a:hover, 
#submenu a.no-toggle:active, .side-box-border h5,
.side-box-border ul li a:hover, .search-pager a, #search-results .medline_searchform input.button,
#features-row dt, #features-row h3 a, .side-box-border h5 a,
#mainMenuList li .megamenu .lower-right-box h4 a

/*,
#mainMenuList li .megamenu .big-link a*/ {
	color: #00407b;
}

.bordered, .megamenu, .topRightClose, .megamenu .heading,
#mainMenuList li .megamenu div.bottomClose, 
#mainMenuList .megamenu .fullList .feature-right-bottom a,
.megaMenuContent .featuredList .item, #search-input-wrapper,
.selectbox, #login-box, #login-right, #topAd, .box-outline, #submenu h3, 
#mainMenu #mainMenuList .featuredList li,
#login-box input, #login-box .register, #submenu,
#submenu a.toggle, #submenu ul, .bordered, .side-box-border, #search-results .submit-wrapper,
#search-results .medline_searchform input.search-field, .search-pager a:hover, 
#features-row .feature-box, #features-row .feature-box h3,
#mainMenu #mainMenuList .megamenu #catalog-search .search-wrapper,
#mainMenu #mainMenuList .megamenu .lower-right-box .lower-right-box-inner
/*,
#mainMenuList li .megamenu .big-link*/{
	border-color: #00407b; 
}

.bordered, .megamenu, .topRightClose, .megamenu .heading,
#mainMenuList li .megamenu div.bottomClose, 
#mainMenuList .megamenu .fullList .feature-right-bottom a,
.megaMenuContent .featuredList .item, #search-input-wrapper,
.selectbox, #login-box, #login-right, #topAd, .box-outline, #submenu h3, 
#mainMenu #mainMenuList .featuredList li,
#login-box input, #login-box .register, #submenu,
#submenu a.toggle, #submenu ul, .bordered, .side-box-border, #search-results .submit-wrapper,
#search-results .medline_searchform input.search-field, .search-pager a:hover, 
#features-row .feature-box, #features-row .feature-box h3,
#mainMenu #mainMenuList .megamenu #catalog-search .search-wrapper
/*,
#mainMenuList li .megamenu .big-link*/{
	border-color: #00407b; 
}

/* FEATURED MARKETS */

.featuredmarkets {float: left; width: 300px; height: 320px; margin: 0px; padding: 0px;}
.featuredmarkets ul {list-style-type: none; list-style: none}
.featured markets ul li a{height: 82px; width: 300px; margin: 0px; padding: 0px; list-style-type: none; list-style: none }

/* FEATURED MARKETS */

.featuredmarkets2 {float: left; width: 120px; height: 320px; margin: 0px; padding: 0px; margin-left: 5px;}
.featuredmarkets2 img{margin-bottom: 5px;}

.featuredmarkets3 {float: left; width: 195px; height: 294px; margin: 0px; padding: 0px; margin-right: 10px; border: 1px solid #d8e2eb; border-bottom: 2px solid #d8e2eb; color: #615c56; font-size: 12px; line-height: 14px;}
.featuredmarkets3 p {padding-bottom: 6px; margin-bottom: 0px}

.featuredmarkets3 ul {margin: 0px; padding: 0px}
.featuredmarkets3 ul li {list-style-type: none; margin: 0px;}
.featuredmarkets3 ul li a{color:  #615c56;  text-decoration: none;  display: block;  border-bottom: 1px solid #d8e2eb; padding: 4px 0px 0px 5px; }
.featuredmarkets3 ul li a:visited{text-decoration: none}
.featuredmarkets3 ul li a:hover{color:  #444444;  text-decoration: none; background-color: #d8e2eb}
.featuredmarkets3 ul li span {font-size: 17px; font-weight: bold; line-height: 20px;}


/* NEW FEATURED MARKETS */

.markets {width: 958px; border: 1px solid #CCC; background-image:url(/home-page/img/featured-bg.jpg); background-position: top left; background-repeat: no-repeat;}
.markets a{text-decoration:none}
.markets a:hover {text-decoration: underline}
.markets-inner {padding: 6px 10px; font-size: 15px; color: #999}

