/**
* @version $Id: com_showcase.css 5123 2009-05-14 15:27:13Z Sigrid Suski $
* @package: Sigsiu Online Business Index 2 */
/**
* Style Sheet of SHOWCASE 2 Component com_showcase.css
* ---------------------------------------------------------------------------
* @copyright Copyright (C) 2007 Sigsiu.NET (www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/copyleft/lgpl.html GNU/LGPL.
* SHOWCASE 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 SHOWCASE Style to overwrite standard styles */

.showcaseCompDesc span.pathway {
	margin:0!important;
}
.showcaseDetails span.pathway {
	margin:0!important;
}

div.showcase {
}
div.showcase h1 {
	line-height: 24px;
	font-size: 22px;
}
div.showcase h2,
div.showcase h3,
div.showcase h4 {
	padding-right: 5px;
}

div.showcaselatest {
border: 1px solid #336600;
width: 105px;
height: 130px;
background-color: #eeeea1;
margin: 6px!important;
}
div.showcaselatest img {
/*border: 1px solid blue!important;*/
}
div.showcaselatest 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 SHOWCASE will show its own mosmsg line */
#showcasemsg {
	display:none;
}

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

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.showcaseCompDesc {
	padding: 5px;
	width: 98%;
}

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

/* Style of Category Icon */
img.showcaseCatIco {
	border-style: none;
}

/* Style of Category Name */
p.showcaseCatName {
	font-size: 15px;
        font-weight: bold;
	/*padding-left: 50px;*/
	margin: 2px 0 2px 0;
        /*padding-top 110px!important;*/
        text-align: center;
}
/* Style of Category Introtext */
p.showcaseCatsListSymbolsIntrotext {
	font-size: 11px;
	padding-left: 50px;
	margin-top: 4px;
}

span.showcaseSubcatsList {
	display:block;
}

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


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

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

/* Style of Icon (Small Image) */
.showcaseListing img {
	float: right;
	border-style: none;
}

/* Style of Title (Name of Entry) */
p.showcaseItemTitle {
	margin-left: 5px;
	margin-top:  5px;
	padding-left: 5px;
	padding-top: 5px;
	clear:left;
}
p.showcaseItemTitle a {
 	font-size: 13px;
}

/* Styles for the fields */
/* Add style for each field you added in the form span.showcaseListing_field_yourname */
span.showcaseListing_field_street,
span.showcaseListing_field_postcode,
span.showcaseListing_field_county,
span.showcaseListing_field_country,
span.showcaseListing_field_email,
span.showcaseListing_field_contact_person,
span.showcaseListing_field_phone,
span.showcaseListing_field_fax,
span.showcaseListing_field_city,
span.showcaseListing_field_hotline,
span.showcaseListing_field_phone,
span.showcaseListing_field_federal_state {
	padding-left: 10px;
}
span.showcaseListing_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.showcaseListing_field_yourname_label */
span.showcaseListing_field_street_label,
span.showcaseListing_field_postcode_label,
span.showcaseListing_field_county_label,
span.showcaseListing_field_country_label,
span.showcaseListing_field_email_label,
span.showcaseListing_field_contact_person_label,
span.showcaseListing_field_phone_label,
span.showcaseListing_field_fax_label,
span.showcaseListing_field_city_label,
span.showcaseListing_field_hotline_label,
span.showcaseListing_field_phone_label,
span.showcaseListing_field_federal_state_label,
span.showcaseListing_field_website_label {
	font-weight: normal;
}


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

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


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

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

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

/* Styles for the fields */
/* Add style for each field you added in the form span#showcaseDetails_field_yourname */
span#showcaseDetails_field_myfield,
span#showcaseDetails_field_street,
span#showcaseDetails_field_postcode,
span#showcaseDetails_field_county,
span#showcaseDetails_field_country,
span#showcaseDetails_field_phone,
span#showcaseDetails_field_fax,
span#showcaseDetails_field_city,
span#showcaseDetails_field_hotline,
span#showcaseDetails_field_phone,
span#showcaseDetails_field_contact_person,
span#showcaseDetails_field_federal_state {
	font-size: 12px;
}
span#showcaseDetails_field_website,
span#showcaseDetails_field_email {
	padding-top: 8px;
	font-size: 12px;
	display: block;
}
span#showcaseDetails_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#showcaseListing_field_yourname_label */
span#showcaseListing_field_street_label,
span#showcaseListing_field_postcode_label,
span#showcaseListing_field_county_label,
span#showcaseListing_field_country_label,
span#showcaseListing_field_email_label,
span#showcaseListing_field_contact_person_label,
span#showcaseListing_field_phone_label,
span#showcaseListing_field_fax_label,
span#showcaseListing_field_city_label,
span#showcaseListing_field_hotline_label,
span#showcaseListing_field_phone_label,
span#showcaseListing_field_federal_state_label,
span#showcaseListing_field_website_label {
	font-weight: bold;
}

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

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

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

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

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


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

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

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

form#showcaseEditForm table,
table#showcaseFormAdmTable {
	padding: 5px;
	width: 99%;
}
table#showcaseFormAdmTable2, table#showcaseFormAdmTable3 {
    width: 99%;
}
table#showcaseFormAdmTable td,
table#showcaseFormAdmTable2 td,
table#showcaseFormAdmTable3 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#showcaseMetaKey,
textarea#showcaseMetaDesc,
input#showcaseIco,
input#showcaseImg,
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.showcaseIco,
label.showcaseImg,
label.showcaseMetaKey,
label.showcaseMetaDesc {
}

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

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

/* Style for Category Information/Descriptions */
table#showcaseFormAdmCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#showcaseFormAdmCats 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 */
#showcaseAddCatBt, #showcaseRemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */
td.showcaseCatButtons {
	width: 50px;
	vertical-align: top;
}

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

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

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

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

/* Style for Renewal Messages */
div.showcaseRenewHeader ,
div.showcaseAddEditHeader {
	padding: 20px 0 20px 0px;
}
div.showcaseRenewExpl {
	padding: 0 0 25px 6px;
	font-weight: bold;
}
#showcaseRenewEntryButton {
	margin-left: 10px;
}

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

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

span#showcaseSearchResultsSerchingString {
	font-weight: bold;
}
div#showcaseSearchResponseContainer table {
	width:95%;
}

/* Styles for the new extended search function */
/* -------------------------------------------------------- */
/* height of the Div of category chooser */
div#showcaseSearchFormCatsSelection {
}
/* select boxes with categories */
.catChooseBox {
}
#showcaseSearchFormExtOptToggle {
	display: inline;
}
div#ShowcaseSearchForm2dropsy {
	margin-left: 10px;
}
/* Label for the search box */
td#showcaseeSearchLabel {
	width: 75px;
}
td#showcaseeSearchBox {
}
td#showcaseeSearchButton {
}
td#showcaseeSearchEmptyCell {
	width: 50%;
}
td#showcaseeSearchPhrases,
td#showcaseeSearchButtonLine {
	width: 100%;
}
/* Label for the fields */

td.showcaseeSearchLabel {
	width: 150px;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.showcaseMenuMod {
	margin-bottom: 8px;
	margin-top: 10px;
}
div.showcaseMenuModNew_menu a,
div.showcaseMenuModSearch_menu a
{
}
div.showcaseMenuModNew,
div.showcaseMenuModSearch {
	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.showcaseCustomListingCatsHeader,
div.showcaseCustomListingItemsHeader {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.showcaseCustomListingHeader {
	padding-left: 5px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div#showcaseAlphaLinks {
	width: 98%;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
}


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

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



/* V-Card */
div.showcase table.container{width:190px;height:260px;}
div.showcase table.container table.imagecontainer{width:186px;height:184px;margin:0 auto;}
div.showcase table.container table.datacontainer{width:100%;padding:5px 15px;}
div.showcase td.top{
	background:url('../templates/lighthost/images/template_g_01.jpg') no-repeat scroll 100% 0%;
	width:186px;
	height:17px;
}
div.showcase td.right{
	background:url('../templates/lighthost/images/template_g_04.jpg') no-repeat scroll 100% 0%;
	width:21px;
	height:150px;
}
div.showcase td.mid{width:144px;height:150px;}
div.showcase td.mid img{width:144px;height:150px;}
div.showcase td.left{
	background:url('../templates/lighthost/images/template_g_02.jpg') no-repeat scroll 100% 0%;
	width:21px;
	height:150px;
}
div.showcase td.bottom{
	background:url('../templates/lighthost/images/template_g_05.jpg') no-repeat scroll 100% 0%;
	width:186px;
	height:17px;
}

.tempuse {
	color:#333333;
	font-size:11px;
	font-weight:bold;
}
.temtitle {
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

table.tmpl_links{width:100%;height:100%;}
td.tmpl_link{width:33%;text-align:center;}
td.tmpl_link a{color:#ffffff;width:53px;height:21px;display:block;
	background:url('../templates/lighthost/images/button.png') no-repeat scroll center center;
}
td.tmpl_link span.showcaseListing_field_buylink a,
td.tmpl_link span#showcaseDetails_field_buylink a{
	background:url('../templates/lighthost/images/order.png') no-repeat scroll center center;
}
td.tmpl_link span a:hover,td.tmpl_link a:hover{
	text-decoration:none;
	background:url('../templates/lighthost/images/hover.png') no-repeat scroll center center;
}
#showcaseDetails_field_price,.showcaseListing_field_price{color:#ff0000;}

h2.sobi2CustomListingHeader{text-align:center;}

img.showcaseCatIco{float:none!important;clear:none;padding-bottom:10px;}
table#showcaseCatListSymbols td{text-align:center;vertical-align:baseline;}
/*
td.showcaseCatListSymbols{text-align:center;}
p.showcaseCatName span,p.showcaseCatName a{float:right;}*/
