@charset "utf-8";
/* CSS Document */



.item .itemDisplay {
	display: block;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.item .itemDisplayNone {
	display: none;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.item .itemName {
    width: 120px;
    float: left;
    font-weight: bold;
    color: #2B54AA;
}

.item .itemValue {
    width: 520px;
    float: left;
}

