/***********************************
*  Default stylesheet for commerce
*  last changes: 20.09.2007
***********************************/



/**************************
* Listview for Category
**************************/

div.com-category {font-size: 13px;}
div.com-category h2 {
  margin-bottom: 10px;
  font-size: 15px;
}

div.com-category a {
  font-size: 14px;
  text-decoration: none;
}

div.com-category-title {}
div.com-category-subtitle {font-size: 13px;}
div.com-category-desc {font-size: 13px;}
div.com-category-desc a {font-size: 11px;}
div.com-category-img {}

/**************************
* Listview for Products
**************************/

table.com-list { 
  border-collapse:collapse;
  border-spacing:0px;
  border: none;
  margin-bottom:8px;
  margin-top:15px;
  width:100%;  
}

tr.com-list-header {
  background-color:yellow;  
}

tr.com-list-header th { 
  padding:5px;  
  border-bottom:1px solid green;  
  border-right:1px solid red;
}

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-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid gray;
}

tr.com-list-even {}

tr.com-list-odd {}

td.com-list-col-img { 
  width: auto;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  overflow: hidden;
  /*background-color: yellow;*/
}

/* Damit Icon neben Teaser-Bild re. oben erscheint: */
td.com-list-col-img img {
  float: left;
}

td.com-list-col-title { 
  text-align:left;
}

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 {
  padding-left: 5px;
  padding-right: 0;
  text-align: left;
  vertical-align: top;
}

td.com-list-col-teaser a {
  font-size: 12px;
}

td.com-list-col-price { 
  text-align:right;
}

td.com-list-col-action {
  text-align:right;  
}

div.com-list-action-entry {
  margin-top: 5px;
  padding: 3px 0 3px 3px;
  width: 100%;
  text-align: left;
  background-color: #f0f8ff;
  overflow: hidden;
}

div.com-list-action-left {
  float: left;
  width: 309px;
  overflow: hidden;
  background-color: #f0f8ff;
}

div.com-list-action-right {
  float: left;
  display: inline;
  margin-left: 3px;
  /*width: 100px;*/
  font-size: 11px;
  background-color: #f0f8ff;
}

div.com-category-teaser-img img{
  margin-top: 2px;
  margin-bottom: 2px;
  clear: left;
}

input.com-input-qty {}


/**************************
* Singleview for Products
**************************/


div.com-single h2 {font-size: 15px;}
div.com-single h3 {background-color: #e8edf2;}

/* Produktbild mit Text rechts: */
div.com-single-prod-left {
  float: left;
  margin: 0 0 10px 0;
  width: auto;
}
/* Damit p.clear nach Text neben Produktbild möglich ist!! */
div.com-single-desc {
  display: inline;
  margin-left: 20px;
}

/* Bild links, Text rechts in Produkt - Beschreibung */
div.com-single-desc img.imgleft {
  float: left;
  margin: 0 20px 20px 0;
}
/* Bild rechts, Text links in Produkt - Beschreibung */
div.com-single-desc img.imgright {
  float: right;
  margin: 0 0 20px 20px;
}

div.com-single-aticle {clear: both;}

div.com-single-action-entry {
  padding: 15px 0 15px 0px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  border-top: 1px solid gray;
}
table.com-single-action-entry {
  padding: 15px 0 15px 0px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 12px;
  /*overflow: hidden;*/
}

div.com-single-action-entry-left {
  float: left;
  width: auto;
  /*background-color: yellow;*/
}
td.com-single-action-entry-left {
  padding-top: 10px;
  /*border-top: 1px solid gray;*/
  /*background-color: #f0f8ff;*/
}

/* Damit Icon neben Artikel-Bild re. oben erscheint: */
div.com-single-action-entry-left img {
  float: left;
}
/* Damit Icon neben Artikel-Bild re. oben erscheint: */
td.com-single-action-entry-left img {
  float: left;
}

div.com-single-action-entry-right {
  float: left;
  margin-left: 10px;
  padding: 3px;
  width: 390px;
  display: inline;
  background-color: #f0f8ff;
}
td.com-single-action-entry-right {
  /*padding: 3px;*/
  /*width: 390px;*/
  padding-top: 10px;
  border-top: 1px solid gray;
  background-color: #f0f8ff;
}

div.com-single-cat {
  font-size: 13px;
}
div.com-single-cat h2 {
  margin-bottom: 10px;
  font-size: 15px;
}

/**************************
* Attributes for Articels
**************************/

table.com-select-attributes {
  border-collapse: collapse;
  border: none;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 11px;
  width: 100%;
}

table.com-select-attributes td {
  vertical-align: top;
  padding: 1px 2px 1px 2px;
}

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-collapse:collapse;
  border-spacing:0px;
  margin-bottom:8px;
  margin-top:5px;
  width:100%;  
  border:1px solid #444;
  border-right:none;
}

tr.com-basket-header {
  background-color:#f2f2f2;  
}


tr.com-basket-header th { 
  padding:5px;
  border-bottom:1px solid #444;  
  border-right:1px solid #444;
}

table.com-basket-list td { 
  padding:5px;
  border-right:1px solid #444;
  border-bottom:1px solid #444;
}

tr.com-basket-even {
  background-color:#fff;
}

tr.com-basket-odd {
  background-color:#f7f7f7;  
}

tr.com-basket-noborder {}

.com-basket-box {margin-left: 1px;}

.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
**************************/

dl.com-chkout-address-items { }
dl.com-chkout-address-items dt,
dl.com-chkout-address-items dd {border-bottom:3px double #444;}

div.com-chkout-address { }

p.com-chkout-address-desc {}

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 { 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 { border-top:3px double #444;} 

div.com-chkout-listing-basket {margin-left: 1px;}
div.com-chkout-listing-billing-address
div.com-chkout-listing-delivery-address {
  clear: both;
}

div.com-chkout-listing dt {
  clear: left;
  float: left;
  width: 30%;
}

div.com-chkout-listing-footer {
  clear: left;
}
div.com-chkout-step-actual {font-weight: bold;}
 
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
*********************/

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; 
}


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;
}


/**************************
* Invoice
**************************/

table.com-invoice-order {  
  border-collapse:collapse;
  border-spacing:0px;
  margin-bottom:8px;
  margin-top:5px;
  width:100%;  
}

tr.com-invoice-order-header th { 
  padding:5px;
}

th.com-invoice-customer-address {
  width:auto;  
}
th.com-invoice-additional {
  width:200px;  
}
table.com-invoice-order td { 
  padding:5px;
}


/******************************************************************
* Default Color Set
******************************************************************/

