﻿BODY
{
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
    background-image: url('/_images/background.gif');
}
.ValidationSummary
{
    color: #cc0000;
    font-size: 12px;
    font-weight: normal;
}
.copyright
{
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}
.currentuser a:link
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:visited
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:active
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:hover
{
    color: #cc0000;
    text-decoration: underline;
}
#maincontainer
{
    width: 1000px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: white;
    padding-top: 120px;
}
#topsection
{
    background: white;
}
#topsection h1
{
    margin: 0;
    padding-top: 15px;
}
#contentwrapper
{
    float: left;
    width: 100%;
    background: white;
}
#contentcolumn
{
    margin-left: 10px; /*Set left margin to LeftColumnWidth*/
    background: white;
}
#leftcolumn
{
    float: left;
    width: 10px; /*Width of left column*/
    margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
    background: white;
}
#footer
{
    clear: left;
    width: 100%;
    background-color: white; /*color: #FFF;*/
    text-align: center;
    border-bottom: #bbbbbb 1px solid;
    margin-bottom: 10px; /*padding: 4px 0;*/
}
#footer a
{

}
.innertube
{
    margin: 10px; /* Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}
.facebooklink a:link
{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.facebooklink a:visited
{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.facebooklink a:active
{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.facebooklink a:hover
{
    font-size: 14px;
    color: #c57715;
    text-decoration: none;
}


.productlist li
{
    display: inline;
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
}

/* Data Pager Styles */.pager
{
    clear: both;
    margin: 0 auto;
}
.pagerlink
{
    border: solid 1px white;
    display: inline-block;
    margin-right: 0.4em;
    margin-top: 0.4em;
    padding: 0.4em 0.7em;
    text-decoration: none;
    line-height: normal;
    font-weight: bold;
    color: #666666;
}
.pagerlink:hover
{
    border: solid 1px #a82e42;
    text-decoration: none;
    color: #666666;
}
.pagerlabel
{
    border: solid 1px white;
    display: inline-block;
    margin-right: 0.4em;
    margin-top: 0.4em;
    padding: 0.4em 0.7em;
    text-decoration: none;
    line-height: normal;
    background-color: #666666;
    font-weight: bold;
    color: white;
}