/*Universal resets*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

/*Universal font resets*/body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

/*Universal styles after resets*/strong,th{font-weight:bold;}em{font-style:italic;}
BODY {
	background-color: #DFE2FF;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	width: 748px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin: 20px 0px 0px 0px;
}
#header {
  background-color: #ffffff;
  text-align: center;
  border: 0px solid #000000;
}
#left_menu {
  float: left;
  width: 170px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #F0D4FC;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: left;
}
#contentfixed {
	text-align: justify;
	padding: 0px 40px 0px 30px;
	font-size: 100%;
	line-height: 129%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentaff {
  text-align: justify;
  padding: 0px 40px 0px 0px;
}
.aff TD {
  text-align: left;
}

.order_progress {
  padding-left: 20px;
  padding-bottom: 40px;
}
.order_progress p {
  color: #FFFFFF;
  background-color: #888888;
  background-image: url("/images/pgb-left.gif");
  background-repeat: no-repeat;
  background-align: left;
  height: 26px;
  font-weight: bold;
  font-size: 9px;
  padding-left: 14px;
  float: left;
  margin: 0px;
}
.order_progress p.red {
  color: #FFFFFF;
  background-color: #FF0000;
  background-image: url("/images/pgb-left-red.gif");
}

#footer {
  width: 690px;
  background-color: #FFFFFF;
  padding: 5px;
  font-size: 77%;
  color: #A33F63;
  text-align: center;
}
#footer A {
  color: #C74C78;
}

FORM {
  margin: 0px;
}
H1 {
	font-size: 136%;
	color: #6666CC;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	line-height: 159%;
}
H2 {
	font-size: 100%;
	color: #6666CC;
	text-align: center;
}
H3 {
  margin-top: 2em;
  line-height: 92%;
  color: #000000;
}
H4 {
  font-size: 92%;
  font-weight: normal;
}
.order_form TD {
  font-size: 92%;
  border-bottom: 10px solid #ffffff;
  text-align: left;
}
.order_header {
  font-weight: bold;
  background-color: #000099;
  color: #FFFFFF;
  padding: 5px;
}
.smallprint {
  font-size: 77%;
  color: #555555;
  font-weight: normal;
}
.errors {
  background-color: #FFE1E1;
  color: #D00000;
  padding: 5px;
  margin-bottom: 10px;
}
.johnsonbox {
  margin-left: 35px;
  margin-right: 35px;
  background-color: #FFFDCC;
  padding: 10px;
  border: 1px solid #000000;
}
.johnsonbox_white {
  margin-left: 45px;
  margin-right: 45px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #888888;
}
.johsonboxheading {
	background-color: #FFFFCC;
	color: #E93096;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.testimonial {
  width: 450px;
  margin-left: 75px;
  text-align: left;
  background-color: #FFFDCC;
  padding: 15px;
  font-family: Courier New;
}
.tick LI {
  list-style-image: url(images/bullet-tick.gif);
  margin-bottom: 10px;
}
.admin TH {
  font-size: 100%;
  font-weight: bold;
  background-color: #dddddd;
  padding: 2px;
  text-align: left;
}
.admin TD {
  font-size: 92%;
  background-color: #eeeeee;
  padding: 2px;
}
.receipt {
  width: 550px;
}
.receipt TH {
  text-align: left;
  color: #ffffff;
  background-color: #000000;
}
.receipt .gray {
  background-color: #eeeeee;
  color: #000000;
}
.receipt TD {
  font-size: 92%;
}
.testimonial_page {
  border: 1px solid #cccccc;
  background-color: #FCFFD5;
  padding: 10px;
  margin-bottom: 30px;
}
.receipt_details {
  margin-left: 40px;
}
.receipt_details TH {
  font-size: 92%;
  text-align: left;
}
.receipt_details TD {
  font-size: 92%;
}
.confirm TH {
  text-align: left;
  font-size: 92%;
  font-weight: normal;
}
.confirm TD {
  font-size: 92%;
  font-weight: bold;
  padding: 5px;
}
.confirm .title {
  font-weight: bold;
  background-color: #B7D181;
  color: #4A6E00;
  padding: 5px;
}
.yellow_highlighter {
  background-color: #ffff00;
}
.lightyellowhighlighter {
	background-color: #FFFF99;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

TD {
  line-height: 129%;
  font-size: 100%;
  text-align: justify;
}
UL.tick_box {
  list-style-type: none;
  margin: 10px 0px 0px 40px;
  padding: 0px;
}
UL.tick_box LI {
  margin-bottom: 18px;
  background-image: url("images/tick-box.gif");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 30px;
  padding-top: 5px;
}
UL.tick_boxblue {
  list-style-type: none;
  margin: 10px 0px 0px 40px;
  padding: 0px;
}
UL.tick_boxblue LI {
  margin-bottom: 18px;
  background-image: url("images/tick-boxblue.jpg");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 30px;
  padding-top: 5px;
}
.notchecked TD {
  background-color: #ffff00;
}
.price {
	font-size: 114%;
	color: #000000;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
.style8 {
	font-size: 77%;
	color: #CC0000;
	background-color: #FFFFCC;
	font-weight: bold;
}
.audiosmall {
	font-size: 77%;
	color: #000000;  
}
UL.question {
  list-style-type: none;
  margin: 10px 0px 0px 10px;
  padding: 0px;
}
UL.question LI {
  margin-bottom: 8px;
  background-image: url("images/questionmark.gif");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 20px;
  padding-top: 1px;
}
.headingblack {
	color: #333333
}
.aff2 TD {
  font-size: 85%;
  line-height: normal;
  text-align: justify;
}
.aff3 TD {
  font-size: 85%;
  text-align: left;
}
.smallprintunderimage {
	font-size: 77%;
	
}
.toptag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #9595DB;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
}
