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

div.com-basket-container {
margin-left:15px; font-size:12px;
}

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;
        font-size:12px;
        width:520px;
}
tr.com-basket-header { }

tr.com-basket-header th {
        padding:5px;
        padding-top:10px;
        padding-bottom:10px;
}
table.com-basket-list td {
        padding:5px;
}
tr.com-basket-even {font-size:12px; }

tr.com-basket-odd {font-size:12px; }


.com-basket-payment {}

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

.com-basket-delivery {font-size:12px;}

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

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

.com-text-left {
        text-align:left;
        font-size:12px;
        }
.com-text-bold {
        font-weight:bold;
        font-size:12px;
        }
/**************************
* 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 {width: 500px;    }

p.com-chkout-address-desc {}

div.com-chkout-address-fields {}

div.com-chkout-address-fields dl {
  clear:both;
  margin:15px 0px;
  background-color:white;
  padding:10px;
  }

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-radiolabel {
margin-top:5px;
}

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;
        background-color:white;
        padding-bottom:5px;
}

div.com-chkout-listing-billing-address dd, div.com-chkout-listing-delivery-address dd {
font-size:14px;
margin-left:10px;
}

div.com-chkout-listing-billing-address h3, div.com-chkout-listing-delivery-address h3 {
padding-top:5px;
padding-left:5px;
background-color:#F2F2F2;
padding-bottom:5px;
}

div.com-chkout-listing-billing-address {
margin-top:30px;
}

div.com-chkout-listing dt {
        clear: left;
        float: left;
        width: 0%;
        visibility:hidden;

}

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 {
        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:#fff;
}

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

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 {
border:1px solid grey;
background-color:white;
margin-left:15px;
margin-top:20px;
height:auto;
width:495px;
padding:15px;
padding-top:0px;
}


* + html div.com-single {
margin-left:0px;
}

div.com-single img {
float:left;
padding-left:20px;
padding-right:20px;
padding-top:5px;
/margin-left:20px;
/margin-right:20px;
}


div.com-single-images {
margin-top:15px;
}
div.com-single-desc p {
}

div.com-single-article {
float:left;
}

div.com-single-action-entry {
clear:left;
height:80px;
padding-top:15px;
}

* + html div.com-single-action-entry {
height:90px;
}
.com-single-price {
font-size:14px;
}

.com-single-aticle {
margin-bottom:50px;
}

* + html .com-single-aticle {
margin-bottom:10px;
}

div.com-single-action-entry span {
}

div.com-single-action-entry .article_nr {
margin-top:5px;
}

div.order {
clear:both;
background-color:#CCCCCC;
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
}

div.com-single-cat { }

.com-singleview-previous {
margin-left:15px;
}


.com-basket-button {
margin-top:5px;
padding-top:2px;
}


.com-basket-button a {
background:url(basket_single.gif) no-repeat;
background-color:#96C7E7;
padding-left:25px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
margin-left:2px;
font-size:12px;
line-height:21px;
margin-bottom:2px;
text-transform:uppercase;
letter-spacing:0.2px;
text-decoration:none;
height:15px;
color:#000000;
}


.com-basket-box a {
text-decoration:none;
color:#000000;
font-weight:bold;
}

/**************************
* 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 {text-align:right; }
th.com-basket-header-count {text-align:right; }
th.com-basket-header-price-sum {text-align:right; }
th.com-basket-header-basket { }

table.com-basket-list {
        border:0px solid #444;
        border-right:none;
        background-color:white;
}
tr.com-basket-header {
        background-color:#f2f2f2;
        font-size:13px;
}

tr.com-basket-header th {
        border-bottom:0px solid #444;
        border-right:0px solid #444;
}
table.com-basket-list td {
        border-right:0px solid #444;
        border-bottom:0px solid #444;
}
tr.com-basket-even {
        background-color:#fff;
        font-size:12px;
}

tr.com-basket-odd {
        background-color:#f7f7f7;
        font-size:12px;
}


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


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

/********************
* Teaser
*********************/

.tx-commerce-pi1 {
margin-left:-15px;
}

* + html .tx-commerce-pi1 {
margin-left:0px;
width:550px;
}

* + html div.com-category {
margin-left:-15px;
}

* + html #content_right img {
margin-bottom:3px;
}

div.com-list-entry-top {
float:left;
width:162px;
margin-bottom:15px;
margin-left:15px;
border:1px solid grey;
background-color:#FFFFFF;
}


* + html div.com-list-entry-top {
margin-left:0px;
margin-right:14px;
}

div.com-list-data {
padding:10px;
/margin:0px;
padding-top:5px;
/margin-top:5px;
}


div.com-list-entry-top .line {
border-bottom:1px solid grey;
font-size:8px;
padding-left:10px;
}

* + html div.com-list-entry-top .line {
visibility:hidden;
}

div.com-list-data a{
font-size:12px;
line-height:14px;
font-weight:bold;
text-decoration:none;
}

div.com-list-data p {
font-size:11px;
}

div.com-list-data .price {
font-size:18px;
font-weight:bold;
margin-bottom:3px;
}

div.com-list-data span {
font-size:8px;
}

.com-category-teaser-img {
float:left;
margin:10px;
height:190px;
margin-top:10px;
}

* + html .com-category-teaser-img {
margin-top:18px;
}

div.pagebrowser {
font-size:14px;
text-decoration:none;
margin-left:15px;
}

#content div.com-category h2 {
        padding-left: 15px;
        font-size:14px;
}

.csc-firstHeader {
/font-size:22px;
}

div.com-image {
width:300px;
float:left;
padding-bottom:20px;
}

div.com-description {
width:200px;
float:left;
padding-bottom:20px;
}

div.price {
font-size:18px;
font-weight:bold;
margin-bottom:5px;
}

div.com-title {
height:47px;
}

div.com-title a {
text-decoration:none;
color:black;
font-size:16px;
line-height:18px;
}

.com-image {
margin-top:10px;
margin-left:10px;
}

* + html .com-image {
margin-top:20px;
}

.more {
margin-left:105px;
}

.more a {
color:red;
font-weight:bold;
text-decoration:none;
}


.basket_link_img {
margin-top:-1px;
}

.com-bold {
font-weight:bold;
}

.com-basket-previous, .com-basket-next {
width:120px;
padding-top:3px;
padding-bottom:3px;
background: #B4C9DC url(monotone_arrow_right_play.png) no-repeat;
}

p.com-basket-previous a, p.com-basket-next a{
padding-left:35px;
font-weight:bold;
padding-top:10px;
}


