/*-------------- PLANS TITLES ----------------*/
#hostplan {
	width: 230px;
	height: 120px;
	background: url(../images/tl_host.png) no-repeat center top;
}
#microplan {
	width: 260px;
	height: 130px;
	background: url(../images/tl_micro.png) no-repeat center top;
}
#shopplan {
	width: 235px;
	height: 110px;
	background: url(../images/tl_shop.png) no-repeat center top;
}
#premiplan {
	width: 268px;
	height: 110px;
	background: url(../images/tl_premium.png) no-repeat center top;
}
#basicoplan {
	width: 250px;
	height: 110px;
	background: url(../images/tl_basico.png) no-repeat center top;
}

/*---------  DETAILS ---------*/
.dtitler {
	font-size: 1.2em;
	font-weight: bold;
	color: #700;
	position: absolute;
	top: -40px;
	right: -40px;
	text-indent: -9999px;
	z-index: 4;
}
.plandetails {
	position: relative;
	width: 28%;
	text-align: left;
	font-size:0.8em;
	margin:15px;
	float: left;
	padding-top: 30px;
	}
.detailsbox {
   width: 90%;
	padding: 30px 20px;
	font-size: 1em;		
	background: #FFF;
	border:1px dotted #CCC;
	}
.detailtext {
	width: 100%;
	font-size: 1em;
	margin: 5px;
	padding-left:5px;
}
.detailsbox ul li{
list-style-type: square;	
	}