/***********************************
*	Default stylesheet for commerce
*	von k+l
***********************************/


/**************************
* Listview for categories mit oder ohne Products
**************************/

.com-category {
}

.com-category-img {
}

.com-category-desc {

}
 
.com-category-item {
}

.com-list-item {
	border-bottom: 1px #ccc dotted;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
}


.pagebrowser {
	clear: both;
	float: right;
	padding: 10px 10px 10px 10px;
}

.preis {color: #BB8148; font-weight:bold;}
.mwst {font-size: 90%;}
.vorrat {font-size: 90%;}


/**************************
* CHECKOUT (Bezahlschritte)
**************************/

.com-chkout-steps{
 with: 100%;
 padding: 0px 0 15px 0;
 margin-bottom: 15px;
}

.com-chkout-step-actual {
 float: left;
 margin-right: 5px;
 color: #BB8148;
}

.com-chkout-step-active {
 float: left;
 margin-right: 5px;
 color: #BB8148;
}

.com-chkout-step-inactive {
 float: left;
 margin-right: 5px;
}

.com-chkout-address-fields-submit {
  padding: 10px 0 0 15%;
}

.com-chkout-address-fields-disclaimer {
}

.com-chkout-address-error {
  color: #cc0000;
  font-size: 100%;
  margin-left: 10px;
}

.com-chkout-listing-terms .error {
  color: #cc0000;
  font-size: 100%;
}
 
.com-chkout-listing-footer {
	padding-top: 15px;
}

.com-chkout-error {
  color: #cc0000;
}


/*** WARENKORB ***/

.com-basket-list {
	width: 100%;
}

.com-basket-list tr {
/*	border-bottom: 1px #ccc solid; */
}

.com-basket-qv {
 	font-size: 90%; 
}
.com-basket-qv legend {
 	font-size: 110%; font-weight: bold; color: #BB8148; margin-left: 10px;
}