
/*****************************************************
	Kwicks - JQuery -> Produktübersicht 
*****************************************************/
.kwicks {  
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}  
.kwicks li {
	float: left;
	width: 140px;
	height: 425px;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	margin-right: 1px;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	line-height: 425px;
}

* html .kwicks li {
	background-position: right top;
}

*+html .kwicks li {
	background-position: right top;
}

.kwicks li img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -100px;
	visibility: hidden;
}

.kwicks li a {
	display: block;
}

.kwicks li.active img {
	visibility: visible;
}


/*****************************************************
	Gläser 
*****************************************************/
div#links.glaeser {
	padding-top: 30px;
	height: 395px;
	overflow-x: scroll;
	overflow-y: hidden;
}

#glaeser {
	width: 24870px;
	height: 395px;
	padding: 0;
	display: block;
	overflow: hidden;
}

div.bier #glaeser {
	width: 24850px;
}
div.wein #glaeser {
	width: 2900px;
}
div.spirituosen #glaeser {
	width: 4895px;
}

div.alkoholfrei #glaeser {
	width: 3000px;
}

div.spezialglaeser #glaeser {
	width: 2480px;	
}

div.spirituosen, div.alkoholfrei, div.spezialglaeser {
	width: 910px !important;
}

#glaeser ul {
	list-style: none;
	position: relative;
	margin: 0px 0px 0px 10px;
	padding: 0;
	z-index: 1;
	height: 380px;
	padding: 0;
	width: 24870px;
	display: block;
}

#glaeser ul li {
	position: relative;
	text-align: center;
	float: left;
	height: 392px;
	min-width: 160px;
}

* html #glaeser ul li {
	width: 160px;
}

#glaeser li div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 131px;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
}

#glaeser li div div.vol {
	position: relative;
	float: left;
	width: 43px;
	height: 16px;
	border-collapse: collapse;
	border: 1px solid #000;
	border-width: 1px 0px 0px 0px;
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}

#glaeser li div div.vol img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#glaeser li div div.form {
	position: relative;
	float: left;
	height: 16px;
	padding: 0px 5px;
	width: 121px;
	border-width: 0px;
	border-top: 1px solid #000;
	text-align: left;
	font-weight: bold;
	line-height: 1.5em;
}

#glaeser li img.glas {
	margin: 83px 10px 0px 10px;
}

#glaeser h5 {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px 5px;
	text-align: left;
	padding: 2px 0px;
}

div.spirituosen #glaeser li div, div.alkoholfrei #glaeser li div {
	top: 50px;
}
div.spirituosen #glaeser li div div.vol, div.alkoholfrei #glaeser li div div.vol {
	top: 0px;
}

/*****************************************************
	Scrollbars 
*****************************************************/
.scroll-pane {
	float: left;
	padding: 0;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 395px !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	border: 1px solid #5e5e5e;
	border-width: 1px 0px;
	z-index: 5;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	top: 1px;
	background: #000;
	cursor: pointer;
	height: 7px !important;
	overflow: hidden;
}

.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	margin-right: 1px;
	overflow: hidden;
	height: 9px;
	width: 10px;
	border: 1px solid #5e5e5e;
	border-width: 1px 0px 1px 1px;
	background: url( '../../_images/scrollbar_l_bier.gif' ) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
	background-position: -10px 0 !important;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	margin-left: 1px;
	overflow: hidden;
	height: 9px;
	width: 10px;
	border: 1px solid #5e5e5e;
	border-width: 1px 1px 1px 0px;
}
a.jScrollArrowRight:hover {
	background-position: 0px 0px !important;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}

div.bier h2, div.bier h5 {
	color: #da8d03;
}
div.bier .jScrollPaneDrag {
	background: #da8d03;
}
div.bier a.jScrollArrowLeft {
	background: url( '../../_images/scrollbar_l_bier.gif' ) no-repeat 0 0;
}
div.bier a.jScrollArrowRight {
	background: url( '../../_images/scrollbar_r_bier.gif' ) no-repeat -10px 0;
}

div.wein h2, div.wein h5 {
	color: #a4b229;
}
div.wein .jScrollPaneDrag {
	background: #a4b229;
}
div.wein a.jScrollArrowLeft {
	background: url( '../../_images/scrollbar_l_wein.gif' ) no-repeat 0 0;
}
div.wein a.jScrollArrowRight {
	background: url( '../../_images/scrollbar_r_wein.gif' ) no-repeat -10px 0;
}

div.spirituosen h2, div.spirituosen h5 {
	color: #007aa5;
}
div.spirituosen .jScrollPaneDrag {
	background: #007aa5;
}
div.spirituosen a.jScrollArrowLeft {
	background: url( '../../_images/scrollbar_l_spirituosen.gif' ) no-repeat 0 0;
}
div.spirituosen a.jScrollArrowRight {
	background: url( '../../_images/scrollbar_r_spirituosen.gif' ) no-repeat -10px 0;
}

div.alkoholfrei h2, div.alkoholfrei h5 {
	color: #5984a4;
}
div.alkoholfrei .jScrollPaneDrag {
	background: #5984a4;
}
div.alkoholfrei a.jScrollArrowLeft {
	background: url( '../../_images/scrollbar_l_alkoholfrei.gif' ) no-repeat 0 0;
}
div.alkoholfrei a.jScrollArrowRight {
	background: url( '../../_images/scrollbar_r_alkoholfrei.gif' ) no-repeat -10px 0;
}

div.spezialglaeser h2, div.spezialglaeser h5 {
	color: #2e8224;
}
div.spezialglaeser .jScrollPaneDrag {
	background: #2e8224;
}
div.spezialglaeser a.jScrollArrowLeft {
	background: url( '../../_images/scrollbar_l_spezialglaeser.gif' ) no-repeat 0 0;
}
div.spezialglaeser a.jScrollArrowRight {
	background: url( '../../_images/scrollbar_r_spezialglaeser.gif' ) no-repeat -10px 0;
}


/*****************************************************
	Filter/Auswahl einschränken 
*****************************************************/
#box_glasfilter {
	height: 395px;
	background: #c9c9c9;
	padding: 15px;
}

#box_glasfilter h5 {
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}

#box_glasfilter div {
	float: left;
	width: 70px;
	margin-bottom: 10px;
}

#box_glasfilter h2, #box_glasfilter h5 {
	color: #585858;
}


#box_glasfilter label, #box_glasfilter input {
	width: auto !important;
	float: left;
	background: none;
	border-width: 0px;
}

#box_glasfilter input {
	margin: 2px 6px 0px 0px;
}

*+html #box_glasfilter input {
	margin: 0px 6px 0px 0px;
}

*+html #box_glasfilter label {
	margin-top: 1px;
	vertical-align: bottom;
}

#box_glasfilter input.submit {
	margin-top: 10px;
	float: right;
}

#filter_count {
	margin: 0px 0px 0px 10px;
	font-size: 11px;
	line-height: 10px;
}
