/** ENGR-232109 Q2 2013 Sponsorship Enhancement **/
.sponsorship-q213-wrap {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

.sponsorship-q213 li {
	float: left;
}

.sponsorship-q213 li > a {
	position: relative;
	display: block;
	width: 170px;
	height: 145px;
	overflow: hidden;
}

.sponsorship-q213 li > a:hover {
	text-decoration: none;
}

.sponsorship-q213 li > a .hover-info {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 14px 20px 0 20px;
	width: 110px;
	height: 131px;
	background-color: #0672ad;
	color: #fff;
	font-size: 16px;
	font-family: "Trebuchet ms";
	text-decoration: none;
	overflow: hidden;
}

.sponsorship-q213 li > a .hover-info strong {
	display: block;
}

.sponsorship-q213 li > a .hover-info .shop-now {
	margin-top: 20px;
	width: 69px;
	font-size:13px;	
	font-weight: bold;
	background-image: url(/ehealthinsurance/images_new/home-v2/arrow-white.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}
	:root .sponsorship-q213 li > a .hover-info .shop-now { background-position: right 4px\9; }


.sponsorship-q213 li > a:hover .hover-info {
	display: block;
}

.sponsorship-q213 .spon-logo {
	width: 105px;
	height: 90px;
	margin: 0 auto;
	background-image: url(/ehealthinsurance/images_new/home-v2/insurance-type-icons.png);
	background-repeat: no-repeat;
}


.sponsorship-q213 .vision .spon-logo {
	background-position: 0 10px;
}

.sponsorship-q213 .dental .spon-logo {
	background-position: 0 -80px;
}

.sponsorship-q213 .accident .spon-logo {
	background-position: 0 -170px;
}
.sponsorship-q213 .medicare .spon-logo {
	background-position: 0 -260px;
}

.sponsorship-q213 .discount-card .spon-logo {
	background-position: 0 -350px;
}

.sponsorship-q213 .short-term .spon-logo {
	background-position: 0 -530px;
}

.sponsorship-q213 .travel .spon-logo {
	background-position: 0 -440px;
}

.sponsorship-q213 .critical-illness .spon-logo {
	background-position: 0 -620px;
}

.sponsorship-q213 .small-business .spon-logo {
	background-position: 0 -710px;
}

.sponsorship-q213 .life .spon-logo {
	background-position: 0 -800px;
}

.sponsorship-q213 .fim .spon-logo {
	background-position: 0 -890px;
}

.sponsorship-q213 .spon-name {
	color: #000;
	font: normal 18px 'Trebuchet ms';
	text-align: center;
}

.sponsorship-q213 .spon-name span {
	display: block;
	color: #666;
	font-size: 13px;
}

.sponsorship-q213 .spon-name sup {
	font-size: 11px;
    padding-left: 2px;
}

.sponsorship-q213 .carrier .spon-logo {
	width: 116px;
	background: none;
}

.sponsorship-q213 .carrier .spon-logo img {
	margin-top: 40px;
}

.sponsorship-q213-wrap .prev,
.sponsorship-q213-wrap .next {
	position: absolute;
	top: 51px;
	width: 42px;
	height: 42px;
	background-image: url(/ehealthinsurance/images_new/home-v2/sponsorship-pagination.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.sponsorship-q213-wrap .prev {
	left: -50px;
	background-position: 0 0;
}

.sponsorship-q213-wrap .prev.disabled {
	left: -50px;
	background-position: -42px 0;
}

.sponsorship-q213-wrap .next {
	right: -50px;
	background-position: 0 -42px;
}

.sponsorship-q213-wrap .next.disabled {
	right: -50px;
	background-position: -42px -42px;
}

/**/
.caroufredsel_wrapper { margin:0 auto; }

.disclaimers { 
	border-top: 1px solid #999999;
    margin: 32px 0 0;
    padding: 10px 22px 0 22px;
	font: 11px/16px arial,helvetica,sans-serif;
	color: #666;
}

/*account-form with js*/
.account-form input.btn.login-btn.with-js {
	 margin: 6px 0 0 0;
}
.account-q213 .account-form a.with-js {
	 margin: 10px 0 0 0;
}
/*focus for the form*/
.account-q213 .account-form li { position: relative; }
.account-form .email,.account-form .password {
    left:12px;
    top:12px;
    position:absolute;
    color:#9b9b9b;
    cursor:text;
    z-index: 9999;
}

.account-form .email.focus,.account-form .password.focus {
    color:#d6d6d6;
}


/*narrow version for landing page*/

.sponsorship-q213-wrap.narrow-version { width: 850px; }

.sponsorship-q213-wrap.narrow-version .prev,.sponsorship-q213-wrap.narrow-version .prev.disabled { left: -61px; }

.sponsorship-q213-wrap.narrow-version .next,.sponsorship-q213-wrap.narrow-version .next.disabled { right: -61px; }
