div.plan{
	background: url(../images/plan/plan-bg.png) no-repeat top left;
	width: 220px;
	height: 186px;
	padding-top: 14px;
	float: left;
	margin: 0 30px 30px 40px;
	position: relative;
	cursor: default;
	color: white;
}
div#ultimate-vps {
	margin-right: 0px;
	margin-left: 25px;
}
div.plan div.plan-title{
	text-align: center;
	font-size: 16px;
	text-shadow: black -1px -1px 0;
	color: white;
}
/* .order-link is used when the loading animation is triggered
 * .price is used everywhere else
 */
div.plan div.price{
	text-align: center;
	position: absolute;
	right: 9px;
	bottom: 10px;
	font-size: 16px;
	width: 125px;
	height: 20px;
	float: none;
	line-height: 20px;
	text-shadow: black 0px -1px 0;
}

div.plan div.price a{ display: block; color: #E4E9E9; }

 div.plan div.order-link a:hover{ text-decoration: none; }

div.plan ul.plan-specs{
	margin: 19px 0 0 35px;
	width: 200px;
	font-size: 9pt;
	color: black;
	line-height: 12pt;
	padding: 0;
}
div.plan ul.plan-specs li{
	margin: 5px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	background: none;
	font-size: 12px;
	color: black;
	line-height: 22px; /*centers the text to the icon */
}
div.plan ul.plan-specs li img{
	border: none;
	vertical-align: top;
	margin-left: 3px;
}
div.plan ul.plan-specs li img.icon{
	display: inline;
	margin-right: 4px;
}
div.plan ul.plan-specs li span {
	display: block;
}
div.plan div#support-plus-button{
	position: absolute;
	z-index: 5;
	width: 50px;
	height: 50px;
	top: 15px;
	left: 274px;
}
div.plan div.plan-image{
	position: absolute;
	bottom: -10px;
	left: -35px;
}
div.dedicated-left {
	margin-right: 30px;
}
div.dedicated-right {
	margin-right: 0px;
}

div.plan div.sharedhosting-image, div.plan div.dedicated-image{
	background: url(../images/plan/sharedhosting-image.png) no-repeat top left;
	width: 75px;
	height: 128px;
}
div.plan div.onlineradio-image{
	background: url(../images/plan/onlineradio-image.png) no-repeat top left;
	width: 90px;
	height: 120px;
}
div.plan div.vps-image{
        background: url(../images/plan/vps-image.png) no-repeat top left;
        width: 120px;
        height: 120px;
        left: -55px;
        position: absolute;
        bottom: -15px;
}
div.nosp {
	position: absolute;
	line-height: 10px;
	bottom: -8px;
	right: -1px;
	text-align:center;
	padding: 0 5px;
	font-size: 10px;
}
