@charset "UTF-8";
/* CSS Document */
.list

 {
	border: 1px solid #CCCCCC;
	margin: 5px 0 5px 0;
	padding: 0 0.4em 0.2em 0.4em;
	background: #EEE;
	position: relative;
}
.level3
 {
	border: 1px solid #83B384;
	background: #ACE8AA;
}
.list IMG {
	border: 1px solid #BBB;
	margin: 0 0 0 5px;
}
.list .org_Company_Name {
	font-weight: bold;
}
.list .quickLinks {
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 0;
	width: 100px;
	height: 3em;
}
.list  .quickLinks  a {
	display: block;
	padding-left: 20px;
	line-height: 18px;
}
.list .quickLinks a.whats {
	background: url(../images/question.gif) no-repeat left 3px;
}
.list .quickLinks .www {
	background: url(../images/w.gif) no-repeat left 3px;
}
.list .quickLinks .email {
	background: url(../images/at.gif) no-repeat left 3px;
}
.list .quickLinks .map {
	background: url(../images/m.gif) no-repeat left 3px;
}
a.companyNav {
	color:#003300;
	margin: 0 0 0 15px;
	display:list-item;
	list-style:outside;
	list-style-type:square;
}

a.companyNavHor {
	color:#003300;
}
