/**
 * webstekker.nl/dedicated_servers
 *
 * @author miesjel@rhdl.nl
 */

#left {
	position: relative;
}

#left .column.span3 #lead-in {
	height: 395px;
}

/* Subsection specifics */

.home #splash {
	left: 580px;
	top: 160px;
}
.home #lead-in #head p {
	width: 535px;
	font-size: 102%;
}


.sla #left .inset-right {
	width: 50%;
	margin-left: 25px;
}

.backups #left .inset-right {
	width: 360px;
	margin-left: 15px;
}
.backups #left .inset-right img {
	margin-right: 15px;
}

.extras #left h4 {
	margin-top: 1em;
	color: #ff6414;	
}
.extras #left table.overview {
	width: 100%;
}
.extras #left table.overview .label {
	width: 350px;
}
.extras #left table.overview .symbol {
	width: 5px;
}
.extras #left table.overview .price {
	width: 5px;
	padding-left: 0;
}

#left #price-calc {
	position: absolute;
	left: 685px;
	top: 210px;
	width: 250px;
	border: 2px solid #ff6414;
}
#left #price-calc th {
	color: white;
	background-color: #ff6414;
	padding: .4em;
	text-align: center;
}
#left #price-calc .label {
	width: 120px;
}

#left #input-notes {
	height: 130px;
}


/* sIFR */ 

.sIFR-hasFlash .extras #left h4 {
	margin-top: 1em;
}