@CHARSET "utf-8";
 
/* Kategorie (Header) */
div.com-category {
	background-image:url("img/category_header/header_bg.png");
	width: 650px;
	height: 87px;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
 
div.com-category h2 {
	padding: 8px 8px 16px 16px;
	border: none;
	font-size: 32px;
	color: #d2dce9;
}
 

div.com-category ul#nav1, 
div.com-category ul#nav2, 
div.com-category ul#nav3, 
div.com-category ul#nav4 {
	list-style-type:none;
}

div.com-category ul#nav1 li {
	display: inline;
	padding-left: 16px;
} 

div.com-category ul#nav1 a {
	background-color:transparent;
	color:#FFFFFF;
	font-size:1em;
	text-decoration:none;
	white-space:nowrap;
}

div.com-category *,
div.product *,
div.com-basket-container *
{
	font-size: 11px;
}
 
/* Produkte (Liste) */
div.product {
	margin-bottom: 8px;
	width: 650px;
}

div.product div.product-image {
	float: left;
	width: 160px;
	border: none;
	text-align: center;	
}

div.product div.product-content {
	float: left;
	width: 488px;
	margin-left: 2px;
}

div.product div.layout-top {
	height: 11px;
	line-height: 11px;
	background-image: url("img/product_bg_top1.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.product div.layout-bottom {
	height: 11px;
	line-height: 11px;
	background-image: url("img/product_bg_bottom1.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.product div.layout-middle-top {
	background-image: url("img/product_bg_top2.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.product div.layout-middle-bottom {
	background-image: url("img/product_bg_bottom2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.product div.product-data h3 {
	padding: 0px 8px 8px 8px;
	font-size: 1.25em;
}

div.product div.product-data div.product-description {
	padding: 0px 8px 8px 8px;
}

table.article-list {
	width: 483px;
	margin-left:2px;
}

table.article-list th,
table.article-list td {
	color: white;
	border-top: 1px solid #00517b;
	vertical-align: middle;
	height: 24px;
	padding: 1px 2px;
}

table.article-list th.com-article-number,
table.article-list td.com-article-number {
	width: 30px;
	padding-left: 8px;
	text-align: left;
	padding-top: 5px;
	vertical-align: top;
}
table.article-list th.com-article-title,
table.article-list td.com-article-title {
	width: 307px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	vertical-align: top;
}

table.article-list td.article-attributes {
	width: 96px;
}

table.com-select-attributes td {
	border-top: none;
}

table.article-list th.com-article-price,
table.article-list td.com-article-price {
	width: 70px;
	text-align: left;
	white-space:nowrap;
	padding-top: 5px;
	vertical-align: top;
}

table.article-list th.com-article-qty,
table.article-list td.com-article-qty {
	width: 20px;
	text-align: center;
	padding-top: 4px;
	vertical-align: top;
}

div.product table.article-list td.article-me {
	width: 20px;
	padding-top: 5px;
	vertical-align: top;
}

table.article-list td.com-article-basket {
	width: 20px;
	padding-top: 2px;
	vertical-align: top;
}

/* Eingabefeld f�r Menge */
input.com-input-qty {
	background-color:transparent;
	border:medium none;
	font-size:10px;
	height:15px;
	margin:1px 0;
	padding:0;
	width:15px;
	color: #cc0000;
}

div.com-input-qty {
	background-image:url("img/input_qty_bg.png");
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	height:15px;
	text-align:center;
	width:20px;
}

.clearer {
	clear: both;
}

/*********************
 * Produkte (Warenkorb)
 *********************/
 /* Allgemeines Layout */
div.com-basket-container div.com-basket-box {
	width: 650px;
	margin-bottom: 8px;
}

div.com-basket-container div.layout-top {
	height: 11px;
	line-height: 11px;
	background-image: url("pi2/img/product_bg_top1.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.com-basket-container div.layout-bottom {
	height: 11px;
	line-height: 11px;
	background-image: url("pi2/img/product_bg_bottom1.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.com-basket-container div.layout-middle-top {
	background-image: url("pi2/img/product_bg_top2.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

div.com-basket-container div.layout-middle-bottom {
	background-image: url("pi2/img/product_bg_bottom2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Informationsblock */
div.com-basket-container div.basket-data h3 {
	padding: 0px 8px 8px 8px;
	font-size: 1.25em;
}

div.com-basket-container div.basket-data p {
	padding: 0px 8px 8px 8px;
}

/* Artikeltabelle */
div.com-basket-container table.article-list {
	width: 646px;
}

div.com-basket-container table.article-list tr {
	background: none;
}

div.com-basket-container table.article-list th {
	border: none;
	font-weight: bold;
}

div.com-basket-container table.article-list .com-article-title {
	padding-left: 8px;
	width: 307px;
}

div.com-basket-container table.article-list th.com-article-basket,
div.com-basket-container table.article-list td.com-article-basket {
	text-align: right;
}

div.com-basket-container table.article-list th.com-article-basket {
	padding-right: 4px;
}

div.com-basket-container table.article-list th.com-article-qty,
div.com-basket-container table.article-list td.com-article-qty {
	width: 40px;
	text-align: left;
}

div.com-basket-container div.com-input-qty {
	float: none;	
}

div.com-basket-container td.com-basket-title {
	width: 370px;
	padding-left: 8px;
	text-align: left;
}

div.com-basket-container td.com-basket-info {
	width: 153px;
	text-align: left;
}

div.com-basket-container td.com-basket-price {
	width: 123px;
	text-align: left;
}

div.com-shop-buttons {
	width: 650px;
	margin-bottom: 8px;
	height: 31px;
	background-image: url("pi2/img/buttons_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	/* line-height: 31px; */
	vertical-align: middle;
}

span.com-basket-button-right {
	padding-top: 6px;
	padding-right: 12px;
	float: right;
}

span.com-basket-button-left {
	padding-top: 6px;
	padding-left: 12px;
	float: left;
}


/*********************
 * Checkout (Kasse)
 *********************/
 
div.tx-commerce-pi3 {
	margin-top: -12px;
}
 
 /* Abstand */
div.tx-commerce-pi3 p.bodytext {
	margin-bottom: 1.5em;
}

div.tx-commerce-pi3 div.csc-mailform {
	margin-top: 0em;
}

div.tx-commerce-pi3 div.csc-mailform {
	margin-top: 0em;
}

div.tx-commerce-pi3 div.csc-mailform-field {
	line-height: 1.5em;
}

div.tx-commerce-pi3 input#delivery,
div.tx-commerce-pi3 input#nodelivery {
	width: 16px;
}

div.tx-commerce-pi3 div.com-basket-container table.article-list .com-article-title {
	width: 407px;
}

div.tx-commerce-pi3 div.empty-label {
	float:left;
	width: 160px;
}

div.com-chkout-steps {
	margin-bottom: 8px;
}

div.com-chkout-listing-delivery-address {
	padding-top: 3em;
}

/*********************
 * Allgemeine Box f�r Formulare
 * Diese Box wird unter umst�nden in ein eigenes CSS verfrachtet...
 *
 * @author Reto Zahner
 *********************/
 
/* */
div.box-layout {
	width: 650px;
	margin-bottom: 8px;
}

div.box-layout div.box-top {
	height: 11px;
	line-height: 11px;
	background-image: url("pi2/img/product_bg_top1.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.box-layout div.box-bottom {
	height: 11px;
	line-height: 11px;
	background-image: url("pi2/img/product_bg_bottom1.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.box-layout div.box-middle-top {
	/*background-image: url("pi2/img/product_bg_top2.jpg");
	background-repeat: no-repeat;
	background-position: top;*/
}

div.box-layout div.box-middle-bottom {
	background-image: url("pi2/img/product_bg_bottom2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.box-layout div.box-content {
	margin: 0px 16px;
}

div.box-layout div.clearer {
	clear: both;
	line-height: 1px;
}

div.addressitem {
	float:left;
	width: 250px;
}

.com-chkout-step-active a {
	text-decoration: none;
}

.com-chkout-step-actual {
	color: #0187C8;
}

div.noStockMessage {
	font-size: 10px;
	color: #ffcc66 !important;
	font-style:italic;
	font-weight: normal;
	margin-top: 0.01em;
	margin-left: 20px;
}

div.tx-commerce-pi3 div.csc-mailform-field {
	margin-top: 0em;
}
