.box{
    background: url(../../images/foot_gray_gray.png) bottom right no-repeat;
}
.box .options{
    position: relative;
    height: 20px;
}
.box .options a{
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    text-decoration: underline;
}
.box .options .details{
    background: url(../../images/foot_option_gray.png) no-repeat;
    text-decoration: none !important;
    width : 50px;

    position: absolute;
    bottom: 0;
    left: 0;
}
.box .options .cart{
    position: absolute;
    right: 15px;
    bottom: 1px;
}

.price{
    font-weight: bold;
    color: #ee3c3c;
}
.big_price{
    font-size: 16px;
    font-weight: bold;
    color: #ee3c3c;
    text-decoration: underline;
}
.small{
    font-size: 10px;
}

/****************/

#cartteaser .left, #cartteaser .right{
    font-weight: normal;
    margin-bottom: 2px;
}
#cartteaser .left{
    width: 55px;
}
#cartteaser .right{
    width: 90px;
}
#cartteaser .notice, #cartteaser .notice a{
    font-size: 9px;
    color: #ee3c3c;
}

a.cart:hover {
    text-decoration: none;   
}

/****************/

table.nice{
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;

    margin: 0 0 1.5em 0;
    width: 500px;
}
table.nice thead tr td{
    border-bottom: 1px solid #ccc;
}
table.nice tbody tr td, table.nice tbody tr th{
    border-top: 1px solid #777;
}
table.nice th, table.nice td{
    padding: 2px 3px;
    font-size: 11px !important;
}
table.nice .cright{
    text-align: right;
}
table.nice .cleft{
    text-align: left;
}
table.nice td{
    vertical-align: top;
}

/****************/

table.cart{
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;

    margin: 0 0 1.5em 0;
    width: 500px;
}
table.cart thead tr td{
    border-bottom: 1px solid #ccc;
}
table.cart tbody tr td{
    border-top: 1px solid #777;
}
table.cart tbody tr.even td{
    background: #efefef;
}
table.cart tbody tr.value td{
    border-top: 1px solid #666;
}
table.cart tbody tr.overall td{
    border-bottom: 1px solid #ccc;
    background: #cccccc;
}
table.cart th, table.cart td{
    padding: 4px 3px;
    font-size: 11px !important;
}
table.cart th.greenish, table.cart td.greenish{
    color: #00ff00;
}
table.cart .cleft{
    text-align: left;
}
table.cart .cright{
    text-align: right;
}
table.cart td{
    vertical-align: top;
}
table.cart input, input.quantity{
    margin-right: 5px;
    width: 25px !important;
}

/****************/

.address{
    margin: 0 20px 10px 0;
    width: 240px;
    display: inline;
    float: left;
}
.address h4{
    padding: 2px 5px;
    border-bottom: 1px solid #997777;
    background: #ffeeee;
}
.address p{
    background: #eeeeee;
    font-size: 11px;
    padding: 5px;
    margin: 0;
}
.address .formError{
    margin: 0;
}

/****************/

.terms{
    margin: 10px 0;
}
.terms input, .terms p{
    float: left;
}
.terms input{
    margin: 3px 15px 0 0;
}
.terms p{
    width: 400px;
}

/****************/
/* Produkt�bersicht */
/****************/

.overviewitem {
    float: left;
    width: 160px;
    height: 226px;   
    margin: 0 10px 30px 0;
    background: transparent url(../../images/layout_overviewitem_bg.gif) no-repeat;
}

.overviewitem .overviewitemcontent {
    padding: 10px 10px 0 10px;
    font-size: 11px;
    text-align: center;
}

.overviewitemimage td {
    text-align: center;
    vertical-align: middle;
    height: 70px;
    width: 130px;
}

.overviewitemimage td img {
    vertical-align: bottom;   
}

.overviewitem h2 {
    margin-top: 17px;
    height: 65px;
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

.overviewitem h2 a {
    color: #333;
    text-decoration: underline;
}

.overviewitem h2 a:hover {
    text-decoration: none !important; 
}


.overviewitem strong.price {
    color: #900;
}

.overviewitem .options{
    position: relative;
    height: 24px;
    background: url(../../images/foot_gray_gray.png) bottom right no-repeat;    
}
.overviewitem .options a{
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    text-decoration: underline;
}
.overviewitem .options a:hover{
    text-decoration: none;
}

.overviewitem .options .details{
    background: url(../../images/foot_option_red.gif) no-repeat;
    text-decoration: none !important;
    width : 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.overviewitem .options .cart{
    position: absolute;
    right: 15px;
    bottom: 1px;
}

/****************/
/* Produktdetails */
/****************/

.detailitem {
    background: url(../../images/foot_gray_gray.png) bottom right no-repeat;
}

.detailitemimage {
    text-align: center;   
    margin-bottom: 10px;
}

.detailitem label {
    width: 60px;   
}

.detailitem strong.price {
    font-size: 16px;
    color: #900;
    margin-bottom: 1.5em;
    display: block;
}

.detailitem .options {
    height: 22px;
    position: relative;
}

.detailitem a.back {
    position: absolute;
    width: 69px;
    height: 18px;
    padding-left: 5px;
    bottom: 0px;
    left: 0px;        
    display: block;
    color: #000;
    line-height: 16px;
    font-size: 11px;
    background: transparent url(../../images/foot_option_back.gif) no-repeat;
    text-decoration: underline;
}

.detailitem .addtocart {
    position: absolute;
    bottom: 0px;
    right: 14px;
    height: 18px;
    font-size: 10px;
}

.detailitem .addtocart input.text {
    background-image: none;
    padding: 0;
    height: 16px;
    line-height: 16px;  
}

.detailitem .addtocart a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.detailitem .addtocart a:hover {
    text-decoration: none;
}


.teaseritem {
    background: transparent url(../../images/layout_teaseritem_red_options_bg.gif) left bottom no-repeat;
    width:240px;
    display:block;
    overflow:hidden;
    float:left;
    margin:0;
    padding:0;
    margin-right:20px;
    margin-top:30px;
}

.teaseritem .overviewitemimage { 
    height:100px;
    width:240px;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
    text-align:center;
    margin-bottom:10px;
}

.teaseritem h2{
    font-size:16px;
    color:#333;
    font-weight:bold;
    text-transform:none;
    text-decoration:none;
}

.teaseritem h2 a {
    color: #333;   
}

.teaseritem .teaserdescription {
    display:block;
    overflow:hidden;
    height:100px;
    width:240px; 
    margin-bottom:10px;
}

.teaseritem .teaserdescription p {
    font-size:12px;
    color:#666;
    font-family:Verdana;
}

.teaseritem .options {
    height:25px;
    width:240px;

    display:block;
    overflow:hidden;
    text-align:right;
}

.teaseritem .options a {
    font-size:11px;
    color:#666;
    height:25px;
    width:230px;
    padding-right:10px;
    display:block;
    overflow:hidden;
    line-height:27px;
}

/*
.teaseritem .options a:hover {
    text-decoration: none;   
}
*/

/****************/
/* Rubrik�bersicht */
/****************/

.category{
    margin: 0 15px 15px 0;
    text-align: center;
    width: 150px;
    float: left;
    background: transparent url(../../images/layout_category_bg.png) left bottom no-repeat;
}

.categorycontent {
    border: 1px solid #ccc;
    padding: 9px;   
}

.category h3 {
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
    height: 65px;
    overflow: hidden;    
}

/******************/
/* Sonderangebote */
/******************/

a.special {
    color: #333;   
}

h2 a.topproduct {
    color: #333;
    text-decoration: underline;   
}

h2 a.topproduct:hover {
    text-decoration: none !important;
    color: #900 !important;   
}

/*****************/
/* Buttons       */
/*****************/

a.shopbutton, a.shopbutton_important {
    padding: 3px 5px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none; 
}

a.shopbutton:hover, a.shopbutton_important:hover {

}

a.shopbutton {
    border: 1px solid #999;
    background: #f0f0f0;
    color: #666 !important;
}

a.shopbutton:hover {
    background: #999;
    color: #fff !important;
}

a.shopbutton_important {
    border: 1px solid #900;    
    background: #FEF3F3;
    color: #900 !important;
}

a.shopbutton_important:hover {
    background: #900;
    color: #fff !important;
}

#shop_cart_container {
    display:block;
    max-height:330px;
    _height:330px;
    overflow-y:auto;
}
