﻿
.navbackground {
    background-color: #E3EBEE;
    padding: 5px;
}

.navbackground a {
    color: White;
}

.prevnextlink a {
	text-decoration: none;
}

.txtjust {
	text-align:justify;
}

.productheader {
     font-size: 12pt; 
     font-weight: bold;
     color: #990000;
}

.emaillayer {
    text-align: center;
	font-size: 10pt; 
	color: #990000;
	font-family: "Comic Sans MS",Arial,Verdana, Helvetica, sans-serif;
}

.centertext {
    text-align: center;
}

.linestyle {
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
    background: white url('../../Images/dottedline.jpg') repeat-x;
}

.GridRowStyle {
   padding-left: 3px;
}

.CartTotal {
    width: 115px;
    height: 115px;
    background: #ffff99 url('../../images/cartdetails_small.gif') no-repeat left top;
}

.CartText {
    text-align: center;
    color: #ffff99;
    font-size: 11px;
}

.GridAlterenatingRowStyle {
    background-color: #ece8dd;
    padding-left: 3px;
}

.GridHeaderStyle {
    background-color: #ffff99;
    padding-left: 3px;
    color: #990000;
}

.ErrorMessage {
    color: #990000;
    font-weight: bold;
    margin-left: 0px;
}

.YellowText {
    color: #ffff99;
    font-size: 11px;
}
.RedText {
    color: #990000;
    font-weight: bold;
}

.floatimage {
    float: left;
    padding: 2px 2px 2px 2px;
}

.floatleft {
    float: left;
    padding: 2px 2px 2px 2px;
}

.floatright {
    float: right;
    padding: 2px 2px 2px 2px;
}

.clearfloats {
    clear: both;
}

