/*
Company styling
J-P Stacey
2005-12-05
*/

/* Page boxes */
.box.grey {
	clear: both;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	padding: 0 14px;
	overflow: hidden;
	position: relative;
	width: auto;
	background-color: #f7f7f7;
	border-color: #ebebeb;
}

.box.topandtail {
	padding-top: 14px;
	padding-bottom: 14px;
}

.home-column {
	width: 360px; /* 380px; */
	float: left;
	margin: 0px !important;
	padding: 0 !important;
}

.left-column {
	padding-right: 20px !important;
	clear: left;
}
.right-column {
	padding-left: 20px !important;
}

.box.half {
	margin: 10px 0 !important;
	clear: both;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
}

/* Convolution, to get the between-column separation in the ul's */
.box.half h2 {
	padding-left: 3px;
	padding-right: 3px;
}

.box.half, .box.half h2, .company-children {
	width: 338px !important;
}

.box.half h2 {
	line-height: 120%;
}

.company-children {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.company-children li {
	float: left;
	width: 134px;
	padding-bottom: 5px;
	margin: 0 7px;
}

.child-contact .name, .address-firstline {
	font-weight: bold;
}
.child-contact .jobtitle {
	color: #adb81c;
}

/* Outlets */
#company-children-outlet-ul .noprint {
	font-size: 0.8em;
	line-height: 140%;
}
#company-children-outlet-ul li {
	width: 130px;
	border: solid 1px white;
	padding: 0 0 0 10px;
	background-position: 2px 6px;
}

.outlet-highlighted {
	background-color: #fcffec;
	border-color: #b2be2e !important;
}

/* Google Maps */
map area {
	width: 50px !important;
}

.noprint .postcode {
	font-weight: bold;
}

#company-google {
	float: right !important;
	width: 375px;
	height: 0px;
	clear: none;
}

#companyDetailsContainer {
	width: 99.5%;
	overflow: hidden;
}

.right-column {
	float: right;
	margin: 0;
}

.left-column {
	float: left;
	width: 350px ;
	padding: 0 !important;
}

#companyDetailsContainer .left-column .green {
	width: 330px;
	margin: 12px 0 0 0;
}
