.directorCompDesc span.pathway {
	margin:0!important;
	padding:0!important;
}
.directorDetails span.pathway {
	margin:0!important;
}

div.director {
margin: -10px 0 0 0;
}
div.director h1 {
	line-height: 24px;
	font-size: 22px;
}
div.director h2,
div.director h3,
div.director h4 {
	padding-left: 5px;
}

div.directorlatest {
border: 1px solid #336600;
width: 105px;
height: 130px;
background-color: #eeeea1;
margin: 6px!important;
}
div.directorlatest img {
/*border: 1px solid blue!important;*/
}
div.directorlatest a {
display:block;
text-align: center;
color: #336600;
font-weight: bold;
}

/* Style for Standard Joomla! mosmsg-class, because often undefined */
/* To use the style of your template, delete this entry. */
/*
.message {
	padding: 5px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
*/
/* if there is no mosmsg line defined by your template remove the display:none and DIRECTOR will show its own mosmsg line */
#directormsg {
	display:none;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.directorHeader {
	border-style: none;
}
a.directorHeader {
	padding: 5px;
	font-size: 14px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.directorCompDesc {

	width: 98%;
}

/* Style of Category List */
/* -------------------------------------------------------- */
table#directorCatListSymbols {
	width: 98%;
}
table#directorCatListSymbols td {
	vertical-align: top;
	border-style: none;
}
div.directorcatempty {
	margin: 10px 0px 10px 8px;
	font-weight: bold;
}

/* Style of Category Icon */
img.directorCatIco {
	border-style: none;
	float: left;
	clear: left;
}

/* Style of Category Name */
p.directorCatName {
	font-size: 100%;
	padding-left: 5px;
	margin: 0;
	font-weight:bold;
}
/* Style of Category Introtext */
p.directorCatsListSymbolsIntrotext {
	font-size: 11px;
	padding-left: 5px;
	margin: 0;
}

span.directorSubcatsList {
	display:block;
}

/* Style of the shown entries/subcategories numbers */
span.directorEditlinktipItems {
	text-decoration:  none;
	padding-left:5px;

}
span.directorEditlinktipCats {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
}


/* Style for Entries in Category View (Cards View) */
/* -------------------------------------------------------- */
table.directorListing {
	width: 98%;
	margin: 15px 0 0 0;
}
table.directorListing td {
	margin: 0;
	vertical-align: top;
}

/* Style for empty Cards (Placeholder) */
table.directorListing td.directorEmptyCell {
	border-style: none;
	background-color: #ffffff;
}
table.directorListing input {
	float:left;
}

/* Style of Icon (Small Image) */
.directorListing img {
	float: left;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
}

/* Style of Title (Name of Entry) */
span.directorItemTitle {
	margin:0!important;
	padding:0!important;
	clear:left;
}
span.directorItemTitle a {

}

/* Styles for the fields */
/* Add style for each field you added in the form span.directorListing_field_yourname */
span.directorListing_field_street,
span.directorListing_field_postcode,
span.directorListing_field_county,
span.directorListing_field_country,
span.directorListing_field_email,
span.directorListing_field_contact_person,
span.directorListing_field_phone,
span.directorListing_field_fax,
span.directorListing_field_city,
span.directorListing_field_hotline,
span.directorListing_field_phone,
span.directorListing_field_federal_state {

}
span.directorListing_field_website {
	float:right;
	padding-right: 5px;
	margin-bottom: 15px;
}

/* Styles for the labels of the fields */
/* Add style for each field you added in the form span.directorListing_field_yourname_label */
span.directorListing_field_street_label,
span.directorListing_field_postcode_label,
span.directorListing_field_county_label,
span.directorListing_field_country_label,
span.directorListing_field_email_label,
span.directorListing_field_contact_person_label,
span.directorListing_field_phone_label,
span.directorListing_field_fax_label,
span.directorListing_field_city_label,
span.directorListing_field_hotline_label,
span.directorListing_field_phone_label,
span.directorListing_field_federal_state_label,
span.directorListing_field_website_label {
	font-weight: normal;
}


/* Style of Edit and Delete Buttons in Category View */
input.directorEditEntryButton {
}

/* Style for Page Navigation of Entries */
#directorPageNav {
	text-align: center;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.directorDetails {
	margin-top: 15px;
	margin-left: 5px;
	padding: 10px;
	width: 98%;
background-color: #F7F7F7;
}
/* Style of Entry Name */
table.directorDetails h1 {
	padding-top: 5px;
}

/* Container for all custom fields data */
div#directorouter{
	float: left;
	margin-top: 0px;  /* position it vertically */
	padding-bottom: 5px; /* to fix IE bug */
}

/* Style of the Image */
img.directorDetailsImage{
	border-style: none;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}
img.directorDetailsIcon {
}

/* Styles for the fields */
/* Add style for each field you added in the form span#directorDetails_field_yourname */
span#directorDetails_field_myfield,
span#directorDetails_field_street,
span#directorDetails_field_postcode,
span#directorDetails_field_county,
span#directorDetails_field_country,
span#directorDetails_field_phone,
span#directorDetails_field_fax,
span#directorDetails_field_city,
span#directorDetails_field_hotline,
span#directorDetails_field_phone,
span#directorDetails_field_contact_person,
span#directorDetails_field_federal_state {
	font-size: 12px;
}
span#directorDetails_field_website,
span#directorDetails_field_email {
	padding-top: 8px;
	font-size: 12px;
	display: block;
}
span#directorDetails_field_description {
	padding-top: 20px;
	margin-top: 0px; /* position it vertically */
}

/* Styles for the labels of the fields */
/* Add style for each field you added in the form span#directorListing_field_yourname_label */
span#directorListing_field_street_label,
span#directorListing_field_postcode_label,
span#directorListing_field_county_label,
span#directorListing_field_country_label,
span#directorListing_field_email_label,
span#directorListing_field_contact_person_label,
span#directorListing_field_phone_label,
span#directorListing_field_fax_label,
span#directorListing_field_city_label,
span#directorListing_field_hotline_label,
span#directorListing_field_phone_label,
span#directorListing_field_federal_state_label,
span#directorListing_field_website_label {
	font-weight: bold;
}

p.directorExpMsg {
	padding-left: 10px;	
}

/* Style for Way Search */
span.directorWaySearch {
	border-style: none;
	float: right;
	clear: right;
	margin-top: 15px; /* position it vertically */
	display: block;
	padding-right: 5px;
}
span.directorWaySearch img {
	padding-top: 8px;
	border-style: none;
	padding-left: 17px;
}

/* Style for Google Maps */
div#directorGoogleMaps {
	float: right;
	position: relative;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-right: 5px;
}

/* Style of Details Footer Line */
td.directorDetailsFooter {
	padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#directorEditEntryButton, input#directorDelEntryButton {
	float:right;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#directorFooter, td#directorFooter a {
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
	text-decoration: none;
}
table.directorFooter {
	width: 98%;
}
td#directorrss {
}
td#directorrss img {
	border-style: none;
	float: right;
}

/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#directorEditFormHeader {
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
}

/* Info Requested Fields */
#directorReqFieldsInfo {
	padding: 5px;
}

form#directorEditForm table,
table#directorFormAdmTable {
	padding: 5px;
	width: 99%;
}
table#directorFormAdmTable2, table#directorFormAdmTable3 {
    width: 99%;
}
table#directorFormAdmTable td,
table#directorFormAdmTable2 td,
table#directorFormAdmTable3 td {
	vertical-align: top;
}

/* Style of Input fields as entered in Fields Manager  */
input#field_entry_name,
input#field_postcode,
input#field_street,
input#field_city,
input#field_county,
input#field_country,
input#field_federal_state,
input#field_email,
input#field_website,
input#field_contact_person,
input#field_phone,
textarea#directorMetaKey,
textarea#directorMetaDesc,
input#directorIco,
input#directorImg,
input#field_fax,
input#field_hotline,
input#field_street {
}

label.field_entry_name,
label.field_postcode,
label.field_street,
label.field_city,
label.field_county,
label.field_country,
label.field_federal_state,
label.field_email,
label.field_website,
label.field_contact_person,
label.field_phone,
label.field_fax,
label.field_hotline,
label.field_description,
label.directorIco,
label.directorImg,
label.directorMetaKey,
label.directorMetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.directorFormAdmNotFreeLabel {
	display: block;
	padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#directorFormAdmCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#directorFormAdmCats td {
	padding: 10px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
p#catsTitle, p#catIntroText {
	width: 98%;
	font-size: 12px;
	font-weight: bold;
}
p#catMsg {
	width: 98%;
}

/* Style for Add and Remove Button */
#directorAddCatBt, #directorRemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */
td.directorCatButtons {
	width: 50px;
	vertical-align: top;
}

/* Style for column with selected Categories */
td.directorCatSelected {
	vertical-align: top;
	width: 150px;
}
/* Styles for the box with Selected Categories */
select#directorSlectedCats {
	height: 100px;
	width: 150px;
}
select#directorSlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}

/* Style for Safety Line */
table#directorFormAdmFooter {
	float: left;
	clear: left;
}
table#directorFormAdmFooter td {
	vertical-align: bottom;
}
img#seccode {
}
input#directorSendButton {
	float: right;
}
input#directorCancelButton {
	float: right;
}

/* Style for Payment Info */
/* -------------------------------------------------------- */
/* Style for upload info */
p.directormsg {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 12px;
}
/* Container for all payment info */
div.directorPaymentContainer {
	width: 98%;
	padding: 10px 0px 10px 10px;
	margin-bottom: 25px;
	border: 1px solid #D0D0D0;
}

/* Style for Summary of Costs */
table#directorPayment {
	width: 50%;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
table#directorPayment td,
td.directorPayOption {
	width: 70%;
	text-align: right;
}
td.directorPayFees {
	width: 30%;
	text-align: right;
}
td#directorPayTotal {
	width: 30%;
	text-align: right;
	border-top: solid 1px #606060;
	font-weight: bold;
	color: red;
}

/* Style for Renewal Messages */
div.directorRenewHeader ,
div.directorAddEditHeader {
	padding: 20px 0 20px 0px;
}
div.directorRenewExpl {
	padding: 0 0 25px 6px;
	font-weight: bold;
}
#directorRenewEntryButton {
	margin-left: 10px;
}

/* Style for Payment Methods */
table#directorPaymentMethod {
	width: 70%;
	margin-top: 30px;
	margin-left: 5px;
}
table#directorPaymentMethod a:hover {
	font-style: normal;
	text-decoration: none;
}
p.directorPaymentMethodHeader {
	font-weight:bold;
	font-size: 110%;
	padding-bottom: 10px;
}
table#directorPaymentMethodBank,
table#directorPaymentMethodPayPal {
	width: 60%;
	margin-top: 15px;
	border-style: none;
	padding-left: 10px;
}
div.directorPaymentContainer h3 {
	font-size: 120%;
}

/* Styles for Searching */
/* -------------------------------------------------------- */
table.directoreSearchForm {
	width: 95%;
	margin-left: 5px;
}

span#directorSearchResultsSerchingString {
	font-weight: bold;
}
div#directorSearchResponseContainer table {
	width:95%;
}

/* Styles for the new extended search function */
/* -------------------------------------------------------- */
/* height of the Div of category chooser */
div#directorSearchFormCatsSelection {
}
/* select boxes with categories */
.catChooseBox {
}
#directorSearchFormExtOptToggle {
	display: inline;
}
div#DirectorSearchForm2dropsy {
	margin-left: 10px;
}
/* Label for the search box */
td#directoreSearchLabel {
	width: 75px;
}
td#directoreSearchBox {
}
td#directoreSearchButton {
}
td#directoreSearchEmptyCell {
	width: 50%;
}
td#directoreSearchPhrases,
td#directoreSearchButtonLine {
	width: 100%;
}
/* Label for the fields */

td.directoreSearchLabel {
	width: 150px;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.directorMenuMod {
	margin-bottom: 8px;
	margin-top: 10px;
}
div.directorMenuModNew_menu a,
div.directorMenuModSearch_menu a
{
}
div.directorMenuModNew,
div.directorMenuModSearch {
	float: left;
	margin: 2px 5px 0px 5px;
}


/* Style of dTree 2.05 */
/* Copyright (c) 2002-2003 Geir Landr??? */
/* -------------------------------------------------------- */
.dtree {
	
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	overflow: auto;

}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size:80%;
}
#sdirectorCats0 {
font-family: Cambria, "Times New Roman", Times, serif; 
	margin: 0 0 5px;
	padding: 0;
	color: #009476;
	font-size: 125%;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight:bold;
	
	}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333333;
	text-decoration: underline;
}
.dtree a.nodeSel {
}
.dtree .clip {
	overflow: hidden;
}
a.treeNode:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.treeNode:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.treeNode:active, a.treeNode:focus {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


/* Styles for SigsiuTree */
/* -------------------------------------------------------- */
.sigsiuTree {

	font-size: 11px;
	color: #666;
	white-space: nowrap;
	overflow: auto;
}
.sigsiuTree img {
	border: 0px;
	vertical-align: middle;
}
.sigsiuTree a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.sigsiuTree a.node, .sigsiuTree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.sigsiuTree a.node:hover, .sigsiuTree a.nodeSel:hover {
	color: #333333;
	text-decoration: underline;
}
.sigsiuTree a.nodeSel {
	background-color: #c0d2ec;
}
.sigsiuTree .clip {
	overflow: hidden;
}
div.sigsiuTree a, .sigsiuTree a, a.treeNode:hover, a.treeNode, a.treeNode:visited {
	color: #333333 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}
a.treeNode:active, a.treeNode:focus {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	background-color: #c0d2ec;
}


/* Styles for custom listings */
/* -------------------------------------------------------- */
div.directorCustomListingCatsHeader,
div.directorCustomListingItemsHeader {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.directorCustomListingHeader {
	padding-left: 5px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div#directorAlphaLinks {
	width: 98%;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
}


/* Styles for the plugin container */
/* -------------------------------------------------------- */
table.directorListing_plugins {
	border-style:none;
	width: 98%;
	padding-left: 8px;
}
div.directorFormAdmTabHeader {
	padding: 5px 2px 2px 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
div.directorFormAdmtabContent {
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
}

/* Labels */
/* -------------------------------------------------------- */
span.directorNewLabel {
	color: rgb(51, 51, 255);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.directorHotLabel {
	color: rgb(255, 0, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.directorUpdatedLabel {
	color: rgb(0, 153, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}