@charset "utf-8";
/* CSS Document */

div#officesItemsWrapper {}
div#officesItems {}

.regionWraper{ 
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted;
	border-top-color: #6c6c6c; border-bottom-color: #6c6c6c; margin-bottom: 8px;

}
.region {font-size:16px; background-color:#ecf2f4; padding:8px; font-weight:bold; color:#2a4290;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #6c6c6c;
}
.inRegionSeperator {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #6c6c6c;
margin: 8px;
display:inline-block; width:355px;
float:left;
height:1px;
} 

div#CompanyItemWraper {width:360px; padding:4px; display:block; float:left; margin:4px; position:relative;} 

div#CompanyItemWraper .country {font-weight:bold;}
div#CompanyItemWraper h1 {margin:0px; font-size:16px; padding-top:4px;} /* company name */
div#CompanyItemWraper .address {}
div#CompanyItemWraper .phones { margin-top:4px;}
div#CompanyItemWraper .fax {}
div#CompanyItemWraper .email { margin-top:4px;}
div#CompanyItemWraper .email a { font-weight:bold; text-decoration:none; }
div#CompanyItemWraper .email a:hover {text-decoration:underline;}
div#CompanyItemWraper .map { font-size:10px; }
div#CompanyItemWraper .map a{ font-weight:bold; text-decoration:none; }
div#CompanyItemWraper .map a:hover {text-decoration:underline;}
div#CompanyItemWraper .site { margin-top:4px;}
div#CompanyItemWraper .site a { font-weight:bold; text-decoration:none; }
div#CompanyItemWraper .site a:hover {text-decoration:underline;}


div#noItemsToshow{}



