#produktTable {
	width:760px;
}

td {
	vertical-align:top;
}

#produktBild {
	width: 100%;
}

.pdtd {
	border: solid 10px #f58220;
	padding:10px;
	cursor:pointer;
	text-align:center;
	border-radius: 20px;
}

.pdtd img {
	width: 160px;
	height: 120px;
}

.pdtd h1 {
	margin:0px;
	margin-bottom:-10px;
	margin-left: -10px;
	margin-right: -10px;
	color: #ffffff;
	padding: 0px;
	font-size: 14px;
	display: block;
	padding: 4px;
	background-color:#f58220;
	bottom:0px;
}

.menuTd {
  	border-radius:5px 5px 0px 0px;
	border-top: 4px solid #f58220;
	border-left: 4px solid #f58220;
	border-right: 4px solid #f58220;
	cursor:pointer;
	text-align:center;
}

.menuTd:hover {
	box-shadow: 0px -6px 6px 3px #dddddd inset;
}

.menuTdSelected {
  	border-radius:5px 5px 0px 0px;
	border: 4px solid #f58220;
	background-color: #f58220;
	color: #ffffff;
	cursor:pointer;
	text-align:center;
	
}

.productContentDiv {
	width: 100%;
	display:none;
	padding: 0px;
}

.productContentDivCurrent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	top:-20px;
	left:-2px;
}

tbody {
	width: 760px;
}

#lineSeparator {
  	border-radius:2px;
	background-color:#f58220;
	width:100%;
	height:4px;
	margin-top:0px;
}

.produktTable {
	text-align:center;
}

.produktTable p {
  	border-radius:20px;
	width:80%;
	font-size:25px;
	position:relative;
	font-family:Verdana;
	color:white;
	padding:2px;
	margin:10px;
	background-color:#f58220;
}

#dataTable { 
  	border-radius:4px;
	background-color:#f58220;
	padding:6px;
	width: 340px;
}

.rightTextDiv {
	width: 340px;
	float: right;
}

.leftTextDiv {
	width: 400px;
}

.contentClass {
	display: inline-block;
	padding: 10px;
	vertical-align: top
}

#dataTable td {
	clear:both;
}

#dataTable p {
	font-size:8px;
	margin:0px;
	float:left;
}

#modellTable tr:nth-child(odd) {
	background-color:#f58220;
}

#tillbehorTable tr:nth-child(odd) {
	background-color:#f58220;
}

#tillbehorTable td {
	padding:4px;
}

#modellTable td {
	padding:4px;
}