/* ============================================================================================================================== */
/* Addon display classes */
/* ============================================================================================================================== */

.addon_list {
	position: relative;
	width: 96%;
}

.addon_list .addon_row {
	position: relative;
	border: 1px solid #FFF;
	border-bottom: 1px solid #ddd;
	font-variant: small-caps;
	height: 76px;
	width: 100%;
}

.addon_list .addon_row:hover {
	background-color: #f8e7e7;
	border: 1px solid #dbbebe;
}

.addon_list .addon_image {
	position: absolute;
	width: 64px;
	height: 64px;
	left: 4px;
	top: 4px;
}

.addon_list .addon_name {
	position: absolute;
	top: 10px;
	left: 80px;
	font-size: 20px;
	font-weight: bold;
}

.addon_list .addon_other {
	position: absolute;
	top: 14px;
	right: 2px;
	font-size: 12px;
	color: #888;
	text-align: right;
}

.addon_list .addon_desc {
	position: absolute;
	font-size: 16px;
	top: 36px;
	left: 86px;
}

.addon_list .addon_section_name {
	position: absolute;
	top: 40px;
	left: 0px;
	font-size: 24px;
	font-weight: bold;
}
