<Style>/* Default CSS Stylesheet for a new Web Application project */{}

/* Doesn't work correctly. 10/07/05
body {
background-image: url('http://s48170b.sites109.storefront-hosting.com/images/bg_header.gif');
background-repeat: repeat-x;
}
*/

.GeneralPage
{
background-color: #ffffff; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #E7E3D7; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: White; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #E7E3D7; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 25%;}

.LeftColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 25%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #C6BFA5; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: White; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #ffffff; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #cc3333; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #cc3333; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #E7E3D7;
}

.ContentTableHorizontal
{
background-color: #E7E3D7;
}
.Content a:link, .Content a:active, .Content a:visited 
{
color:#324279;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size:11px;
}
.Content a:hover
{
color:#324279;
text-transform: uppercase;
text-decoration: underline;
font-weight: bold;
font-size:11px;
}

a:link 
{
color:#324279;
text-decoration: none;
font-size:11px;
}

a:visited 
{
color: #324279;
text-decoration: none;
font-size:11px;
}

 

a:active 
{
color: #324279;
text-decoration: none;
font-size:11px;
}

 

a:hover 
{ 
color: #324279;
text-decoration: underline;
font-size:11px;
}

.ContentBold 
{                                        /* Custom page headings */
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.ContentText
{                                              /* Custom page text */
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.ContentSub 
{
text-decoration: underline;
}

.BookTitle 
{
font-weight: bold;
text-transform: uppercase;
color: #324279;
font-size: 12px;
} 

.ContentPrice
{
font-weight: bold;
color: #993333;
}

.RecPrice
{
	font-weight: bold;
	color: #324279;
	font-family: Arial; /* Font Face */
	font-size: 8pt; /* Font Size */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	text-align: Left; /* Align Text */
}

.CoverPicSmall
{
border: 1px solid #000; /* Border for Small Book Cover Images */
}

.CoverPicSmallUpsell
{
border: 1px solid #ccc; /* Border for Small Book Cover Images */
margin-right: 10px;
}

.CoverPicBig
{
border: 1px solid #000; /* Border for Big Book Cover Images */
margin-right: 10px;
}

 
.div.float 
{
float: right;
border: 1px dotted #ccc;
width: 200px;
padding: 12px;
}

.SearchKeyword
{
font-weight:normal;
padding: 1px 2 1 2;
background-color: #eaf2fc;
border: 2px solid #eaf2fc;/*#e9f4e9;*/
color: #000;
}

.SelectPage
{
font-size: 11px; /* Pagination Selected Page Styles */
font-weight: bold;
color: #324279;
}

.SelectPage a:link, .SelectPage a:visited, .SelectPage a:hover 
{
margin-left: 1px; /* Pagination Link Styles */
margin-top: 5px;
background:#fff;
padding: 1px;
line-height: 15px;
font-weight: normal;
}

.Page
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #324279; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}






