/**

* @version $Id: com_sobi2.css 3722 2008-03-11 08:06:33Z Radek Suski $

* @package: Sigsiu Online Business Index 2 */

/**

* Style Sheet of SOBI 2 Component com_sobi2.css

* ---------------------------------------------------------------------------

* @copyright Copyright (C) 2007 Sigsiu.NET (www.sigsiu.net). All rights reserved.

* @license see http://www.gnu.org/copyleft/lgpl.html GNU/LGPL.

* SOBI2 is free software; you can redistribute it and/or modify

* it under the terms of the GNU General Public License as published by

* the Free Software Foundation.

* Authors: Sigrid & Radek Suski, Sigsiu.NET */



/* main SOBI2 Style to overwrite standard styles */



div.sobi2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}
div.componentheading_sobi {
	height:100px;
	background:url(../../../templates/dnimiast/images/portal/h_catalog.jpg) 0px 0px no-repeat;
	font-size:0px;
	color:#CCCCCC;

}
div.sobi2 h1 {
	line-height: 24px;
	font-size: 22px;
}
div.sobi2 h2,  div.sobi2 h3,  div.sobi2 h4 {
	padding-left: 5px;
}
/* Style for Standard Joomla! mosmsg-class, because often undefined */

/* To use the style of your template, delete this entry. */

.message {
	background:url(../../../templates/dnimiast/images/portal/warning_message.gif) 20px 10px no-repeat #990000;
	padding-left:50px;
	padding-bottom:20px;
	padding-top:10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* if there is no mosmsg line defined by your template remove the display:none and SOBI2 will show its own mosmsg line */

#sobimsg {
	display:none;
}
/* Style of the Header Menu */

/* -------------------------------------------------------- */

/* Style of Header Menu */

table.sobi2Header {
	width:484px;
	text-align:center;
	border-style: none;
	background:url(../../../templates/dnimiast/images/portal/top_bg.gif) bottom repeat-x;
}
table.sobi2Header tr {
	vertical-align:top;
}
table.sobi2Header td {
	height:46px;
}
a.sobi2Header {
	padding:3px 5px 1px 20px;
	font-size: 12px;
	background:url(../../../templates/dnimiast/images/portal/buttons/menu/main_menu_btn.gif) 0px 2px no-repeat;
	overflow:hidden;
	text-decoration:none;
	color:#bd2933;
	border:1px #ccc solid;
}
a.sobi2Header:hover {
	color:#043875;
	background:url(../../../templates/dnimiast/images/portal/buttons/menu/main_menu_btn.gif) 0px -17px no-repeat #EEEEEE;
}
/* Style of Main Component Description */

/* -------------------------------------------------------- */
.sobi2Listing_field_description {
	display:block;
	height:30px;
	font-size:12px;
	overflow:hidden;
	margin:10px 10px;
}
table.sobi2CompDesc {
	padding: 5px;
	width: 98%;
}
/* Style of Category List */

/* -------------------------------------------------------- */

table#sobi2CatListSymbols {
	width: 98%;
}
table#sobi2CatListSymbols td {
	vertical-align: top;
	border-style: none;
}
/* Style of Category Icon */

img.sobi2CatIco {
	border-style: none;
	float: left;
	clear: left;
}
/* Style of Category Name */

p.sobi2CatName {
	font-size: 13px;
	padding:5px 5px 5px 50px;
	margin: 2px 0 2px 0;
}
p.sobi2CatName a {
	font-weight:bold;
	color:#003366;
}
p.sobi2CatName a:hover {
	color:#CC0000;
}
/* Style of Category Introtext */

p.sobi2CatsListSymbolsIntrotext {
	font-size: 11px;
	padding-left: 50px;
	display:block;
	background:#f9f9f9;
	border-top:1px #ccc dotted;
}
span.sobi2SubcatsList {
	display:block;
}
/* Style of the shown entries/subcategories numbers */

span.sobi2EditlinktipItems {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
	padding-left:5px;
}
span.sobi2EditlinktipCats {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
}
/* Style for Entries in Category View (Cards View) */

/* -------------------------------------------------------- */

table.sobi2Listing {
	width: 98%;
	margin-bottom: 10px;
	border-left:1px #ebebeb solid;
	border-right:1px #ebebeb solid;
	border-top:1px #ebebeb solid;
	border-bottom:4px #ececec solid;
}
table.sobi2Listing td {
	border-style: none;
	border-color: #3a4794;
	border-width: 2px;
	margin-top: 0px;
	vertical-align: top;
}
/* Style for empty Cards (Placeholder) */

table.sobi2Listing td.sobi2EmptyCell {
	border-style: none;
	background-color: #ffffff;
}
table.sobi2Listing input {
	float:left;
}
/* Style of Icon (Small Image) */

.sobi2Listing img {
	float: right;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
}
/* Style of Title (Name of Entry) */

p.sobi2ItemTitle {
	margin-left: 5px;
	margin-top:  5px;
	padding-left: 5px;
	padding-top: 5px;
	clear:left;
}
p.sobi2ItemTitle a {
	font-size: 16px;
	color:#000099;
	font-weight:bold;
	display:block;
	padding:3px 10px 3px 5px;
	margin:0px;
	border-left:4px #CC0000 solid;
	border-bottom:1px #ccc dotted;
}
p.sobi2ItemTitle a:hover {
	color:#c00;
}
/* Styles for the fields */

/* Add style for each field you added in the form span.sobi2Listing_field_yourname */

span.sobi2Listing_field_myfield,  span.sobi2Listing_field_street,  span.sobi2Listing_field_postcode,  span.sobi2Listing_field_county,  span.sobi2Listing_field_country,  span.sobi2Listing_field_email,  span.sobi2Listing_field_contact_person,  span.sobi2Listing_field_phone,  span.sobi2Listing_field_fax,  span.sobi2Listing_field_city,  span.sobi2Listing_field_hotline,  span.sobi2Listing_field_phone,  span.sobi2Listing_field_federal_state {
	padding-left: 10px;
	font-size:12px;
}
span.sobi2Listing_field_website {
	float:right;
	padding-right: 5px;
	margin-bottom: 15px;
}
/* Style of Edit and Delete Buttons in Category View */
div.edit_del_btns {
	width:450px;
	overflow:hidden;
	float:right;
}
input.sobi2EditEntryButton, td.edit_del_btns input.button {
	width:106px;
	height:26px;
	font-family:Arial;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	background:url(../../../templates/dnimiast/images/portal/red_btn.gif) 0px 0px no-repeat;
	line-height:26px;
	font-weight:bold;
	text-align:left;
	border:none;
	margin:0px;
}
input.sobi2EditEntryButton:hover, td.edit_del_btns input.button:hover  {
	background:url(../../../templates/dnimiast/images/portal/red_btn.gif) 0px -26px no-repeat;
	cursor:pointer;
}

/* Style for Page Navigation of Entries */

#sobi2PageNav {
	text-align: center;
	font-size:12px;
	padding-top:10px;
	background:url(../../../templates/dnimiast/images/portal/top_bg.gif) top repeat-x;
	color:#999999;
}
/* Style of Details View */

/* -------------------------------------------------------- */

table.sobi2Details {
	width: 98%;
	border-width:1px;
	background:url(../../../templates/dnimiast/images/portal/top_bg.gif) top repeat-x;

}
table.sobi2Details tr {
	vertical-align:top;
}
table.sobi2Details td {
	padding-left:5px;
	padding-right:5px;
}
/* Style of Entry Name */

table.sobi2Details h1 {
	margin:0px;
	padding-top: 10px;
	padding-bottom:10px;
}
/* Container for all custom fields data */

div#sobi2outer {
	float: left;
	margin-top: 0px;  /* position it vertically */
	padding-bottom: 5px; /* to fix IE bug */
}
/* Style of the Image */

img.sobi2DetailsImage {
	border:1px #ececec solid;
	padding:2px;
	float: right;
}
img.sobi2DetailsIcon {
}
/* Styles for the fields */

/* Add style for each field you added in the form span#sobi2Details_field_yourname */

span#sobi2Details_field_myfield,  span#sobi2Details_field_street,  span#sobi2Details_field_postcode,  span#sobi2Details_field_county,  span#sobi2Details_field_country,  span#sobi2Details_field_phone,  span#sobi2Details_field_fax,  span#sobi2Details_field_city,  span#sobi2Details_field_hotline,  span#sobi2Details_field_phone,  span#sobi2Details_field_contact_person,  span#sobi2Details_field_federal_state {
	font-size: 12px;
}
span#sobi2Details_field_website,  span#sobi2Details_field_email {
	padding-top: 8px;
	font-size: 12px;
	display: block;
}
span#sobi2Details_field_website a,  span#sobi2Details_field_email a {
	text-decoration:underline;
	color:#CC0000;
}
span#sobi2Details_field_website a:hover,  span#sobi2Details_field_email a:hover {
	color:#009900;
}
span#sobi2Details_field_description {
	display:block;
	font-size:12px;
	padding-top: 20px;
	margin-top: 0px; /* position it vertically */
}
/* Style for Way Search */
a.sobi2WaySearch {
	display:block;
	width:106px;
	height:26px;
	font-family:Arial;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	background:url(../../../templates/dnimiast/images/portal/map_btn.gif) 0px -26px no-repeat;
	text-indent:30px;
	line-height:26px;
	font-weight:bold;
}

a.sobi2WaySearch:hover {
	background:url(../../../templates/dnimiast/images/portal/map_btn.gif) 0px 0px no-repeat;
}
span.sobi2WaySearch img {
	padding-top: 8px;
	border-style: none;
	padding-left: 17px;
}
/* Style for Google Maps */

div#sobi2GoogleMaps {
	float: right;
	position: relative;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-right: 5px;
}
/* Style of Details Footer Line */

td.sobi2DetailsFooter {
	padding-left: 5px;
}

span.addedDate, span.showHits {
	display:block;
	height:20px;
	width:464px;
	line-height:20px;
	background:#ececec;
	font-size:11px;
	color:#666;
	margin-bottom:2px;
	text-align:center;
} 

/* Style of Edit and Delete Buttons in Details View */

input#sobi2EditEntryButton, input#sobi2DelEntryButton {
	float:right;
}
/* Style of Footer Line */

/* -------------------------------------------------------- */

td#sobi2Footer, td#sobi2Footer a {
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
	text-decoration: none;
	text-align:right;
}
table.sobi2Footer {
	width: 98%;
}
td#sobi2rss {
}
td#sobi2rss img {
	border-style: none;
	float: right;
}
/* Style of Entry Form */

/* -------------------------------------------------------- */

/* Header Line */


p#sobi2EditFormHeader {
	font-weight:bold;
	font-size: 16px;
	padding: 5px;
	display:block;
	padding:3px;
	border:1px #ccc solid;
	background:#f9f9f9;
}
/* Info Requested Fields */

#sobi2ReqFieldsInfo {
	padding: 5px;
	display:block;
	padding:3px;
	border:1px #CC0000 solid;
	color:#CC0000;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background:url(../../../templates/dnimiast/images/portal/corner_right.jpg) right bottom no-repeat #fff;
}
form#sobi2EditForm table,  table#sobi2FormTable {
	padding: 5px;
	width: 99%;
}
table#sobi2FormTable2, table#sobi2FormTable3 {
	width: 99%;
}
table#sobi2FormTable td,  table#sobi2FormTable2 td,  table#sobi2FormTable3 td {
	vertical-align: top;
	font-size:12px;
	color:#000066;
}
table#sobi2FormTable3 a {
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
}
table#sobi2FormTable3 a:hover {
	color:#990000;
}
/* 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#sobi2MetaKey,  textarea#sobi2MetaDesc,  input#sobi2Ico,  input#sobi2Img,  input#field_fax,  input#field_hotline,  input#field_street {
	font-size:12px;
	border:1px #ccc solid;
	background:#F9F9F9;
}
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.sobi2Ico,  label.sobi2Img,  label.sobi2MetaKey,  label.sobi2MetaDesc {
	font-size:12px;
}

textarea { width:290px; background:#f9f9f9; border:1px #ccc solid; }
/* Style for Checkboxes */

input#accept_rules,  input#field_website_on,  input#field_description_on {
	font-size:12px;
}
/* Style for Not Free Label */

span.sobi2FormNotFreeLabel {
	display: block;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	border:1px #cc0000 solid;
	padding:2px;
	text-align:center;
}
/* Style for Category Information/Descriptions */

table#sobi2FormCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#sobi2FormCats td {
	padding: 10px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
p#catsTitle, p#catIntroText {
	width: 98%;
	font-size: 14px;
	font-weight: bold;
}
p#catMsg {
	width: 98%;
}
/* Style for Add and Remove Button */

#sobi2AddCatBt, #sobi2RemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */

td.sobi2CatButtons {
	width: 50px;
	vertical-align: top;
}
/* Style for column with selected Categories */

td.sobi2CatSelected {
	vertical-align: top;
	width: 150px;
}
/* Styles for the box with Selected Categories */

select#sobi2SlectedCats {
	height: 100px;
	width: 150px;
	border:1px #ccc solid;
	background:#f9f9f9;
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
}
select#sobi2SlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}
/* Style for Safety Line */

table#sobi2FormFooter {
	float: left;
	clear: left;
}
table#sobi2FormFooter td {
	vertical-align: bottom;
}
img#seccode {
}
input#sobi2SendButton, input#sobi2CancelButton {
	float: right;
	display:block;
	width:160px;
	height:26px;
	border:none;
	color:#fff;
}
input#sobi2SendButton {
	background:url(../../../templates/dnimiast/images/portal/ok_btn.gif);
}
input#sobi2CancelButton {
	background:url(../../../templates/dnimiast/images/portal/cancel_btn.gif);
}
/* Style for Payment Info */

/* -------------------------------------------------------- */

/* Style for upload info */

p.sobi2msg {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 12px;
}
/* Container for all payment info */

div.sobi2PaymentContainer {
	width: 98%;
}
/* Style for Summary of Costs */

table#sobi2Payment {
	width:90%;
	margin-left: 5px;
	padding:10px;
	border:1px #ccc solid;
	background:#f9f9f9;
	font-size:12px;
}
table#sobi2Payment td,  td.sobi2PayOption {
	width: 70%;
	text-align: right;
}
td.sobi2PayFees {
	text-align: right;
}
td#sobi2PayTotal {
	text-align: right;
	border-top: solid 1px #606060;
	font-weight: bold;
	color: red;
}
/* Style for Payment Methods */

table#sobi2PaymentMethod {
	width: 70%;
	margin-top: 30px;
	margin-left: 5px;
}
table#sobi2PaymentMethod img {
	border-style: none;
}
table#sobi2PaymentMethod a:hover {
	font-style: normal;
	text-decoration: none;
}
table#sobi2PaymentMethodBank,  table#sobi2PaymentMethodPayPal {
	width: 99%;
	margin-top: 15px;
	border-style: none;
	font-size:12px;
}
td#sobi2PaymentMethodBank,  td#sobi2PaymentMethodPayPal {
	text-align: left;
	vertical-align: top;
	border-style: none;
}
td#sobi2PaymentMethodBank b {
	padding-bottom: 3px;
	display: block;
}
/* Styles for Searching */

/* -------------------------------------------------------- */

table.sobi2eSearchForm {
	width: 95%;
	margin-left: 5px;
}
span#sobi2SearchResultsSerchingString {
	font-weight: bold;
}
div#sobiSearchResponseContainer table {
	width:95%;
}
/* Styles for the new extended search function */

/* -------------------------------------------------------- */

/* height of the Div of category chooser */

div#sobiSearchFormCatsSelection {
}
/* select boxes with categories */

.catChooseBox {
}
#sobiSearchFormExtOptToggle {
	display: inline;
}
div#SobiSearchForm2dropsy {
	margin-left: 10px;
}
td#sobi2eSearchEmptyCell {
	width: 50%;
}
/* Style for the Menu Module */

/* -------------------------------------------------------- */

div.sobi2MenuMod {
	margin-bottom: 8px;
	margin-top: 3px;
	padding:100px 2px 0px 2px;
	background:url(../../../templates/dnimiast/images/sobi/h_katalog.jpg) left top no-repeat #fff;
	border-bottom:3px #a33038 solid;
}
/* Style for the Search & Add Entry Links */

a.sobi2MenuModA {
	margin-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div.sobi2MenuModNew a {
	display:block;
	height:60px;
	overflow:hidden;
	background:url(../../../templates/dnimiast/images/sobi/add_entry_btn.png) 0px 0px no-repeat;
	font-size:0px;
	color:#fff;

}
div.sobi2MenuModNew a:hover {
	background-position:0px -60px;
}
div.sobi2MenuMod ul {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	width:176px;
	background:url(../../../templates/dnimiast/images/sobi/star_bg.gif) bottom right no-repeat #fff;
}
div.sobi2MenuMod ul a {
	display:block;
	margin:0px 0px 1px 0px;
	text-indent:20px;
	height:22px;
	border-bottom:1px #ccc solid;
	line-height:22px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../../../templates/dnimiast/images/sobi/main_menu_btn.gif) 0px 2px no-repeat;
	color:#a33038;
}
div.sobi2MenuMod ul a:hover {
	background:url(../../../templates/dnimiast/images/sobi/main_menu_btn.gif) 0px -17px no-repeat #F5F5F5;
	color:#043875;
}
/* 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.sobi2CustomListingCatsHeader,  div.sobi2CustomListingItemsHeader {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.sobi2CustomListingHeader {
	padding-left: 5px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div#sobi2AlphaLinks {
	width: 98%;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
	margin-bottom:10px;
	border-bottom:3px #a32f38 solid;
	background:url(../../../templates/dnimiast/images/portal/top_bg.gif) top repeat-x;
}
div#sobi2AlphaLinks a {
	font-size:12px;
	font-weight:bold;
	color:#003366;
}
div#sobi2AlphaLinks a:hover {
	color:#CC0000;
}
/* Styles for the plugin container */

/* -------------------------------------------------------- */

table.sobi2Listing_plugins {
	border-style:none;
	width: 98%;
	padding-left: 8px;
}
div.sobi2FormTabHeader {
	padding: 5px 2px 2px 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
div.sobi2FormtabContent {
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
}
/* Labels */

/* -------------------------------------------------------- */

span.sobiNewLabel {
	color: rgb(51, 51, 255);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.sobiHotLabel {
	color: rgb(255, 0, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.sobiUpdatedLabel {
	color: rgb(0, 153, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
td.szczegolowy {
	background:url(../../../templates/dnimiast/images/sobi/star_bg.gif) bottom right no-repeat;
}
.inputbox {
        border:1px #ccc solid;
        font-size:12px;
}
a.sobi2readMore {
	display:block;
	width:106px;
	height:26px;
	font-family:Arial;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	background:url(../../../templates/dnimiast/images/portal/color_btn.gif) 0px -26px no-repeat;
	text-indent:10px;
	line-height:26px;
	font-weight:bold;
        float:right;
}
a.sobi2readMore:hover {
        background:url(../../../templates/dnimiast/images/portal/color_btn.gif) 0px 0px no-repeat;
}
