/***********************************
*	stylesheet for commerce
*	changed from default by kurtsmaze
***********************************/




/**************************
* Listview for Category
**************************/

div.com-category {}
div.com-category h2 {
	font-weight: bolder;
}

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;
	font-size: smaller;
}

td.com-list-col-teaser { 
	text-align:left;
}

td.com-list-col-price { 
	text-align:right;
	font-size: smaller;
}

td.com-list-col-action {
	text-align:right;	
	font-size: smaller;
 }

div.com-list-action-entry {
	text-align:left;
 }

input.com-input-qty { 
	
}

.com-list-price {
	font-weight: bolder;
}

.putinbasket {
	height: 41px;
	width: 110px;
	background-image: url('images/bestellenbutton.png');
	background-repeat: no-repeat;
	/*text-indent: 35px;*/
}

/**************************
* Singleview for Products
**************************/


div.com-single { }
div.com-single-title  { 
	margin-left: 33%;
	font-weight: bolder;
}

div.com-single-image {
	clear: both;
	float: left;
	width: 33%;
}

div.com-single-desc_kurt { 
	width: 66%;
	float: right;
	padding: 3px;
	font-size: smaller;
}

div.com-single-article { 
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 33%;
}

.com-single-article-price {
	color: red;
	font-weight: bolder;
}

div.com-single-action-entry {
	padding:5px;
}



/**************************
* Attributes for Articels
**************************/

table.com-select-attributes { }

tr.com-select-even {}

tr.com-select-odd {}

div.com-basket-sel-att { }

/**************************
* Basket
**************************/

.com-basket-container {
	font-size: smaller;
}

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;
	}

.com-basket-submit {
	padding: 3px;
}
.checkout_button {
	background-color: #6699FF;
	border: solid black 1px;
	color: #000000;
}
.checkout_button:hover {
	font-weight: bolder;
}

.com-basket-previous {
	padding: 3px;
}

.com-basket-next {
	padding: 3px;
}


/**************************
* 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 { 
	font-size: smaller;
}
div.com-chkout-address h2 {
	font-weight: bolder;
}

#pleaselogin {
	margin: 5px;
	width: 50%;
	border: 1px solid #444;
	text-align: center;
}

p.com-chkout-address-desc {}

div.com-chkout-address-fields {}

div.com-chkout-address-fields dl {
  clear:both; 
  width: 100%;
  margin:15px 0px;
  }


dl {
	width: 100%;
	float:left;
}
/*
dt, dd {
	float:left;
}

dt {
	clear:left;
}

dd {

} 
*/

div.com-chkout-address-fields dt, 
div.com-chkout-address-fields dd { padding-bottom: .5em; }

div.com-chkout-address-fields dt.com-chkout-address-label { 
	clear: both;
	float: left; 
	width: 30%; 
}
div.com-chkout-address-fields dd.com-chkout-address-input { 
	float: left;
	text-align: left; 
	width: 60%;
}

div.com-chkout-address-fields dd.com-chkout-address-radio { 
	clear: both;
	float: left; 
	width: 10%; 
}
div.com-chkout-address-fields dt.com-chkout-address-radiolabel { 
	float: left;
	text-align: left; 
	width: 70%;
}

div.com-chkout-address-fields dt.com-chkout-only-belgium {
	text-align: center;
	clear: left;
	float: left; 
	width: 75%; 
	margin: 3px;
	border: 1px solid #444;
}

div.com-chkout-address-fields 
dd.com-chkout-address-item-select {
	clear: left;
	float: left;
	width: 5%;
}/*dd.com-chkout-address-radio,*/
/*
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 { 
	font-size: smaller;
}
div.com-chkout-listing h2 {
	font-weight: bolder;
}

p.com-chkout-listing-descr {
	margin-top: 25px;
}

div.com-chkout-listing-basket {
	margin-top: 25px;
}

div.com-chkout-listing-billing-address
div.com-chkout-listing-delivery-address {
	clear: both;
}

div.com-chkout-listing-billing-address h3, div.com-chkout-listing-delivery-address h3 {
	font-weight: bolder;
}

div.com-chkout-listing-billing-address dt, div.com-chkout-listing-delivery-address dt { 
	clear: left;
	float: left; 
	width: 30%; 
}

div.com-chkout-listing-billing-address dd, div.com-chkout-listing-delivery-address dd { 
	float: left;
	text-align: left; 
}

/*
div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}
*/
div.com-chkout-listing-footer {
	clear: left;
	padding-top: 10px;
}

p.com-chkout-listing-comment {
	padding-top: 10px;
	position: top;
}

p.com-chkout-listing-submit {
	padding-top: 10px;
}


div.com-chkout-finish {
	font-size: smaller;
}
div.com-chkout-finish-result {
	padding-top: 10px;
}
div.com-chkout-finish-email {
	padding-top: 10px;
}
div.com-chkout-finish-thankyou {
	padding-top: 10px;
}
div.com-chkout-finish-basket {
	padding-top: 25px;
}
div.com-chkout-finish-basket h2 {
	font-weight: bolder;
}


/********************
* 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;*/
	border: 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 {
	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-article { }

div.com-single-cat {
	font-weight: bolder;
	margin-left: 33%;
	/*display: none;*/
}


/**************************
* 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;
	}


.com-chkout-steps {
	border: 1px solid #000;
	background-color: #F3F781;
	float: right;
	font-size: smaller;
}
/*
.com-chkout-address {

	float: left;
}

*/

.fielderror {
	color: red;
	font-size: smaller;
}


