#product div {
    /*border: 1px solid red;*/
    margin: 0;
    padding: 0;
}

#product div.clear {
    clear: both;
    /*border: 1px solid blue;*/
}

#product .width_1-3 {
    width: 300px;
    float: left;
    margin: 0;
    clear: left;
}

#product .width_2-3 {
    width: 348px;
    margin-left: 335px;
}

#product .feuilleter {
    clear: both;
    float: left;
    width: 110px;
    height: 70px;
}
#product .prix {
    width: 195px;
    margin-left: 104px;
    text-align: center;
}

#product .prix p#price {
  color: #426EB0;
  font-size: 0.9rem;
  font-weight: bold;
}
#product .center {
    margin: auto;
    display: block;
}

#product .image {
    height: 400px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

#product .width_2-3 div {
    overflow: auto;
	max-height: 400px;
}

#product .paddingtop {
    padding-top: 15px;
}

#product a#flipLink {
    background-image: url("images/flipping.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    font-size: 0.9em;
    margin: 10px 0;
    padding: 34px 0 10px 21px;
}

#product .icone {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-size: 100%;
    margin-top: 5px;
}
#product #video.icone {
    background-image: url("images/video.png");
}
#product #audio.icone {
    background-image: url("images/audio.png");
}

#product label {
    font-family: 'crimson text';
    color: #BC7E0E;
    font-size: 1.1rem;
    
    display: block;
}
#product label.min {
    width: 85px;
    float: left;
}
a#lang {
    padding: 0 0.8em 0 0;
    color: #426EB0;
    text-decoration: none;
}

a#lang:hover {
    padding: 0 0.8em 0 0;
    color: #426EB0;
    text-decoration: underline;
}

.decalage {
    display: inline-block;
    margin-left: 90px; 
}
/***** OLD ***/


#extratitle {
	display: inline-block;
	font-size: 0.9em;
	font-style: italic;
	color: #ffe8bf;
}

p#reference {
    padding: 18px 0 0;
}

p#collection a {
    font-weight: bold;
    text-transform: capitalize;
}



#price .add_button {
    margin-left: 20px;
}
#stdPrice {
    color: red;
    font-weight: normal;
    padding: 0;
    text-decoration: line-through;
}
#promoTag {
    color: red;
    font-size: 12px;
    font-weight: normal;
}
p#price2ndHand {
    color: #FF5500;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0;
}
p#language {
    padding: 0;
}
div#summary
{
    padding: 10px;
    text-align: justify;
}

div#contents
{
    padding: 10px;
}

a.plink {
    font-size: 0.8em;
    text-decoration: underline;
}
a.plink:hover {
    text-decoration: none;
}
ul.selected {
    display: inline;
    list-style: none outside none;
}
a#notincatalog {
    color: #183A8D;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    margin: 1em 0 0;
    text-decoration: underline;
}
a#notincatalog:hover {
    color: Red;
    text-decoration: none;
}

.ui-dialog-titlebar {
    font-size: 12px !important;
    padding: 4px !important;
}
div#flipcontainer {
    overflow: hidden;
}

div#media {
	clear: both;
}

