/*
 * CSS for the Dobson "Build Your Plan" app
 */

h2{
	padding:5px;
	cursor:pointer;
}
h2.selected{
	background-color:#00AFEF;
	color:#FFF;
}

h3.title{
	cursor:default;
	color:#000;
	background-color:#F0F0F0;
	padding:2px 5px;
	width:100%;
}

#svcPkgs, #svcItems{
	float:left;
	clear:none;
}

#svcPkgs{
	width:165px;
	padding:0 10px 10px;
	margin:0 25px 0 0;
	border:solid 1px #E0E0E0;
}

#svcItems{
	width:200px;
	padding:0 10px 10px;
	border:solid 1px #E0E0E0;
}

#svcPkgs div.unsel, #svcItems div.unsel{
	color:#707070;
	font-weight:bold;
	font-size:8pt;
	background-color:transparent;
	padding:5px;
}

#svcPkgs div.selected, #svcItems div.selected{
	color:#FFF;
	font-weight:bold;
	font-size:8pt;
	background-color:#00AFEF;
	padding:5px;
}

#svcPkgs div.svc{
	cursor:pointer;
	margin:3px 0;
}

#svcItems div.svc{
	cursor:pointer;
	margin:3px 10px;
}

#svcItems h3{
	cursor:pointer;
	width:100%;
	margin:15px 0 0;
}

#summaryarea{
	width:100%;
	float:none;
	clear:both;
	padding:20px 0 10px 10px;
}

#disclaimer{
	font-size:8pt;
	color:#999;
	font-style:italic;
}

#smallSummary{
	position: absolute;
	margin: 60px 0 0 382px;
	width: 135px;
	border: dotted 1px #B3DCEC;
	padding: 15px 3px 13px;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	background-color: #FCFCFC;
	letter-spacing: -1px;
}

#smallSummary a{
	font-size: 7pt;
	letter-spacing: 0;
}

