/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	font-size: 100.01%; /*fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #666;
}

/***** Begin laying out the wrappers *****/

a:link {
	text-decoration: underline;
	color: #4E79B7;
}


a:visited {
	color: #4E79B7;
	text-decoration: none;
}

a:hover {
	color: #A42900;
	text-decoration: underline;
}

a:active {
	color: #4E79B7;
	text-decoration: none;
}


#wrapper {
	position: relative;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 890px;
	background-image: url(images/pg_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	margin: 0 auto;
	width:694px;
	height: 79px;
	float: right;
	background-image: url(images/leftside_bg.jpg);
	background-repeat: repeat-x;
}

#header h3.style2 {
	color: #CCC;
}

#header .tagline {
	margin-top: 18px;
	width: 694px;
	text-align: center;
}

#logo {
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;
}

#content {
width: 673px;
float: left;
margin: 10px;
background-color: #FFF;
overflow: hidden;
}

#content h1.super {
	margin-top: 10px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3E67A1;
	text-align: center;
}

#content p, #content ul, #content td, #content ol {
	padding: 10px 25px 0 25px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: left;
}

#content td {
	padding: 3px;
	font-size: 0.9em;
	line-height: 1.2em;
}

#content td p {
padding: 0 25px 0 25px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: left;
}

#content .articlehead {
	font-size: 1.0em;
	font-weight: bold;
	color: #4E79B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#content .articledate {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#content .articlesummary {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#content li {
	margin:0 20px 8px 20px;
}

#content ul.check {
	list-style: none;
}

#content p.bonus {
	font-size: 1.2em;
	font-weight: bold;
	color: #C30;
	text-align: center;
}

#content a.store:link, #content a.store:active, #berkshireCopy a.store:link, #berkshireCopy a.store:active {
	color: #A42900;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

#content a.store:visited, #content a.store:hover {
	color: #00357D;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

#content .largeNumber {
	font-size: 1.3em;
	font-weight: bold;
	color: #4E79B7;
}

#content h1 {
	margin: 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	text-align: center;
}

#content h2, #content td h2 {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#content td h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4E79B7;
	text-align: left;
}

#content h4 {
	margin: 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color:#CC3300;
	text-align: center;
}

#content p.header {
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: Normal;
	color:#004F94;
	text-align: left;
}

#content th {
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: Normal;
	color:#FFF;
	Background: #004F94;
	text-align: left;
}
/* this is for the new book Berkshire's October */

#berhshireBackground {
	margin: 0 auto;
	position: relative;
	background: url(images/berkshire_bg.jpg) no-repeat;
	width: 100%;
	min-height: 577px;
}

#berkshireHeader {
	margin: 125px 20px 10px 55px;
	padding-left: 20px;
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #993333;
	text-align: left;
}

#berkshireCopy {
	width: 500px;
	clear: left;
	margin: 20px auto;
}

#berkshireCopy p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: left;
}


/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td {
	border: 1px solid #696969;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #4E79B7;
	color: #FFFFFF;
}
#content .testimonialBox {
	width: 70%;
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px dashed #000;
	text-align:center;
}

#content p.testimonialBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}


#content p.testimonialSig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	text-align: right;
}

#content .guarantee {
	width: 80%;
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ECFFFF;
	padding: 10px;
	border: 1px dotted #000;
	text-align:center;
}

#content p.guaranteeBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#content .rule {
	border-top: 1px dotted #4E79B7;
}

#sidebar{
	position: relative;
	width: 194px;
	float: right;
	background-color: #B2B2B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

#sidebar h3 {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #CC3300;
	line-height: 1.2em;
}

#sidebar .steps {
	margin: 10px auto;
	width: 170px;
	padding: 5px;
	background-color: #FFF;
	border: 1px dashed #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align: center;
}

#sidebar .Credits {
	margin: 10px auto;
	width: 170px;
	padding: 5px;
	background-color: #ECFFFF;
	border: 1px dashed #000;
	font-size: 0.9em;
	text-align: center;
}

#sidebar .FreeReport {
	color: #3E67A1;
}

#sidebar .headline{
	padding: 3px 0 10px 0;
	text-align: left;
}

#sidebar p {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}

#sidebar p.cart {
	font-size: 0.8em;
}

#sidebar ul {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}

#sidebar li {
	margin-left: 15px;
}

#sidebar p.smallertext {
 	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
 }
 
 input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #002252;
	border: 1px inset #979797;
}

/*Form Styles from cartweaver */
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint, #content p.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

#footer {
	clear: both;
	width: 888px;
	border-top: 1px dotted #00357D;
	color: #666;
	text-align: center;
	background-color: #FFF;
}
#footer .links {
	position: relative;
	text-align: center;
}
#footer .address {
	font-size: 0.8em;
	color: #333;
}

#footer .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}

#footer a:link {
	color: #666;
	font-size: 0.7em;
	text-decoration: underline;
	text-transform: uppercase;
}
#footer a:hover, #footer a:visited {
	color: #4E79B7;
	font-size: 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:active {
	color:#A42900;
	font-size: 0.7em;
	text-decoration: underline;
	text-transform: uppercase;
}

.imgspace {
	padding:5px 15px 5px 0;
}

.clear {
	clear: both;
}