/***********************************
*	Default stylesheet for commerce
*	last changes: 20.09.2007
***********************************/


div.tx-commerce-pi3 H1 {
	margin-top: 0;
}

div.tx-commerce-pi3 DD {
	line-height: 16px;
}

div.tx-commerce-pi1 IMG{
	border: none;
}

/**************************
* 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: 5px 0 8px 0;
	width: 100%;
}

tr.com-list-header { }

tr.com-list-header th { 
	padding: 5px 10px 5px 0;	
}

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 10px 5px 0; */
	padding: 0 10px 0 0;	
}
tr.com-list-even {
	vertical-align: top;
}

tr.com-list-odd {
	vertical-align: top;
}

td.com-list-col-img { 
	padding-left: 0;
	width: 120px;
}

td.com-list-col-title { 
	text-align:left;
}

td.com-list-col-teaser { 
	text-align:left;
}

td.com-list-col-price { 
	text-align:left;
}

td.com-list-col-action {
	text-align:right;	
 }

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

input.com-input-qty { 
	
}

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


div.com-single { }

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {}

DIV.com-single-description {
	clear: both;
	padding: 10px 0 10px 0;
}

.com-single-details {
	float: left;
	line-height: 25px;
	width: 250px;
}

.com-single-details H2 {
	line-height: 18px;
	margin-top: 0;
}

DIV.com-single-image {
	float: left;
	padding-right: 10px;	
	margin-left: -9px;
}



/**************************
* 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 { 
	padding-top: 10px;
}
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: 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 { }

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 {
	padding-top: 10px;
	clear: left;
}

p.com-chkout-listing-terms {
	padding-top: 10px;
}

.com-chkout-address-row {
	height: 30px;
}


.com-chkout-address-label,
.com-chkout-address-label-checkbox {
	padding: 0;
	width: 150px;
}

.com-chkout-address-label-checkbox {
	text-align: right;
}

.com-chkout-address-ruler {
	height: 15px;
	/* border-bottom: 1px solid #EDEDED; */
}

.com-chkout-address-input {
	padding: 0 0 0 10px;
}

.com-chkout-address-input INPUT,
.com-chkout-address-input SELECT {
	width: 285px;
}

.com-chkout-address-radio-div INPUT{
    margin: -2px 3px 0 0;	
    width: 20px;
}

.com-chkout-address-radio-div {
	line-height: 20px;
	width: 90px;
	float: left;
}

.com-chkout-address-radiolabel INPUT,
.com-chkout-address-input-check INPUT {
    margin: -2px 3px 0 10px;
}

.com-chkout-address-fields-disclaimer {
	padding-bottom: 10px;
	font-weight: bold;
}




/********************
* 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: #EDEDED;	
}

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-first {
	background-color:#EDEDED;
	/*
	border-width: 5px 0 0 0;
    border-style:solid;
    border-color: #FFFFFF;
    */
}

tr.com-list-second {
	background-color:#EDEDED;	
}

tr.com-list-spacer {
	background-color:#FFFFFF;	
}

tr.com-list-spacer TD {
	padding: 0;
}

tr.com-list-spacer IMG{
	width: 100%;
	height: 6px;	
}



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; */
}
tr.com-basket-header {
	background-color: #EDEDED;	
}

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:#FFFFFF;
}

tr.com-basket-odd {
	background-color:#EDEDED;	
}


tr.com-basket-noborder {
	
	}
	
tr.com-basket-ruler {
	border-top: 1px solid #EDEDED;
}

/**************************
* 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-step-active,
div.com-chkout-step-actual,
div.com-chkout-step-inactive {
	padding: 3px;
}
	
	
div.com-chkout-step-active {
    background: url(../images/checkoutstepBgInactive.gif) bottom left repeat-x;
	background-color: #FFFFFF;
}

div.com-chkout-step-actual {
    background: url(../images/checkoutstepBgActual.gif) bottom left repeat-x;
	background-color: #c4141b;
	color: #FFFFFF;
}

div.com-chkout-step-inactive {
    background: url(../images/checkoutstepBgInactive.gif) bottom left repeat-x;
	background-color: #FFFFFF;
	color: #333333;
}

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

/********************
* General Settigns
*********************/	
	
P.com-basket-previous,
.com-chkout-previous,
.com-payment-previous {
	width: 150px;
	float: left;
}

P.com-basket-previous IMG,
.com-chkout-previous IMG,
.com-payment-previous IMG {
	border: none;
}

P.com-basket-next,
.com-chkout-address-fields-submit,
.com-chkout-listing-submit,
P.com-payment-next {
	width: 150px;
	text-align: right;
	float: right;
}

.com-bold,
.com-error {
	font-weight: bold;
}

DIV.clear {
	clear:both;
}
.com-bold {
	font-weight: bold;
}

.com-error,
.error {	
	font-weight: bold;
	color: #F00;
}


/********************
* nezzo payment page 
*********************/	

.paymentSubmit {
	float:right;
}

.paymentSubmit button {
	background-position: left top;
	background-image: url( ../images/commerce/de.comBtnPay.gif );
	background-color: transparent;
	height: 27px;
	width: 115px;
	cursor: pointer;
	
	display: block;
	text-indent: -1000px;	
	
	border: none;
}

.de .paymentSubmit button {
	background-image: url( ../images/commerce/de.comBtnPay.gif );
}

.it .paymentSubmit button {
	background-image: url( ../images/commerce/it.comBtnPay.gif );
}

.fr .paymentSubmit button {
	background-image: url( ../images/commerce/fr.comBtnPay.gif );
}

.com-payment-errors {
	background-color: #C4141B;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}

.com-warning {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	font-size: 18px;
	padding: 20px;
}
