f/**************************
* Listview for Category
**************************/

div.com-category {}
div.com-category-item {width:180px; margin:10px;height:180px;float:left;}
div.com-category-item h2{  margin:0px;border:0px; background-color:#4D509D; font-size:0.9em; font-style:italic; padding:2px 2px 2px 5px; }
div.com-category-item h2 a{color:white;}
div.com-category-title {}
div.com-category-subtitle {}
div.com-category-desc {}
div.com-category-img {height:150px;width:200px;border:1px solid #4D509D;text-align:center;display: table-cell;vertical-align: middle;}

/**************************
* Listview for Products
**************************/

div.com-list-even {
	background:#F7F7F7;
	margin:0px 0px 5px 0px;
}

div.com-list-odd {
	background:#FFFFFF;
	margin:0px 0px 5px 0px;
}

div.com-list-even div.teaserimage,
div.com-list-odd div.teaserimage {
	float:left;
	width:25%;
}

div.com-list-even div.information,
div.com-list-odd div.information {
	float:right;
	width:75%;
}

/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single img{
margin:10px 17px 10px 0px;
}

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {}



/**************************
* Attributes for Articels
**************************/

table.com-select-attributes { }

tr.com-select-even {}

tr.com-select-odd {}

div.com-basket-sel-att { }

/**************************
* Basket
**************************/

div.com-basket-box {
	margin:0px 5px 0px 0px;
}

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-left:1px;
	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-ordertyp{}

.com-basket-ordertyp 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 {
	text-align: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-listing-basket{
margin:0px 5px 0px 0px;
}
div.com-chkout-address-fields {}

div.com-chkout-address-fields dl {
  clear:both; 
  width: 100%;
  margin:15px 0px 15px 5px;
}

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; 
	margin:0px 0px 0px 5px;
}
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;
}

div.com-chkout-address-fields td {
	padding:5px;
}

dt.com-chkout-address-item-data {
	float:none;
	width:none;	
	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;
	float: left;
}

div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}

div.com-chkout-listing-footer {
	clear: left;
}

div.com-chkout-listing-ordertyp{
margin-top:20px;
}

p.com-chkout-message {
margin-top:10px;
}

/********************
* 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;
}

/**************************
* OUS
**************************/

table.com-uos{
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;

}

table.com-uos td { 
	padding:5px;
}

p.com-uos-lang-err{
font-weight:bold;
}

table.com-uos td.com-uos-err{
color:red;
}



/******************************************************************
* Default Color Set
******************************************************************/

/**************************
* 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:#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 {
	
	}

p.com-basket-next{
text-align:right;
}

/**************************
* 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;
	}

ul.error{
border:2px solid #F6A800;
padding-top:5px;
padding-bottom:5px;
}	


/********************
* 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;
	}

.clearer {
	clear:both;
}


#header div.tx-commercesearch-pi1 {position:absolute; top:136px; right:10px; font-size:0.8em;}
#header div.tx-commercesearch-pi1 input {margin-left:0;height:13px;width:170px;}
#header div.tx-commercesearch-pi1 label {display: block; color: rgb(102, 102, 85); font-weight: bold;}
