/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

.shortcode-tabs .tab {
	background-color: #38332D;
}

.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover {
background: #38332D;
}
.shortcode-tabs ul.tab_titles li.nav-tab a {
	color: #C6BCB3;
}

img.thumbnail {
border: 7px solid #E6E5E4;
}

.entry img {
border: 7px solid #38332D;
}

#slides .slide-img {

border: 10px solid #38332D;
}

section#latest-articles article a.image img {
	border: 7px solid #38332D;
}

/* Anpassungen WP Table Reloaded */

.entry table {
border: 1px solid #897665;
}
.wp-table-reloaded .odd td {
background-color: #B6A99D;
}

.entry table td {
padding: 6px 0 3px 10px;
border: 1px solid #E6E6E6;
}

.wp-table-reloaded td {
color: #65574B;
padding: 4px;
background-color: white;
vertical-align: top;
}

.entry .wp-table-reloaded th {
background-color: #B6A99D;
text-shadow: none;
padding-left: 5px;
border: 1px solid #B6A99D;
}

.wp-table-reloaded {
background-color: #897665;
}

.wp-table-reloaded .odd td {
  background-color: #B9AB9F;
  border: 1px solid #B9AB9F;
}
 
.wp-table-reloaded .even td {
  background-color: #C4B7AC;
  border: 1px solid #C4B7AC;
}

ul.sub-menu li a.sf-with-ul {
	width: 147px;
}