/**
* @version $Id: com_toko2.css 5123 2009-05-14 15:27:13Z Sigrid Suski $
* @package: Sigsiu Online Business Index 2 */
/**
* Style Sheet of TOKO 2 Component com_toko2.css
* ---------------------------------------------------------------------------
* @copyright Copyright (C) 2007 Sigsiu.NET (www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/copyleft/lgpl.html GNU/LGPL.
* TOKO2 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 TOKO2 Style to overwrite standard styles */

.toko2CompDesc span.pathway {
  margin:0!important;
}
.toko2Details span.pathway {
  margin:0!important;
}

div.toko2 {
}
div.toko2 h1 {
  line-height: 24px;
  font-size: 22px;
  color:red;
}
div.toko2 h2,
div.toko2 h3,
div.toko2 h4 {
  padding-left: 5px;
}

div.toko2latest {
border: 1px solid #336600;
width: 105px;
height: 130px;
background-color: #eeeea1;
margin: 6px!important;
}
div.toko2latest img {
/*border: 1px solid blue!important;*/
}
div.toko2latest 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 TOKO2 will show its own mosmsg line */
#tokomsg {
  display:none;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.toko2Header {
  border-style: none;
}
a.toko2Header {
  padding: 5px;
  font-size: 14px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.toko2CompDesc {
  padding: 5px;
  width: 98%;
}

/* Style of Category List */
/* -------------------------------------------------------- */
table#toko2CatListSymbols {
  width: 98%;
}
table#toko2CatListSymbols td {
  vertical-align: top;
  border-style: none;
}
div.toko2catempty {
  margin: 10px 0px 10px 8px;
  font-weight: bold;
}

/* Style of Category Icon */
img.toko2CatIco {
  border-style: none;
  float: left;
  clear: left;
}

/* Style of Category Name */
p.toko2CatName {
font-size:11px;
margin-top:-6px;
padding-left:15px;
}
/* Style of Category Introtext */
p.toko2CatsListSymbolsIntrotext {
  font-size: 11px;
  padding-left: 50px;
  margin-top: 4px;
}

span.toko2SubcatsList {
  display:block;
}

/* Style of the shown entries/subcategories numbers */
span.toko2EditlinktipItems {
  text-decoration:  none;
  border-bottom: 1px dashed #aaa;
  padding-left:5px;
}
span.toko2EditlinktipCats {
  text-decoration:  none;
  border-bottom: 1px dashed #aaa;
}


/* Style for Entries in Category View (Cards View) */
/* -------------------------------------------------------- */
table.toko2Listing {
  width: 100%;
  margin-bottom: 10px;
}
table.toko2Listing td {
  border-style: none;
  border-color: #3a4794;
  border-width: 2px;
  margin-top: 0px;
  vertical-align: top;
  padding:5px;
}

/* Style for empty Cards (Placeholder) */
table.toko2Listing td.toko2EmptyCell {
  border-style: none;
  background-color: #ffffff;
}
table.toko2Listing input {
  float:left;
}

/* Style of Icon (Small Image) */
.toko2Listing img {
float:right;
}
.kategori img {
  padding:2px;
  margin:5px;
  float:right;
}

/* Style of Title (Name of Entry) */
p.toko2ItemTitle {

  margin-top:  5px;
  font-weight:bold;
  padding-top: 5px;
  clear:left;
  display:inline;
}
p.toko2ItemTitle a {
   font-size: 16px;
  color:red;
  font-weight:bold;
}

/* Styles for the fields */
/* Add style for each field you added in the form span.toko2Listing_field_yourname */
span.toko2Listing_field_street,
span.toko2Listing_field_postcode,
span.toko2Listing_field_county,
span.toko2Listing_field_country,
span.toko2Listing_field_email,
span.toko2Listing_field_contact_person,
span.toko2Listing_field_phone,
span.toko2Listing_field_fax,
span.toko2Listing_field_city,
span.toko2Listing_field_hotline,
span.toko2Listing_field_phone,
span.toko2Listing_field_valid,
span.toko2Listing_field_federal_state {
  padding-left: 10px;
}
span.toko2Listing_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.toko2Listing_field_yourname_label */
span.toko2Listing_field_street_label,
span.toko2Listing_field_postcode_label,
span.toko2Listing_field_county_label,
span.toko2Listing_field_country_label,
span.toko2Listing_field_email_label,
span.toko2Listing_field_contact_person_label,
span.toko2Listing_field_phone_label,
span.toko2Listing_field_fax_label,
span.toko2Listing_field_city_label,
span.toko2Listing_field_hotline_label,
span.toko2Listing_field_phone_label,
span.toko2Listing_field_federal_state_label,
span.toko2Listing_field_website_label {
  font-weight: normal;
}


/* Style of Edit and Delete Buttons in Category View */
input.toko2EditEntryButton {
}

/* Style for Page Navigation of Entries */
#toko2PageNav {
  text-align: center;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.toko2Details {
  margin-top: 15px;
  margin-left: 5px;
  padding: 10px;
  width: 98%;
background-color: #F7F7F7;
}
/* Style of Entry Name */
table.toko2Details h1 {
  padding-top: 5px;
}

/* Container for all custom fields data */
div#toko2outer{
  float: left;
  margin-top: 0px;  /* position it vertically */
  padding-bottom: 5px; /* to fix IE bug */
}

/* Style of the Image */
img.toko2DetailsImage{
  border-style: none;
  float: none;
}
img.toko2DetailsIcon {
}

/* Styles for the fields */
/* Add style for each field you added in the form span#toko2Details_field_yourname */
span#toko2Details_field_myfield,
span#toko2Details_field_street,
span#toko2Details_field_postcode,
span#toko2Details_field_county,
span#toko2Details_field_country,
span#toko2Details_field_phone,
span#toko2Details_field_fax,
span#toko2Details_field_city,
span#toko2Details_field_hotline,
span#toko2Details_field_phone,
span#toko2Details_field_contact_person,
span#toko2Details_field_federal_state {
  font-size: 12px;
}
span#toko2Details_field_website,
span#toko2Details_field_email {
  padding-top: 8px;
  font-size: 12px;
  display: block;
}
span#toko2Details_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#toko2Listing_field_yourname_label */
span#toko2Listing_field_street_label,
span#toko2Listing_field_postcode_label,
span#toko2Listing_field_county_label,
span#toko2Listing_field_country_label,
span#toko2Listing_field_email_label,
span#toko2Listing_field_contact_person_label,
span#toko2Listing_field_phone_label,
span#toko2Listing_field_fax_label,
span#toko2Listing_field_city_label,
span#toko2Listing_field_hotline_label,
span#toko2Listing_field_phone_label,
span#toko2Listing_field_federal_state_label,
span#toko2Listing_field_website_label {
  font-weight: bold;
}

p.toko2ExpMsg {
  padding-left: 10px;  
}

/* Style for Way Search */
span.toko2WaySearch {
  border-style: none;
  float: right;
  clear: right;
  margin-top: 15px; /* position it vertically */
  display: block;
  padding-right: 5px;
}
span.toko2WaySearch img {
  padding-top: 8px;
  border-style: none;
  padding-left: 17px;
}

/* Style for Google Maps */
div#toko2GoogleMaps {
  float: right;
  position: relative;
  border: 1px solid #333333;
  margin-top: 30px;
  margin-right: 5px;
}

/* Style of Details Footer Line */
td.toko2DetailsFooter {
  padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#toko2EditEntryButton, input#toko2DelEntryButton {
  float:right;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#toko2Footer, td#toko2Footer a {
  font-size: 9px;
  color: #999999;
  padding-top: 10px;
  text-decoration: none;
}
table.toko2Footer {
  width: 98%;
}
td#toko2rss {
}
td#toko2rss img {
  border-style: none;
  float: right;
}

/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#toko2EditFormHeader {
  font-weight:bold;
  font-size: 14px;
  padding: 5px;
}

/* Info Requested Fields */
#toko2ReqFieldsInfo {
  padding: 5px;
}

form#toko2EditForm table,
table#toko2FormTable {
  padding: 5px;
  width: 99%;
}
table#toko2FormTable2, table#toko2FormTable3 {
    width: 99%;
}
table#toko2FormTable td,
table#toko2FormTable2 td,
table#toko2FormTable3 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#toko2MetaKey,
textarea#toko2MetaDesc,
input#toko2Ico,
input#toko2Img,
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.toko2Ico,
label.toko2Img,
label.toko2MetaKey,
label.toko2MetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.toko2FormNotFreeLabel {
  display: block;
  padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#toko2FormCats {
  width: 99%;
  border-style: none;
  margin: 10px;
}
table#toko2FormCats 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 */
#toko2AddCatBt, #toko2RemoveCatBt {
  width:50px;
}
/* Style for column with Buttons */
td.toko2CatButtons {
  width: 50px;
  vertical-align: top;
}

/* Style for column with selected Categories */
td.toko2CatSelected {
  vertical-align: top;
  width: 150px;
}
/* Styles for the box with Selected Categories */
select#toko2SlectedCats {
  height: 100px;
  width: 150px;
}
select#toko2SlectedCatsID {
  height: 0px;
  width:  0px;
  border-style: none;
}

/* Style for Safety Line */
table#toko2FormFooter {
  float: left;
  clear: left;
}
table#toko2FormFooter td {
  vertical-align: bottom;
}
img#seccode {
}
input#toko2SendButton {
  float: right;
}
input#toko2CancelButton {
  float: right;
}

/* Style for Payment Info */
/* -------------------------------------------------------- */
/* Style for upload info */
p.toko2msg {
  padding-top: 15px;
  padding-left: 5px;
  font-size: 12px;
}
/* Container for all payment info */
div.toko2PaymentContainer {
  width: 98%;
  padding: 10px 0px 10px 10px;
  margin-bottom: 25px;
  border: 1px solid #D0D0D0;
}

/* Style for Summary of Costs */
table#toko2Payment {
  width: 50%;
  margin-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
table#toko2Payment td,
td.toko2PayOption {
  width: 70%;
  text-align: right;
}
td.toko2PayFees {
  width: 30%;
  text-align: right;
}
td#toko2PayTotal {
  width: 30%;
  text-align: right;
  border-top: solid 1px #606060;
  font-weight: bold;
  color: red;
}

/* Style for Renewal Messages */
div.toko2RenewHeader ,
div.toko2AddEditHeader {
  padding: 20px 0 20px 0px;
}
div.toko2RenewExpl {
  padding: 0 0 25px 6px;
  font-weight: bold;
}
#toko2RenewEntryButton {
  margin-left: 10px;
}

/* Style for Payment Methods */
table#toko2PaymentMethod {
  width: 70%;
  margin-top: 30px;
  margin-left: 5px;
}
table#toko2PaymentMethod a:hover {
  font-style: normal;
  text-decoration: none;
}
p.toko2PaymentMethodHeader {
  font-weight:bold;
  font-size: 110%;
  padding-bottom: 10px;
}
table#toko2PaymentMethodBank,
table#toko2PaymentMethodPayPal {
  width: 60%;
  margin-top: 15px;
  border-style: none;
  padding-left: 10px;
}
div.toko2PaymentContainer h3 {
  font-size: 120%;
}

/* Styles for Searching */
/* -------------------------------------------------------- */
table.toko2eSearchForm {
  width: 95%;
  margin-left: 5px;
}

span#toko2SearchResultsSerchingString {
  font-weight: bold;
}
div#tokoSearchResponseContainer table {
  width:95%;
}

/* Styles for the new extended search function */
/* -------------------------------------------------------- */
/* height of the Div of category chooser */
div#tokoSearchFormCatsSelection {
}
/* select boxes with categories */
.catChooseBox {
}
#tokoSearchFormExtOptToggle {
  display: inline;
}
div#TokoSearchForm2dropsy {
  margin-left: 10px;
}
/* Label for the search box */
td#toko2eSearchLabel {
  width: 75px;
}
td#toko2eSearchBox {
}
td#toko2eSearchButton {
}
td#toko2eSearchEmptyCell {
  width: 50%;
}
td#toko2eSearchPhrases,
td#toko2eSearchButtonLine {
  width: 100%;
}
/* Label for the fields */

td.toko2eSearchLabel {
  width: 150px;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.toko2MenuMod {
  margin-bottom: 8px;
  margin-top: 10px;
}
div.toko2MenuModNew_menu a,
div.toko2MenuModSearch_menu a
{
}
div.toko2MenuModNew,
div.toko2MenuModSearch {
  float: left;
  margin: 2px 5px 0px 5px;
}


/* 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 {
}
.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-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.toko2CustomListingCatsHeader,
div.toko2CustomListingItemsHeader {
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
div.toko2CustomListingHeader {
  padding-left: 5px;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}
div#toko2AlphaLinks {
  width: 98%;
  text-align: center;
  padding: 5px;
  padding-bottom: 15px;
}


/* Styles for the plugin container */
/* -------------------------------------------------------- */
table.toko2Listing_plugins {
  border-style:none;
  width: 98%;
  padding-left: 8px;
}
div.toko2FormTabHeader {
  padding: 5px 2px 2px 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
div.toko2FormtabContent {
  overflow: hidden;
  margin-left: 5px;
  margin-top: 5px;
}

/* Labels */
/* -------------------------------------------------------- */
span.tokoNewLabel {
  color: rgb(51, 51, 255);
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}
span.tokoHotLabel {
  color: rgb(255, 0, 0);
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}
span.tokoUpdatedLabel {
  color: rgb(0, 153, 0);
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}