

/* links */
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #FFCA6B;
}
a img {
	border: 0px;
}
.leftBoxContainer a, .rightBoxContainer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
.category-subs-parent, .category-subs-selected {
	color: #FFCA6B;
}
.imgLink {
	text-align: center;
}
/* headings */
h1 {
	font-size: 16px; 
	line-height: 22px;
 	font-weight: bold; 
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 14px; 
	line-height: 20px;
 	font-weight: bold;
	margin: 0.5em 0 0.3em 0;
	border-bottom: 1px solid #fff;
}
h3 {
	font-size: 14px; 
	line-height: 20px;
 	font-weight: bold;
	margin: 0 0 0.5em 0;
}

.leftBoxContainer h3 {
	display: none;
}
#productListing h3, #indexProductList h3 {
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
}
.rightBoxContainer{
	text-align: center;
}


/* tables */
table {
	border-collapse: collapse;
	border-color: white;
}
th {
	background-color: #5E707A;
	padding-right: 5px;
}
td {
	vertical-align: top;
}
#listCell0-0 {
	width: 20%;
}
#listCell0-1 {
	width: 20%;
}
#listCell0-2 {
	width: 60%;
}

.tabTable th {
	padding-left: 5px;
}
.tabTable td {
	padding: 3px;
}

/* lists */
#content li.title {
	font-weight: bold;
	margin-left: 0px;
	list-style-type: none;;
}
#content li {
	margin-left: 20px;
	position: relative;
}
#content li span { 
	position: absolute; top: 0; right: 200px; 
}


/* images */
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}


/* further styling classes */
.catDescContent {
	text-align: justify;
}
.hidden {
	display: none;
}
#productsListingBottomNumber, #productsListingListingBottomLinks {
	text-align: center;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
.back {
	float: left;
}
.forward {
	float: right;
}
.bold {
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
#indexProductListCatDescription {
	text-align: justify;
}

.list {
	margin-bottom: 1em;
}
.list thead td {
	font-weight: bold;
	padding-right: 20px;
}
.list td {
	margin-right: 20px;
}
.list tr {
	/*
	display: list-item;
	list-style-type: circle;
	*/
}

td.mb, td.daten {
	text-align: right;
	padding-right: 20px;
}

/* very very dirty*/
#cat69Table {
	display: none;
}

#productDescription ol {
	padding-left: 5px;
}
