/********************************************
 * CUSTOMER
 ********************************************/

.hidden {
	display: none;
}

div#customer {
	margin: 0 0 0 115px;
}

div#customer form {
	display: none;
}

div#customer-select-box1, div#customer-select-box2 {
	width: 190px;
	float: left;
	background: #fff;
}

div#customer-select-box3 {
	width: 120px;
	float: left;
	background: #fff;
}

div#customer-select-box1 h3,
div#customer-select-box2 h3,
div#customer-select-box3 h3 {
	margin: 10px 0 0 0 !important;
}

ul#customer-sign-list {
	width: 520px;
	margin: 20px 0 0 0;
	padding: 0;
}

ul#customer-sign-list li {
	float: left;
	margin: 0 30px 30px 0;
	list-style-type: none;
}

ul#customer-sign-list li a {
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -10000px;
	background-color: #fff;
	background-position: -100px 0;
	background-repeat: no-repeat;
}

ul#customer-sign-list li a:hover {
	background-position: 0 0;
}



p.reference-list-more,
p.reference-list-preview {
	padding: 0 0 0 115px;
	margin: 0;
}

p.reference-list-more a {
	color: #bebebe;
	text-decoration: none;
}

p.reference-list-more a:hover {
	color: #00c8ff;
}

ul.reference-imagelist {
	margin: 0 0 0 115px;
	padding: 0;
	width: 520px;
}

ul.reference-imagelist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-right: 3px;
}

ul.reference-imagelist li a img {
	border: none;
}

div.reference-imagelist img {
	float: left;
}

/* ### IMAGE CAPTIONS ### */
a.image_container img {
	float: left;
}

span.caption_container {
	float: left;
	clear: left;
	display: block;
	height: 24px;
	color: #00c0e6;
	font-weight: bold;
	background-image: url(/fileadmin/templates/bartenbach_de/images/caption_bg.gif);
	background-repeat: repeat-x;
}

span.caption_container span.caption {
	display: block;
	float: left;
	margin: 5px 0px 0px;
}

span.caption_container img.caption_left,
span.caption_container img.caption_right {
	float: left;
}

span.caption_container img.caption_left {
	float: left;
}

span.caption_container img.caption_right {
	float: right;
}

/********************************************
 * PLUGINS
 ********************************************/

/* ### DROPDOWNS CUSTOMER ### */
div#customer div.jDrop {
	margin:0;
	color:#878787;
	float:left;
}

div#customer-select-box1 div.jSel,
div#customer-select-box2 div.jSel {
	width: 151px;
}

div#customer-select-box3 div.jSel {
	width: 91px;
}

div#customer div.jSel{
	background: transparent url(../images/select-bg.gif);
	padding:0px 0px;
	height:29px;
	overflow:hidden;
	float:left;
	color: #00c8ff;
}

div#customer div.jSel.hover{
	background-position:0px -29px;
	color:#00c8ff;
	cursor: pointer;
}

div#customer span.jSelOp{
	float: left;
	padding: 7px;
	white-space: nowrap;
	left: 5px;
}

div#customer div.jDropBut{
	background:url(../images/select-arrow.gif);
	width:25px;
	height:29px;
	float:left;
}

div#customer div.jDropBut.hover{
	background-position: 0px -29px;
	cursor: pointer;
}

div#customer div.jOpDrop{
	margin:0px!important;
	position:absolute;
	z-index:10;
	display:none;
	border:1px solid #d2e6f0;
	background: #fff;
	max-height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}

div#customer div.jOp{
	padding:2px 20px 3px 7px;
	white-space:nowrap;
}

div#customer .jDrop img{
	width:15px;
	height:15px;
	vertical-align:middle;
	margin:-2px 5px 0 0px;
	position:relative;
}

div#customer div.jOpDrop div.jOp.hover{
	background: #e8f2f7;
	color: #00c8ff;
	cursor: pointer;
}