@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#background {
	background-color: #FFF;
	width: 832px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding: 8px;
	overflow: auto;
	text-align: justify;
}

#titlebox {
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}

#welcometext {
	display:run-in
	width: 832px;
	height: 83px;
	font-size: small;
	text-align: justify;

}

#buttonbar {
	display:run-in
	width: 832px;
	height: 96px;

}

#newsbox {
	margin-top: 32px;
	width: 640px;
	font-size: small;
	padding: 8px;
	border: thin solid #996633;
}

.informationbox {
	width: 832px;
	height: 300px;
}

.informationboxtitle {
	padding-top: 32px;
	padding-bottom: 8px;
	font-size: medium;
	font-weight: bold;
	width: 500px;
}

.informationboxpic {
	float: left;
}

.informationboxtext {
	font-size: small;
	float: left;
	width: 384px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

.informationboxtermsandconditions {
	font-size: small;
	margin-top: 3px;
}

.buttonaddcart {
	padding-top: 8px;
	float: right;
}

.buttonaddcartinfopageleft {
	display:inline;
	float: left;
	height: 96px;
	width: 128px;
}

.buttonaddcartinfopageright {
	display:inline;
	float: right;
	height: 96px;
	width: 128px;
}

#disclaimertext {
	font-size: x-small;
	width: 768px;
	padding: 32px;
	text-align: justify;
}

.titletext {
	font-size: large;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
}
    
.sectiontext {
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
}

.questiontext {
	font-size: small;
	margin-top: 10px;
	width: auto;
	height: auto;
	margin-left: 20px;
}
	
.answertext {
	font-size: small;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.bottomtext {
	font-size: small;
	margin-top: 15px;
	width: auto;
	height: auto;
	font-weight: bold;
	margin-bottom: 15px;
}

#bookpicture {
	padding-top: 16px;
}

#buttonbookpurchasedivision {
	height: 72px;
	width: 305px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#buttonbookpurchase {
	display: block;
	height: 36px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-image: url(../Assets/Buttons/Button%20Rollover%20Purchase.png);
	margin-right: 45px;
	margin-left: 45px;
}

#buttonbookpurchase:hover {
	background-position: 0px -36px;
}

#buttonbookpurchase span {
	  display: none;
}

#updatedontext {
	float:right;
	text-align: right;
	font-size: x-small;
	margin-top: 40px;
}

#copyrighttext {
	font-size: x-small;
	font-weight: bold;
	color: #996633;
	margin-right: auto;
	margin-left: auto;
	width: 163px;
}

#emailtext {
	font-size: x-small;
	font-weight: bold;
	color: #996633;
	margin-right: auto;
	margin-left: auto;
	width: 123px;
}

#listtitle {
	font-weight: bold;
	margin-top: 25px;
	font-size: large;
}

a:link {
	color: #996633;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #996633;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #996633;
	text-decoration: underline;
	font-weight: bold;
	
}

a:active {
	color: #996633;
	text-decoration: none;
	font-weight: bold;
}

img, div { behavior: url(/Scripts/iepngfix.htc) }

ul {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}

