table.detailsContainer {
  width: 100%;
  padding-bottom: 20px;
}

table.detailsContainer td {
  vertical-align : top;
}

table.detailsContainer td.productInfoContainer {
  width: 40%;
  padding-right: 20px;
}

tr.ProductRelationTypeHeader td {
  background-color: white;
  font-weight:bold;
  color: black;
}

td.sectionHeader {
 font-weight: bold;
}

td.productRelationDescription {
    background-color:white;
    color:black;
}
table.productDetailsTable tbody tr td.label20 {
  width: 30%;
  padding-left: 22px;
}

table.productDetailsTable td.label {
  white-space: nowrap;
}

table.productDetailsTable tbody tr td {
  border-bottom: none;
  padding: 3px 3px;
}

table.productDetailsTable tbody tr td.price {
  white-space: nowrap;
}

table.productDetailsTable thead tr td.relationType {
	font-weight:bold;
}

/* #### CAROUSEL CSS ################### */
.product-images {
  position: relative;
	text-align: center;
	width: 300px;
  margin:18px auto;
}

.product-images .preview {
  display:block;
  height:200px;
}

.product-images .navigation {
  display:block;
  text-align:center;
  margin-top:9px;
}

#product-images-navigation a {
	padding: 1px 5px;
	color: #000;
	text-decoration: none;
	margin: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#product-images-navigation a.active, #product-images-navigation a:hover {
	background: #7399e5;
	color: #FFF;
}

#product-images a.prev, #product-images a.next {
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
}


* html #product-images a.prev, * html #product-images a.next { /* IE 6 HACK */
	height: 200px;
	margin-top: -100px;
	top: 50%;
}

#product-images a.prev {
	background: url(../images/carousel-arrows.gif) right center no-repeat;
	opacity: .2;
	left: -10px;
}

#product-images a.next {
	background: url(../images/carousel-arrows.gif) left center no-repeat;
	opacity: .2;
	height: 100%;
	right: -10px;
}

#product-images:hover a.prev, #product-images:hover a.next {
		opacity: 1;
}

img.productImage {
  max-width:200px;
  max-height:200px;
  /* ie6 fixed styles*/
  width: expression(this.width >200 && this.width >= this.height ? '200px': this.width +'px;');
  height: expression(this.height >200 && this.height >= this.width ? '200px': this.height +'px;');
}

#conversionConfirmDialog {
    margin:20px 40px 10px 100px;
}

#conversionConfirmDialog input.button {
    margin-left:5px;
    min-width:80px;
}

.center-text {
    text-align: center;
}
.attachedDocument {
    padding-left: 10px;
    padding-top: 5px;
}

table.resultTable .editedCurrency {
    width: 80px;
}

table.resultTable .editedCurrency option {
    width: 50px;
}

table.productDetailsTable input.price {
  width: 40px;
}
table.resultTable tbody tr table.specialPriceAndQuantityLauoutTable > tbody > tr > td {
  padding-right: 5px;
  text-align: left;
  vertical-align: baseline;
}
table.resultTable tbody tr table.specialPriceAndQuantityLauoutTable > tbody > tr > td > select {
  vertical-align: baseline;
}
table.resultTable tbody tr table.specialPriceAndQuantityLauoutTable > tbody > tr > td:first-child {
  width: 50px;
}
table.resultTable tbody tr table.specialPriceAndQuantityLauoutTable {
  width: auto;
}


/*fix Umlaut displaying in IE*/
.ie input {
    margin-bottom: 4px !Important;
}