/* LISING */
#companies {
	margin:0px;
	float:left;
	display:block;
	width:554px;
	background-color:#f00;
}
#companies .left_bar {
    width:60px;
    float:left;
	text-align:center;
}
#companies .left_bar div {
	width:60px;
	height:60px;
	background-image:url(/domains/foodcenter.nl/images/pijl_groot.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#companies .listing {
    float:left;
	width:420px;
	min-height:500px;
	padding:10px;
	background-color:#fff;
}
#companies .right_bar {
	display:none;
/*
	background-color:#f00;
	width:40px;
    height:100px;
    float:left;
*/
}

#companies .title_app {
	color:#000;
/* 	letter-spacing:-1px; */
	font-size:150%;
	line-height:normal;
}
#companies .title_cat {
	color:#000;
/* 	letter-spacing:-1px; */
	font-size:140%;
	line-height:normal;
	padding-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#companies .head {
	width:100%;
	float:normal;
	display:block;
}

#companies .results {
    float:left;
	width:400px;
}
#companies .minimal_height {
    float:right;
	height:600px;
	width:1px;
	clear:right;
}

#companies .line {
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	clear:both;
	vertical-align:center;
}

#companies div.dot {
    float:left;
	width:10%;
}
#companies div.dot div {
	width:14px;
	height:14px;
	padding:0px;
	display:block;
	background-color:#f00;
	vertical-align:middle;
	text-align:center;
	background-image:url(/domains/foodcenter.nl/images/pijl_klein.png);
	background-repeat:no-repeat;
	background-position:middle center;
}
#companies div.company_name {
	float:left;
	display:block;
	width:65%;
}
#companies div.phone {
	float:left;
	display:block;
	width:25%;
}
#companies div.location {
/* 	float:left; */
	display:none;
/* 	width:20%; */
}

#companies div a {
	color:#000;
}


/* hide stuff we don't want in this listing... */
#companies strong {
	display:none;
}
#companies hr {
	display:none;
}

#companies .head {
	display:none;
}
/*
#companies .head .dot img {
	display:none;
}
#companies .head .dot div {
	background-color:inherit;
}
*/



/* COMPANY DETAIL PAGE */
#company {
	margin:0px;
	float:left;
	display:block;
	width:845px;
	background-color:#f00;
}

#company .topbar {
	height:60px;
	background-color:#fff;
	clear:both;
	margin-bottom:10px;
}

#company .topbar .arrow {
	float:left;
	background-image:url(/domains/foodcenter.nl/images/pijl_groot.png);
    background-position:middle center;
    background-repeat:no-repeat;
	width:60px;
	height:60px;
	background-color:#900;
}
#company .topbar .title_cat {
	float:left;
	color:#000;
/* 	letter-spacing:-1px; */
	font-size:140%;
	line-height:normal;
	padding-left:15px;
	padding-top:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#company .topbar .arrow_down {
	float:right;
	background-image:url(/domains/foodcenter.nl/images/pijl_down.png);
    background-position:middle center;
    background-repeat:no-repeat;
	width:60px;
	height:60px;
	margin-left:20px;
	margin-right:10px;
	background-color:#900;
}

#company .info {
	font-size:12px;
	line-height:150%;
	float:left;
	width:560px;
	min-height:300px;
	background-color:#fff;
	padding:10px;
}
#company .info img {
	border:0px;
}
#company .info .minimal_height {
    float:right;
	height:500px;
	clear:right;
}

#company .rightbar {
	width:240px;
	float:right;
	text-align:right;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
}

#company .rightbar .name {
	font-size:16px;
	font-weight:bold;
	line-height:130%;
}
#company .rightbar .location {
	font-size:16px;
	font-weight:bold;
	line-height:130%;
}

#company .rightbar .location_prefix {
	font-size:12px;
/* 	font-weight:bold; */
	line-height:130%;
}

#company .rightbar a {
	color:#fff;
}
#company .rightbar .logo {
	background-color:#fff;
	padding:5px;
}
#company .rightbar .logo img {
	clear:both;
}
#company .rightbar .map {
	margin-top:5px;
	margin-bottom:5px;
}
#company .rightbar .map img {
	border:0px;
/* 	border:1px solid #000; */
}
#company .rightbar .address_block {
	font-size:14px;
	line-height:130%;
}
#company .rightbar .opened {
	padding-top:15px;
	font-size:14px;
}


#company .default_company {
	width:549px;
	margin-left:auto;
	margin-right:auto;
}
#company .default_company .company_name {
    font-family:verdana,sans-serif;
	text-align:right;
	padding:15px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	font-variant:small-caps;
}