﻿@import url("layout.css");
body 
{
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	overflow: auto;
	height: 100%;
}
#container 
{
	width: 100%;
	height: 100%;
	background-color: white;
}
#masthead 
{
	width: 100%;
	overflow: hidden;
	text-align: right;
	background-color: #061C6B;
	height:150px;
}
.Logo
{
	display:inline-block;
	float:left;
	border-style: none;
	border-color: black;
	border-width: 1px;
	overflow:hidden;
	margin-left:10px;
	margin-right:10px;
}
.Title
{	
	display:block;
	float:left;
	padding-left:20px;
	width:55%;
	text-align:left;
	font-size:26px;
	color:white;
	/*background-color: lime;*/
}
#Title h2,h6
{
	font-family: Rockwell Extra Bold;
}
#Title h6
{
	font-family: Rockwell Extra Bold;
}
.Books
{
	display: inline-block;
	width: 34%;
	margin-left: 28%;
	/*background-color: lime;*/
}
.Motto
{
	display:inline;
	margin-left:13%;
}
.Contact
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	display:inline-block;
	float:right;
	text-align:left;
	font-size:medium;
	margin-right: 15px;
	color: /*#1A74DD;*/white;
	/*background-color:red;*/
}
.Email
{
	color: white;
}
.SubmitOrderButton
{
	display: none;
	border-radius: 10px;
	background-color: #FFC73F;
	border-style: none;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: medium;
	font-weight: bold;
}
.NextButton
{
	font-weight:bold;
	font-size:medium;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-style:outset;
	border-radius:5px;
}
.OrderDetailsForm
{
	background-color:silver;
	border-style:outset;
	padding:10px;
	width:498px;
}
.OrderDetailsForm input[type=button], input[type=submit], input[type=reset]
{
	border-style: outset;
	border-color: silver;
	
}
.OrderDetailsForm input[type=text], input[type=check], input[type=radio]
{
	border-style: inset;
	border-color: silver;
}
.OrderDetailsForm select
{
	border-style: inset;
	border-color: silver;
}
.OrderDetailsForm select
{
	border-style: inset;
	border-color: silver;
}
#page_content 
{
	position: relative;
	overflow: hidden;
	height: 398px;
}
#content 
{
	position: relative;
	top: 0px;
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	height: 95%;
	width: 78.5%;
	overflow-y: auto;
	overflow-x: auto;
}
.cart_button
{
	display: inline-block;
	border-radius: 5px;
	height: 25%;
	margin-right: 20px;
}
.Top
{
	display: inline;
}
.shopping_cart
{
	display: none;
	height: 100%;
}
.not_shopping_cart
{
	display: block;
	height: 100%;
}
#show_shopping_cart_link:hover
{
	cursor: pointer;
	color: red;
}
#hide_shopping_cart_link:hover
{
	cursor: pointer;
	color: red;
}
#empty_shopping_cart_link:hover
{
	cursor: pointer;
	color: red;
}
#footer_link:hover
{
	cursor: pointer;
	color: red;
}
a:hover
{
	color: red;
}
a
{
	color: white;
}

.CodeSessionEmailLink
{
	color: blue;
}
#CodeSessionEmailLink a:hover
{
	color: red;
}
.footer_link
{
	margin-left:0px;
	margin-right: 120px;
	color: white;
	font-size: large;
	/*background-color: aqua;*/
}
.footer_image
{
	position: relative;
	top: 4px;
}
.Copyright
{
	font-size: small;
	position: relative;
	top: 5px;
	width: 16%;
	/*background-color: lime;*/
}
.Links
{
	position: relative;
	top: 0px;
	width: 81%;
	/*background-color: aqua;*/
}
#footer 
{
	clear: both;
	width: 99%;
	height: 45px;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #061C6B;
	color: /*#1A74DD*/white;
}
#masthead img 
{
	float: left;
}
#masthead p 
{
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 
{
	font-family: Arial Black;
}
.Paragraph
{
	display: inline-block;
	font-size: large;
	vertical-align: top;
	line-height:28px;
	margin-left: 3px;
	margin-right: 3px;
}
.PageHeading
{
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: white;
	color: #061C6B;
}
.TopicHeading
{
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: white;
	color: #993333;
}
#TOC a
{
	display: inline-block;
	border-radius: 15px;
	position: relative;
	background-color: #079938;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}

#TOC a:hover
{
	display: inline-block;
	position: relative;
	background-color: #89FF6C;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}
/* Styles for Navigation */
.sidebar 
{
	display:inline-block;
	position: relative;
	float: left;
	background-color: /*#BBBFFD*/#1A74DD;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 20%;
	/*background-color:aqua;*/
}
.sidebar ul 
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.sidebar li 
{
	display: block;
	margin-bottom: 5px;
	/*border: 1px solid #cb8;*/
}
.sidebar a 
{
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	color: #993333;
	padding-left: 5%;
	margin-left: 4%;
	padding-top: 1%;
	display: inline-block;
	width:85.5%;
	background-color: #061C6B;
	border-radius: 10px;
}
.sidebar a:hover 
{
	margin-left: 4%;
	font-weight: bold;
	text-decoration: none;
	color: #993333;
	background-color: #7DB1F0;
	width:85.5%;
}
.MenuPopup
{
	/*display: inline.block;*/
	display: none;
	position: relative;
	width: 87%;
	background-color: #7DB1F0;
	padding: 5px;
	margin-left: 4%;
}
.MenuPopupItem
{
	background-color: #7DB1F0;
}
.MenuPopup a:hover 
{
	font-weight: bold;
	text-decoration: none;
	background-color: #1A74DD;
	width:90%;
	margin-left: 2%;
}
/* Styles for Footer */
#footer p 
{
	font-size: x-small;
}
.style_bold 
{
	font-weight: bold;
}
.style_italic 
{
	font-style: italic;
}

.CenterVertically
{
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.FloatLeft
{
	float:left;
	margin:5px;
	position: relative;

}
.FloatRight
{
	float:right;
	margin:5px;
	position: relative;
}
.ImageDisplayBlock
{
	display:inline-block;
	margin:5px;
}
.ListItem
{
	font-size: medium;
	font-weight: bold;
}
.SubListItem
{
	font-size: medium;
}
