/***********************************
*	Default stylesheet for commerce
*	last changes: 20.09.2007
***********************************/




/**************************
* Listview for Category
**************************/

div.com-category {

	width:600px;
	overflow:hidden;
}

div.com-category{

}

/*Bei 6 Kategorien*/
/*
div.categorie_uebersicht{
width:200px;
height:170px;
overflow:hidden;
float:left;
}
*/

/*Bei 8 Kategorien*/
div.categorie_uebersicht{
width:150px;
height:130px;
overflow:hidden;
float:left;
}
div.categorie_uebersicht_img{
	height:110px;
	overflow:hidden;
}

h1.singleview-categories-title{
font-size:20px;
}

.ich-bin-die-beschreibung{
display: none;
}

.singleview-categories-pic{
display: none;
font-size:20px;
}

h1 a{}

div.com-category-title {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

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 {
	display:none;}

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 {
	width:100px;
	text-align:right;
}

td.com-list-col-action {
	text-align:right;	
 }
/*Ansicht der Produkte in der Übersicht, mehrere Ausführungen*/

div.com-list-action-entry {
	text-align:left;
	display:none;
 }

/*Artikel in den Warenkorb legen*/
.com-link-to-put-in-basket{
margin-top:10px;
margin-bottom:5px;
vertical-align:bottom;

}

.com-link-to-put-in-basket{}

.com-single-action-entry{
margin-bottom:40px;
}

input.com-input-qty {
margin-top:5px;

border:1px solid #999;
height:17px;
padding:4px;
						

}

/*Warenkorb-Button*/
input.com-input-button{
margin-top:5px;

	background-color:#CCC;
	color: #FFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #999999;
	padding:3px;
	
}

input.com-input-button:hover{
	background-color:#999;
	border:1px solid #999;
	color: #FFF;
}

/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {


}

div.com-single-action-entry table{

}
/*child von com-single-action-entry*/
	div.single_article_price{
	font-weight:bold;
	
	}
	div.single_article_delivery{
	
	}

div.com-single-aticle-stock{}

div.com-single-cat h3{
display:none;
}

div.com-single-cat div.com-category-desc{
display:none;
}

div.com-single-cat div.com-category-img{
display:none;
}

/**************************
* Attributes for Articels
**************************/

table.com-select-attributes { 

}

table.com-select-attributes td {
padding-right:7px;

}

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;
}
table.com-basket-list td { 
	padding:5px;
}

td.table-td-button{
vertical-align:top;
width:50px;
}
td.table-td-button img{
border:none;
}
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; }

div.com-basket-next, div.com-basket-previous{
	height:15px;
	background-color:#CCC;
	border:1px solid #999999;
	padding-top:10px;
	margin-right:10px;
	padding:5px;
	text-align:center;

}

div.com-basket-next{
	width:90px;

}

div.com-basket-next a, div.com-basket-previous a, div.com-basket-submit a{
	display:inline-block;
	color: #FFF !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
}


.com-basket-submit input{
	margin-bottom:30px;
	background-color:#CCC;
	color: #FFF !important;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	padding:3px;
	}

div.com-basket-next:hover, div.com-basket-previous:hover, .com-basket-submit input:hover{
	color:#FFF !important;
	background-color:#999;
	border:1px solid #999;
}


.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 { }

div.com-chkout-address { }

div.com-chkout-address table{
width:300px;
border:none;
}

div.com-chkout-address table td{
border:none;
}

div.com-chkout-address table td ol li div{
height:30px;
border:none;
}

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 {} 

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;
}

/*Hinweis auf Pflichtfelder*/
span.tx_commerce_pi3_fehler{
	font-size:10px;
	color:#CC0000;
}

dt.com-chkout-address-label p.tx_commerce_pi3_fehler{
	font-size:12px;
	color:#CC0000;
}



/********************
* 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
**************************/

table.com-list { 
	/*border:1px solid #444;*/
	border:none;
	border-right:none;
}
tr.com-list-header {
	/*background-color:#f2f2f2;	*/
}

tr.com-list-header th { 
	border-bottom:1px solid #444;	
	border-right:1px solid #444;
}
table.com-list td { 
	/*border-right:1px solid #444;*/
}
tr.com-list-even {
	border-top:1px dotted #999;
	background-color:#fff;
}

tr.com-list-odd {
	/*background-color:#f7f7f7;*/
	border-top:1px dotted #999;	
}

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 {
	
 }


/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-aticle { }

div.com-single-cat { }


/**************************
* 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:1px solid #444;
	border-right:none;
}

.com-basket-list-02{
border:none;
border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
tr.com-basket-header {
	background-color:#f2f2f2;	
}

tr.com-basket-header th { 
	border-bottom:1px solid #444;	
	border-right:1px solid #444;
}
table.com-basket-list td { 
	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 {
	
	}

/**************************
* 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
**************************/

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;
	}	


/********************
* 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;
	}

/********************
* Address Management
*********************/

.tx-felogin-pi1{
width:400px;

}

.tx-felogin-pi1 h3{
font-weight:bold;
font-size:12px;
color:#666666;
font: Geneva, Arial, Helvetica, sans-serif;
margin-bottom:5px;

}

.tx-felogin-pi1 form{
background-color:#EEE;
border: 1px dotted #999999;
}
.tx-felogin-pi1 form fieldset{

border:none;
}

.tx-felogin-pi1 form fieldset div{
margin-left:0px;
margin-bottom:5px;

border:none;
}

.tx-felogin-pi1 form fieldset legend{
display:none;
}

.tx-felogin-pi1 form input{
	margin-bottom:30px;
	margin-left:120px;
	background-color:#CCC;
	color: #FFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #999999;
	padding:3px;
}

.tx-felogin-pi1 form input:hover{
	color:#FFF;
	background-color:#999;
	border:1px solid #999;
	}

.tx-felogin-pi1 form input#user, .tx-felogin-pi1 form input#pass{
margin-left:0px;
background-color:#FFF;
color:#000;
display:block;
width:175px;
float:left;
margin-bottom:10px;
}

.tx-felogin-pi1 form label{
margin-left:0px;
padding-left:0px;
	display:block;
	text-align:left;
	float:left;
	width:100px;
	padding-right:10px;
}



