/*
 * CSS for all templates used by the plugin rep_locations
 * (controller tx_rep_controller_locations)
 */


/*
 * Template locationList.php
 */
.tx-rep-locations .locationList .backLink {
	margin: 4px 0;
}
.tx-rep-locations .locationList td.city {
	white-space: nowrap;
}


/*
 * Template loactionSearchWorldMap.php
 */
.tx-rep-locations .locationSearchWorldMap .map {
	background: url(../images/worldMapBackground.jpg) no-repeat;
	padding-top: 15px;
}


/*
 * Template loactionSearchForm.php
 */
.tx-rep-locations .locationSearchForm form {
	margin: 0;
	height: 463px;
	background: url(../images/locationSearchBackgroundBottom.jpg) no-repeat;
	padding-left: 7px;
}
.tx-rep-locations .locationSearchForm fieldset {
	text-align: right;
	border: none;
	padding: 0;
}
.tx-rep-locations .locationSearchForm fieldset div.select,
.tx-rep-locations .locationSearchForm fieldset div.submit {
	line-height: 20px;
	margin: 10px;
}
.tx-rep-locations .locationSearchForm fieldset div.select label {
	font-weight: bold;
	float: left;
	width: 213px;
}
.tx-rep-locations .locationSearchForm fieldset div.select select {
	width: 280px;
}
.tx-rep-locations .locationSearchForm fieldset div.submit input {
	padding: 0 5px;
}


/*
 * Template organigram.php
 */
.tx-rep-locations .organigram ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tx-rep-locations .organigram ul li {
	margin-bottom: 5px;
}
.tx-rep-locations .organigram ul h3 {
	background-color: #006db6;
	color: white !important;
	font-weight: bold;
	padding: 2px 15px;
	border-bottom: 1px dotted #006db6;
}

.tx-rep-locations .organigram ul ul {
	margin-left: 0;
}
.tx-rep-locations .organigram ul ul li {
	margin-bottom: 0;
}
.tx-rep-locations .organigram ul ul h3 {
	background: url(../images/arrow_right.gif) no-repeat 5px 50% white;
	color: #006db6 !important;
}

.tx-rep-locations .organigram ul ul ul {
	margin-left: 15px;
}
.tx-rep-locations .organigram ul ul ul h3 {

}

.tx-rep-locations .organigram ul ul ul ul {
	margin-left: 15px;
}
.tx-rep-locations .organigram ul ul ul ul h3 {
	color: #333333 !important;
}

.tx-rep-locations .organigram ul ul ul ul ul {
	margin-left: 15px;
}
.tx-rep-locations .organigram ul ul ul ul ul h3 {
	font-weight: normal;
}


/*
 * Template locationDetails.php
 */
.tx-rep-locations .locationDetails .headerImage {
	margin-bottom: 7px;
}

.tx-rep-locations .locationDetails .locationAddress .logo {
	margin: 15px 0;
}

.tx-rep-locations .locationDetails .locationAddress table.phoneDetails {
	margin-top: .5em;
}
.tx-rep-locations .locationDetails .locationAddress table.phoneDetails {
	border-collapse: collapse;
}
.tx-rep-locations .locationDetails .locationAddress table.phoneDetails td {
	padding: 0 .5em 0 0;
}
.tx-rep-locations .locationDetails .locationAddress table.phoneDetails td.label {
	width: 1%;
	padding-right: 1em;
}
.tx-rep-locations .locationDetails .locationAddress .info {
	margin-top: 1em;
}

.tx-rep-locations .locationDetails .googleMaps {
	background: url(../images/googleMapsBackground.gif) no-repeat;
	height: 473px;
	padding-top: 40px;
	padding-left: 49px;
}

.tx-rep-locations .locationDetails .googleMaps a {
	float: right;
	padding-right: 45px;
	padding-top: 10px;
	color: #4D97CF;
	text-decoration: none;
}

/** Attention: the following styles are used by two templates:
 *  1) locationDetails - tab menu 'contacts'
 *  2) marketingContactList
 */
.tx-rep-locations .contactList .contactCategory,
.tx-rep-locations .contactList .contactProvider {
	background: #006db6;
	border-top: 1px solid #006db6;
	border-bottom: 1px solid #006db6;
	color: white;
	font-weight: bold;
	line-height: 18px;
	padding: 0 4px;
	clear: left;
	margin: 5px 0;
}
.tx-rep-locations .contactList .contactLocation {
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0 0;
	padding-left: 3px;
	border-bottom: 1px solid #999;
}
.tx-rep-locations .contactList .contact {
	padding: 2px 3px;
	margin: 3px 0 10px;
}
.tx-rep-locations .contactList .contact .leftBlock,
.tx-rep-locations .contactList .contact .rightBlock  {
	float: left;
	width: 50%;
}
.tx-rep-locations .contactList .contact .rightBlock {
	margin-top: 3px;
}
.tx-rep-locations .contactList .contact .rightBlock .label {
	width: 1%;
	padding-right: 1em;
}
.tx-rep-locations .contactList .contact .rightBlock table td {
	padding: 0;
}
.tx-rep-locations .contactList p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.25em;
}
.tx-rep-locations .contactList p.name {
	color: #006db6;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.5em;
}
.tx-rep-locations .contactList p.email a {
	color: #676767 !important;
}

