/*
 * CSS Klassen Screen
 *
 * www.kunstueck.de
 * info@l-vogel.de
 * erstellt: 2010-03-01
 * geaendert: 
 * 
 * 
 */ 

/* ------------------------------------
   Listview for Category
   ------------------------------------ */

div.com-category {
	display:none;
}

div.com-category-title {}
div.com-category-subtitle {}
div.com-category-desc {}
div.com-category-img {}


/* ------------------------------------
   Listview for Products
   ------------------------------------ */

.com-list {
	margin: 0 0 0px 0 !important;

}

.com-list-entry-top {
	float: left;
	margin: 0 10px 10px 0!important;
	padding: 0;
	height: 110px;
	overflow: hidden;
}
.com-list-entry-top img {
	margin: 0;
	padding: 0;
}

div.com-list-action-entry {
	text-align:left;
 }

input.com-input-qty { 
	
}

/* ------------------------------------
   Singleview for Products
   ------------------------------------ */

.com-single { 
	
}

.com-single-img {
	float:left;
	width: 340px;
	height: auto;
}
.com-single-desc-outer {
	float:left;
	width: 340px;
	height:auto;
	margin: 0 0 0 50px;
	color: #000;
}
com-single-desc {
	
}
.com-single-attr { 
	width: 340px;
	height:auto;
	margin: 0;
}

.com-single-article { 
	width: 340px;
	height:auto;
	margin: 0;
}

.com-single-artnr {
	font-size: 10px;
}

.com-single-action-entry {
	
}

.com-single-desc-outer .com-single-cat h1 {
	margin-top: 0px !important;
}

.com-single-basket {
	position: relative;
	left: -26px;
	margin: 10px 0 0 0;
}
.com-single-basket a {
	color: #990000;
	text-decoration: none;
	line-height: 16px;
	padding-top: 0px;
}

.com-single-price {
	margin: 15px 0 0 0;
}
.com-single-delivery-price {
	margin: 0 0 15px 0;
	font-size: 10px;
}



.com-single-basket a:hover {
	text-decoration: none;
}
.com-single-basket-icon {
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px;
	margin: 2px 10px 0 0;
}


/* no stock */
.com-single-action-entry  .nostock {
	display: none;
}

.com-single-nostock {
	margin: 15px 0 15px 0;
	color: #c40027;

}

/* ------------------------------------
   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;
}
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 {
	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
   ------------------------------------ */

.com-chkout-steps {
	border: 0;
	margin: 0 0 30px 0;
}
.com-chkout-step-active {
	float: left;
	display: block;
	width: 140px;
	height: auto;
	padding: 1px 5px 1px 5px;
	margin: 0 0 0 0;
	color: #eee;
	background-color: #ababab;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
}
.com-chkout-step-active a,
.com-chkout-step-active a:hover {
	text-decoration: underline;
	font-size: 10px;
	font-weight:bold;
	color: #666;
}
.com-chkout-step-actual {
	float: left;
	display: block;
	width:  140px;
	height: auto;
	padding: 1px 5px 1px 5px;
	margin: 0 0 0 0;
	color: #420212;
	background-color: #999;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
}
.com-chkout-step-inactive {
	float: left;
	display: block;
	width:  140px;
	height: auto;
	padding: 1px 5px 1px 5px;
	margin: 0 0 0 0;
	color: #eee;
	background-color: #ccc;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
}

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.error {
	position:relative;
	top: -6px;
	padding: 0 0 0 30%;
	margin: 0 0 0px 0;
	color: #c40027;
	font-size: 10px;
	height: auto;
	width:auto;
}

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 {
	clear: both;
	float:none;
	width:auto;	
	margin-left:5%;	
}
div.com-chkout-address-new { clear:both; width:100%; }

div.com-chkout-address-fields-submit { 
	clear:both;
	/*text-align: right;*/
}

tr.com-chkout-sum {} 

div.com-chkout-listing-billing-address,
div.com-chkout-listing-delivery-address {
	clear: both;
	display: block;
	margin: 20px 0 20px 0;
	background-color: #cfcfcf;
	width:60%;
}
div.com-chkout-listing-billing-address h3,
div.com-chkout-listing-delivery-address h3 {
	background-color:#b8b8b8;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
div.com-chkout-listing-billing-address dt,
div.com-chkout-listing-billing-address dd,
div.com-chkout-listing-delivery-address dt,
div.com-chkout-listing-delivery-address dd {
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
	line-height: 12px;
	height: 12px;
	display:block;
}



div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}

div.com-chkout-listing-billing-address dd,
div.com-chkout-listing-delivery-address dd {
	font-weight: bold;
}

div.com-chkout-listing-billing-address dt,
div.com-chkout-listing-delivery-address dt {
	clear: left;
	float: left;
	
}




div.com-chkout-listing-footer {
	clear: both;
	margin: 10px 0 10px 0;
	width:60%;
}
div.com-chkout-listing-disclaimer {
	clear: both;
	background-color: #cfcfcf;
	margin: 0 0 1px 0;
	padding: 5px;
}
div.com-chkout-listing-terms {
	clear: both;
	background-color: #cfcfcf;
	margin: 0 0 1px 0;
	padding: 5px;
}

div.com-chkout-listing-terms span.error {
	clear: both;
	display:block;
	margin: 4px 0 0 0;
	padding: 0;
	color: #c40027;
	font-size: 10px;
}

div.com-chkout-listing-comment {
	clear: both;
	background-color: #cfcfcf;
	margin: 0 0 1px 0;
	padding: 5px;
}

div.com-chkout-listing-submit {
	width: auto;
	margin: 20px 0 0 0;
	padding: 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
   ------------------------------------ */


table.com-list { 
	border:1px solid #444;
	border-right:none;
}
tr.com-list-header {
	background-color:#f4f4f4;	
}

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 {
	background-color:#fff;
}

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

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 #d6d6d6;
	border-right:1px solid #d6d6d6;
}
tr.com-basket-header {
	background-color: #b8b8b8 !important;	
}

tr.com-basket-header th { 
	/*
	border-bottom:1px solid #d6d6d6;	
	border-right:1px solid #d6d6d6;
	*/
	border: 0;
}
table.com-basket-list td { 
/*
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
*/
	border: 0;
}

table.com-basket-list tr {
	background-color: #cfcfcf;
}

tr.com-basket-even {
	background-color:#e5e5e5 !important;
}

tr.com-basket-odd {
	background-color:#e0e0e0 !important;	
}


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


/* ------------------------------------
   vogel 2010-04-20
   ------------------------------------ */

td.DELIOTMFROMBASKETLINK a,
.com-basket-previous a,
.com-basket-next a,
td.DELIOTMFROMBASKETLINK a:hover,
.com-basket-previous a:hover,
.com-basket-next a:hover  {
	display: block;
	width:auto;
	height: 22px;
	color: #420212;
	background-color: #999;
	padding: 0px;
	border: 1px solid #999;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	line-height: 22px;
	background-image:url(../images/btn_standard.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
td.DELIOTMFROMBASKETLINK a:hover,
.com-basket-previous a:hover,
.com-basket-next a:hover {

}

.com-basket-submit input,
.com-chkout-address-fields-submit input,
.com-chkout-listing-submit input {
	color: #420212;
	height: 24px;
	width: auto;
	padding: 0 10px 2px 10px;
	margin: 0;
	border: 1px solid #999;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
	background-image:url(../images/btn_standard.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
.com-chkout-address-fields-submit input {
	margin: 10px 0 20px 0;
}

/*input*/ 
.com-input-qty,
dd input {
	border: 1px inset #d6d6d6;
	background-color: #fff;
	padding: 1px;
	font-size: 10px;
}

dd input,
dd select {
	width: 200px;
}

dd.com-chkout-address-radio input {
	width: 20px !important;
}

/* Navi Wahrenkorb */

.com-basket-navi {
	width: 716px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 5px 0 5px 480px;

}

.com-basket-previous {
	float: left;
	width: 140px;
}
.com-basket-submit {
	float: left;
	width:6px;
	text-align: center !important;
}
.com-basket-next {
	float: left;
	width: 140px;
	text-align: right;
}


.com-basket-no-stock  {
	
}  

