/**
 * Görres.com CSS Einstellung
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* root element for accordion. decorated with rounded borders and gradient background image */
.base-mini div.head {
    background-color: #333333;
}
.backgroundcolor_red, .one-page-checkout li.active div.head {
    background-color: #d80000;
}
.product-options {
    padding: 0;
    border: none; 
    background: transparent;
}
.product-options dl dt,
.product-options dl dt label {
	cursor:pointer;	
	color: #000;
	font-weight: normal; 
	font-size: 1.05em;
	background: #DBDBDB;
}

.product-options dl dt {
	padding: 5px; 
	border: 1px solid #CCCCCC;
	margin-top: 1px;
}
.product-options dl dt.zu {
	background: #DBDBDB url(../images/pfeil-zu.gif) no-repeat scroll 100% 55%;
}
.product-options dl dt.offen {
	background: #DBDBDB url(../images/pfeil-offen.gif) no-repeat scroll 100% 55%;
}
.product-options dl dt.offen label {
    color: #000;
    font-weight: bold;
}
.product-options dl dt.zu label {
    color: #aaaaaa;
    font-weight: normal;
}
.product-options dl dd,
.product-options dd, 
.product-options dl dd.last {
    background: #fff;
    border: 1px solid #cccccc;
    border-top: none;
}

.product-options dl dd input,
.product-options dl dd input.input-text,
.product-options dl dd select {
    width: 50%;
}
.product-options dl dd input.radio {
    width: 10%;
} 
.product-options-bottom { border-top: 1px solid #E4E4E4; }

.modal { 
    background:#fff; 
    display:none; 
    width:550px; 
    padding:15px; 
    text-align:left; 
    border:0px solid #333; 
 
    opacity:0; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #fff; 
    -webkit-box-shadow: 0 0 50px #fff; 
} 
 
.modal h2 { 
    background: #fff; 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #fff; 
    font-size:20px; 
}

#mmos_farben_stoff, #mmos_farben_screen {
    width: 650px;
    background: #fff;
    padding: 10px;
    display: block;
	float: left; 
	border:5px solid #313131; 
	font-size: 1.1em; 
}
#stoff_thumb {
    margin: 5px 5px 5px 50px;
    float: center;
}

/* root element for tabs  */
ul.stoffe_farben_tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	width: 100%;
	height: 28px;
	border-bottom: 3px solid #666;	
	margin-bottom: 10px;
}
ul.stoffe_farben_tabs li { 
    cursor:pointer;
	list-style:none; 
	float: left; 
	width: 23%;	
	padding: 5px; 
	background: #313131;
	border-right: 1px solid #fff;
	color: #fff;
}
ul.stoffe_farben_tabs li a {
    color: #fff;
    text-decoration: none;
}
ul.stoffe_farben_tabs li.activ_tab,
ul.stoffe_farben_tabs li:hover {
    background: #aaaaaa;
    font-weight: bold; 
}
div.stoffe_farben_tabs_content {
    overflow-y:scroll;
    height: 500px;
    display: block;
	float: left;
	width: 98%;
	margin-top:10px;
}

ul.farben_stoffe {
	list-style:none; 
	margin:0 !important; 
	padding:0;
	float: left;
	width: 100%;
}
ul.farben_stoffe li {
    padding: 5px; 
    float: left;
    width: 31%;
    display: block;
}
ul.farben_stoffe li img {
    cursor:pointer;
    float: left; 
}
.tooltip { 
    display: none; 
}