/* berlin-laeuft.de shop.css*/


.box {
width: 280px;
background: #e9ebf4;
margin: 10px;
}

.box img{
padding-left: 25px;
padding-right:25px;
border:none;
}


.box h1,
.box p {
margin: 5px 10px 5px 10px;
text-align:left;
}

.box p{
font-size:0.9em;
}

.box h1 {
font-size:1.2em;
color:#152e7b;
height: 5px;
background: #e9ebf4;

}

.box .top,
.box .bottom{
display:block;
}

.box .top b,
.box .bottom b {
display:block;
height: 1px;
overflow: hidden;
background: #152e7b;
}

.middle {
display:block;
font-weight: normal;
height: 400px;
}

.middle img {
position:relative;
top:40px;
}

.middle p {
position: relative;
top:40px;
}


.box .r1{
margin: 0 5px;}

.box .r2{
margin: 0 3px;}

.box .r3{
margin: 0 2px;}

.box .top .r4,
.box .bottom .r4{
margin: 0 1px;
height: 20px;
padding: 5px 20px 0 20px;
color: #eee;
}
