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




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

div.com-category {}

div.com-category-title {}
div.com-category-subtitle {clear: left;}
div.com-category-desc {float: left;width:400px;}
div.com-category-img {float: left;border-left:400px;}

/* Teaser */
div.com-category-teaser {
    width: 100%; 
    background: white; 
    display: block; 
    clear: left;
    margin: 5px 0 15px 0;
    border: 4px solid #ccc; 
    min-height: 150px;
    }

div.com-category-teaser-img {float: left;width:165px;padding: 0px;}
div.com-category-teaser-txt {float: right; margin-left:0px; width: 450px;}
/**************************
* Listview for Products
**************************/

div.com-list { 
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
div.com-list-header { }

div.com-list-header div { 
	padding:5px;	
}

div.com-list-header-img { }
div.com-list-header-title { }
div.com-list-header-teaser { }
div.com-list-header-price { }
div.com-list-header-action { }
	      
	      
div.com-list div { 
	padding:5px;
}
div.com-list-even {
  float: left;
  width: 150px;
  }

div.com-list-odd {
  float: left;
  width: 150px;
  }

div.com-list-col-img { 
	padding:5px;	
}

div.com-list-col-title { 
	text-align:left;
}

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

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

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

div.com-list-action-entry {
	display: inline;
 }

input.com-input-qty { 
	
}
div.com-list-entry-top {
  padding: 10px;
	float: left;
	width:100%;
}
div.com-list-entry-top p{
  padding: 10px;
	
}
/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {float: left;width:100%}



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

div.com-select-attributes { 
    float: left;
    padding: 2px;
    border: 1px grey solid;
    }


div.com-select-even div{
    padding: 2px;
}
div.com-select-odd {}
div.com-select-row div{
    padding: 2px;
}
div.com-basket-sel-att { }

/**************************
* Basket
**************************/

div.com-basket-header-list { }

div.com-basket-header-art-nr { }
div.com-basket-header-title { }
div.com-basket-header-price-gross { }
div.com-basket-header-count { }
div.com-basket-header-price-sum { }
div.com-basket-header-basket { }


div.com-basket-list { 	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
div.com-basket-header { }

div.com-basket-header div { 
	padding:5px;
}
div.com-basket-list div { 
	padding:5px;
}
div.com-basket-even { }

div.com-basket-odd { }

p.com-basket-submit{ float:right; }
.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 {width: 100%;}

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

div.com-invoice-order {	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}

div.com-invoice-order-header th { 
	padding:5px;
}

div.com-invoice-customer-address {
	width:auto;	
}
div.com-invoice-additional {
	width:200px;	
}
div.com-invoice-order div { 
	padding:5px;
}




/******************************************************************
* Default Color Set
******************************************************************/



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

div.com-list { 
	border:1px solid #444;
	border-right:none;
}
div.com-list-header {
	background-color:#f2f2f2;	
}

div.com-list-header div { 
	border-bottom:1px solid #444;	
	border-right:1px solid #444;
}
div.com-list div { 
	border-right:1px solid #444;
}
div.com-list-even {
	background-color:#fff;
}

div.com-list-odd {
	background-color:#f7f7f7;	
}

div.com-list-col-img { 

}

div.com-list-col-title { 
	
}

div.com-list-col-title a:link,
div.com-list-col-title a:active,
div.com-list-col-title a:hover,
div.com-list-col-title a:visited { 
	
}

div.com-list-col-teaser { 

}

div.com-list-col-price { 

}

div.com-list-col-action {
  float: left;
 }

div.com-list-action-entry input{
  font-size: 0.8em;
  color: red;
	float: left;
 }


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


div.com-single { float: left;}

div.com-single-aticle { }

div.com-single-cat { display: block;float: left;}


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



div.com-select-even {
	background-color:#fff;
	padding: 2px;
  border: 1px grey solid;
}

div.com-select-odd {
	background-color:#f7f7f7;	
}


div.com-basket-sel-att { }

/**************************
* Basket
**************************/

div.com-basket-header-list { }

div.com-basket-header-art-nr { }
div.com-basket-header-title { }
div.com-basket-header-price-gross { }
div.com-basket-header-count { }
div.com-basket-header-price-sum { }
div.com-basket-header-basket { }

div.com-basket-list { 
	border:1px solid #444;
	border-right:none;
}
div.com-basket-header {
	background-color:#f2f2f2;	
}

div.com-basket-header div { 
	border-bottom:1px solid #444;	
	border-right:1px solid #444;
}
div.com-basket-list div { 
	border-right:1px solid #444;
	border-bottom:1px solid #444;
}
div.com-basket-even {
	background-color:#fff;
}

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


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

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

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

/* ###########################################
* Content 
* 
**/

/* commerce */

#minibasket{
      float:left;
      margin:1em;
      border: 2px solid red;
      padding: 1em;
}

#shopmenu{
      width: 260px;
      clear: both;
      float: left;
      margin-left: 0px;
      margin-right: 0px;
      background-color: white;
      font-size: 1.1em;
}
ul#shopnav {
    font-size: 1em;
    padding: 0;
    /*border: 1px solid black;
    background-color: brown;*/
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    background-color: red;
}
ul#shopnav li {
    /*list-style: none;*/
    margin: 0; 
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
}
ul#shopnav li ul {
    background-color: red;
    margin: 0 0 0 1em; padding: 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.9em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
ul#shopnav li ul li {
    margin: 0.1em 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.9em;
    background-color: red;
}
ul#shopnav a {
    padding: 0.2em;
    background-color: red;
    margin-left: 0px;
    color: white;
    text-decoration: none;
}
ul#shopnav a:visited {
    padding: 0.2em;
    margin-left: 0px;
    color: white;
    text-decoration: none;
}
ul#shopnav a:hover {
    color: gray; 
    
}

