.product-details-view .city{
	position: absolute;
    bottom: 12px;
    left: -8px;
    height: 37px;
    padding: 7px 25px 0px 15px;
    border-style: solid;
    border-width: 0px 0px 8px 8px;
    border-image: url(../../images/city-label.png) 0 0 8 8 fill repeat;
    font: bold 12px "Myriad Pro";
    color: black;
    text-transform: uppercase;
}

.product-details-view .image{
    position: relative;
    max-width: 250px;
    margin: auto;
}

.product-details-view .title{
    margin-top: 25px;
    color: #353535;
    font: 18px "Aller Bold";
    text-align: center;
}

.product-details-view .price{
    margin-top: 20px;
    font: 18px "Aller Bold";
    color: #af850c;
    text-align: center;
}

.product-details-view .price s{
    margin-left: 5px;
    display: inline-block;
    font: 16px "Aller Bold";
    color: #666666;
}

.product-details-view .description{
    margin-top: 25px;
    color: #6e6e6e;
    font: italic 15px "Aller Light";
}

.product-details-view .row{
   border-bottom: 1px solid #eeeeee;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

a{
	text-decoration: none !important;
}