/*- Common--------------------------- */
.item_list_table {
 width: 100%;
	text-align: right;
	vertical-align: top;
}

.list_title_caps {
 color: #3688BA;
 font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.list_title_caps div {
 border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
}

.flash_rating {
	padding: 0px;
}

.list_info {
 width: 100%;
	padding-right: 10px;
	padding-bottom: 3px;
}

.list_header {
	color: #C00;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	padding-left: 15px;
}

.list_name {
	font-weight: bold;
	font-size: 11px;
}

.list_name a {
 color: #000;
	text-decoration: none;
}

.list_name a:hover {
 text-decoration: underline;
}

.list_description {
	color: #999;
	font-size: 10px;
}

.list_rating {
 color: #990000;
 font-size: 14px;
	font-weight: bold;
	padding-right: 3px;
}

.list_icon {
 float: left;
	padding-right: 4px;
	padding-top: 2px;
}

.list_footer {
	padding: 5px;
	font-size: 11px;
}

.list_footer a {
	color: #000000;
	text-decoration: none;
}

.list_footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.top {
 vertical-align: top;
}

.left {
 text-align: left;
}

.right {
 text-align: right;
}

.justify {
 text-align: justify;
}

.pad_t5 {
 padding-top: 5px;
}

.pad_r5 {
 padding-right: 5px;
}

.pad_l5 {
 padding-left: 5px;
}

.pad_b5 {
 padding-bottom: 5px;
}
