#photoGallery
{
    padding:10px;
    width:500px;
    float:left;
}
#eShopContent
{
    margin-top: 30px;
}
#logoCategory
{
    margin-top:20px;
}
#eShopContent h1
{
    font-size: 15pt;
}
#secondaryImages
{
    float: left;
    width:100px;
}
#secondaryImages img
{
    max-width: 90px;
    cursor:pointer;
    margin-bottom: 12px;
}
#secondaryImages img:last-child
{
    margin-bottom: 0px;
}
#primaryImageBox img
{
    width: 400px;
    height: 370px;
}
#primaryImageBox
{
    margin-left:100px;
    border-left: grey solid 1px;
    padding-left:10px;
}
#hrBorder
{
    border-color: grey;
    margin-top: 5px;
}

.prix, .taille, .teinte
{
    margin-top:20px;
    font-size: 12pt;
    font-weight: bold;
}

.newprice{
    color: red;
}
.promo
{
    text-decoration : line-through;
}

.AddPanier
{
    margin-top:20px;
    width:150px;
    border: black solid 1px;
    padding:5px;
    text-align: center;
}
.unProduitDescr
{
    margin-left:560px; 
}

#sortable li{    
    margin-left: 0px !important;    
}
.galleryOverlay
{
    position:absolute;
    display:none;
    width:400px;
    height:370px;
    cursor:pointer;
}
#primaryImageBox:hover .galleryOverlay
{
    display:block;
}
#primaryImageBox .galleryOverlay .galleryOverlay-zoom
{
	width:128px;
	height:128px;
	display:block;
	position:absolute;
	top:80%; left:80%;
	margin-left:-16px;
	margin-top:-16px;
}

