/***********************************
*	Default stylesheet for commerce
*	last changes: 20.09.2007
***********************************/

body#shop div#maincontent { width:560px; }
.error { 
	color:#D3222A;
}
.error a { 
	text-decoration:underline; 
}
div.error {
	clear:left;
	display:block;
	margin:0;
	padding:0;
	width:270px;
	font-size:0.86em;
	line-height:1.5em;
}

/**************************
* Listview for Category
**************************/

div.com-category div img { display:inline; float:left; padding-right:1px;}
div.com-category div h3 { display:none;}
div.com-category h2 { display:none;}
div.com-category div.com-category {display:none;}
div.com-category-title {}
div.com-category-subtitle {}
div.com-category-desc {}
div.com-category-img {
	position:absolute;
	left:20px;
	top:175px;
}
div.com-category { display:none;}
/**************************
* Listview for Products
**************************/

table.com-list { 
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
tr.com-list-header { }

tr.com-list-header th { 
	padding:5px;	
}

tr.com-list-header-img { }
tr.com-list-header-title { }
tr.com-list-header-teaser { }
tr.com-list-header-price { }
tr.com-list-header-action { }
	      
	      
table.com-list td { 
	padding:5px;
}
tr.com-list-even {}

tr.com-list-odd {}

td.com-list-col-img { 
	padding:5px;	
}

td.com-list-col-title { 
	text-align:left;
}

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-submit {
  padding:3px 5px;
  border:1px solid #555;
  color:#555;
  background:#eee;
}
input.com-input-submit:hover {
	color:#666;
	cursor:pointer;
	background:#fff;
	text-decoration:none;
}

input.com-input-qty {
	border:0 none;
	font-size:1em;
	margin:0 3px 15px 0;
	padding:3px 4px;
	background:#333;
	color:#fff;
}
.com-basket-box input.com-input-qty {
	margin:0;
}

/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {}

div.com-single-image { 
	position:absolute;
	top:175px;
	left:20px;
}

/**************************
* Attributes for Articels
**************************/

table.com-select-attributes { }

tr.com-select-even {}

tr.com-select-odd {}

div.com-basket-sel-att { }

/**************************
* Basket
**************************/

tr.com-basket-header-list { }

th.com-basket-header-art-nr { }
th.com-basket-header-title { }
th.com-basket-header-price-gross { }
th.com-basket-header-count { }
th.com-basket-header-price-sum { }
th.com-basket-header-basket { }


table.com-basket-list { 	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
tr.com-basket-header { }

tr.com-basket-header th { 
	padding:0px;
}
table.com-basket-list td { 
	padding:0 5px;
}
tr.com-basket-even { }

tr.com-basket-odd { }


.com-basket-payment {}

.com-basket-payment label { float:left; }

.com-basket-delivery {}

.com-basket-delivery label { float:left; }

.com-text-right {
	text-align:right;
	}

.com-text-left {
	text-align:left;
	}
.com-text-bold {
	font-weight:bold;
	}
/**************************
* Basket Quickview
**************************/
div.com-basket-qv { }
div.com-basket-qv-value { }
div.com-basket-qv-link { }
a.com-basket-qv-basket { }
a.com-basket-qv-chkout { }


/**************************
* Checkout
**************************/
.com-chkout-address-fields-disclaimer {
	font-size:0.86em;
	color:#555;
}
dl.com-chkout-address-items { }

div.com-chkout-address { }

p.com-chkout-address-desc,
p.com-chkout-address-fields-disclaimer { padding:0;}

div.com-chkout-listing-billing-address,
div.com-chkout-listing-delivery-address {
	padding-bottom:1em;
	width:280px;
	float:left;
}
div.com-chkout-address-fields  {
}

div.com-chkout-address-fields dl {
  clear:both; 
  width: 100%;
  margin:15px 0px;
}

div.com-chkout-address-fields dt, 
div.com-chkout-address-fields dd { margin-bottom: 5px; min-height:20px; display:block; }

div.com-chkout-address-fields dt { 
	float: left; 
	width: 23%;
	clear:left;
}
div.com-chkout-address-fields dd { 
	text-align: left;
	float:left;
}
div.com-chkout-address-fields dd label {
	margin:0;
	padding:0;
}
dd.com-chkout-address-input input,
div.com-chkout-address-fields dd input,
select#billing-country {
	background:#191919;
	border:0 none;
	color:#fff;
	padding:2px 3px;
	width:275px;
}
select#billing-country {
	width:282px;
	padding:2px 1px;
	border:0 none;
}
dd.com-chkout-address-input input:focus,
div.com-chkout-address-fields dd input:focus {
	background:#333;
}
.com-chkout-listing-comment textarea {
	background:#191919;
	border:0 none;
	color:#fff;
	padding:2px 3px;
	width:63%;
	height:4em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
	font-size:1em;
}
p.com-chkout-listing-comment textarea:focus {
	background:#333;
}
.com-chkout-address-edit-submit {
	padding-left:30%;
}
.com-chkout-address-fields-submit input,
.com-basket-submit input,
.com-chkout-listing-submit input,
.com-chkout-address-edit-submit input[type='submit'] {
  padding:3px 5px;
  border:1px solid #555;
  color:#555;
  background:#eee;
  font-size:12px;
}

.com-chkout-address-fields-submit input {
	margin-left:23%;
}
.com-chkout-listing-submit input {
	margin-left:35%;
}

.com-chkout-address-fields-submit input:hover,
.com-basket-submit input:hover,
.com-chkout-listing-submit input:hover,
.com-chkout-address-edit-submit input[type='submit']:hover {
	color:#666;
	cursor:pointer;
	background:#fff;
	text-decoration:none;
}
.com-chkout-address-edit-back a {
  padding:4px 6px;
  border:1px solid #555;
  color:#555;
}
.com-chkout-address-edit-back a:hover {
	text-decoration:none;
	color:#fff;
}
p.com-chkout-listing-submit {
	padding:10px 0;
}
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 dd.com-chkout-address-radio {
	margin-left:23%;
	clear: left;
	width:auto;
	margin-right:5px;
}
div.com-chkout-address-fields dd.com-chkout-address-radio input {
	width:auto;
	background:transparent;
}
div.com-chkout-address-fields dt.com-chkout-address-radiolabel {
	float: left;
	width: auto;
	clear:none;
}

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 {
	float:left;
	width:220px;
}

div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 35%;
}

div.com-chkout-listing-footer {
	clear: left;
}
div.com-chkout-listing-footer dd {
	min-height:25px;
}

div.tx-commerce-pi4 .com-address-list {
	width:50%;
	float:left;
}
.com-address-select {
	width:30px;
	float:left;
	padding:5px 0 0 0;
}
.com-address-address {
	width:220px;
	float:left;
}
.com-address-edit {
	width:220px;
	float:left;
}
/********************
* Address Management
*********************/

div.com-address-items dl,
div.com-address-list dl {
  clear:both; 
  width: 100%;
  margin:15px 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; 
}



/**************************
* Invoice
**************************/

body#rechnung {
	font-size:10pt;
	line-height:1.4em;
	color:#000;
	background:#fff;
	background-image:none;
	border-left:0 none;
	padding:0 10pt;
}

body#rechnung #content {
	width:600px;
}
body#rechnung table.com-invoice-order {
	width:100%;
	margin:0 0 10pt 0;
}
body#rechnung table.com-invoice-order {
	border-color:#999;
}

body#rechnung .com-invoice-billing { display:none;}
#map {
	color:#000;
}
body#rechnung .com-invoice-delivery h2 { display:none;}

body#rechnung .com-invoice-delivery { width:50%; float:left;}
body#rechnung .com-invoice-additional { width:50%; float: right; text-align:right; padding-bottom:10pt;}




/******************************************************************
* Default Color Set
******************************************************************/



/**************************
* Listview for Products
**************************/

table.com-list { 
	border:0 none;
	border-right:none;
}
tr.com-list-header {
	background-color:transparent;	
	border-bottom:1px solid #191919;
	border-top:1px solid #191919;
}

tr.com-list-header th { 
	color:#555;
	font-weight:normal;
}
table.com-list td { 
	vertical-align:bottom;
}
table.com-list td p {
	margin:0;
	padding:0;
} 

tr.com-list-even {
	background-color:transparent;
	border-bottom:1px solid #191919;
}

tr.com-list-odd {
	background-color:transparent;
	border-bottom:1px solid #191919;
}

td.com-list-col-img { 

}

td.com-list-col-title { 
	
}

td.com-list-col-title a:link,
td.com-list-col-title a:active,
td.com-list-col-title a:hover,
td.com-list-col-title a:visited { 
	
}

td.com-list-col-teaser { 

}

td.com-list-col-price { 

}

td.com-list-col-action {

 }

div.com-list-action-entry a {
	background:transparent url("img/into-cart.gif") no-repeat 0 0;
	height:40px;
	width:40px;
	display:block;
	text-indent:-140px;
	overflow:hidden;
}


/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-aticle { }

div.com-single-cat { display:none;}


/**************************
* Attributes for Articels
**************************/


table.com-select-attributes { }

tr.com-select-even {
	background-color:#fff;
}

tr.com-select-odd {
	background-color:#f7f7f7;	
}


div.com-basket-sel-att { }

/**************************
* Basket
**************************/

tr.com-basket-header-list { }

th.com-basket-header-art-nr { }
th.com-basket-header-title { }
th.com-basket-header-price-gross { }
th.com-basket-header-count { }
th.com-basket-header-price-sum { }
th.com-basket-header-basket { }

table.com-basket-list { 
	border:0 none;
	border-right:none;
}
td.com-price-total {
	border-bottom:3px double #555;
	line-height:10px;
	margin-bottom:5px;
}
* html td.com-price-total {
	border-bottom:2px solid #555;
}
td.com-basket-after-articles {
	line-height:10px;
}
tr.com-basket-header {
	background-color:transparent;
	color:#444;
}

tr.com-basket-header th { 
	border-bottom:1px solid #191919;	
	/*border-right:1px solid #444;*/
	border-top:1px solid #191919;
	font-weight:normal;
}
table.com-basket-list td { 
	/*
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	*/
}
tr.com-basket-even {
	background-color:transparent;
	border-bottom:1px solid #191919;	
}

tr.com-basket-odd {
	background-color:transparent;
	border-bottom:1px solid #191919;	
}


tr.com-basket-noborder {
}

td.com-basket-payment {
	text-align:right;
}

.com-basket-submit input {
  padding:3px 0;
  border:0 none;
  color:#D3222A;
  background:transparent;
  margin:0;
}

.com-basket-submit input:hover {
	color:#D3222A;
	text-decoration:underline;
}
.com-basket-prev-next {
	width:100%;
}
.com-basket-previous a,
.com-basket-next a {
  display:block;
  padding:3px 5px;
  background:transparent;
  border:1px solid #555;
  color:#555;
  width:auto;
  font-size:1em;
  float:left;
}
.com-basket-next a {
  display:block;
  padding:3px 5px;
  border:1px solid #555;
  color:#555;
  width:auto;
  float:right;
  background:#eee;
}
.com-basket-previous a,
.com-basket-next a {
	color:#555;
	width:auto;
	padding:4px 6px;
}
.com-basket-previous a:hover,
.com-basket-next a:hover {
	color:#666;
	cursor:pointer;
	background:#fff;
	text-decoration:none;	
}
.com-basket-previous a:hover {
	background:#666;
	color:#eee;
}
/**************************
* Basket Quickview
**************************/
div.com-basket-qv { }
div.com-basket-qv-value { }
div.com-basket-qv-link { }
a.com-basket-qv-basket { }
a.com-basket-qv-chkout { }




/**************************
* Checkout
**************************/
div.com-address-new {
	padding:5px 0 15px 30px;
}
div.com-chkout-steps div {
	width:auto;
	float:left;
	padding:3px 20px 8px 0;
}
div.com-chkout-step-inactive {
	color:#555;
}
tr.com-chkout-sum { border-top:3px double #555;} 
* html tr.com-chkout-sum { border-top:2px solid #555;}
dl.com-chkout-address-items dt,
dl.com-chkout-address-items dd {border-bottom:3px double #555;}
* html dl.com-chkout-address-items dt,
* html dl.com-chkout-address-items dd { border-top:2px solid #555;}


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:5px;
}		
div.address-item-link a:hover {
	text-decoration:underline;
}	


/********************
* 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:5px;
}		
div.com-address-link a:hover {
	text-decoration:underline;
}



