﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;
	background-color: #333333;
}

img {
	border:0px;	
	border-style:none;
}

.numberedist {
	list-style:decimal;
	margin-bottom:10px;
}

li:before {
	font-weight: bold;
	color: red;
}

li .nomargin {
	font-weight:normal;
	margin:0px;
}

#container {
	width: 946px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 926px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
/*	background-color: #999999;*/
	background-image:url('../images/bkgndh.gif')
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #C0C0C0;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#counter {
	float: left;
	position: relative;
	clear: both;
	margin-left: 40px;
	margin-bottom:10px;
	display: inline;
}

#content {
	float: right;
	width: 756px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	position: relative;
	list-style-type: georgian;
}
#footer {
	text-align: center;
	clear: both;
	width: 926px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
/*	background-color: #808080;*/
	background-image:url('../images/bkgndh.gif')
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.center {
	text-align:center;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #FF0000;
	font-weight: bolder;
}
.big {
	font-size: 14pt;
}
.important {
	font-size: 11pt;
}
.box {
	background-color: khaki;
	width: 100%;
}
.boxitem {
	padding: 8px;
}
.v4row {
	background-color: #bcead2;
}
.v5row {
	background-color: #aad8c0;
}
.PayPal {
	background-color: #c0d8c0;
}
.extrabold {
	font-family: "Arial Black";
}
.question, .question1 {
	border-width: 2px 2px 1px 2px;
	border-color: #000000 #000000 #333333 #000000;
	font-family: "Arial Black";
	background-color: #FFCC66;
}
.question {
	border-style: solid none solid none;
}
.question1 {
	border-style: none none solid none;
}
.answer {
	font-family: "Arial";
}
.faqspace {
	font-size: 1px;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #333333;
	line-height: 2px;
}
.red {
	color: #FF0000;
}
.bigbold {
	font-size: x-large;
	font-weight: bold;
}
.navcoder {
	background-color:#C0C0C0;
	padding-top:5px;
	padding-bottom:10px;
}

