﻿
body  {
	font: 100% Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #F3F3F3;
}
div {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#container {
	width: 60em;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
}
#masthead {
	background-color: #000000;
	border-bottom: #000000 double medium;
	color: #FFFFFF;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
#masthead h1 {
	margin: 0; 
	padding: 10px 0; 
}

#sidecol1 {
	float: left;
	width: 12em;
	background-color: #C0C0C0;
	padding: 15px 0;
	vertical-align: text-bottom;
	background-image: url('images/sidecol1background.png');
	background-repeat: repeat;
}
#sidecol2 {
	float: right;
	width: 15em;
	background-color: #FFFFFF;
	padding: 15px 0;
}
#sidecol2 p{
	margin-left: 10px; 
	margin-right: 10px;
}

#sidecol2 h3{
	margin-left: 10px; 
	margin-right: 10px;
}

#sidecol1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

#sidecol1 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}
#mainContent {
	margin: 0 16em 0 13em; 
} 
#mainContent p {
	font-size:90%;
}
#mainContent li {
	font-size:90%;
}
#mainContent h1 {
	color:maroon;
}
#mainContent h3 {
	color:#003399;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0 10px;
	background-color: #D0D0D0;
	clear: both;
	font-size: x-small;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #333333;
	background-image: url('images/footerbackground.png');
	background-repeat: repeat;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: .9em;
}

/* Miscellaneous classes for reuse */
.fltright { /* this class can be used to float an element right in your page. Remember that whatever you apply this class to must have a width. */
	float: right;
	margin-left: 8px;
}
.fltleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearall { /* this class should be placed on a div or other block level element if you want a container to contain a floated element.  */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Classes for accordion menu */
.arrowlistmenu{
width: 12em; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{
	/*CSS class for menu headers in general (expanding or not!)*/
font: bold 75% Arial;
	color: white;
	background: black url("images/titlebar.png") repeat-x center left;
	margin-bottom: 0.5em; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
/*header text is indented 10px*/	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url("images/titlebar-active.png");
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #800000;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 80%;
}

.arrowlistmenu ul li a:visited{
color: #800000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #800000;
background-color: #F3F3F3;
}
.userComment {
	font-style: italic;
}
.userCommentPosting {
	font-weight: bold;
	font-size: small;
}
a.affiliateLink {
	font-weight: bold;
	text-align: center;
	font-size:125%
}
.userCommentsBox {
	padding: 2px;
	background-color: #E5E5E5;
	border: 2px solid #000000;
}
.userCommentsHeading {
	font-weight: bold;
	font-size: large;
}
.overview {
	font-style: italic;
}
.price {
	font-weight: bold;
}
.bonusName {
	font-weight: bold;
	font-style: italic;
}


.leftImage {
	margin: .5em 1em .5em 1em;
	border-width: 0px;
	float: left;
}
.rightImage {
	margin: .5em 1em .5em 1em;
	border-width: 0px;
	float: right;
}


.imageNoFloat {
	margin: .5em 1em .5em 1em;
	border-width: 0px;
}

.mailingListHeader {
	font-size: 20px;
	color: #0240A7;
}
.noBorder {
	border-width: 0;
}



