/**
 * @version: $Id: default.css 1655 2011-07-16 11:16:19Z Sigrid Suski $
 * @package: SobiPro Library
 * ===================================================
 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET
 * ===================================================
 * @copyright Copyright (C) 2006 - 2011 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license see http://www.gnu.org/licenses/lgpl.html GNU/LGPL Version 3.
 * You can use, redistribute this file and/or modify it under the terms of the GNU Lesser General Public License version 3
 * ===================================================
 * $Date: 2011-07-16 13:16:19 +0200 (Sat, 16 Jul 2011) $
 * $Revision: 1655 $
 * $Author: Sigrid Suski $
 * File location: components/com_sobipro/usr/templates/default/css/default.css $
 */
#SobiPro {
	font-family:arial,sans-serif
}
span.spEntriesListEditLink a,
span.spEntryEditLink a {
  display:block;
  float: right;
  width: 80px;
  border-style:solid;
  text-align: center;
  padding: 4px;
  font-size: 12px;  
  border: 1px solid silver;
}

span.spEntryEditLink a:active, 
span.spEntryEditLink a:focus, 
span.spEntryEditLink a:hover,
span.spEntryEditLink a,
span.spEntriesListEditLink a:active, 
span.spEntriesListEditLink a:focus, 
span.spEntriesListEditLink a:hover,
span.spEntriesListEditLink a {
  text-decoration: none!important;
  background: none!important;
}

select.spAlphaMenuSwitch {
  border: 1px solid #ccc
}

div#SobiPro {
  width: 95%; 
  /* float:left; */
}

div.sigsiuTree {
  text-align: left!important;
}
div.SPDetailEntry {
}

div.spCatListCell {
/*  padding: 5px;
  float: left;
  margin: 2px;
*/
  width:206px !important;
  margin-right:0px !important;
  margin-left:0px !important;
  background:url(/templates/olc/images/podcast-cells.png) no-repeat;
  margin:2px 0 0 3px;
  padding:11px 20px 11px 14px;
  float:left;
  font-size:13px;
  height:215px;
  min-height:215px;
}


img.spFieldsData {
  margin: 5px;
}

div.spEntriesListContainer {
  height: 100%;
}

div.spEntriesListCell {
  margin: 2px 0 0 3px;
  padding: 10px;
  float: left;
  position: relative;
}

span.spEntriesListTitle {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
  font-weight: bold;
  border: solid #CCCCCC;
  padding-bottom: 8px;
  padding-left: 3px;
  border-width: 0px 0px 1px 0px;
}

div.spEntriesListRow {
  clear:both;
  margin-top: 1px;
}

div.spEntryCats {
  font-size: 10px;
  overflow: hidden;
  height: 20px;
  margin-top: 5px;
}

div.spSectionDesc {
  padding: 5px;
}

/**
 * Style of the submenu toolbar from khepri admin template
 * Author: Andy Miller
 */
 
div.spTopMenu {
  background:none repeat scroll 0 0 #F6F6F6;
  margin-bottom:10px;
}

ul.spTopMenu {
  list-style:none outside none;
  margin:0!important;
  padding:0;
}

ul.spTopMenu li {
  float:left;
  padding:0;
  font-size: 12px;
  border-right:1px solid #CCCCCC;
  color:#0B55C4;
  font-weight:bold;
  height:12px;
  line-height:12px;
  padding:0 15px!important;
  list-style-type: none;
  line-height: 12px!important;
    background-image: none; /*because often defined :-(*/
}
ul.spTopMenu li a:link,
ul.spTopMenu li a:visited,
ul.spTopMenu li a:hover,
ul.spTopMenu li a:focus,
ul.spTopMenu li a:active {
  text-decoration: none;
}

/**
 * ^^^ Style of the submenu toolbar from khepri admin template
 */

span.spCatListSubCats {
  font-size: 10px;
}

div.spCatsListTitle {
  padding-top: 2px;
}

div.spCatsListTitle a {
  font-weight: bold;
  font-size: 13px;
}

div.spCatsListIntrotext {
  padding-top: 8px;
}

div.spCatListIcon {
  float: left;
  margin-right: 8px;
}
div.spCatListIcon img {
  border: none;
}

div.spPaymentHeader {
  margin: 1px; 
  background-color: #EEEEEE; 
  float: left;
  padding: 2px;
  padding-left: 5px;
}

div.spPaymentPosition {
  margin: 1px; 
  background-color: #f7f7f7; 
  float: left;
  padding: 2px;
  padding-left: 5px;
}
div.spPaymentExpl {
  font-size: 15px;
  font-weight: bold;
  margin: 3px;
}
div.spPaymentDiscount,
div.spPaymentSum {
  font-weight: bold;
  margin: 3px;
}

div.spPaymentSumPosition {
  margin: 1px; 
  background-color: #f7f7f7; 
  float: left;
  padding: 2px;
  padding-left: 5px;
}
div.spPaymentSumDesc {
  margin: 1px; 
  background-color: #EEEEEE; 
  float: left;
  padding: 2px;
  padding-left: 5px;
}

div.spPaymentPreview button {
  margin: 5px;
}

a.spDisabled:hover {
  text-decoration: none;
}

div.spAlphaMenu {
  width:100%;
  text-align:center!important;
}

div.spAlphaMenu span {
  font-weight: normal;
  font-size: 14px;
  color: #868686;
}
div.spAlphaMenu a {
  font-weight: bold;
  text-decoration: none!important;
}

span.spAlphaLetterSelected  a {
  color: #551A8B;
  font-size: 16px;
  font-style: italic;
}
.spEntriesListCell {
  float:left;
  width:240px !important;

  margin-right:0px !important;
  margin-left:0px !important;
  background: url(../../../../../../templates/olc/images/podcast-cells.png) no-repeat;*/
  padding: 3px;
}
.spEntriesListCell {
  padding: 0 !important;
  margin: 0 !important;
}
.spEntriesListCellWrap {
  padding: 11px 20px 11px 14px;
  min-height:215px;

}
.spEntriesListCell .spField { max-height: 150px; overflow: auto; }
span.spEntriesListTitle {
  border-style:none !important;
  text-align:left !important;
  margin-bottom: 5px;
  padding: 0px !important;
  font-size: 15px;
}
.spEntriesListTitle a { font-size: 15px; }


