﻿body { color: #7d5a31; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #000 }
p { color: #7d5a31; font-size: 0.9em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
pre { color: #735c54; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
blockquote { color: #7f6a32; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1 { color: #7d5a31; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a2 { color: blue; text-decoration: underline; }
h2 { color: #7d5a31; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: #7d5a31; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h4 { color: #736f45; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h5 { color: #736f45; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h6 { color: #736f45; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
img { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #eee; border: 0px }
ol { color: #7f6a32; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
ul { color: #7f6a32; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; list-style-position: inside;
	width: 590px;
}
a { color: #FFFF99; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: lighter; text-decoration: none; }
a:visited { color: #FFFF99; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none  }
a:active { color: #FFFF99; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none  }
tr { border: 0 }
.cellcolor  { background-color: #544d22 }
.rev_type  { color: #b7a85f; font-weight: bold; font-size: 1em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-variant: small-caps; text-decoration: none  }
.g_nav_cellcolor  { background-color: #3a282a }
.a_type_color  { color: #FFFF99; font-size: 0.9em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 24px; text-decoration: none   }
.a_type_color_red  { color: #ac0000; font-size: 0.9em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 24px; text-decoration: none   }
.a_type_color_white  { color: white; font-size: 0.9em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 24px; text-decoration: none   }
.a_type_color_white_big  { color: white; font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 24px; text-decoration: none   }
.RestaurantTitle { color: #ac0000; font-size: 18px; font-family: Papyrus, Georgia, "Times New Roman", Times, serif; font-weight: lighter; }
.merchantdescription { color: #b7a85f; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 20px; }
a:hover { color: #fff; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: lighter; text-decoration: none; }
.Fields { color: #e0e1b8; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; }

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);
 }

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}