@font-face {
    font-family: 'Open sans 800';
    font-style: normal;
    font-weight: 800;
    src: url('https://www.digitfoto.de/fonts/open-sans/open-sans-v16-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('https://www.digitfoto.de/fonts/open-sans/open-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.digitfoto.de/fonts/open-sans/open-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.digitfoto.de/fonts/open-sans/open-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */
    url('https://www.digitfoto.de/fonts/open-sans/open-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.digitfoto.de/fonts/open-sans/open-sans-v16-latin-800.svg#Open sans') format('svg'); /* Legacy iOS */
}

html{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, video {
    display: block;
}

body{
	margin:0;
	padding:0;
	/* background:url("/images/background/film_style.jpg") no-repeat top center; */
	background-position:center 160px;
}

p{
	margin:0;
	padding:0;
}

#temp{
	display:none;
}

*::selection {
	background:#781500;
	color:#ffffff;
}

*::-moz-selection {
	background:#781500;
	color:#ffffff;
}

*::-webkit-selection {
	background:#781500;
	color:#ffffff;
}

*::-khtml-selection {
	background:#781500;
	color:#ffffff;
}

.hidden{
	display:none;
}

a:active{
	border:0;
}

a{
	outline: none;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

label.error, span.error{
	color:#ff0000;
	font-weight:bold;
}

input.error, select.error{
	background-color:#ffe5e5;
	box-shadow:0 0 2px #ff0000;
}

.green{
	color:#2b782a;
}

.contact{
	display:block;
	text-align:center;
	margin-top:10px;
}

#conf{
	font-size:13px;
	padding:10px;
}

#conf .prodname{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	color:#781500;
	display:block;
}

#conf #newsletter p{
	text-align:justify;
	margin-bottom:10px;
        line-height:20px;
}

#conf #newsletter .title{
	color:#ff0000;
	margin-bottom:10px;
	display:block;
        text-align:center;
        line-height:20px;
}

#conf #newsletter input[type="submit"]{
	margin:10px auto;
	width:40px;
	background-color:#ffffff;
	border:1px solid #999999;
	border-radius:3px;
	cursor:pointer;
}

#header{
        cursor:default;
	height:179px;
}

#header #topnav{
	width:970px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

#header #topnav #flags{
	position:absolute;
	top:20px;
	left:0;
	background-color:#272525;
	padding:5px 10px;
	z-index:1;
	width:80px;
	left:-999em
}

#header #topnav li:hover #flags{
	left:auto;
}

#header #topnav li{
	float:left;
	position:relative;
}
	
#header #topnav li a{
	overflow:hidden;
	height:15px;
	margin-top:5px;
	text-align:left;
	font-weight:bold;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}

#header #topnav li a img{
	height:11px;
}

#header #topnav li:last-child{
	
}

#header #topnav li:last-child a{
	text-align:right;
}

#header #bandeau{
	display:block;
	background-color:#272525;
	height:25px;
        position: relative;
}

#bandeau {
        width:970px;
        margin:auto;
}

#header #tophead{
	position:relative;
	width:970px;
	height:104px;
	margin:auto;
        background-color:#272525;
}

#header #tophead #home{
	margin:10px 10px 0 10px;
	height:91px;
	padding:0;
	float:left;
}

#header #tophead #formsearch{
        width:340px;
	height:104px;
	float:left;
	margin-left:30px;
}

#header #tophead #formsearch,
#header #minisearch {
        position: relative;
}

#header #tophead #formsearch .all-results,
#header #minisearch .all-results {
        box-sizing: border-box;
        height: 32px;
        line-height: 30px;
        width: 100%;
        background: #781500;
        color: #fff;
        padding: 0 10px;
        font-size: 11px;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #fff;
}

#header #tophead #formsearch .all-results:hover,
#header #minisearch .all-results:hover {
        cursor: pointer;
        background: #911800;
}

#header #tophead #formsearch #search{
	box-shadow:0px 0px 4px #595a5c inset;
	border-radius:5px;
	width:210px;
	height:20px;
	padding:5px;
	border:none;
}

#header #tophead #formsearch #suggest,
#minisearch .suggest {
        box-shadow: 0px 0px 4px #595a5c inset;
        margin-left: 5px;
        border-radius: 0 0 5px 5px;
        padding-bottom: 5px;
        position: absolute;
        background-color: #ffffff;
        z-index: 3;
        top: 46px;
        width: 210px;
        max-height: 300px;
        overflow: auto;
}

#header #tophead #formsearch #suggest,
#minisearch .suggest {
        position: relative;
        width: auto;
        height: auto;
        border-radius: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: auto;
        box-shadow: inherit;
}

#header #tophead #formsearch #suggest-container,
#header #minisearch #suggest-container {
        position: absolute;
        background-color: #ffffff;
        z-index: 5;
        top: 47px;
        width: calc(100% - 4px);
        overflow: none;
        margin-left: -2px;
        border: 0;
}

#header #tophead #formsearch #suggest-container:not(:empty),
#header #minisearch #suggest-container:not(:empty) {
        border: 1px solid #575757;
}

#header #tophead #formsearch #suggest-container.results,
#header #minisearch #suggest-container.results {
        width: 580px;
}

#header #minisearch #suggest-container {
        top: inherit;
        font-family: Arial, Verdana, sans-serif;
        font-size: 10px;
}

#header #tophead #formsearch #suggest-container,
#header #minisearch #suggest-container {
        margin-left: 5px;
        top: 45px;
}

#header #minisearch #suggest-container {
        top: 35px;
}

#header #tophead #formsearch #research,
#compteclient .infos .researchInput,
#header #minisearch #miniresearch {
        position: absolute;
        width: 25px;
        height: 22px;
        border: 0;
        border-left: 1px solid #a8a9aa;
        background: url("../images/structure/research.png") center right no-repeat #fff;
        vertical-align: top;
        right: 0;
        margin-right: 10px;
        margin-top: 21px;
        top: 0;
        cursor: pointer;
        color: #a8a9aa;
}

#header #minisearch #miniresearch {
        margin-top: 9px;
        width: 22px;
        height: 20px;
        margin-right: 9px;
}

#header #tophead #formsearch #research.searching,
#header #minisearch #miniresearch.searching {
        background-image: url("../images/structure/research-loading.gif");
        width: 26px;
        margin-right: 11px;
}

#header #minisearch #miniresearch.searching {
        width: 24px;
        margin-right: 7px;
}

#header #suggest-container .loading {
        text-align: center;
        padding: 6px 0;
}

#header #suggest-container .loading img {
        height: 30px;
        width: 30px;
}

#header #suggest-container .no-results {
        font-size: 13px;
        color: red;
        font-weight: bold;
        text-align: center;
        padding: 15px 0;
}

#minisearch .suggest {
        top: 31px;
        margin-left: 0;
        line-height: initial;
        font-size: 10px;
        font-weight: normal;
        font-family: Arial, Verdana, sans-serif;
}

#header #tophead #formsearch #suggest span,
#minisearch .suggest span {
	display:block;
	text-align:center;
	padding:5px 0;
        color: #000;
}

#header #tophead #formsearch #suggest span,
#header #minisearch #suggest span {
        padding: 0px;
        color: inherit;
        text-align: left;
        width: 100%;
}

#header #tophead #formsearch #suggest ul,
#minisearch .suggest ul {
	list-style:none;
	margin:0;
	padding:0;
}

#header #tophead #formsearch #suggest ul li,
#minisearch .suggest ul li {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
        color: #000000;
}

#header #tophead #formsearch #suggest ul li a,
#minisearch .suggest ul li a {
	padding:0 5px;
	display:block;
	height:15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#header #tophead #formsearch #suggest ul li a:hover,
#minisearch .suggest ul li a:hover {
        background-color: #e9eaeb !important;
}

#header #tophead #formsearch #suggest ul li a,
#minisearch .suggest ul li a {
        height: auto;
        padding: 0;
}

#header #tophead #formsearch #suggest ul li:nth-child(2n+1) a {
        background-color: #f5f5f5;
}

#header #tophead #formsearch #suggest ul li a:hover .picture,
#header #minisearch #suggest ul li a:hover .picture {
        background-color: #fff;
}

#header #tophead #formsearch input#valid,
#miniheader #minisearch input[name="image"] {
        display: none;
}

#minisearch #miniinput.searching {
        width: 210px !important;
        padding-right: 35px;
}

#header #tophead #formsearch input{
	margin:35px 5px;
	border:0;
	float:left;
}

#header #tophead #formsearch input {
        margin-top: 16px;
}

#header #tophead #formsearch #search,
#compteclient .infos .searchInput,
#miniheader input[name='miniinput'] {
        box-shadow: 0px 0px 4px #595a5c inset;
        border-radius: 5px;
        width: 100%;
        height: 29px;
        padding: 5px;
        border: none;
}

#miniheader #minisearch input[name="miniinput"] {
        width: 245px;
}

#header #tophead #formsearch #search,
#compteclient .infos .searchInput {
        border-radius: 0;
        padding: 2px 8px;
        box-shadow: 0 0 1px #595a5c inset;
        border: 1px solid #595a5c;
        height: 32px;
        padding-right: 40px;
        box-sizing: border-box;
}

#header #tophead #formsearch #search:focus,
#compteclient .infos .searchInput:focus,
#miniheader input[name="miniinput"]:focus {
        box-shadow: 0 0 1px #c8c8c8;
}

#miniheader input[name="miniinput"] {
        border-radius: 1px;
        box-shadow: 0 0 1px #595a5c inset;
        border: 1px solid #595a5c;
}

#header #suggest .product-search {
        width: 100%;
        padding: 10px 5px 10px 0;
        box-sizing: border-box;
        position: relative;
}

#header #suggest .product-search .picture {
        display: inline-block;
        width: 40px;
        text-align: center;
        padding: 0 50px 0 10px;
        height: 100%;
        position: absolute;
        top: 0;
}

#header #suggest .product-search .picture:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
}

#header #suggest .product-search .picture img {
        max-height: 40px;
        max-width: 40px;
        vertical-align: middle;
}

#header #suggest .product-search .container {
        display: inline-block;
        width: calc(100% - 55px - 95px);
        vertical-align: top;
        position: relative;
        margin-left: 60px;
}

#header #suggest .product-search .container .name {
        display: block;
        font-size: 12px;
        font-weight: bold;
        white-space: normal;
        padding: 5px 0 0 0;
}

#header #suggest .product-search .container .dispo,
#header #suggest .product-search .container .promos {
        display: inline-block;
        padding: 0;
        font-weight: bold;
        vertical-align: top;
        font-size: 10px;
}

#header #suggest .product-search .container .dispo.enstock {
        color: #48AE49 !important;
}

#header #suggest .product-search .container .dispo.enreappro {
        color: #EE673A !important;
}

#header #suggest .product-search .container .dispo.nonstocke {
        color: #A35BA3 !important;
}

#header #suggest .product-search .container .dispo.enprecommande {
        color: #007DE0 !important;
}

#header #suggest .product-search .container .promos {
        font-weight: normal;
        color: #9C1E9C;
        margin-left: 4px;
}

#header #suggest .product-search .prix {
        box-sizing: border-box;
        display: inline-block;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        width: 90px;
        text-align: right;
        padding-right: 5px;
        vertical-align: top;
}

#header #suggest .product-search .prix sup {
        font-size: 10px;
        bottom: 5px;
}

#header-buttons {
	float: right;
	margin-top: 19px;
        margin-right: 22px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#header-buttons a {
	text-decoration: none;
}
    
    
#header-buttons .bons-plans {
	display: inline-block;
        vertical-align:top;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
}

#header-buttons .bons-plans .bons-plans-hover {
	display: none;
	position: absolute;
	z-index: 1;
	width: 200px;
	margin-left: -74px;
        opacity: 0.9;
	box-shadow: 0px 1px 6px 0px #000;
}

#header-buttons .bons-plans .bons-plans-hover .fleche-up {
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container {
	width: calc(100% - 2px);
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	font-size: 13px;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li {
	padding: 8px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul a {
	text-decoration: none;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.sonder {
	background-color: #eea754;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.neuheit {
	background-color: #ff373b;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.cashback {
	background-color: #74d371;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.aktion {
	background-color: #1b8dcc;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li .fleche-right {
	display: inline-block;
	width: 0px;
	height: 0px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	margin-right: 10px;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul a:hover li .fleche-right {
	margin-left: 8px;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li .total {
	float: right;
}

#header-buttons .moncompte,
#header-buttons .panier,
#header-buttons .bons-plans-trigger {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#header-buttons .moncompte img,
#header-buttons .panier img,
#header-buttons .bons-plans-trigger img {
	display: block;
	margin: 0 auto;
}

#header-buttons .moncompte .title,
#header-buttons .panier .title,
#header-buttons .bons-plans-trigger .title {
	color: #ffffff;
	display: block;
	margin-top: 5px;
}

#miniheader {
        display: none;
        position: fixed;
        width: 100%;
        height: 37px;
        background-color: #303030;
        color: #fff;
        z-index: 95;
        font-size: 10pt;
        font-weight: bold;
        font-family: Verdana;
        box-shadow: 0 0 5px #000;
        line-height: 37px;
        top: 0;
        left: 0;
}
#miniheader .content {
        width: 970px;
        margin: 0 auto;
}

#miniheader .content a img {
        border: 0;
        vertical-align: middle;
}

#miniheader .content a[name='home'] {
        float: left;
        text-decoration: none;
}

#miniheader .content a[name='home'] img {
        margin: -3px 0 0 11px;
}

#miniheader .content a[name='home'] span {
        text-transform: uppercase;
        padding: 5px 0;
        color: #fff;
        margin-left: 10px;
        text-decoration: none;
}

#miniheader #minisearch {
        float: left;
        margin-left: 17px;
}

#miniheader #minisearch input[name='miniinput'] {
        height: 24px;
}

#miniheader #minisearch input[name='image'] {
        margin-left: 4px;
        margin-top: 7px;
        float: right;
}

#miniheader .miniright {
        float: right;
        font-size: 9pt;
        width: 445px;
}

#miniheader .miniright .panier {
        margin-left: 15px;
}

#miniheader .miniright a {
        color: #fff;
        text-decoration: none;
        float: left;
}

#miniheader .miniright a span {
        margin-left: 5px;
}

#miniheader .miniright a:not(.nounderline):hover span {
        text-decoration: underline;
}

#miniheader .miniright .infospanier {
        float: right;
        margin: 1px 3px 0 0;
        text-align: right;
}

#miniheader .miniright .infospanier span {
        display: block;
        line-height: 17px;
}

#miniheader .miniright .infospanier .prixtot {
        color: #b0a0a0;
}

#miniheader .miniright .nomprod {
        padding-right: 5px;
        border-right: 1px solid #fff;
}

#miniheader .miniright .getprix {
        margin-left: 7px;
}

#miniheader .miniright #miniachat {
        float: right;
        line-height: 37px;
        vertical-align: middle;
}

#miniheader .miniright #miniachat #miniqte {
        width: 30px;
        height: 18px;
        border: 1px solid #5b5c5e;
        text-align: center;
        margin-top: 8px;
}

#miniheader .miniright #miniachat #minimore,
#miniheader .miniright #miniachat #miniless {
        position: absolute;
        top: 8px;
        margin-left: -5px;
}

#miniheader .miniright #miniachat #miniless {
        top: 19px;
}

#miniheader .miniright #miniachat #miniajouter {
        vertical-align: -7px;
        margin-left: 20px;
        margin-right: 5px;
}

#header #tophead .espaces{
	position:relative;
	margin:10px 15px 0 0;
	float:right;
	background-color:#ffffff;
	box-shadow:0px 0px 4px #595a5c inset;
	min-height:81px;
	z-index:3;
}

#header #tophead .espaces .listeprods{
	position:absolute;
	display:none;
	max-width:420px;
	right:-1px;
	border:1px solid #000000;
	min-width:135px;
}

#header #tophead .espaces .listeprods .prods{
	background-color:#ffffff;
	max-height:305px;
	width:420px;
	overflow:auto;
}

#header #tophead .espaces .listeprods .eachprod{
	height:50px;
	position:relative;
	clear:both;
	border-bottom:1px dotted #a8a8a8;
	padding:5px 0;
	width:100%;
	overflow:hidden;
}

#header #tophead .espaces .listeprods .eachprod a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	position:absolute;
	left:50px;
	top:10px;
}

#header #tophead .espaces .listeprods .eachprod a.link{
	width:999em;
}

#header #tophead .espaces .listeprods .eachprod .imagepanier{
	display:block;
	width:50px;
	text-align:center;
	line-height:50px;
}

#header #tophead .espaces .listeprods .eachprod img{
	max-width:40px;
	max-height:40px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#header #tophead .espaces .listeprods .eachprod .qte{
	position:absolute;
	bottom:8px;
	left:50px;
}

#header #tophead .espaces .listeprods .eachprod .addtocart{
	position:absolute;
	bottom:8px;
	left:50px;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .qte{
	position:relative;
	bottom:auto;
	left:auto;
	width:30px;
	height:18px;
	border:1px solid #5b5c5e;
	text-align:center;
	margin-bottom:5px;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .button{
	top:0px;
	right:-15px;
	width:15px;
	height:11px;
	border:0;
	position:absolute;
	cursor:pointer;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .more{
	background:url('../images/structure/more.gif') no-repeat;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .less{
	background:url('../images/structure/less.gif') no-repeat;
	top:11px;
}

#header #tophead .espaces .listeprods .eachprod .prixttc{
	position:absolute;
	bottom:8px;
	right:8px;
	font-size:12px;
	font-weight:bold;
}

#header #tophead .espaces .listeprods .eachprod .prixttc sup{
	position:relative;
	vertical-align:baseline;
	bottom:3px;
	font-size:9px;
}

#header #tophead .espaces .listeprods .eachprod .removethis{
	position:absolute;
	top:32px;
	left:160px;
	display:block;
	font-size:8px;
	text-transform:uppercase;
	text-align:center;
	color:#ce2a33;
	text-decoration:none;
	font-weight:bold;
}

#header #tophead .espaces .listeprods .eachprod .removethis:hover{
	text-decoration:underline;
}

#header #tophead .espaces:hover .listeprods{
	display:block;
}

#header #tophead .espaces .title{
	color:#781500;
	padding:3px 5px 0 5px;
	display:block;
	border-bottom:1px solid #000000;
	font-weight:bold;
	font-size:12px;
}

#header #tophead .espaces .title a{
	float:right;
	color:#c85400;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

#header #tophead .espaces .links{
	color:#5F6B89;
	text-decoration:none;
	padding:3px 0;
	display:block;
	height:10px;
	font-size:11px;
}

#header #tophead .espaces .blau{
        color:#4b68ad;
}

#header #tophead #panier .bodyespaces span{
	font-size:11px;
}

#header #tophead #panier .bodyespaces #montant, #header #tophead #panier .bodyespaces #warenkorbbetrag{
	color:#781500;
	font-weight:bold;
	font-size:13px;
}

#header #tophead #panier .bodyespaces #nbart{
	margin-top:2px;
	font-size:10px;
}

#header #tophead .espaces a.links:hover{
	text-decoration:underline;
}

#header #tophead .espaces .bodyespaces{
	position:relative;
	margin:0 5px 0 5px;
	height:48px;
	overflow:hidden;
}

#header #tophead .espaces:hover .bodyespaces{
	min-height:48px;
	height:100%;
}

#header #tophead .espaces .lienacceder{
	position:relative;
	display:block;
	text-align:center;
	letter-spacing:1px;
	font-size:8px;
	color:#ffffff;
	text-decoration:none;
	height:17px;
}

#header #tophead #panier .lienacceder{
	background:url("../images/structure/basket-button.gif") no-repeat;
}

#header #tophead #espacemembre .lienacceder{
	background:url("../images/structure/account-button.gif") no-repeat;
}

#header #tophead .espaces #accespanier{
	font-family:Arial;
	height:30px;
	background-color:#ffffff;
	border:0;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	white-space:normal;
	text-align:center;
}

#header #tophead .espaces #accespanier a{
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x top;
	border-radius:2px;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:block;
	width:115px;
	height:10px;
	line-height:1;
	text-align:center;
	padding:10px;
	margin:auto;
}

#header #tophead sup, .prix sup{
	position:relative;
	vertical-align:baseline;
	bottom:4px;
	font-size:9px;
}

#header #tophead #panier{
	position:absolute;
	right:0;
	width:135px;
}

#header #tophead #espacemembre{
	position:absolute;
	right:150px;
	width:270px;
}

#header #menu{
	margin:0;
	clear:both;
	width:970px;
	height:50px;
	background-color:#020101;
}

#header #menu #mainnav{
	list-style:none;
	margin:0;
	padding:0;
}

#header #menu li{
        float: left;
        text-align: center;
        height: 50px;
        width: calc(100% / 13);
}

#header #menu li:last-child {
	float:left;
}

#header #menu li:last-child a{
	border-right:0;
}

#header #menu li a{
	display:block;
	padding:4px 3px 0px 3px;
	border-top:1px solid #424242;
	border-right:1px solid #424242;
	border-bottom:1px solid #424242;
	height:50px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#header #menu li div.mittig{
        display:table-cell;
        text-align:center;
        vertical-align:middle;
        height:40px;
        width:69px;
}

#header #menu li:hover{
	background-color:#ffffff;
	border-radius:5px 5px 0 0;
	color:#000000;
}

#header #menu li:hover a{
	color:#000000;
	border-bottom:1px solid #ffffff;
}

#header #menu li .submenu{
	z-index:5;
	list-style:none;
	margin:0;
	padding:0;
	width:968px;
	min-height:120px;
	background-color:#ffffff;
	position:absolute;
	left:-999em;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-top:1px solid #ffffff;
	box-shadow:0 5px 4px #424242;
	border-radius:0 0 5px 5px;
	padding-bottom:60px;
}

#header #menu li:hover .submenu{
	left:0;
}

#header #menu li .submenu li{
	position:relative;
	width:187px;
	border-top:none;
	margin:4px 2px 3px 4px;
	border:0;
}

#header #menu li .submenu li a{
	width:187px;
	display:block;
	height:50px;
	line-height:50px;
	border:0;
	padding:0;
}

#header #menu li .submenu li a span{
	width:130px;
	height:auto;
	text-align:left;
	padding-left:30px;
	color:#000000;
	vertical-align:middle;
	display:inline-block;
	line-height:1.2;
}

#header #menu li .submenu li:hover{
	border-radius:5px;
	background-color:#f1f1f1;
}

#header #menu li .submenu li a img{
	position:absolute;
	float:left;
	left:5px;
	top:3px;
}


#header #menu li .submenu .links{
	position:absolute;
	bottom:10px;
	clear:both;
	list-style:none;
	padding:0;
	margin:0 3px;
}

#header #menu li .submenu .links li:hover{
	background-color:transparent;
	margin:0;
	padding:0;
}

#header #menu li .submenu .links li{
	background-color:transparent;
	margin:0;
	padding:0;
	width:320px;
}

#header #menu li .submenu .links li a{
	position:normal;
	margin:0;
	padding:0;
	width:320px;
	height:60px;
}

#header #menu li .submenu .links li a img{
	top:0;
	left:0;
	margin:0;
	padding:0;
}

#btntoppage{
	display:none;
	position:fixed;
	bottom:40px;
	right:15px;
	/*background-color:#000000;
	color:#ffffff;
	padding:5px 10px;*/
	z-index:1;
	font-weight:bold;
	text-transform:uppercase;
}

#btntoppage a{
	/*color:#ffffff;*/
	text-decoration:none;
	opacity:0.7;
}

#bannieres{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:970px;
	height:180px;
        background: #fff;
}

#main{
	background-color:#ffffff;
	position:relative;
	margin:0 auto;
	width:970px;
	overflow:hidden;
        cursor:default;
        min-height:600px;
}

#top4mainframe{
        border:1px solid silver;
        float:left;
}

#top4{
	float:left;
}

#top4 a{
	text-decoration:none;
	color:#000000;
}


#main .moreinfo{
	display:none;
	position:relative;
	float:left;
	background-color:white;
	width:491px;
	height:356px;
}

#main .moreinfo .top4-titel{
	position:relative;
	background-color:white;
	font-size:15px;
	font-weight:bold;
        margin:16px 0 0 20px;
	width:300px;
	height:40px;
}

#main .moreinfo .top4-3desc{
	position:relative;
	background-color:white;
	font-size:13px;
        line-height:20px;
        margin:5px 0 0 30px;
	width:300px;
	height:65px;
}

#main .moreinfo .top4-versand{
	position:absolute;
	right:48px;
	top:25px;
	width:83px;
	height:83px;
}

#main .moreinfo .top4-zettel{
	position:absolute;
	right:22px;
	top:120px;
        background:url('../images/structure/top4-zettel.png');
	width:130px;
	height:139px;
}

#main .moreinfo .top4-zettelkasten{
        width:120px;
        height:120px;
        text-align:center;
}

#main .moreinfo .top4-preis{
        font-size:21px;
        color:#781500;
        font-weight:bold;
        display:block;
        padding-top:45px;
}

#main .moreinfo .top4-bestand{
        font-size:12px;
        color:#2d8a38;
        font-weight:bold;
        display:block;
        padding-top:10px;
}

#main .moreinfo .top4-entdecken{
	position:absolute;
	right:30px;
	top:270px;
	width:121px;
	height:51px;
}

#main .moreinfo .viewmainphoto{
	cursor:pointer;
	position:relative;
	background-color:#ffffff;
	width:250px;
	height:210px;
	top:0px;
	left:20px;
	text-align:center;
	overflow:hidden;
}

#main .moreinfo .viewmainphoto a{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}
	
#main .moreinfo .viewmainphoto .mainphoto{
	margin:0;
	max-width:240px;
	max-height:240px;
}

#main .moreinfo .onglet{
	top:18px;
	left:20px;
}

#main .moreinfo .kreis_neuheit{
	position:absolute;
	left:21px;
	top:69px;
	width:50px;
	height:50px;
	background:url('../images/structure/top4-kreis-neu.png');
}

#main .moreinfo .kreis_promo{
	position:absolute;
	left:21px;
	top:69px;
	width:50px;
	height:50px;
	background:url('../images/structure/top4-kreis-promo.png');
}

#main .moreinfo .kreis_cash{
	position:absolute;
	left:21px;
	top:69px;
	width:50px;
	height:50px;
	background:url('../images/structure/top4-kreis-cashback.png');
}

#main .moreinfo .new{
	position:absolute;
	left:21px;
	top:69px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-new.png');
}

#main .moreinfo .op{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-offre-speciale.png');
}

#main .moreinfo .promo{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-promo.png');
}

#main .moreinfo .zehnpro{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-10prozent.png');
}

#main .moreinfo .fuenfzehnpro{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-15prozent.png');
}

#main .moreinfo .zwanzigpro{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-20prozent.png');
}

#main .moreinfo .eur150{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-150euro.png');
}

#main .moreinfo .zugabe{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-zugabe.png');
}

#main .moreinfo .noel{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-noel.png');
}

#moreinfo{
	position:relative;
	float:left;
	display:block;
	background-color:#781500;
	width:390px;
	height:388px;
}

#moreinfo #mainphoto{
	margin:45px 21px;
	max-width:280px;
	max-height:280px;
}

#moreinfo .zehnpro{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-10prozent.png');
}

#moreinfo .fuenfzehnpro{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-15prozent.png');
}

#moreinfo .zwanzigpro{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-20prozent.png');
}

#moreinfo .eur150{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-150euro.png');
}

#moreinfo .zugabe{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-zugabe.png');
}

#moreinfo .new{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-new.png');
}

#moreinfo .promo{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-promo.png');
}

#moreinfo .op{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-offre-speciale.png');
}

#moreinfo .noel{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-noel.png');
}

#moreinfo .otherphotos{
	position:absolute;
	top:44px;
	right:15px;
	float:right;
	width:60px;
}

#moreinfo .otherphotos img{
	max-width:60px;
	max-height:60px;
	margin-bottom:10px;
}

#moreinfo .new{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-new.png');
}

#moreinfo .op{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-offre-speciale.png');
}

#moreinfo .promo{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-promo.png');
}

#moreinfo #gotoprod{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.lproduit{
	cursor:pointer;
	width:477px;
	font-size:14px;
	height:89px;
	background-image:url('../images/structure/top4-grauverlauf.png');
	background-repeat:repeat-x;
}

.lproduit.selected{
	background-image:none;
	background-color:#781500;
	
}

.lproduit.selected .title{
	color:#ffffff;
}

.lproduit.selected p{
	color:#d8b3a2;
}

.lproduit .fleche{
	background:url('../images/structure/top4-pfeil-rechts-braun.png') no-repeat center left;
	width:477px;
	float:left;
	height:89px;
}

.lproduit.selected .fleche{
	background:url('../images/structure/top4-pfeil-rechts-weiss.png') no-repeat center left;
	width:477px;
	float:left;
	height:89px;
}

.lproduit .title{
	width:430px;
	display:block;
        padding: 28px 0 0 40px;
	font-weight:bold;
	float:left;
}

.lproduit p{
	width:410px;
	padding: 0 0 0 40px;
	margin:0;
	color:#a0a0a0;
	font-weight:bold;
	font-style:italic;
        line-height: 25px;
}

.center{
	text-align:center;
}

a img{
	border:0;
}

.titelleiste{
        border: 1px dotted #656565;
        position:relative;
        float:left;
        margin-top:15px;
        width:968px;
        height:4px;
        background-color:#821e0b;
}

.bandeau{
	clear:both;
	height:200px;
}

.bandeau section, .bandeau div{
	position:relative;
	float:left;
	border-left:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	height:200px;
	overflow:hidden;
}

.bandsmall .prix{
	position:absolute;
	top:0;
	right:10px;
	font-size:19px;
	font-weight:bold;
}

.bandsmall .dispo{
	position:absolute;
	right:10px;
	top:25px;
	font-size:10px;
}

.bandsmall .nomprod{
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
	padding:0 5px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	left:0;
	padding-bottom:10px;
	bottom:0px;
	text-transform:uppercase;
	font-size:11px;
	width:182px;
}

.bandlarge .nomprod{
	border:0;
	text-decoration:none;
	position:absolute;
	top:35px;
	left:165px;
	height:30px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
}

.bandlarge .nomprod a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

.bandlarge .descprod{
	padding:0;
	margin:0;
	position:absolute;	
	left:180px;
	top:80px;
	width:170px;
}

.bandlarge .link{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 0;
	clear:both;
	display:block;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	width:100%;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
}

.bandlarge .dispo{
	position:absolute;
	top:140px;
	right:240px;
}

.bandlarge #linknew{
	background:url('../images/structure/degrade-fond-new-long.gif') repeat-y
}

.bandlarge #linkpromo{
	background:url('../images/structure/degrade-fond-promo-long.gif') repeat-y
}

.bandlarge #linkop{
	background:url('../images/structure/degrade-fond-op-long.gif') repeat-y
}

.bandlarge #linkfetem{
	background:url('../images/structure/degrade-fond-fete-des-meres-long.png') repeat-y
}

.bandlarge #linkfetep{
	background:url('../images/structure/degrade-fond-fete-des-peres-long.png') repeat-y
}

.bandlarge #linksoldes{
	background:url('../images/structure/degrade-fond-soldes-long.png') repeat-y
}

.bandlarge #linknoel{
	background:url('../images/structure/degrade-fond-noel-long.gif') repeat-y
}

.bandlarge .flecheright{
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	margin:0 10px;
	width:20px;
	height:200px;
	background:url('../images/structure/fleche-droite-noire.png') no-repeat center left;
}

#new .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-rouge.png') no-repeat center left;
}

#new .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-rouge.png') no-repeat center left;
}

#promo .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-orange.png') no-repeat center left;
}

#promo .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-orange.png') no-repeat center left;
}

#op .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-verte.png') no-repeat center left;
}

#op .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-verte.png') no-repeat center left;
}

#fetem .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-violette.png') no-repeat center left;
}

#fetem .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-violette.png') no-repeat center left;
}

#fetep .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-bleue.png') no-repeat center left;
}

#fetep .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-bleue.png') no-repeat center left;
}

#stval .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-rose.png') no-repeat center left;
}

#stval .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-rose.png') no-repeat center left;
}

#soldes .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-jaune.png') no-repeat center left;
}

#soldes .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-jaune.png') no-repeat center left;
}

#noel .bandlarge .flecheright{
	background:url('../images/structure/fleche-droite-verte.png') no-repeat center left;
}

#noel .bandlarge .flecheleft{
	background:url('../images/structure/fleche-gauche-verte.png') no-repeat center left;
}

.bandlarge .flecheleft{
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	margin:0 10px;
	background:url('../images/structure/fleche-gauche-noire.png') no-repeat center left;
	width:20px;
	height:200px;
}

.bandlarge .prix{
	position:absolute;
	top:8px;
	left:80px;
	font-size:19px;
	font-weight:bold;
}

.dispo.reappro{
	color:#EE673A;
	font-weight:bold;
}

.dispo.stock{
	color:#48AE49;
	font-weight:bold;
}

.dispo.commande{
	color:#A35BA3;
	font-weight:bold;
}

.bandeau .prix sup{
	font-size:10px;
	bottom:7px;
}


.bandeau .bandsmall{
	width:192px;
}

.bandeau .bandlarge{
	background:url('../images/structure/degrade-gris-clair-cellule-detaillee-accueil.gif') repeat-y top right;
	width:390px;
}

.bandeau .onglet{
	position:absolute;
	left:0;
	top:0;
}

.bandeau .categs{
	position:absolute;
	top:0;
	left:0;
	background:transparent;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .new, .kateg_neuheit{
	position:absolute;
	top:0;
	left:0;
	background:url('../images/structure/onglet-new.png') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .promo{
	position:absolute;
	top:0;
	left:0;
	background:url('../images/structure/onglet-promo.png') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.kateg_neuheit, .kateg_aktion {
        z-index:2;
}

.bestseller{
        position:absolute;
        top:6px;
        left:6px;
        width:34px;
        height:50px;
        border:0;
        z-index:2;
}

.divbox, .divbox2, .divbox_yellow, .divbox_red {
        position:relative;
        float:left;
        width:150px;
        height:140px;
        margin:10px;
        padding:10px;
        border:1px solid silver;
}

.divbox_yellow {
        background:url('../images/structure/kreis.png') no-repeat center;
        background-color: #fff4a7;
        text-align:center;
}
.divbox_yellow:hover {
        background-color: #f1dc4d;
}

.divbox_red {
        background:url('../images/structure/kreis.png') no-repeat center;
        background-color: #fdcdc7;
        text-align:center;
}
.divbox_red:hover {
        background-color: #fbb2ab;
}

.divbox:hover {
        background-color: #e5e5e5;
}

.kategpreis {
        position:absolute;
        width:150px;
        bottom:10px;
        text-align:center;
}

.kategprodbild {
        position:absolute;
        width:150px;
        top:20px;
        text-align:center;
}

.kategprodtext {
         position:absolute;
         width:150px;
         top:90px;
         text-align:center;
}

.kategprodschrift {
        font-weight:bold;
        font-size:12px;
        color:black;
}

.kategprodschrift2 {
        color:#177523;
        text-decoration:none;
        font-size:14px;
        font-weight:bold;
}

.kategprodtitle {
        margin-top:30px;
        margin-left:10px;
        font-weight:bold;
        font-size:14px;
        color:#565656;
        font-family:Arial;
}

.kategprodhr {
        border:0; 
        border-bottom:1px dashed #ccc; 
        background:#999;
        margin:0px 10px;
}

.strichhr {
        margin-top:0px;
        border: 0;
        height: 0; 
        border-top: 1px solid rgba(0, 0, 0, 0.1); 
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.strichhr-big {
        margin: 0px;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2); 
}

.bandeau .op{
	position:absolute;
	top:0;
	left:0;
	background:url('../images/structure/onglet-offre-speciale.png') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .noel{
	position:absolute;
	top:0;
	left:0;
	background:url('../images/structure/onglet-noel.png') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandsmall .solde{
	position:relative;
	right:10px;
	top:0px;
	font-size:15px;
	color:#ff0000;
}

.bandsmall .solde sup{
	font-size:10px;
	bottom:4px;
}

.bandlarge .solde{
	position:relative;
	top:0px;
	left:-10px;
	font-size:15px;
	color:#ff0000;
}

.bandlarge .solde sup{
	font-size:10px;
	bottom:4px;
}

.bandlarge .categsprod{
	background:url('../images/structure/degrade-fond-new.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .newprod{
	background:url('../images/structure/degrade-fond-new.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .promoprod{
	background:url('../images/structure/degrade-fond-promo.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .soldesprod{
	background:url('../images/structure/degrade-fond-soldes.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .opprod{
	background:url('../images/structure/degrade-fond-op.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .fetemprod{
	background:url('../images/structure/degrade-fond-fete-des-meres.png') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .fetepprod{
	background:url('../images/structure/degrade-fond-fete-des-peres.png') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .soldesprod{
	background:url('../images/structure/degrade-fond-soldes.png') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .noelprod{
	background:url('../images/structure/degrade-fond-noel.jpg') repeat-y;
	width:184px;
	height:40px;
}

.bandsmall .image{
	text-align:center;
	border:0;
	top:30px;
	left:40px;
	position:relative;
	height:180px;
	width:100px;
}

.bandsmall .image a{
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	line-height:0;
}

.bandsmall .image img{
	max-height:180px;
	max-width:100px;
	padding:0;
}

.bandlarge a.fullsize{
	background-color:#ffffff;
	padding:10px;
	position:absolute;
	top:35px;
	left:35px;
	border:1px solid #666666;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
}

.bandlarge img{
	max-width:90px;
	max-height:90px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

.halfcol{
	border:1px solid #656565;
        background-color:#bebebe;
	font-family:Verdana;
	position:relative;
	float:left;
        width:475px;
	height:160px;
        margin-top:15px;
        margin-bottom:15px;
}

.halfcol .title, .titelleiste .title{
	font-size:13px;
	position:absolute;
	top:0;
	left:0;
	padding:3px 0;
	color:#ffffff;
	background-color:#781500;
        font-family:Verdana;
	text-transform:uppercase;
	font-weight:bold;
	width:473px;
	text-align:center;
}

.titelleiste .title{
        width:968px;
}

.halfcol ul.top{
	position:absolute;
	padding:0;
	margin:0;
	top:27px;
	left:0;
	list-style-type:none;
	list-style-position:inside;
}

.halfcol ul.top li{
	color:#808183;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	height:26px;
	background:url('../images/structure/degrade-gris-clair-fond-top-accueil.gif') repeat-x;
	width:473px;
}

.halfcol ul.top a{
	width:440px;
	position:absolute;
	height:16px;
	padding-left:5px;
	color:#808183;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}	

#messcookie {
    display: block;
    min-height: 16px;
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    background-color: #7A99DC;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    line-height: 24px;
    font-size: 14px;
}

#messcookie a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#messcookie a:hover{
	text-decoration:underline;
}

#messcookie .close{
	cursor: pointer;
	height: 12px;
	margin-left:15px;
	font-size: 11px;
	font-weight: bolder;
	background-color: #c7c7c7;
	text-align: center;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	border-radius: 2px;
}

#infospub{
	width:970px;
	margin:auto 0;
	clear:both;
}

#infospub a{
	float:left;
	display:block;
	margin:0;
	padding:0;
}

#infospub a img{
	border:1px solid #656565;
}

#linksfooter{
	position:relative;
	width:970px;
	margin:auto;
}

#infossoc .linkssoc{
	font-size:11px;
	float:left;
	list-style:none;
	margin:10px 2px 0 0;
	padding:0 10px 0 0;
        line-height:18px;
}

#infossoc .linkssoc:last-child{
	margin-left:10px;
	border-right:0;
}

#infossoc .linkssoc a{
	text-decoration:none;
	color:#000000;
}

#infossoc .linkssoc a:hover{
	text-decoration:underline;
}

#infossoc{
	position:relative;
}

#infossoc .subtitle{
	position:absolute;
	top:77px;
	left:0px;
	color:#3C5A98;
	text-decoration:none;
	font-size:13px;
}

#infossoc .subtitle:hover{
	text-decoration:underline;
}

#footer #linkcom{
	padding:20px 0 0 0px;
	float:left;
}

#footer #linkcom a{
	margin:8px 6px 8px 7px;
}

#footer{
	position:relative;
	top:0px;
	width:100%;
	background-color:#e6e6e7;
	clear:both;
	height:130px;
	margin:0;
	padding:0;
        cursor:default;
}

#ficheproduit #currentnav, #recherche #currentnav, #recherche #aide, #page-smartdeal #aide, #compteclient #currentnav, #detailcommande #currentnav, #detailavis #currentnav, #detailsav #currentnav,
#concours #currentnav, #concours #selection .title, #participants #currentnav, #participer #currentnav, #newsltr #currentnav, #livraison #currentnav, #nmdp #currentnav, #contact #currentnav,
#magasin #currentnav, #conditions #currentnav, #securite #currentnav, #familles #currentnav, #commander #currentnav, #page-smartdeal #currentnav, #mediafix #currentnav {
	padding:2px 0 0 2px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background-color: #171717;
	height:21px;
	width:970px;
	font-family:Verdana;
	overflow:hidden;
}

#ficheproduit .visu-avis {
	width: 420px;
	height: 104px;
}

#currentnav a{
	padding:5px;
	margin-top:3px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size: 9px;
}

#recherche #aide{
	margin-top:20px;
}

#ficheproduit .shop{
	display:block;
	border:1px solid #000000;
}

#ficheproduit .shop img{
	vertical-align:middle;
}

#ficheproduit #moreinfo{
	position:relative;
	height:315px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:970px;
	background-color:#ffffff;
}

#ficheproduit #moreinfo #photosprod{
	position:relative;
	width:390px;
	height:316px;
	background-color:#781500;
	border-bottom:1px dotted #000000;
}

#ficheproduit #moreinfo #viewmainphoto{
	cursor:pointer;
	position:relative;
	background-color:#ffffff;
	width:280px;
	height:277px;
	line-height:270px;
	padding:5px;
	top:18px;
	left:20px;
	text-align:center;
	overflow:hidden;
}

#ficheproduit #moreinfo #viewmainphoto a{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}
	
#ficheproduit #moreinfo #viewmainphoto #mainphoto{
	margin:0;
	margin-bottom:19px;
	max-width:240px;
	max-height:240px;
}

#ficheproduit #moreinfo .onglet{
	top:18px;
	left:20px;
}

#ficheproduit #moreinfo .flecheup{
	cursor:pointer;
	position:relative;
	display:block;
	width:64px;
	margin-bottom:14px;
}

#ficheproduit #moreinfo .flechedown{
	cursor:pointer;
	position:absolute;
	bottom:0px;
	display:block;
	width:64px;
}

#ficheproduit #moreinfo .otherphotos{
	position:absolute;
	top:18px;
	right:12px;
	float:right;
	width:64px;
	height:279px;
}

#ficheproduit #moreinfo .otherphotos .carousel ul{
	list-style:none;
	margin:0;
	padding:0;
}

#ficheproduit #moreinfo .otherphotos .otherone{
	width:64px;
	height:64px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:13px;
	cursor:pointer;
}

#ficheproduit #moreinfo .otherphotos .otherone a{
	display:block;
	height:62px;
	line-height:70px;
}

#ficheproduit #moreinfo .otherphotos .otherone a img{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	max-width:52px;
	max-height:52px;
}

#ficheproduit #infoscompl #dispomag{
	color:#ffffff;
	position:absolute;
	bottom:0px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	height:38px;
	width:158px;
	border-bottom:1px dotted #000000;
}

#ficheproduit #infoscompl #dispomag.stock{
	background-color:#48ae49;
}

#ficheproduit #infoscompl #dispomag.reappro{
	background-color:#ee673a;
}

#ficheproduit #infoscompl #dispomag.nonstocke{
	background-color:#a35ba3;
}

#ficheproduit #infoscompl #dispomag #title{
	font-size:11px;
	text-transform:uppercase;
	display:block;
	font-weight:bolder;
}

#ficheproduit #infoscompl #dispomag #subtitle{
	font-size:10px;
	display:block;
	margin:1px 5px;
	text-transform:uppercase;
}

#ficheproduit #viewfullsize #youtubevideo {
        display:block;
        width:854px;
        height:480px;
        border:0px;
}

.flecheup.disabled, .flechedown.disabled {
        opacity: 0.2;
        cursor: default !IMPORTANT;
}

#viewfullsize{
	position:fixed;
	top:0;
	left:0;
	z-index:4;
	background:url('../images/structure/bgtransp.png') repeat;
	display:none;
}

#viewfullsize .image{
	display:none;
	position:relative;
	border-radius:5px;
	border:5px solid #000000;
	background-color:#ffffff;
}

#viewfullsize .image img{
	margin:2px 20px 20px 20px;
}

#viewfullsize .image #close{
	cursor:pointer;
	float:right;
	height:20px;
	font-size:11px;
	font-weight:bolder;
	background-color:#000000;
	text-align:center;
	padding:3px 5px 5px 5px;
	color:#ffffff;
	border-radius:0 0 0 5px;
	display:block;
}

#viewfullsize .prev, #viewfullsize .next{
	position:absolute;
}

#viewfullsize #review3 {
        display:block;
        width:700px;
        height:500px;
}

#ficheproduit #description{
	clear:both;
	position:absolute;
	top:0;
	left:390px;
	width:420px;
}

#ficheproduit #description .resume{
	float:left;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	width:420px;
	height:105px;
	background:url('../images/structure/switch-accueil.gif') #ffffff repeat-x bottom;
}

#ficheproduit #description .resume .title{
	position:relative;
	top:5px;
	left:10px;
	text-transform:uppercase;
	font-family:Arial;
	font-weight:bolder;
	font-size:14px;
	display:block;
	width:400px;
}

#ficheproduit #description #threelines .desc{
	position:relative;
	top:15px;
	left:10px;
	color:#58595b;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}

#ficheproduit #description #accessrecomm .desc{
	position:relative;
	margin:0 7px;
}

#ficheproduit #description #accessrecomm .desc .carouselacc{
	margin:10px 0;
}

#ficheproduit #description #accessrecomm .desc .carouselacc ul{
	list-style:none;
	margin:0;
	padding:0;
}

#ficheproduit #description #accessrecomm .desc img{
	float:left;
	max-width:64px;
	max-height:64px;
}

#ficheproduit #description #accessrecomm .desc .flecheleft, #ficheproduit #description #accessrecomm .desc .flecheright{
	margin:10px 3px;
	padding:0;
	cursor:pointer;
	height:64px;
	display:block;
	z-index:4;
}

#ficheproduit #description #accessrecomm .desc .carouselacc{
	float:left;
}

#ficheproduit #description #accessrecomm .desc .carouselacc li{
	width:62px;
	height:62px;
	border:1px solid #000000;
	background-color:#ffffff;
	line-height:64px;
	text-align:center;
	cursor:pointer;
	margin:0 4px;
	float:left;
}

#ficheproduit #description #accessrecomm .desc .carouselacc a{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#ficheproduit #description #accessrecomm .desc .carouselacc img{
	max-width:50px;
	max-height:50px;
}

#ficheproduit #description #avisprodclients{
	position:relative;
	cursor:pointer;
}

#ficheproduit #description #avisprodclients .eachstars{
	position:absolute;
	top:10px;
	left:110px;
}

#ficheproduit #description #avisprodclients .title{
	top:10px;
	left:10px;
}

#ficheproduit #description #avisprodclients .desc{
	cursor:pointer;
	position:absolute;
	top:30px;
	left:10px;
	height:50px;
	width:400px;
}

#ficheproduit #description #avisprodclients .desc .avis{
	overflow:hidden;
	text-align:justify;
	text-overflow:ellipsis;
	line-height:13px;
	display:block;
	height:40px;
	font-size:11px;
	margin-bottom:5px;
}

#ficheproduit #description #avisprodclients .desc .avis:after{
	content: " [...]";
}

#ficheproduit #moreinfo .moystars{
	cursor:pointer;
	position:absolute;
	bottom:18px;
	left:25px;
}

#ficheproduit #moreinfo .moystars .title{
	font-family:Verdana;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:8px;
	color:#424242;
	margin-left:2px;
}

#ficheproduit #moreinfo .moystars #nbavis{
	position:relative;
	top:-3px;
	margin-left:5px;
	font-size:11px;
	color:#424242;
}

#ficheproduit #infoscompl{
	position:absolute;
	top:0;
	left:811px;
	background-color:#cee7c4;
	height:315px;
	width:158px;
}

#ficheproduit #infosprix{
	margin-top:10px;
}

#ficheproduit #infosprix .solde{
	position:absolute;
	top:0;
	right:5px;
}

#ficheproduit #infosprix .solde .prix{
	color:#ff0000;
	font-weight:normal;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-left:5px;
}

#ficheproduit #infosprix #prixprod{
	padding:2px 5px 0 5px;
	display:block;
	text-align:right;
	font-size:22px;
	font-weight:bold;
}

#ficheproduit #infosprix #prixprod sup{
	position:relative;
	vertical-align:baseline;
	bottom:10px;
	left:2px;
	font-size:13px;
}

#ficheproduit #infosprix #ecotaxe{
	display:block;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
	font-size:11px;
}

#ficheproduit #mag{
	display:block;
	background-color:#000000;
	border-radius:5px;
	color:#ffffff;
	padding:5px;
	text-align:center;
	margin:25px 5px 5px 5px;
	font-size:11px;
	font-weight:bold;
}

#ficheproduit #ajoutpanier #addtowl{
	display:block;
	text-align:center;
	color:#000000;
	text-decoration:none;
	position:relative;
	padding-top:16px;
	font-weight:bold;
}

#ficheproduit #ajoutpanier #addtowl:hover{
	text-decoration:underline;
}

#ficheproduit #ajoutpanier #fdprelaisoff{
	color:#000000;
	text-decoration:none;
	position:relative;
	margin-left: 40px;
	padding-top:0px;
	font-weight:bold;
	font-size:12px;
}

#ficheproduit #ajoutpanier #fdprelaisoff:hover{
	text-decoration:underline;
}

#ficheproduit #ajoutpanier #addtocart{
	position:relative;
	padding:5px 2px 2px 2px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	margin-top:15px;
	margin-left:5px;
	width:148px;
	background-color:#000000;
	border-radius:5px;
}

#ficheproduit #ajoutpanier #qte{
	width:30px;
	height:22px;
	border:1px solid #5b5c5e;
	text-align:center;
	margin-bottom:5px;
}

#ficheproduit #ajoutpanier .button{
	top:5px;
	right:18px;
	width:15px;
	height:11px;
	border:0;
	position:absolute;
	cursor:pointer;
}

#ficheproduit #ajoutpanier #more{
	background:url('../images/structure/more.gif') no-repeat;
}

#ficheproduit #ajoutpanier #less{
	background:url('../images/structure/less.gif') no-repeat;
	top:16px;
}

#ficheproduit #ajoutpanier #ajouter{
	cursor:pointer;
	font-family:Arial;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x;
	width:142px;
	padding:0 25px;
	height:46px;
	border:0;
	color:#ffffff;
	font-weight:bolder;
	font-size:13px;
	text-transform:uppercase;
	white-space:normal;
	border-radius:2px;
}

#ficheproduit #infoscompl p{
	margin:0;
	padding:0;
}

#ficheproduit #infoscompl #plusieursfois{
	
	text-align:right;
	padding:2px 5px 2px 0;
	font-weight:bold;
}

#ficheproduit #infoscompl #dispo{
	color:#ffffff;
	position:absolute;
	bottom:38px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	border-top:1px dotted #000000;
	border-bottom:1px solid #000000;
}

#ficheproduit #infoscompl #dispo.stock{
	background-color:#219923;
}

#ficheproduit #infoscompl #dispo.stock #title{
	font-size:18px;
}

#ficheproduit #infoscompl #dispo.stock #midtitle{
	font-size:11px;
        line-height:14px;
	text-transform:uppercase;
	display:block;
	font-weight:bolder;
	color:#ffffff;
	margin:0 20px;
}

#ficheproduit #infoscompl #dispo.reappro{
	background-color:#ee673a;
}

#ficheproduit #infoscompl #dispo.nonstocke{
	background-color:#993799;
}

#ficheproduit #infoscompl #dispo.nonstocke #title{
	font-size:13px;
	margin:10px 2px;
}

#ficheproduit #infoscompl #dispo.nonstocke #subtitle{
	margin:10px 5px;
	font-size:10px;
}

#ficheproduit #infoscompl #dispo #title{
	font-size:15px;
	margin:3px 20px;
	text-transform:uppercase;
	display:block;
	font-weight:bolder;
}

#ficheproduit #infoscompl #dispo #subtitle{
	font-size:11px;
	display:block;
	margin:3px 20px;
}

#ficheproduit #infoscompl #dispo #midtitle{
	color:#000000;
	display:block;
	margin:0 5px;
}

#ficheproduit #infoscompl #dispo a#subtitle{
	margin:6px 0;
	text-transform:uppercase;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

#ficheproduit #partage{
	clear:both;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	height:30px;
	background-color:#292929;
}

#ficheproduit #partage .link{
	display:block;
	float:left;
	height:25px;
	margin:5px 5px 0 5px;
}

#ficheproduit #partage .follow{
	display:block;
	float:right;
	height:25px;
	margin:5px 5px 0 5px;
}

#ficheproduit .twitter-share-button{
	width:50px;
	min-width:50px;
	max-width:95px;
}

#ficheproduit #jeuconcours{
	text-align:center;
}

#ficheproduit #fichedetaillee{
	clear:both;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:0;
	margin:0;
	margin-bottom:15px;
	overflow:hidden;
}

#ficheproduit #fichedetaillee #menufiche{
	width:970px;
	background:url('../images/structure/degrade2-page-produit.gif') repeat-x;
	height:30px;
}


#ficheproduit #fichedetaillee #menufiche ul{
	width:970px;
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	border-bottom:1px solid #000000;
}


#ficheproduit #fichedetaillee #menufiche li{
	padding-top:5px;
	float:left;
	height:27px;
	width:121px;
	text-align:center;
	text-transform:uppercase;
}

#ficheproduit #fichedetaillee #menufiche li a{
	margin-right:1px;
	margin-top:1px;
	line-height:14px;
	padding:2px;
	height:24px;
	color:#ffffff;
	display: block;
	vertical-align: middle;
	text-decoration:none;
	font-family:Verdana;
	font-size:9px;
	font-weight:bolder;
}

#ficheproduit #fichedetaillee #menufiche li a.noselect{
	color:#888888;
}

#ficheproduit #fichedetaillee #menufiche li:last-child{
	width:122px;
}

#ficheproduit #fichedetaillee #menufiche li a:active{
	border:0;
}

#ficheproduit #fichedetaillee #menufiche li a:hover, #ficheproduit #fichedetaillee #menufiche li a.selected{
	background-color:#ffffff;
	color:#000000;
	border-radius:3px 3px 0 0;
        height:24px;
}

#ficheproduit #fichedetaillee #menufiche li a.noselect:hover{
	background-color:transparent;
	color:#888888;
	border-radius:0;
}

#ficheproduit #fichedetaillee #menufiche li a.selected:hover{
	height:24px;
}

#ficheproduit #fichedetaillee #menufiche li a:hover{
	height:24px;
}

#ficheproduit #fichedetaillee .seemore{
	clear:both;
	padding:0;
	margin:0;
	width:968px;
	display:none;
}

#ficheproduit #fichedetaillee .seemore.selected{
	display:block;
}

#ficheproduit #fichedetaillee .prodnomen{
	position:relative;
}

#ficheproduit #fichedetaillee .prodnomen .contenunomen{
	display:none;
}

#ficheproduit #fichedetaillee .prodnomen .eachstar{
	position:absolute;
	margin-left:10px;
	top:7px;
}

#ficheproduit #fichedetaillee .prodnomen .titlenomen{
	margin:0;
	cursor:pointer;
	display:block;
	padding:8px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #000000;
}

#ficheproduit #fichedetaillee .prodnomen .titlenomen .nbavis{
	text-transform:none;
	margin-left:95px;
	color:#424242;
	font-weight:normal;
}

#ficheproduit #fichedetaillee .prodnomen .titlenomen .clickhere{
	float:right;
	font-size: 11px;
	font-weight: bold;
}

#ficheproduit #fichedetaillee #fiche .title, #ficheproduit #fichedetaillee #caracteristiques .title, #ficheproduit #fichedetaillee #contenu .title{
	color:#781500;
	font-weight:bold;
	display:block;
	width:170px;
	float:left;
	padding:5px 5px;
}
	
#ficheproduit #fichedetaillee #fiche .desc,
#ficheproduit #fichedetaillee #fiche #img-retours, 
#ficheproduit #fichedetaillee #caracteristiques .desc, 
#ficheproduit #fichedetaillee #contenu .desc{
	text-align:justify;
	font-size:11px;
	width:768px;
	margin:0;
	padding:5px 10px;
	float:right;
	display:block;
}

#contenu .desc li{
	font-size:10pt;
        line-height:26px;
}

#ficheproduit #fichedetaillee .seemore .crit{
	overflow:hidden;
	border-top:1px dotted #000000;
}

#ficheproduit #fichedetaillee .seemore .crit:first-child{
	border-top:0;
}

#ficheproduit #fichedetaillee #tousavis .noteavis .reinit, #detailavis .noteavis .reinit{
	clear:both;
	width:5px;
	height:20px;
	display:block;
	float:left;
	cursor:pointer;
}

#ficheproduit #fichedetaillee #tousavis .noteavis, #detailavis .noteavis{
	cursor:pointer;
	float:left;
	width:530px;
	margin-top:10px;
}

#ficheproduit #fichedetaillee #tousavis .noteavis img, #detailavis .noteavis img{
	width:20px;
	cursor:pointer;
	float:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis, #detailavis form{
	width:700px;
	margin:20px auto;
	text-align:center;
}

#ficheproduit #fichedetaillee #tousavis .newavis form, #detailavis form{
	font-size:11px;
}

#ficheproduit #fichedetaillee #tousavis .newavis .red, #detailavis .red{
	color:#da0019;
	font-weight:bold;
}

#ficheproduit #fichedetaillee #tousavis .newavis p, #detailavis p{
	margin-bottom:20px;
	font-size:13px;
}

#ficheproduit #fichedetaillee #tousavis .newavis form a, #detailavis form a{
	color:#da0019;
}

#ficheproduit #fichedetaillee #tousavis .newavis form p, #detailavis form p{
	font-size:11px;
	border:1px dotted #830000;
	width:100%;
	padding:5px;
	text-align:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis form label, #detailavis form label{
	float:left;
	clear:both;
	width:150px;
	margin-top:10px;
	text-align:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis form input[type="text"], #ficheproduit #fichedetaillee #tousavis .newavis form textarea, #detailavis form input[type="text"], #detailavis form textarea{
	float:left;
	width:535px;
	margin-top:10px;
	margin-left:5px;
	text-align:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis form input[type="submit"], #detailavis form input[type="submit"]{
	clear:both;
	background-color:#000000;
	color:#ffffff;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	border:0;
	font-size:10px;
	font-family:Verdana;
	margin:10px auto;
	cursor:pointer;
}

#ficheproduit #fichedetaillee #tousavis .posteravis{
	background-color:#000000;
	color:#ffffff;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#ficheproduit #fichedetaillee #tousavis .lesavis{
	border-top:1px dotted #000000;
	overflow:hidden;
	position: relative;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .avisstars{
	position:absolute;
	top:50%;
	margin-top:-10px;
	height:20px;
  line-height: 20px;
	width:120px;
	text-align:center;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis{
	font-size:11px;
	width:843px;
	margin-left:120px;
	margin-bottom:5px;
	margin-right:5px;
	text-align:justify;
	padding-right:5px;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis .title{
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	display:block;
	width:100%;
	padding:0;
	margin:5px 0 0 0;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis .comm{
	margin-bottom:5px;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis .cl{
	font-size:10px;
}

#ficheproduit #fichedetaillee #op{
	text-align:center;
	padding:0;
	margin:0;
}

#ficheproduit #fichedetaillee #op a img{
	vertical-align: middle;
}

#ficheproduit #fichedetaillee #variationprix{
	text-align:center;
	padding:50px 0;
}

#ficheproduit #fichedetaillee #liens .title{
	display:block;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	font-size:12px;
}

#ficheproduit #fichedetaillee #liens .link{
	display:block;
	margin:5px 5px 20px 5px;
	color:#781500;
	font-size:11px;
}

.slider{
	width:260px;
	height:30px;
}

.slider .slider-range{
	width:100px;
	margin:auto;
}

#recherche .slider .title{
	width:250px;
	display:block;
	text-align:center;
}

#recherche .slider {
}

#recherche .slider #popup{
	padding:1px 0;
	text-align:center;
	display:block;
	position:absolute;
	background-color:#00bbff;
	border-bottom:1px solid #000000;
	color:#000000;
	z-index:10;
	width:100%;
	font-weight:bold;
	font-size:13px;
	top:0;
	left:0;	
	letter-spacing:1px;
}

#recherche .filters{
	position:relative;
	background-color:#000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding-bottom:24px;
}

#recherche #reinit{
	position:absolute;
	left:5px;
	bottom:2px;
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	background-color:#ffb13d;
	border-radius:3px;
	padding:2px;
	border:0;
	width:180px;
}

#recherche #seemorecrit,#recherche #seelesscrit{
	position:absolute;
	right:5px;
	bottom:2px;
	border:0;
	text-transform:uppercase;
	font-size:10px;
	cursor:pointer;
	color:#000000;
	background-color:#6EB164;
	border-radius:3px;
	font-weight:bold;
	padding:2px;
	border:0;
	width:180px;
}

.slider p{
	margin:0;
	padding:0;
}

.slider input{
	font-family:helvetica,arial,sans-serif;
	border:0;
	background:transparent;
	margin-top:8px;
	width:70px;
	font-weight:bold;
	font-size:10px;
}

.slider .amountmin{
	float:left;
	margin-left:0;
	text-align:right;
}

.slider .amountmax{
	float:right;
	margin-right:0;
	text-align:left;
}

#recherche{
	position:relative;
}

#recherche .nbresults{
	margin-top:20px;
	clear:both;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
}

#recherche .nbresults hr{
	border:0;
	float:left;
	border-top:1px dotted #000000;
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
	height:10px;
	width:100%;
	margin-top:10px;
}

#recherche #nbresults{
	position:absolute;
	width:400px;
	text-transform:uppercase;
	left:284px;
	font-size:17px;
	font-weight:bolder;
	text-align:center;
	display:block;
	background-color:#ffffff;
}

#recherche #aide span, #compteclient #currentnav span, #detailcommande #currentnav span, #detailavis #currentnav span, #detailsav #currentnav span, #concours #currentnav span, #concours #selection .title span, #participants #currentnav span, #participer #currentnav span, #newsltr #currentnav span, #livraison #currentnav span, #nmdp #currentnav span, #contact #currentnav span, #magasin #currentnav span, #conditions #currentnav span, #conditions #currentnav a, #securite #currentnav span, #securite #currentnav a, #currentnav a, #commander #currentnav span{
	padding-left:1px;
	margin-top:0;
	padding-top:0;
	font-size: 10px;
}

#recherche #aide h1, #recherche #aide h2 {
        margin: 0;
        padding: 0 5px;
        font-size: 9px;
        margin-top: 3px;
        font-weight: bold;
}

#detailavis #currentnav, #detailsav #currentnav{
	width:970px;
}

#recherche .slider{
	margin:5px;
	float:left;
	height:45px;
}

#recherche .slider .slider-range{
	top:5px;
}

#recherche .simple, #recherche .multi{
	margin:5px;
	background-color:#d4d4d8;
	padding:5px 10px;
	float:left;
	height:48px;
	border:1px dotted #ffffff;
}

#recherche .monture{
	width:935px;
	height:auto;
	min-height:33px;
}

#recherche .monture .title{
	height:33px;
	float:left;
	margin-right:10px;
}

#recherche .monture fieldset{
	float:left;
	padding:0 5px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ffffff;
}

#recherche .monture legend{
	font-weight:bold;
	color:#000000;
}

#recherche .simple .title,#recherche .multi .title, #recherche .slider .title{
	display:block;
	color:#781500;
	font-size:12px;
	font-weight:bold;
}

#recherche .typecrit{
	display:block;
	width:100%;
	background-color:#777777;
	margin:0;
	height:30px;
	border:0;
}

#recherche .typecrit .title{
	float:left;
	margin-right:10px;
	margin-top:2px;
	color:#ffffff;
	width:50%;
	text-align:right;
}

#recherche #morecrit{
	clear:both;
	overflow:hidden;
	display:none;
	background-color:#D4D4D8;
}

#recherche #topcrit{
	overflow:hidden;
	background-color:#D4D4D8;
}

#recherche #topcrit input,
#recherche #morecrit input{
	margin:0 4px;
}

#recherche #topcrit legend,
#recherche #morecrit legend{
	font-size:1.2rem;
}

#recherche #topcrit .slider input{
	margin-top: 8px;
}

#recherche #resultat{
	background-color:#bdbec1;
	border:1px solid #000000;
}

#recherche #resultat #champres{
	float:right;
	padding:2px 2px 2px 10px;
	background-color:#777777;
	overflow:hidden;
	height:25px;
}

#recherche #resultat #champres span{
	display:block;
	float:left;
	margin-top:3px;
	margin-right:2px;
	color:#ffffff;
	font-weight:bold;
}

#recherche #resultat #maintitle{
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana;
	padding:3px 5px;
	height:25px;
	float:left;
}

#recherche #resultat #tri{
	background-color:#000000;
	color:#ffffff;
	float:right;
	padding:3px 5px;
	height:25px;
}

#recherche #resultat #tri span, #recherche #resultat #tri h2 {
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana;
	margin:0 10px;
        padding:0px;
        float:left;
}

#recherche #resultat #tri label {
        display: block;
        float: left;
        margin:3px 10px;
        color: #ffffff;
        font-weight: bold;
}

#recherche #resultat #tri select,
#recherche #resultat #champres #nbrespage{
        font-size:12px;
}

#recherche #resultat #tri span:first-child{
	margin-left:20px;
}

#recherche #resultat #tri span .up, #recherche #resultat #tri span .down, #recherche #resultat #tri h2 .up, #recherche #resultat #tri h2 .down {
	margin:0;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
}

#recherche #resultat #tri span .selected, #recherche #resultat #tri h2 .selected {
    color: #3DAE48;
}

#recherche #resultat #liste{
	background-color:#bdbec1;
	overflow:hidden;
	clear:both;
}

#recherche #resultat #liste .threelines a{
	text-decoration:none;
	color:#000000;
	display:block;
}

#recherche #categsliste{
	clear:both;
	overflow:hidden;
}

#recherche #categsliste .familles{
	display:block;
	float:left;
	width:320px;
	height:50px;
	margin-right:3px;
	margin-top:0;
	padding:0;
}

#recherche #categsliste .familles img{
	float:left;
}

#recherche #categsliste .familles a{
	float:left;
	display:block;
	width:260px;
	padding:10px 5px 0 5px;
	color:#000000;
	text-decoration:none;
}

#recherche #categsliste .familles span{
	padding:0 5px;
        display:inline-block;
}

#recherche #categsliste .familles a:hover{
	text-decoration:underline;
}

#recherche .marque{
	padding-top:160px;
	padding-bottom:14px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#recherche .maintitle {
        font-weight: inherit;
        font-family: 'Muli Bold', sans-serif;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: none;
        margin-top: 0px;
        color: #000000;
        font-size: 20px;
        text-transform: uppercase;
        padding: 5px 0;
}

#recherche .maintitle::before, #recherche .maintitle::after {
        content: '';
        border-top: 1px solid #000000;
        margin: 0 10px 0 0;
        flex: 1 0 10px;
}

#recherche .maintitle::after {
        margin: 0 0 0 10px;
}

#recherche #content {
        font-family: 'Muli Regular', sans-serif;
        margin: 10px 15px 0px 15px;
}

#recherche #categsliste .famillesmarques{
	display:block;
	float:left;
	width:312px;
	height:110px;
	margin:0 0 0 10px;
	padding:0;
}

#recherche #categsliste .famillesmarques img{
	float:left;
	margin:5px 0 0 20px;
}

#recherche #categsliste .famillesmarques a.bold{
	float:left;
	display:block;
	padding-top:35px;
	font-weight:bolder;
	font-size:11px;
	width:175px;
	padding-left:10px;
	color:#ffffff;
	text-decoration:none;
}

#recherche #categsliste .famillesmarques.selected{
	background-color:#E42D25;
}

#recherche #categsliste .famillesmarques a.italic{
	padding-left:10px;
	float:left;
	color:#ffffff;
	text-decoration:none;
	display:block;
	height:55px;
}

#recherche #categsliste .famillesmarques a:hover{
	text-decoration:underline;
}

#recherche #resultat #liste .titlecateg{
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:11px;
	font-family:Verdana;
	padding:3px 5px;
	height:24px;
	width:944px;
	float:right;
}

#recherche #resultat #liste .clicktocompare{
	clear:both;
	width:24px;
	float:left;
	margin-top:30px;
}

#recherche #resultat #liste .clicktocompare input{
        margin-left:5px;
}

.infosprod{
	height:79px;
	position:relative;
	width:944px;
	float:right;
	background-color:#ffffff;
	margin:0;
	padding:0;
}

.infosprod.highlight {
        background-color: #d2d2d2;
}

#recherche #resultat .infosprod:hover{
	background-color:#fcfcfc;
	border-top:1px solid #bbbbbb;
	height:79px;
	top:-1px;
}

#recherche .onglet{
	position:absolute;
	top:0;
	left:0;
        background-size: contain !important;
        z-index: 1;
}

#ficheproduit .infosprod a.fullsize, #recherche .infosprod a.fullsize, #cart .row a.fullsize, #detailcommande .row a.fullsize, #wishlist .row a.fullsize{
	height:80px;
	line-height:80px;
	float:left;
	margin:0 15px 0 5px;
}

#ficheproduit .infosprod a.fullsize {
        margin:0px;
        padding:0 15px 0 5px;
        background-color:white;
}

#ficheproduit .infosprod a.fullsize_noaction {
	height:80px;
	line-height:80px;
	float:left;
	/* margin:0 15px 0 5px; */
        background:white;
        margin:0px;
        padding: 0 15px 0 5px;
}

#ficheproduit .infosprod .mainphoto{
	padding:0;
	max-height:70px;
	max-width:50px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#recherche .infosprod .mainphoto{
	padding:0;
	max-height:60px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#recherche .infosprod a.fullsize{
	margin-left:30px;
	width:80px;
	text-align:center;
}

#ficheproduit .moretosee, #ficheproduit .lesstosee, #ficheproduit .nomoretosee{
	text-align:right;
	display:block;
	clear:both;
	padding:3px 5px;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	background-color:#e6e6e7;
	border-bottom:1px solid #000000;
}

#ficheproduit .moreprods{
	display:none;
}

#ficheproduit .titrecateg:first-child{
	border-top:0;
}

#ficheproduit .titrecateg{
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	display:block;
	clear:both;
	border-bottom:1px solid #000000;
	padding:3px 0;
}

#ficheproduit .infosprod .desc{
	float:left;
	margin:10px;
	width:400px;
}

#ean{
	display:block;
	text-align:center;
	margin-bottom:15px;
}

#ean:hover{
	text-decoration:underline;
}

#recherche .infosprod .desc{
	float:left;
	margin:10px;
	width:320px;
}

.infosprod .desc .title{
	position:absolute;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

.infosprod .desc ul{
	padding:0;
	margin:15px 0;
	list-style:none;
}

#recherche .new{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-new.png');
}

#recherche .promo{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-promo.png');
}

#recherche .op{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-offre-speciale.png');
}

#recherche .zehnpro{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-10prozent.png');
}

#recherche .fuenfzehnpro{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-15prozent.png');
}

#recherche .zwanzigpro{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-20prozent.png');
}

#recherche .eur150{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-150euro.png');
}

#recherche .zugabe{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-zugabe.png');
}

#recherche .noel{
	width:60px;
	height:60px;
	background:url('../images/structure/onglet-noel.png');
}

.infosprod .moystars{
	cursor:pointer;
	padding-top:27px;
	width:100px;
	height:80px;
	float:left;
}

.infosprod .moystars a{
	text-decoration:none;
}

.infosprod .moystars .title{
	text-transform:uppercase;
	color:#424242;
	font-size:8px;
	font-weight:bold;
	font-family:Verdana;
	display:block;
	width:100px;
}

.infosprod .stock{
	width:120px;
	color:#ffffff;
	float:left;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana;
	text-align:center;
	margin:35px 18px 0 18px;
}

.infosprod .dispo{
	background-color:#48ae49;
	padding:1px 0;
	display:block;
}

.infosprod .reappro{
	background-color:#ee673a;
	padding:1px 0;
	display:block;
}

.infosprod .commande{
	background-color:#a35ba3;
	padding:1px 0;
	display:block;
}

.infosprod .ajoutpanier{
	width:80px;
	border-radius:2px;
	color:#ffffff;
	float:left;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana;
	text-align:center;
	margin:26px 0 0 0px;
	padding:3px 5px;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x bottom;
	cursor:pointer;
}

.infosprod .infosprix{
	width:100px;
	text-align:right;
	float:right;
	margin-top:30px;
	margin-right:5px;
}

.infosprod .infosprix .solde{
	position:absolute;
	top:0;
	right:5px;
}

.infosprod .infosprix .solde .prix{
	color:#ff0000;
	font-weight:normal;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-left:5px;
}

.infosprod .infosprix .solde .prix sup{
	bottom:4px;
	font-size:9px;
}

.infosprod .infosprix .prix{
	font-size:18px;
	font-weight:bold;
	display:block;
}

.infosprod .infosprix .prix sup{
	bottom:7px;
	font-size:10px;
}

.infosprod .infosprix .eco{
	font-size:8px;
	font-weight:bold;
	font-family:Verdana;
}

#preisreduzangabe {
    width:120px;
}

#achat{
	padding:15px;
	font-size:13px;
}

#achat span{
	float:left;
        margin-left:10px;
}

#achat .title{
	display:block;
	font-size:14px;
        width:calc(100% - 70px);
	float:left;
}

#achat .qte{
	padding-top:15px;
	clear:both;
}

#achat .qte span{
	float:none;
}


#achat a{
	position:relative;
	display:block;
	float:left;
	width:45px;
	height:45px;
	margin-right:5px;
	text-align:center;
	line-height:40px;
}

#achat img{
	max-width:45px;
	max-height:45px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

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

#recherche #comparatif{
	margin-top:20px;
	position:relative;
	width:970px;
	overflow:hidden;
}

#recherche #comparatif .titlecateg{
	display:block;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:11px;
	font-family:Verdana;
	padding:3px 5px;
	height:25px;
}

#recherche #comparatif .supp{
	position:absolute;
	top:0;
	right:0;
	display:block;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana;
	padding:3px 5px;
	height:15px;
	cursor:pointer;
}

#recherche #comparatif .col .mainphoto{
	max-width:130px;
	max-height:130px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#recherche #comparatif .col a.fullsize{
	display:block;
	text-align:center;
	height:133px;
	line-height:133px;
}

#recherche #comparatif .col .remove{
	position:absolute;
	top:5px;
	right:5px;
}

#recherche #comparatif .onglet{
	top:0px;
}

#recherche #comparatif #col1{
	border-left:1px dotted #000000;
	width:242px;
}

#recherche #comparatif .col{
	text-align:center;
	position:relative;
	float:left;
        border-top:1px dotted #000000;
	border-right:1px dotted #000000;
	width:241px;
	margin-bottom: 30px;
        padding-right: 0px;
        padding-left: 0px;
}

#recherche #comparatif .col .maintitle{
	position:absolute;
	top:150px;
	width:240px;
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height:50px;
	background:url('../images/structure/degrade-gris-clair-fond-top-accueil.gif') repeat-x bottom;
	border-top:1px dotted #000000;
	padding:5px 2px;
        line-height:14px;
}

#recherche #comparatif .col .maintitle::after,
#recherche #comparatif .col .maintitle::before{
        content: none;
        margin: 0px;
        flex: 0px;
}

#recherche #comparatif .col .avisprix {
	position:relative;
	top:66px;
	border-top:1px dotted #000000;
}

#recherche #comparatif .col .avisprix section, #recherche #comparatif .col .avisprix div{
	float:left;
}

#recherche #comparatif .col .moystars{
	padding-top:5px;
	width:120px;
	height:25px;
	text-align:center;
}

#recherche #comparatif .col .moystars .title{
	background:transparent;
	border-top:0;
	text-transform:uppercase;
	color:#424242;
	font-size:8px;
	font-weight:bold;
	font-family:Verdana;
	display:block;
}

#recherche #comparatif .col .stock{
	margin:5px 20px;
	width:80px;
	padding:0 5px;
	vertical-align:middle;
	height:30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family:Verdana;
}

#recherche #comparatif .col .stock span{
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
	font-size:10px;
	text-transform:uppercase;
}

#recherche #comparatif .col .reappro{
	background-color:#ee673a;
}

#recherche #comparatif .col .dispo{
	background-color:#3dae48;
}

#recherche #comparatif .col .commande{
	background-color:#a35ba3;
        border-radius:2px;
}

#recherche #comparatif .col .infosprix{
	margin:5px 10px;
	width:100px;
	text-align:right;
}

#recherche #comparatif .col .infosprix .prix{
	font-size:15px;
	font-weight:bold;
	display:block;
	letter-spacing:1px;
}

#recherche #comparatif .col .infosprix .prix sup{
	bottom:5px;
	font-size:10px;
}

#recherche #comparatif .col .infosprix .eco{
	font-size:7px;
	font-weight:bold;
	font-family:Verdana;
}

#recherche #comparatif .ajoutpanier{
	margin:4px 10px 4px 30px;
	width:80px;
	border-radius:2px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana;
	text-align:center;
	padding:3px 5px;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x bottom;
	cursor:pointer;
}

#recherche #comparatif .categcrit{
	text-align:left;
	position:relative;
	clear:both;
	border-top:1px dotted #000000;
	padding:5px;
	top:72px;
}

#recherche #comparatif .categcrit .title{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#recherche #comparatif .categcrit p{
	padding:0;
	margin:0;
}

#recherche #comparatif .voirfiche{
	margin-top:75px;
	height:22px;
	text-align:center;
	text-transform:uppercase;
	background-color:#bdbec1;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding-top:2px;
	font-weight:bold;
}

#recherche #comparatif .voirfiche a{
	color:#000000;
	text-decoration:none;
	display:block;
}

#page, #pagee{
	margin-top:10px;
        margin-left:5px;
	width:960px;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}

#pagination{
	float:left;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

#pagination a{
	display:block;
	font-size:9px;
	height:12px;
	padding-top:8px;
	font-family:Verdana;
	text-transform:uppercase;
	cursor:pointer;
        text-decoration: none;
}

#pagination .page{
	float:left;
	text-align:center;
	margin:0 1px;
        color:black;
}

#pagination .prevsuiv{
	font-weight:bold;
	width:75px;
	background-color:#d4d4d8;
	color:#000000;
	border:1px solid #000000;
	margin:0 1px;
	letter-spacing:1px;
	padding-top:4px;
	height:23px;
	float:left;
	text-align:center;
}

#pagination #first{
	font-weight:bold;
	width:25px;
	background-color:#d4d4d8;
	color:#000000;
	border:1px solid #000000;
	margin:0 1px 0 0;
	letter-spacing:1px;
	padding-top:4px;
	height:23px;
	float:left;
	text-align:center;
}

#pagination #last{
	font-weight:bold;
	width:25px;
	background-color:#d4d4d8;
	color:#000000;
	border:1px solid #000000;
	margin:0 0 0 1px;
	letter-spacing:1px;
	padding-top:4px;
	height:23px;
	float:left;
	text-align:center;
}

#pagination .current{
	background-color:#7a1500;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
	height:23px;
	margin:0 1px;
	letter-spacing:1px;
	border:1px solid #000000;
}

#page.sl .ui-slider-handle{
	background:url("../images/structure/bouton-slider.gif");
	width:9px;
	height:15px;
	border:0;
	cursor:pointer;
	margin:0 -5px;
}

#page.sl{
	height:20px;
	background:url("../images/structure/slider.jpg") no-repeat center;
	width:950px;
}

#page.sl .ui-slider{
	background:transparent;
	top:5px;
	border:0;
	width:940px;
	left:5px;
}


#pagee #cursor{
	position:absolute;
	background-color:#7a1500;
	border:1px solid #000000;
	left:1px;
	top:28px;
	width:3px;
	height:6px;
}

#cart #currentnav, #login #currentnav, #transporteurs #currentnav, #paiement #currentnav, #confirmation #currentnav{
	color:#000000;
	text-transform:uppercase;
	background-color:#b5d7a9;
	height:20px;
	width:970px;
        font-size:10px;
}

#cart #currentnav .dark, #login #currentnav .dark, #transporteurs #currentnav .dark, #paiement #currentnav .dark, #confirmation #currentnav .dark{
	background-color:#48ae49;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana;
}

#currentnav .dark.last{
	width:372px;
}

#cart #currentnav .dark:first-child, #login #currentnav .dark:first-child, #transporteurs #currentnav .dark:first-child, #paiement #currentnav .dark:first-child, #confirmation #currentnav .dark:first-child{
	padding-left:20px;
}


#cart #currentnav span, #cart #currentnav a,#login #currentnav span, #login #currentnav a, #transporteurs #currentnav span, #transporteurs #currentnav a, #paiement #currentnav span, #paiement #currentnav a, #confirmation #currentnav span, #confirmation #currentnav a{
	display:block;
	float:left;
	height:20px;
	padding:2px;
	font-weight:bold;
	font-family:Verdana;
}

#cart #recappanier, #detailcommande #recappanier{
	width:970px;
	border:1px solid #000000;
}

a#wishlist{
	border:0;
}

#cart .maintitles, #detailcommande .maintitles, #wishlist .maintitles{
	clear:both;
	text-transform:uppercase;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x center;
	height:20px;
	width:970px;
	font-family:Verdana;
}

#wishlist .maintitles {
        margin-top:20px;
}

#cart .maintitles span:first-child, #detailcommande .maintitles span:first-child, #wishlist .maintitles span:first-child{
	text-align:left;
	font-size:12px;
	padding-left:25px;
	padding-top:2px;
	height:18px;
	display:block;
}

#cart .maintitles span:first-child {
        padding-top:0px;
}

#recappanier .maintitles #mycart{
	width:500px;
	float:left;
}

#wishlist .maintitles #mycart{
	width:590px;
	float:left;
}

#recappanier .maintitles #pu{
	margin-top:2px;
	display:block;
	width:140px;
	text-align:center;
	float:left;
}

#recappanier .maintitles #dispo, #wishlist .maintitles #dispo{
	margin-top:2px;
	display:block;
	width:105px;
	text-align:center;
	float:left;
}

#wishlist .maintitles #dispo{
	margin-top:2px;
	width:105px;
}

#recappanier .maintitles #qte, #wishlist .maintitles #pt{
	margin-top:2px;
	display:block;
	width:80px;
	text-align:center;
	float:left;
}

#wishlist .maintitles #pt{
	width:105px;
}

#wishlist .maintitles #act{
	margin-top:2px;
	display:block;
	width:160px;
	text-align:center;
	float:left;
}

#recappanier .maintitles #pt{
	margin-top:2px;
	display:block;
	width:135px;
	text-align:center;
	float:left;
}

#cart #recappanier .row, #cart #accessoires .row, #detailcommande #recappanier .row, #wishlist .row{
	position:relative;
	border-top:1px dotted #a8a8a8;
	height:80px;
        margin-left:0px;
}

#wishlist .row {
    border-top:0px dotted #a8a8a8;
    border-bottom:1px dotted #a8a8a8;
}

#cart .row a.fullsize, #detailcommande .row a.fullsize, #wishlist .row a.fullsize{
	width:90px;
	text-align:center;
}

#cart #recappanier .row:first-child, #cart #accessoires .row:first-child, #detailcommande #recappanier .row:first-child, #wishlist .row:first-child{
	border-top:0;
}

#cart #recappanier .row img, #cart #accessoires .row img, #detailcommande #recappanier .row img, #wishlist .row img{
	padding:0;
	max-height:60px;
	max-width:80px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#cart #recappanier .row .describe, #cart #accessoires .row .describe, #detailcommande #recappanier .row .describe, #wishlist .row .describe{
	position:absolute;
	left:100px;
	top:10px;
	width:500px;
}

#cart #recappanier .row .title, #cart #accessoires .row .title, #detailcommande #recappanier .row .title, #wishlist .row .title {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	z-index:2;
}

#cart #recappanier .row p, #cart #accessoires .row p, #detailcommande #recappanier .row p, #wishlist .row p{
	padding:0;
	line-height:1.2;
	z-index:1;
}

#cart #recappanier .row .prixunit, #detailcommande #recappanier .row .prixunit{
	position:absolute;
	left:500px;
	border-left:1px dotted #a8a8a8;
	height:80px;
	padding-right:10px;
	width:130px;
}

#cart #recappanier .row .prixunit {
        width:140px;
}

#cart #recappanier .row .prixttc, #cart #accessoires .row .prixttc, #detailcommande #recappanier .row .prixttc, #wishlist .row .prixttc{
	font-weight:bold;
	font-size:16px;
	position:relative;
	display:block;
	margin-top:20px;
	text-align:right;
}

#wishlist .row .prixttc {
    margin-top:28px;
}

#cart .prixttc sup, #cart .prixht sup, #detailcommande .prixttc sup, #detailcommande .prixht sup, #wishlist .prixttc sup{
	position:relative;
	vertical-align:baseline;
	bottom:5px;
	font-size:0.6em;
}

 #cart .prixht sup, #detailcommande .prixht sup{
	bottom:4px;
}

#cart .prixttc sub, #cart .prixht sub, #detailcommande .prixttc sub, #detailcommande .prixht sub, #wishlist .prixttc sub{
	position:relative;
	vertical-align:baseline;
	bottom:0px;
	left:2px;
	font-size:0.5em;
}

#cart .prixht sub, #detailcommande .prixht sub{
	font-size:0.6em;
}

#cart .prixht, #detailcommande .prixht{
	font-weight:bold;
	font-size:12px;
	position:relative;
	display:block;
	color:#a6a7ab;
	text-align:right;
}

#cart #recappanier .row .stock,#detailcommande #recappanier .row .stock, #wishlist .row .stock{
	position:absolute;
	left:640px;
	border-left:1px dotted #a8a8a8;
	height:80px;
}

#wishlist .row .stock{
	left:595px;
}

#cart #recappanier .row .prixtotal, #detailcommande #recappanier .row .prixtotal{
        position: absolute;
        left: 825px;
        height: 80px;
        padding-right: 10px;
        width: 130px;
}

#cart #recappanier .row .prixtotal {
        padding-right: 5px;
        width: 140px;
}

#cart #recappanier .row .quantite, #detailcommande #recappanier .row .quantite{
        position: absolute;
        left: 745px;
        height: 79px;
        background-color: #E6E6E7;
        padding: 15px;
}

#cart #recappanier .row .quantite {
        width:75px;
}

#cart #recappanier .row .quantite .qteoffert, #detailcommande #recappanier .row .quantite .qteoffert{
	text-align:center;
	display:block;
	font-weight:bold;
	width:50px;
	margin-top:14px;
	font-size:15px;
}

#cart #recappanier .row .quantite .qte, #detailcommande #recappanier .row .quantite .qte{
	margin-left:5px;
	width:30px;
	height:18px;
	border:1px solid #5b5c5e;
	text-align:center;
	margin-bottom:5px;
}

#cart #recappanier .row .quantite .qte {
        height:22px;
}

#cart #recappanier .rowoffert, #detailcommande #recappanier .rowoffert{
	border-top:0;
	height:81px;
}

#cart #recappanier .rowoffert .link, #detailcommande #recappanier .rowoffert .link{
	position:absolute;
	border-bottom:1px dotted #a8a8a8;
	border-left:1px dotted #a8a8a8;
	width:30px;
	height:30px;
	left:50px;
	top:10px;
}

#cart #recappanier .rowoffert a.fullsize, #detailcommande #recappanier .rowoffert a.fullsize{
	position:absolute;
	left:90px;
	width:90px;
	text-align:center;
}

#cart #recappanier .rowoffert .describe, #detailcommande #recappanier .rowoffert .describe{
	position:absolute;
	left:190px;
	top:10px;
	width:350px;
}

#cart #recappanier .rowoffert .prixunit, #detailcommande #recappanier .rowoffert .prixunit{
	border-top:1px dotted #a8a8a8;
	width:130px;
}

#cart #recappanier .rowoffert .stock, #detailcommande #recappanier .rowoffert .stock{
	border-top:1px dotted #a8a8a8;
	width:105px;
}

#cart #recappanier .rowoffert .quantite, #detailcommande #recappanier .rowoffert .quantite{
	border-top:1px dotted #a8a8a8;
	width:50px;
}

#cart #recappanier .rowoffert .quantite {
        width:75px;
        height: 81px;
}

#cart #recappanier .rowoffert .prixtotal, #detailcommande #recappanier .rowoffert .prixtotal{
	border-top:1px dotted #a8a8a8;
	width:130px;
}

#cart #recappanier .rowoffert .prixtotal {
        width:140px;
}

#cart #recappanier .row .prixttcoffert, #detailcommande #recappanier .row .prixttcoffert{
	font-weight:bold;
	font-size:15px;
	position:relative;
	display:block;
	margin-top:29px;
        margin-left:10px;
	text-align:center;
	color:#48AE49;
}

#cart #recappanier .row .button, #detailcommande #recappanier .row .button{
	width:15px;
	height:11px;
	border:0;
	top:15px;
	position:absolute;
	cursor:pointer;
}

#cart #recappanier .row .more{
	background:url('../images/structure/more.gif') no-repeat;
}

#cart #recappanier .row .less{
	background:url('../images/structure/less.gif') no-repeat;
	top:26px;
}

#cart #recappanier .row .removethis{
	display:block;
	font-size:8px;
	text-transform:uppercase;
	text-align:center;
	color:#ce2a33;
	text-decoration:none;
	font-weight:bold;
}

#cart #recappanier .row .removethis:hover{
	text-decoration:underline;
}

#cart #options{
	float:left;
	border:1px solid #000000;
}

#cart #options .rowopt, #cart #optionsdispo .rowopt{
	position:relative;
	height:48px;
}

#cart #options .rowopt .garantie, #cart #optionsdispo .rowopt .garantie{
	position:absolute;
	background-color:#48ae49;
	color:#ffffff;
	width:70px;
	padding:2px 5px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	top:5px;
	left:5px;
}

#cart #options .rowopt .garantie span, #cart #optionsdispo .rowopt .garantie span{
	display:block;
}

#cart #options .rowopt .garantie .bigger, #cart #optionsdispo .rowopt .garantie .bigger{
	font-size:15px;
}

#cart #options .rowopt .descopt, #cart #optionsdispo .rowopt .descopt{ 
	position:absolute;
	top:10px;
	left:100px;
}

#cart #options .rowopt .descopt .title, #cart #optionsdispo .rowopt .descopt .title{ 
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	font-size:11px;
}

#cart #options .rowopt .descopt .prodopt, #cart #optionsdispo .rowopt .descopt .prodopt{ 
	color:#781500;
}

#cart #options .rowopt .suppr{
	position:absolute;
	left:765px;
	top:0;
	border-left:1px solid #5b5c5e;
	background-color:#e6e6e7;
	height:24px;
	padding:12px 10px;
	width:65px;
}

#cart #options .rowopt .suppr .removethis{
	display:block;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ce2a33;
	text-decoration:none;
}

#cart #options .rowopt .prixtotal{
	position:absolute;
	left:850px;
	border-left:1px solid #000000;
	height:48px;
	padding-right:20px;
	width:100px;
}

#cart #options .rowopt .prixttc{
	font-weight:bold;
	font-size:15px;
	position:relative;
	display:block;
	margin-top:5px;
	text-align:right;
}

#cart #infosstock{
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	width:490px;
	border:1px solid #000000;
	padding:5px 0 5px 5px;
	background-color:#e6e6e7;
}

#cart #infosstock .stock{
	font-size:12px;
	display:block;
	height:30px;
	line-height:30px;
        clear: both;
}

#cart #infosstock .stock section,#cart #infosstock .stock div{
	margin:8px 0;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	margin-right:10px;
        float:left;
}


#cart #infosstock .stock span{
	line-height:30px;
	width:auto;
        float:left;
}

#cart .stock .dispo, #detailcommande .stock .dispo, #wishlist .stock .dispo{
	width:50px;
	height:15px;
	border:1px solid #000000;
	background-color:#48ae49;
	margin:30px 25px;
}

#cart .stock .nomore, #detailcommande .stock .nomore, #wishlist .stock .nomore{
	width:50px;
	height:15px;
	border:1px solid #000000;
	background-color:#d37b33;
	margin:30px 25px;
}

#cart .stock .commande, #detailcommande .stock .commande, #wishlist .stock .commande{
	width:50px;
	height:15px;
	border:1px solid #000000;
	background-color:#a35ba3;
	margin:30px 25px;
}

#cart .stock .empty, #detailcommande .stock .empty, #wishlist .stock .empty{
	width:50px;
	height:15px;
	border:0px solid #000000;
	background-color:#ffffff;
	margin:30px 25px;
}

#cart .stock div {
    display: none;
}

#cart #paniermemo{
	float:left;
	margin:15px 0 15px 15px;
	width:230px;
	height:105px;
	border:1px solid #000000;
	padding:5px;
        line-height:1.3;
}

#cart #paniermemo #left, #cart #paniermemo #right{
	float:left;
	text-align:center;
	font-size:11px;
}

#cart #paniermemo #center{
	float:left;
	width:68px;
	text-align:center;
	padding-top:5px;
}

#cart #paniermemo #left{
	padding-top:2px;
        width:80px;
}

#cart #paniermemo #right{
	padding-top:25px;
        width:60px;
}

#cart #paniermemo #center img:first-child{
	margin-left:15px;
}

#cart #paniermemo #icone{
	visibility:hidden;
}

#cart #paniermemo a{
	display:block;
	text-decoration:none;
	color:#000000;
}

#cart #paniermemo a:hover{
	text-decoration:underline;
}

#cart #paniermemo span{
	font-weight:bold;
	font-size:12px;
}

#ui-dialog-title-dialogmemo{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#dialogmemo .paniers, #dialogwl .listes{
	position:relative;
	width:490px;
	border:1px solid #000000;
	cursor:pointer;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
}

.infos #dialogmemo, #dialogwl, #gestavis{
    padding-top: 10px;
    margin: auto;
    width: 550px;
}

.infos #dialogmemo .paniers, #dialogwl .listes, #gestavis .avis{
	width:550px;
}

#gestavis .avis{
	width:608px;
	position:relative;
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
}

#gestavis .avis p{
	width:460px;
}

#gestavis .avis .title{
	text-decoration:none;
}

#gestavis .avis a.title:hover{
	text-decoration:underline;
}

#dialogmemo .paniers a.nomprod, #dialogwl .listes a.nomprod{
	text-decoration:none;
	color:#000000;
}

#dialogmemo .paniers .prix, #dialogwl .listes .prix{
	float:left;
	width:55px;
	min-width:55px;
	max-width:55px;
	text-align:right;
}

#dialogmemo .paniers a.addtocart, #dialogwl .listes a.viewwl, #gestavis .avis a.viewavis{
	clear:both;
	margin-top:20px;
	display:block;
	background-color:#E6E6E7;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	padding: 3px 5px;
	text-align:right;
	border-top:1px solid #000000;
}

.infos #dialogmemo .paniers, #dialogwl .listes, #gestavis .avis{
	padding-bottom:0;
}

#dialogmemo .paniers a.nomprod:hover, #dialogwl .listes a.nomprod:hover{
	text-decoration:underline;
}

#dialogmemo .paniers .delete, #dialogwl .listes .delete, #gestavis .avis .delete{
	position:absolute;
	color:#ff0000;
	right:5px;
	top:0;
	padding:2px 0;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	min-width:0;
	max-width:100%;
	cursor:pointer;
}

#dialogmemo .paniers:hover{
	background-color:#B5D7A9;
}

.infos #dialogmemo .paniers:hover{
	background:transparent;
}

#dialogmemo .paniers .title, #dialogwl .listes .title, #gestavis .avis .title{
	clear:both;
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	background-color:#000000;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}

#dialogmemo .paniers .nomprod, #dialogwl .listes .nomprod{
	padding-left:5px;
	clear:both;
	float:left;
	width:460px;
	min-width:460px;
	max-width:460px;
        line-height: 20px;
}

#dialogmemo .paniers .qt{
	float:left;
	margin-left:5px;
	width:15px;
	min-width:15px;
	max-width:15px;
	text-align:right;
	padding-right:5px;
}

#gestavis .avis .eachstars{
	float:left;
	margin:5px;
}

#gestavis .avis .titreavis{
	float:left;
	margin:7px 0;
	font-weight:bold;
	font-size:11px;
	min-width:0px;
	max-width:100%;
}

#gestavis .avis .green, #gestavis .avis .orange{
	float:right;
	min-width:0px;
	max-width:100%;
	margin:7px 10px;
	font-weight:bold;
}

#gestavis .avis .orange{
	color:#ee673a;
}

#conf label, #conf input{
	display:block;
	width:90%;
}

#conf label{
	margin-top:5px;
}

#conf .red{
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

#conf #capt{
	margin-top:5px;
}

#detailcommande #recappanier{
	clear:both;
	position:relative;
	top:20px;
	margin:40px 0;
}

#cart #recapprix .remise, #paiement #recapprix .remise, #detailcommande #recapprix .remise {
    background-color: #FFD700;
}

#cart #recapprix, #paiement #recapprix, #detailcommande #recapprix{
	float:right;
	width:223px;
	background-color:#000000;
	color:#efefef;
	font-weight:bold;
	margin-bottom:14px;
}

#cart #recapprix .remise{
        color:#342e2e;
}

#cart #recapprix .title, #cart #recapprix .bigtitle, #paiement #recapprix .title, #paiement #recapprix .bigtitle, #detailcommande #recapprix .title, #detailcommande #recapprix .bigtitle{
	float:left;
	clear:both;
	width:125px;
	height:34px;
	border-right:1px dotted #d1d1d3;
	border-bottom:1px dotted #d1d1d3;
	font-size:9px;
        padding:11px 0 0 5px;
}

#cart #recapprix .bigtitle, #paiement #recapprix .bigtitle, #detailcommande #recapprix .bigtitle{
	color:#ffffff;
        background: #781500;
	font-size:12px;
	border-bottom:1px solid #000000;
	line-height: 13px;
}

#cart #recapprix .bigtitle .subtitle, #paiement #recapprix .bigtitle .subtitle, #detailcommande #recapprix .bigtitle .subtitle {
        font-size:10px;
        text-transform:none;
}

#cart #recapprix .montant, #cart #recapprix .bigmontant, #paiement #recapprix .montant, #paiement #recapprix .bigmontant, #detailcommande #recapprix .montant, #detailcommande #recapprix .bigmontant{
	float:right;
	border-bottom:0;
	display:block;
	width:98px;
	height:34px;
	font-size:12px;
	border-bottom:1px dotted #d1d1d3;
	text-align:right;
	padding-right:5px;
        padding-top:10px;
}

#cart #recapprix #supparts {
	background-color:#e6e6e7;
	color: #ce2a33;
	text-align: center;
	display: block;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding: 8px 0 9px 0;
	text-decoration:none;
}

#cart #recapprix .bigmontant, #paiement #recapprix .bigmontant, #detailcommande #recapprix .bigmontant{
	color:#ffffff;
        background: #781500;
	font-size:16px;
	border-bottom:1px solid #000000;
	height:34px;
	padding-top:6px;
}

#cart #recapprix .montant sup,#cart #recapprix .bigmontant sup, #paiement #recapprix .montant sup, #paiement #recapprix .bigmontant sup, #detailcommande #recapprix .montant sup, #detailcommande #recapprix .bigmontant sup{
	position:relative;
	vertical-align:baseline;
	bottom:3px;
	font-size:0.7em;
}

#cart #recapprix .bigmontant sup, #paiement #recapprix .bigmontant sup, #detailcommande #recapprix .bigmontant sup{
	bottom:6px;
	font-size:0.8em;
	bottom:3px;
}

#cart #estimefdp{
	position:relative;
	float:left;
	width:750px;
	height:43px;
	border-radius:2px;
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:14px;
}

#cart #estimefdp img{
	border-radius:2px 0 0 2px;
	height:35px;
	background-color:#e6e6e7;
	padding:5px;
}

#cart #estimefdp .title{
	background-color:#ffffff;
	padding:0 5px;
	position:absolute;
	top:0;
	left:120px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

#cart #estimefdp hr{
	position:absolute;
	top:3px;
	left:90px;
	border:0;
	border-top:1px dotted #a8a8a8;
	width:460px;
}

#cart #estimefdp label{
	position:relative;
	top:-10px;
	left:30px;
}

#cart #estimefdp select{
	position:relative;
	top:-10px;
	font-size:10px;
	border:1px solid #000000;
	border-radius:2px;
	left:30px;
	margin-right:20px;
}

#cart #estimefdp #prixfdp{
	position:relative;
	float:right;
	width:190px;
	height:43px;
	font-size:10px;	
	border-radius:2px;
	background-color:#e6e6e7;
}

#cart #estimefdp #prixfdp .title{
	position:relative;
	display:block;
	top:0;
	left:0;
	font-weight:normal;
	font-size:11px;
	background-color:#e6e6e7;
	padding:0;
	margin:0 10px;
	text-transform:none;
}

#cart #estimefdp #prixfdp #fdp{
	display:block;
	padding:0;
	margin:5px 5px 0 10px;
}

#cart #estimefdp #prixfdp #fdp sup{
	position:relative;
	vertical-align:baseline;
	bottom:4px;
	font-size:0.6em;
}

#cart #estimefdp #prixfdp #fdp sub{
	position:relative;
	vertical-align:baseline;
	bottom:0px;
	font-size:0.5em;
	margin-left:2px;
}

#cart #estimefdp #prixfdp #delai{
        display:block;
	bottom:2px;
	margin:3px 5px 0 10px;
}

#cart #poidspanier{
	position:relative;
	top:10px;
	left:2px;
	width:200px;
	clear:both;
}

#cart #widerrufsrecht{
	position:relative;
	top:0px;
	left:10px;
	width:750px;
        line-height:30px;
	clear:both;
}

#cart .checkoutweiter {
        float:left;
        width:225px;
}

#cart a.widerruf{
        text-decoration:underline;
        font-weight:bold;
        color: black;
}
    
#continue, #cart #valider{
	margin-left:14px;
	cursor:pointer;
	font-family:Arial;
	width:204px;
	padding:3px 0 3px 0;
	text-align:center;
	border:0;
	color:#ffffff;
	text-transform:uppercase;
	white-space:normal;
}

#cart #valider a{
	color:#ffffff;
	text-decoration:none;
}

#cart #promo{
	float:left;
	display:block;
	width:750px;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
}
	
#continue{
	width:254px;
	float:left;
	background:url('../images/structure/degrade2-page-produit.gif') repeat-x top #231F20;
	margin:0 8px;
	text-decoration:none;
}

#btncontinue hr{
	float:left;
	width:350px;
	margin-top:20px;
	border:0;
	border-top:1px dotted #000000;
}

#continue span, #continue a, #cart #valider span{
	font-size:12px;
        font-family:Verdana;
	display:block;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	color:#ffffff;
}

#continue .sub, #cart #valider .sub{
	font-size:9px;
}

#btncontinue{
	position:relative;
	clear:both;
	width:970px;
	height:40px;
	margin:30px 0px;
	overflow:hidden;
}

#cart #valider span{
	/* margin:0 45px; */
	font-size:12px
}

#cart #valider .sub{
	margin:5px 0 0 0;
}

#cart #valider{
	float:right;
}

#cart #valider #btnvalider{
	margin-top:17px;
	background:url("../images/structure/bouton-valider-panier.png") no-repeat;
	height:70px;
	width:204px;
	border:0;
	cursor:pointer;
}

#cart #valider #precisions{
	position:absolute;
	left:0;
	margin-top:5px;
	width:747px;
}

#cart #btnfinish{
	background:url("../images/structure/bouton-bestellen.png") no-repeat;
	height:55px;
	width:224px;
	border:0;
	cursor:pointer;
}

#cart #validcgv{
	float:right;
	margin-left:14px;
	width:204px;
}

#cart #condvente{
	padding:5px;
	color:#000000;
        width:730px;
        height:auto;
        text-align:left;
        font-size:12px;
        background:#DFFDD3
}

#cart #condvente.green{
	background-color:#B5D7A9;
	border:1px solid #000000;
}

#cart #condvente.red{
	background-color:#B5D7A9;
	border:2px solid #ff0000;
	width:730px;
}

#cart #condvente input{
	float:left;
}

#cart #condvente a{
	color:#000000;
	font-weight:bold;
}

#cart #optionsdispo{
	float:left;
	margin-top:60px;
	border:1px solid #000000;
}

#cart #optionsdispo .rowopt{
	border-bottom:1px dotted #a8a8a8;
}

#cart #optionsdispo .rowopt:last-child{
	border-bottom:0;
}

#cart #optionsdispo .rowopt .prixtotal{
	position:absolute;
	left:660px;
	top:0;
	border-left:1px dotted #a8a8a8;
	height:48px;
	padding-right:20px;
	width:90px;
}

#cart #optionsdispo .rowopt .prixttc{
	font-weight:bold;
	font-size:15px;
	position:relative;
	display:block;
	margin-top:15px;
	text-align:right;
}

#cart #optionsdispo .rowopt .sms{
	width:80px;
	text-align:center;
}

#cart #optionsdispo .rowopt .ajoutpanier{
	position:absolute;
	top:0;
	left:760px;
	border-left:1px dotted #a8a8a8;
	height:48px;
	line-height:48px;
}

#cart #optionsdispo .rowopt .ajoutpanier .boutonajout, #cart #accessoires .row .ajoutpanier .boutonajout{
	text-decoration:none;
	border-radius:3px;
	margin:0 10px;
	padding:9px 0;
	text-align:center;
	display:block;
	height:auto;
	width:185px;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x center ;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	color:#ffffff;
	text-transform:uppercase;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#cart div#valider.codeeingabeg,
#cart div#valider.bemerkeingabeg {
        position:relative;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        cursor:default;
        width:735px;
        height:auto;
        text-align:left;
        margin:0px;
        background:#231f20;
}

#cart .codeeingabelabel {
        display:block;
        width:320px;
        font-size:12px;
        padding-left:6px; 
        line-height:25px; 
        font-weight:bold; 
        font-family:Verdana;
}

#cart #valider #codeeingabebox {
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
}

#cart div#valider.codeeingabeg .codeeingabefeld,
#cart div#valider.bemerkeingabeg .notizeingabefeld {
        display:block;
        width:200px;
        margin-right:10px;
        height:26px;
        border:1px solid #000;
        color:black;
}

#cart div#valider.bemerkeingabeg .notizeingabefeld {
        width:380px;
}

#cart div#valider.codeeingabeg #codeeingabebutton {
        display:block;
        text-transform:uppercase;
        cursor:pointer;
        letter-spacing:1px;
        font-size:11px;
        font-weight:bold;
        border-radius: 2px 0 0 2px;
        height:25px;
        color:#fff; margin:0;
        border:0;
        background:url('../images/structure/degrade-bouton-vert.gif') repeat-x;
}

#wishlist .row .ajoutpanier .boutonajout, #wishlist .row .ajoutpanier .boutonsuppr, #wishlist .row .ajoutpanier .boutondeplacer{
	text-decoration:none;
	border-radius:3px;
	margin:5px 7px;
	text-align:center;
	display:block;
	height:24px;
	font-size:10px;
	color:#ffffff;
}

#wishlist .row .ajoutpanier .boutonajout{
	width:152px;
	padding:5px 0;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x center ;
	text-transform:uppercase;
	font-weight:bold;
}

#wishlist .row .ajoutpanier .boutonsuppr, #wishlist .row .ajoutpanier .boutondeplacer{
	width:152px;
	padding:2px 0;
	background-color:#E6E6E7;
	border:1px solid #afafaf;
	color:#000000;
	border-radius:3px;
	font-size:10px;
}

#cart #accessoires #acc{
	float:left;
	margin: 25px 0;
	border:1px solid #000000;
}

#cart #accessoires .row .prixtotal{
	position:absolute;
	left:620px;
	top:0;
	border-left:1px dotted #a8a8a8;
	height:80px;
	width:125px;
}

#wishlist .row .prixtotal{
	position:absolute;
	left:695px;
	top:0;
	border-left:1px dotted #a8a8a8;
	height:80px;
	width:95px;
}

#cart #accessoires .row .prixtotal .ecotaxe, #wishlist .row .prixtotal .ecotaxe{
	display:block;
	text-align:right;
	font-size:9px;
	font-weight:bold;
}

#cart #accessoires .row .ajoutpanier{
	position:absolute;
	top:0;
	left:760px;
	border-left:1px dotted #a8a8a8;
	height:80px;
	line-height:75px;
}

#wishlist .row .ajoutpanier{
	position:absolute;
	top:0;
	left:800px;
	border-left:1px dotted #a8a8a8;
	height:80px;
}

#login{
	width:100%;
}

#login .formident{
	width:480px;
	margin: 0px 2px 10px 2px;
}

#carnetadresse fieldset{
	position:relative;
	overflow:hidden;
	border:0;
	margin-top:10px;
	padding:0;
}

#login .formident fieldset{
	position:relative;
	overflow:hidden;
	margin-top:20px;
	border:1px solid #000000;
	width:480px;
	padding:0;
}

#login .formident fieldset legend{
	width:478px;
	height:20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	top:0px;
	text-align:center;
	color:#ffffff;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x center;
}

#login .formident fieldset label{
	width:100px;
	display:block;
	clear:both;
	float:left;
	margin-left:50px;
	font-size:12px;
	margin-bottom:15px;
	height:20px;
	padding-top:4px;
}

#login .formident fieldset input{
	width:250px;
	border:1px solid #000000;
	height:24px;
	margin-bottom:15px;
}

#login .formident fieldset .title{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:20px;
}

#login .formident .whitebg{
	padding:3px 0 0 0;
	margin:0;
	clear:both;
	height:15px;
	padding-top:2px;
	width:100%;
	display:block;
	color:#000000;
	text-align:center;
	text-decoration:none;
}

#login .formident fieldset .formselected{
	position:relative;
	overflow:hidden;
	margin:25px 5px 5px 5px;
	background-color:#edf5e9;
	width:470px;
        height:200px;
}

#login .formident fieldset .formunselected{
	position:relative;
	overflow:hidden;
	margin:25px 5px 5px 5px;
	background-color:#e6e6e7;
	width:470px;
        height:200px;
}

#login #dejaclient{
	float:left;
}

#login #nouveauclient{
	float:right;
}

#login #nouveauclientnojs{
	margin:10px auto;
}

#login #nouveauclient #enregclient .whitebg .subtitle, #login #nouveauclientnojs #enregclient .whitebg .subtitle{
	float:none;
	margin:0;
	width:auto;
	font-size:11px;
}

#login #nouveauclient .title, #login #nouveauclientnojs .title{
	margin-bottom:40px;
}

#login #nouveauclient input[type="button"], #login #nouveauclientnojs input[type="button"]{
	margin-top:20px;
	margin-bottom:26px;
}

#login #nouveauclient #enregclient{
	display:none;
	margin-bottom:5px;
}

#login #nouveauclient #enregclient .llight, #carnetadresse .llight, #login #nouveauclientnojs #enregclient .llight{
	margin-left:5px;
        line-height:30px;
	width:470px;
	position:relative;
	overflow:hidden;
	background-color:#edf5e9;
}

#login #nouveauclient #enregclient .ldark, #carnetadresse .ldark, #login #nouveauclientnojs #enregclient .ldark{
	margin-left:5px;
        line-height:30px;
	width:470px;
	position:relative;
	overflow:hidden;
	background-color:#e1efdc;
}

#login #nouveauclient #enregclient label,
#login #nouveauclient #enregclient input, 
#login #nouveauclient #enregclient select, 
#login #nouveauclient #enregclient span,
#carnetadresse label,#carnetadresse input, 
#carnetadresse select, #carnetadresse span, 
#login #nouveauclientnojs #enregclient label,
#login #nouveauclientnojs #enregclient input, 
#login #nouveauclientnojs #enregclient select, 
#login #nouveauclientnojs #enregclient span{
	float:left;
	clear:none;
}

#login #nouveauclient #enregclient input, 
#login #nouveauclient #enregclient select, 
#carnetadresse input, #carnetadresse select, 
#login #nouveauclientnojs #enregclient input, 
#login #nouveauclientnojs #enregclient select{
	border:1px solid #000000;
	height:24px;
	width:220px;
        font-size:12px;
	margin-top:5px;
	margin-bottom:7px;
}

#carnetadresse a{
	clear:both;
	display:block;
	border-radius:3px;
	height:25px;
	font-weight:bold;
	width:220px;
	margin-top:50px;
	margin-bottom:7px;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:4px;
	margin:auto;
}

.newsletter_txt_box {
        height:auto; 
        width:915px; 
        border:1px solid silver; 
        border-radius:5px;
}

#login #nouveauclient #enregclient #nl #newsletter, #login #nouveauclientnojs #enregclient #nl #newsletter{
	width:20px;
	margin-left:30px;
	margin-top:5px;
}

#login #nouveauclient #enregclient #nl label, #login #nouveauclientnojs #enregclient #nl label{
	display:block;
	width:400px;
        margin-left:10px;
}

#login #nouveauclient #enregclient #dob, #login #nouveauclientnojs #enregclient #dob{
	width:100px;
}

#login #nouveauclient #enregclient .ui-datepicker-trigger{
	margin:8px 10px;
}

#login #nouveauclient #enregclient input[type="radio"], #carnetadresse input[type="radio"], #login #nouveauclientnojs #enregclient input[type="radio"]{
	width:14px;
	margin:8px 30px 8px 8px;
        
}

#login #nouveauclient #enregclient label, #carnetadresse label, #login #nouveauclientnojs #enregclient label{
	font-size:12px;
        width:35px;
	margin: 2px 0 0 0;
}

#login #nouveauclient #enregclient .ldark label:first-child, 
#login #nouveauclient #enregclient .llight label:first-child, 
#login #nouveauclient #enregclient span, 
#carnetadresse .ldark label:first-child, 
#carnetadresse .llight label:first-child, 
#carnetadresse span, 
#login #nouveauclientnojs #enregclient .ldark label:first-child, 
#login #nouveauclientnojs #enregclient .llight label:first-child, 
#login #nouveauclientnojs #enregclient span{
	width:200px;
	margin-left:30px;
}

#login #nouveauclient #enregclient span, #carnetadresse span, #login #nouveauclientnojs #enregclient span{
	margin-top:5px;
}

#login #nouveauclient #enregclient .lciv, #carnetadresse .lciv, #login #nouveauclientnojs #enregclient .lciv{
	margin-top:10px;
	width:25px;
	text-align:right;
}

#login #nouveauclient #enregclient .ldark .subtitle, #login #nouveauclient #enregclient .llight .subtitle, #carnetadresse .ldark .subtitle, #carnetadresse .llight .subtitle, #login #nouveauclientnojs #enregclient .ldark .subtitle, #login #nouveauclientnojs #enregclient .llight .subtitle{
	font-size:12px;
	margin:0;
}

#login #nouveauclient #enregclient input[type="submit"], 
#login #nouveauclient #enregclient input[type="button"], 
#login .formident fieldset input[type="button"], 
#login .formident fieldset input[type="submit"], 
#carnetadresse #validinfos, 
#login #nouveauclientnojs #enregclient input[type="submit"], 
#login #nouveauclientnojs #enregclient input[type="button"], 
.station_dhl {
	cursor:pointer;
	display:block;
	margin:5px 160px;
	height:36px;
	width:150px;
	font-size:13px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:3px;
	border:0;
	color:#ffffff;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x bottom ;
	clear:both;
}

#login .formident fieldset input[type=radio] {
        cursor:pointer;
        margin-left:20px;
}

#login #nouveauclientnojs #enregclient #lf_liefer_civ, 
#login #nouveauclientnojs #enregclient #lf_packst_civ, 
#login #nouveauclientnojs #enregclient #lf_filial_civ {
        width:150px;
        height:24px;
}
#login #nouveauclientnojs #enregclient #rech_rue,
#login #nouveauclientnojs #enregclient #lf_liefer_rue,
#login #nouveauclientnojs #enregclient #lf_packst_rue,
#login #nouveauclientnojs #enregclient #lf_filial_rue {
        width:170px;
        margin-right:10px;
}
#login #nouveauclientnojs #enregclient #rech_hnr,
#login #nouveauclientnojs #enregclient #lf_liefer_hnr,
#login #nouveauclientnojs #enregclient #lf_packst_hnr,
#login #nouveauclientnojs #enregclient #lf_filial_hnr {
        width:35px;
}
#login #nouveauclientnojs #enregclient #lf_packst_ville,
#login #nouveauclientnojs #enregclient #lf_filial_ville {
        width:170px;
        margin-right:18px;
}

#login #nouveauclientnojs #enregclient #labelschrift {
        font-size:11px;
        line-height:14px;
        height:50px;
}

#login #nouveauclientnojs #enregclient #punkt {
        float:left;
        margin-bottom:7px;
        margin-top:5px;
        height:20px;
        padding:5px;
        font-weight:bold;
}

#login #nouveauclientnojs #enregclient #rech_geb_t, 
#login #nouveauclientnojs #enregclient #rech_geb_m {
    width:25px;
    text-align:center;
    color:gray;
}

#login #nouveauclientnojs #enregclient #rech_geb_j {
    width:50px;
    text-align:center;
    color:gray;
}
        
#modifform fieldset{
	border:0;
}

#modifform .title{
	float:left;
	clear:both;
	display:block;
	width:200px;
	height:30px;
}

#modifform label{
	float:left;
}

#modifform input, #modifform select{
	width:200px;
	float:left;
}

#modifform input[type="radio"]{
	width:20px;
}

#transporteurs #adressefact, 
#paiement #adressefact,
#paiement #adressefactfinal,
#detailcommande #adressefact{
	background-color:#e9e9ea;
}

#transporteurs #adresseliv, #paiement #adresseliv, #transporteurs #adresserelais, #detailcommande #adresseliv{
	background-color:#edf5e9;
}

#transporteurs .adresse{
	position:relative;
	border:1px solid #000000;
	width:485px;
	float:left;
	padding:25px 5px 5px 5px;
	background-clip:content-box;
        height:auto;
	/* height:200px; */
}

#transporteurs .adresse .title{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:483px;
	height:25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x top #ffffff;
}

#transporteurs .adresse .ad{
	float:left;
	display:block;
	width:430px;
	padding:0;
	margin:5px 3px;
	font-weight:bold;
	font-size:12px;
}

#transporteurs .adresse .coord{
	float:left;
	display:block;
	width:235px;
	padding:0;
	margin:10px 3px 0 3px;
	font-size:11px;
}

#transporteurs .adresse .infostransp{
	display:block;
	width:230px;
	float:right;
	padding:0;
	margin:5px 0;
	font-size:11px;
}

#transporteurs .adresse .button{
	position:absolute;
	right:15px;
	bottom:5px;
	padding:3px 8px;
	background-color:#000000;
	border-radius:3px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#transporteurs .adresse .infostransp .bold, #paiement .adresse .infostransp .bold, #detailcommande .adresse .infostransp .bold{
	font-weight:bold;
	font-size:12px;
}

#transporteurs #listetransp{
	clear:both;
	width:100%;
	margin-bottom:30px;
}

#transporteurs #listetransp fieldset{
	width:100%;
	margin:0;
	padding:0;
	border:1px solid #000000;
}

#transporteurs #listetransp fieldset legend{
	background-color:#e6e6e7;
	width:970px;
	margin:20px 0px 0px 0px;
	padding:0;
	text-align:right;
	border:1px solid #000000;
	display:block;
	height:25px;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:10px;
}

#transporteurs #listetransp fieldset #domicile{
}

#transporteurs #listetransp fieldset .mode{
}

#transporteurs #listetransp fieldset .mode .title{
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:12px;
	font-family:Verdana;
	padding:2px 5px;
	width:970px;
	display:block;
}

#transporteurs #listetransp fieldset .mode .transpo{
	position:relative;
	overflow:hidden;
	height:70px;
	line-height:70px;
	border-bottom:1px dotted #a8a8a8;
}

#transporteurs #listetransp fieldset .mode .transpo:last-child{
	border-bottom:0;
}

#transporteurs #listetransp fieldset .mode .transpo .logo {
	float:left;
	display:block;
	width:200px;
	text-align:center;
}

#transporteurs #listetransp fieldset .mode .transpo .logo img{
	height:50px;
	margin:10px 0;
}

#transporteurs #listetransp fieldset .mode .transpo .livraison{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	width:250px;
}

#transporteurs #listetransp fieldset #autres .transpo .livraison{
	width:200px;
}

#transporteurs #listetransp fieldset .mode .transpo .pdrchoisi{
	width:200px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#transporteurs #listetransp fieldset .mode .transpo .pdrchoisi p{
	margin:0;
	padding:0;
}

#transporteurs #listetransp fieldset .mode .transpo .subtitle{
	font-weight:bold;
	display:block;
	font-size:11px;
}

#transporteurs #listetransp fieldset .mode .transpo .delai{
	position:absolute;
	left:545px;
	top:0;
	height:70px;
	width:300px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#781500;
}

#transporteurs #listetransp fieldset #pdr .transpo .delai{
	line-height:45px;
}

#transporteurs #listetransp fieldset .mode .transpo .info{
	line-height:13px;
	padding:5px 8px;
	position:absolute;
	left:565px;
	top:0;
	height:100%;
	width:235px;
	text-align:justify;
	font-size:11px;
}

#transporteurs #listetransp fieldset .mode .transpo .delai span{
	display:block;
	height:20px;
}

#transporteurs #listetransp fieldset .mode .transpo .delai .red{
	display:inline;
	color:#ff0000;
}

#transporteurs #listetransp fieldset .mode .transpo .delai a{
	color:#ffffff;
	background-color:#000000;
	border-radius:3px;
	padding:3px 8px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#transporteurs #listetransp fieldset .mode .transpo .prix, #transporteurs #listetransp fieldset .mode .transpo .gratuit{
	position:absolute;
	left:800px;
	top:0;
	height:70px;
	width:115px;
	text-align:right;
	font-size:28px;
	font-weight:bold;
	padding:0 5px 0 0;
	margin:0;
}

#transporteurs #listetransp fieldset .mode .transpo .moinscher{
	color:#48ae49;
	line-height:1.0;
	padding-top:25px;
	font-size:30px;
}

#transporteurs #listetransp fieldset .mode .transpo .moinscher span{
	margin-top:50px;
}
	

#transporteurs #listetransp fieldset .mode .transpo .moinscher .subtitle{
	font-size:10px;
	margin-top:5px;
}

#transporteurs #listetransp fieldset .mode .transpo .gratuit span{
	font-size:18px;
}

#transporteurs #listetransp fieldset .mode .transpo .gratuit.green span{
	font-size:20px;
}

#transporteurs #listetransp fieldset .mode .transpo .prix sup{
	font-size:55%;
	bottom:11px;
}

#transporteurs #listetransp fieldset .mode .transpo .transp{
	position:absolute;
	left:920px;
	top:0;
	height:70px;
	width:50px;
	padding:0;
	margin:0;
	background:#e9e9ea;
	text-align:center;
	border-left:1px solid #000000;
}

#transporteurs #listetransp fieldset .radiotransp {
        margin-top: 26px;
}

#transporteurs #valid, #transporteurs #panier{
	margin:10px 0 30px 10px;
	cursor:pointer;
	float:right;
	height:44px;
	border:0;
}

#transporteurs #valid{
	width:183px;
	background:url('../images/structure/bouton-valider.png') no-repeat;
}

#transporteurs #panier{
	width:211px;
	text-decoration:none;
	background:url('../images/structure/bouton-retour.png') no-repeat;
}

#transporteurs #listetransp .transsubmit {
    margin-right:15px;
}

#paiement #promo{
	width:970px;
	height:25px;
	background-color:#000000;
	clear:both;
	float:left;
	margin-top:10px;
	border-radius:3px;
}

#paiement #promo label{
	display:block;
	float:left;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	padding:4px 5px;
	letter-spacing:1px;
}

#paiement #promo input{
	float:left;
	width:150px;
	margin:4px 245px 0 5px;
	font-size:10px;
}

#paiement #promo #valid{
	margin:0;
	border-radius:0 3px 3px 0;
	width:204px;
	float:right;
	text-align:center;
	height:25px;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x center;
	border:0;
	color:#ffffff;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
}

#paiement .adresse, #detailcommande .adresse{
	position:relative;
	border:1px solid #000000;
	width:373px;
	height:180px;
        float:left;
	padding:25px 5px 5px 5px;
	background-clip:content-box;
}

#paiement #adressefactfinal, #paiement #adresselivfinal {
        width:485px;
}

#paiement .adresse .title, #detailcommande .adresse .title{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:371px;
	height:25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x top #ffffff;
}

#paiement .adresse .title {
        width: 100%;
}

#paiement .adresse .ad, #detailcommande .adresse .ad{
	float:left;
	display:block;
	width:300px;
	padding:0;
	margin:5px 3px;
	font-weight:bold;
	font-size:11px;
        line-height:15px;
}

#paiement .adresse .coord, #detailcommande .adresse .coord{
	float:left;
	display:block;
	width:300px;
	padding:0;
	font-size:10px;
        position:absolute;
        bottom:10px;
}

#paiement .adresse .infostransp .bold, #detailcommande .adresse .infostransp .bold{
	font-size:11px;
}

#paiement .adresse .infostransp, #detailcommande .adresse .infostransp{
	display:block;
	width:180px;
	float:right;
	padding:0;
	margin:5px 0;
	font-size:10px;
}

#paiement #modelivraison, #detailcommande #modelivraison{
	border-left:1px solid #000000;
	height:50px;
	line-height:50px;
	font-size:13px;
}

#paiement #modelivraison img, #detailcommande #modelivraison img{
	height:50px;
	float:left;
	margin-right:20px;
}

#paiement #modelivraison .title, #detailcommande #modelivraison .title{
	font-weight:bold;
}

#paiement #modelivraison #dateestimee, #detailcommande #modelivraison #dateestimee{
	float:left;
}

#paiement #modelivraison #recapcart, #detailcommande #modelivraison #recapcart{
	float:right;
	line-height:20px;
	height:50px;
	text-align:center;
	width:223px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#paiement #modelivraison #recapcart .title, #detailcommande #modelivraison #recapcart .title{
	display:block;
	margin-top:5px;
}

#paiement #versandartmod, #paiement #zahlungsartmod {
        width:480px;
        float:left;
}

#paiement #abschlusssection {
    float:right;
    margin-bottom:30px;
}

#paiement #zahlungsartmod {
        margin-right:10px;
}

#paiement #points{
	padding:3px 0;
	clear:both;
	font-size:13px;
	margin-bottom:20px;
}

#paiement #points .title{
	font-weight:bold;
}

#paiement .mode:last-child{
	width:970px;
	border-bottom:1px solid #a8a8a8;
	margin-bottom:30px;
}

#paiement .mode .bigtitle{
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:12px;
	font-family:Verdana;
	padding:2px 5px;
	width: 100%;
	display:block;
}

#paiement .modepaiement{
	clear:both;
	height:70px;
	border-bottom:1px dotted #a8a8a8;
	border-left:1px dotted #a8a8a8;
	border-right:1px dotted #a8a8a8;
	line-height:70px;
}

#paiement .modepaiement:last-child{
	border-bottom:0;
}

#paiement .modepaiement .logo{
	width:200px;
	text-align:center;
	float:left;
}

#paiement .modepaiement .logo img{
	vertical-align:middle;
	max-height:60px;
	max-width:120px;
}

#paiement .modepaiement .radio_zahlung{
        position: absolute;
        left: 660px;
	height:70px;
	width:50px;
        padding:0;
	margin:0;
        text-align:center;
        vertical-align:middle;
	margin-left:30px;
        background:#e9e9ea;
        border-left:0px solid #000000; 
}

#paiement .modepaiement .desc{
	height:70px;
	float:left;
}

#paiement .modepaiement .desc img{
	vertical-align:middle;
	margin:0 15px;
	max-height:65px;
	max-width:200px;
}

#paiement .modepaiement .desc p{
	display: inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#paiement .modepaiement .desc span, #paiement .modepaiement .desc a{
	text-decoration:none;
	color:#000000;
	display:block;
	font-size:12px;
}
#paiement .modepaiement .desc span.disp-mob, #paiement .modepaiement .desc a.disp-mob{
	display: none;
}

#paiement .modepaiement .desc .title{
	font-weight:bold;
	font-size:13px;
}

#paiement .modepaiement .validerpaiement{
	float:right;
	width:225px;
	text-align:center;
}
	
#paiement .modepaiement .validerpaiement .boutonvalider{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	cursor:pointer;
	font-family:Arial;
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x center;
	padding:10px 30px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-radius:2px;
	border:0;
}

#paiement .modepaiement .validerpaiement #paypalCheckoutContainer {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
}

#paiement .modepaiement .desc .blue{
	color:#00a9ed;
}

#paiement .modepaiement .desc .red{
	color:#ce2a33;
}

#paiement .modepaiement .bold{
	font-weight:bold;
}

#paiement .modepaiement .italic{
	font-style:italic;
}

#paiement .modepaiement .desc .subtitle{
	font-size:11px;
	color:#19741a;
}

#paiement .modepaiement .desc .float{
	float:left;
}

#paiement .modepaiement .desc .green{
	color:#19741a;
}

#confirmation #recapcommande{
	padding-top:20px;
	width:968px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:20px;
}

#confirmation #recapcommande p{
	margin:auto;
	width:400px;
	text-align:center;
	font-family:Arial;
	font-size:11px;
	margin-bottom:10px;
}

#confirmation #recapcommande .amount sup{
	position:relative;
	vertical-align:baseline;
	bottom:5px;
	font-size:0.6em
}

#confirmation #recapcommande .bold{
	font-weight:bold;
	font-size:15px;
}

#confirmation #recapcommande img{
	margin-top:10px;
}

#confirmation #recapcommande .valid{
	color:#40ae49;
	position:relative;
	vertical-align:baseline;
	bottom:17px;
}

#confirmation #recapcommande .liv{
	border-top:1px dotted #a8a8a8;
	font-size:14px;
	width:100%;
}

#confirmation #recapcommande .logo{
	height:25px;
}

#confirmation #recapcommande .transpo{
	margin-top:0px;
	display:block;
}

#confirmation #recapcommande .liv .subtitle{
	margin-top:10px;
	display:block;
	font-size:10px;
}

#choixpdr #form {
	font-size:13px;
	padding:20px 5px;
	font-family:Arial;
	background-color:#fafafa;
}

#choixpdr #result{
	padding:0 5px;
	width:475px;
	height:320px;
	float:right;
	overflow:auto;
}

#choixpdr #map_canvas{
	width:480px; 
	height:320px;
	border-right:1px dashed #3b3b3b;
}


#choixpdr #end{
	background-color:#fafafa;
	clear:both;
	text-align:center;
	padding:10px;
	border-top:1px dashed #3b3b3b;
	border-bottom:1px dotted #a8a8a8;
}

#choixpdr #map_canvas .divpdrsaisi, #choixpdr #map_canvas .lienhoraires{
	display:none;
}

#choixpdr #result .divpdrsaisi{
	background-color:#fafafa;
	clear:left;
	float:left;
	padding:5px;
	width:20px;
	height:30px;
}

#choixpdr #result .divnompdr{
	float:left;
	width:420px;
	min-height:40px;
	border-bottom:1px solid #3b3b3b;
}

#choixpdr p{
	margin:0;
	padding:0;
}

#choixpdr .horaires{
	padding:10px;
	width:460px; 
	height:300px;
	font-size:12px;
	font-family:Arial; 
	margin:0;
	background-color:#ffffff;
}

#choixpdr #divpages{
	text-align:center;
	width:450px;
	clear:both;
	padding-top:10px;
}

#choixpdr .pages{
	border:1px solid #EC6F3A;
	text-align:center;
	font-family: Arial;
	font-size:11px;
	color:#EC6F3A;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
}

#choixpdr .pages:hover{
	text-decoration:underline;
}

#carnetadresse .maintitles{
	clear:both;
	text-transform:uppercase;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x center;
	height:20px;
	width:968px;
	font-family:Verdana;
}

#carnetadresse .maintitles span{
	float:left;
	text-align:left;
	font-size:12px;
	padding-left:2px;
	padding-top:2px;
	height:18px;
	display:block;
	width:478px;
}

#carnetadresse .maintitles span:first-child{
	margin-right:8px;
}

#carnetadresse #adrfact, #carnetadresse #adrlivr{
	float:left;
	width:480px;
}

#carnetadresse #adrfact fieldset, #carnetadresse #adrlivr fieldset{
	margin:0;
	border:0;
	border-bottom:1px solid #000000;
}

#carnetadresse #adrfact{
	border-right:8px solid #000000;
}

#carnetadresse #nouvelleadresse{
	clear:both;
}

#conditions #messerrors{
	padding:20px 0;
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}

#conditions form fieldset{
	width:300px;
	margin:auto;
	padding:20px 50px;
	margin-bottom:20px;
}

#conditions form label{
	display:block;
	font-size:12px;
	font-weight:bold;
}

#conditions form legend{
	font-size:14px;
}

#conditions form input{
	display:block;
	width:300px;
	margin-bottom:10px;
}

#conditions form input[type="submit"]{
	clear:both;
	background-color:#000000;
	color:#ffffff;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	border:0;
	font-size:10px;
	font-family:Verdana;
	margin:20px auto 0 auto;
	cursor:pointer;
	width:100px;
}

#conditions #infos .promo{
	width:968px;
	float:left;
}

#conditions #infos .promo a{
	text-align:center;
	display:block;
}

#conditions #infos .promo img{
	width:968px;
	vertical-align:middle;
}

#conditions #infos .title{
	display:block;
	font-size:25px;
	font-weight:bold;
	margin:40px 0 15px 0;
	text-align:center;
}

#conditions #infos #wishlist .title {
        font-size:12px;
        margin:0px;
        padding:0px;
        text-align:left;
}

#conditions #infos .subtitle{
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:20px 0 10px 0;
	text-align:center;
}

#conditions p#allonge-retract {
	background: #f3f3f3;
}

#conditions .bigtitle {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 22pt;
    margin: 50px 0px;
    font-weight: normal;
}

#compteclient #messerrors{
	margin:20px 0;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}

#compteclient ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#compteclient #categcompteclient li{
	display:block;
	background:url('../images/structure/degrade-gris-clair-fond-top-accueil.gif') bottom repeat-x;
}

#compteclient #categcompteclient li a{
	display:block;
	color:#000000;
	font-weight:bold;
	font-family:Verdana;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	padding:3px 0 3px 5px;
}

#compteclient #categcompteclient .active{
	background:#ffebbc;
}

#compteclient #categcompteclient .active a{
	font-size:12px;
	padding:5px 0 5px 5px;
}

#compteclient #categcompteclient .active .arrow{
	display:none;
}

#compteclient #categcompteclient li a .arrow{
	font-size:14px;
	padding-right:5px;
}

#compteclient #souscategcompteclient{
	border-bottom:1px dotted #000000;
}


#compteclient #souscategcompteclient li{
	display: block;
        background: none;
}

#compteclient #souscategcompteclient li a{
	display:block;
	color:#000000;
	font-family:Verdana;
	text-decoration:none;
        text-transform:none;
	font-size:12px;
        font-weight: normal;
	padding-left: 15px !important;
}

#compteclient #souscategcompteclient ul{
	display:none;
}

#compteclient #souscategcompteclient .active{
	display:block;
}

#compteclient #souscategcompteclient .active .selected a,
#compteclient #souscategcompteclient .active a:hover{
	background-color:#6a614b;
	color:#ffffff;
	font-weight:bold;
}

#compteclient .infos{
	clear:both;
        padding-top:25px;
}

#compteclient .infos label{
	clear:both;
	float:left;
	display:block;
	max-width:300px;
	min-width:300px;
	margin-bottom:5px;
	max-height:25px;
}

#compteclient .infos span{
	display:block;
	max-width:300px;
	min-width:300px;
	float:left;
}

#compteclient .infos input, #compteclient .infos select{
	width:300px;
	height:23px;
	margin:8px 0;
}

#compteclient .infos input[type="submit"]{
        float: none;
        width: auto;
        padding: 0px 50px;
        margin:0px auto;
}

#compteclient .infos select{
	height:20px;
}

#compteclient .infos input[type=radio]{
	width:14px;
	height:14px;
	margin:0 7px;
}

#compteclient .infos input, #compteclient .infos label.radio, #compteclient .infos select{
	float:left;	
	display:inline;
	clear:none;
	min-width:0;
}

#compteclient .infos #infosperso, #compteclient #gestsav{
	width:610px;
	overflow:hidden;
	padding:5px;
	margin:0 auto;	
}

#compteclient .infos p.messinfo{
	font-size:14px;
	text-align:center;
	margin:10px 0 30px 0;
	font-weight:bold;
}

#compteclient .infos p.error {
        font-weight:normal;
        color: red;
}

#compteclient .infos #infosperso .title{
	font-weight:bold;
	font-size:12px;
	margin:10px 0;
}

#compteclient .infos #infosperso .subtitle{
	font-weight:normal;
	font-size:11px;
	font-style:italic;
}

#compteclient .infos #infosperso #validinfos, 
#compteclient .infos #infosperso #newadresse,
#compteclient .infos #infosperso #newpackstation
{
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x top;
	border-radius:2px;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:inline;
	font-weight:bold;
	height:30px;
	text-transform:uppercase;
	border:0;
	text-align:center;
	cursor:pointer;
        margin: 20px auto 0px auto;
}

#compteclient .infos #infosperso .histo, #compteclient .sav{
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:10px;
}

#compteclient .infos #infosperso .histo .title{
	width:600px;
	min-width:600px;
	max-width:600px;
	font-size:12px;
	padding:2px 0;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	display:block;
	background-color:#000000;
	color:#ffffff;
	margin:0;
}

#compteclient .infos #infosperso .histo .infoshisto,#compteclient .infos #infosperso .histo .montanthisto{
	float:left;
	width:110px;
	padding:5px;
	text-align:right;
	height:50px;
}

#compteclient .infos #infosperso .histo .infoshisto{
	border-right:1px dotted #838383;
}

#compteclient .infos #infosperso .histo .montanthisto{
	border-left:1px dotted #838383;
	padding-top:5px;
}

#compteclient .infos #infosperso .histo .etathisto{
	float:left;
	width:370px;
	min-width:370px;
	max-width:370px;
	display:block;
	text-align:center;
	margin-top:5px;
}

#compteclient .infos .detailthis{
	clear:both;
	border-top:1px dotted #838383; 
	padding:5px;
	width:605px;
	overflow:hidden;
}

#compteclient .infos .detailthis .linkprod{
	color:#000000;
	text-decoration:none;
	width:450px;
	float:left;
}

#compteclient .infos .detailthis .linkprod:hover{
	text-decoration:underline;
}

#compteclient .boutonzeile {
        text-align: center;
}

#compteclient .infos .detailthis .details, #compteclient .adresse .bouton{
	width:110px;
	min-width:110px;
	max-width:110px;
	height:18px;
	display:block;
	text-align:center;
	float:right;
	border-radius:5px;
	border:1px solid #afafaf;
	background-color:#e6e6e7;
        margin-right: 5px;
}

#compteclient .infos .detailthis .details {
        background-color:#2d8a3a;
        border-color: green;
}

#compteclient .infos .detailthis .details a, #compteclient .adresse .bouton a{
	text-decoration:none;
	color:#000000;
	display:block;
}

#compteclient .infos .detailthis .details a {
        color:white;
}

#compteclient .infos .seemore, #compteclient .infos .seeless{
	background-color:#e6e6e7;
	display:none;
	clear:both;
	text-align:right;
	padding:2px 5px 2px 0;
	text-transform:uppercase;
	border-top:1px solid #000000;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#compteclient .infos #infosperso .adresse{
	margin-bottom:10px;
	border:1px solid #000000;
	overflow:hidden;
}

#compteclient .infos #infosperso .adresse .title{
	min-width:100%;
	max-width:100%;
	width:100%;
	display:block;
	height:25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:url('../images/structure/degrade1-page-produit.gif') repeat-x top #ffffff;
	margin:0;
}

#compteclient .infos #infosperso .ad{
	padding:0 5px 5px 5px;
	font-weight:bold;
	font-size:11px;
	width:450px;
	float:left;
}

#compteclient .adresse .bouton{
	margin-bottom:5px;
	margin-right:5px;
}

#compteclient .sav .title{
	min-width:0;
	max-width:398px;
	width:398px;
	font-size:12px;
	padding:2px 5px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	background-color:#000000;
	color:#ffffff;
	float:left;
}

#compteclient .sav .etatsav{
	min-width:0;
	max-width:190px;
	width:190px;
	font-size:12px;
	padding:2px 5px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	display:block;
	background-color:#000000;
	color:#ffffff;
	float:left;
}

#compteclient .sav .savprod{
	clear:both;
	min-width:0;
	max-width:590px;
	width:590px;
	padding:5px 5px 0 5px;
	text-transform:uppercase;
	display:block;
	color:#000000;
	text-decoration:none;
}

#compteclient .sav a.savprod:hover{
	text-decoration:underline;
}

#compteclient .sav p{
	padding:5px;
}

#compteclient .bigtitle{
	text-align:center;
}

#compteclient .bigtitle span{
	min-width:0px;
	display: inline;
	float: none;
}

.messerror{
	position:absolute;
	padding: 10px 0;
	top:0;
	left:0;
	width:100%;
	background-color:#FFE5E5;
	text-align:center;
	border-radius:0 0 5px 5px;
	display:none;
	z-index:1002;
	border-bottom:1px solid #000000;
	font-weight:bold;
	font-size:11px;
}

.wishinfobox {
        text-align:center;
}

.wishrahmen {
    border:1px dotted silver;
    padding:30px;
    margin:50px 100px 150px 100px;
}

.wishrahmen span.wishtitel {
    font-size:18px;
}

.wishrahmen span {
    font-size:14px;
}

#wishlist{
	overflow:hidden;
	width:970px;
}

#wishlist .disabled{
	margin-top:10px;
	font-size:13px;
	float:left;
}

#wishlist form{
	border:1px solid #000000;
	margin:10px 0;
}

#wishlist form .title{
	margin-top:10px;
	margin-right:10px;
	width:213px;
	display:block;
	font-weight:bold;
	text-align:right;
	font-size:13px;
	float:left;
	clear:both;
}

#wishlist form legend{
	margin:0;
	padding:3px 5px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	background: url("../images/structure/degrade1-page-produit.gif") repeat-x top;
	height: 20px;
	width: 968px;
	font-family: Verdana;
}

#wishlist textarea, #wishlist input{
	margin:10px 0;
	float:left;
}

#wishlist input{
        margin:95px 0 0 20px;
        height:80px;
}

#wishlist textarea{
	width:520px;
}

#wishlist fieldset{
	border:0;
	width:800px;
	margin:auto;
	padding:0;
}

#wishlist .info{
	clear:both;
	display:block;
	font-size:13px;
	padding-top:10px;
	margin:auto;
	width:530px;
	text-align:justify;
}

#wishlist #gestliste{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width:240px;
}

#wishlist #gestliste ul{
	border-top:1px solid #000000;
	display:none;
	width:200px;
	list-style:none;
	margin:0;
	padding:10px 20px;
}

#wishlist #gestliste ul a{
	text-decoration:none;
	margin:5px 0;
	color:#000000;
	font-size:12px;
	display:block;
}

#wishlist #gestliste ul a:hover{
	text-decoration:underline;
}

#wishlist #gestliste .button{
	text-align: center;
	display: block;
	padding:3px 0;
	height: 12px;
	width: 240px;
	background-color: #e6e6e7;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

#compteclient .infos #dialogwl #validinfos, 
#compteclient .infos #infosperso #newadresse, 
#compteclient .infos #infosperso #newpackstation, 
#compteclient .infos #infosperso #newpostfiliale,
#detailavis #validinfos {
    
	background:url('../images/structure/degrade-bouton-vert.gif') repeat-x top;
	border-radius:2px;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:inline;
	font-weight:bold;
	padding: 6px 20px;
	height:30px;
	text-transform:uppercase;
	border:0;
	text-align:center;
	margin: 20px auto 10px auto;
	cursor:pointer;
}

#compteclient #concours{
	border:0;
}

#detailavis form .title{
	display:block;
	text-align:left;
	float:left;
	width:530px;
	margin-top:10px;
	margin-left:6px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

#detailavis form a.title:hover{
	text-decoration:underline;
}

#detailsav{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#detailsav #infossav{
	overflow:hidden;
}

#detailsav #infossav .title{
	margin:10px;
	width:150px;
	display:block;
	float:left;
	clear:both;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align:right;
	text-transform:uppercase;
	text-decoration:underline;
}

#detailsav #infossav .detail{
	float:left;
	padding:5px;
	margin:10px 10px 10px 0;
	font-size:12px;
	width:700px;
}

#concours{
	border:1px solid #000000;
	margin-bottom:15px;
	overflow:hidden;
}

#concours .eachconcours{
	width:970px;
	font-size:12px;
	padding:10px;
	border-bottom:1px dotted #a8a8a8;
	overflow:hidden;
}

#concours .eachconcours .title{
	display:block;
	font-weight:bold;
	float:left;
}

#concours .eachconcours .date{
	float:left;
}

#concours .eachconcours .etat{
	float:left;
	margin-left:10px;
	font-weight:bold;
}

#concours .eachconcours .green{
	color:#48ae49;
}

#concours .eachconcours .orange{
	color:#ee673a;
}

#concours .eachconcours .red{
	color:#da0019;
}

#concours .eachconcours a{
	display:block;
	float:left;
	margin-top:5px;
}

#concours .eachconcours .encours{
	display:block;
	float:none;
	text-align:center;
	margin-top:25px;
}

#concours .eachconcours .seemore{
	background-color:#C4F216;
	font-weight:bold;
	float:right;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	height:42px;
	padding-top:22px;
	width:184px;
	display:block;
	float:right;
	margin-top:20px;
	margin-right:20px;
	text-align:center;
}

#concours #linkreglement{
	display:block;
	text-align:center;
	background-color:#E6E6E7;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	padding:8px 0;
	font-size:12px;
	font-weight:bold;
}

#concours .classement{
	width:100%;
	overflow:hidden;
	font-size:17px;
	font-weight:bold;
}

#concours .classement .title{
	display:block;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:21px;
}

#concours .classement .title sup{
	position:relative;
	vertical-align:baseline;
	bottom:7px;
	font-size:13px;
}

#concours .classement a.fullsize{
	box-shadow:3px 3px 5px #666666;
	background-color:#ffffff;
	border:1px solid #e6e6e7;
	padding:10px 10px 7px 10px;
	display:block;
	width:120px;
}

#concours .classement#first .fullsize, #concours .classement#third .fullsize{
	float:left;
	margin:20px 10px 20px 20px;
}

#concours .classement#first .detailsgagnant, #concours .classement#third .detailsgagnant{
	float:right;
	margin:30px 0 20px 0;
	width:780px;
}

#concours .classement#second .fullsize{
	float:right;
	margin:20px 20px 20px 10px;
}

#concours .classement#second .detailsgagnant{
	float:left;
	margin:30px 0 20px 0;
	width:780px;
	text-align:right;
}

#concours #note{
	margin-top:10px;
	display:block;
	text-align:center;
	font-size:12px;
}

#concours #selection{
	margin-top:10px;
}

#concours #selection .lines a.fullsize, #participants #photosparticipants .lines a.fullsize{
	box-shadow:3px 3px 5px #666666;
	background-color:#ffffff;
	border:1px solid #e6e6e7;
	padding:10px 10px 7px 10px;
	margin:20px 15px 20px 0;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#concours #selection .lines, #participants #photosparticipants .lines{
	height:100%;
	padding-left:20px;
}

#participants #photosparticipants{
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:10px;
}

#concours .link, #participants .link{
	padding:5px;
	margin-bottom:15px;
	text-align:right;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
}

#participants .infoscompl, #concours .infoscompl{
	display:none;
}

#participer form{
	overflow:hidden;
	width:928px;
	font-size:13px;
	padding:10px 20px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}

#participer #reglement a{
	color:#DA0019;
}

#participer #reglement p{
	margin-bottom:10px;
}

#participer #reglement input{
	float:left;
	clear:both;
	display:block;
}

#participer #reglement label{
	float:left;
	display:block;
}

#participer #reglement .button, #participer #posterphoto .button{
	clear:both;
	float:none;
	display:block;
	cursor:pointer;
	height:44px;
	border:0;
	width:170px;
	background: url("../images/structure/degrade-bouton-vert.gif") repeat-x;
	color:#ffffff;
	border-radius:3px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
}

#participer #posterphoto p{
	display:block;
	text-align:center;
	margin-bottom:10px;
	font-size:15px;
}

#participer #posterphoto label{
	float:left;
}

#participer #posterphoto input{
	float:left;
	clear:both;
	margin-bottom:10px;
}

#participer #posterphoto input[type="text"], #participer #posterphoto #file{
	display:block;
	width:460px;
}

#participer #posterphoto ul{
	clear:both;
}

#participer #posterphoto .title{
	clear:both;
	font-weight:bold;
}

#participer #posterphoto .subtitle{
	font-size:11px;
}

#participer #posterphoto textarea{
	clear:both;
	float:left;
	width:920px;
	height:200px;
	margin-bottom:20px;
}

#participer .red{
	margin:30px 0;
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	font-size:15px;
}

#participer #retour{
	width:100%;
	text-align:center;
	font-size:15px;
	margin:30px 0;
	font-weight:bold;
}

#participer #retour img{
	margin-top:20px;
}

#viewfullsize .infoscompl{
	position:absolute;
	bottom:22px;
	left:20px;
	color:#ffffff;
	background:url('../images/structure/bgtransp.png') repeat;
}

#viewfullsize .infoscompl p{
	padding:5px;
	font-size:13px;
}

#viewfullsize .infoscompl p .title{
	font-weight:bold;
	font-size:15px;
}

#bann{
	position:relative;
	width:970px;
	height:180px;
}

#bann #selectbanns{
	position:absolute;
	bottom:10px;
	right:10px;
	overflow:hidden;
}

#bann .selectbann{
	width:20px;
	height:20px;
	padding-top:1px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#000000;
	text-align:center;
	float:left;
	margin-left:5px;
	border:1px solid #ffffff;
	cursor:pointer;
}

#bann .selectedbann{
	background-color:#ffffff;
	color:#000000;
	border:1px solid #000000;
}

#bann .eachbann{
	display:none;
}

#livraison #offres{
	text-align:center;
}

#livraison{
	margin-bottom:15px;
}

#livraison .pays{
	clear:both;
	position:relative;
	border:1px solid #000000;
	cursor:pointer;
}

#livraison .pays .title{
	display:block;
	height:40px;
	padding:10px;
	background:url("../images/structure/switch-accueil.gif") repeat-x center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
}

#livraison .pays .arrow{
	position:absolute;
	top:10px;
	right:10px;
	font-size:17px;
}

#livraison .pays .categ {
	overflow:hidden;
	position:relative;
}

#livraison .pays .categ .arrow{
	position:absolute;
	top:4px;
	right:13px;
	font-size:12px;
	color:#ffffff;
}

#livraison .pays .categ .title{
	background:url("../images/structure/bgtophead.gif") repeat-x center;
	color:#ffffff;
	font-size:13px;
	padding:3px 10px;
	height:17px;
	border:0;
}
#livraison .pays .type{
	clear:both;
	background-color:#e6e6e7;
	overflow:hidden;
	margin:10px;
}

#livraison .pays .type .title{
	padding-left:15px;
	background-image:none;
	color:#000000;
	border:0;
}

#livraison .pays .transp{
	width:220px;
	border:1px solid #000000;
	float:left;
	height:280px;
	margin:0 5px 15px 5px;
	background-color:#ffffff;
	text-align:center;
	position:relative;
}

#livraison .pays .transp1{
	clear:both;
	margin-right:10px;
	margin-left:10px;
}	

#livraison .pays .transp2{
	margin-right:10px;
}

#livraison .pays .transp img{
	height:50px;
	padding:5px;
}

#livraison .pays .transp .title{
	background-image:none;
	color:#000000;
	padding-top:32px;
	float:left;
	border:0;
}

#livraison .pays .transp .poids{
	clear:both;
	float:left;
	font-size:14px;
	padding:0 5px;
	text-align:left;
}

#livraison .pays .transp .prix{
	float:right;
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
	text-align:right;
}

#livraison .pays .transp .gratuit{
	clear:both;
	float:left;
	font-size:21px;
	margin:55px;
	color:#48AE49;
	font-weight:bold;
}

#livraison .pays .imgrsp{
	border:1px solid #000000;
	margin-left:5px;
}

#livraison .pays .transp .livraison{
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
}
#livraison .pays .transp .compl{
	clear:both;
	text-align:justify;
	font-size:11px;
	padding:5px;
	position:absolute;
	bottom:5px;
}

#livraison .paypal{
	clear:both;
	text-align:center;
        width: 100%;
	font-size:11px;
	position:absolute;
	bottom:38px;
}

#livraison .nachnahme{
	clear:both;
	text-align:center;
        width: 100%;
	font-size:12px;
	position:absolute;
	bottom:125px;
}

#familles{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
}

#familles .maintitle{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bolder;
	text-align: center;
	display: block;
	color:#ffffff;
	padding:5px 0;
	width:968px;
	background:url('../images/structure/degrade2-page-produit.gif') repeat-x center;
}

#familles .titlecategs{
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	height:47px;
	display:block;
	color:#000000;
        border-bottom: 1px dotted #A8A8A8;
}

#familles .titlecategs .imgcateg{
	float:left;
}

#familles .titlecategs a{
	float:left;
	padding:18px 0 0 5px;
	color:#000000;
	text-decoration:none;
}

#familles .titlecategs a.clickhere{
	margin-left:5px;
	color:#961316;
	font-style:italic;
}

#familles .titlecategs a:hover{
	text-decoration:underline;
}

#familles .bandeau section, #familles .bandeau div{
	border-bottom:1px dotted #a8a8a8;
}

#familles .bandeau{
	margin-bottom:30px;
}
	
#familles .bandeau .categs, #familles .bandeau .new, #familles .bandeau .promo,  #familles .bandeau .soldes{
	border-bottom:0;
}

#familles .bandsmall{
	width: 191px;
}

#familles .bandsmall:first-child{
	border-left:0;
	width: 193px;
}

#nmdp{
}

#nmdp p{
	font-size:13px;
	padding:5px;
}

#nmdp .red{
	text-align:center;
	color:#ff0000;
	font-size:10pt;
	font-weight:bold;
}

#nmdp .green{
	text-align:center;
	color:#48AE49;
	font-size:10pt;
	font-weight:bold;
	padding:20px 0;
}

#nmdp fieldset{
	border:0;
	width:300px;
	padding:5px;
	margin:0 auto;
}

#nmdp fieldset label{
	display:block;
	font-size:13px;
}

#nmdp fieldset input{
	width:300px;
	margin-bottom:10px;
}

#contact{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	font-family:Verdana;
	font-size:11px;
}

#contact .title{
	text-transform:uppercase;
	display:block;
	background:url("../images/structure/degrade-gris-clair-fond-top-accueil.gif") repeat-x bottom;
	padding:3px 0 10px 5px;
	font-size:11px;
	font-weight:bold;
}

#contact #col1{
	padding-left:40px;
	padding-top:20px;
	float:left;
	width:480px;
	margin-bottom:10px;
}

#contact #col2{
	padding-top:20px;
	padding-right:40px;
	float:left;
}

#contact #col1 .title, #contact #col2 .title{
	text-transform:none;
	background:transparent;
	padding:0;
}

#contact #col1 .subtitle, #contact #col2 .subtitle{
	display:block;
	margin-bottom:10px;
}

#contact #col1 a, #contact #col2 a{
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

#contact form{
	clear:both;
	padding:20px 40px;
	width:600px;
	margin:auto;
	text-align:center;
}

#contact form label{
	clear:both;
	display:block;
	float:left;
	width:200px;
	padding:15px 0px 3px 10px;
	margin-bottom:10px;
	text-align:left;
}

#contact form input[type="text"], #contact form textarea{
	float:left;
	width:380px;
	margin-left:10px;
	text-align:left;
}

#contact form input[type="submit"]{
	clear:both;
	margin:10px auto;
	border:0;
	text-transform:uppercase;
	background:url("../images/structure/degrade1-page-produit.gif") repeat-x;
	color:#ffffff;
	padding:3px 20px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	cursor:pointer;
}

#contact .red{
	color:#ff0000;
}

#contact .center{
	clear:both;
	padding:20px 40px;
	text-align:center;
}

#contact span.schrift {
	display:block;	
	padding:0 40px;
        line-height:20px;
        padding-top:10px;
}

#contact #anschrift, #contact #bankverbindung, #contact #kontakt, #contact #haftungsausschluss, #contact #datenschutz, #contact #copyright, #contact #oeffnungszeiten {
        clear: both;
        padding: 20px 0;
}

#contact .link{
	background:url("../images/structure/degrade1-page-produit.gif") repeat-x;
	color:#ffffff;
	padding:3px 20px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	cursor:pointer;
}

.blocksatz {
    display:block;
    text-align:justify;
}

#magasin #mag{
	width:970px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:20px;
	font-size:13px;
	padding-top:20px;
	padding-bottom:25px;
}

#magasin #mag #mainimage{
	float:left;
	margin:50px 64px;
}

#magasin #mag #coord{
	float:left;
	text-align:center;
	width:500px;
	background-color:#f1f1f1;
	padding:10px;
	margin-bottom:20px;
}

#magasin #mag #coord .title{
	font-size:18px;
	font-weight:bold;
}

#magasin #mag .subtitle{
	font-weight:bold;
}

#magasin #mag #coord sup{
	position:relative;
	bottom:-4px;
	font-size:11px;
}

#magasin #mag .bigimage{
	text-decoration:none;
	padding:0;
	margin:0;
}

#magasin #mag .bigimage img{
	border:1px solid #000000;
	margin:0;
	padding:0;
}

#magasin #mag .left{
	clear:both;
	float:left;
	margin-left:25px;
}

#magasin #mag #infosmag{
	float:left;
	margin:0 10px 0 19px;
	width:515px;
	text-align:justify;
	font-size:14px;
}

#magasin #menu{
	float:left;
	margin-left:19px;
	margin-top:40px;
}

#magasin #menu a{
	margin-left:2px;
}

#magasin #menu a:first-child{
	margin-left:0;
}

#magasin .titlesect{
	clear:both;
	background-color:#ffffff;
	border:1px solid #000000;
	display:block;
	color:#000000;
	font-weight:bold;
	margin:0 25px;
	text-align:center;
	padding:3px 0;
}

#magasin .resume{
	background-color:#282525;
	margin:5px 25px 5px 25px;
	overflow:hidden;
        color:white;
        clear:both;
}

#magasin .resume a{
	float:left;
	margin:5px;
	color:#FFF515;
	text-decoration:none;
}

#magasin .resume .yellow a{
	float:none;
}

#magasin .resume p{
	float:left;
	width:467px;
	margin:3px 5px 5px 5px;
	color:#ffffff;
	text-align:justify;
}

#magasin .resume .yellow{
	color:#fff515;
}

#magasin .resume .title{
	color:#ffffff;
	font-weight:bold;
}

#magasin .moreresume{
	clear:both;
	margin:5px;
	float:left;
}

#magasin .moreresume .title{
	margin:0 5px;
}

#magasin .moreresume a{
	float:none;
}

#magasin #bigcols{
	margin:10px 25px;
	overflow:hidden;
}

#magasin #bigcols .bigcol{
	width:454px;
	float:left;
}

#magasin #bigcols .bigcol:first-child{
	margin-right:10px;
}

#magasin #bigcols .bigcol .resume{
	width:454px;
	margin:0;
	clear:both;
}

#magasin #bigcols .bigcol .resume img{
	margin:42px 42px 0 42px;
}

#magasin #bigcols .bigcol .resume p{
	width:auto;
	margin:10px 24px;
}

#magasin #bigcols .title{
	clear:both;
	background-color:#ffffff;
	border:1px solid #000000;
	display:block;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:3px 0;
	margin-bottom:10px;
}

#magasin .moreresume .blue{
	color:#6688EE;
	margin:5px;
	font-weight:bold;
	width:100%
}

#magasin .planning{
	float:left;
	margin-top:50px;
}

#magasin .planning p{
	display:block;
	background-color:#ffffff;
	color:#000000;
	text-align:center;
	padding:158px 80px;
	font-weight:bold;
	width:527px;
}

#magasin .cols{
	clear:both;
	margin:0 20px;
}

#magasin .cols .col{
	float:left;	
	background-color:#282525;
	margin:5px;
	padding:25px 5px 5px 5px;
	width:222px;
	text-align:center;
	height:360px;
}

#magasin .cols .col a{
	clear:both;
}

#magasin .cols .col p{
	padding:10px;
	color:#ffffff;
	text-align:justify;
}

#magasin .cols .col .subtitle{
	font-size:10px;
	display:block;
	text-align:center;
}

#magasin .toppage{
	clear:both;
	margin:10px 25px 20px 25px;
	display:block;
	background-color:#282525;
	color:#ffffff;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
}

#magasin #bottom{
	clear:both;
	margin:10px 25px 0 25px;
	display:block;
	background-color:#282525;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:3px 0;
}

.mag_text_box{
        width:100%;
        height:560px;
        background-color:#ececec;
        margin-bottom:25px;
}

.mag_gutschein {
        float:left;
        width:290px;
        margin:25px 25px 0px;
        line-height:18px;
}

#dropship{
	color:#000000;
	font-family:verdana;
	font-size:11px;
	text-align:justify;
	padding:10px 5px;
}

#dropship .titleds{
	color:#000000;
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
	display:block;
}

#dropship .orange{
	color:#FF4020;
	font-weight:bold;
}

#conditions #infospage{
	border-bottom:1px solid #000000;
}	

#conditions #infos{
	margin-bottom:15px;
	overflow:hidden;
}

#conditions #infos .center{
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#conditions{
	width:970px;
	margin-bottom:20px;
}

#conditions p .bigtitle{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:22pt;
	margin:50px 0;
}

#conditions p{
	text-align:justify;
	padding:10px 60px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:13px;
}

#conditions p a{
	color:#781500;
}

#conditions p .title{
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	display:block;
	margin:30px 0 20px 0;
}

#conditions p .subtitle{
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	font-size:11px;
}

#infospage .bigtitle{
	display:block;
	text-align:center;
	font-size:21px;
	text-transform:uppercase;
	padding:0 0 30px 0;
}

#infospage .bigtitle .bigger{
	font-size:30px;
	font-weight:bold;
}

#infospage .bigtitle .biggest{
	font-size:48px;
	font-weight:bold;
}

#infospage .bigtitle .big{
	font-weight:bold;
}

#infospage .blue{
	color:#00a9ec;
}

#infospage .green{
	color:#25cc03;
}

#infospage .title{
	background-color:#000000;
	width:450px;
	margin:auto;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:5px;
	text-align:center;
	padding:10px;
	font-size:14px;
}

#infospage .bold{
	font-weight:bold;
	font-size:17px;
}

#infospage .italic{
	font-style:italic;
	font-weight:normal;
}

#infospage p{
	font-weight:bold;
	font-size:12px;
}

#infospage iframe{
	padding:50px 0 20px 0;
	overflow:hidden;
	width:968px;
}

#infospage{
	padding-top:20px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#securite #infospage{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:25px;
	margin-bottom:15px;
	overflow:hidden;
}

#securite .bigtitle{
	color:#87888b;
}

#securite .step{
	width:410px;
	float:left;
	margin:25px 0 0 27px;
	text-align:center;
}

#securite .step img{
	background-color:#D8DADB;
	border-radius:20px;
	display:block;
	border:0;
	height:410px;
}

#securite .step .title{
	display:block;
	font-size:11px;
	background-color:transparent;
	color:#000000;
	text-align:center;
	width:410px;
	padding-left:0;
	padding-right:0;
}

#securite .step .title{
	display:block;
	font-size:11px;
	background-color:transparent;
	color:#000000;
	text-align:center;
	width:410px;
	padding-left:0;
	padding-right:0;
}

#securite p, #commander p{
	margin:0 25px;
}

#commander .step{
	width:100%;
	text-align:center;
	margin:20px 0;
}

#commander .step img{
}

#commander .step .legendes{
	position:relative;
	bottom:10px;
	left:0;
	text-align:left;
	width:900px;
	margin:0 35px;
	font-weight:normal;
	text-align:center;
	font-size:12px;
}

#commander .step .legendes.half{
	width:395px;
	float:left;
	text-align:left;
}

#commander .step .legendes .bold{
	font-weight:bolder;
	font-size:13px;
}

#commander .step .title{	
	clear:both;
	margin:0;
	font-weight:bold;
	background-color:transparent;
	color:#000000;
	padding:0;
	display:block;
	width:100%;
	text-align:center;
}

#commander #infospage{
	border-bottom:1px solid #000000;
}

.errors{
	padding:20px 0;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	/*text-transform:uppercase;*/
}

.errors_adresse {
        font-weight:bold;
        font-size:13px;
        text-align:center;
        color:#ff0000;
        padding: 20px 0px 0px 0px;
        line-height: 20px;
}

.infos #infospage{
	border:0;
}

#newsltr .red{
	color:#ff0000;
	font-weight:bold;
	font-size:13px;
	padding:20px 0;
	text-align:center;
}

#newsltr .green{
	color:#469037;
	font-weight:bold;
	font-size:13px;
	padding:20px 0;
	text-align:center;
}

#newsltr input[type="text"], #newsltr label{
	width:300px;
	margin:10px auto;
	display:block;
	font-size:13px;
}

#newsltr input[type="submit"]{
	margin:20px auto;
	display:block;
}

#newsltr form span{
	display:block;
	text-align:center;
	margin-top:10px;
	font-size:13px;
}

#newsltr form{
	width:968px;
	border:1px solid #000000;
	margin-bottom:15px;
}

#mainplan .submenu{
	width: 384px;
	padding:10px 0 10px 50px;
	font-size:14px;
}

#mainplan .submenu a{
	display:block;
	color:#000000;
	text-decoration:none;
	position:relative;
	margin-bottom:2px;
}

#mainplan .submenu .maintitle{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#mainplan .submenu a img{
	height:22px;
	position:absolute;
	top:0;
	left:0;
}

#mainplan .submenu a span{
	display:block;
	padding-top:3px;
	margin-left:30px;
}

#menunoel{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#menunoel a{
	border-top:1px solid #000000;
	display:block;
	background-color:#000000;
}

#menunoel a:hover img{
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

#menunoel a img.active{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#menunoel a img{
	vertical-align:bottom;
}

#boutonnoel{
	position:absolute;
	top:440px;
	left:-230px;
	z-index:1;
}

#shops{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#shops a{
	display:block;
}

#shops a img{
	vertical-align:middle;
}

del {
        color: #df0509;
}

.filial_hint_lager, .filial_hint_bestellung {
        cursor:pointer;
}

.tooltip_art_status {
        margin: 8px;
        padding: 10px 20px;
        border: 2px solid white;
        border-radius: 5px;
        box-shadow: 0 0 7px black;
        background-color:white;
        position: absolute;
        z-index: 2;
        font: normal 12px Arial, Sans-Serif;
        line-height: 18px;
}

/** Notifications Push */
#pushups {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	overflow: hidden;
	/**height: 300px;*/
}

#pushups .pushharder {
	/**float: left;*/
	display: inline-block;
	vertical-align: bottom;
}

#pushups .pushharder .pushreduced {
	display: none;
}

#pushups .pushharder .pushreduced img {
	vertical-align: middle;
}

#pushups .pushharder .pushmain {
	position: relative;
	overflow: hidden;
	display: none;
	background: url("/images/push/big-fond-promo-popup.png");
	width: 283px;
	max-height: 312px;
	overflow: hidden;
	cursor: default;
}

#pushups .pushharder .pushheader {
	overflow: hidden;
	margin-top: 42px;
	margin-left: 40px;
}

#pushups .pushharder .pushheader img {
	float: left;
	cursor: pointer;
}

#pushups .pushharder .pushheader .title {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	display: block;
	position: absolute;
	padding: 2px 0;
	top: 35px;
	left: 70px;
	text-align: center;
	width: 184px;
	margin-top: 7px;
}

#pushups .pushharder .pushbody {
	margin-top: 15px;
	margin-left: 50px;
	width: 210px;
	text-align: center;
}

#pushups .pushharder .pushbody .pushcode {
	display: block;
	font-size: 12px;
	margin-top: 2px;
	color: #ff0000;
	font-weight: 900;
}

#pushups .pushharder .pushbody .pushcode .pushsub {
	font-size: 10px;
	font-weight: 600;
}

#pushups .pushharder .pushbody .pushcopy {
	background-color: #08ae00;
	color: #ffffff;
	padding: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px auto;
	display: block;
	width: 105px;
	cursor: pointer;
}

#pushups .pushharder .pushbody .pushcopy img {
	float: left;
	margin-right: 2px;
}

#pushups .pushharder .pushbody .buttons {
	margin: 5px 0;
}

#pushups .pushharder .pushbody .pushlink {
	text-transform: uppercase;
	text-decoration: underline;
}

#pushups .pushharder .pushbody p {
	font-size: 12px;
	font-weight: bold;
}

/** FABIEN 21/11/18 - Personnalisation couleurs */
#pushups .pushharder .pushmain{
	background: none;
}
#pushups .pushharder .pushmain-background, #pushups .pushharder .pushreduced-background{
        position: absolute;
        z-index: -1;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -sand-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        -sand-border-radius: 6px;
        border-radius: 6px;
        border: 2px solid black;
        -webkit-box-shadow: 0px 0px 5px 2px #000;
        -moz-box-shadow: 0px 0px 5px 2px #000;
        -o-box-shadow: 0px 0px 5px 2px #000;
        -ms-box-shadow: 0px 0px 5px 2px #000;
        -sand-box-shadow: 0px 0px 5px 2px #000;
        box-shadow: 0px 0px 5px 2px #000;
}
#pushups .pushharder .pushmain-background{
	width: 236px;
	height: 100%;
	top: 28px;
	left: 35px;
}
#pushups .pushharder .pushbody-background{
	background: white;
	position: absolute;
	top: 40px;
	height: 240px;
	width: 223px;
	left: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-sand-border-radius: 6px;
	border-radius: 6px;
}
#pushups .pushharder .pushreduced{
	position: relative;
	padding: 0 15px;
	top: -5px;
}
#pushups .pushharder .pushreduced img{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -sand-transform: rotate(180deg);
        transform: rotate(180deg);
}
#pushups .pushharder .pushreduced-background{
        height: 55px;
        width: 42px;
        top: -10px;
        left: 5px;
}
#pushups .pushharder .pushbody .pushCodyToCopy{
	color: #ff0000;
}
#pushups .pushharder .pushbody .pushcode{
	color: #000;
}
#pushups .pushharder .pushbody b{
	font-weight: 900;
}
#pushups .pushharder.soldes .pushmain {
	max-height: inherit;
}
#pushups .pushharder.soldes .pushmain-background, #pushups .pushharder.soldes .pushreduced-background {
	/* background-image: url('/images/push/soldes-08012020/background.jpg'); */
        background-image: url('/images/push/black-friday/background.jpg');
	background-size: cover;
}
#pushups .pushharder.soldes .pushbody-background {
	background: none;
}
#pushups .pushharder.soldes .pushheader img.title-image {
	position: absolute;
	width: 170px;
	top: 10px;
	right: 35px;
}
#pushups .pushharder.soldes .pushheader .title {
	top: 70px;
	left: 40px;
	background: #18b4d9;
	color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 3px 4px 0px 0px #000000;
	-moz-box-shadow: 3px 4px 0px 0px #000000;
	box-shadow: 3px 4px 0px 0px #000000;
}
#pushups .pushharder.soldes .pushbody {
	margin-top: 35px;
}

.pushbody a {
	color: white;
	text-decoration: underline;
}

.pushbody a:hover {
	color: white;
	text-decoration: underline;
}

.disp-mob, #disp-mob {
    display: none;
}

#cookiemeldung, #cookiedetails{
    display: block;
    min-height: 200px;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    background-color: white;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    line-height: 24px;
    font-size: 14px;
    cursor: default;
    box-shadow: 0px -10px 10px #171717;
}
#cookiedetails{
    height: 270px;
    display:flex;
    justify-content:center;
    visibility:hidden;
}

.cookiebereich {
    height: 50px;
    width: 260px;
    border: 1px solid silver;
    font-size: 12px;
    margin: 0px auto;
    margin-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cookiebereich:hover {
    border:1px solid #ccc; 
    background:#eee;
}
.cookiedetailfenster{
    position: relative;
    width:600px;
    height:240px;
    border:0px;
    float:left
}
.cookiedetailbox{
    color:black;
    text-align:left;
    width:600px;
    height:240px;
    position: absolute;
    overflow-y: scroll;
}
.cookieinfos {
    text-align:left;
    color:black;
    font-size:12px;
    margin-top:10px;
    line-height:20px;
}

.cookieds1 {
    width:970px;
    height:150px;
    border:0px;
}

.cookieds_textchk {
    float:left;
    width:650px;
}
.cookieds_textchk .title {
    font-size:20px;
    color:#595959;
    text-align:left;
    margin:0px;
}

.cookieds_textchk .textinfo {
    font-size:12px;
    color:#595959;
    text-align:left;
    margin-top:5px;
}

.chkcontainer {
    margin-top:18px;
    text-align:left;
}

.cookieds_bttn {
    float:right;
    width:300px;
}

.cookiedetailfenster #fenster2, .cookiedetailfenster #fenster3 {
    display:none;
}

.cookieboxtitle {
    font-size:14px;
    color:#0a770a;
    margin-bottom:5px;
}

.popup {
    background-color:black;
    /* display:none; */
    display:block;
    position:fixed;
    left:0;right:0;top:0;bottom:0;
    z-index:99;
    opacity:0.6;
    cursor: default;
}
.inputstyle {
    border-style:solid;
    border-width:2px;
    padding:0 !important;
    position:absolute;
    left:0;top:0;
    height:20px;
    width:20px;
    transition:.25s;
}
.btn_cookie_alle, .btn_cookie_speichern, .btn_cookie_details, .btn_cookie_details_back {
    background-color: #28a745;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 12px 0px;
    width: 240px;
    text-align: center;
    font-size: 15px;
    margin: 4px 2px;
    transition: 0.3s;
    cursor: pointer;
}

.btn_cookie_speichern, .btn_cookie_details_back {
    background-color: #e6e6e6;
    color: #555555;
}

.btn_cookie_details, .btn_cookie_details_back {
    width: 128px;
    height: 43px;
    font-size: 14px;
}

.btn_cookie_speichern:hover, .btn_cookie_details_back:hover {
    background-color: #eee;
    color: #555555;
}

.btn_cookie_alle:hover, .btn_cookie_details:hover {
    background-color: #30c553;
    color: white;
}

a.link_cookie_indiv, a.link_cookie_links {
    color:#28a745;
    font-size: 10px;
    text-decoration:none;
}

a.link_cookie_indiv:hover {
    color:#58a469;
}

a.link_cookie_links {
    color:#919191;
}

 /* Customize the label (the container) */
.ccontainer {
    display: block;
    color: black;
    position: relative;
    width:180px;
    display:inline-block;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ccontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .checkmark {
    background-color: #6b0703;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ccontainer input:checked ~ .checkmark:after {
    display: block;
}

.ccontainer input:disabled ~ .checkmark {
  background-color: #b3b3b3;
}

/* Style the checkmark/indicator */
.ccontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.tabellecookie {
    font-size:10px;
}
.tabellecookie td, .tabellecookie th {
    padding:5px;
    border: 1px solid silver;
}

.meldung-oben {
    width: 100%; 
    font-size: 13px; 
    height: 26px; 
    color: #fff; 
    font-weight: 500; 
    text-align: center; 
    line-height: 26px; 
    top: 0; 
    left: 0;
}

.meldung-oben a {
    text-decoration: none;
}

.meldung-red {
   background: #c40000;
   color: white;
}

.meldung-yellow {
   background: #ebff01;
   color: black;
}

.meldung-demenagement,
.meldung-demenagement a {
	background: #e8dac7;
	color: black;
 }

.unterstrich {
   border-bottom: 1px solid white;
}

#sbfiliale .sbtext {
    font-size: 13px;
    font-family: Roboto Condensed,sans-serif;
    color: #3b3b3b;
    line-height:17px;
}

#sbfiliale a {
    text-decoration: none;
    color: #3b3b3b;
    font-style: italic;
}

.fotofiliale {
    margin:0px 0px 20px 20px;
    width:252px;
    height:202px;
    border:1px solid silver;
}

.filiale_txtbox {
    width:380px;
    float:left;
    padding:15px 0px 0px 26px;
}

#magasin #bigcols #filiale_map {
    width:918px;
}

#map_distriphot {
    width:918px;
    height:500px;
}

#map_distriphot_contact {
    width:440px;
    height:440px;
}

#page-smartdeal #filtres {
	background-color: #D4D4D8;
	border: 1px solid #000;
}

#page-smartdeal #filtres form {
	display: flex;
}

#page-smartdeal #filtres form div {
	padding: 5px 10px;
}

#page-smartdeal #filtres form div label {
	color: #781500;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

#page-smartdeal #filtres #famille {
	width: 280px;
}

#page-smartdeal #filtres #marque {
	width: 170px;
}

#page-smartdeal #filtres #recherche {
  width: 200px;
}

#page-smartdeal #filtres #sous-filtres {
	display: flex;
	align-items: center;
	background-color: #000;
	color: #fff;
}

#page-smartdeal #filtres #sous-filtres #reset {
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	background-color: #D5D4D9;
	border-radius: 3px;
	padding: 2px;
	border: 0;
	width: 180px;
	margin: 5px;
}

#page-smartdeal #filtres #nbresults {
	font-size: 14px;
	margin: 5px;
}

#page-smartdeal #filtres #nbresults span {
	font-weight: 600;
}

#page-smartdeal #vignettes {
	display: flex;
	flex-wrap: wrap;
}

#page-smartdeal #vignettes .vignette {
	width: 193px;
	height: 230px;
	border-right: 1px dotted #a8a8a8;
	border-bottom: 1px dotted #a8a8a8;
	transition: background-color 0.2s;
}

#page-smartdeal #vignettes .vignette a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#page-smartdeal #vignettes .vignette a .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 120px;
	background: #fff;
	border-radius: 5px;
}

#page-smartdeal #vignettes .vignette a .image img {
	max-width: 100px;
	max-height: 100px;
	margin-top: 5px;
}

#page-smartdeal #vignettes .vignette a .nomprod {
	display: flex;
	justify-content: center;
	/* align-items: flex-end; */
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	height: 50px;
	padding: 0 5px;
	margin-top: 10px;
	color:black;
}

#page-smartdeal #vignettes .vignette a .top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 5px;
}

#page-smartdeal #vignettes .vignette a .remise {
	width: 85px;
	height: 0;
	line-height: 0;
	color: #fff;
	background-color: #f33;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-left: 10px solid #fff;
	border-top: 20px solid #f33;
	border-bottom: 20px solid #f33;
}

#page-smartdeal #vignettes .vignette a .top-right {
	margin-right: 10px;
	text-align: right;
	color:black;
}

#page-smartdeal #vignettes .vignette a .prix {
	font-size: 18px;
	font-weight: bold;
}

.sbmainbox {
    display: flex; 
    flex-wrap: wrap; 
    width: 900px; 
    margin: 0px auto; 
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}


.button-deal {
    width:100%;
    height:30px;
    appearance: none;
    background-color: #FFFFFF;
    border-width: 0;
    box-sizing: border-box;
    color: white;
    background-color: #368ad5;
    cursor: pointer;
    display: inline-block;
    font-family: Clarkson,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 0.9;
    outline: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-deal:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #EBEBEB;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "In den Warenkorb";
    line-height: 30px;
    color: #368ad5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.button-deal:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.deal-rabattblock {
    display:flex;
    align-items:center;
    width:40%;
    margin-top:10px;
}

.deal-rabattblock div {
    display:inline-block;
    background-color:#ffdb00;
    padding:8px;
    font-size:20px;
}

.deal-codeblock {
    display:inline-block;
    background-color:#ffdb00;
    padding:8px;
    font-size:22px;
}

.deal-preisblock {
    display:flex;
    align-items:center;
    width:60%;
    margin-top:10px;
    font-size:30px;
    letter-spacing: -0.03em;
}

.deal-lieferbarkeit {
    display:flex;
    align-items:center;
    width:40%;
    font-size:13px;
    color:green;   
}

.dealcounter {
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    width:300px;
    height:30px;
    background-color:#9b0600;
    border-radius:25px;
    font-size:14px;
    font-weight:bold;
}

#dealmainframe {
    font-family:Roboto Condensed,sans-serif;
    font-size:14px;
    background-color: #f7f7f7;
    background:url('../images/structure/index-deal-background.png') no-repeat;
    padding: 10px 0 30px 0;
}

#dealmainframe .flexcenter {
    display:flex;
    justify-content:center;
}

#dealmainframe .flexcenter .main {
    flex-wrap:wrap;
    flex-direction:row;
    width:900px;   
}

#dealmainframe .flexcenter .deal-photo {
    display:flex;
    background-color:white;
    align-items:center;
    justify-content:center;
    width:300px;
    border:1px solid #eaeaea;
    padding:10px;
    position:relative;
}

.deal-icon {
    position:absolute;
    top:10px;
    left:10px;
    z-index:10
}

.deal-produkt {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:500px;
    margin:20px 0px 0px 60px;
}

.dealtitel {
    display:flex;
    align-items:center;
    width:322px;
    height:50px;
    font-size:22px;
    font-weight:bold;
    color:#3b3b3b;
}

.dealversandfrei {
    display:inline-block;
    background-color:#ffdb00;
    padding:5px;
    margin-left:10px;
}

.deal-zeitbox {
    display:flex;
    align-items:center;
    margin-left:60px;
    width:500px;
    height:50px;
    text-align:right;
}

.deal-zeitbox p {
    margin-right:10px;
}

.deal-linksblock {
    display:flex;
    flex-direction:column;
    width:300px;
    margin-top:20px;
}

.deal-warenkorbblock {
    display:flex;
    width:100%;
    margin-top:10px;
}

.deal-zeitbox p {
    font-size:15px;
    color:#3b3b3b;
}

.deal-infoblock {
    display:flex;
    align-items:center;
    width:60%;
    font-size:13px;
}

.deal-sterneblock {
    display:flex;
    align-items:center;
    width:100%;
    margin-top:10px;
    line-height:20px;
}

.deal-prodliblock {
    display:flex;
    align-items:center;
    line-height:20px;
}

.deal-prodtitleblock {
    display:flex;
    width:100%;
    font-size:18px;
    font-weight:bold;
}

.rabattfooter {
    margin-top:-100px;
    height:315px;
}

.neu_aktion_container, .top4_aktion_container {
    font-family: "Open Sans", sans-serif;
    padding-bottom:40px;
}

.top4_aktion_container {
    padding:15px 0px;
}

.col-md-12 h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0 0 0;
}

.farberot {
    color: #b20000;
}

.farbeorange {
    color: #ff8f00;
}

.col-md-12 h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    bottom: -20px;
}

.star-rating li {
    padding: 0;
}
.star-rating i {
    font-size: 14px;
    color: #ffc000;
}

.neu_aktion_container .carousel,
.top4_aktion_container .carousel {
    margin: 0px auto;
    padding: 0 70px;
}

.top4_aktion_container .carousel {
    padding: 0 20px;
}

.neu_aktion_container .carousel .carousel-item,
.top4_aktion_container .carousel .carousel-item {
    min-height: 330px;
    text-align: center;
    overflow: hidden;
}
.neu_aktion_container .carousel .carousel-item .img-box,
.top4_aktion_container .carousel .carousel-item .img-box {
    height: 100px;
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.neu_aktion_container .carousel .carousel-item img,
.top4_aktion_container .carousel .carousel-item img {	
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.neu_aktion_container .carousel .carousel-item h4,
.top4_aktion_container .carousel .carousel-item h4 {
    font-size: 13px;
    margin: 10px 0;
}

.top4_aktion_container .carousel .carousel-item h4 {
    font-weight:bold;
}

.neu_aktion_container .carousel .carousel-item .btn,
.top4_aktion_container .carousel .carousel-item .btn {
    color: #333;
    border-radius: 0;
    font-size: 12px;
    background: #9fcdff;
    border: 1px solid silver;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}
.neu_aktion_container .carousel .carousel-item .btn:hover,
.top4_aktion_container .carousel .carousel-item .btn:hover {
    color: black;
    background: white;
    border-color: silver;
    box-shadow: none;
}
.neu_aktion_container .carousel .carousel-item .btn i,
.top4_aktion_container .carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.neu_aktion_container .carousel .thumb-wrapper
.top4_aktion_container .carousel .thumb-wrapper {
    text-align: center;
}
.neu_aktion_container .carousel .thumb-content,
.top4_aktion_container .carousel .thumb-content {
    padding: 15px;
}
.neu_aktion_container .carousel-control-prev, 
.neu_aktion_container .carousel-control-next,
.top4_aktion_container .carousel-control-prev, 
.top4_aktion_container .carousel-control-next {
    height: 60px;
    width: 30px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}
.neu_aktion_container .carousel-control-prev i, 
.neu_aktion_container .carousel-control-next i,
.top4_aktion_container .carousel-control-prev i, 
.top4_aktion_container .carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.neu_aktion_container .carousel-control-prev i,
.top4_aktion_container .carousel-control-prev i {
    margin-left: -3px;
}
.neu_aktion_container .carousel-control-next i,
.top4_aktion_container .carousel-control-next i {
    margin-right: -3px;
}
.neu_aktion_container .carousel .item-price
.top4_aktion_container .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}
.neu_aktion_container .carousel .item-price strike,
.top4_aktion_container .carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}
.neu_aktion_container .carousel .item-price span,
.top4_aktion_container .carousel .item-price span {
    color: black;
    font-size: 18px;
    font-weight: bold;
}	
.neu_aktion_container .carousel .c-prod-title {
    min-height: 70px;
}

.top4_aktion_container .carousel .c-prod-title {
    min-height: 50px;
    color: brown;
}

.top4_aktion_container .carousel .c-prod-werbetext {
    min-height: 65px;
}

.top4_aktion_container .carousel .c-prod-werbetext h5 {
    font-size: 8pt;
    color: black;
}

.neu_aktion_container .carousel .carousel-indicators,
.top4_aktion_container .carousel .carousel-indicators {
    bottom: -50px;
}
.neu_aktion_container .carousel-indicators li, 
.neu_aktion_container .carousel-indicators li.active,
.top4_aktion_container .carousel-indicators li, 
.top4_aktion_container .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}
.neu_aktion_container .carousel-indicators li,
.top4_aktion_container .carousel-indicators li {	
    background: rgba(0, 0, 0, 0.2);
}
.neu_aktion_container .carousel-indicators li.active,
.top4_aktion_container .carousel-indicators li.active {	
    background: rgba(0, 0, 0, 0.6);
}

.deal_rabatt_icon {
    position:absolute;
    z-index:90;
    right:20px;
    top:10px;
}

.deal_link_alleanzeigen {
    position:absolute;
    z-index:20;
    right:30px;
    bottom:-30px;
    font-size:14px;
    color:#b20000;
}

.aufwunschlistelink {
    position:absolute;
    right:105px;
    top:30px;
    z-index:2;
}
.deal-preisblock .aufwunschliste {
    position:absolute;
    z-index:2;
    right:100px;
    top:680px;
}

.newsButton {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #404040));
    background:-moz-linear-gradient(top, #000000 5%, #404040 100%);
    background:-webkit-linear-gradient(top, #000000 5%, #404040 100%);
    background:-o-linear-gradient(top, #000000 5%, #404040 100%);
    background:-ms-linear-gradient(top, #000000 5%, #404040 100%);
    background:linear-gradient(to bottom, #000000 5%, #404040 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#404040',GradientType=0);
    background-color:#000000;
    background-color:#2e466e;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:6px;
    border:1px solid #1f2f47;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:'Roboto Condensed',sans-serif, arial;
    font-style:normal;
    font-weight:400;
    font-size:15px;
    padding:5px 21px;
    text-decoration:none;
}
.newsButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #404040), color-stop(1, #000000));
    background:-moz-linear-gradient(top, #404040 5%, #000000 100%);
    background:-webkit-linear-gradient(top, #404040 5%, #000000 100%);
    background:-o-linear-gradient(top, #404040 5%, #000000 100%);
    background:-ms-linear-gradient(top, #404040 5%, #000000 100%);
    background:linear-gradient(to bottom, #404040 5%, #000000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#000000',GradientType=0);
    background-color:#404040;
}
input.newslettergf[type=text] {
    width: auto;
    height: 30px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input.newslettergf[type=text]:focus {
    border: 1px solid gray;
}
.linkschwarz {
    color: black;
}

.agb_pdf_link, .widerruf_pdf_link {
    position:absolute;
    right:70px;
    top:240px;
}

.black_week_sektion {
    margin:0px;
    padding:0px;
}

.black_week_sektion img {
    width:323px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin:0px;
    padding:0px;
}
            
.widerspruch_box {
    margin-top:20px;
    font-size:14px;
    border:1px solid black;
    width:830px;
    padding:10px;
}

.gast_radresse_box {
    float:left;
    margin:0px 10px 0px 20px;
}
.gast_ladresse_box {
    float:left;
}
.df_logo_abholung {
    float:left;
    margin:10px 20px 10px 20px;
}
.df_text_abholung, .df_text_dhlfiliale, .df_text_dhlpackst {
    float:left;
    margin-top:14px;
    font-size:14px;
}
.df_logo_dhlfiliale, .df_logo_dhlpackst {
    float:left;
    margin:0px 20px 0px 40px;   
}
.df_block_dhlpackst {
    width:100%;
    margin:0 auto;
    text-align:center;
}
.df_block_dhlfiliale {
    width:100%;
    margin:0 auto;
    text-align:center;
}
.flag_lief_address {
    float:left;
    margin-top:1px;
}
#wkorbeingaben.codebemerkung {
    float:left;
    width:735px;
}
.codeeingabe {
    cursor:default; 
    width:740px; 
    height:32px; 
    text-align:left; 
    margin:0px; 
    background: #231f20;
}
#codesubmit {
    position:absolute; 
    left:430px; 
    text-transform:uppercase; 
    cursor:pointer; 
    letter-spacing:1px; 
    font-size:11px; 
    font-weight:bold; 
    border-radius: 2px 0 0 2px; 
    height:23px; 
    color:#fff; 
    margin:0; 
    border:0; 
    margin-left:20px; 
    background:url('../images/structure/degrade-bouton-vert.gif') repeat-x;
}

.bewertungsbox {
	display: none;
}

.bewertungsbox.displayed {
	display: block;
}

#avisprodclients .arrows {
	height: 30px;
    width: 21px;
    line-height: 21px;
    position: absolute;
    top: 30px;
    z-index: 4;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 50px;
    transform: scaleX(0.5);
    text-shadow: 0px 0px 5px #7D7D7D;
	opacity: 0.5;
}

#avisprodclients:hover .arrows {
	opacity: 1;
}

#avisprodclients .arrows:hover {
	color: #781500;
}

#previous-banner {
	left: 0;
}

#next-banner {
	right: 0;
}

.bewertungbetrag {
    cursor: default;
    position: absolute;
    right: 0px;
    top: 40px;
    font-size: 28px;
    font-family: 'Open sans 800', Verdana;
    width: 165px;
    margin: 0 auto;
    text-align: center;
}

.finishbox1, .finishbox2, .finishbox3, .finishbox4, .finishbox5 {
    border: 1px dotted #727272;
    width: 650px;
    margin-top: 10px;
    padding-top: 10px;
}

.finishbox1 {
    height: 140px;
}

.finishbox2, .finishbox4, .finishbox5 {
    height: 65px;
}

.finishbox3 {
    height: 165px;
}

.top4_aktion_container .carousel .carousel-item .bestsellicon {
    width: 50px;
    position: absolute;
    top: 30px;
    right: 40px;
    left: auto;
    z-index: 10;
}

/* Déménagement */
#livraison .dem-row, #livraison .dem-row-content,
#cart .dem-row, #cart .dem-row-content{
	position: relative
}
#livraison .dem-row-1, #livraison .dem-row-1 .dem-row-content,
#cart .dem-row-1, #cart .dem-row-1 .dem-row-content {
	background-repeat: no-repeat
}
#livraison .dem-row-1 .dem-row-content,
#cart .dem-row-1 .dem-row-content {
	background-color: #e8dac7;
	color: #000000
}
#livraison .dem-button .content,
#cart .dem-button .content {
	text-align: center
}
#livraison .dem-row-1 .dem-col-2 .dem-block-1, #livraison .dem-row-1 .dem-col-2 .dem-block-3,
#cart .dem-row-1 .dem-col-2 .dem-block-1, #cart .dem-row-1 .dem-col-2 .dem-block-3 {
	direction: ltr;
	font-family: Inter, Helvetica;
	letter-spacing: 0;
	line-height: 120%
}
#livraison .dem-row-content,
#cart .dem-row-content {
	max-width: 970px;
	margin: 0 auto;
	display: flex
}
#livraison .dem-row-content .dem-col-w3,
#cart .dem-row-content .dem-col-w3 {
	flex-basis: 25%
}
#livraison .dem-row-content .dem-col-w9,
#cart .dem-row-content .dem-col-w9 {
	flex-basis: 75%
}
#livraison .dem-image,
#cart .dem-image {
	overflow: auto
}
#livraison .dem-image .dem-center,
#cart .dem-image .dem-center {
	margin: 0 auto
}
#livraison .dem-image img,
#cart .dem-image img {
	display: block;
	width: 100%
}
#livraison .dem-paragraph,
#cart .dem-paragraph {
	overflow-wrap: anywhere
}
#livraison .dem-row-1,
#cart .dem-row-1 {
	background-color: #ffffff
}
#livraison .dem-row-1 .dem-col-1,
#cart .dem-row-1 .dem-col-1 {
	padding: 15px
}
#livraison .dem-row-1 .dem-col-1 .dem-block-1,
#cart .dem-row-1 .dem-col-1 .dem-block-1 {
	padding-bottom: 15px;
	padding-top: 5px;
	width: 100%
}
#livraison .dem-row-1 .dem-col-2,
#cart .dem-row-1 .dem-col-2 {
	padding-bottom: 5px;
	padding-top: 5px
}
#livraison .dem-row-1 .dem-col-2 .dem-block-1,
#cart .dem-row-1 .dem-col-2 .dem-block-1 {
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 10px
}
#livraison .dem-row-1 .dem-col-2 .dem-block-2,
#cart .dem-row-1 .dem-col-2 .dem-block-2 {
	padding-left: 15px;
	text-align: center;
	width: 100%
}
#livraison .dem-row-1 .dem-col-2 .dem-block-3,
#cart .dem-row-1 .dem-col-2 .dem-block-3 {
	padding: 10px 25px 15px 15px
}
#livraison .dem-row-1 .dem-col-2 .dem-block-4,
#cart .dem-row-1 .dem-col-2 .dem-block-4 {
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left
}
#livraison .dem-row-1 .dem-col-2 .dem-block-1,
#cart .dem-row-1 .dem-col-2 .dem-block-1 {
	color: #696969;
	font-size: 13px;
	font-weight: 900;
	text-align: justify
}
#livraison .dem-row-1 .dem-col-2 .dem-block-1 p:not(:last-child), #livraison .dem-row-1 .dem-col-2 .dem-block-3 p:not(:last-child),
#cart .dem-row-1 .dem-col-2 .dem-block-1 p:not(:last-child), #cart .dem-row-1 .dem-col-2 .dem-block-3 p:not(:last-child) {
	margin-bottom: 16px
}
#livraison .dem-row-1 .dem-col-2 .dem-block-3,
#cart .dem-row-1 .dem-col-2 .dem-block-3 {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-align: justify
}

#ficheproduit #infoscompl #dispo.stock #midtitle #delaiPageProduit {
	background-color: #e8dac7;
	font-size: 12px;
	color: black;
	padding: 2px 0;
	margin-bottom: 3px
}

#comptant #container_paypalv2.open,
#comptant #container_paypalv2.open #radio_zahlung {
	height: 100px;
}

#comptant #container_paypalv2.open #paypalCheckoutContainer {
	margin-top: 10px;
}

#comptant #container_paypalv2_cc.open {
	height: 370px;
}

#comptant #card-field-submit-button {
    width: 140px;
    height: 35px;
	display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    cursor: pointer;
    font-family: Arial;
    background: #0070ba;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
}

#comptant #paypal-button-container {
	line-height: 0;
}

#comptant #expiry-cvv-container {
	display: flex;
}

#comptant #expiry-cvv-container #card-expiry-field-container,
#comptant #expiry-cvv-container #card-cvv-field-container {
	width: 50%;
}

#login #nouveauclientnojs .gast_ladresse_box .ldark .grecaptcha-badge {
	bottom: 95px !important;
	z-index: 100;
}

@media (max-width:768px) {
	#livraison .demenagement-container {
		width: auto;
	}
	#livraison .dem-row-content:not(.no_stack),
	#cart .dem-row-content:not(.no_stack) {
		display: block
	}
	#livraison .dem-row-1 .dem-col-2 .dem-block-1,
	#cart .dem-row-1 .dem-col-2 .dem-block-1 {
		padding: 10px 15px 0 !important;
		text-align: center !important;
		font-size: 15px !important
	}
	#livraison .dem-row-1 .dem-col-1 .dem-block-1,
	#cart .dem-row-1 .dem-col-1 .dem-block-1 {
		padding: 15px 0 5px 15px !important
	}
	#livraison .dem-row-1 .dem-col-1 .dem-block-1 img,
	#cart .dem-row-1 .dem-col-1 .dem-block-1 img {
		float: none !important;
		margin: 0 auto !important
	}
	#livraison .dem-row-1 .dem-col-2 .dem-block-2,
	#cart .dem-row-1 .dem-col-2 .dem-block-2 {
		padding: 0 0 5px !important;
		text-align: center !important
	}
	#livraison .dem-row-1 .dem-col-2 .dem-block-2 h2,
	#cart .dem-row-1 .dem-col-2 .dem-block-2 h2 {
		font-size: 27px !important;
		text-align: center !important
	}
	#livraison .dem-row-1 .dem-col-2 .dem-block-3,
	#cart .dem-row-1 .dem-col-2 .dem-block-3 {
		padding: 10px 15px 0 !important;
		font-size: 15px !important
	}
	#livraison .dem-row-1 .dem-col-2 .dem-block-4,
	#cart .dem-row-1 .dem-col-2 .dem-block-4 {
		padding: 10px 0 10px 15px !important;
		text-align: center !important
	}
	#livraison .dem-row-1 .dem-col-2 .dem-block-4 .dem-button-content,
	#cart .dem-row-1 .dem-col-2 .dem-block-4 .dem-button-content {
		text-align: center !important
	}
	
	#comptant #container_paypalv2.open,
	#comptant #container_paypalv2_cc.open {
		height: auto;
	}

	#avisprodclients .bewertungsbox {
		display: block;
	}

	#avisprodclients .bewertungsbox.displayed {
		display: block;
	}
	
	#avisprodclients .arrows {
		display: none;
	}
}