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




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

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

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

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

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

input.com-input-qty { 
	
}

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


div.com-single {


	
	}

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

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 { 
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;

}

tr.com-basket-header th { 
	padding:5px;
	font-size:11px
}
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 { text-align:left; 	padding-left:10px;
padding-top:12px; }
div.com-basket-qv-value { text-align:left; }
div.com-basket-qv-link { }
a.com-basket-qv-basket { font-weight:bold; text-decoration:none; text-transform:uppercase; }
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: 15%; 
}
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;
}

.com-chkout-listing-comment textarea{
background-color:#FFFFFF;
border:1px solid #000000;
height:80px;
margin:10px;
padding:5px;
width:95%;
}

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

tr.com-list-odd {
	background-color:#383838;	
}

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

.pagebrowser{
clear:both;

}

/**************************
* 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 {

}

tr.com-basket-header th { 
border-top:1px solid #a1a1a1;
border-bottom:1px solid #a1a1a1;
}
table.com-basket-list td { 

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

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


tr.com-basket-noborder {
	
	}

table.com-attribute-table td{
	border:0px none;
}

/**************************
* 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;
	}	
	
.com-chkout-steps{
text-align:center;
width:100%;
}

.com-chkout-step-active A{
color:#999999;
float:left;
margin-right:10px;
padding:2px;
text-decoration:none;


}

.com-chkout-step-actual{
float:left;
font-weight:bold;
margin-right:10px;
padding:2px;
text-decoration:none;

}

.com-chkout-step-inactive{
color:#999999;
float:left;
margin-right:10px;
padding:2px;

}


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


/*****************
 * Better looking dropdowns
 *****************/
.produkt-att{
	font-weight:bold;
	float:left;
height:25px;
line-height:25px;
width:80px;
}

.produkt-att-select select{
	float:right;
		background-color:#ffffff;
	color:#000000;
	border: 1px solid #000000;
	width:155px;

}

.produktattribut{
	font-weight:bold;

}

.produktattribut select{
	background-color:#ffffff;
	color:#000000;
	border: 1px solid #000000;
	margin-left:30px;
	width:155px;
}

/* vain attempt to tame IE's select: */
.produktattribut option{
	background-color:#ffffff;
	color:#000000;
	border: 0px none #ffffff;
}

.product-image-main{
background-color:#FFFFFF;
border:1px solid #A1A1A1;
float:left;
margin-right:0;
padding:15px;
text-align:center;
width:240px;
}

.product-image-small{
float:left;
margin-top:15px;
margin-right:15px;
padding:8px; 
border:1px solid #333333;
}

.kurv{
	background-color:#d7e3ef;
	border:0;
	color:#000;
	}

.teaserlink, .teaserlink A, .teaserlink A:hover{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}


.teasertext{
height:15px;
overflow:hidden;
}

.teasertitle, .teasertitle A{
font-weight:bold;
text-decoration:none;
margin-top:8px;
}

.teasertitle A:hover{
text-decoration: none;

}

.teasertitle-related, .teasertitle-related A, .teasertitle-related H2{
font-weight:normal;
text-decoration:none;
overflow:hidden;
white-space:nowrap;
text-decoration:none;
font-size:10px;
margin:0px;
padding:0px;
width:100px;
}

.detaillink{
background-color:#E0E2E7;
font-weight:bold;
height:20px;
line-height:18px;
margin-bottom:0;
margin-left:20px;
margin-top:10px;
text-align:center;
text-transform:uppercase;
width:65px;
}

.detaillink a img{
	border:0px none #565656;
}



input.com-input-qty {
	/*background:transparent url(/images/single-kurv.gif) no-repeat scroll 0% 0%;*/
	background:transparent none no-repeat scroll 0% 0%;
	border:1px solid #000000;
	color:#000000;
	/*float:right;*/
	font-size:11px;
/*	font-weight:bold;*/
/*	height:20px;*/
	/*margin-right:20px;*/
	text-align:center;
	vertical-align:middle;
	width:30px;
}

.detailform{
	margin:0px;

}

.detailform input.com-input-qty {
	margin-right:10px;
	margin-bottom:4px;
	float:none;
}

label{
/*	padding: 3px;
	border: 1px solid #383838;*/
}

.com-basket-no-stock{
	font-weight:normal;
	text-align:left;
	padding-left:10px;
padding-top:12px;
}

input.submit{
border: 0px solid #000000;	
background-color:#333333;
font-weight:bold;
text-align:center;
text-transform:uppercase;
font-size:11px;
color:#FFF;

}

.knap{
border: 0px solid #000000;	
background-color:#d7e3ef;
font-weight:bold;
text-align:center;
text-transform:uppercase;
width:120px;
font-size:11px;
text-decoration:none;
padding:2px;
margin:0;
color:#000;
}

.knap A, .knap A:hover{
text-decoration:none;
color:#000;
}

.com-basket-submit input{
border: 0px solid #000000;	
background-color:#d7e3ef;
font-weight:bold;
text-align:center;
text-transform:uppercase;
width:120px;
font-size:11px;
text-decoration:none;
padding:2px;
margin:0;
color:#000;
}

.header-streg{
border-top:1px solid #a1a1a1;
border-bottom:1px solid #a1a1a1;
height:25px;
padding-top:4px;
}

.header-streg h1 {
	margin-bottom:0;
}

.boks{

padding:5px;
}

.boks1{

padding:5px;
}

.navbar-checkout{
border-top:1px solid #a1a1a1;
border-bottom:1px solid #a1a1a1;

padding-left:5px;
padding-right:5px;
}

.text-right{
	text-align:right;
}

.com-basket-input-td{
	text-align:center;
}
.com-chkout-address-input input, .com-chkout-address-input select {
	width:200px;
}
.com-adress-form-input input,.com-adress-form-input select{
	width:200px;
}

.com-field-city,.com-field-city input{
	width:150px;
}
.com-field-zip,.com-field-zip input{
	width:45px;
}


.product-single a {
	text-decoration:none;
}


.com-chkout-listing{
	clear:both;
}

.cat-list {
	background-color:#d7e3ef; 
	border-top:3px solid #fff;
}

.cat-list a {
	color:#000;
	text-decoration:none;

}

#filterattrs {
	padding: 5px;
	height:22px;
	background-color:#d7e3ef;
	width:100%;
}

#filterattrs div {
	float:left;
	padding-right:10px;
	font-weight:bold;
	color:#000;
}

/* delete */
.typo3-debug{
background-color:#565656;
color:white;
border:5px solid #FF0000;
display:block;
height:70%;
left:15%;
overflow:auto;
padding:10px;
position:absolute;
top:15%;
width:70%;
z-index:99;}
