﻿/* ===== TABS (Product Pagina ===== */
.ProdTabs {
	width: 100%; 
	height: auto; 
	margin-top: 10px; 
	clear: both; 
	overflow: hidden;
}
ul.tabbedContent {
	list-style: none;
	height: 23px;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #656565;
}
ul.tabbedContent li a {
	display: block;
	*float: left; /* IE7 */
	height: 18px;
	margin: 0 auto;
	text-align: center;
	margin-top: 4px;
	padding-left: 3px;
	text-decoration: none;
	color: #cc6600;
	font-weight: bold;
	cursor: pointer;
}
ul.tabbedContent li a:hover {
	text-decoration: none;
}
ul.tabbedContent li {
	float: left;
	margin: 0;
	padding: 0;
	background: #ffffff url("../img/content/tabs/product_tab_normal.gif") 0px 4px no-repeat;
}
a#firstTab {
	background: #ffffff url("../img/content/tabs/product_tab_normal.gif") 1px 0px repeat-x;
}
li.selected a#firstTab {
	background-image: none;
	background: transparent;
	padding-left: 3px;
}
ul.tabbedContent li a span {
	display: block;
	background: transparent url("../img/content/tabs/product_tab_normal.gif") right top;
	padding: 2px 8px 0 4px;
	margin: 0 auto;
	height: 17px;
	cursor: pointer;
}
ul.tabbedContent li.selected {
	position: relative;
	border-bottom: none;
	background: #ffffff url("../img/content/tabs/product_tab_select.gif") 0px 0px no-repeat;
	margin-left: -1px;
	padding-left: 1px;
	margin-bottom: -1px;
}
ul.tabbedContent li.selected a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	margin-top: 0;
	cursor: default;
}
ul.tabbedContent li.selected a span {
	padding-top: 5px;
	background: transparent url("../img/content/tabs/product_tab_select.gif") right top no-repeat;
	color: #000000;
	cursor: default;
}
ul.tabbedContent li.selected a span {
	height: 19px !important;
}
ul.tabbedContent span {
	background: transparent;
	cursor: pointer;
	float: left;
	line-height: 1.3em;
	padding-right: 4px;
	*padding-bottom: 3px; /* IE7 */
	margin: 0 auto;
}

/* ===== Content ===== */
.tabTitel{
	font-size: 12px;
	font-weight: bold;
	color: #cc6600;
	display: block;
	padding-top: 10px;
	background:	url("../img/content/dot.gif") repeat-x left top;
	padding		: 10px 0 0 0;
	margin		: 10px 0 0 0;
}
	.tabTitel span{
		font-weight: normal;
	}
.tabRow, .detailRow{
	overflow: hidden;
	clear: both;
}
	.detailRow img{
		float: left;
		margin: 5px 5px 0 5px;
		border: 1px solid #000000;
		height:79px;
		width:79px;
	}
	
	.detailRow img.Finish{
		border: none;
		height:79px;
		width:auto;
		margin:0px;
		float:none;
	}
	
	.tabMeerInfo{
		padding: 5px 0 15px 0;
		background: repeat-x url(../img/content/dot.gif) left bottom;
	}
		.tabMeerInfo a, .tabRow .li{
			color: #000000;
			display: block;
			padding: 5px 0 5px 25px;
			background: no-repeat url(../img/content/but_next.jpg) left center;
		}
			.tabMeerInfo a:hover, .tabRow .li:hover{
				color: #cc6600;
			}
		.tabRow .li{
			margin: 5px 0;
		}
.tabBackToTop
{
    display:block;
    width:950px;
    text-align:right;
    padding:5px;
}
