﻿div.FavoriteList div.fav_header
{
    border-bottom: 1px solid #D2232A;
    color: Black;
    font-weight: bold;
}
div.FavoriteList td.List_AlternatingItemStyle
{
    background-color:#F1EDE2;
}
div.FavoriteList .FavoriteList
{
    border-bottom: 1px solid #D2232A;
}

.fav_col_delete
{
	float:left;
	width:20px;
	margin-right:5px;
}

.fav_col_guid
{
	float:left;
	width:80px;	
}

.fav_col_name
{
	float:left;
	width:260px;
}

.fav_col_quantity
{
	float:left;
	width:60px;
}

.fav_col
{
	float:left;
	width:100px;
}

.fav_line
{
	margin-top: 4px;
}

div.fav_line div.fav_col_name a
{
	font-weight: bold;
	color: Black;
}

div.fav_line div.fav_col_delete a
{
	color: Black;
	text-decoration: underline;
}

