body {
	background-color: #00235F;
	padding: 20px 25px 15px 25px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0;
}

td {
	font-size: 12px;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.block {
	display: block;
}

.leftJustify {
	border: 0;
}

.leftJustify td {
	text-align: left;
	padding-right: 1em;
}

.leftJustify h4 {
	padding-top: 1em;
}

.continueButton {
	padding: 2em;
	width: 600px;
	text-align: right;
}

.textbox, .dropdownlist, .checkbox {
	font-size: 12px;
}

.smallHeader, h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .25em;
	color: #00235F;
}

.logInTop {
	position: absolute;
	right: 445px;
	top: 40px;
	font-size: 10px;
	text-align: right;
}

.highlight {
	color: #900;
}

#pageHeader {
	background-image: url(graphics/hd_background.gif);
	background-repeat: repeat-x;
	height: 128px;
}

.leftColumn {
	text-align: right;
	padding: 28px 14px 28px 14px;
	font-size: 14px;
	color: #000000;
}

.leftColumn div {
	padding-bottom: 10px;
}

.leftColumn .noSpace {
	padding-bottom: 0;
}

.rightColumn {
	padding: 30px 32px;
	font-size: 12px;
	color: #000000;
	line-height: 16px;

}

.rightColumn td {
	font-size: 12px;
	line-height: 16px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #54789E;
	margin-bottom: 10px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #54789E;
	margin-bottom: 6px;
}

.productThumbnails {
	float: left;
	margin-right: 20px;
}

.productThumbnails td {
	font-size: 11px;
}

.productThumbnail {
	border: 1px solid #000;
}

.productThumbnail:hover {
	border: 1px solid #F00;
}

.smallText {
	font-size: 9px;
}

.catalogNumber {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
*/
.numberOfItems {
	display: block;
	padding: 25px 35px;
	font-size: 15px;
	font-weight: bold;
	color: #0A3C72;
	text-decoration: none;
}

.itemTotal {
	display: block;
	padding: 0px 50px;
	font-size: 12px;
	font-weight: bold;
	color: #54789E;
	text-decoration: none;
}

.backButton {
	display: block;
	padding: 10px 10px;
	font-size: 12px;
	color: #00235F;
	text-decoration: none;
}

.miniBasketWrapper {
	margin: 10px 14px 20px 18px;
}

.miniBasket {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
    width: 150px;
	font-size:10px;
	padding-bottom: 0;

}

.miniBasket .padding {
	padding: 10px;
	text-align: right;
}

.miniBasket li {
    list-style-type: none;
}

.miniBasketHeader {
    background-color: #90A1B9;
    width:150px;
	border: solid 1px #90A1B9;
	padding-bottom: 0;
}

.miniBasketHeader .padding {
    padding: 3px 10px;
	text-align: right;
}

.miniBasketHeader a {
    color: #f5f5f5;
    text-decoration: none;  
    font-size: 12px;
    font-weight: bold;
	padding-bottom: 0;
}

.miniBasketSubtotal {
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}

.shaded {
	color: #899CB5;
}

.shaded a:link, .shaded a:visited {
	color: #899CB5;
	text-decoration:none;
}

.shaded a:hover, .shaded a:active {
	color: #899CB5;
	text-decoration:underline;
}

/*
.sectionheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #54789E;
	padding-top: .5em;
}
*/

.errorbox {
    border-right: #660000 1px solid;
    border-top: #660000 1px solid;
    font-weight: bold;
    font-size: 9pt;
    border-left: #660000 1px solid;
    color: #660000;
    border-bottom: #660000 1px solid;
    font-family: verdana;
    background-color: #ffcccc;
    width:auto;
}

.spaceTop {
	margin-top: 1em;
}

.spaceBottom {
	margin-bottom: 1em;
}

.lineBottom td {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #D9DEE7;
}

.receiptHeader {
	width: 600px;
	margin: 2em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.receiptHeader h3 {
	padding: .5em 0;
	margin: 0;
}

.receipt * {
	font-family: Arial, Helvetica, sans-serif;
}

.receipt h3 {
	color: #000;
}

.receipt h4 {
	color: #000;
}

.floatRight {
	display: block;
	float: right;
}

.flyerHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #54789E;
	margin: .5em;
}

@media print{

.noPrint {
	display: none;
}	

.flyerHeader {
	color: #000;
}

}
