div.enter_coding {	
	position: absolute;
	top: 125px;
	left: 0px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	text-align: right;
	width: 215px;
	background-color: #f1f2f6;
	z-index: 2;
	padding-right: 5px;
}
div.enter_hosting {
	position: absolute;
	top: 147px;
	left: 0px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	text-align: right;
	width: 215px;
	z-index: 3;
	padding-right: 5px;
}

div.enter_line_coding {
	position: absolute;
	left: 0px;
	top: 114px;
	height: 30px;
	border-bottom: 1px solid #0df913;
	width: 100%;
}
div.enter_line_hosting {
	position: absolute;
	left: 0px;
	top: 136px;
	height: 30px;
	border-bottom: 1px solid #07cdfc;
	width: 100%;
}

div.enter_coding a.enter_coding_link {
	font-size: 16px;
	font-weight: bold;
	color: #656565;
}
div.enter_hosting a.enter_hosting_link, div.enter_hosting span.enter_hosting_link {
	font-size: 32px;
	font-weight: bold;
	color: #343434;
	line-height: 5px;
}

div.link_block, div#link_block {
	width: 35px;
	height: 5px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}
div.image_link {
	width: 20px;
	height: 5px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer;
	overflow: hidden;
}
div.image_link_selected {
	width: 15px;
	height: 2px;
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	cursor: pointer;
	overflow: hidden;
}

table.pricing {
	width: 100%;
	border-collapse:collapse;
}
table.pricing th {
	border: 0px solid #555;
	padding: 5px;
	text-align: left;
}
table.pricing td {
	border: 1px solid #555;
	padding: 5px;
	text-align: left;
}
table.pricing td.feature {
	text-align: left;
}
table.pricing td.pricing_costs {
	text-align: left;
}
table.pricing td.pricing_costs_headline {
	text-align: left;
}
