﻿.content{
    background-color: #dfdfdf;
}

.white-bg{
    width: 70%;
    background-color : white;
    margin : 0 auto;
    border-top : 50px solid #dfdfdf;
    border-bottom : 50px solid #dfdfdf;
    padding : 50px 80px;
}

#ContentPlaceHolder2_dlDetail{
    width:100%;
    height : auto;
    margin : 0;
}

.image{
    display : inline-block;
}

.details{
    height : auto;
    display : inline-block;
    font-family : 'Century Gothic';
    float : right;
    margin-left : 10%;
}

.name{
    margin-top : 20px;
}

.price{
    font-size : 80pt;
    margin-top : 20px;
}

.shopNow{
    margin-top : 40px;
}

hr{
    border-width: 4px;
    border-color : black;
    width : 50%;
    margin-left : 0;
}

.shopNow a:hover, a:active{
    background-color: #ebebeb;
    font-size : 24pt;
    text-align : center;
    border : solid;
    text-decoration: none;
}

.shopNow a:link, a:visited {
    font-size : 24pt;
    text-align : center;
    border : solid;
    text-decoration: none;
    display: inline-block;
}
.shopNow a{
    width : 200px;
    height : 100px;
    text-align : center;
    padding : 19px ;
}
