/**
 * @version: $Id: default.css 2138 2012-01-10 10:07:47Z Radek 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 - 2012 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: 2012-01-10 11:07:47 +0100 (Tue, 10 Jan 2012) $
 * $Revision: 2138 $
 * $Author: Radek 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;
}

img.spFieldsData {
	margin: 5px;
}

div.spEntriesListContainer {
	height: 100%;
}

div.spEntriesListCell {
	margin: 2px 0 0 3px;
	padding: 10px;
	border-width: 5px 0px 0px 0px;
	float: left;
	position: relative;
	background-color: #FBFBFB;
}

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;
}

div.SPt, div.SPb {
	height:6px;
	margin:0;
	overflow:hidden;
	padding:0;
}

div.SPm {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:0 8px;
}

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;
	font-weight: normal;
	background:#F6F6F6;
}

div.spTopMenu div.SPb {
	background:url("../../../../../../media/sobipro/styles/j_border.png") repeat-x scroll 0 100% transparent;
}

div.spTopMenu div.SPb div.SPb {
	background:url("../../../../../../media/sobipro/styles/j_crn_br_dark.png") no-repeat scroll 100% 0 transparent;
}

div.spTopMenu div.SPb div.SPb div.SPb {
	background:url("../../../../../../media/sobipro/styles/j_crn_bl_dark.png") no-repeat scroll 0 0 transparent;
}

div.spTopMenu div.SPt {
	background:url("../../../../../../media/sobipro/styles/j_border.png") repeat-x scroll 0 0 transparent;
}

div.spTopMenu div.SPt div.SPt {
	background:url("../../../../../../media/sobipro/styles/j_crn_tr_dark.png") no-repeat scroll 100% 0 transparent;
}

div.spTopMenu div.SPt div.SPt div.SPt {
	background:url("../../../../../../media/sobipro/styles/j_crn_tl_dark.png") no-repeat scroll 0 0 transparent;
}

/**
 * ^^^ 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;
}

div.spCatsListIntrotext {

}

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;
}
div.SPt, div.SPb {
  height:20px;
  margin:0;
  overflow:hidden; 
  padding:0;
}

div.SPm {
  padding: 0 0 0 19px;
  border: 0;
  background:url("/media/sobipro/styles/j_crn_l.png") repeat-y scroll 0 100% transparent;
}
div.SPmb {
  /* padding: 0 19px 0 0; */
  /* border: 0; */
  /* background: #ededed url("/media/sobipro/styles/j_crn_r.png") repeat-y right; */
}
div.SPb {
  background:url("/media/sobipro/styles/j_crn_btm.png") repeat-x scroll 0 100% transparent;
}

div.SPb div.SPb {
  background:url("/media/sobipro/styles/j_crn_br_dark.png") no-repeat scroll 100% 0 transparent;
}

div.SPb div.SPb div.SPb {
  background:url("/media/sobipro/styles/j_crn_bl_dark.png") no-repeat scroll 0 0 transparent;
}

div.SPt {
  background:url("/media/sobipro/styles/j_crn_top.png") repeat-x scroll 0 0 transparent;
}
div.SPt div.SPt {
  background:url("/media/sobipro/styles/j_crn_tr_dark.png") no-repeat scroll 100% 0 transparent;
}

div.SPt div.SPt div.SPt {
  background:url("/media/sobipro/styles/j_crn_tl_dark.png") no-repeat scroll 0 0 transparent;
}
span.spEntriesListTitle {
	/*border-style: none !important;
	text-align: left !important;
	margin-bottom: 5px;
	padding: 0px !important;
	font-size: 15px;
	width: 250px;
	height: 35px;*/
}
div.spCatListCell {
	width: 310px;
	margin-right: 0px;
	margin-left: 0px;
	margin: 2px 0 0 3px;
	padding: 11px 0px 11px 14px;
	float: left;
	font-size: 13px;
	height: 212px;
	text-align:center;
}
div.spCatListCell.firstCell {
	padding-left:0;
	margin-left:0;
}

.spCatsListIntrotext {
	margin-top:10px;
}
.spEntriesListCellWrap {
	 height: 125px;
	 width: 100px;
	 padding:0 !important;
	 margin:0 !important;
	 text-align:center;
}
.spEntriesListCellWrap img {
	margin-bottom: 4px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.spEntriesListTitle  {
 text-align: center;
 font-size: 14px !important;
}
.spEntriesListCellWrap span.spEntriesListTitle {
	width: auto;
	height: auto;
	margin: 0;
	text-align:center !important;
}
.spCatsListIntrotext img {
	display:block;
	margin:0 auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.spCatsListIntrotext p {
	height:32px;
}
.parentUl li a {
	text-decoration:underline !important;
}
.mainTopMenu li a {
	font-weight:bold !important;
}
.spCategoryDesc, .catTitle {
	padding: 0 10px;
}
h1 {
	display:block;
	width:100%;
}
.fly_tying_right  .bannerImg .SPm {
	height:auto;
}
.fly_tying_right  .bannerImg .SPm img {
	height:auto;
	width:auto;
}
.fly_tying_right .bannerImg {
	width:auto !important;
	margin:0 0 10px 21px;
}
.fly_tying_right .bannerImg h3 {
	height:auto;
}
.fly_tying_right .fly_tying_banners img {
	width:auto;
	height:auto;
	display:block;
	margin-bottom:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	margin-left:9px;
}
.fly_tying_right .spTopMenu {
	margin-bottom:0;
}
.fly_tying_right .fly_tying_right_banners {
	clear:both;
	padding-top:10px;
}
.spEntriesListCellWrap .spEntriesListTitle a {
 font-size: 14px !important;
}
.recipeTitle {
	clear: both;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
.flyTyingRecipe dl {
	margin: 10px;
}
.flyTyingRecipe dt {
	float: left;
	font-weight: bold;
	width: 110px;
	line-height: 25px;
	clear: left;
}
.flyTyingRecipe dd {
	float: left;
	line-height: 25px;
}
.transcript {
	margin: 10px 0;
}