﻿/**
 * 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/women/Images/Css/title_bg_rounded_230.gif') no-repeat;
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    text-transform:uppercase;
}

.accordion_headings:hover{
	background:transparent url('/Templates/women/Images/Css/title_bg_rounded_hover_230.gif') no-repeat;
}

.accordion_child{
	padding:0 0 0 10px;
	background:white url(/Templates/women/Images/Css/header_bg.gif) repeat-x top;
}

#description-content .accordion_child,
#application-content .accordion_child
{
    background:#eee;
    border-top: 1px solid #c4075c;
    border-bottom: 1px solid #c4075c;
}

.header_highlight{
	background:transparent url('/Templates/women/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:15px;
    overflow:auto;
    width:369px;
    height:155px;    
    /*width:340px;*/
}

#product-accordian .accordion_headings:hover{
	background:transparent url('/Templates/women/Images/Css/title_bg_rounded_hover_230_grey.gif') no-repeat;
	color:#444;
}

#product-accordian .accordion_headings{
    background:transparent url('/Templates/women/Images/Css/title_bg_rounded_230_grey.gif') no-repeat;
 	color:#444;
}
