﻿/**
 * Dieses Stylesheet wurde von der KLW GmbH (Deutschland) (c) 2009 entwickelt und unterliegt einem Kopierschutz.
 * This stylesheet was created by KLW GmbH (Germany) (c) 2009 and is subject to a copyright.

 * http://www.klw.de/
**/
.accordion_headings{
    height:28px;
    background:transparent url('/Templates/d675ab5e-2b46-4/Images/Css/title_bg_rounded_230.gif') no-repeat;
    color:#000000;
    border:0px solid #FFF;
    cursor:pointer;
    font-weight:bold;
    text-transform:uppercase; 
}

.accordion_headings:hover{
	background:transparent url('/Templates/d675ab5e-2b46-4/Images/Css/title_bg_rounded_hover_230.gif') no-repeat;
}

.accordion_child{
	padding:0 0 0 0px;
	background:#fffde6 url(/Templates/d675ab5e-2b46-4/Images/Css/header_bg.gif) repeat-x top; 
}

#description-content .accordion_child,
#application-content .accordion_child
{
    background:#fffde6;
}

.header_highlight{
	background:transparent url('/Templates/d675ab5e-2b46-4/Images/Css/title_bg_rounded_230.gif') no-repeat;
}


/* Accordians horizontally arranged */

#product-accordian
{
	z-index:3;
	width:375px;
}

.tab_container
{
    width:375px;
}

#product-accordian .accordion_headings
{
	padding:7px 0 0 10px;
	font-weight:bold;
	float:left;
}

#product-accordian .tab_container *
{
	float:left;
	width:180px;
	margin:0 -15px 0 0;
}

#product-accordian .accordion_child
{
    padding:0 0 0 0;
    height:150px;
    overflow:auto;
    width:345px;
}

#product-accordian .accordion_headings:hover{
	background:transparent url('/Templates/d675ab5e-2b46-4/Images/Css/title_bg_rounded_hover_230_grey.gif') no-repeat;
}

#product-accordian .accordion_headings{
    background:transparent url('/Templates/d675ab5e-2b46-4/Images/Css/title_bg_rounded_230_grey.gif') no-repeat;
}