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




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

div.com-category {}


div.com-list-entry-top{padding-top: 3px; border-right-color: #dacde7; border-left-color: #dacde7; border-right-width: 1px; border-right-style: solid; border-left-style: solid; border-left-width: 1px; border-top-color: #dacde7; border-top-width: 1px; border-top-style: solid; background-color: #fff4ff; border-bottom-color: #dacde7; border-bottom-width: 1px; border-bottom-style: solid;}

div.com-category-title {}
div.com-category-subtitle {}
div.com-category-desc {}
div.com-category-img {padding-top: 0px;}

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

table.com-list { 
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
tr.com-list-header { background-color: #dde0f9; margin: 0; padding: 0; }

tr.com-list-header th { background-color: #fff; 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 { border-bottom-color: #9e93da; border-bottom: 1px solid; }

tr.com-list-odd { border-bottom: 1px solid #5a5aa2; }

td.com-list-col-img {vertical-align: top;}

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

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

td.com-list-col-price { font-size: 150%; font-weight: bold; vertical-align: top; text-align:right; width: 100px; padding-right: 20px; }

td.com-list-col-action { vertical-align: top; text-align:right; width: 200px; }

div.com-list-action-entry {  text-align:left; padding-bottom: 2px;} /*Wladi entfernt: border-bottom: 1px solid #5a5aa2;*/

input.com-input-qty { font-size: 80%; margin-left: 0; }

/**************************
* Singleview for Products
**************************/
div.tx-commerce-pi1{}

div.com-single { float: left; position: relative; padding: 0px; margin: 0px; top: 0px; }

div.com-single-img {  margin-left: 0px;  margin-bottom: 0px;  margin-right: 0px;  margin-top: 10px;  padding: 0px;  float: left;  position: relative;  top: 0px;  width: 300px;  border-color: #060061;  border-width: 0px;  border-style: solid;  }

div.com-single-attribut { margin-top: 10px; margin-left: 15px; float: left; padding: 0px; top: 1px; width: 450px; }

div.com-single-desc { float: left; padding: 0px; top: 1px; width: 450px; }

div.com-single-aticle { margin-left: 15px; float: left; top: 0px; width: 450px; }

div.com-single-action-entry { position: relative; top: 0px; width: 300px;}

div.com-single-cat-item { top: 0px; width: 300px;}

div.com-single-fixtext {font-size: 90%; color: #9e9e9e;} /*added by Wladi */

div.com-single-ordernumber {font-size: 90%;} /*added by Wladi */


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

table.com-select-attributes { color: #000b75; font-size: 120%; margin: 0; padding: 0; }
table.com-select-attributes td { margin: 0; padding: 0 5px 0 0; }


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 { border-bottom-color: #9e93da; border-bottom: 1px solid; }
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; width:99%; margin-top: 5px; margin-bottom: 8px; margin-left: 2px; }
tr.com-basket-header { background-color: #fff; }

tr.com-basket-header th { border-left-color: #9e93da; color: #000b75; background-color: #e2e1fd; padding:5px;  border-left: 1px solid;}
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 { border-left-color: #060061; border-left-width: 1px; border-left-style: solid; 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 {}

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 { clear:both; }

tr.com-chkout-sum {} 

div.com-chkout-listing-billing-address { border-bottom: 1px solid #9e93da;}
div.com-chkout-listing-delivery-address { clear: both; border-bottom: 1px solid #9e93da;}

div.com-chkout-listing dt {

	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 30%;
}
div.com-chkout-listing dd {

	margin: 0px;
	padding: 0px;

}

div.com-chkout-listing-footer {
	clear: left;
}

.com-chkout-listing-terms .error {
	color: #f00;
}

/********************
* Address Management
*********************/
div.com-address-list {

  padding-bottom: 10px;

  padding-top: 10px;

  border-bottom-color: #9e93da;

  border-bottom-width: 1px;

  border-bottom-style: solid;

  }
div.com-address-items dl,
div.com-address-list dl {
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
  clear:both;
  }



div.com-address-items dt,
div.com-address-list dt { 
	margin: 0px; 
	float: left; 
	width: 20%; 
}
div.com-address-items dd,
div.com-address-list dd { 
	margin: 0px; 
	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-style: none;
	border-right:none;
}
tr.com-list-header {	
}

tr.com-list-header th {
	border-bottom-width: 0px;
	border-right-width: 0px;
}
table.com-list td {
	border-right-width: 0px;
}
tr.com-list-even {
	background-color:#fff;
}

tr.com-list-odd {	
}

td.com-list-col-img { 

	top: 5px; 

	margin-top: 5px; 

	padding-top: 5px; 

	background-position: 0 0px; 

}

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

td.com-list-col-teaser { 

}

td.com-list-col-price { 

}

td.com-list-col-action {

 }

div.com-list-action-entry {
	
 }
 
div.com-list-action-entry a:link{color: #6f718e;}
div.com-list-action-entry a:active {color: #6f718e;}
div.com-list-action-entry a:hover{color: #a43ccd;}
div.com-list-action-entry a:visited {color: #6f718e;}


/**************************
* 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 { border-top-color: #060061; border-top-width: 1px; border-top-style: solid; }
th.com-basket-header-title { border-top-color: #060061; border-top-width: 1px; border-top-style: solid; }
th.com-basket-header-price-gross { border-top-color: #060061; border-top-width: 1px; border-top-style: solid; }
th.com-basket-header-count { border-top-color: #060061; border-top-width: 1px; border-top-style: solid; }
th.com-basket-header-price-sum { border-top-color: #060061; border-top-width: 1px; border-top-style: solid; }
th.com-basket-header-basket { border-top-color: #060061; border-top-width: 1px; border-top-style: solid; }

table.com-basket-list { 
	border:1px solid #9e93da;
	border-right:none;
}
tr.com-basket-header {
	background-color:#f2f2f2;	
}

tr.com-basket-header th { 
	border-bottom-color: #9e93da; 
	border-right-color: #9e93da; 
	border-bottom:1px solid;	
	border-right:1px solid;
}
table.com-basket-list td { 
	border-left-style: none; 
	border-bottom-style: solid; 
	border-right-style: solid; 
	border-left-color: #060061; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	border-bottom-color: #9e93da; 
	border-right-color: #9e93da;
}
tr.com-basket-even {
	background-color: #fff4ff;
}

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


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-color: #9e93da; border-top:3px double;} 

dl.com-chkout-address-items dt,
dl.com-chkout-address-items dd {border-bottom-color: #9e93da; border-bottom:3px double;}
.com-chkout-address-radio input {padding: 0px; margin: 0px;}

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


table.address_item_name { border-bottom-color: #dacde7; border-top-color: #dacde7; border-bottom-width: 1px; border-top-width: 1px; border-top-style: solid; border-bottom-style: solid; padding-left: 0px; width: 100%; background-color: #faf8ff;}

div.address_item_select { height: 20px; width: 20px; border-color: #7f77b2; border-style: solid; padding-left: 0px; padding-right: 0px; padding-top: 0px; border-width: 0px; }
div.address_item_field {  padding:5px; border-bottom-color: #9e93da; border-bottom-width: 1px; border-bottom-style: solid;}

.address_item_select input {margin:0px; padding:5px; border: 0px;}



div.address_item_data { left: 45px; position: relative;}
div.address_item_name{padding-left: 0px;}


div.address_item_street{}
div.address_item_city{}
div.address_item_country{}

div.address_item_email{}







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


