/**
* @version $Id: com_sobivendor.css 4820 2009-01-05 11:46:25Z Radek Suski $
* @package: Sigsiu Online Business Index 2 */
/**
* Style Sheet of SOBIVENDOR 2 Component com_sobivendor.css
* ---------------------------------------------------------------------------
* @copyright Copyright (C) 2007 Sigsiu.NET (www.sigsiu.net). All rights reserved.
* Authors: Sigrid & Radek Suski, Sigsiu.NET */

/* main SOBIVENDOR Style to overwrite standard styles */

div.sobivendor {
}
div.sobivendor h1 {
	line-height: 24px;
	font-size: 22px;
}
div.sobivendor h2,
div.sobivendor h3,
div.sobivendor h4 {
	padding-left: 5px;
}

/* 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 SOBIVENDOR will show its own mosmsg line */
#sobivendormsg {
	display:none;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.sobivendorHeader {
	border-style: none;
}
a.sobivendorHeader {
	padding: 5px;
	font-size: 14px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.sobivendorCompDesc {
	padding: 5px;
	width: 98%;
}

/* Style of Category List */
/* -------------------------------------------------------- */
table#sobivendorCatListSymbols {
	width: 98%;
}
table#sobivendorCatListSymbols td {
	vertical-align: top;
	border-style: none;
}

/* Style of Category Icon */
img.sobivendorCatIco {
	border-style: none;
	float: left;
	clear: left;
}

/* Style of Category Name */
p.sobivendorCatName {
	font-size: 13px;
	padding-left: 50px;
	margin: 2px 0 2px 0;
}
/* Style of Category Introtext */
p.sobivendorCatsListSymbolsIntrotext {
	font-size: 11px;
	padding-left: 50px;
	margin-top: 4px;
}

span.sobivendorSubcatsList {
	display:block;
}

/* Style of the shown entries/subcategories numbers */
span.sobivendorEditlinktipItems {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
	padding-left:5px;
}
span.sobivendorEditlinktipCats {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
}


/* Style for Entries in Category View (Cards View) */
/* -------------------------------------------------------- */
table.sobivendorListing {
	width: 98%;
	margin-bottom: 10px;
}
table.sobivendorListing td {
	border-style: none;
	border-color: #3a4794;
	border-width: 2px;
	margin-top: 0px;
	vertical-align: top;
}

/* Style for empty Cards (Placeholder) */
table.sobivendorListing td.sobivendorEmptyCell {
	border-style: none;
	background-color: #ffffff;
}
table.sobivendorListing input {
	float:left;
}

/* Style of Icon (Small Image) */
.sobivendorListing img {
	float: right;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
}

/* Style of Title (Name of Entry) */
p.sobivendorItemTitle {
	margin-left: 5px;
	margin-top:  5px;
	padding-left: 5px;
	padding-top: 5px;
	clear:left;
}
p.sobivendorItemTitle a {
 	font-size: 13px;
}

/* Styles for the fields */
/* Add style for each field you added in the form span.sobivendorListing_field_yourname */
span.sobivendorListing_field_street,
span.sobivendorListing_field_postcode,
span.sobivendorListing_field_county,
span.sobivendorListing_field_country,
span.sobivendorListing_field_email,
span.sobivendorListing_field_contact_person,
span.sobivendorListing_field_phone,
span.sobivendorListing_field_fax,
span.sobivendorListing_field_city,
span.sobivendorListing_field_hotline,
span.sobivendorListing_field_phone,
span.sobivendorListing_field_federal_state {
	padding-left: 10px;
}
span.sobivendorListing_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.sobivendorListing_field_yourname_label */
span.sobivendorListing_field_street_label,
span.sobivendorListing_field_postcode_label,
span.sobivendorListing_field_county_label,
span.sobivendorListing_field_country_label,
span.sobivendorListing_field_email_label,
span.sobivendorListing_field_contact_person_label,
span.sobivendorListing_field_phone_label,
span.sobivendorListing_field_fax_label,
span.sobivendorListing_field_city_label,
span.sobivendorListing_field_hotline_label,
span.sobivendorListing_field_phone_label,
span.sobivendorListing_field_federal_state_label,
span.sobivendorListing_field_website_label {
	font-weight: normal;
}


/* Style of Edit and Delete Buttons in Category View */
input.sobivendorEditEntryButton {
}

/* Style for Page Navigation of Entries */
#sobivendorPageNav {
	text-align: center;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.sobivendorDetails {
	margin-top: 15px;
	margin-left: 5px;
	padding: 10px;
	width: 98%;
}
/* Style of Entry Name */
table.sobivendorDetails h1 {
	padding-top: 5px;
}

/* Container for all custom fields data */
div#sobivendorouter{
	float: left;
	margin-top: 0px;  /* position it vertically */
	padding-bottom: 5px; /* to fix IE bug */
}

/* Style of the Image */
img.sobivendorDetailsImage{
	border-style: none;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}
img.sobivendorDetailsIcon {
}

/* Styles for the fields */
/* Add style for each field you added in the form span#sobivendorDetails_field_yourname */
span#sobivendorDetails_field_myfield,
span#sobivendorDetails_field_street,
span#sobivendorDetails_field_postcode,
span#sobivendorDetails_field_county,
span#sobivendorDetails_field_country,
span#sobivendorDetails_field_phone,
span#sobivendorDetails_field_fax,
span#sobivendorDetails_field_city,
span#sobivendorDetails_field_hotline,
span#sobivendorDetails_field_phone,
span#sobivendorDetails_field_contact_person,
span#sobivendorDetails_field_federal_state {
	font-size: 12px;
}
span#sobivendorDetails_field_website,
span#sobivendorDetails_field_email {
	padding-top: 8px;
	display: block;
}
span#sobivendorDetails_field_description {
	display:block;
	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#sobivendorListing_field_yourname_label */
span#sobivendorListing_field_street_label,
span#sobivendorListing_field_postcode_label,
span#sobivendorListing_field_county_label,
span#sobivendorListing_field_country_label,
span#sobivendorListing_field_email_label,
span#sobivendorListing_field_contact_person_label,
span#sobivendorListing_field_phone_label,
span#sobivendorListing_field_fax_label,
span#sobivendorListing_field_city_label,
span#sobivendorListing_field_hotline_label,
span#sobivendorListing_field_phone_label,
span#sobivendorListing_field_federal_state_label,
span#sobivendorListing_field_website_label {
	font-weight: bold;
}

/* Style for Way Search */
span.sobivendorWaySearch {
	border-style: none;
	float: right;
	clear: right;
	margin-top: 15px; /* position it vertically */
	display: block;
	padding-right: 5px;
}
span.sobivendorWaySearch img {
	padding-top: 8px;
	border-style: none;
	padding-left: 17px;
}

/* Style for Google Maps */
div#sobivendorGoogleMaps {
	float: right;
	position: relative;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-right: 5px;
}

/* Style of Details Footer Line */
td.sobivendorDetailsFooter {
	padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#sobivendorEditEntryButton, input#sobivendorDelEntryButton {
	float:right;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#sobivendorFooter, td#sobivendorFooter a {
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
	text-decoration: none;
}
table.sobivendorFooter {
	width: 98%;
}
td#sobivendorrss {
}
td#sobivendorrss img {
	border-style: none;
	float: right;
}

/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#sobivendorEditFormHeader {
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
}

/* Info Requested Fields */
#sobivendorReqFieldsInfo {
	padding: 5px;
}

form#sobivendorEditForm table,
table#sobivendorFormAdmTable {
	padding: 5px;
	width: 99%;
}
table#sobivendorFormAdmTable2, table#sobivendorFormAdmTable3 {
    width: 99%;
}
table#sobivendorFormAdmTable td,
table#sobivendorFormAdmTable2 td,
table#sobivendorFormAdmTable3 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#sobivendorMetaKey,
textarea#sobivendorMetaDesc,
input#sobivendorIco,
input#sobivendorImg,
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.sobivendorIco,
label.sobivendorImg,
label.sobivendorMetaKey,
label.sobivendorMetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.sobivendorFormAdmNotFreeLabel {
	display: block;
	padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#sobivendorFormAdmCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#sobivendorFormAdmCats 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 */
#sobivendorAddCatBt, #sobivendorRemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */
td.sobivendorCatButtons {
	width: 50px;
	vertical-align: top;
}

/* Style for column with selected Categories */
td.sobivendorCatSelected {
	vertical-align: top;
	width: 150px;
}
/* Styles for the box with Selected Categories */
select#sobivendorSlectedCats {
	height: 100px;
	width: 150px;
}
select#sobivendorSlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}

/* Style for Safety Line */
table#sobivendorFormAdmFooter {
	float: left;
	clear: left;
}
table#sobivendorFormAdmFooter td {
	vertical-align: bottom;
}
img#seccode {
}
input#sobivendorSendButton {
	float: right;
}
input#sobivendorCancelButton {
	float: right;
}

/* Style for Payment Info */
/* -------------------------------------------------------- */
/* Style for upload info */
p.sobivendormsg {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 12px;
}
/* Container for all payment info */
div.sobivendorPaymentContainer {
	width: 98%;
}

/* Style for Summary of Costs */
table#sobivendorPayment {
	width: 50%;
	margin-left: 5px;
	padding-right: 5px;
}
table#sobivendorPayment td,
td.sobivendorPayOption {
	width: 70%;
	text-align: right;
}
td.sobivendorPayFees {
	width: 30%;
	text-align: right;
}
td#sobivendorPayTotal {
	width: 30%;
	text-align: right;
	border-top: solid 1px #606060;
	font-weight: bold;
	color: red;
}

/* Style for Payment Methods */
table#sobivendorPaymentMethod {
	width: 70%;
	margin-top: 30px;
	margin-left: 5px;
}
table#sobivendorPaymentMethod img {
	border-style: none;
}
table#sobivendorPaymentMethod a:hover {
	font-style: normal;
	text-decoration: none;
}
table#sobivendorPaymentMethodBank,
table#sobivendorPaymentMethodPayPal {
	width: 60%;
	margin-top: 15px;
	border-style: none;
}
td#sobivendorPaymentMethodBank,
td#sobivendorPaymentMethodPayPal {
	text-align: left;
	vertical-align: top;
	border-style: none;
}
td#sobivendorPaymentMethodBank b {
	padding-bottom: 3px;
	display: block;
}


/* Styles for Searching */
/* -------------------------------------------------------- */
table.sobivendoreSearchForm {
	width: 95%;
	margin-left: 5px;
}

span#sobivendorSearchResultsSerchingString {
	font-weight: bold;
}
div#sobivendorSearchResponseContainer table {
	width:95%;
}

/* Styles for the new extended search function */
/* -------------------------------------------------------- */
/* height of the Div of category chooser */
div#sobivendorSearchFormCatsSelection {
}
/* select boxes with categories */
.catChooseBox {
}
#sobivendorSearchFormExtOptToggle {
	display: inline;
}
div#SobivendorSearchForm2dropsy {
	margin-left: 10px;
}
/* Label for the search box */
td#sobivendoreSearchLabel {
	width: 75px;
}
td#sobivendoreSearchBox {
}
td#sobivendoreSearchButton {
}
td#sobivendoreSearchEmptyCell {
	width: 50%;
}
td#sobivendoreSearchPhrases,
td#sobivendoreSearchButtonLine {
	width: 100%;
}
/* Label for the fields */
td.sobivendoreSearchLabel {
	width: 150px;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.sobivendorMenuMod {
	margin-bottom: 8px;
	margin-top: 10px;
}

/* Style for the Search & Add Entry Links */
a.sobivendorMenuModA {
	margin-left: 20px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* Style of dTree 2.05 */
/* Copyright (c) 2002-2003 Geir Landr??? */
/* -------------------------------------------------------- */
.dtree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	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;
}
.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 {
	background-color: #c0d2ec;
}
.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;
	background-color: #c0d2ec;
}


/* Styles for SigsiuTree */
/* -------------------------------------------------------- */
.sigsiuTree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	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.sobivendorCustomListingCatsHeader,
div.sobivendorCustomListingItemsHeader {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.sobivendorCustomListingHeader {
	padding-left: 5px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div#sobivendorAlphaLinks {
	width: 98%;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
}


/* Styles for the plugin container */
/* -------------------------------------------------------- */
table.sobivendorListing_plugins {
	border-style:none;
	width: 98%;
	padding-left: 8px;
}
div.sobivendorFormAdmTabHeader {
	padding: 5px 2px 2px 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
div.sobivendorFormAdmtabContent {
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
}

/* Labels */
/* -------------------------------------------------------- */
span.sobivendorNewLabel {
	color: rgb(51, 51, 255);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.sobivendorHotLabel {
	color: rgb(255, 0, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.sobivendorUpdatedLabel {
	color: rgb(0, 153, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}