@CHARSET "ISO-8859-1";

/********************************************************************
 Overwrite Colors
********************************************************************/
body, .transparent{
	background-color: #ffffff;
}

body, a, select{
	color:#333333;
}

select, #ProductList{
	border-color:#cccccc;	
}

.otherBGcolor{
	background-color: #f6f1e7;
}

.otherColor01, .selected, .buttonSmall, .favorites a:hover{
	color: #7b4f4c !important;
}

.selected{
	font-weight: bold;
}

.unselected{
	color: #aaa;
}

.patternTitle, .buttonSmall, .borderRight {
	border-color:#7b4f4c;
}

.patternImage_selected{
	border-color: #000;
}

.carousel {
	border-color: #ffffff;
}

/********************************************************************
 Overwrite Images
********************************************************************/

a#fullscreen{
	background-image: url("images/icon_presentation.gif");
}

a#zoomMaximize{
	background-image: url("images/icon_100.gif");
}

a#zoomStandard{
	background-image: url("images/icon_standard.gif");
}

a#lensButton{
	background-image: url("images/icon_lupe.gif");
}

a#print{
	background-image: url("images/icon_print.gif");
}

.buttonTiny {
	background-image: url("images/remove.gif");
	background-repeat: no-repeat;
}

#showPanel a{
	background-image: url("images/up.gif");
}

/********************************************************************
 Special Profile Style
********************************************************************/

#HeaderBox.profile{
	height: 152px;	
}

/********************************************************************
 GENERAL
********************************************************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
}

a{
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

img{ border: 0px;}

#StartBox {
	visibility:hidden;
}


/********************************************************************
 BASIC STRUCTURE
********************************************************************/
#main_wrapper{
	padding-top: 10px;
	margin-top: 0;
}

#ContentBox{
	position: relative;
	height: 600px;
}

#FooterBox {
	clear: both;	
	padding: 5px;
}


/********************************************************************
 PAGE Fotostudio
********************************************************************/

#CategoryMenu{
	position: absolute;
	z-index: 10;
	width: 512px;
	top: 415px;
}

.category{
	position: absolute;
}

#CurrentBox {
	width: 290px;
	height: 130px;
	position: absolute;
	left:525px;
	top: 0;
}

#ObjectSelection {
	padding: 5px;
	text-align: center;
}

#ObjectSelection select{
	width: 127px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	border-width:1px;
	border-style: solid;
	margin: 0px 0px 0px 10px;
}

#CurrentProductBox {
	position: absolute;
	display: block;
	padding: 10px;
}

#CurrentProductButtons {
	float: left;
	width: 276px;
}

#CurrentColorBox {
	display: none;
	padding: 10px;
}

#CurrentHiddenBox {
	display: none;
	padding: 10px;	
}

#SwitchPanelNav{
	position: absolute;
	left: 525px;
	width: 290px;
	top: 140px;
}

#SwitchPanelNav ul.idTabs{	
/*	margin: 0;*/
/*	padding-left: 0px;*/
/*	padding: 5px 0 33px 0;*/

	height: 34px;
    margin: 0;
    padding: 0;
}

#SwitchPanelNav ul.idTabs li {
/*	float:left;*/
/*	list-style: none;*/
/*	text-align: center;*/
/*	border-collapse: collapse;*/

    border-collapse: collapse;
    float: left;
    list-style: none outside none;
    padding: 3px 0;
    text-align: center;	
}

.borderRight{
	border-right-width: 1px;
	border-right-style: solid;
}

#SwitchPanelNav ul.idTabs li a{
	padding: 0px 2px;
	display: block;
	text-decoration: none;
	width: 92px;
	height: 28px;
}

#ProductSelectionBox {
	height: 354px;
	padding: 10px;
}

#ProductHidden{
	display: none;
}

#ProductSelection {
	display: block;
}

#ProductSelection select{
	width: 127px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	margin: 0px 0px 5px 5px;
}

#ProductList {
	width: 270px;
	height: 200px;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
}

#ProductList ul, #ProductList li, #InstallationBox ul, #InstallationBox li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#ProductList li a.product{
	display:block;
	text-decoration:none;
	padding: 3px;
	line-height: 12px;
	height: 40px;
}

#ProductList li a.product img {
	float:left;
	margin-right: 5px;
}

.details {
	float:right;
	position:relative;
	top:-19px;
	border: 1px solid #989898;
	background-color: #e8e8e8;
	right: 5px;
	color:#333333;
	text-decoration:none;
	padding: 0px 11px;
}

.details a{
	text-decoration:none;
	padding: 0px 11px;
}

#Patterns{
	padding-top: 5px;
	text-align: center;
}

#Patterns a {
	display: block;
	margin-top: 5px;
	cursor: pointer;	
}

.patternTitle {
	display: block;
	font-size: 10px;
	text-align: left;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	padding: 1px 3px 2px 3px;
	margin-top: 4px;
}

.patternImage_selected{
	border-width: 1px;
	border-style: solid;
}

#dynPatterns {
	padding: 0px;
	margin: 0px;
}

#dynPatterns li, #dynPatterns li a {
	float: left;
    list-style: none;
    margin-right: 2px;
}

#FavoritesBoxOver{
	height: 354px;
	position:relative;
	padding: 10px;
	z-index: 5;
}

#FavoritesHidden{
	display: none;
}

#FavoritesBox {
	display: block;
	height: 367px;
	overflow: auto;
	z-index: 5;
}

td.favorites {
	font-size: 10px;
	padding: 0px 3px 10px 0px;
	width: 220px;
}

td.favorites a {
	display: block;
	text-decoration: none;
}

td.favorites img {
	float:left;
	margin-right:5px;
}

#ColorBox {
	padding: 10px 2px 10px 2px;
	height: 354px;
	z-index: 5;
}

#ColorHidden {
	display: none;
}

#ColorHidden2 {
	display: none;
	padding: 0px 8px 0px 8px;
}

#ColorSelectionBox {
	display: block;
}

#ColorSelector{
	margin-top: 5px;	
}

#ImageToolBox {
	float: left;
	position: relative;
	top: 417px;
	left: 387px;
}

#ImageToolBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ImageToolBox li {
	float: left;
	padding: 0px 5px;
	height: 16px;
	width: 16px;
}

#ImageToolBox li a {
	display: block;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
	width: 16px;
}

#ImageBox {
	position: absolute;
	width: 512px;
	height: 410px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
}

a.buttonSmall {
	width: 115px;
	display: block;
	padding: 3px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	overflow: hidden;
	margin: 5px;
	border-width: 1px;
	border-style: solid;
}

a.buttonTiny {
	width: 16px;
	height: 16px;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	overflow: hidden;
	margin: 10px 5px 5px 5px;
}

/********************************************************************
  Tranzparenz
********************************************************************/

#transparent {
	position:absolute;
	top:23px;
	width: 512px;
	z-index: 11;
    height: 0px;
}

#transparent_background {
	height: 0px;
	filter:alpha(opacity=80); /* IE's opacity*/
	left: 0px;
	opacity: 0.80;
	position: absolute;
	top: 0px;
	width: 512px;
	z-index: 99;
}

#transparent_contents {
	display: none;
	background-color:transparent;
	height: 183px;
	position: relative;
	width: 492px;
	z-index: 101;
	padding: 10px;
	display: none;
}

#transparent_contents ul{
	margin: 0;
	padding: 0;
}

#transparent_contents li{
	list-style: none;
	float: left;
	padding: 3px;
}


/*******Category**********/
#category {
	position:absolute;
	z-index: 11;
}

#category_contents {
	background-color:transparent;
	position: relative;
	z-index: 101;
	height: 23px;
	width: 152px;
}

#category_contents ul {
	margin: 0;
	padding: 0;
}

#category_contents li {
	float: left;
	line-height: 13px;
	text-align: center;
	list-style: none;
}

#category_contents li a {
	display: block;
	line-height: 13px;
	padding: 5px 5px 5px 20px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#category_background {
	height: 23px;
	filter:alpha(opacity=90); /* IE's opacity*/
	left: 0px;
	opacity: 0.90;
	position: absolute;
	top: 0px;
	width: 152px;
	z-index: 99;
}

/********************************************************************
 ???
********************************************************************/

.key {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 1px 3px 1px 3px;
}

.value {
	font-size: 10px;
	text-align: left;
	padding: 1px 3px 1px 3px;
}

#showPanel a{
	background-image: url("images/up.gif");
    background-position: 5px center;
    background-repeat: no-repeat;
}

img.carousel {
	cursor: pointer;
	height: 70px;
	width: 70px;
	border-width: 1px;
	border-style: solid;
}

