﻿#master-header 
{
	background-image: url(/static/images/header/header-bg.png);
	background-repeat: no-repeat;
	height: 124px;
}

.header-tablet-mobile { display: none; }

.header-desktop .ensure-logo 
{
	padding-left: 16px;
	padding-top: 12px;
	float: left;
}

.header-desktop #top-row { float: right; }

.header-desktop #top-row .linkCollection
{
	display: inline-block;
	padding-top: 13px;
	vertical-align: top;
	font-size: 12px;    
}

.header-desktop #top-row .link 
{
	text-decoration: none;
    font-family: "Avenir Next Regular";
    color:#002C73;
    line-height:12px;
}

.header-desktop #top-row .link:hover 
{
	color: #002C73;
	text-decoration: underline;
}

.header-desktop #top-row .divider { color: #002C73; }

.addthis_toolbox 
{
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.social-icon-link .facebook-icon {
    display: none;
}

.social-icon-link 
{
	background-image: url(/static/images/header/btn-facebook-reg.png);
	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin-left: 29px;
	margin-top: 12px;
	vertical-align: top;
	width: 24px;
}

.social-icon-link:hover { background-image: url(/static/images/header/btn-facebook-hover.png); }

.addthis_button_compact 
{
	margin-left: 6px;
	margin-top: 12px;
	height: 19px;
	width: 20px;
	background-image: url(/static/images/header/btn-add-reg.png);
}

.addthis_button_compact:hover { background-image: url(/static/images/header/btn-add-hover.png); }

.header-search-button 
{
	margin-right: 23px;
	margin-top: 12px;
	margin-left: 23px;
	height: 26px;
	width: 36px;
	background-image: url(/static/images/header/btn-search-reg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.header-search-button:hover {    
    background-image: url(/static/images/header/btn-search-hover.png);
}

.header-search-button.clicked { background-color: #78BAE7; }

.search-field { display: none; }

.search-field.clicked
{
	display: block;
	position: absolute;
	background-color: #78BAE7;
	width: 263px;
	height: 24px;
	margin-left: -126px;
}

.search-field form { vertical-align: top; }

.search-text-field 
{
	height: 15px;
	padding: 0px 5px;
	border: 4px solid #78BAE7;
	width: 180px;
}

input[type="submit"].search-icon
{
	display: inline-block;
	width: 56px;
	height: 15px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #5E5E5E;
	font-family: "Avenir Next Rounded Bold";
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border: none;
	cursor: pointer;
}

.header-desktop .abbott-logo 
{
	display: inline-block;
	padding-top: 10px;
	padding-right: 25px;
}

.header-desktop .linkCollection.main
{
	height: 30px;
	float: right;
	margin-top: 28px;
	font-size: 15px;
}

.header-desktop .linkCollection.main .link
{
	text-decoration: none;
	display: inline-block;
	text-align: center;
    font-family: "Avenir Next Regular";
    color:#002C73;
    line-height:15px;
}

.header-desktop .linkCollection.main .link:hover
{
	color: #002C73;
	font-family: "Avenir Next Bold";
}

.header-desktop .linkCollection.main .divider { color: #8B98B8; }

.header-desktop .buy-now-button 
{
	margin-right: 25px;
	margin-left: 40px;
	display: inline-block;
	width: 76px;
	height: 18px;
	/* background-image: url(/static/images/header/btn-buy-now-reg.png); */
	cursor: pointer;
}

.header-desktop .buy-now-button:hover { background-image: url(/static/images/header/btn-buy-now-hover.png); }