
@font-face {
	font-family: marketSansLight;
    src: url(../fonts/MarketSans-Light.ttf);
    font-family: marketSansReg;
    src: url(../fonts/MarketSans-Regular.ttf);
}
body {
	font-family: marketSansLight, sans-serif;
	background-color:#f0eeec;
	color:#555;
}
#container {
	max-width: 1200px;
	margin:0 auto;
}
header {
	border: 0px solid blue;
	width: 960px;
	height: 58px;
	margin: 0 auto;
}
.selection {
	border: 0px solid red;
	box-shadow: 0 1px 5px #cacaca;
 	width: 100%;
 	height: 82px;
 	margin-top: 8px;
 	background-color: #fff;
 	position: relative;
 	z-index: 666;
 	clear:both;

}
.selection .square {
	border:0px solid #ccc;
	width: 50px;
	height: 50px;
	float:left;
	margin: 16px;
}
.content {
	border: 0px solid green;
	background-color:#FFF;
	width: 944px;
	height: 1092px;
  	margin:0px auto;
  	padding: 0;
}
.leftColumn {
	border-right: 1px solid #ccc;
 	width: 582px;
 	background-color: #fff;
 	/*display: inline-block;*/
 	float: left;
 	clear:both;
}
.leftColumn h2 {font-size:24px;padding:24px 0 16px 16px;}
.leftColumn p {font-size: 16px;}
.leftColumn p.showing {font-size: 14px;padding: 0 0 10px 16px;}
.installerCard {
	border-bottom: 1px solid #eee;
	padding:16px;
	font-size: 13px;
	position: relative;
}
.installerCard.active {
	border-top:0px solid #ddd;
	border-bottom:0px solid #ddd;
	border-left:2px solid #398cf9;
	background-color: #f8f7f6;
	box-shadow: 0 1px 2px #aaa;
}
.installerCard .selected {
	background-color: #398cf9;
	width: 2px;
	height:211px;
	position: absolute;
	top:0;
	left:0;
	display: none;
}
.installerCard .cardImage {
	float:left;
}
.installerCard .cardImage p {
	font-size:10px;
	text-align: center;
}
.installerCard .cardContent {
	margin-left:79px;
	/*display: inline-block;*/
}
.installerCard .cardContent h3 {
	color:#000;
	font-size: 16px;
	padding:8px 0 8px 0;
}
.installerCard .cardContent p {
	font-size: 13px;
	line-height: 1.5em;
}
.installerCard .cardCost {
	text-align: right;
	float:right;
}
.installerCard .cardCost .euros {color:#000;font-size:16px;padding-bottom: 12px;}
.installerCard .cardCost .distance {font-size:14px;}
.installerCard table {
 	margin: 24px 0 8px 79px;
 	line-height: 1.5em;
}
.rightColumn {
 	width: 361px;
	float:right;
	position: relative;
}
.map {
	background-image:url(../images/map-image.png);
	max-width: 100%;
	height: 295px;
	position: relative;
	top:0;
	left:0;
}
.subTotal {
  max-width: 100%;
  height: 330px;
  background-color: #fff;
  padding: 24px 16px;
}
.subTotal p {color:#555;font-size: 13px;padding:8px 0;}
.subTotal table {width: 100%;}
.subTotal table tr td {
	font-size: 17px;
	color:#333;
	padding:8px 0;
}
.subTotal table tr td:nth-child(2) {text-align: right;}
.subTotal table tr td.total {color:#000;font-size: 20px;}

.oval {
	border-radius: 100%;
  	width: 30px;
  	height: 30px;
  	background-color: #7fb6fd;
  	color:#fff;
}
.oval.active {
	background-color: #006efc;
 	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
}
.oval.hoverState {
	background-color: #006efc;
}
.oval p {
	color:#fff;
	padding-top:8px;
	text-align: center;
}
.oval.one {position: absolute;top:142px;left: 166px;}
.oval.two {position: absolute;top:96px;left: 240px;}
.oval.three {position: absolute;top:210px;left: 130px;}
.oval.four {position: absolute;top:64px;left: 80px;}
a {
	color:#0064d2;
	text-decoration: none;
	font-size:15px;
}
a:hover {text-decoration: underline;}

button {
	width: 271px;
	height: 48px;
	border: 0;
	border-radius: 3px;
	background-color: #006efc;
	color:#fff;
	font-size: 16px;
	margin:48px auto 16px;
	display: block;
}
button:focus {outline:0 !important;}
button:hover {
	background-color: #f2f2f2;
    color: #000;
}
button:active {
	background-color: red;
	color:#FFF;
	box-shadow: 0 0 0;
}
.inactive {
	background-color: #f2f2f2;
	color:#ccc;
}
hr {width:550px;margin:0 auto;color: #000;opacity: .12;}

