#content {
	width: 75%;
	margin-right: 0;
	overflow: visible;
}

#content h1 {
	padding-bottom: 1em;
}

#officesmap {
	border: 1px solid #C2CDBB;
	position: relative;
	top: 10px;
	z-index: 20;
	width: 100%; height: 500px;
	background: url('/i/maploading.gif') center center no-repeat;
}

#happy-hours-legend {
	margin-top:25px;
	color:#999999;
}

.YMaps .placemark {
	color:#FFF; 
	text-align: center; 
	font-weight: bold; 
	font-size: 12px;
}

.YMaps .placemark.single {
	height: 21px;
	width: 16px;
	background: url('/i/maps/isingle.png')
}

.YMaps .placemark.single-hh {
	height: 21px;
	width: 16px;
	background: url('/i/maps/isingle-hh.png')
}

.YMaps .placemark.g-small {
	padding-top: 1px;
	height: 17px;
	width: 18px; 
	background: url('/i/maps/ismall.png')
}

.YMaps .placemark.g-medium {
	padding-top: 4px;
	height: 20px;
	width: 24px; 
	background: url('/i/maps/imedium.png')
}

.YMaps .placemark.g-large {
	padding-top: 7px;
	height: 23px;
	width: 30px; 
	background: url('/i/maps/ilarge.png')
}

.checkboxes * {
	display: inline;
	vertical-align: middle;
	margin: 0;
}

.checkboxes label.city {
	display: block;
}

.biglabels label {
	color: #434343;
	font-size: 10pt;
}

.data {
	display: none;
}

.selected {
	display: block;
}

dl.offices {
	position: relative;
}
.officetype label {
	display: block;
	padding: 0 0 3px 0;
}

/*.noshow {
	visibility: hidden;
}*/

#content dl.offices ul {
	height: 29px;
	margin: 0 0 -1px 0;
	list-style: none;
	position: relative;
	z-index: 100;
	float: left;
}

li.tab {
	/*display: block;
	height: 1.2em;
	padding: .25em 0 .45em;
	margin: 1px 1em -1px;
	color: #000;
	position: absolute;
	left: 0; top: 0;*/
	text-align: center;
	cursor: pointer;
	border-top: 1px solid #fff;
	height: 23px;
	float: left;
	position: relative;
	padding: 5px 0 0 0;
	font-size: 1.2em;
	color: #000;
}

li.selected,
li.tabhover {
	border-top: 1px solid #c2cdbb;
}

li.selected:hover,
li.selected {
	/*margin-top: 1px;*/
}

.tab .leftcorner,
.tab .rightcorner {
	width: 7px;
	background: url('/i/corners/tab-corners.gif') 0 0 no-repeat;
	position: absolute;
	top: -1px;
	visibility: hidden;
	height: 29px;
}

.tab .leftcorner {
	left: 0;
}

.tab .rightcorner {
	right: 0;
}
#offices-tabs .tab span {
	color: #009f44;
	border-bottom: 1px dashed #009f44;
}
#offices-tabs .selected span {
	color: #262626;
	border: 0;
}
li.selected .leftcorner,
li.selected:hover .leftcorner {
	background-position: 0 0 !important;
	visibility: visible;
}

li.selected .rightcorner,
li.selected:hover .rightcorner {
	background-position: -7px 0 !important;
	visibility: visible;
}

li.tabhover .leftcorner {
	background-position: -16px 0;
	visibility: visible;
}

li.tabhover .rightcorner {
	background-position: -23px 0;
	visibility: visible;
}

li.selected {
	background-color: #fff;
	cursor: default;
}

li.metro-map {
	width: 9em;
}

li.map {
	width: 5em;
}

li.list {
	width: 6em;
}

.filters {
	overflow: hidden;
	padding: 0;
}

.filters .three-columns,
.filters .two-columns {
	padding: 0 0 1em 2em;
	border: 1px solid #cccccc;
	background-color: #fff;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 10;
}

.filters .col {
	float: left;
	overflow: hidden;
}

.three-columns .col {
	width: 29%;
}
.three-columns .officetype {
	width: 25%;
}
.three-columns .theme {
	width: 40%;
}

.three-columns .theme select{
	width: 75%;
}

.two-columns .col {
	width: 50%;
}

.two-columns .three-columns .col {
	width: 33%;
}

.three-columns .two-columns .col {
	width: 50%;
}

.clearboss {
	clear: both;
}

.filters select {
	margin: 0 .5em .5em 0;
	width: 140px;
}

.filters input.submit {
	clear: both;
	margin: 0 20px 0 0;
	float: right;
}


#content .filters h4 {
	font-size: 1em;
	color: #999999;
	margin-bottom: .5em;
	font-family: Arial;
	
}

#of-content-placement {
	display: none;
}

dl.offices .filters {
	font-size: 8.5pt !important;
}

dl.offices dd.data {
	font-size: 9.25pt !important;
	z-index: 209;
}

.data table {
	text-align: left;
	width: 100%;
}

.data th,
.data td {
	padding: 1em 0;
	margin: 0;
	vertical-align: middle;
	border-bottom: 1px solid #d7dbd5;
}

.data th.metro {
	background: url('/i/icons/metro.png') 0 center no-repeat;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	padding-right: 5px;
}

.data th.city {
	background-image: none !important;
}


.data th.suburb {
	background: none;
	text-indent: 0;
	color: #000;
}

.data td.link a {
	display: block;
	width: 15px;
	height: 15px;
	text-decoration: none;
}

.data td.address {
	color: #5b5b5b;
}

.data td.hours {
	color: #5b5b5b;
	width: 170px;
}

.data td.address strong {
	font-weight: bold;
	color: #000;
}

.modal {
	position: absolute;
	left: -40px; top: 150px;
	z-index: 210;
	display: none;
	width: 659px; height: auto;
	padding: 50px 50px 0 50px;
}

body.open-modal .modal {
	display: block;
}

.modal .bg {
	background: url(/i/bg/map-popup-bg.png) 0 0 no-repeat;
	width: 759px; height: 100%;
	position: absolute;
	left: 0; top: 0;
	z-index: 1;
}

.modal .bot {
	background: url(/i/bg/map-popup-bot.png) 0 0 no-repeat;
	width: 759px; height: 42px;
	position: absolute;
	z-index: 1;
	left: 0; top: 100%;
}

.modal .content {
	position: relative;
	z-index: 30;
	overflow: hidden;
}

.modal .l,
.modal .r {
	background-image: url('/i/bg/modal.png');
	background-repeat: no-repeat;
	width: 40px; height: 40px;
	zoom: 1;
}

.modal .cbot,
.modal .ctop {
	position: absolute;
	z-index: 10;
	width: 100%; height: 40px;
	left: 0;
	background-image: url('/i/bg/modal-str-y.png');
	background-repeat: repeat-x;
}

.modal .ctop {
	top: -40px;
	background-position: 0 -6px;
}

.modal .cbot {
	bottom: -40px;
	background-position: 0 -34px;
}

.modal .r {
	float: right;
	margin-right: -40px;
}

.modal .l {
	float: left;
	margin-left: -40px;
}

.modal .ctop .l {
	background-position: 0 0;
}

.modal .ctop .r {
	background-position: -40px 0;
}

.modal .cbot .l {
	background-position: 0 -40px;
}

.modal .cbot .r {
	background-position: -40px -40px;
}

.modal div.cleft,
.modal div.cright {
	position: absolute;
	z-index: 10;
	height: 100%; width: 40px;
	top: 0;
	background-image: url('/i/bg/modal-str-x.png');
	background-repeat: repeat-y;
	clear: both;
}

.modal .cleft {
	left: -40px;
	background-position: -6px 0;
}

.modal .cright {
	right: -40px;
	background-position: -34px 0;
}

#content .modal form.simple {
	padding-top: 10px;
}

#content .modal form .message-send, #content .modal form p.error {
	display: none;
}

#content .modal form.send .message-send {
	display: block;
}

#content .modal form.send img,
#content .modal form.send input,
#content .modal form.send select {
	display: none;
}

#content .modal form.error p.error {
	display: block;
	margin: 0;
	padding: 10px;
}

#content .modal form.simple img,
#content .modal form.simple select,
#content .modal form.simple input {
	vertical-align: middle;
	margin-right: 5px;
	display: inline;
	margin: 0 10px 0 0;
}
#content .modal form.simple select,
#content .modal form.simple input {
	width: 100px;
	height: auto!important;
}

.close {
	display: block;
	position: absolute;
	right: 50px; top: 40px;
	z-index: 50;
	background: url('/i/icons/close.png') 0 0 no-repeat;
	width: 84px; height: 9px;
	cursor: pointer;
}

#content .modal h1 {
	left: 0;
	z-index: 50;
	margin: 0 0 .7em;
	padding-bottom: 0;
}

.data .modal {
	font-size: 10pt;
}

.data .modal .metro,
.data .modal .address,
.data .modal .hours,
.data .modal .link {
	overflow: hidden;
	clear: both;
}

dl.offices td span {
	display: none;
}

.modal .content span {
	display: inline;
	float: left;
	width: 10em;
	margin: 0 -10em 0 0;
	text-align: right;
	text-transform: lowercase;
	color: #727272;
}
.modal .content .klir {
	width: 100%;
	float: none !important;
	font-size: 0;
	overflow: hidden;
}
.modal .content div.address,
.modal .content div.hours  {
	clear: both;
	float: left;
	overflow: hidden;
	width: 650px;
	margin-right: -650px;
	margin-left: 0;
}
.modal .content div.link  {
	overflow: hidden;
	width: 650px;
	float: left;
	clear: both;
	position: relative;
	z-index: 100;
	margin-right: -650px;
	margin-left: 0;
}

.modal .content div.address,
.modal .content div.hours,
.modal .content div.link {
	background: #fff;
	border: 1px solid #fff;
}

.modal .content strong,
.modal .content i {
	float: left;
	margin-left: 12em;
	overflow: hidden;
	font-style: normal;
}

.modal .address * {
	vertical-align: top;
}

.modal .address i,
.modal .address span,
.modal .address strong,
.modal .hours i {
	padding-bottom: .5em;
	display: inline-block;
	font-weight: normal;
}

.modal .hours i {
	width: 490px;
}

.modal .suburb span {
	visibility: hidden;
}

.modal .metro {
	margin-bottom: .5em;
	clear: both;
}

.modal .metro {
	background: url('/i/icons/metro.png') 12em center no-repeat;
}

.modal .metro span {
	margin-right: 25px;
}

.modal .suburb {
	background: none;
}

.modal .suburb span {
	margin-right: 0;
}

.modal .map {
	position: relative;
	z-index: 2;
}

.modal .mapObj {
	position: relative;
	width: 644px; height: 318px;
	margin-top: 1.5em;
	clear: both;
}

.modal .map .shape {
	position: absolute;
	bottom: 0; left: 0;
	z-index: 50;
	width: 644px; height: 18px;
	background: transparent url('/i/bg/map-shape.png') 0 0 no-repeat;
}

.modal .map .YMaps {
	border: 1px solid #afafaf;
	border-bottom: none;
	width: 642px; height: 313px;
	overflow: hidden;
}

.modal .map-links {
	top: -10px; left: 45px;
	position: relative;
	z-index: 60;
	font-size: 9pt;
}

.modal .map-links a {
	line-height: 2em;
	padding: 0 20px 0 12px;
	text-decoration: underline;
	cursor: pointer;
}

.modal .map-links a.send-map {
	background: url('/i/icons/send-map.png') 0 center no-repeat;
}

.modal .map-links a.print-map {
	background: url('/i/icons/print-map.png') 0 center no-repeat;
	padding-left: 15px;
}

/*.data .link .special-info {
	display: none;
}*/

.modal .link .special-info {
	width: 400px;
	color: #a6a6a6;
	border: 1px solid #f9dc55;
	padding: 1em 35px;
	position: relative;
	background: url('/i/icons/info.png') 12px center no-repeat;
	margin-left: 12em;
	display: inline;
	float: left;
}

.modal .link span a {
	padding-left: 15px;
	line-height: 2em;
	background: url('/i/icons/feedback.png') 0 center no-repeat;
}

.special-info .sctop,
.special-info .scbot {
	width: 470px; height: 7px;
	position: absolute;
	left: 0;
	z-index: 1;
	font-size: 0;
}

.special-info .sctop {
	top: -1px;
}

.special-info .scbot {
	bottom: -1px;
}

.special-info .sctop .sr {
	background-position: -7px 0;
}

.special-info .sctop .sl {
	background-position: 0 0;
}

.special-info .scbot .sl {
	background-position: 0 -7px;
}

.special-info .scbot .sr {
	background-position: -7px -7px;
}

.special-info .sr,
.special-info .sl {
	width: 7px; height: 7px;
	background-color: #fff;
	background-image: url('/i/bg/yellow-corners.png');
	background-repeat: no-repeat;
	margin: 0 -6px -7px -1px;
	float: left;
	display: inline;
}

.special-info .sr {
	float: right;
	margin: 0 -1px -7px -6px;
}

#content {
	position: relative;
}

.loading-offices .col {
	visibility: hidden;
}

.loading-offices  {
	background: url('/i/maploading.gif') center center no-repeat;
	height: 100%;
	overflow: hidden;
}

#megafonmap span {
	display: inline;
}

select.select_wide {
	width: 100%;
}

.filters select.select_wide {
	margin: 0;
}

#metromap {
	position: relative;
}

#metromap, #metromap img {
	width:  610px;
	height: 840px;
}

#metromap a {
	position: absolute;
	width: 13px;
	height: 13px;
	overflow: hidden;
	display: block;
	background: transparent url(/i/icons/metro.mega.gif) 0 0 no-repeat;
}

#metromap span {
	position: absolute;
	width: 13px;
	height: 13px;
	overflow: hidden;
	display: block;
	background: transparent url(/i/icons/metro.mega.gif) 0 0 no-repeat;
}
#map-bubble {
	background: #fff;
	position: absolute;
	border: 1px solid #8a8a8a;
	border-radius: 10px;
	min-width: 310px;
	padding: 12px 20px 12px 12px;
	box-shadow: 2px 2px 4px #8a8a8a;
}
#map-bubble ul {
	margin: 0;
	font-size: 12px;
	display: block;
	height: auto !important;
	float: none !important;
}
#map-bubble ul li {
	padding: 0 0 5px 0;
}
#map-bubble .close {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	background: none;
	width: auto;
	height: auto;
}
#map-bubble img.tail {
	position: absolute;
	bottom: -16px;
	left: 15px;
} 

/** no-map **/
.no-map .map {
	display: none;
}
.no-map .modal .content {
	overflow: visible;
}
.no-map .content .link {
	position: absolute;
	bottom: 0px;
}
.no-map .map-links {
	position: relative;
	top: -25px;
	left: 150px;
}
