/**************************
* 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 {
	background: #fff;
	border: 1px solid #B7D3EA;
	border-collapse: separate;
	margin-bottom:8px;
	margin-top:5px;
	padding: 2px;
}

tr.com-list-header th { 
	padding:5px;
	text-align: left;
}

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 { }

tr.com-list-header th.com-list-header-price,
tr.com-list-header th.com-list-header-ordernum { text-align: right; }
	      
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 { 
	text-align: right;
}

input.com-add-to-cart {
	background: transparent url(../img/bgr_button_warenkorb.gif) no-repeat center right;
	border: none;
	color: #1A3993;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 10px;
	text-align: left;
	text-decoration: underline;
	width: 130px;
}


/**************************
* Singleview for Products
**************************/


div.com-single { 
	background: #fff;
	border: 1px solid #B7D3EA;
	padding: 2px;
}

#folgecontent div.com-single h2 {
	background: #E0EBF5;
	margin: 0;
	padding: 5px;
}

div.com-single img {
	float: left;
	margin: 5px;
}

div.com-single-desc {
	font-size: 1.3em;
}

div.com-single-aticle { }

div.com-single-action-entry {}

div.com-single-action-entry p {
	font-size: 1em;
}

div.com-single-action-entry p span.com-single-article-price,
div.com-single-action-entry p span.com-single-article-article-attr {
	margin-right: 15px;
}



/**************************
* 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 th { text-align: left; }

tr.com-basket-header-list { }

tr.com-basket-header th.com-basket-header-art-nr { }
tr.com-basket-header th.com-basket-header-title { }
tr.com-basket-header th.com-basket-header-price-gross { text-align: right; }
tr.com-basket-header th.com-basket-header-count { text-align: right; }
tr.com-basket-header th.com-basket-header-price-sum { text-align: right; }
tr.com-basket-header th.com-basket-header-basket { }


table.com-basket-list {
	background: #fff;
	border: 1px solid #B7D3EA;
	border-collapse: separate;
	margin-bottom:8px;
	margin-top:5px;
	padding: 2px;
}


table.com-basket-list select {
	margin: 0 0 0 7px;
}

table.com-basket-list select option {
	padding: 0 5px;
}

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 { }

tr.com-basket-even td input, tr.com-basket-odd td input {
	float: right;
	min-width: 83px;
}



table.com-basket-list tr.com-basket-payment td { border-top: 1px solid #B7D3EA; }

.com-basket-payment label { float: none; }

.com-basket-delivery {}

.com-basket-delivery label { float: none; }

.com-text-right {
	text-align:right;
	}

.com-text-left {
	text-align:left;
	}
.com-text-bold {
	font-weight:bold;
	}


#folgecontent div.com-basket-container h1 {
	font-size: 1.6em;
}

div.com-basket-container p,
.com-basket-submit input {
	background: transparent;
	border: none;
	color: #364E97;
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

div.com-basket-container p a,
.com-basket-submit input {
	text-decoration: underline;
	text-align: left;
}

div.com-basket-container p.com-basket-previous a {
	background: url(../img/arrow_back.gif) no-repeat left center;
	float: left;
	padding: 3px 2px 2px 25px;
}

div.com-basket-container p.com-basket-next a {
	background: url(../img/arrow_forward.gif) no-repeat right center;
	float: right;
	padding: 3px 25px 2px 2px;
}



/**************************
* 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: 20%; 
}
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;
}

div.com-chkout-address-fields dd.com-chkout-address-input p {
	color: red;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0 10px;
}

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; }

table.com-basket-list tr.com-chkout-shipping td { border-top: 1px solid #B7D3EA; }

tr.com-chkout-sum { font-weight: bold; }

tr.com-chkout-sum td.com-sum {
	border-bottom: 3px double #1A3993;
	border-top: 1px dotted #1A3993;
}

p.com-chkout-listing-descr { font-size: 1em; }

#folgecontent div.com-chkout-listing h2,
#folgecontent div.com-chkout-listing h2 {
	font-size: 1.4em;
}

#folgecontent div.com-chkout-listing-billing-address h3,
#folgecontent div.com-chkout-listing-delivery-address h3 {
	font-size: 1.2em;
	margin-top: 10px;
}

p.com-chkout-listing-comment label { display: block; font-weight: bold; }

div.com-chkout-listing-billing-address,
div.com-chkout-listing-delivery-address {
	float: left;
	margin-top: 10px;
	width: 345px;
}

div.com-chkout-listing-delivery-address {
	border-left: 1px solid #B7D3EA;
	padding-left: 20px;
	width: 330px;
}

div.com-chkout-listing dt {
	clear: left;
	float: left;
	font-style: italic;
}


p.com-chkout-listing-terms span.error {
	color: red;
}

div.com-chkout-listing-footer {
	clear: left;
	font-size: 1.3em;
	margin-top: 20px;
}

p.com-chkout-address-fields-submit input,
p.com-chkout-listing-submit input {
	background: transparent url(../img/arrow_forward.gif) no-repeat right center;
	border: none;
	color: #364E97;
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 25px 2px 2px;
}


.com-chkout-steps {
	font-size: 0.78em;
}

.com-chkout-steps div {
	padding: 3px 2px 2px 20px;
}

.com-chkout-steps .com-chkout-step-actual {
	background: transparent url(../img/pfeil_news_forward.gif) no-repeat left center;
}


/********************
* 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
**************************/



tr.com-list-header {
	background-color: #E0EBF5;	
}

tr.com-list-header th { 
	border: none;
}
table.com-list td { 
	border: none;
}
tr.com-list-even {
	background-color:#fff;
}

tr.com-list-odd {
	background-color: #E0EBF5;	
}

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 { }

tr.com-basket-header {
	background-color:#E0EBF5;	
}

tr.com-basket-header th { 
	border: none;
}

table.com-basket-list td { 
	border: none;
}

table.com-basket-list td.com-price-gross {
	border-bottom: 3px double #1A3993;
	border-top: 1px dotted #1A3993;
	font-weight: bold;
}

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;
	}	

div.com-chkout-finish {
	font-size: 0.8em;
}



/********************
* 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;
	}
	
/*.tx-commerce-pi1 .pagebrowser { display: none; }*/