@charset "utf-8";

.searchbox-wrapper {
 	width: 815px;	
	margin: 30px 0 0 15px;
	padding: 0;
}

.Tabs-Container {
	width: 815px;
	margin: 0;
}

.Tabs-Container ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}

.Tabs-Container ul li {
	font-size: 17px;
	font-weight: bold; 
	color: #788a9f;
	display: inline-block;
	background-color: #eeeeee;
	margin: 6px 0 0 0;
	padding: 9px 29px;
	cursor: pointer;
	-moz-box-shadow: 14px -2px 16px -10px #999999 inset; 
	-webkit-box-shadow: 14px -2px 16px -10px #999999 inset;
	box-shadow: 14px -2px 16px -10px #999999 inset;
	position: relative;
}

.Tabs-Container ul li:nth-child(1) {
	z-index: 3;
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px 0 0 0; 
	-moz-border-radius: 5px 0 0 0; 
	border-radius: 5px 0 0 0; 
}

.Tabs-Container ul li:nth-child(2) {
	z-index: 2;	
}

.Tabs-Container ul li:nth-child(3) {
	z-index: 1;	
	-webkit-border-radius: 0 5px 0 0; 
	-moz-border-radius: 0 5px 0 0; 
	border-radius: 0 5px 0 0;
}

.Tabs-Container ul li.picked {
	color: #1c314a;
	text-shadow: 1px 1px 0 #cbd2da;
	margin: 0;
	padding: 15px 29px 9px 29px;
	background-color: #96a4b4;
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0;
	z-index: 5 !important;	
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none; 
}

li.picked + li {
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none;
}

#search-container {
	width: 815px;
	background-color: #96a4b4;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 5px 5px 5px; 
	-moz-border-radius: 0 5px 5px 5px; 
	border-radius: 0 5px 5px 5px;
	border-bottom: 3px solid #556577;
}

.module {
	position: relative;
	margin: 0;
	width: 815px;
	display: none;
	color: #1c314a;
}

.search-form {
	padding: 25px 25px 0 25px;
}

#searchfield, #ebscohostsearchtext, #tbSRSearchStrLg, #searchfield-firstconsult {
	font-size: 16px;
	width: 560px;
	height: 48px;
	padding: 0 0 0 15px;
	border: 0;
	-webkit-border-radius: 5px 0 0 5px; 
	-moz-border-radius: 5px 0 0 5px; 
	border-radius: 5px 0 0 5px;
	-moz-box-shadow: 0 1px 6px 0 #999999 inset; 
	-webkit-box-shadow: 0 1px 6px 0 #999999 inset; 
	box-shadow: 0 1px 6px 0 #999999 inset; 
}

#searchfield.noFocus, #ebscohostsearchtext.noFocus, #tbSRSearchStrLg.noFocus, #searchfield-firstconsult.noFocus {
	color: #999999;
	font-style: italic;
	font-size: 16px;
}

#searchfield.straight, #ebscohostsearchtext.straight {
	color: #272a2e;
	font-style: normal;
}

.catselect {
	text-transform: uppercase;
	color: #49617e;
	font-weight: bold;
	position: absolute;
	right: 69px;
	top: 24px;
	padding: 14px 0 0 17px;
	height: 34px;
	width: 136px;
	background-color: #eeeeee;
	-moz-box-shadow: 0 1px 6px 0 #999999 inset; 
	-webkit-box-shadow: 0 1px 6px 0 #999999 inset; 
	box-shadow: 0 1px 6px 0 #999999 inset; 
}

.clinical-search .catselect {
	width: 317px;	
}

.clinical-search #searchfield, .clinical-search #tbSRSearchStrLg, .clinical-search #searchfield-firstconsult {
	width: 377px;
}

#search-button {
	background: url("search-icon.png") no-repeat center #1c314a;
	width: 48px;
	height: 48px;
	border: 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	float: right;
	position: relative;
	z-index: 999;
	cursor: pointer;
	transition: all 0.3s ease;
}

#search-button:hover {
	background-color: #48617f;
}

.pointer-group {
	padding: 0 0 18px 25px;	
}

.pointer {
	width: 0;
	height: 0;
	float: left;	
}

.pointer-1 {
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid transparent;
	border-right: 13px solid #d3d9e0;
	margin: 8px 0 0 238px;	
}

.pointer-2 {
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-right: 13px solid transparent;
	border-left: 13px solid #b3bfcd;
	margin: 8px 0 0 17px;	
}

#guidedFieldSelectors, #limiterblock, #limiterblock1, #limiterblock2  {
	float: left;
	padding: 0 23px 4px 23px;
	
}

#guidedFieldSelectors {
	background-color: #d3d9e0;
	width: 193px;
	margin: -17px 17px 0 0;
	-webkit-border-radius: 5px 0 0 5px; 
	-moz-border-radius: 5px 0 0 5px; 
	border-radius: 5px 0 0 5px;		
}

#limiterblock, #limiterblock1, #limiterblock2 {
	background-color: #b3bfcd;
	margin: -17px 0 0 0;
	width: 252px;
	-webkit-border-radius: 0 5px 5px 0; 
	-moz-border-radius: 0 5px 5px 0; 
	border-radius: 0 5px 5px 0; 	
}

#disciplineBlock, #disciplineBlock1, #disciplineBlock2 {
	padding: 15px 25px;
	background-color: #b3bfcd;
	margin: 0;
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px; 	
}

#disciplineBlock h3, #disciplineBlock1 h3, #disciplineBlock2 h3 {
	color: #1c314a;
	text-shadow: 1px 1px 0 #cbd2da;
	font-size: 17px;
	font-weight: bold; 
	display: inline-block;
	margin: 0;
}

span.check-uncheck {
	padding: 3px 7px;
	margin: 0 0 0 25px;
	background-color: #c3cdd9;	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
}

.col-group {
	padding: 15px 0 0 0;	
}

.col-1, .col-2, .col-3 {
	float: left;	
}

.col-1 {
	width: 280px;	
}

.col-2 {
	width: 230px;	
}

.col-3 {
	width: 226px;	
}

label {
	padding: 5px 8px 0 15px;
	display: inline-block;
    text-indent: -15px;
}

.col-group label {
	display: block;	
}


input {
	width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.advanced-search-rel, .advanced-search-pubmed {
	float: left;
	margin: 10px 0 0 0;
	color: #fff;
}

.advanced-search-icon {
	background: url("popout-icon.png") no-repeat right;
	padding-right: 20px; 
}

.advanced-search {
	background: url("popout-icon.png") no-repeat right;
	position: absolute;
	top: 99px;
	right: 25px;
	padding-right: 20px; 
}

.advanced-search-help {
	background: url("popout-icon.png") no-repeat right;
	position: absolute;
	top: 99px;
	right: 150px;
	padding-right: 20px; 
}
.advanced-search-rel {
	background: url("popout-icon.png") no-repeat right;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0; 
}

.advanced-search a, .advanced-search-rel a, .advanced-search-pubmed a, .advanced-search-help a {
	color: #fff;	
}

.advanced-search a:hover, .advanced-search-rel a:hover, .advanced-search-pubmed a:hover {
	color: #f0f0f0;	
}


.buttonsec.half {
	margin: 0;
	width: 50%;
	float: left;
}

.buttonsec.triple {
	margin: 0;
	float: left;
}

.buttonsec.quad {
	margin: 15px 0 0 0;
	width: 25%;
	float: left;
	font-size: 11px;
}
.rad-label {
	margin-bottom: 20px
}

.rad-label1 {
	margin-bottom: 10px
}

.content {
	margin: 0;
	width: 100%;
}



/* Clear Fix */
.clear:after {
  content: "";
  display: table;
  clear: both;
}