div.addNewProduct
{
    display: block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background-color: #ff6600;
    border: solid 1px white;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-left: 30px;
    cursor: pointer;
}

table.productDetails
{
    margin: 30px;
    border-collapse: collapse;
    text-align: left;
    font-size: 11px;
}

td.productFields
{
    width: 250px;
    padding-left: 35px;
    padding-right: 50px;
    vertical-align: top;
}

ul.productImages
{
    list-style: none inside;
    float: right;
    display: inline;
    margin: 0;
    padding: 0;
}

li.productThumbnails
{
    width: 75px;
    height: 75px;
    margin-bottom: 1px
}

div.addNewImage
{
    width: 75px;
    height: 55px;
    line-height: 20px;
    padding-top: 20px;
    background-color: #ff6600;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

div.productHeader
{
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: black;
    border-bottom: 1px dotted #cccccc;
}

div.addOrder
{
    width: 140px;
    height: 23px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
    background-color: #404040;
}

div.wishList
{
    width: 140px;
    height: 23px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: bold;
}

div.specSheet
{
    width: 138px;
    height: 23px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: bold;
}

ul.languageList
{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 23px;
}

li.productDetailsLanguage
{
    display: inline-block;
    border: 1px solid #ebebeb;
    margin: 0;
    padding: 0;
    width: 30px;
    text-align: center;
}
