﻿body {
    background:#fff;
}

.ProductInformationContainer {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 50px;
    padding-top: 2%;
}

.ProductInformationTitle{

}

.BreadCrumbList {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 15px;
}

.BreadCrumbListItem {
    text-transform: uppercase;
    color: #069;
    font-weight: bold;
}

.BreadCrumbListItem span{

}

.ProductInformationRow {
    height: 27px;
    line-height: 25px;
    position: relative;
    overflow-y: hidden;
    margin-bottom: 1px;
}

.ProductInformationLabel {
    float: left;
    width: auto;
    min-width: 135px;
    padding-right: 10px;
    background: #eee;
    padding-left: 10px;
    border: solid 1px #eee;
}

.ProductInformationResult {
    float: left;
    width: auto;
    padding-left: 10px;
    border: solid 1px #eee;
    min-width: 250px;
}