.leftside {
	width: 610px;
	float: left;
}

.rightside {
	width: 330px;
	float: left;
	margin-left: 10px;
}

.leftside .vps {
	float: left;
	padding-top: 30px;
	width: 212px;
}

.rightside .box p, .rightside .box2 p {
	font-size: small;
	margin-bottom: 10px;
	padding: 5px;
}

.rightside .box2 p {
	font-size: 90%;
}

.rightside .box {
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	margin-bottom: 20px;
	padding: 10px 0px;
	height: auto;
	overflow: visible;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rightside .box2 {
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	padding: 10px 0px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rightside .box2 ul li {
	font-size: smaller;
	font-weight: bold;
	padding-left: 10px;
	list-style: inside url("/images/arrow_right.png");
}

.rightside .box h3, .rightside .box2 h3 {
	background: url(/images/bar-orange.png);
	color: #ffffff;
	text-align: center;
	font-size: medium;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}

.rightside .box h4, .rightside .box2 h4 {
	padding-top: 5px;
	padding-left: 5px;
	cursor: pointer;
	font-size: smaller;
}

.rightside .box ul li {
	list-style-type: none;
}

.rightside .box ul li .answer {
	padding: 5px 20px 0px 20px;
	font-size: smaller;
	text-align: justify;
}

.rightside .box a {
	text-decoration: none;
	color: #4169E1;
}

.rightside .box a:visited {
	color: #4169E1;
}

.rightside .description {
	position: relative;
}

.labels ul li, .personal ul li, .business ul li {
	padding: 2px 10px;
	border-bottom: 1px solid #bbbbbb;
	list-style: none;
	line-height: 20px;
	height: 20px;
}

.personal ul.items li {
	background: #B2EE58;
}

.business ul.items li {
	background: #76A6D7;
}

.leftside .labels ul li img {
	cursor: pointer;
	vertical-align: middle;
}

.leftside .personal img, .leftside .business img {
	vertical-align: middle;
}

.personal ul li, .business ul li {
	text-align: center;
}

.personal h2, .business h2 {
	position: absolute;
	left: -999em;
}

.labels {
	float: left;
	width: 200px;
	margin-right: 10px;
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	font-size: small;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
	border-radius: 10px;
	padding: 10px 0px;
}

.personal {
	float: left;
	width: 185px;
	margin-right: 10px;
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	font-size: small;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0px;
}

.business {
	float: left;
	width: 185px;
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	font-size: small;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0px;
}

.labels ul li {
	font-weight: bold;
}

.personal .header, .business .header {
	padding-left: 5px;
}

.personal h3, .business h3, .labels h3 {
	font-size: medium;
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: white;
}

.personal h3 {
	background: green url(/images/bar-green.png);
}

.business h3 {
	background: blue url(/images/bar-blue.png);
}

.labels h3 {
	background: grey url(/images/bar-darkgray.png);
}

.price {
	font-size: medium;
	font-weight: bold;
	color: maroon;
}

.order {
	text-align: center;
	margin: 10px 10px 0px 10px;
	color: #FFFFFF;
}

.order a {
	color: #FFFFFF;
	display: block;
	width: 165px;
	padding: 2px 0px;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: white url(/images/bar-darkgray.png);
	border: 1px solid #bbbbbb;
}

.order a:link {
	color: #FFFFFF;
}

.order a:hover {
	color: yellow;
}

.order a:visited {
	color: white;
}

.toggle {
	font-size: smaller;
	text-align: justify;
}

#list {
	font-size: smaller;
}

#list p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.rightside .box2 ul li.addons {
	font-weight: normal;
}

.server-icon {
	display: inline;
	float: left;
	height: 32px;
	width: 32px;
	margin: 5px 5px;
	background: transparent url("/images/32x32-server.png") no-repeat scroll 0 0;
}

.include-icon {
	display: inline;
	float: left;
	height: 32px;
	width: 32px;
	margin: 5px 5px;
	background: transparent url("/images/32x32-controlpanel.png") no-repeat scroll 0 0;
}

.addon-content {
	display: inline-block;
	float: left
}

.addon-image {
	display: inline-block;
	background: transparent url("/images/64x64-software.png") no-repeat scroll 0 0;
	height: 64px;
	width: 64px;
	margin: 0px 5px 0px 10px;
}

