/***********************************
*	Default stylesheet for commerce
*	last changes: 20.09.2007
***********************************/




/**************************
* Listview for Category
**************************/

div.com-category {}

div.com-category-title {}
div.com-category-subtitle {}
div.com-category-desc {}
div.com-category-img {}

/**************************
* 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-qty { 
	
}

/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {}



/**************************
* 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:5px;
	background-color: #C32F23;
}
table.com-basket-list td { 
	padding:5px;
}
tr.com-basket-even { }

tr.com-basket-odd { background-color: #FAFAFA;}


.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 {
	text-align: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 { }

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:none;	
	margin-left:5%;	
}
div.com-chkout-address-new { clear:both; width:100%; }
p.com-chkout-address-fields-submit { clear:both; }
.com-chkout-listing-submit input,
.com-chkout-address-fields-submit input { background: #FFF url(../btn_next.gif) no-repeat;width:75px;height:26px;text-indent: -999em; border:none;display:block;padding:0;}
tr.com-chkout-sum {} 

div.com-chkout-listing-billing-address,
div.com-chkout-listing-delivery-address {
	clear: both;
	display:none;
}

div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}

div.com-chkout-listing-footer {
	clear: left;
}
.com-chkout-listing-disclaimer {
	padding:3px 0;
	}
.com-chkout-listing-terms,
.com-chkout-listing-comment {
	padding:5px 0;
	}

/********************
* 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
**************************/

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
******************************************************************/



/**************************
* Listview for Products
**************************/

.com-category-desc { min-height: 120px;}
.com-list-even { border-top: 1px solid #444444;  margin-bottom: 5px;}
.com-list-odd { border-top: 1px solid #444444; margin-bottom: 5px;}


.com-list-col-img { width:110px; min-height:100px;margin: 0 10px 0px 0; float: left; text-align: center; vertical-align: middle; }
.com-list-col-img img {margin: auto; vertical-align: middle;}
/*.com-list-col-teaser {  width:80px; min-height:100px;margin: 0 10px 0px 0; float: left; padding: 3px 0; }*/
.com-list-col-teaser h4 {font-size: 12px;}
.com-list-col-title {  width:260px; min-height:100px;margin: 0 10px 0px 90px; padding: 3px 0;}
.com-list-col-title h3 a {font-size: 12px; text-decoration: none;}
.com-list-col-title p { margin: 0 0 2px 0;}
.com-list-col-price { margin: 10px 0 2px 0; font-weight: bold; font-size: 14px; color: #C32F23;}
.com-list-col-price .ex { font-size: 12px; color: #444444;}
.com-list-col-price .tax { font-size: 10px; font-weight: normal;color: #444444;}

.com-list-col-action {

 }

.com-list-action-entry {
	
 }


/**************************
* Singleview for Products
**************************/


div.com-single {}

.com-single-image { /*float: left;*/ width:250px; /*min-height:300px;*/ margin: 10px 0px 10px 0px;  /*background-color: #E8E8E8;*/}
.com-single-info {/*margin-left: 270px;*/}
.com-single-title { min-height:100px;margin: 0 0 0 0px;padding: 0;}
.com-single-title h2 a {font-size: 20px; text-decoration: none;}
.com-single-title p { margin: 0 0 2px 0;}
.com-single-termin {font-size: 14px;}
.com-single-col-price { margin: 10px 0 10px 0; font-weight: bold; font-size: 20px; color: #C32F23;}
.com-single-col-price .ex { font-size: 16px; color: #444444;}
.com-single-col-price .tax { font-size: 12px; font-weight: normal;color: #444444;}

div.com-single-aticle { }

div.com-single-cat  h3 { font-size: 12px; font-weight: normal;}

ul#com-single-aticles { list-style: none;}
ul#com-single-aticles li { margin-left:0;}

/**************************
* 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
**************************/
.com-basket-container {border-top:1px dotted #BABABA;}
tr.com-basket-header-list { }

th.com-basket-header-art-nr { }
th.com-basket-header-title { width:235px;}
th.com-basket-header-price-gross { text-align:right; }
th.com-basket-header-count { text-align:center; }
th.com-basket-header-price-sum {text-align:right; }
th.com-basket-header-basket { width:30px; }

table.com-basket-list { 

	border:none;
}
tr.com-basket-header {

}

tr.com-basket-header th { 

}
table.com-basket-list td { 

}
tr.com-basket-even {

}

tr.com-basket-odd {

}

tr.com-basket-payment-tr,
tr.com-basket-delivery-tr {
	border-top:1px dotted #BABABA;
	padding-top:8px;	
	}

tr.com-basket-noborder {
	
	}
.com-basket-count {
	text-align:center;
	}	
	
.com-input-qty {
	width:30px;
	text-align:right;
	}
.com-basket-next a { background: url(../btn_tobasket.gif) no-repeat; width: 75px; height: 26px; display: block; text-indent:-999em; }	
.com-basket-submit {text-align: right;}
/**************************
* Basket Quickview
**************************/
div.com-basket-qv { 
	border-top:1px dotted #BABABA;
	padding-top:13px;
	padding-bottom:13px;
	width:143px;
	font-size:70%;
	text-align:left;
	}
div.com-basket-qv-value { margin-top:5px; }
div.com-basket-qv-link { }
a.com-basket-qv-basket { }
a.com-basket-qv-chkout { }




/**************************
* Checkout
**************************/

tr.com-chkout-sum { border-top:3px double #444;} 

dl.com-chkout-address-items dt,
dl.com-chkout-address-items dd {border-bottom:3px double #444;}


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;
	}	

.good-message {border: 2px solid green; background-color: #ccff99; padding: 20px; margin: 0 0 20px 0;}

/********************
* 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;
	}

p.error {
	display:block;
	color:red;
	font-weight:bold;
	border: 1px solid red;
	background-color: #ffcccc;
	padding: 20px;
	}
span.error {
	display:block;
	color:red;
	font-weight:bold;
	}

