
#progressBar, #payment #progressBar, #done #progressBar, #details #progressBar  { 
	background-color:#ccc; 
	background-image: none; 
	width:100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 0;
	margin-bottom: 30px;	
	}
	
#progressBar li, #payment #progressBar li, #done #progressBar li, #details #progressBar li{ 
	display: block;
	float:left; 
	color: #616161;
	font-size: .8em; 
	margin-right: 20px;
	}
	
.number {
	background-color: #ccc;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	padding: 5px 11px;
	border: 1px solid #c5c5c5;
	font-size: 1.7em;
	color: #616161; 
	
}	

.progText { font-weight:700; }

.selected .number {
	background-color: #d30f8b;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	padding: 5px 11px;
	border: 0px;
	font-size: 1.7em;
	color: #fff; 
	
}	

.selected .progText { color:#d30f8b;  }

#mainContent {	margin:20px 0 0 0; }
#rightCol {	margin:20px 0 0 0; }

#progressBar li .selected { color:#d30f8b; }

#cta { padding-bottom:10px; }
	
	
#quotePodActive .quotePrice li:nth-child(2) {
 font-size:3em;
 font-weight:700;
 margin-bottom:10px;
}
 #quotePodActive .quotePrice li:nth-child(4) {
 font-size:1.5em;
 font-weight:700;
}	

#totalPrice { width:95%; }
#totalPrice h1 { margin: 0 -3.5% 0; }	
#monthlyPrice { position:absolute; top:86px; left:46%; color:#bbb; }
#monthlyPricePay { position:absolute; top:40px; right:2%; color:#bbb; }

#annualPrice li:nth-child(2) {
 /*font-size:4em;*/
 font-weight:700;
 margin-bottom:10px;
}
#monthlyPrice li:nth-child(2), #monthlyPricePay li:nth-child(2) {
 font-size:2em !important;
 font-weight:700;
 margin-bottom:12px;
}

#summaryData {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #999;
	padding:1.5%;
	width:25%;
	position:absolute;
	top: 58px;
	right:2%;
	color:#333;
	font-size:0.8em;
}

#summaryData ul, #summaryData h1 {
		background:url(images/deco_divider.gif) bottom repeat-x;
		padding:0 12px 12px;
		margin: 0 -1.5% 0; 
		}

#payment #rightCol { float:none; }
#payment #mainContent { float:none; width:96%; }

#crossSell .crossSellItem h1 { font-size:0.6em; font-weight:700;  }

.crossSellCTA { 
	color:#FFF;
	padding:6px 10px;
	font-size:0.7em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#pod_yourDetails h1 {
	font-size:.7em;
}

.printMedical {top:38px;}




















