/***********************************
*	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 {
font-size: 11px;


 }

div.com-single-aticle { }

div.com-single-action-entry {

color: #ff9900;




}



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

table.com-select-attributes { 
font-size: 11px;

}

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 {
font-size: 11px;


 }
th.com-basket-header-title {
font-size: 11px;
 }
th.com-basket-header-price-gross { 
font-size: 11px;
}
th.com-basket-header-count { 
font-size: 11px;
}
th.com-basket-header-price-sum { 
font-size: 11px;
}
th.com-basket-header-basket { 
font-size: 11px;
}


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;
}
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 {
font-size: 10px;
	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 { 
width: 600px; 

}

div.com-chkout-address form {
	border: 1px dotted #efefef;
	background-color: #ffffff;
	padding: 10px; 


}

p.com-chkout-address-desc {}

div.com-chkout-address-fields {
color: #lkjhgf;

}
    
div.com-chkout-address-fields dl {
  clear:both; 
  width: 600px;
  margin:15px;
color: #fghjkl;

  }

div.com-chkout-address-fields dt, 
div.com-chkout-address-fields dd { 
padding-bottom: 5px;

 



}



div.com-chkout-address-fields dt.com-chkout-address-label, 
div.com-chkout-address-fields dd.com-chkout-address-input { 
color: #hjklpo;
font-size: 9px;



 



}

div.com-chkout-address-fields dt { 
	float: left; 
	width: 110px; 
}
div.com-chkout-address-fields dd { 
	text-align: left; 
	width: 400px; 
		
}
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 {
	font-size: 11px;
	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;
}

/********************
* 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-right:none;
}
tr.com-list-header {
	background-color:#f2f2f2;	
}

tr.com-list-header th { 
	
	border-right:1px solid #444;
}

table.com-list td.produktlist1 { 
border-bottom:1px dotted #333333;
	
}


tr.com-list-even {
	background-color:#fffff;
	
}

tr.com-list-odd {
	background-color:#ffffff;	
}

td.com-list-col-img { 
border-bottom:1px dotted #333333;


}

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


/********************
* Neu!!!!!!!!
*********************/

.produkt_title a{
padding-left: 5px;
font-size: 12px;
font-weight:bold;
text-decoration:none;
color: #004287;

}

.produkt_title a:hover{
padding-left: 5px;
font-size: 12px;
font-weight:bold;
text-decoration:none;
color: #004287;

}


.produkt_ueber{
padding-left: 5px;
font-size: 11px;
color: #999999;
font-weight:bold;
background-color:#f7f7f7;
border-bottom: 1px #999999 solid;

}

.artikel_select {
padding-left: 5px;
padding-bottom: 1px;
font-size: 10px;
font-weight:bold;
color: #333333;
text-decoration:underline;


}


.artikel_attribute_ueber {
padding-left: 5px;
font-size: 9px;
font-weight:normal;
color: #333333;
background-color:#f7f7f7;

}
.artikel_attribute_ueber_unit {
padding-left: 5px;
font-size: 11px;
font-weight:bold;
background-color:#f7f7f7;



}
.zub-name {

padding-left: 5px;
font-size: 12px;
font-weight:bold;
color: #000000;

width: 400px;
border-bottom: 1px #efefef solid;


}
.artikel_attribute {
padding-left: 5px;
font-size: 11px;
border-top: 1px #D4D4D4 solid;
border-bottom: 1px #efefef dotted;
}


.artikel_attribute a {
font-size: 11px;
color: 000000;
}

.artikel_attribute a:hover {
font-size: 11px;
color: #05529E;
}

.artikel_attribute_warenkorb {
font-size: 10px;

}

.artikel_attribute_warenkorb a {
font-size: 9px;

}
.artikel_attribute_warenkorb a:hover {
font-size: 9px;

}
.artikel_attribute_ueber a:link {
padding-left: 5px;
font-size: 11px;
font-weight:bold;
background-color:#f7f7f7;


}
.produkt_attribute_ueber {
vertical-align: middle;

padding-left: 5px;
font-size: 11px;
font-weight:normal;
background-color:#f7f7f7;




}
.produkt_attribute_ueber2 {
vertical-align: middle;
padding-left: 5px;
font-size: 11px;
font-weight:normal;
background-color:#ffffff;





}


.produkt_attribute {
padding-left: 5px;
padding-top: 5px;

font-size: 11px;

}
div.com-category h2 {
font-size: 13px;
text-transform:uppercase;
color: #05529E;

}

div.com-category h2 a {
text-transform:none;
font-size: 11px;
color: #05529E;

}
.produktlist1 {

padding-left: 5px;
font-size: 11px;
font-weight:normal;




}


.produktlist1 a {
font-size: 11px;
font-weight:normal;
COLOR: #05529E;

}
.produktlist1 a:hover {
font-size: 11px;
font-weight:normal;
COLOR: #B41B2F;  

}

.produktlist2 {
padding-top: 5px;
padding-left: 5px;
font-size: 11px;
font-weight:bold;
background-color:#ffffff;


}


.artikel_texte {
padding-left: 5px;
font-size: 11px;

}

#kap { 
	background: #ffffff; 
	color: #05529E;
	float: left; 
	width: 130px;
	height: 170px;
	BORDER-left: #efefef 1px solid;
	BORDER-top: #efefef 1px solid;
	FONT-SIZE: 10px; 
	padding-left: 5px;
	padding-top: 5px;
	
	}


#kap a { 
	font-family:  Helvetica, Arial, Trebuchet MS, sans-serif; 
       	text-decoration: none;
        COLOR: #999999;  
        FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	
}

#liste { 
	background: #ffffff; 
	color: #333333;
	float: left; 
	width: 600px;
	height: 2px;
	BORDER: #efefef 1px solid;
	FONT-SIZE: 10px; 
	
	
	}



#com-chkout-listing { 
	background: #ffffff; 

	
	
	}
.com-category {


}




#mitte .tx-commerce-pi3 form {
	
	border: 1px dotted #efefef;
	background-color: #ffffff;
	padding: 10px;
	
  	font-family: Helvetica, Arial, Trebuchet MS,  sans-serif;
  	font-size: 11px;
  	
	
}

#mitte .com-chkout-address-fields input  {
	
	
	background: #ffffff;
  	font-family: Helvetica, Arial, Trebuchet MS,  sans-serif;
  	font-size: 11px;
  	width: 170px;
	
	
  	
	
}

#mitte .com-chkout-address-fields .com-chkout-address-radio input {
	
	
	background: #ffffff;
  	font-family: Helvetica, Arial, Trebuchet MS,  sans-serif;
  	font-size: 11px;
  	width: 20px;
  
	
	
  	
	
}


#mitte .com-chkout-address-fields .com-chkout-address-radiolabel {
	
	
	background: #ffffff;
  	font-family: Helvetica, Arial, Trebuchet MS,  sans-serif;
  	font-size: 11px;
  	width: 200px;
	margin-left: 130px;
	
  	
	
}