@charset "utf-8";
/* CSS Document */

body#bestsellerPage {
	position: relative;
}

#bestsellerOverview img {
    border: 1px solid #DDDDDD;
    margin: 0 0 10px;
}

#bestsellerOverview .row-fluid {
    padding: 0 0 40px;
}

.navi {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
    position: relative;
    font-size: 13px;
}

.buchaktuell .navi a {
    color: #DC021B;
}

.navi.bottom {
	border-bottom: 0;
}

.navi a.navipoint {
    padding: 0 10px;
    font-size: 13px;
}

.navi a.navipoint_act {
	text-decoration: underline;
}

.navi a.navipoint img {
    position: relative;
    margin-top: -5px;
}

.navSite {
	font-size: 13px;
	padding-right: 20px;
}

.bestellerLOGO {
    position: absolute;
    right: 0;
    top: 20px;
}

.bestellerLOGO img {
    width: 180px;
}

.bestseller_header {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

.bestseller_header .span5.left {
    border-right: 1px solid #DDDDDD;
    padding-top: 10px;
}

.bestseller_header .span5.right {
    border-left: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-left: 2.5641%;
    margin-left: 0;
}

.bestseller_header h3 {
    margin: 0;
}

.bestsellerROW {
    padding: 0;
}
/*.bestsellerPos {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 5px solid #005296;
    box-shadow: 0 0 2px #BBBBBB;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 13px;
    position: relative;
    text-align: center;
    border-radius: 5px;
}*/

/*.bestsellerPos {
    margin: 0 0 10px;
    padding: 13px;
    position: relative;
    text-align: center;
}*/

.row-fluid .span2.bestsellerPos {
    margin: 0 0 10px;
    padding-top: 13px;
    position: relative;
    text-align: center;
    margin: 0;
    width: 6%;
}

.bestsellerROW .titel {
    font-weight: bold;
    
}

.bestsellerROW .autor {
/*    font-size: 13px;
    font-weight: bold;*/
}

.bestsellerROW.kinder .autor {
    font-weight: normal;
}

.bestsellerItemROW {
    border-bottom: 1px solid #ddd;
}

.bestsellerROW .video {
	position: relative;
}
.bestsellerROW .titel a {
    color: #DC021B;
}

.bestsellerROW .platzierung_icon {
    font-size: 13px;
    position: relative;
}

.bestsellerROW .video,
.bestsellerROW .platzierung_icon {
    text-align: center;
}

.row-fluid .bestsellerItem {
    min-height: 185px;
    padding: 0;
}

.row-fluid .bestsellerItem.right,
.bestsellerItem.left,
.bestseller_header .span5.left,
.bestseller_header .span5.right {
    width: 47%;
    padding: 5px 0;
}

.row-fluid .bestsellerItem.right {
    border-left: 1px solid #DDDDDD;
    margin-left: 0;
    padding-left: 5px;
}

.bestsellerItem .pic img {
	border: 1px solid #ddd;
}

.bestsellerItem.left {
    border-right: 1px solid #DDDDDD;
    float: left;
}

.isbn,
.preis {
	margin: 0;
}

.b2l_wrap {
	padding: 5px 0;
	position: relative;
}

.eins {
	width: 25%;
	float: left;
}

.zwei {
    margin-left: 5%;
    width: 70%;
    float: left;
}

.logo_bestseller {
	position: absolute;
	right: 0;
	top: 13px;
}

/* ------------------------------ Media QUERIES ------------------------------ */
@media (max-width: 768px) { 
	.bestsellerItem.left {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}

	.eins {
		width: 25%;
		float: left;
	}

	.zwei {
	    margin-left: 10%;
	    width: 65%;
	    float: left;
	}

    .row-fluid .bestsellerItem.right {
        border-left: none;
        float: left;
        margin-left: 0;
        padding: 20px 0 20px 0;
    }

    .row-fluid .bestsellerItem {
        min-height: 10px;
    }

    .red {
        color: #DC021B;
        font-weight: bold;
    }

    .bestellerLOGO {
        position: relative;
        right: auto;
        top: auto;
    }

    .row-fluid .bestsellerItem.right, 
    .bestsellerItem.left, 
    .bestseller_header .span5.left, 
    .bestseller_header .span5.right {
        width: 100%;
    }
}



/* ------------------------------ ENDE Media QUERIES ------------------------------ */