body {
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.bookprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000066;
}
.smallgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.midheadgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.midheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}
.midheadcrimson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.midheadblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
.boldsmallgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}

a.bluearialroman:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000066;
}
a.bluearialroman:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000066;
}
a.bluearialroman:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000066;
}
a.bluearialroman:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #000066;
}

#trWhite {
    background-color: #ffffff;
}
#borderGray {
    border:solid 1px #cccccc;
}

/********************************/
/*** show products box styles ***/
/********************************/
#books {
   font-family: Arial;
}
#books .blue{
   color:#1c4080;
   font-size: 12px;
}
#books .title{
   color:#1c4080;
   font-size: 16px;
}
#books .txt{
   color:#080808;
   font-size: 10px;
}

/***********************/
/*** cart box styles ***/
/***********************/
#booksCart {
   font-family: Arial;
}
#booksCart h2{
   color:#1c4080;
   font-size: 18px;
}
#booksCart .blue{
   color:#1c4080;
   font-size: 14px;
}
#booksCart .txt{
   color:#080808;
   font-size: 14px;
}
#booksCart .title{
   color:#1c4080;
   font-size: 16px;
}
#booksCart .total{
   color:#1c4080;
   font-size: 14px;
   font-weight:bold;
}
a.remove:link {
    color:#1c4080;
   font-size: 14px;
   text-decoration:none;
}
a.remove:active {
    color:#1c4080;
   font-size: 14px;
   text-decoration:none;
}
a.remove:visited {
    color:#1c4080;
   font-size: 14px;
   text-decoration:none;
}
a.remove:hover {
    color:#1c4080;
   font-size: 14px;
   text-decoration:underline;
}

a.shipping:link {
    color:#ff0033;
   font-size: 14px;
   text-decoration:none;
}
a.shipping:active {
    color:#ff0033;
   font-size: 14px;
   text-decoration:none;
}
a.shipping:visited {
    color:#ff0033;
   font-size: 14px;
   text-decoration:none;
}
a.shipping:hover {
    color:#ff0033;
   font-size: 14px;
   text-decoration:underline;
}
#us {
    display:none;
}
#can {
    display:none;
}
#world {
    display:none;
}

/***************************/
/*** shipping box styles ***/
/***************************/
#shipping{
    font-family: Arial;
    font-size: 10px;
    padding:5px 0px 10px 5px;
}
#shippingIn{
    padding:5px 0px 10px 5px;
}
#shipping strong{
    font-size: 12px;
}
#shipping .blue {
    color:#1c4080;
}
#shipping .txt{
   color:#080808; 
}

/**********************/
/*** checkout styles **/
/**********************/
.goodField {
    color:#1c4080;
   font-size: 14px;
   font-weight:bold;
}
.badField {
    color:#ff0033;
   font-size: 14px;
   font-weight:bold;
}


