#content{
    font-size: 15px;
}

table{
    margin-top: 30px;
    text-align: center;
    border-collapse: collapse;
}

thead{
    font-weight: bold;
}

td{
    padding: 3px;
    margin: 0px;
    border:solid 1px #000000;
}

.ifnoscript{
    display: table-cell;
}

#details{
    background-color:black;
    border-color: goldenrod;
    border-width: 5px;
    border-style: outset;
    color: #f3af28;
}


#model{
    color: #f3af28;
    text-align: left;
    position: relative;
    top: 0px;
    font-size: 15px;
    width: 330px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 11px;
    float: left;
}
#detailsDesc{
    font-size: 11px;
    font-weight: bold;
    color: #f3af28;
    padding-top: 3px;
}

#detailsHead{
    height: 40px;
}

#detailsImg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
#details button{
    color: #f3af28;
    background-color:black;
    border: none;
    font-weight: bold;
}

#detailsDescCnt{
    border-top: solid 2px #f3af28;
}

#detailsNavBtnPrev{
    float: left;
    height: 15px;
}

#detailsNavBtnNext{
    float: right;
    height: 15px;
}

#detailsNav{
    width: 100%;
    height: 20px;
    font-size: 12px;
}

tr,td{
    height: 85px;
}

