﻿.productdetails_container
{
    width: 695px;
    height: auto;
    overflow: auto;
    margin: auto;
}

.productdetails_image_container
{
    width: 278px;
    height: auto;
    float: left;
}

.productdetails_image
{
    width: 278px;
    height: 278px;
}

.productdetails_cameo_container
{
    width: 318px;
    height: auto;
    overflow: auto;
}

.productdetails_cameo
{
    width: 100px;
    height: 100px;
    float: left;
    padding: 3px;
}

.productdetails_detail
{
    width: 377px;
    height: auto;
    float: right;
}

.productdetails_buy
{
    width: auto;
    height: auto;
    font-weight: bold;
    color: #888888;
    border-top: dashed 1px #888888;
    border-bottom: dashed 1px #888888;
    padding: 7px 0px 7px 0px;
    margin-top: 15px;
}
.productdetails_buy a:link
{
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}

.productdetails_buy a:visited
{
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}

.productdetails_buy a:active
{
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}

.productdetails_buy a:hover
{
    color: #888888;
    font-weight: bold;
    text-decoration: underline;
}