﻿/*	Shops
	----------------------------------------------------*/
#head_navigation ul {
	list-style: none;
	list-style-position: outside;
}
	
#head_navigation ul.alternative {
	display: none;
}

#head_navigation ul li {
	height: 1.6em;
	line-height: 1.6em;
	background-image: url(Images/icon_shop.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#head_navigation ul li.selected, #head_navigation ul li:hover {
	background-image: url(Images/icon_shop_on.gif);
}

#head_navigation ul.basket li {
	background-image: url(Images/icon_basket.gif);
}
	
#head_navigation ul.basket li.selected, #head_navigation ul.basket li:hover {
	background-image: url(Images/icon_basket_on.gif);
}

#head_navigation ul li a, #head_navigation ul li span {
	padding: 0 10px;
	white-space: nowrap;
}

/*	Reiter
	----------------------------------------------------*/
.tabBox .tabs {
	margin: 0;
	padding: 1px 0;
	width: auto;
	height: 1.6em;
	overflow: hidden;
}

.tabBox .tabs ul {
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
}

.tabBox .tabs li {
	margin: 0 5px 0 0;
	border: 1px solid;
	float: left;
	line-height: 1.6em;
}

.tabBox .tabs li a, .tabBox .tabs li span {
	padding: 0 10px !important;
}

.tabBox .tabs li.hidden {
	display: none;
}

.tabBox .tabs li.disabled {
	border-width: 1px !important;
	border-style: dashed !important;
}

.tabBox .tabs li.disabled span {
	padding: 0 10px 0 10px;
}

.tabBox .tabs li.selected, .tabBox .tabs li:hover {
	border-bottom: none;
}

.tabBox .tabs li a.t_mobile {
	display: block;
	width: 70px;
	height: 1.6em;
	text-indent: 1em !important;
	background-image: url(Images/t_mobile_tabOff.png);
	background-repeat: no-repeat;
	background-position: center 0.4em;
}

.tabBox .tabs li:hover a.t_mobile, .tabBox .tabs li.selected a.t_mobile {
	background-image: url(Images/t_mobile_tabOn.png);
}

.tabBox .content {
	border: 1px solid;
	padding: 10px 10px 0 10px;
}

.tabBox .content > input {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tabBox .content table {
	margin: 0 0 10px 0;
}

.tabBox .content p {
	padding: 10px 0;
}

.tabBox .content p.center {
	text-align: left;
}

.tabBox .content ul, .tabBox .content ol {
	padding: 10px;
}

.tabBox .content .productList {
	margin: 0;
}

.tabBox .content .productList p {
	padding: 0;
}

.tabBox .content .inputBox {
	padding: 0;
}