.shop-navigation
{
	border-top: 1px solid #dcdcdc;
	padding: 0px;
	margin: 0px 0px 1em;
}
.shop-navigation li
{
	display: block;
	padding: 6px 4px;
	border-bottom: 1px solid #dcdcdc;
}
.shop-navigation li ul
{
	margin: 4px 0px 0px;
	padding: 0px;
	font-size: 0.90em;
}
.shop-navigation li ul li
{
	padding: 2px 4px 2px 12px;
	border-bottom: 0px none;
}
#content-container .shop-navigation a, #content-container .shop-navigation a:link, #content-container .shop-navigation a:visited
{
	color: #636466;
	text-decoration: none;
}
#content-container .shop-navigation a:hover, #content-container .shop-navigation a:active
{
	text-decoration: underline;
}
.shop-navigation a.active
{
	font-weight: bold;
}
.shop-shopping-cart-link
{
	padding: 0px 0px 2em 30px;
	background-image: url(../Shop/Images/warenkorb.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #A5A7AA;
}
#content-container .shop-shopping-cart-link a,
#content-container .shop-shopping-cart-link a:link,
#content-container .shop-shopping-cart-link a:visited
{
	color: #858688;
	text-decoration: none;
	font-weight: bold;
}
#content-container .shop-shopping-cart-link a:hover,
#content-container .shop-shopping-cart-link a:active
{
	text-decoration: underline;
}

/* Product Grid */
table.shop-product-grid
{
	border-collapse: collapse;
	width: 567px;
}
.shop-product-grid td
{
	border-left: 1px solid #dcdcdc;
	padding: 0px 10px;
	color: #636466;
	font-size: 11px;
}
#content-container table.shop-product-grid td a, #content-container table.shop-product-grid td a:link,
#content-container table.shop-product-grid td a:visited
{
	color: #636466;
}
.shop-product-grid .first-col
{
	border-left: 0px none;
	padding-left: 0px;
}
.shop-product-grid td.empty-col
{
	border-left: 1px hidden #fff;
}
.shop-product-grid .last-col
{
	padding-right: 0px;
}
.shop-product-grid .shop-product-grid-image-row td
{
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
}
.shop-product-grid .shop-product-grid-image-row td.empty-col
{
	border-top: 1px hidden #fff;
}
.shop-product-grid .shop-product-grid-price-row td
{
	padding-top: 3px;
}
.shop-product-grid .shop-product-grid-buttons-row td
{
	padding-top: 4px;
	padding-bottom: 10px;
}
.shop-product-grid .first-row td
{
	border-top: 0px none;
	padding-top: 0px;
}
.shop-product-grid .shop-product-grid-details-button-cell
{
	padding-right: 0px;
}
.shop-product-grid .shop-product-grid-addtocart-button-cell
{
	border-left: 0px none;
	padding-left: 0px;
	text-align: right;
}
.shop-product-grid table.shop-product-grid-image-container
{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	width: 126px;
	height: 126px;
}
.shop-product-grid table.shop-product-grid-image-container-placeholder
{
	border: 1px hidden #fff;
	border-collapse: collapse;
	width: 126px;
	height: 126px;
}
.shop-product-grid table.shop-product-grid-image-container-placeholder td
{
	border: 1px hidden #fff !important;
}
.shop-product-grid table.shop-product-grid-image-container a img
{
	border: 0px none;
}
.shop-product-grid table.shop-product-grid-image-container td
{
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.shop-product-grid .shop-product-grid-ensure-width
{
	width: 124px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop-product-grid table.shop-product-grid-image-container td .shop-product-grid-ensure-width
{
	width: 122px;
}
.shop-product-grid .shop-product-grid-price
{
	font-weight: bold;
}
.shop-product-grid .shop-product-grid-details-button-cell input,
.shop-product-grid .shop-product-grid-addtocart-button-cell input
{
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 1px 2px;
}

/* Product */
.shop-product
{
	color: #636466;
}
#content-container .shop-product .shop-product-category,
#content-container .shop-product .shop-product-category a,
#content-container .shop-product .shop-product-category a:link,
#content-container .shop-product .shop-product-category a:visited,
#content-container .shop-product .shop-product-category a:hover,
#content-container .shop-product .shop-product-category a:active
{
	margin: 0px 0px 2em;
	font-size: 12px;
	color: #3c485e;
	line-height: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.shop-product .shop-product-image-container
{
	float: left;
	display: inline;
	border: 1px solid #dcdcdc;
	padding: 8px;
	width: 220px;
	text-align: center;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}
.shop-product-heading
{
	color: #3c485e;
	font-weight: bold;
}
.shop-product .shop-product-title
{
	color: #3c485e;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-left: 258px;
}
.shop-product .shop-product-title textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c485e;
	font-weight: bold;
}
.shop-product .shop-product-subline
{
	margin: 0.2em 0px 1em 258px;
}
.shop-product .shop-product-subline textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
}
.shop-product .shop-product-productcode
{
	margin: 0.2em 0px 0.5em 258px;
}
.shop-product .shop-product-author
{
	margin: 0.5em 0px;
}
.shop-product .shop-product-description
{
	margin-bottom: 1em;
	margin-left: 258px;
}
.shop-product .shop-product-price
{
	margin-bottom: 1em;
	margin-left: 258px;
}
.shop-product .shop-product-price-em
{
	font-size: 120%;
	color: #3c485e;
	font-weight: bold;
}
.shop-product .shop-product-amount
{
	margin-bottom: 1em;
	margin-left: 258px;
}
.shop-product .shop-product-amount-box
{
	width: 50px;
}
.shop-product .shop-product-buttons
{
	margin-left: 258px;
}
.shop-product .shop-product-addtocart-button, .shop-product-of-the-month .shop-product-addtocart-button,
.shop-product-of-the-month .shop-product-details-button, .shop-product-of-the-month .shop-product-inquiry-button
{
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px none;
	padding: 1px 2px;
}
.shop-product-longdescription
{
	margin: 1em 0px 1em 258px;
}
.shop-product-back
{
	margin-top: 3em;
	margin-left: 258px;
}

/* product of the month */
.shop-product-of-the-month
{
	margin: 1em 0px;
	border-top: 1px solid #636466;
	border-bottom: 1px solid #636466;
	padding: 0.5em;
	clear: both;
}
.shop-product-of-the-month:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.shop-product-of-the-month { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .shop-product-of-the-month { height: 1%; }
.shop-product-of-the-month { display: block; }
/* end clearfix */
.shop-product-of-the-month .shop-product-image-container
{
	float: left;
	display: inline;
	width: 122px;
	overflow: hidden;
}
.shop-product-of-the-month .shop-product-description
{
	margin-left: 137px;
}
.shop-product-of-the-month .shop-product-buttons
{
	margin: 1.5em 0px 0px 137px;
}

/* Category summary */
.shop-category-summary .shop-product .shop-product-title,
.shop-category-summary .shop-product .shop-product-subline,
.shop-category-summary .shop-product .shop-product-description,
.shop-category-summary .shop-product .shop-product-price,
.shop-category-summary .shop-product .shop-product-buttons
{
	margin: 0px;
}
.shop-category-summary .shop-product .shop-product-buttons
{
	margin-top: 1.1ex;
}

/* Category Grid */
.shop-category-note
{
	margin: 2em 0px;
	color: #636466;
	font-size: 11px;
}
table.shop-category-grid
{
	border-collapse: collapse;
	width: 567px;
}
.shop-category-grid td
{
	padding: 0px 10px;
	color: #636466;
	font-size: 12px;
}
#content-container table.shop-category-grid td a, #content-container table.shop-category-grid td a:link,
#content-container table.shop-category-grid td a:visited
{
	color: #3c485e;
	font-weight: bold;
}
.shop-category-grid .first-col
{
	padding-left: 0px;
}
.shop-category-grid td.empty-col
{
}
.shop-category-grid .last-col
{
	padding-right: 0px;
}
.shop-category-grid .shop-category-grid-title-row td
{
	padding-top: 20px;
	padding-bottom: 4px;
}
.shop-category-grid .shop-category-grid-image-row td.empty-col
{
}
.shop-category-grid .shop-category-grid-price-row td
{
	padding-top: 3px;
}
.shop-category-grid .shop-category-grid-buttons-row td
{
	padding-top: 4px;
	padding-bottom: 10px;
}
.shop-category-grid .first-row td
{
	padding-top: 0px;
}
.shop-category-grid .shop-category-grid-details-button-cell
{
	padding-right: 0px;
}
.shop-category-grid .shop-category-grid-addtocart-button-cell
{
	padding-left: 0px;
	text-align: right;
}
.shop-category-grid table.shop-category-grid-image-container
{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	width: 126px;
	height: 144px;
}
.shop-category-grid table.shop-category-grid-image-container-placeholder
{
	border: 1px hidden #fff;
	border-collapse: collapse;
	width: 126px;
	height: 144px;
}
.shop-category-grid table.shop-category-grid-image-container-placeholder td
{
	border: 1px hidden #fff !important;
}
.shop-category-grid table.shop-category-grid-image-container a img
{
	border: 0px none;
}
.shop-category-grid table.shop-category-grid-image-container td
{
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.shop-category-grid .shop-category-grid-ensure-width
{
	width: 125px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop-category-grid table.shop-category-grid-image-container td .shop-category-grid-ensure-width
{
	width: 125px;
}
.shop-category-grid .shop-category-grid-price
{
	font-weight: bold;
}
.shop-category-grid .shop-category-grid-details-button-cell input,
.shop-category-grid .shop-category-grid-addtocart-button-cell input
{
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 1px 2px;
}

.shop-search-term
{
	width: 100px;
	font-size: 11px;
}
.shop-search-submit
{
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 0px none;
	padding: 1px 2px;
}

/* Shop cart */
.shop-cart
{
	padding-bottom: 4em;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 4em;
}
.shop-cart-items
{
	border: 0px none;
	border-collapse: collapse;
	border-spacing: 0px;
}
.shop-cart-items tr
{
	padding: 3px 0px;
}
.shop-cart-items td
{
	vertical-align: middle;
	font-size: 12px;
}
.shop-cart-items tr.shop-cart-total
{
	border-top: 8px solid #fff;
}
.shop-cart-total td
{
	background-color: #636466;
	color: #fff;
	font-weight: bold;
}
.shop-cart-items table.shop-product-grid-image-container
{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	width: 126px;
	height: 126px;
}
.shop-cart-items table.shop-product-grid-image-container-placeholder
{
	border: 1px hidden #fff;
	border-collapse: collapse;
	width: 126px;
	height: 126px;
}
.shop-cart-items table.shop-product-grid-image-container-placeholder td
{
	border: 1px hidden #fff !important;
}
.shop-cart-items table.shop-product-grid-image-container a img
{
	border: 0px none;
}
.shop-cart-items table.shop-product-grid-image-container td
{
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.shop-cart-items .shop-product-grid-ensure-width
{
	width: 124px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop-cart-items table.shop-product-grid-image-container td .shop-product-grid-ensure-width
{
	width: 122px;
}
#content-container table.shop-cart-items .shop-cart-item-info
{
	padding: 1em;
}
.shop-cart-item-amount
{
	text-align: right;
	padding-right: 15px;
	white-space: nowrap;
}
.shop-cart-item-amount-box
{
	text-align: right;
	font-size: 11px;
	width: 40px;
}
.shop-cart-item-total, .shop-cart-total-price
{
	text-align: right;
	white-space: nowrap;
}
#content-container table.shop-cart-items td a, #content-container table.shop-cart-items td a:link,
#content-container table.shop-cart-items td a:visited
{
	color: #3c485e;
	font-weight: bold;
}
.shop-cart-remove-button
{
	margin-top: 2px;
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 1px 2px;
}
#content-container table.shop-cart-items td
{
	padding: 0px;
}
#content-container table.shop-cart-items td.shop-cart-total-price
{
	padding-right: 6px;
	white-space: nowrap;
}
#content-container table.shop-cart-items td .shop-cart-order-link,
#content-container table.shop-cart-items td a.shop-cart-order-link:link,
#content-container table.shop-cart-items td a.shop-cart-order-link:visited
{
	display: block;
	float: left;
	background-color: #3c485e;
	color: #fff;
	padding: 3px 6px;
	border-right: 2px solid #fff;
}
.shop-cart input.shop-cart-button
{
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 1px 2px;
}

.shop-order-addresses .shop-order-invoice-address
{
	background-color: #efefef;
	border: 1px solid #d0d0d1;
	padding: 1em;
	margin-top: 1em;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
.shop-order-addresses-buttons
{
	border-top: 1px solid #dcdcdc;
	margin-top: 1em;
	padding-top: 1em;
}
.shop-order-addresses input.button
{
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 1px 2px;
}

.shop-order-confirm .shop-cart-items
{
	margin: 2em 0px;
}
.shop-order-confirm h2
{
	margin: 1.5em 0px 0.75em;
}
.shop-order-confirm-agree
{
	margin: 1em 0px;
	padding: 1em 0px 0px;
	border-top: 1px solid #dcdcdc;
}
.shop-order-confirm-buttons input.button
{
	background-color: #636466;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 1px 2px;
}


