@import url(menu.css);
@import url(blocks.css);
@import url(banner.css);
@import url(filterTable.css);
@import url(formFields.css);
@import url(jquery-ui-1.7.1.custom.css);
@import url(shadowbox.css);
@import url(jTip.css);

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
  background: #202020 url(/includes/images/background.jpg) center top no-repeat;
}

div.countryMap {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

#topBanner {
	width: 774px;
	height: 48px;
	background-color: #c4bfb9;
}

#global {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -387px;
	width: 774px;
	min-height: 350px;
	z-index: 10;
	background-color: #ffffff;
}

/*#globalBg {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -832px;
  width: 1664px;
  background-image: url(/includes/images/background.png);
  background-repeat: repeat-y;
  overflow: hidden;
}
*/
#menuBanner {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -356px;
	width: 774px;
	z-index: 100;
}

#topBannerIcons {
  position: absolute;
  top: 6px;
  left: 619px;
  width: 149px;
  z-index: 110;
}

div#topBannerSearch {
  position: absolute;
	z-index: 120;	
  top: 12px;
  left: 625px;
}

div#topBannerSearch input.text{
  width: 112px !important;
  height: 14px !important;
  border-top: 1px solid darkgray !important;
  border-left: 1px solid darkgray !important;
  border-bottom: 1px solid lightgray !important;
  border-right: 1px solid lightgray !important;
}


#content {
	background-image: url(/includes/images/backgroundPageFading.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#content div.topPageBoxes {
	height: 183px;
	width: auto;
	padding: 0px;
	margin: 0px;
	padding-right: 36px;
	padding-left: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding: 0px;
}

#content div.half1Page {
	width: 228px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: left;
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding-left: 36px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	overflow: hidden;
}

#content div.half2Page {
	width: 450px;
	margin: 0px;
	padding: 0px;
	padding-right: 36px;
	padding-top: 24px;
	overflow: hidden;
}

#content div.half1BigPage {
	width: 450px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: left;
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding-left: 36px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	overflow: hidden;
}

#content div.half2BigPage {
	width: 228px;
	margin: 0px;
	padding: 0px;
	padding-right: 36px;
	padding-top: 24px;
	overflow: hidden;
}

#content div.half1ProductDetails {
	width: 460px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: left;
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding-left: 36px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 24px;
	overflow: hidden;
	clear: left;
}

#content div.half2ProductDetails {
	width: 238px;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-top: 0px;
	overflow: hidden;
}

div.clear {
	clear: left;
}

#content div.boxSpacer {
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 1px;
	background-color: #b6b6b6;
	border-bottom: #ffffff;
}

#content img.boxThumb {
	padding-right: 12px;
	padding-bottom: 12px;
}

div.boxThumb {
	float: left;
}

div.boxText {
	width: 313px;
	float: right;
}

#content div.spacerFirstPage {
	width: auto;
	height: 4px;
	background-color: #dfdfdf;
	border-bottom: 1px solid #c4c4c4;
}

#content div.firstPageBg {
	background-color: #e8e8e8;
}

#content div.piBox {
	background-color: #dcdcdc;
	border: 1px solid #ffffff;
	padding: 12px;
}

img.piImage {
	position: absolute;
}

#content div.fullPage {
	width: 702px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: rgb(51, 51, 51);
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 24px;
	padding-bottom: 24px;
	overflow: hidden;
}

div.pageEnd {
	background-color: #c4bfb9;
	height: 80px;
	width: auto;
	padding-left: 26px;
}

div.quickNavBlock {
	float: left;
	margin: 12px;
}

a.quickNav {
	color: #212121;
	font-weight: bold;
}

#content div strong {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#content div.fullPageWithoutBorder {
	width: 726px;
	margin-left: 63px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

#content div table tr td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

img {
	border: 0px;
}

img.freeSpace {
	border: 0px;
	padding: 20px;
	padding-top: 0px;
}

a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2865aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

p.productCategory {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2865aa;
	margin: 0px;
	line-height: 16pt;
}

p.productName {
	font-family: Eurostile, Calibri, Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	display: inline;
}

img.pPicto {
	vertical-align: -11px;
	/*padding-left: 12px;*/
	margin-left: 6px;
	/*margin-top: 12px;*/
	/*margin-bottom: 12px;*/
}

p.productSubline {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 0.5px;
	line-height: 16px;
}

div.productHeadlineGroup {
	padding-top: 20px;
	padding-left: 36px;
	padding-bottom: 25px;
	float: left;
}

div.productHeadlineIconsGroup {
  padding-top: 20px;
  padding-left: 36px;
  padding-bottom: 25px;
}

div.productImgSpacer {
	width: 10px;
	height: 38px;
}

p.releaseDate {
	font-family: Calibri, Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}

table.productHead {
	width: 536px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td.productImageCell {
	width: 240px;
	text-align: right;
}

td.productTextCell {
	width: 328px;
	text-align: left;
}

img.homeNews {
	border: 0px;
	width: 90px;
	margin: 0px;
	margin-right: 16px;
	margin-bottom: 5px;
}

span.homeNewsTitle a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2865aa;
	font-weight: bold;
}

p.head {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2865aa;
	margin: 0px;
	line-height: 16pt;
	margin-bottom: 11px;
}

h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	line-height: 16pt;
	margin-bottom: 11px;
}

h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2865aa;
	margin: 0px;
	line-height: 16pt;
	margin-bottom: 11px;
}

h2.configurator {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 19pt;
  font-weight: normal;
  color: #767676;
  margin: 0px;
	left: 0px;
  line-height: 22pt;
  margin-bottom: 11px;
  letter-spacing: -1pt;
}

h3,h4,h5 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	margin: 0px;
	margin-bottom: 10px;
}

p.allProductsHead {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2865aa;
	margin: 0px;
	line-height: 16pt;
	margin-bottom: 2px;
}

.countryListE {
	position: absolute;
	top: 90px;
	left: 425px;
	background-color: white;
	border: 1px solid black;
	padding: 9px;
	opacity: 0.85;
}

.countryListAs {
	position: absolute;
	top: 98px;
	left: 440px;
	background-color: white;
	border: 1px solid black;
	padding: 9px;
	opacity: 0.85;
}

.countryListAm {
	position: absolute;
	top: 118px;
	left: 190px;
	background-color: white;
	border: 1px solid black;
	padding: 9px;
	opacity: 0.85;
}

.countryListAf {
	position: absolute;
	top: 158px;
	left: 430px;
	background-color: white;
	border: 1px solid black;
	padding: 9px;
	opacity: 0.85;
}

.countryListAu {
	position: absolute;
	top: 260px;
	left: 670px;
	background-color: white;
	border: 1px solid black;
	padding: 9px;
	opacity: 0.85;
}

div.countries {
	float: left;
	padding-right: 5px;
}

div.languageSelectorBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 40000;
}

div.languageSelector {
	position: absolute;
	top: 57px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
	z-index: 40001;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #adaaad;
}

div.languageSelector a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}

div.lineBlue {
	padding: 0px;
	margin: 0px;
	height: 1px;
	width: 100%;
	background-color: #2865aa;
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	margin-top: -9px;
	margin-bottom: 14px;
	font-size: 1px;
}

div#sendByMail {
	width: 400px;
	height: 300px;
	background-color: #ffffff;
	display: none;
}

div#askByMail {
	width: 400px;
	height: 300px;
	background-color: #ffffff;
	display: none;
}

div#askByMail form,div#sendByMail form {
	padding: 20px;
	overflow: hidden;
}

.redBig {
	color: #bf1111;  /*#ee1111 */
	font-size: 20px;
	line-height: 24px;
}

.red {
	color: #bf1111; /*ee1111 */
}

p.title {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 2px;
}

table.newTable {
	border: 1px solid #adaaad;
}

table.newTable th {
	color: #2865aa;
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	padding-left: 12px;
	padding-right: 24px;
	text-align: left;
	background-color: #e1e1e1;
}

table.newTable td {
	color: #000000;
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding: 2px;
	padding-left: 12px;
	padding-right: 24px;
	border-top: 1px solid #adaaad;
	background-color: #eeeeee;
}

table.newTable td.strong {
	color: #000000;
	font-weight: bold;
	background-color: #e1e1e1;
}

table.newTable td.sum {
	color: #2865aa;
	font-weight: bold;
	background-color: #e1e1e1;
}

table.newTable td.redHistory {
	color: #000000;
	font-weight: normal;
	background-color: #ff6868;
}

div.pointsBox {
	border: 1px solid gray;
	padding: 3px;
	margin: 20px;
	background-color: #e5e5e5;
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	width: 170px;
}

table.kalender td {
	text-align: center;
}


/* ------------ Start Tipthekick Styles -------------------- */
table.tipkick {
	width: 100%;
	border: 1px solid #000000;
}

.tipkick td {
	padding: 3px;
}

td.tipkick_country, td.tipkick_tipbutton {
	text-align: center;
}

.left {
	padding-left: 250px;
}

td.tipkick_country .right {
  padding-right: 50px;
}

td.tipkick_tipbutton {
	border-top: thin #898989 solid;
}

td.tipkick_time {
	text-align: left;
	border-bottom: thin #898989 solid;
	border-top: thin #898989 solid;  
}

td.tipkick_headline {
	text-align: left;
}
/* ---------- End Tipkick Styles ------------------------ */

div.listButton ul {
	margin-left: 0px;
	padding-left: 19px;
}

table.editTable {
	margin: 25px;
	padding: 5px;
	width: 90%;
	border: 1px solid black;
	background-color: #f4ebc9;
}

table.editTable td {
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table.editTable th {
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #d90000;
}

table.searchResults {
	width: 100%;
	border: 1px solid #adaaad;
	margin: 0px;
	padding: 0px;
}

table.searchResults td {
	padding: 10px;
	margin: 0px;
}

img.productThumb {
	margin: 0px;
}

img.configurator {
	float: left;
	margin-right: 10px;
}

div.casesolutionsBlock div.black {
	width: 12px;
	height: 12px;
	background-color: black;
	border: 1px solid black;
	float: left;
	margin: 2px;
	padding: 0px;
	margin-right: 10px;
}

div.casesolutionsBlock div.white {
	width: 12px;
	height: 12px;
	background-color: white;
	border: 1px solid black;
	float: left;
	margin: 2px;
	padding: 0px;
	margin-right: 10px;
}

div.casesolutionsBlock div.leder {
	width: 12px;
	height: 12px;
	background-color: brown;
	border: 1px solid black;
	float: left;
	margin: 2px;
	padding: 0px;
	margin-right: 10px;
}

div.casesolutionsBlock div.silver {
	width: 12px;
	height: 12px;
	background-color: #d5d5d5;
	border: 1px solid black;
	float: left;
	margin: 2px;
	padding: 0px;
	margin-right: 10px;
}

table.flatTable {
	border: 3px solid #b8b3ad;
	background-color: #f5f5f5;
	padding: 0px;
	margin: 0px;
}

table.flatTable th {
	border-bottom: 1px solid #b8b3ad;
	background-color: #dcdcdc;
}

table.flatTable tr {
	border-bottom: 1px solid #b8b3ad;
	border-right: 1px solid #b8b3ad;
}

table.flatTable td {
	margin: 3px;
	border: 1px solid #b8b3ad;
	border-top: 0px;
	border-right: 0px;
}

table.flatTable td.green {
	background-color: #1cc30f;
	width: 6px;
}

table.flatTable td.yellow {
	background-color: #ffde27;
	width: 6px;
}

table.flatTable td.red {
	background-color: #e13a3a;
	width: 6px;
}

.feedback {
	background-color: #8ae472;
	border: 1px solid black;
	margin: 25px;
	padding: 25px;
}

.confirm {
	background-color: #ef9b9b;
	border: 1px solid black;
	margin: 25px;
	padding: 25px;
}

.info,.success,.warning,.error,.validation {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/icons/info.png');
}

.success {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/images/icons/success.png');
}

.warning {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/icons/warning.png');
}

.error {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/icons/error.png');
}

div.conf_help {
  /*position: absolute; 
  top: 240px; 
  right: 96px;*/
	position: relative;
	width: 100%;
	float: right;
}

div.conf_mainElement {
  border: 1px solid #b8b3ad; 
  float:left;
  width: 210px;
  height: 270px;
  margin-right: 11px;
  text-align: center;
}

div.conf_mainElementTitle {
  background-color: #b8b3ad; 
  padding: 3px;
}

div.conf_mainElementProducts {
  width: 720px;
}

div.conf_productElement {
  border: 1px solid #b8b3ad;
  text-align: center;
  padding: 0px;
  margin: 5px;
  float: left; 
  width: 216px; 
  height: 230px;
  font-size: 80%;
  color: 717171;
}

div.conf_productElement:hover {
  border: 3px solid #2865aa;
  text-align: center;
  padding: 0px;
  margin: 3px;
  float: left; 
  width: 216px; 
  height: 230px;
  font-size: 80%;
  color: 717171;
}

div.conf_productElementTiny {
  border: 1px solid #b8b3ad;
  text-align: center;
  padding: 0px;
  margin: 5px;
  float: left; 
  width: 216px; 
  height: 140px;
  font-size: 80%;
  color: 717171;
}

div.conf_productElementTiny:hover {
  border: 3px solid #2865aa;
  text-align: center;
  padding: 0px;
  margin: 3px;
  float: left; 
  width: 216px; 
  height: 140px;
  font-size: 80%;
  color: 717171;
}

div.conf_productElement div.img {
  height: 170px;
}

div.conf_productElement div.imgSmall {
  height: 140px;
}

div.conf_productElement div.imgTiny {
  height: 70px;
}

div.conf_productElement h2 {
  padding: 0px;
  margin: 0px;
}

div.conf_productElementTiny h2 {
  padding: 0px;
  margin: 0px;
}

div.conf_productElement p {
  position: relative;
  top: -15px;
}
  
div.conf_productElementTiny p {
  position: relative;
  top: -20px;
}
  
div.conf_naviElement {
  background-color: #b8b3ad;
  padding: 7px;
  margin: 7px;
}

div.ccShop {
	width: 155px;
	background-image: url('/images/ccBackground.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	margin: 10px;
	padding-top: 45px;
	padding-bottom: 45px;
	float: left;
	display: inline;
}

/*  SLIDER  */
#sleekslide {
	z-index: 100;
	position: absolute;
	top: 107px;
	height: 220px;
	width: 774px;
	left: 50%;
	margin-left: -387px;
}

#sleekslide .slideimage {
	position: absolute;
	padding-bottom: 0px;
}

#sleekslide .slideimage_big {
	left: 0;
	bottom: 0px;
}

#sleekslide .slideimage_medium {
	left: 200px;
	bottom: 15px;
}

#sleekslide .slideimage_small1 {
	bottom: 10px;
	left: 50px;
}

#sleekslide .slideimage_small2 {
	bottom: 10px;
	left: 250px;
}

#sleekslide .intro {
	left: 350px;
	width: 300px;
	top: 50px;
	position: absolute;
	line-height: 25px;
}

#sleekslide .intro h2 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 23px;
}

#sleekslide .buttonlinks,.intouch,#top .textwidget .intouch {
	display: block;
}

#top .widget_text {
	padding: 20px;
	width: 280px;
}

#sleekslide .buttonlinks .next {
	margin-right: 10px;
	visibility: hidden;
}

#sleekslide .slide1 {
	visibility: visible;
}

.jshide {
	visibility: hidden;
}

#sleekslide .buttonlinks a,.intouch,#top .textwidget .intouch {
	display: block;
	float: left;
	line-height: 33px;
	width: 165px;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	border: none;
}

#sleekslide .buttonlinks a:hover,.intouch:hover,#top .textwidget .intouch:hover
	{
	background-position: bottom left;
	margin-top: 1px;
}

#top .intouch {
	float: none;
	margin: 0 auto;
}

.slideme {
	position: relative;
	left: 0;
}

.slide1 {
	z-index: 1;
}

.slider_container {
	position: absolute;
	top: 0;
	left: 0;
	height: 215px;
	width: 774px;
}

.notactive {
	visibility: hidden;
}

#wrapper {
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -387px;
	width: 774px;
	height: 322px;
	z-index: 10;
	overflow: hidden;
}

div.backgroundSpacer {
	height: 130px;
	width: 5px;
	min-height: 130px;
	display: block;
}

img.piNews {
	padding-bottom: 12px;
}

div.piDivBox {
	width: 202px;
	height: 202px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	padding-bottom: 12px;
	cursor: pointer;
}

div.productImage {
	padding-top: 40px;
}

.submenu {
	min-width: 100px;
}

.productDetailsRightColumn {
	border: 1px solid #cfcdc1;
	background-color: #fcfcfa;
	margin: 0px;
	margin-bottom: 20px;
}

.productDetailsRightColumn ul li{
  padding-left: 4px;
}

.productDetailsRightPictos {
	position: relative;
	border: 0px solid #cfcdc1;
  margin-left:auto;
  margin-right:auto; 
}

img.proCol {
	vertical-align:middle;
	padding-right: 3px;
}

div#productZollSizes {
  padding-left: 6px;
}

div.zollDivBox {
	font-family: Calibri, Arial, sans;
  font-size: 26px;
	text-align: left;
  margin: 9px;
  padding: 12px;
  color: white;
  font-weight: bold;
  height: 30px;
  /* IE7 hat Probleme mit float: left - daher erstmal nur eine Box 
    letter-spacing: -1px;
    float: left;
    position: relative;
*/
}

div.zollDivBoxWhite {
  font-family: Calibri, Arial, sans;
  font-size: 26px;
  color: #abcf39;
  font-weight: bold;
  float: left;
  margin-top: 9px;
  padding-top: 12px;
  position: relative;
}

div#productLinks {
  font-weight: bold;
  padding: 6px;
  padding-top: 9px;
  padding-left: 23px;
  line-height: 21px;
}

div#productFeatures {
  list-style-position: outside;
  list-style-image: url(/images/icons/arrowGreen.gif);
  list-style-type: square;
}

div#amazonReviews {
  font-weight: bold;
  padding: 6px;
  padding-top: 9px;
  padding-left: 23px;
  line-height: 21px;
}

div.productInfoBox {
  padding: 6px;
  padding-top: 9px;
  padding-left: 23px;
  line-height: 140%;
}

div#amazonReviews ul{
      list-style-type:none;
      padding-left:0px;
}

div#descHoverBoxPac {
  position: absolute;
  width: 315px;
  padding: 7px;
  background-color: #212121;
  left: +35%;
  top: 120px;
  z-index: 100;
  display: none;
  color: #ffffff;
  border: 3px solid gray;
}

div#descHoverBoxPac img {
  padding-right: 12px;
}

div#descHoverBoxHdf {
  position: absolute;
  width: 315px;
  padding: 7px;
  background-color: #212121;
  left: +45%;
  top: 120px;
  z-index: 100;
  display: none;
  color: #ffffff;
  border: 3px solid gray;
}

div#descHoverBoxHdf img {
  padding-right: 12px;
}

div#descHoverBoxPrinter {
  position: absolute;
  width: 315px;
  padding: 7px;
  background-color: #212121;
  left: -20;
  top: -100px;
  z-index: 100;
  display: none;
  color: #ffffff;
  border: 3px solid gray;
}

div#descHoverBoxPrinter img {
  padding-right: 12px;
}

img.descHoverGeneral {
  vertical-align: -11px;
  margin-left: 5px;
	margin-top: 0px;
  margin-bottom: 6px;
}
	
div.descHoverBoxGeneral {
	position: absolute;	
  width: 238px;
  padding: 7px;
  background-color: #212121;
  right: -20;
  top: -10px;
  z-index: 1000;
  display: none;
  color: #ffffff;
  border: 3px solid gray;
	text-align: left;
}

div#descHoverBoxWarranty {
  position: absolute;
  width: 315px;
  padding: 7px;
  background-color: #212121;
  left: +50%;
  top: 136px;
  z-index: 1000;
  display: none;
  color: #ffffff;
  border: 3px solid gray;
}

div#descHoverBoxWarranty img {
  padding-right: 12px;
}

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 6px 0 3px 0;
}

div.filterDiv {
	float:left;
	padding: 6px;
}

fieldset#material {
  display: none;
}
  
#descHoverWarranty {
  position: absolute;
  top: 226px;
}

#pFF_zollSizeMin {
	color: black;
	border:0;
  background-color:transparent;
  font-weight:bold;
  width:31px;
}

#pFF_zollSizeMax {
  color: black;
  border:0;
  background-color:transparent;
  font-weight:bold;
  width:31px;
}

.button-hover {padding: .4em 1em .4em 20px;text-decoration: none; position: relative;}
.button-hover span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
.buttonspacer {margin-bottom: 12px;}

ul#icons {margin: 0; padding: 0; left: -2px; position: relative;}
ul#icons li {margin: 3px; position: relative; padding: 2px 0; cursor: pointer; float: left;  list-style: none; width: 236px;}
ul#icons span.ui-icon {float: left; margin: 0 2px; margin-top: 2px;}

.jbgContentDiv { margin-right: 6px;}

img.conf_productImage {
  border: 2px solid gray;
  padding: 12px;
  margin: 19px;
  float: right;
  background-color: white;
}

p.conf_productTitle {
  font-size: 140%;
  color: #333333;
  margin: 0px;
  padding: 0px;
  padding-bottom: 19px;
  letter-spacing: 2px;
}

div#descHoverBoxEierhint {
  position: absolute;
  width: 180px;
	height: 131px;
  padding: 10px;
  background-color: #000000;
	background-image: url(/ostern/img/Schmetterlinge.png);
  left: -00px;
  top: -160px;
  z-index: 1000;
  display: none;
  color: #FFFFFF;
  border: 2px solid gray;
	text-align: center;
}
