#map-center{
    margin: 0 auto 10px auto;
}

#map-left{
    float:left;
    width:350px;
}
#map{
    border:1px solid #DFDFDF;
}
#company-desc {
    float:left;
    text-align:center;
    width:220px;
    margin-left:10px;
    font-size:12px;
    padding-top:40px;
    font-weight:bold;
}

#company-search-bloc {
	margin: 0;
	padding: 0;
	position: relative;
}

#company-search {
    color: #918D8E;
    /* text-align:center; */
}

#company-search input {
    color: #918D8E;
    border: none;
    background-color: #E8ECED;
    margin-right: 7px;
    font-size: 13px;
}

#company-search input.button {
    background-color:#918D8E;
	color:white;
	font-weight:bold;
	height:20px;
	margin-right:0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	#top: 1px;
	width:90px;
}
.part_list {
	width: 583px;
}

.part_list li {
	background-image: url(/images/frontend/list-bg.png);
	background-repeat: repeat-x;
	height: 72px;
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border-top: 1px solid #DFDFDF;
	border-collapse: collapse;
}

.part_list img {
	position: absolute;
	top: 4px;
	left: 10px;
}

.part_list .price {
	position: absolute;
	top: 10px;
	right: 10px;
}

.part_list .reference {
	color: #CC0000;
}

.part_list a.description {
	display: block;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.part_list a.remove {
	position: absolute;
	top: 30px;
	right: 10px;
}
#leftSearch input{
    margin-top: 0px;
}
/* Filtrage d'univers */
#result_company { margin-top: 10px; }
#filterTitleUnivers {
	display:inline;
	font-size:110%;
	font-style:italic;
	margin-right:10px;
}
form#filterUnivers, #filterUnivers input{ margin: 0; padding: 0; }
form#filterUnivers {
	text-align: left;
}
#filterUniversUL {
	display: inline;
	/*
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	*/
}
#filterUniversUL li{
	display: inline;
	margin-right: 10px;
}
#filterUniversUL label{
	border-bottom:2px dotted black;
	color:#CC0000;
	font-size:110%;
	font-weight:bold;
	margin-left:10px;
}

.company_equipment_category {
	position: absolute;
	left: 20px;
	top: 10px;
}

.company_equipment_category li {
	background-image: none;
	border-collapse:collapse;
	border-top:none;
	height:20px;
	overflow:hidden;
	text-align:left;
	font-weight: bold;
	color:#CC0000;
}

.company_backlink {
	background: transparent url(/images/frontend/previous.png) no-repeat
		scroll left top;
	color: #CC0000;
	padding-left: 25px;
	height: 20px;
	line-height: 17px;
	float: right;
	margin-right: 35px;
	position: relative;
	top: -10px;
}

.company_type {
	color:#CC0000;
	font-weight:bold;
	position:absolute;
	right:20px;
	top:29px;
}
