.main-wrap h1 {
	font-size:18px;
	font-weight:normal;
	line-height:36px;
	text-indent: 20px;
}
.main-wrap h1.small {
	font-size:16px;
}
.main-wrap h1 span {
	color:#f60;
}
.results-based-on {
	text-indent: 20px;
}
dl.results-based-on {
	overflow: hidden;
}
dl.results-based-on dt,
dl.results-based-on dd {
	float:left;
}
/** Links **/
.plan-year a, .plan-year a:link, .plan-year a:active, .plan-year a:visited,
.rating a, .rating a:link, .rating a:active, .rating a:visited,
a.column-title, a.column-title:link, a.column-title:active, a.column-title:visited {
    color: #4d6273;
}
/** Section Tabs **/
.section {
	width: 100%;
	margin: 25px 0 0 0;
}
ul.tabs {
	height: 62px;
	list-style: none;
	border-bottom: 1px solid #d1dae4;
	background: #fff;
}
.tabs li {
	float: left;
	display: inline-block;
	margin: 11px 8px -1px 0;
	height:51px;
	color: #777;
	padding-left:11px;
	cursor: pointer;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/tabs-sprite.gif") left top no-repeat;
	position: relative;
}
.tabs li.last {
	margin: 11px 0 -1px 0;
}
.tabs li.last.current {
	margin: 0 0 -1px 0;
}
.tabs li a {
	float:left;
	padding:4px 10px 3px 0;
	width:211px;
	font-size:18px;
	text-align:center;
	color:#fff;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/tabs-sprite.gif") right top no-repeat;
}
.tabs li a:hover {
	text-decoration:none;
}
.tabs li em {
	color:#fff;
	font-size:14px;
	display:block;
	font-weight:normal;
	font-style:normal;
}
.tabs li.current em {
	color:#999;
}
.tabs li.current {
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/tabs-sprite.gif") left -51px no-repeat;
	height:63px;
	margin: 0 8px -1px 0;
}
.tabs li.current a {
	color:#444;
	cursor: default;
	width:205px;
	padding:9px 14px 14px 0;
	font-weight:bold;
	font-size:19px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/tabs-sprite.gif") right -51px no-repeat;
}
.section-panel {
	display: none;
	border-width: 0 1px 1px;
	padding: 0 12px 12px 12px;
	border-bottom:1px solid #bfced7;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/tabs-bg.gif") left top repeat-y;
}
.section-panel.no-supply {
	padding: 12px;
}
.section-panel.visible {
	display: block;
}
/** Command Bar **/
.command-bar {
	padding:16px 0;
	overflow: hidden;
}
.command-bar li {
	float:left;
	line-height:23px;
	margin-right:10px;
}
.command-bar li.right-item-field {
	float:right;
	margin-right:0;
}
.command-bar li.right-item-field label {
	float: left;
	margin-right:5px;
}
.command-bar .tool-compare-btn {
	vertical-align:middle;	
}
/** Compare Btn **/
.compare-btn {
	width:92px;
	height:23px;
	display:block;
	text-indent:-9999px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/compare-sprite.gif") left top repeat-y;
}
.compare-btn.off {
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/compare-sprite.gif") left -23px repeat-y;
}
/** Plan Unit **/
.plan-unit {
	overflow: hidden;
	margin-bottom:18px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:4px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#fff;
}
.plan-unit.last {
	margin-bottom:0;
}
/** Plan Unit Left **/
.plan-unit-left {
	margin:15px 0 0 15px;
	float:left;
	width:510px;
}
.plan-unit-left-top {
	overflow: hidden;
}
.plan-unit-name {
    float: left;
    overflow: hidden;
    width: 375px;
}
.plan-unit-left-top img.carrier-logo {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}
.plan-unit-left-top h3 {
    font-size: 16px;
    overflow: hidden;
    width: 370px;
}
.plan-unit-left-top img.carrier-logo,
.plan-unit-left-top h3,
.plan-unit-left-top .rating {
	float:left;
}
.plan-unit-left-top .rating {
    padding-top: 4px;
}
.biggerText .plan-unit-left-top .rating {
	height:24px;
}
.plan-unit-left-top .rating span {
	margin: -16px 0 0 103px;
	display: block;
}
.plan-unit-left-top .rating span img {
	padding-right:2px;
}

/** Plan Unit Column **/
.plan-unit-column {
	margin-top: 12px;
    overflow: hidden;
    padding-top: 15px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/dot-line-db.gif") left top repeat-x;
}
.plan-unit-column h3 {
	font-size:14px;
	font-weight:normal;
    margin-bottom: 5px;
}
.plan-unit-column div {
	float:left;
}
/** MS **/
.plan-unit-column.ms .col-1 {
	width:30%;
}
.plan-unit-column.ms .col-2 {
	width:30%;
}
.plan-unit-column.ms .col-3 {
	width:40%;
}
/** MD **/
.plan-unit-column.md .col-1 {
	width:30%;
}
.plan-unit-column.md .col-2 {
	width:38%;
}
.plan-unit-column.md .col-3 {
	width:32%;
}
.plan-unit-column.md.rx-disabled .col-1 {
	width:50%;
}
.plan-unit-column.md.rx-disabled .col-3 {
	width:50%;
}
/** MA **/
.plan-unit-column.ma .col-1 {
	width:29%;
}
.plan-unit-column.ma .col-2 {
	width:38%;
}
.plan-unit-column.ma .col-3 {
	width:33%;
}
.plan-unit-column.ma.rx-disabled .col-1 {
	width:50%;
}
.plan-unit-column.ma.rx-disabled .col-3 {
	width:50%;
}
.plan-unit-column .edit-rx-calc {
	margin:5px 0 0 10px;
}
.plan-unit-column .edit-rx-calc-2 {
	margin:0 0 0 10px;
}
.plan-unit-column li a.column-title {
	display:block;
	margin-bottom:5px;
}
.coverage-highlights li {
	padding-left:17px;
	margin-bottom:5px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/coverage-highlights-yes.gif") left center no-repeat;
}
.coverage-highlights li.none {
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/coverage-highlights-no.gif") left center no-repeat;
}
a.doctor-search {
	float: right;
	margin: 5px 6px 0 0;
	padding-left:22px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/find-doc.gif") left top no-repeat;
}
/** Coverage Included **/
.coverage-included li {
	float:left;
	width:23px;
	height:21px;
	text-indent:-9999px;
	background-image:url("/ehealthinsurance/images_new/medicare/quote-v2/coverage-included-sprite.gif");
	background-repeat:no-repeat;
	margin-right:5px;
}
.coverage-included li.pdc {
	background-position:0 0;
}
.coverage-included li.dc {
	background-position:-29px 0;
}	
.coverage-included li.vc {
	background-position:-57px 0;
}
.coverage-included li.hc {
	background-position:-86px 0;
}
.coverage-included li.cc {
	background-position:-115px 0;
}
/*for popup window icons*/
#facebox ul.coverage-included-2 {
	margin:0 0 10px 0;
}
.coverage-included-2 li {
	width:23px;
	height:27px;
	background-image:url("/ehealthinsurance/images_new/medicare/quote-v2/coverage-included-sprite.gif");
	background-repeat:no-repeat;
	margin-right:0 5px 0 0;
}
.coverage-included-2 li span {
    float: left;
    margin: 2px 0 0 30px;
    width: 250px;
}
.coverage-included-2 li.pdc {
	background-position:0 0;
}
.coverage-included-2 li.dc {
	background-position:-29px 0;
}	
.coverage-included-2 li.vc {
	background-position:-57px 0;
}
.coverage-included-2 li.hc {
	background-position:-86px 0;
}
.coverage-included-2 li.cc {
	background-position:-115px 0;
}
.col-1 ul li { position:relative; }
.blur-img {
	position:absolute;
	left:0;
	display:none;
}
.monthly-cost {
	color:#c04b2a;
	font:normal 21px "Arial";
}
.drug-saving {
	font:normal 21px "Arial";
}
a.calc {
	min-height:17px;
	display: block;
	padding-left:18px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/calc.gif") left center no-repeat;
}
/** Plan Unit Right **/
.plan-unit-right {
	float:right;
	margin:10px 10px 0 0;
}
.plan-unit-right-wrap {
	width:133px;
	height:124px;
	border:3px solid #cadee8;
	background-color:#f3fbff;
}
.plan-unit-right-wrap.eapproval {
	padding:5px 0 0 0;
}
.plan-detail {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
    text-align: center;
}
.enroll-btn {
	width:108px;
	height:34px;
	display:block;
	margin:30px auto;
	text-indent:-9999px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/enroll-btn.gif") left top no-repeat;
}
.select-btn {
	width:108px;
	height:34px;
	display:block;
	margin:30px auto;
	text-indent:-9999px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/select-btn.png") left top no-repeat;
}
.contact-btn {
	width:108px;
	height:34px;
	display:block;
	margin:30px auto;
	text-indent:-9999px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/contact-btn.gif") left top no-repeat;
}
.view-btn {
	width:108px;
	height:34px;
	display:block;
	margin:30px auto;
	text-indent:-9999px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/view-btn.png") left top no-repeat;
}
.plan-unit-right-wrap.eapproval .enroll-btn {
	margin:0 auto 30px auto;
}
.eapproval-banner {
	width:86px;
	height:31px;
	margin:0 auto 15px auto;
	background: url("/ehealthinsurance/images_new/compare_newui/eApproval_pd2.png") left top no-repeat;	
}
.plan-year {
	color:#333;
	text-align:center;
}
/** Plan Unit Bottom **/
.plan-unit-bottom {
	float:left;
	padding-bottom:4px;
	width:525px;
	margin-top:14px;
	border-top:1px solid #eee;
}
.plan-unit-bottom .compare {
    float: left;
    margin: 2px 0 3px;
    overflow: hidden;
    width: 200px;
}
.plan-unit-bottom .compare-wrap {
	border:none;
    color: #636363;
    display: block;
    float: left;
    font: bold 14px/20px arial,helvetica,sans-serif;
    height: 23px;
    width: 169px;
    padding-left: 6px;
	background:#e3f6ff url("/ehealthinsurance/images_new/medicare/quote-v2/plan-unit-compare-bg.gif") left top no-repeat;
	cursor: pointer;
}
.plan-unit-bottom .compare-wrap.on {
	background:url(/ehealthinsurance/images_new/medicare/quotePage/compare-on.gif) no-repeat left top;
	text-indent:-9999em;
	margin-left:4px;
	width:95px;
	border:0;
}
.plan-unit-bottom .compare .compareTool {
    margin: 6px 0 0 4px;
}
.plan-unit-bottom .compare input {
    float: left;
}
.plan-unit-bottom .compare .hotspot {
    cursor: pointer;
    display: inline;
    float: left;
    height: 33px;
    margin: -3px 0 -30px;
    position: relative;
    width: 103px;
}
.plan-unit-bottom .compare input {
    float: left;
}
.compare .hotspot {
    cursor: pointer;
    display: inline;
    float: left;
    height: 33px;
    margin: -3px 0 -30px;
    position: relative;
    width: 103px;
}
/** Section Panel Call Center **/
.section-panel-call-center {
	text-align:center;
	padding-top:8px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/section-panel-call-center-wrap-top.gif") left top no-repeat;
}
.section-panel-call-center-content {
	padding-bottom:10px;
	background: url("/ehealthinsurance/images_new/medicare/quote-v2/section-panel-call-center-wrap-bottom.gif") left bottom no-repeat;
}
.section-panel-call-center span {
	color:#444;
	display:block;
	padding:5px 0;
}
.section-panel-call-center .title {
	color:#001f52;
	font-size:21px;
}
.section-panel-call-center .phone {
	color:#f60;
	font-size:24px;
}
.section-panel-call-center .phone em {
	color:#444;
	font-style:normal;
}
/************************************** Side Bar ****************************************/
.square-4-list li {
	padding-left:10px;
	margin: 10px 0;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/square-4-dot.gif") left 6px no-repeat;
}
.see-more {
	margin-top:15px;	
	padding-left:10px;
	display:block;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/see-more.gif") left center no-repeat;
}

/** Shop By **/
.shop-by {
	margin-top:13px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/shop-by-top.gif") left top no-repeat;
}
.shop-by-heading {
	font-size:14px;
	height:67px;
	padding-left:13px;
	font-weight:normal;
}
.shop-by-heading .top {
	line-height:30px;
	color:#fff;
	display: block;
}
.shop-by-heading .bottom {
	line-height:36px;
	display: block;
	color:#333;
}
.shop-by-heading .bottom strong {
	font-weight:normal;
	color:#f60;
}
.shop-by-content {
	padding-top:15px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/shop-by-bottom.gif") left bottom no-repeat;
}
.shop-by-content h3 {
	font-size: 14px;
    font-weight: bolder;
	padding-left:15px;
	padding-bottom: 5px;
}
.shop-by-content ul {
    line-height: 25px;
    margin-left: 30px;
    padding-bottom: 15px;
}
.shop-by-content ul li span {
	color:#777;
	padding-left:3px;
}
.shop-by-content ul li.active {
	color: #FF6600;
    	list-style-image: url("/ehealthinsurance/images_new/medicare/quote-v2/shop-by-active.gif");
}
.shop-by-content ul li.active a {
    color: #f60;
    text-decoration: none;
}
/** Helpful tools **/
.side-common-heading {
	font:normal 16px/36px "Trebuchet MS";
	margin-bottom:5px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/side-heading-bg.gif") left bottom repeat-x;
}
.helpful-tools > ul > li {
	padding:10px 0 10px 10px;
	background:url("/ehealthinsurance/images_new/medicare/quote-v2/helpful-tools-split.gif") left top no-repeat;
}
.helpful-tools > ul > li.first {
	background:none;
}
.helpful-tools > ul > li.first.edit {
	background-color:#ebf4fd;	
}
.helpful-tools > ul > li div {
	min-height:33px;
	padding-left:34px;
	background-image:url("/ehealthinsurance/images_new/medicare/quote-v2/helpful-tools-icon-sprite.gif");
	background-repeat:no-repeat;
}
.helpful-tools > ul > li .hmc,
.helpful-tools > ul > li .doctor {
	line-height:33px;
}
.helpful-tools > ul > li .calc,
.helpful-tools > ul > li .edit-rx {
	background-position:0 -66px;
}
.helpful-tools > ul > li .calc span {
	display: block;
    	padding-top: 10px;
}
.helpful-tools > ul > li .hmc {
	background-position:0 0;
}
.helpful-tools > ul > li .doctor {
	background-position:0 -33px;
}
.edit-rx ul {
	margin:0 0 5px 15px;	
}
.edit-rx li {
	color:#666;
	list-style:disc;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.edit-rx a {
	display: block;
    margin-left: 15px;	
}
/* Disclaimer */
.biggerText #disclaimer {
	clear:both;
	padding:155px 12px 12px;
}
#disclaimer {
	clear:both;
	padding: 40px 12px 12px;
	}
#statediscliamer {
	clear:both;
	padding: 10px 12px 12px;
	}	
#statediscliamer p{
 padding: 10px 19px;
	}		   
#disclaimer.account-center {
	padding: 0;
	font:14px Arial;
	padding: 20px 15px 10px 15px;
}
#disclaimer.account-center h5 {
	font:bold 14px Arial;
}
#disclaimer.account-center ul{
	padding:0;
}
#disclaimer.account-center li{
	background:url(/ehealthinsurance/images_new/account_center_new/disclaimer-arrow.gif) no-repeat 0 6px;
	padding-left:15px;
	margin-top:12px;
	font:14px Arial;
}
#disclaimer.account-center li img{
	margin-top:-10px;
}
#disclaimer div,#disclaimer p,#disclaimer ul , .notify-me span{
	font-size:14px;
	line-height:20px;
	padding:0px 19px;
}
.notify-me span {
	color:#666;
	font-size:13px;
}
#disclaimer ul {
	list-style-type:disc;
	padding-left:33px;
}
#disclaimer.plan-detail ul{
	padding-left:15px;
}
#disclaimer.account-center ul{
	list-style-type:none;
}
#disclaimer div.legal-title{
	font-weight:bold;
	margin-top:10px;
	padding: 8px 19px;
}
/** No Supply **/
.phone-wrap {
	padding:16px 0 15px 0;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	border:1px solid #afbdcb;
}
.phone-wrap.no-supply b {
	color:#001f52;
	display: block;
	font-size: 17px;
	font-weight: normal;
}
.phone-wrap strong {
	color:#001f52;
	font:bold 21px Arial;
}
.phone-wrap p {
	margin:10px 0 0 0;
	color:#f16408;
	font:bold 24px/32px Arial;
}
.phone-wrap p span {
	color:#444;
	font-weight:normal;
}
.phone-wrap p em {
	color:#444;
	font-style:normal;
	font:normal 15px Arial;
}
/*Policy Form Number*/
.ply-number {
	text-align:right;
	font-size:10px;
	color:#666;
	line-height:3px;
	padding-top: 4px;
	clear:both;
}
.plan-unit .plan-unit-bottom .find-doctor {
	float:left;
	line-height:20px;
}
.plan-unit .plan-unit-bottom .my-doctor {
	color:#BE4C28;
	margin-bottom: -20px;
    margin-top: 5px;
}
.plan-unit .plan-unit-bottom .my-doctor img {
	vertical-align:middle;
	margin:0 5px 0 15px;
}
.plan-unit .plan-unit-bottom .optional-drug-cov {
	color:#4D6273;
	margin-bottom: -20px;
    margin-top: 5px;
    float:right;
}
.plan-unit .plan-unit-bottom .optional-drug-cov img {
	vertical-align:middle;
	margin:0 5px 0 15px;
}
.nav-pipe {
	color:#D6D6D6;
	font-size:85%;
	padding:0 7px;
	display:inline;
}
.medicare-resources {
	margin-bottom:30px;
}
.rx-disabled {
	width: 375px;
	float: right;
}