@font-face {
	font-family: 'DINRegular';
	src: url('fonts/din-webfont.eot');
	src: local('☺'), url('fonts/din-webfont.woff') format('woff'), url('fonts/din-webfont.ttf') format('truetype'), url('fonts/din-webfont.svg#webfontfDofqUfX') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINLightRegular';
	src: url('fonts/din-light-webfont.eot');
	src: local('☺'), url('fonts/din-light-webfont.woff') format('woff'), url('fonts/din-light-webfont.ttf') format('truetype'), url('fonts/din-light-webfont.svg#webfontIMM8BgZL') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 62.5%;
	line-height: 1.3em;
	color: #717073;
	font-family: "DINRegular", Helvetica, Arial, Verdana, Sans-Serif;
}
form label, form input, form textarea {
	font-family: "DINRegular", Helvetica, Arial, Verdana, Sans-Serif;
}
a {
	text-decoration: none;
	color: #717073;
}
p {
	font-size: 1.3em;
}
/* @group geral */
.clear {
	clear: both;
}
span.clear {
	display: block;
}
.hide {
	display: none;
}
strong, .bold {
	font-weight: bold;
}
.relative {
	position: relative;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.noscript {
	background: #FFFFE1 url(/_img/static/warning.jpg) no-repeat 5px 2px;
	color:#000;
	font-size:13px;
	line-height:25px;
	padding:0 40px;
}
/* @end */
/* @group structural */
#pageWrapper {
	min-width: 940px;
	position: relative;
	margin-bottom: 20px;
}
#header {
	position: relative;
	overflow: hidden;
}
#header .content {
	width: 940px;
	height: 220px;
	margin: 0 auto;
	position: relative;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 35px 0 40px 0;
	border-bottom: 1px dotted #717073;
}
#footer {
	width: 940px;
	margin: 0 auto;
}
#footer > div {
	width: 220px;
	float: left;
	margin-right: 20px;
}
#footer > div.last {
	margin-right: 0;
}
#talkWithUsForm input[type="submit"] {
	padding: 0;
	width: 58px;
	height: 29px;
	border: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../_img/buttons/submit.png) no-repeat;
}
.en #talkWithUsForm input[type="submit"] {
	background: url(../_img/buttons/submit_en.png) no-repeat;
}
.colLeft {
	width: 460px;
	float: left;
}
.colRight {
	width: 460px;
	float: right;
}
.colRight .colLeft {
	width: 220px !important;
	float: left;
}
.colRight .colRight {
	width: 460px !important;
	float: right;
}
/* @end */
/* @group header */
#header h1 {
	background: url(../_img/static/headerLogo_pt.jpg) no-repeat;
	width: 220px;
	height: 220px;
}
.en #header h1 {
	background: url(../_img/static/headerLogo_en.jpg) no-repeat;
}
#header h1 a {
	display: block;
	height: 220px;
	text-indent: -9999px;
}
#header .mainMenu {
	background: #3F3E40;
}
#header .smallContacts {
	position: absolute;
	top: 20px;
	right: 0;
	color: #FFF;
	font-size: 12px;
}
#header .smallContacts a {
	color: #FFF;
}
#header .smallContacts .location {
	background: #0088B2;
	padding: 0 2px;
}
#header .smallContacts ul li {
	display: inline-block;
	padding-right: 4px;
	margin-right: 3px;
	font-size: 12px;
	line-height: 11px;
	border-right: 1px solid #FFF;
}
#header .smallContacts ul li.last {
	padding: 0;
	margin: 0;
	border: none;
}
#header .langs {
	bottom: 15px;
	position: absolute;
	right: 0;
}
#header .langs ul {}
#header .langs li {
	border-right: 1px solid #FFF;
	display: inline-block;
	font-size: 12px;
	line-height: 11px;
	margin-right: 3px;
	padding-right: 4px;
}
#header .langs li.last {
	border-right: none;
}
#header .langs a {
	color: #FFF;
}
#header .langs a.active {
	color: #0088B2;
}
#header h3 {
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 519px;
	height: 122px;
	text-indent: -9999px;
}
.pt #header h3 {
	background-image: url(../_img/backgrounds/about_pt.png);
}
.en #header h3 {
	background-image: url(../_img/backgrounds/about_en.png);
	width: 566px;
	height: 118px;
}
#header h3 a {
	height: 29px;
	width: 170px;
	display: block;
	right: 0;
	bottom: 3px;
	position:absolute;
}
#header .leftBg {
	top: 0;
	left: -9999%;
	right: 940px;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: url(../_img/backgrounds/headerLeft.png) repeat-x top right;
}
#header .rightBg {
	top: 0;
	left: 220px;
	right: -9999%;
	bottom: 0;
	position: absolute;
	background: url(../_img/backgrounds/headerRight.png) repeat-x;
}
/* @end */
/* @group mainMenu */
#header .mainMenu div {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
#header .mainMenu ul {
	float: right;
}
#header .mainMenu ul li {
	float: left;
	margin: 14px 0 0 25px;
}
#header .mainMenu ul li a {
	background: url(../_img/sprites/mainMenu.png) repeat-y 0 0;
	width: 50px;
	height: 18px;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
.pt #header .mainMenu ul li .home {
	background-position: 0 -52px;
	width: 44px;
}
.pt #header .mainMenu ul li .projects {
	background-position: -68px -53px;
	width: 76px;
}
.pt #header .mainMenu ul li .about {
	background-position: -167px -53px;
	width: 64px;
}
.pt #header .mainMenu ul li .services {
	background-position: -254px -53px;
	width: 69px;
}
.pt #header .mainMenu ul li .clients {
	background-position: -346px -53px;
	width: 65px;
}
.pt #header .mainMenu ul li .fresh {
	background-position: -435px -53px;
	width: 162px;
}
.pt #header .mainMenu ul li .contacts {
	background-position: -621px -53px;
	width: 79px;
}
.pt #header .mainMenu ul li .home:hover {
	background-position: 0 0;
}
.pt #header .mainMenu ul li .projects:hover {
	background-position: -68px 0;
}
.pt #header .mainMenu ul li .about:hover {
	background-position: -167px 0;
}
.pt #header .mainMenu ul li .services:hover {
	background-position: -254px 0;
}
.pt #header .mainMenu ul li .clients:hover {
	background-position: -346px 0;
}
.pt #header .mainMenu ul li .fresh:hover {
	background-position: -435px 0;
}
.pt #header .mainMenu ul li .contacts:hover {
	background-position: -621px 0;
}
.pt #header .mainMenu ul li .home.active {
	background-position: 0 -26px;
}
.pt #header .mainMenu ul li .projects.active {
	background-position: -68px -27px;
}
.pt #header .mainMenu ul li .about.active {
	background-position: -167px -27px;
}
.pt #header .mainMenu ul li .services.active {
	background-position: -254px -27px;
}
.pt #header .mainMenu ul li .clients.active {
	background-position: -346px -27px;
}
.pt #header .mainMenu ul li .fresh.active {
	background-position: -435px -27px;
}
.pt #header .mainMenu ul li .contacts.active {
	background-position: -621px -27px;
}
.en #header .mainMenu ul li a {
	background-image: url(../_img/sprites/mainMenu_en.png);
}
.en #header .mainMenu ul li .home {
	background-position: 0 -41px;
	width: 46px;
}
.en #header .mainMenu ul li .projects {
	background-position: -68px -41px;
	width: 67px;
}
.en #header .mainMenu ul li .about {
	background-position: -167px -41px;
	width: 43px;
}
.en #header .mainMenu ul li .services {
	background-position: -254px -41px;
	width: 69px;
}
.en #header .mainMenu ul li .clients {
	background-position: -346px -41px;
	width: 56px;
}
.en #header .mainMenu ul li .fresh {
	background-position: -455px -41px;
	width: 135px;
}
.en #header .mainMenu ul li .contacts {
	background-position: -621px -41px;
	width: 69px;
}
.en #header .mainMenu ul li .home:hover {
	background-position: 0 0;
}
.en #header .mainMenu ul li .projects:hover {
	background-position: -68px 0;
}
.en #header .mainMenu ul li .about:hover {
	background-position: -167px 0;
}
.en #header .mainMenu ul li .services:hover {
	background-position: -254px 0;
}
.en #header .mainMenu ul li .clients:hover {
	background-position: -346px 0;
}
.en #header .mainMenu ul li .fresh:hover {
	background-position: -455px 0;
}
.en #header .mainMenu ul li .contacts:hover {
	background-position: -621px 0;
}
.en #header .mainMenu ul li .home.active {
	background-position: 0 -21px;
}
.en #header .mainMenu ul li .projects.active {
	background-position: -68px -21px;
}
.en #header .mainMenu ul li .about.active {
	background-position: -167px -21px;
}
.en #header .mainMenu ul li .services.active {
	background-position: -254px -21px;
}
.en #header .mainMenu ul li .clients.active {
	background-position: -346px -21px;
}
.en #header .mainMenu ul li .fresh.active {
	background-position: -455px -21px;
}
.en #header .mainMenu ul li .contacts.active {
	background-position: -621px -21px;
}
/* @end */
/* @group mainGallery */
.mainGallery {
	position: relative;
	margin-bottom: 35px;
}
.mainGallery a.move.prev,
.mainGallery a.move.next {
	top: 0;
	bottom: 0;
	width: 40px;
	display: none;
	position: absolute;
}
.mainGallery a.move.prev {
	left: 20px;
}
.mainGallery a.move.next {
	right: 20px;
}
.mainGallery a.move span {
	background: url(../_img/sprites/mainGalleryControls.png) no-repeat;
	width: 26px;
	height: 48px;
	top: 160px;
	position: absolute;
	z-index: 2;
}
.mainGallery a.move.next span {
	background-position: right top;
}
.mainGallery a.move.prev:hover span {
	background-position: left bottom;
}
.mainGallery a.move.next:hover span {
	background-position: right bottom;
}
.mainGallery:hover a.move {
	display: block;
}
.mainGallery div ul {
	width: 940px;
	height: 360px;
	position: relative;
}
.mainGallery div ul li {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 940px;
	height: 360px;
}
.mainGallery div ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
/* @end */
/* @group homeBanners */
.homeBanners ul li {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.homeBanners ul li ul li {
	float: none;
	width: auto;
	margin-right: 0;
}
.homeBanners ul li.last {
	margin-right: 0;
}
.homeBanners .date {
	color: #C6C6C8;
	font-size: 11px;
}
/* @end */
/* @group newsletterForm */
#newsletterForm {
	margin-bottom: 20px;
}
#newsletterForm input {
	float: left;
	width: 170px;
	height: 17px;
	border-right: 0;
	padding-bottom: 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#newsletterForm input[type="submit"] {
	background: url(../_img/buttons/submitOk.png) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	width: 37px;
	height: 30px;
	padding: 0;
	border: none;
	cursor: pointer;
}
/* @end */
/* @group collaborators */
.collaborators li {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 100px;
}
.collaborators li.last {
	margin-right: 0;
}
.collaborators li .images {
	display: block;
	height: 100px;
	margin-bottom: 10px;
	width: 100px;
}
.collaborators li .images.pointer {
	cursor: pointer;
}
.collaborators img {
	left: 0;
	position: absolute;
	top: 0;
}
.collaborators p {
	font-size: 12px;
}
.collaborators h5 {
	margin-bottom: 0;
}
/* @end */
/* @group contactsB */
#contactsB .colLeft {
	width: 220px;
}
#contactsB .colRight {
	width: 700px;
}
#contactForm .textbox input {
	width: 208px;
}
#contactForm input[type="submit"] {
	padding: 0;
	width: 58px;
	height: 29px;
	border: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../_img/buttons/submit.png) no-repeat;
}
.en #contactForm input[type="submit"] {
	background: url(../_img/buttons/submit_en.png) no-repeat;
}
#contactForm textarea {
	height: 160px;
}
#contactsB .colRight > div {
	margin-bottom: 20px;
}
/* @end */
/* @group newsList */
.newsList {
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 1px dotted #717073;
}
.newsList li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #717073;
}
.newsList li a {
	font-size: 13px;
	display: block;
	padding-right: 75px;
	position: relative;
}
.newsList li a:hover {
	color: #00ABDF;
}
.newsList li a.active {
	color: #3F3E40;
}
.newsList li a .right {
	position: absolute;
	top: 0;
	right: 0;
}
/* @end */
/* @group newsGallery */
.newsGallery .galleryHolder {
	width: 360px;
	overflow: hidden;
}
.newsGallery .galleryHolder ul {
	width: 9999%;
}
/* @end */
/* @group pagination */
.pagination {
	line-height: 30px;
}
.pagination ul li {
	float: left;
	margin-left: 1px;
}
.pagination ul li a {
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../_img/sprites/pagination.png) no-repeat;
}
.pagination ul li .prev {
	background-position: 0 -30px;
}
.pagination ul li .prev:hover {
	background-position: 0 -60px;
}
.pagination ul li .prev.blocked {
	background-position: 0 0;
}
.pagination ul li .next {
	background-position: -30px -30px;
}
.pagination ul li .next:hover {
	background-position: -30px -60px;
}
.pagination ul li .next.blocked {
	background-position: -30px 0;
}
/* @end */
/* @group relatedProjects */
.relatedProjects li {
	float: left;
	width: 100px;
	margin-right: 20px;
}
.relatedProjects li.last {
	margin-right: 0;
}
.relatedProjects .image {
	display: block;
	width: 100px;
	height: 95px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.relatedProjects a {
	color: #717073;
	font-size: 13px;
}
.relatedProjects .pagination li {
	width: auto;
	margin-right: 0;
}
.relatedProjects .pagination li .prev {
	background-position: 0 0;
}
.relatedProjects .pagination li .next {
	background-position: -30px 0;
}
/* @end */
/* @group select */
.select {
	width: 220px;
	display: block;
	color: #3F3E40;
	font-size: 13px;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px dotted #717073;
	position: relative;
	cursor: pointer;
}
.select span {
	background: url(../_img/sprites/selects.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 10px;
	height: 6px;
}
.select.open {
	background: #717073;
	color: #B2B2B2;
}
.comboBox {
	top: 3px;
	color: #FFF;
	width: 250px;
	position: absolute;
	z-index: 3;
	overflow: hidden;
	padding-top: 30px;
	visibility: hidden;
}
.comboBox .label {
	color: #B2B2B2;
	font-size: 13px;
	padding: 10px;
	display: inline-block;
}
.comboBox ul.bordered {
	border-top: 1px dotted #B2B2B2;
	padding-top: 10px;
}
.comboBox ul li a {
	color: #FFF;
	padding: 7px 20px 7px 10px;
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	position: relative;
}
.comboBox ul li a span {
	background: url(../_img/sprites/selects.png) no-repeat bottom left;
	position: absolute;
	top: 13px;
	right: 10px;
	width: 6px;
	height: 10px;
}
.comboBox ul li a.active,
.comboBox ul li a:hover {
	background: #5A595C;
}
.selectHolder {
	position: relative;
}
.comboBox > div {
	background: #717073;
}
/* @end */
/* @group dropDown */
.dropDown {
	background: #00ABDF;
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 2;
	width: 190px;
	overflow: hidden;
	visibility: hidden;
}
.dropDown .label {
	padding: 10px;
	color: #B4E0F6;
	font-size: 13px;
	display: inline-block;
}
.dropDown ul li {
	margin: 0;
	float: none;
	width: auto;
	height: auto;
}
.dropDown ul li a {
	background: #00ABDF;
	display: block;
	padding: 10px 25px 10px 10px;
	color: #FFF;
	font-size: 13px;
}
.dropDown ul li a:hover {
	background: #0094C2;
}
.dropDown ul li a span {
	background: url(../_img/sprites/selects.png) no-repeat -6px -6px;
	position: absolute;
	top: 13px;
	right: 10px;
	width: 6px;
	height: 10px;
}
/* @end */
/* @group paginationList */
.paginationList li .next,
.paginationList li .prev {
	width: 220px;
	height: 255px;
	display: block;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}
.paginationList li .prev {
	margin-top: 0;
}
#clientsB .paginationList li .prev {
	margin-top: 5px;
}
.paginationList li .next .holder,
.paginationList li .prev .holder {
	width: 440px;
	height: 255px;
	display: block;
	margin-left: -220px;
}
.paginationList li .prev .holder {
	margin-left: 0;
}
.paginationList li .next .holder > span,
.paginationList li .prev .holder > span {
	float: left;
	width: 220px;
	height: 255px;
	position: relative;
	background: url(../_img/sprites/bigPagination2.png) no-repeat;
}
.paginationList li .next .part1 {
	background-position: -220px 0 !important;
}
.paginationList li .next .part2 {
	background-position: 0 0;
}
.paginationList li .prev .part1 {
	background-position: 0 -255px !important;
}
.paginationList li .prev .part2 {
	background-position: -220px -255px !important;
}
.paginationList li .next .label,
.paginationList li .prev .label {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
	width: 220px;
	display: block;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background: #6F6D70;
}
.paginationList li .prev .part1 {
	background-position: 220px 220px;
}
.paginationList li .prev .label {
	left: 0;
}
.paginationList li .next .pointer,
.paginationList li .prev .pointer {
	display: none !important;
}
#clientsB .paginationList li .next,
#clientsB .paginationList li .prev,
#clientsB .paginationList li .next .holder,
#clientsB .paginationList li .prev .holder,
#clientsB .paginationList li .next .holder > span,
#clientsB .paginationList li .prev .holder > span {
	height: 220px;
}
/* @end */
/* @group forms */
legend {
	padding-bottom: 10px;
	color: #717073;
	font-size: 13px;
}
legend span {
	display: block;
	color: #B3B3B7;
	font-size: 12px;
}
form p {
	margin-bottom: 10px;
}
form label {
	font-size: 13px;
	color: #717073;
	display: inline-block;
	margin-bottom: 3px;
}
.validate-advice {
	color: #FF0000;
}
.textbox input {
	padding: 5px;
	color: #717073;
	font-size: 13px;
	border: 1px solid #DCDCDC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.textbox input:focus,
.textbox textarea:focus {
	border-color: #717073;
	background: #E9E7ED;
}
.textbox input.fc-field-error,
.textbox textarea.fc-field-error {
	border-color: #FF8B70;
	background: #FFE0D9;
}
.textbox textarea {
	padding: 5px;
	color: #717073;
	font-size: 13px;
	border: 1px solid #DCDCDC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	resize: none;
	width: 208px;
	height: 80px;
	overflow: auto;
}
.textbox input[type="submit"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/* @end */
/* @group textWrapper */
.textWrapper h1 {
	color: #00ABDF;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}
.textWrapper h2 {
	color: #00ABDF;
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.textWrapper h3 {
	color: #3F3E40;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.textWrapper h3.blue {
	color: #00ABDF;
}
.textWrapper h4 {
	color: #00ABDF;
	font-size: 18px;
	margin-bottom: 15px;
}
.textWrapper h4 a {
	color: #00ABDF;
}
.textWrapper h5 {
	color: #00ABDF;
	font-size: 15px;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.textWrapper h6 {
	color: #3F3E40;
	font-size: 15px;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.textWrapper p {
	color: #717073;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 8px;
}
.textWrapper a {
	color: #00ABDF;
}
.textWrapper ul {
	margin-bottom: 20px;
}
.textWrapper ul li {
	color: #717073;
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #717073;
	padding-left: 15px;
	background: url(../_img/backgrounds/listPointer.png) no-repeat 0 3px;
}
.textWrapper ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.textWrapper ul li a {
	color: #717073;
}
.textWrapper ul li a:hover {
	color: #00ABDF;
}
.textWrapper ul li .date {
	color: #B3B3B7;
	font-size: 11px;
	display: block;
	margin-top: 5px;
}
/* @end */
/* @group others */
.pageBg {
	height: 400px;
	background: url(../_img/backgrounds/pageBg.png) repeat-x;
	top: 270px;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute;
}
#indexB .wrapper {
	padding-top: 0;
}
.grayBg {
	color: #FFF !important;
	padding: 0 2px;
	background: #717075;
}
#talkWithUsForm legend {
	padding-bottom: 17px;
}
#infoB .colRight .team {
	margin-bottom: 35px;
}
.setOrder a {
	color: #717073 !important;
}
.setOrder a.active,
.setOrder a:hover {
	color: #00ABDF !important;
}
.blueBg {
	background: #00ABDF;
	color: #FFF !important;
	padding: 0 2px;
}
#newsB .colRight {
	margin-top: -19px;
}
#newsB .colRight h2 {
	margin-bottom: 0;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.extraWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
#clientsB .extraWrapper {
	z-index: 4;
}
/* @end */
/* @group windowB */
#windowB #pageWrapper {
	min-width: 100px;
	position: static;
	margin: 0;
}
#mapBlock {
	width: 640px;
	height: 450px;
}
#mapBlock h1 {
	color: #00ABDF;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
#mapBlock p {
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
}
/* @end */
/* @group locationForm */
#locationForm label {
	display: block;
	margin-bottom: 5px;
}
#locationForm input[type="text"] {
	float: left;
	width: 170px;
	height: 17px;
	border-right: none;
	padding-bottom: 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#locationForm input[type="submit"] {
	padding: 0;
	width: 37px;
	border: none;
	font-size: 0;
	height: 30px;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../_img/buttons/submitOk.png) no-repeat;
}
.locationResponseMap #mapBlock {
	width: 460px;
	height: 260px;
	background: #CCC;
}
.locationResponseText {
	height: 280px;
	padding: 25px 0;
	position: relative;
}
.locationResponseText > div {
	height: 260px;
    overflow: hidden;
}
.locationResponseText .up,
.locationResponseText .down {
	top: 0;
	left: 95px;
	width: 31px;
	height: 18px;
	position: absolute;
	background: url(../_img/sprites/verticalPointers.png) no-repeat;
}
.locationResponseText .down {
	top: auto;
	bottom: 0;
	background-position: left bottom;
}
.locationResponseText .up:hover {
	background-position: right top;
}
.locationResponseText .down:hover {
	background-position: right bottom;
}
/* @end */
