/* Zubehoer */
#zubeh {
	width: 95%;
	height: 300px;
	overflow: auto;
	margin-top: 20px;
	background-color: #F7F7F7;
}
#zubeh table {
	border-spacing: 5px;
	margin: 10px 0 10px 0;
	background-color: #FFFFFF;
}
#zubeh table td.zubehoer {
	width: 33%;
	padding: 10px;
	border: 1px solid #DDDDDD;
	text-align: center;
}
#zubeh table td div {
	height: 80px;
	margin: 0 0 5px 0;
	text-align: center;
}
#zubeh a {
	color: #333333;
	text-decoration: none;	
}

/* Artikelansicht */
#contentm {
	padding: 20px;
}
#contentm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bolder;
	border-width: 0 0 2px 0;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 0px 0 5px 0;
	margin: 0 0 15px 0;
}
#contentm p {
	margin: 0 0 15px 0;
	line-height: 125%;	
}
/* Bezahlungstabelle */
#buy {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
	-moz-border-radius: 15px;
  border-radius: 15px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	padding: 10px;
	background-color: #F7F7F7;;
	text-align: center;
}
#tabs {
	margin: 20px 0 20px 0;
	clear: both;
}

#anleitung {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #EEEEEE;
	float: right;
}
#images {
	margin: 20px 0 0 0;
	text-align: center;
}
#images img {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	margin: 0 5px 10px 5px;
}

/* Abstand fuer Kaufen-Button-Mini */
.mbuy {
	margin-top: 5px;
}

/* Varianten-Button */
.varianten {
	background-color: #EEEEEE;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
	-moz-border-radius: 15px;
  border-radius: 15px;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #CCCCCC;
	font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
	font-size: 120%;
}
/* Karteireiter*/
ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius-topleft: 8px;
  -khtml-border-radius-topleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-radius-topleft: 8px;
	-webkit-border-radius-topright: 8px;
  -khtml-border-radius-topright: 8px;
  -moz-border-radius-topright: 8px;
  border-radius-topright: 8px;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #448; 
}
ul.tabbernav li a:visited {
	color: #667;
}

ul.tabbernav li a:hover
{
	color: #000;
	background: #AAE;
	border-color: #227;
}
/* Hintergrundfarbe Karteireiter*/
ul.tabbernav li.tabberactive a
{
	background-color: #F7F7F7;;
	border-bottom: 1px solid #F7F7F7;;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}

/*Rahmen um Langtext*/
.tabberlive .tabbertab {
	padding: 15px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	border-top: 0;
	background-color: #F7F7F7;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}
.stock {
	margin-top: 3px;
}

/* Farben fuer Lieferstatus */
.green {
	color: #33CC33;    /* #00FF00 */
	font-style: italic;
}
.yellow {
	color: #FF9900;
	font-style: italic;
}
.red {
	color: #FF0000;
	font-style: italic;
}

/* Explosionszeichnung */
.eximg {
	width: 100%;
	overflow: auto;
	text-align: center;
}

#notify-avail{
	background:transparent url('../images/email_error.png') no-repeat;
	padding-left:23px;
	font-size:.9em;
	color:#666;
}

