/***********************************
*	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;
	text-align: left;
}

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 { }

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 { }

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 { 
}
tr.com-list-header {
}

tr.com-list-header th { 
}
table.com-list td { 
}
tr.com-list-even {
}

tr.com-list-odd {
}

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 {
}

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 { 
	
}
tr.com-basket-header {
	
}

tr.com-basket-header th { 
	
}
table.com-basket-list td { 
	
}
tr.com-basket-even {
	
}

tr.com-basket-odd {

}


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: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 {
	padding:5px;
	}		
div.address-item-link a:hover {
	text-decoration:underline;
	}	


/********************
* 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 {
	padding:5px;
	}		
div.com-address-link a:hover {
	text-decoration:underline;
	}

.tx-commerce-pi1 h2 a {
font-size: 24px;
letter-spacing: -1px;
color: #3f372b !important;
text-decoration:none !important;
}

	
	
.tx-commerce-pi1 input[type=input] {
border: 1px solid #ae9d78;
background-color: transparent;
font-family: verdana, arial;
font-size: 11px;
margin: 2px 5px 5px 5px;
background-image: url(../../../niki/img/text_bg.png);
padding: 5px;
line-height:18px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.tx-commerce-pi1 input[type=submit] {
border: 0px;
width:100px;
height:41px;
background-color: transparent;
font-size: 11px;
margin: 0px;
padding:5px;
background-image: url(../../../niki/img/submit.png);
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
}

.tx-commerce-pi1 select {
border: 1px solid #ae9d78;
background-color: transparent;
font-family: verdana, arial;
font-size: 11px;
margin: 2px 5px 5px 5px;
background-image: url(../../../niki/img/text_bg.png);
padding: 5px;
line-height:18px;
width:auto !important;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.tx-commerce-pi1 option {
border:0px;
background-color: transparent;
background-image: url(../../../niki/img/text_bg.png);
line-height:20px;
display:block;
}
.tx-commerce-pi1 .com-list-col-action form {
float:left;
}
.tx-commerce-pi1 .com-list-col-action a {
float:left;
}

.tx-commerce-pi3 fieldset{
border:0px;
}
.tx-commerce-pi3 dt {
display:block;
width:130px;
float:left;
margin:0px;
}
.tx-commerce-pi3 div.error {
display:block;
width:370px;
margin-left:135px;
clear:both;
color:#970309;
}
.tx-commerce-pi3 dd {
display:block;
width:350px;
float:left;
margin:0px;
}
.tx-commerce-pi3 input[type=text] {
border: 1px solid #ae9d78;
background-color: transparent;
font-family: verdana, arial;
font-size: 11px;
margin: 2px 5px 5px 5px;
background-image: url(../../../niki/img/text_bg.png);
padding: 5px;
line-height:18px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.tx-commerce-pi3 textarea {
border: 1px solid #ae9d78;
background-color: transparent;
font-family: verdana, arial;
font-size: 11px;
margin: 2px 5px 5px 5px;
background-image: url(../../../niki/img/text_bg.png);
width:312px;
height:75px;
line-height:18px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.tx-commerce-pi3 select {
border: 1px solid #ae9d78;
background-color: transparent;
font-family: verdana, arial;
font-size: 11px;
margin: 2px 5px 5px 5px;
background-image: url(../../../niki/img/text_bg.png);
padding: 5px;
line-height:18px;
width:auto !important;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.tx-commerce-pi3 option {
border:0px;
background-color: transparent;
background-image: url(../../../niki/img/text_bg.png);
}
.tx-commerce-pi3 input[type=submit] {
border: 0px;
width:100px;
height:41px;
background-color: transparent;
font-size: 11px;
margin: 0px;
padding:5px;
background-image: url(../../../niki/img/submit.png);
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
}

.tx-commerce-pi3 .com-chkout-listing-footer{
padding-top:8px;
}

.com-list-even, .com-list-odd {
background-image:url(../../../niki/img/text_bg.png);
padding:3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.com-basket-even , .com-list-odd{
background-image:url(../../../niki/img/text_bg.png);
padding:3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
tr.spacer {
height:5px;
}

div.com-single-left img {
background-image:url(../../../niki/img/text_bg.png);
padding:3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.com-single-left {
float:left;
width:200px;
}
div.com-single-right {
float:left;
width:330px;
}






.com-basket-next a {
border: 0px;
display:block;
width:75px !important;
height:16px !important;
background-color: transparent;
font-size: 11px;
margin: 0px;
padding:13px !important;
background-image: url(../../../niki/img/submit.png);
color:#FFFFFF !important;
font-weight:bold;
cursor:pointer;
}

p.com-basket-submit {
margin:0px;
float:left;
}
p.com-basket-next {
margin:0px;
float:right;
margin-right:10px;
}
p.com-basket-previous{
margin:0px;
clear:both;
margin-left:10px;
}