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

div.com-category {
}

div.com-category h2{
	font-size: 14px;
	color: #3d53a6;
}

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

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

.tx-commerce-pi1-browsebox{
	margin-left: 250px;
	font-weight: bold;
}

.tx-commerce-pi1-browsebox table{
}


.tx-commerce-pi1-browsebox table td{
}

.tx-commerce-pi1-browsebox-SCell p a{
	text-decoration: none;
       	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

.tx-commerce-pi1-browsebox-SCell p a:hover{
       	text-decoration: none;
	color: #3d53a6; 
       	font-weight: bold;
	font-size: 13px;

}



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-img table tr td a .com-category-teaser-img img{
        border: 1px solid #000000; 
	padding: 3px;
}


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

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

input.com-input-qty { 
	
}

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

#content_main .tx-commerce-pi1 div.com-single .title h2{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	
	color: #000000;
	margin:0px;
	padding: 0px;
}

#content_main .tx-commerce-pi1 div.com-single .title h2 a{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;

	color: #000000;
	text-decoration: none;
}

div.com-single .description{
}

div.com-single { }

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {}

.back_listview{
	color:#3d53a6; 
	margin-top: 50px; 
	text-align: right;
}

.back_listview a{
	color: #3d53a6;
	text-decoration: none;
}




/**************************
* 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 {text-align: right;}
th.com-basket-header-count { }
th.com-basket-header-price-sum { text-align: right;}
th.com-basket-header-basket { }


table.com-basket-list { 	
	/**border-collapse:collapse;
	border-spacing:0px;**/
	margin-bottom:8px;
	margin-top:5px;
	width: 550px;	
}
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
**************************/

dl.com-chkout-address-items { }

div.com-chkout-address { 
border: 0px solid red;
}

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
div.com-chkout-listing-delivery-address {
	clear: both;
}

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

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

/********************
* 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 { 
	width: 550px;

}

.tbl_even{
	width: 270px;
	border-top: 0px solid #000000;
}

.tbl_odd{
	width: 270px;
	border-top: 0px solid #000000;
}


tr.com-list-header {
	background-color:#f2f2f2;	
}

tr.com-list-header th {
}
table.com-list td { 
}
tr.com-list-even {
	background-color:#ffffff;
	border: 1px solid #000000;
	/**border-bottom: 1px solid #000000;**/
}

tr.com-list-odd {
	background-color:#ffffff;	
	border: 1px solid #000000;
	/**border-bottom: 1px solid #000000;**/
}

td.com-list-col-img {
	width: 80px;

}

td.com-list-col-title h2{
	width: 280px;
	border: 0px solid red;
}


td.com-list-col-title a { 	
	color: #3d53a6;
	text-decoration: none;
	font-weight: bold;
}

td.com-list-col-title a:hover { 	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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
**************************/
.com-basket-container h2{
	color: #3d53a6;
	font-size: 12px;
}

.com-basket-container-quickview h2{
	color: #FFFFFF;
	font-size: 12px;
}
tr.com-basket-header-list {
 }

th.com-basket-header-art-nr { }
th.com-basket-header-title {
	width: 250px;
	text-align: left;
}
th.com-basket-header-price-gross { 
	width: 90px;
	text-align: left;
}
th.com-basket-header-count { }
th.com-basket-header-price-sum { 
	width: 120px;
	text-align: right;
}
th.com-basket-header-basket { }

table.com-basket-list { 
	width: 550px;
}
tr.com-basket-header {
	border:1px solid #444;
	background-color:#3d53a6;
	color: #FFFFFF;
	font-weight: bold;

	height: 17px;	
}

tr.com-basket-header th { 
}
table.com-basket-list td { 
}
tr.com-basket-even {
	background-color:#fff;
}

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

tr.com-basket-even-quickview {
	height: 15px;	
	background-color:#a2add4;
}

tr.com-basket-odd-quickview {
	height: 15px;	
	background-color:#a2add4;	
}


tr.com-basket-noborder {
	
	}


.title_line{
	background-color: #3d53a6;
	color: #FFFFFF;
	font-weight: bold;
	height: 17px;
	text-align: left;
}
/**************************
* 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-address h2{
	color: #3d53a6;
	font-size: 12px;
}

.com-chkout-listing h2{
	color: #3d53a6;
	font-size: 12px;
}

.tx-commerce-pi3 h2{
	color: #3d53a6;
	font-size: 12px;
}

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
*********************/
.com-address-list h2{
	color: #3d53a6;
	font-size: 12px;
}
.tx-commerce-pi4 h2{
	color: #3d53a6;
	font-size: 12px;
}

p.com-address-question {

	font-weight:bold;
	color:black;
	}
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;
	}



