
BODY { background-image: url("images/bg.gif"); margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0 }

A{ font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #800080; font-weight : bold; text-decoration: none; line-height: 1.5; }

A:hover{ color: #ffffff; font-weight : bold; text-decoration: none; }

TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: black; line-height: 1.5; }

.productText{ font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #666666; word-spacing: 3px; padding-left: 5px; line-height: 17pt }

.productText:hover{ color: #FF6600; }

.indexLink{ font-family: Arial; font-size: 12px; color: #584428; font-weight: normal; letter-spacing: 1px; text-decoration: none; }

.indexLink:hover{ font-family: Arial; font-size: 12px; color: #ff9900; font-weight: normal; letter-spacing: 1px; text-decoration: none; }


/* style for drop down menu*/
#dropmenudiv{ position: absolute; border: 1px solid white; border-bottom-width: 0; font: normal 11px Verdana; color: #800080; line-height: 18px; z-index: 100; text-decoration: none; }

#dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid white; padding: 1px 0; color:#800080; text-decoration: none; font-weight: bold; background-color: #fcacac; }

#dropmenudiv a:hover{ color: #ffffff; }
/* style for drop down menu end*/


/* Pager style for datagrid, datalist, repeater */
.Pager { font-family: Verdana, Arial; font-size: 12px; color: black }

TABLE.Pager { background: #98b5e2; border-bottom: 1px; border-left: 1px; border-right: 1px; border-top: 0 px; border-style: solid; border-color: #ffffff }

A.Pager { color: black; text-decoration: underline }

A.Pager:hover {	color: #ff0000; text-decoration: underline }
/* Pager style end */

.login { font-size: 12px; font-weight: bold; color: #ffffff; background-color: #ACACAC; padding-left: 10px; }


/* Admin */
TR.headerNavigation { background: #98b5e2; }

TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 11px; background: #98b5e2; color: #ffffff; font-weight : bold; line-height: 16pt; }

A.headerNavigation { color: #FFFFFF; }

.companyHeading { MARGIN-TOP: 0px; margin-left: 0px; MARGIN-BOTTOM: 0px; FONT-WEIGHT: bold; FONT-SIZE: 30px; COLOR: #990033; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif }

.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #9a9a9a; }

.ErrorText { color: red; font-family: Verdana, Arial; font-size: 12px; line-height: 20pt }

.infoBox { background: #b6b7cb; }

.infoBoxContents { background: #f8f8f9; font-family: Verdana, Arial, sans-serif; font-size: 10px; }

/* DataGrid */
.CartListHead
{
    background-color: #98b5e2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #98b5e2;
    line-height: 10pt
}