/* ========================================================================== Attribute Value Pair List ========================================================================== */
.a-AVPList { margin: 0; padding: 0; list-style: none; }

.a-AVPList-item { display: table; width: 100%; box-shadow: 0 -1px #F0F0F0 inset; transition: background-color .1s; }

.a-AVPList-item:hover { background-color: #F8F8F8; }

.a-AVPList-label, .a-AVPList-value { display: table-cell; vertical-align: top; font-size: 12px; line-height: 16px; padding: 8px 12px; }

.a-AVPList-value { text-align: right; color: #707070; }

.a-AVPList-label { color: #404040; }

.a-AVPList--shortcuts .a-AVPList-item { box-shadow: none; border-radius: 2px; }

.a-AVPList--shortcuts .a-AVPList-value { width: 50%; text-align: left; }

/* Left Aligned ========================================================================== */
.a-AVPList--leftAligned { padding: 0 0 12px 0; }

.a-AVPList--leftAligned .a-AVPList-label { padding-left: 12px; width: 30%; }

.a-AVPList--leftAligned .a-AVPList-value { padding-right: 12px; text-align: left; width: auto; }

/* ========================================================================== Widths ========================================================================== */
/* Fixed - Small ========================================================================== */
.a-AVPList--fixedLabelSmall .a-AVPList-label { width: 160px; }

/* Fixed - Medium ========================================================================== */
.a-AVPList--fixedLabelMedium .a-AVPList-label { width: 220px; }

/* Fixed - Large ========================================================================== */
.a-AVPList--fixedLabelLarge .a-AVPList-label { width: 260px; }

/* Variable - Small ========================================================================== */
.a-AVPList--variableLabelSmall .a-AVPList-label { width: 20%; }

/* Variable - Medium ========================================================================== */
.a-AVPList--variableLabelMedium .a-AVPList-label { width: 30%; }

/* Variable - Large ========================================================================== */
.a-AVPList--variableLabelLarge .a-AVPList-label { width: 40%; }

/* ========================================================================== UI Modifiers ========================================================================== */
/* Variable - Large ========================================================================== */
.a-AVPList--appDetails .a-AVPList-label, .a-AVPList--appDetails .a-AVPList-value { font-size: 14px; line-height: 22px; color: #707070; }

.a-AVPList--appDetails .a-AVPList-label { padding-left: 0; }

.a-AVPList--appDetails .a-AVPList-value { padding-right: 0; }

.a-AVPList--appDetails .a-AVPList-item { box-shadow: 0 -1px #F8F8F8 inset; }

.a-AVPList--appDetails .a-AVPList-item:hover { background-color: transparent; }
