/***********************************
*	stylesheet for commerce
*	last changes: 01.12.2008
***********************************/

/**************************
* Listview for Products
**************************/

table.com-list { 
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:4px;
	width:100%;	
}
tr.com-list-header { }

tr.com-list-header th { 
	padding:4px;	
}

table.com-list td { 
	padding:4px;
	margin-bottom: 4px;
}

td.com-list-col-img { 
	padding:4px;	
}

td.com-list-col-title { 
	text-align:left;
}
div.com-list-col-teaser_text {
	height: 133px;
	}

p.com-list-col-teaser_title {
	margin-bottom: 8px;
	margin-top: 8px;
	}

p.com-list-col-teaser_title a {
	font-weight: bold;
	color: #000000;
	}


td.com-list-col-teaser { 
	text-align:left;
}

td.com-list-col-price { 
	text-align:right;
}

td.com-list-col-action {
	text-align:right;	
 }

div.com-list-action-entry {
	text-align:left;
 }

input.com-input-qty { 
	
}

/**************************
* Singleview for Products
**************************/

div.com-single-image { width:280px; height:270px; float:left; margin: 0 8px 0 0;}

#content_main_1col .com-single {
float:left;
margin:0;
min-height:300px;
width:576px;
}

#content_main_1col div#commerce-right-content { 
float:right;
min-height:300px;
text-align:center;
width:200px;
z-index:2;
margin-top: 4px;
}
/*
div#commerce-right-content {
	position: absolute;
	left: 772px;
	top: 18px;
	}
	
*/	
.com-single-special-offer {color:#CC0000;font-size:14px;font-weight:900;}

#product_price_rabatt {
color: #000; 
font-weight: bold;
text-decoration:line-through;
background:transparent none repeat scroll 0 0;
border:medium none;
font-size:14px;
margin-left:-8px;
padding-left:0;
text-indent:8px;
}
.oldprice {color:#DBDCE0;}

.pw-com-single div.com-single-image { width:250px; height:270px; float:left; margin: 0 8px 0 0;}
.pw-com-single div.com-single-article { margin: 0 8px 0 258px;}
.dynamicPriceLoader {padding-top:31px; margin-bottom: 4px;}
/**************************
* Basket
**************************/

table.com-basket-list { 	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:4px;
	width:100%;	
}
tr.com-basket-header { }

tr.com-basket-header th { 
	padding:4px;
}
table.com-basket-list td { 
	padding:4px;
}

.com-basket-payment label { float:left; }

.com-basket-delivery label { float:left; }

.com-text-right {
	text-align:right;
	}

.com-text-left {
	text-align:left;
	}
.com-text-bold {
	font-weight:bold;
	}
.com-basket-submit {
	float:left;
	width:255px;
}	

/**************************
* Checkout
**************************/

div.com-chkout-address-fields dl {
  clear:both; 
  width: 100%;
  margin:14px 0px;
  }

div.com-chkout-address-fields dt, 
div.com-chkout-address-fields dd { padding-bottom: .5em; }

div.com-chkout-address-fields dt { 
	float: left; 
	width: 30%; 
}
div.com-chkout-address-fields dd { 
	text-align: left; 
}
div.com-chkout-address-fields dd.com-chkout-address-radio,
dd.com-chkout-address-item-select {
	clear: left;
	float: left;
	width: 5%;
}

div.com-chkout-address-fields dt.com-chkout-address-radiolabel {
	float: none;
	width: auto;
}

dt.com-chkout-address-item-data {
	float:none;
	width:auto;	
	margin-left:5%;	
}
div.com-chkout-address-new { clear:both; width:100%; }
p.com-chkout-address-fields-submit { clear:both; }

tr.com-chkout-sum {} 

div.com-chkout-listing-billing-address,
div.com-chkout-listing-delivery-address  {
	width:35%;
	float:left;
}
div.com-chkout-listing-payment {
	width:30%;
	float:left;
}
*+html div.com-chkout-listing-payment {width:29%;}
div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}

div.com-chkout-listing-footer {
	clear: left;
}

/********************
* Address Management
*********************/

div.com-address-items dl,
div.com-address-list dl {
  clear:both; 
  width: 100%;
  margin:14px 0px;
  }

div.com-address-items dt, 
div.com-address-items dd,
div.com-address-list dt,
div.com-address-list dd { padding-bottom: .5em; }

div.com-address-items dt,
div.com-address-list dt { 
	float: left; 
	width: 30%; 
}
div.com-address-items dd,
div.com-address-list dd { 
	text-align: left; 
}

.com-address-item {
	border-bottom: 1px solid #A9B7C9;
}


/**************************
* Invoice
**************************/

table.com-invoice-order {	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:4px;
	width:100%;	
}

tr.com-invoice-order-header th { 
	padding:4px;
}

th.com-invoice-customer-address {
	width:auto;	
}
th.com-invoice-additional {
	width:200px;	
}
table.com-invoice-order td { 
	padding:4px;
}


/**************************
* Invoicelist
**************************/

table.com-invoice-list {	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:4px;
	width:100%;	
	border:1px solid #A9B7C9; 
}

table.com-invoice-list th { 
	padding:4px;
}
table.com-invoice-list td { 
	padding:4px;
}


table.com-invoice-list tr.odd { background: #f4f4f4;}
table.com-invoice-list tr.even { background: #fff;}
table.com-invoice-list th,
table.com-invoice-list td { padding: 8px; border-right:1px solid #A9B7C9;}
table.com-invoice-list th { background-color: #d4d8db; color: #000;}



/******************************************************************
* Default Color Set
******************************************************************/



/**************************
* Listview for Products
**************************/

tr.com-list-even { background-color:#fff;
				   border-bottom: solid 1px #c2c2c2;
				}
tr.com-list-odd { background-color:#fff;
    			  border-bottom: solid 1px #c2c2c2;
}
td.com-list-col-img { vertical-align: top;}
td.com-list-col-img img {margin-bottom: 8px; margin-top: 8px;}
td.com-list-col-teaser { vertical-align: top; }
td.com-list-col-action { vertical-align: top; width: 110px; padding-right: 20px; }

td.com-list-col-action .col-list-articles {font-size: 11px; padding-bottom: 24px; width: 100%; text-align: left; height: 100px; }
.col-list-articles { margin-top: 8px; }
td.com-list-col-action span.ex { font-size: 12px;}
td.com-list-col-action span.price { font-size: 18px; font-weight: bold;} 
td.com-list-col-action span.tax { font-size: 10px;}


.com-comparsion-list {border-left:1px solid #A9B7C9;}
.com-comparsion-list div {border:1px solid #A9B7C9; border-left: none;}
.com-comparsion-list p { padding: 4px;}
.com-comparsion-list .header {}
.com-comparsion-list .subheader {background: #f8e3c8;}
.com-comparsion-list .odd {background:#fff;}
.com-comparsion-list .even {background:#f4f4f4;}
.com-comparsion-list div.content_text_float {border:none;}

/**************************
* Attributes for Articels
**************************/

table.com-select-attributes th {
	padding: 4px; 
	font-weight: bold;
	vertical-align: top;
	}

table.com-select-attributes td {	padding: 4px; }
tr.com-select-even {background-color:#fff;}
tr.com-select-odd {	background-color:#f4f4f4;	}
/**************************
* Basket
**************************/
table.com-basket-list { 
	border:1px solid #A9B7C9;
	border-right:none;
}
tr.com-basket-header {
	background-color:#d4d8da;	
}

tr.com-basket-header th { 
	border-bottom:1px solid #A9B7C9;	
	border-right:1px solid #A9B7C9;
}
table.com-basket-list td { 
	border-right:1px solid #A9B7C9;
	border-bottom:1px solid #A9B7C9;
}
tr.com-basket-even {
	background-color:#eaeaea;
}

tr.com-basket-odd {
	background-color:#fff;	
}


tr.com-basket-noborder {
	
	}
	
table#warenkorb_table,
table.warenkorb_table {
	border: solid 1px #a9b7c9;
	margin-top: 8px;
	margin-bottom: 8px;	
	}

table#warenkorb_table th,
table.warenkorb_table th {
	border-left: solid 1px #a9b7c9;
	background: #d4d8da;
	padding: 4px;
	font-weight: bold;
	}
  
table#warenkorb_table td,
table.warenkorb_table td { 
	border-left: solid 1px #a9b7c9;
	border-bottom:1px solid #A9B7C9;
	padding: 4px;
	}	

/**************************
* Checkout
**************************/

tr.com-chkout-sum { border-top:3px double #A9B7C9;} 

dl.com-chkout-address-items dt,
dl.com-chkout-address-items dd {border-bottom:3px double #A9B7C9;}


div.address-item-link {
	padding: 3px 0;
	}
div.address-item-link a:link,
div.address-item-link a:hover,
div.address-item-link a:active,
div.address-item-link a:visited {
	background-color:#57636F;
	color:#fff;
	padding:4px;
	}		
div.address-item-link a:hover {
	text-decoration:underline;
	}	
table.com-chkout-infobox {
	height:160px;
	border: 1px solid #a9b7c9;
	margin-top: 8px;
	margin-bottom: 8px;		

}

table.com-chkout-infobox th {

	background: #d4d8da;
	padding: 4px;
	font-weight: bold;
	height:20px;
	vertical-align: top;
	}
table.com-chkout-infobox td { 
	height: auto;
	padding: 4px;
	font-size: 11px;
	}	


/********************
* Address Management
*********************/

p.com-address-question {

	font-weight:bold;
	color:red;
	}
div.com-address-link a:link,
div.com-address-link a:hover,
div.com-address-link a:active,
div.com-address-link a:visited {
	background-color:#57636F;
	color:#fff;
	padding:4px;
	}		
div.com-address-link a:hover {
	text-decoration:underline;
	}

/********************
* Payment
*********************/

dl.form-design dt.grey-bg,
dl.form-design dd.grey-bg {background-color: #D4D8DA; padding-top:8px; padding-bottom: 8px; }

.border-A9B7C9 {border:1px solid #A9B7C9; }


ul#nav_content li{
	display: inline;	
	border-right: solid 1px #a9b7c9;
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	background: url("../img/nav_content.gif") no-repeat #e3e4e8;
}


ul#nav_content li.nav_content_active {
	border-right: solid 1px #a9b7c9;
	border-bottom: solid 1px #f4f4f4;
	background: url("../img/nav_content_active.gif") no-repeat #f4f4f4;
	}

ul#nav_content a {
	color: #7f7f7f;
	text-decoration: none;
	}

ul#nav_content a:hover {
	color: #7f7f7f;
	text-decoration: underline;
	}

.com-single-info-tabs {
	width: 572px;
	border: solid 1px #a9b7c9;
	background-color: #e3e4e8;
	margin-left: 4px;
	margin-right: 8px;
	padding-bottom: 3px;
}
