﻿#Sofortkauf {
    background:#eee;
    padding:20px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width:360px;
border:1px solid #fff;
clear:both;
display:none;
}
#Sofortkauf .preis {
    width:200px;
    text-align:center;
    float:left;
}
#Sofortkauf .preis p, 
#Sofortkauf .preis strong {
    color: #333333;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: bold;
    padding: 0;
    white-space: nowrap;
    margin:0;
    display:inline;
}
#Sofortkauf p.mwst {
    font-family: Verdana;
    font-size: x-small;
    color:#888;
    display:block;
    font-weight:normal;
    line-height:10px;
}
#Sofortkauf .ship {
    font-family: Verdana;
    font-size: x-small;
    color:#888;
}
#Sofortkauf .bin {
    display:none;
}
#Sofortkauf a {
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top, #7db9e8 1%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7db9e8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7db9e8 1%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7db9e8 1%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7db9e8 1%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom, #7db9e8 1%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0A4D99;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    color: #FFFFFF;
    font: bold 15px Trebuchet,"Trebuchet MS";
    height: 30px;
    margin-left: 5px;
    padding: 0 17px 2px;
    text-decoration:none;
}
#Sofortkauf a:hover {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}