﻿body
{
    background-color: #FFFFFF;
    margin: 10px auto; /* Body centering non IE*/
    text-align: center; /* Body centering for IE */
    width: 750px;
    font-family: Verdana;
    font-size: 75%;
}
table
{
    width: 100%;
}

select
{
    font : inherit;
    
}
.container
{
    text-align:left;    /* Reverse IE hack for centering DIV */
}

.spacer
{
    height:10px; 
}
/* Master page banner*/
.banner
{
}

a
{
    color: #0070C0;
    text-decoration: underline;
    cursor: pointer;
}

/* used by info box */
ul.infolist
{
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

li.infolist
{
    margin: 5px 0px 5px 0px;
}

img.anchor
{
    cursor: pointer;
}
/* DIV general styles*/
.row
{
    float: left;
    width: 100%;
}

.row_indented
{
    margin-left: 20px;
    width: 730px;
    float: left;
}

.row_margin_top
{
    float: left;
    width: 100%;
    margin-top: 15px;
}

/* Footer styles */
.footer_cell_left
{
    height: 37px;
    text-align: right;
}

.footer_cell_mid
{
    height: 37px;
    text-align: center;
}

.footer_cell_right
{
    height: 37px;
    text-align: left;
}


.footercol
{
    width: 32%;
    float: left;
}
.footer_spacer
{
    width: 1%;
    float: left;
}

.paybycheque_margin
{
    margin: 6px 0px 6px 0px;
}

/* Text styles */
.bold
{
    font-weight: bold;
}

.bold_red
{
    font-weight: bold;
    color: #FF0000;
}

.underline
{
    text-decoration: underline;
}


.header
{
    font-size: 160%;
    font-weight: bold;
}
.section_header
{
    font-size: 100%;
    font-weight: bold;
}

.section_header_cart
{
    font-size: 120%;
    font-weight: bold;
}

.section_subheader
{
    font-size: 80%;
    font-weight: bold;
}

.summary_top
{
    width: 1%; 
    text-align: right;
}

P.ErrorMessage
{
    color: #990000;
}
.inputline
{
    border-style: none;
    border-bottom: solid 1px #000000;
}

.select
{
    border-style: none;
    border: 1px solid #000000;
}
.spacer25
{
    width: 25%;
}


.info
{
    vertical-align: top;
    background-color: #EAF1DD;
    white-space: nowrap;
}

.totals
{
    border-left: solid 2px #FFFFFF;
    text-align: right;
}



.info_bg
{
    background-color: #EAF1DD;
}
.checkbox
{
    vertical-align: middle;
    padding-right: 5px;
    margin: 0;
}


.centered
{
    vertical-align: middle;
    text-align: center;
}

.right_align
{
    text-align: right;
}


td.field label.error
{
    color: red;
    font-style: italic;
    font-weight: normal;
}

td.field input.error
{
    background-color: #FFFFD5;
    border: 1px solid red;
    color: red;
}

DIV.TmplLineItem
{
	margin: 3px;
}

/* Message Box styles */
.error
{
    border: solid 1px #FF0000;
    background-color: #F6E1E1;
    color: #FF0000;
    width: 742px;
    vertical-align: middle;
    padding: 7px 3px 7px 3px;
    margin-top: 7px;
}

.information
{
    border: solid 1px #DEDEDE;
    background-color: #FFFFCC;
    color: #222222;
    height: 36px;
    width: 100%;
    vertical-align: middle;
}
.success
{
    border: solid 1px #008000;
    background-color: #CEE6C3;
    color: #2D934B;
    height: 36px;
    width: 100%;
    vertical-align: middle;
}

/* Buttons */
INPUT.Button
{
	margin-left: 50px;
	border: sold 1px #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

DIV.TmplLineItem
{
	margin: 3px;
}

