.small_font
{
    font-size: small;
}
.sectiontable1
{
    background: #CCCCCC;
}
.sectiontable1
{
    background: #CCCCCC;
}
.category_label
{
    font-weight: bold;
    background: #CCCCCC;
}
.sectionTitle
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.categoryItems
{
    font-size: 11px;
    margin: 4px;
}
.newItemText
{
    margin-top: 2px;
    font-size: 11px;
}
.mostRecentLabel
{
    font-size: 13px;
    font-weight: bold;
}
.ad_list_item
{
    border: 1px solid #CCCCCC;
    padding: 4px;
    margin: 4px;
}
.pageTitle
{
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.advertisementTitle
{
    font-weight: bold;
    font-size: 13px;
}
.advertisementBox
{
    border: 1px dashed gray;
    padding: 5px;
    margin-top: 2px;
    text-align: center;
}



.menu_link a:active
{
    color: #FFFFFF;
}
.menu_link a:link
{
    color: #FFFFFF;
}
.menu_link a:visited
{
    color: #FFFFFF;
}
.menu_link a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.menu_link a:active
{
    color: #FFFFFF;
}
.topheaderlinks
{
    font-weight: bold;
    color: #82C214;
    font-size: 11px;
    margin-right: 8px;
    margin-bottom: 7px;
}
.topheaderlinks a:link
{
    color: #82C214;
}
.topheaderlinks a:visited
{
    color: #82C214;
}
.topheaderlinks a:hover
{
    color: #336799;
    background-color: gray;
    text-decoration: none;
}
.topheaderlinks a:active
{
    color: #82C214;
}
.menuLinks
{
    margin-bottom: 4px;
}
.profileTitle
{
    color: gray;
    font-weight: bold;
}
.profileText
{
    color: orange;
    font-weight: bold;
}


.requiredField
{
    color: #FF0000;
}
.msg
{
    display: none;
}
.msg_approve
{
    color: #ff0000;
}
.msg_deny
{
    color: #ff0000;
}

.new_item
{
    color: red;
    font-weight: bold;
    font-size: 10px;
}
/*
.coupon_title{
    color: #336799;
    cursor: pointer;
    text-decoration:underline;
}
.coupon_title:hover {
    color: #336799;
    background-color: #cccccc;
    text-decoration: none;
    cursor: pointer;
}*/
.coupon_text
{
    margin: 5px 0px 5px 5px;
    padding: 5px 0px 5px 5px;
    border: 1px dashed gray;
    text-align: center;
    display: none;
}
.noscript_coupon
{
    margin: 5px 0px 5px 5px;
    padding: 5px 0px 5px 5px;
    border: 1px dashed gray;
    text-align: center;
}
.coupon_info
{
    float: left;
}
.tiger_bucks_accepted
{
    float: right;
}
.clear_text
{
    clear: both;
}
.profile_msg_history
{
    border: 1px solid #ccc;
    list-style: none;
    height: 28em;
    overflow: auto;
    width: 790px;
}
/* CSS for checklists */
.checklist
{
    border: 1px solid #ccc;
    list-style: none;
    height: 28em;
    overflow: auto;
    width: 790px;
}

.checklist
{
    margin: 0;
    padding: 0;
}
.checklist li{
height:36px;
margin:0px;
}
.checklist li img{
margin:0px 0px 0px 15px;
}
.checklist label
{
    display: block;
    padding: 0 0.2em 0 25px;
    text-indent: -25px;
}
.checklist label:hover, .checklist label.hover
{
    color: green;
}
* html .checklist label
{
    height: 1%;
}
