/*  
Theme Name: GoodLuck
Description: A Three-column fixed-width theme, released free by <a href="http://wpthemecity.com" title="WordPress Theme City" target="_blank">WordPress Theme City</a> .
Version: 1.0
Author: Sadish Bala
Author URI: http://wpthemecity.com
*/

body {
	margin: 0;
	padding: 0;
	font-size:10px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-size:0.77em;
	color: #333333;
	background:#f2f2ea url(images/shadow_background.jpg) repeat-y center;	
}

h1, h2, h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	color: #080828;
	font-family:Cambria, Georgia, Arial, Verdana, Serif;
	line-height:1.2em;
	margin-bottom:0.5em;
}
h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}
ul, ol
{
	margin:0 2em;
	padding:0 1em;
	line-height: 2em;
}
p 
{
  	margin: 0 0 1em 0;
    line-height: 1.8em;
}

#content ul 
{
	list-style-image:url(images/bullet.gif);
}
a:link, a:visited 
{
    color: #283426;		
	text-decoration:none;	
}

a:hover, a:active {	
	text-decoration:none;
}
img {
	border: #ddc 1px solid;
	padding:2px;
	max-width:100%;
}
img.wp-smiley, img.noborder
{
	padding:0;
	border:none;
}
blockquote
{
	background:url(images/quote.gif) no-repeat left top;
	font-style:italic;
	padding-left:24px;
}
pre, code
{
	display:block;
	margin:1em;
	padding:1em;
	font-family:"Courier New", Arial, Verdana, Serif;
	font-size:1em;
}
abbr, acronym
{
	cursor:help;
}
hr
{
	clear:both;
	margin-top:5px;
	color:#eee;
}
table
{
	width:100%;
	padding:0;
	border:#f9f0f0 1px solid;
}
th
{
	text-align:left;
	background:#243424;
	padding:5px;
	color:#fff;
}
tr.even
{
	background:#f5f6e6;
}
td, th
{
	padding:10px;
	border-bottom:#f5f6e6 1px solid;
}
/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
	line-height:1.6em;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 1em;
	color: #333333;
	margin:3px 0;
	padding:3px;
	font-family: Verdana, Arial, Serif;
}
pre, code
{
	display:block;
	margin:1em;
	padding:1em;
	font-family:"Courier New", Arial, Verdana, Serif;
	font-size:1.2em;
}
abbr, acronym
{
	cursor:help;
}
hr
{
	clear:both;
	margin-top:5px;
	color:#fff;
}
/* Page Menu*/
#menu
{
    font-family:Cambria, Verdana, Arial, Serif;
	height:36px;
	line-height:36px;
	margin:0 auto;
	padding:0;
	text-transform:uppercase;
    background:#c2c2ba;	
}
#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow:hidden;
	width:978px;
	background:#444239;
    border:#444239 1px solid;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	color:#9ca;
	margin:0;
	border-left:#282b28 1px solid;
	border-right:#282b28 1px solid;
}

#menu a:hover, 
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #282b28;
	color:#eec;
}

#menu #rss a 
{
    width:196px;
	float: right;
	background:#282b28 url(images/rss.gif) no-repeat 10px 50%;
	border-left:#333329 1px solid;
	border-right:#333329 1px solid;
	padding:5px 0 5px 24px;
}
/* Header */

#header {
	margin: 0 auto ;
	padding:0;	
	background:#d2d2ca;	
}

#logo 
{
    width:980px;
	margin:0 auto;
	height:180px;
	padding:0;
	background:#181c1d url(images/header.jpg) no-repeat left;
}

#logo h1 
{
    font-size:2.05em;
    padding:55px;
    margin-left: 60px;
   
     font-weight:normal;
}

#logo h1 a {
	color: #fff;
	border:none;
        
	text-decoration: none;
}

/* Category Menu*/
#catmenu
{
	margin:0 auto;
	padding:0;		
	font-family:"Cambria", Verdana, Arial, Serif;    
	text-transform:uppercase;
	background:#e2e2da;
}
#catmenu ul {
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	list-style: none;
	width:980px;	
	background:#444239;	
}

#catmenu li {
	display: inline;
}

#catmenu a {
	display: block;
	float: left;
	padding: 5px 15px;
	text-decoration: none;
	color:#9ca;
	margin:0;
	border-left:#444239 1px solid;
	border-right:#171717 1px solid;
}

#catmenu a:hover, 
#catmenu a:active,
#catmenu li.current-cat a
{
	background: #343229;
	color:#eec;
	border-left:#343229 1px solid;
	border-right:#282b28 1px solid;
}
/* Search*/
#searchform
{
    display:block;
    float:right;
    margin:0;
    padding: 4px 15px;    
    background:#998733;
    width:190px;
}
#s
{
    width:170px;  
    background:#d9d9c9 url(images/search.gif) no-repeat left;
    padding:2px 0 2px 20px;  
    border:#d9d9c9 1px solid;    
}
#searchsubmit { display:none;}
/* Outer */

#outer 
{
    margin:0 auto;
    clear:both;
	width: 980px;
	background:#fff url(images/bg.jpg) repeat-y center;
}

/* Content */
#main
{
    float:left;
    margin:0;
    padding:0;  
    display:inline;
    width:760px;
}
#content {
	float: right;
	width: 538px;
	margin:0;
	padding:10px 20px;	
	display:inline;
}

#sidebar1 {
	float: left;
	width: 149px;
	padding:10px 15px;	
	margin:0;		
	background:#f5f6e6;
}
#sidebar2 {
	float: right;
	width: 189px;
	padding:10px 15px;
	margin:0;		
	background:#f5f6e6;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.post 
{
	clear:both;
	margin-bottom:2em;
}

.post .title {
	text-transform:none;
	line-height:1.6em;
	border-bottom:#cc9 1px dotted;
	font-weight:bold;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	border:none;
	color: #181848;
	text-decoration:none;
}
.post .category 
{
    margin:0;
    padding: 0 20px 0 12px;
	background: url(images/category.gif) no-repeat left center;
}

.post .meta 
{
	clear:both;
	padding: 5px 0;
	border-top:#cc9 1px dotted;
}
.post .meta p {
	margin: 0;
	color: #996;
}
.post .meta .comments 
{
	float:right;
	padding-left: 16px;
	background: url(images/comments.gif) no-repeat left center;
}
.post .meta .user 
{
	padding:0 14px;
	background: url(images/user.png) no-repeat left center;
}
.post .commentnum
{
    font-family: "Lucida Sans Unicode", Georgia, Verdana, Arial, Serif;
	font-weight:normal;
	font-size:1.4em;
	float:right;
	background: url(images/commentnum.png) no-repeat left;
	padding:0 5px 0 20px;				
}
/* Author Template*/
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Comments */

#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
	clear:both;
}
#content .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;
}
#content .commentlist li 
{
    clear:both;
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#eec 1px solid;
}
#content .commentlist .commentmetadata
{
    font-size:0.9em;
    margin:0 0 1em 0;
}
.avatar
{
    float:right;
}
#content .commentlist li .cmtinfo 
{
	padding:5px 0;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#content .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#content .commentlist li.alt
{
	background:#f9f9f9;	
}
#content .commentlist li.authorcomment,
#content .commentlist li.bypostauthor
{
	border:#ecc 1px solid;	
}
#content .commentlist li .number 
{
	color:#ccc;
	float:right;
	font-size:1.6em;
	font-family:"Trebuchet MS", Georgia, Verdana, Arial, Serif;
}
#content .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}
input.textbox, input[type="text"]
{
	border:#ded 1px solid;
	background:#f9f9f0;
}
textarea{
	width: 500px;
	padding:5px;
	height: 20em;
	border: #ded 1px solid;	
	background:#f9f9f0;
}
input.textbox:focus,  input[type="text"]:focus, textarea:focus
{
	background:#fff;
	border:#9c9 1px solid;
}
#comments, #respond h3 { clear:both;}
/* Sidebar */

#outer .sidebar  
{
    font-family:"Cambria", Verdana, Arial, Serif;        
    color:#555;
}
#outer .sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#outer .sidebar li{ margin-bottom: 40px;}

#outer .sidebar ul ul ul { margin-left:1em;}

#outer .sidebar li li 
{
    line-height:1.6em;
	margin: 0.7em 0;	
}
#outer .sidebar h2, 
#outer .sidebar h3 
{
    font-variant:small-caps;
    font-size:1.25em;
    font-weight:bold;
	margin-bottom: 10px;
	padding-bottom:5px;
	border-bottom:#cc9 1px dotted;
}
#outer .sidebar a { color:#181848;}
/* Footer */

#footer {
	padding: 10px;	
	margin:0 auto;
	width:958px;
	background:#080b08 url(images/2.png) repeat;
	color:#9ca;
	border:#080b08 1px solid;
}
#footer strong
{
    color:#fff;
    font-size:1.2em;
}
#footer a { color:#698;}
#footer p 
{
    margin:0;
    padding:0;
}
#footer p.credits {font-size:0.9em;}
img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:0 1em 1em 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 1em;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.teaser_outer {
float: left;
width: 500px;
padding: 12px 0px 8px 6px;
margin: 5px 0px 5px 0px;
background: #a5cff9;
border: solid #1c69af 1px;
}

.teaser_outer_right {
float: left;
width: 500px;
padding: 12px 0px 8px 6px;
margin: 5px 0px 5px 0px;
background: #a5cff9;
border: solid #1c69af 1px;
}


.teaser_pic {
float: left;
width: 126px;
height: 103;
background: #a5cff9;
overflow: hidden;
padding: 0px;
padding-left: 0px;
margin-left: 0px;
margin: 0px;
}

.teaser_inner {
float: right;
width: 322px;
padding: 0px 0px 0px 0px;
}

.teaser_inner_arrow {
float: right;
width: 322px;
padding: 0px;
padding-top: 2px;
background: url(../images/teaser_arrow.jpg) top right no-repeat;
text-align: right;
padding-right: 28px;
height: 20px;
}

.teaser_inner_title, .teaser_inner_title a, .teaser_inner_title a:link, .teaser_inner_title a:visited, .teaser_inner_title a:hover{
float: left;
width: 322px;
padding: 0px;
margin-top: 2px;
font-weight: bold;
font-size: 11px;
color: #504f4f;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.teaser_inner_text {
float: left;
width: 322px;
padding: 0px;
font-weight: normal;
font-size: 10px;
color: #1768b2;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.teaser_inner_text ul li {
list-style: none;
}


.teaser_inner_text ul li a, .teaser_inner_text ul li a:link, .teaser_inner_text ul li a:visited, .teaser_inner_text ul li a:hover {
color: #1768b2;
padding: 3px 0px 3px 0px;
}

* html .teaser_inner { 
width: 212px;
}

* html .teaser_inner_arrow  { 
width: 109px;}

* html .teaser_inner_text   { 
width: 212px;
}

* html .teaser_inner_text  { 
width: 212px;
}
/**
* @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 {
}
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 {
	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 SOBI2 will show its own mosmsg line */
#sobimsg {
	display:none;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.sobi2Header {
	border-style: none;
}
a.sobi2Header {
	padding: 5px;
	font-size: 14px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
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-left: 50px;
	margin: 2px 0 2px 0;
}
/* Style of Category Introtext */
p.sobi2CatsListSymbolsIntrotext {
	font-size: 11px;
	padding-left: 50px;
	margin-top: 4px;
}

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;
}

.sobi2listing_inner 
{
background: #a5cff9;
border: solid #1c69af 1px;
margin-bottom: 20px;
padding: 5px 5px 2px 5px;
position: relative;
height: auto!important;
}

.sobi2listing_spacer {
line-height: 0px;
font-size: 0px;
height: 20px;
display: block;
}

.sobi2listing_bild {
	float: right;
        position: relative;
margin: 2px;
height: auto!important;
}
table.sobi2Listing td {

}

.sobi2Listing tbody tr td.sobi2listing_inner 
{
background: #a5cff9 url(../images/vc_logo.png) center no-repeat;
border: solid #1c69af 1px;
margin-bottom: 20px;
padding: 5px 5px 5px 5px;
position: relative;
font-size: 11px;
}

.sobi2listing_inner a img {
}

.sobi2listing_inner img {
padding: 5px 0px 5px 30px!important;}
}

.introimage a img {	
padding: 5px 0px 5px 30px!important;
}


*html .introimage a img {	
border-left: solid #A5CFF9 30px;
}


span.sobi2Listing_field_description_intro, span.sobi2Listing_field_description_intro p {
color: #333;
padding: 5px 30px 5px 0px!important;}

}

.sobi2listing_inner a {
color:#504F4F;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
}



table.sobi2Listing {

}

.sobi2Listing td {

}



.sobi2Listing tbody tr td td.sobi_gallery_VC {
border: none;
}
.sobi_gallery {
	padding-left: 30px;
padding-right: 4px;
padding-top: 14px;
}

* html table.sobi_gallery {
	border-left: solid #F7F7F7 30px;
border-right: solid #fff 8px;
border-top: solid #f7f7f7 14px;
}

*+html table.sobi_gallery {
	border-left: solid #F7F7F7 30px;
border-right: solid #fff 2px;
border-top: solid #f7f7f7 14px;
}



/* 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: 5px;
}

/* Style of Title (Name of Entry) */
p.sobi2ItemTitle {
	margin-top:  5px;
	padding-top: 5px;
	clear:left;
text-align: left;
}
p.sobi2ItemTitle a {
 	font-size: 13px;
	color: #504F4F;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
text-align: left;

}

/* 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;
}
span.sobi2Listing_field_website {
	float:right;
	padding-right: 5px;
	margin-bottom: 15px;
}

/* Style of Edit and Delete Buttons in Category View */
input.sobi2EditEntryButton {
}

/* Style for Page Navigation of Entries */
#sobi2PageNav {
	text-align: center;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.sobi2Details {
	margin-top: 0px;
	margin-left: 5px;
	padding: 10px;
padding-top: 0px;
	width: 570px;
overflow: hidden;
	border: none;
	border-bottom-style: none;
}

table.sobi2Details element.style {
border: none;
}
/* Style of Entry Name */
table.sobi2Details h1 {
	padding-top: 0px;
color: #5E9AD6;
float: left;
}

/* 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-style: none;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}
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_description {
	padding-top: 20px;
	margin-top: 0px; /* position it vertically */
}

/* Style for Way Search */
span.sobi2WaySearch {
	border-style: none;
	float: right;
	clear: right;
	margin-top: 15px; /* position it vertically */
	display: block;
	padding-right: 5px;
}
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;
}

/* 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;
}
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: 14px;
	padding: 5px;
}

/* Info Requested Fields */
#sobi2ReqFieldsInfo {
	padding: 5px;
}

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;
}

/* 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 {
}

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 {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.sobi2FormNotFreeLabel {
	display: block;
	padding-top: 5px;
}

/* 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: 12px;
	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;
}
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 {
	float: right;
}
input#sobi2CancelButton {
	float: right;
}

/* 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: 50%;
	margin-left: 5px;
	padding-right: 5px;
}
table#sobi2Payment td,
td.sobi2PayOption {
	width: 70%;
	text-align: right;
}
td.sobi2PayFees {
	width: 30%;
	text-align: right;
}
td#sobi2PayTotal {
	width: 30%;
	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: 60%;
	margin-top: 15px;
	border-style: none;
}
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: 10px;
}

/* Style for the Search & Add Entry Links */
a.sobi2MenuModA {
	margin-left: 20px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* 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;
}


/* Styles for the plugin container */
/* -------------------------------------------------------- */
table.sobi2Listing_plugins {
	border-style:none;
	width: 98%;
	padding-left: 8px;
	border: none;
}
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;
}
/* Ergaenzungen */
/* -------------------------------------------------------- */

.detailtextleft {
padding-left: 15px;
}


#sobi2outer_gallery {
	float: right;
width: 150px;
}

#sobi2outer_text {
	float: left;
font-size: 11px;

}


}
