
div#paragraph {width:370px;margin:0 auto;text-align:left}
a {color:#aaa;text-decoration:none;cursor:pointer;cursor:hand}
a:hover {color:#000;text-decoration:none;}
.clear {clear:both}


/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:12px;
	width:250px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(../img/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	text-align:left;
	background-color:#000;
	padding:5px 8px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(../img/tipFooter.gif) no-repeat;
}
	
.price_title{
	padding: 5px 0;
	width: 125px;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #3B2931;
	text-align: center;
	
}

.price_plan1{
	padding: 5px 0;
	font-weight: bold;
	background-color: #DEDAD3;
	text-align: center;
	
}

.price_plan2{
	padding: 5px 0;
	font-weight: bold;
	background-color: #E0D4D9;
	text-align: center;
	
}

.price_category{
	padding: 2px 0 2px 10px;
	font-weight: bold;
	background-color: #604C55;
	text-align: left;
	color: #FFFFFF;
}

.price_spec_title{
	padding: 2px ;
	font-weight: bold;
	background-color: #F7F7F7;
	text-align: center;
}

.price_spec_title a{
	text-decoration: underline;
}

.price_spec_cont2{
	padding: 2px ;
	background-color: #F7F7F7;
	text-align: center;
}

.question_icon{
	border:0;
	padding: 0 2px;
}

