* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #eee;
    color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#wrapper {
    background-color: #fff;
    width: 960px;
    margin: 0 auto;
    padding: 0 20px 20px;
    border-top: 5px solid #1570c2;
}

#header {
    margin: 20px 0;
}

.logo {
    float: left;
}

.header-info {
    float: right;
}

.header-info .phone,
.header-info .shipping {
    float: left;
    font-size: 12px;
    margin-left: 30px;
    padding-left: 50px;
}

.header-info .phone span {
    font-weight: 700;
}

.header-info .shipping span {
    text-transform: uppercase;
}

.header-info .phone {
    background: url(http://www.high-fashion-outlet.de/ebay/2015-07/img/header-info-phone.png) no-repeat center left;
}

.header-info .shipping {
    background: url(http://www.high-fashion-outlet.de/ebay/2015-07/img/header-info-truck.png) no-repeat center left;
}

#nav {
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    padding: 5px 0;
    margin-bottom: 30px;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.imprint-nav {
    float: right;
}

.mainnav {
    float: left;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    color: #262626;
    text-decoration: none;
    padding: 4px 10px;
}

#nav ul li a:hover {
    color: #1570c2;
}

#content {
    margin-bottom: 30px;
}

#content h1,
#content h2 {
    text-transform: uppercase;
    font-weight: normal;
}

#content h1 {
    font-size: 20px;
    margin: 0;
}

#content h2 {
    font-size: 14px;
    margin: 5px 0 15px;
}

#content ul {
    padding: 0;
}

#content ul li {
    list-style: none;
    padding-left: 25px;
    background: url(http://www.high-fashion-outlet.de/ebay/2015-07/img/list-icon.png) no-repeat 0 1px;
}

#content .preis {
    color: #eb4505;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    float: none !important;
    width: 100% !important;
    line-height: 1.4;
}

#desc .tab table {
    border-collapse: collapse;
}
#desc .tab table td, #desc .tab table th {
    border: 1px solid #eee;
    padding: 7px;    
}

#artikelueberschrift {
    margin-bottom: 20px;
}

table#content #ideas,
table#content #separator {
    display: none;
}

table#content #artikelbeschreibung {
    width: 100%;
}

table#content #desc .listzusatz {
    float: none !important;
}

table#content #desc .preis {
    margin-top: 20px;
}

#ideas {
    margin-bottom: 10px;
}

#ideas .headline {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    background-color: #1570c2;
    padding: 5px 0;
    letter-spacing: 1px;
}

#ideas .ideas-pic {
    text-decoration: none;
    color: #575757;
    font-size: 13px;
    text-align: center;
    float: left;
    width: 20%;
    padding: 5px;
}

#ideas .ideas-pic:hover {
    color: #1570c2;
}

#ideas .ideas-pic img {
    display: block;
    margin: 5px auto;
    height: 130px;
    width: auto;
}

.minipic {
    border: 1px solid #ccc;
}

.altverkauf {
    font-size: .8em;
    font-style: italic;
    color: #999;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
