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




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

div.com-category
{
	font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    vertical-align: top;
}

.categoryListTable
{
	border: 1px solid #FF1807;
	margin-bottom: 10px;
}

.categoryListTableTR
{
	
}

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

div.com-category-img
{
	padding: 0px 5px 0px 0px;
	width: 55px;
}

.categoryListItemTitle
{
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	vertical-align: top;
}

.categoryListItemDescription
{
	font-family: verdana, arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    vertical-align: top;
    padding-top: 3px;
}



/**************************
* 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
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

tr.com-list-odd
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

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

td.com-list-col-title { 
	font-weight: bold;
}

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 { font-size: 12px; }

div.com-single-cat H3
{
    font-size: 12pt;
}

div.com-single-aticle { }

div.com-single-action-entry
{
}

.com-single-action-entry td
{
    font-family: verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    padding-left: 3px;
}

.com_product_singleView_Headline
{
    font-family: Verdana, sans-serif;
    margin-bottom: 15px;
}

.com_product_singleView_Headline a
{
    color: #d91f1f;
    font-size: 13pt;
    Text-decoration: none;
}

.com_product_singleView_variants_headline td
{
    font-family: verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #d91f1f;
    padding: 3px;
}


.com_image_product_singleView img
{
    border: 1px solid #d91f1f;
    margin-top: 15px;
    margin-right: 15px;
}


/**************************
* 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
{
	font-size: 9pt;
	font-weight: bold;
}

tr.com-basket-header th
{ 
	padding: 5px;
}

table.com-basket-list td
{
	font-size: 9pt; 
	padding: 5px;
}

tr.com-basket-even { }

tr.com-basket-odd { }


.com-basket-payment {}

.com-basket-payment label
{
	font-weight: bold;
	float: left;
}

.com-basket-delivery {}

.com-basket-delivery label
{
	font-weight: bold;
	float: left;
}

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

.com-text-left {
	text-align:left;
}

.com-text-bold {
	text-align:bold;
}

.com-basket-header-text-title
{
	font-size: 12pt;
	font-weight: bold;
	color: #d91f1f;
	margin-bottom: 10px;
}

.com-basket-header-text
{
	font-size: 9pt;
	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: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;
}

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
{
  border-bottom: 1px solid red;
  padding: 5px;
  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: 20%; 
}

div.com-address-items dd,
div.com-address-list dd { 
	text-align: left; 
}

.com-address-item-link
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.com-address-list ol
{
	padding: 0px;
	margin: 0px;
}



/**************************
* 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; 
bordercolor: red;
border-top: 1px solid red;
border-bottom: 1px solid red;
}

tr.com-list-header {}

tr.com-list-header th {}
table.com-list td {}
tr.com-list-even {
border: 1px; 
bordercolor: red;
border-top: 1px solid red;
border-bottom: 1px solid red;
}

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 {
	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 #8E8E8E;
	border-right: none;
}

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

tr.com-basket-header th
{ 
	border-bottom: 1px solid #8E8E8E;	
	border-right: 1px solid #8E8E8E;
}

table.com-basket-list td
{ 
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}

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

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

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
{
	background-color:#57636F;
	color:#fff;
	padding:5px;
}		

div.address-item-link a:hover
{
	text-decoration:underline;
}	

.checkoutListingTitle
{
	font-size: 12pt;
	color: #D91F1F;
	font-weight: bold;
}

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


/****************************
* plugin commerce_search ****
*****************************/

.tx_commercesearch_pi1_formular_table
{
	width: 665px;
	background-color: #fff;
	border: 1px solid #FF1807;
	padding: 10px;
}


.tx_commercesearch_pi1_formular_table, input
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

.tx_commercesearch_pi1_formular_table TH
{
	text-align: right;
	padding-right: 5px;
}

.tx_commercesearch_pi1_formular_table select, .txtInput
{
	width: 280px;
}

.tx_commercesearch_pi1_formular_table .btnSubmit
{
	width: 200px;
	background-color: #F4F4F4;
	border: 1px solid #F0120A;
}

/************************************
* plugin commerce_search results ****
*************************************/

.tx_commercesearch_pi1_result_table
{
	width: 665px;
	/*border: 1px solid #FF1807;*/
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

.searchResultHeadline TH
{
	padding: 3px;
	border-bottom: 1px solid #FF1807;
}

.evenSearchResult TD
{
	background-color: #FFFFFF;
	padding: 3px;
}

.oddSearchResult TD
{
	background-color: #F4F4F4;
	padding: 3px;
}

.tx_commercesearch_pi1_result_table a
{
	color: #D91F1F;
	text-decoration: none;
}

.tx_commercesearch_pi1_result_table a:hover
{
	text-decoration: underline;
}

.tx-commercesearch-pi1-browsebox, .tx-commercesearch-pi1-browsebox a, .tx-commercesearch-pi1-browsebox-SCell
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.tx-commercesearch-pi1-browsebox a
{
	color: #D91F1F;
}

.tx-commercesearch-pi1-browsebox a:hover
{
	text-decoration: underline;
}
