﻿@import url("layout.css");
body {
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
/*	text-align: center;*/
}
h4 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	color: #000080;
}
#container {
	box-shadow: 0px 0px 5px 5px #000080;
	width: 950px; /*was 646px*/;
	margin: 0 auto;
/*	background-image: url("../images/msfp_smbus2_01.gif");*/background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 940px; /*was 626*/
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 760px; /*was 456px*/
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	border-radius: 20px;
	text-align: center;
	clear: both;
	width: 930px; /*was 626*/;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #6699FF;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	float: right;
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#masthead span {
	float: right;
}
/* 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;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.masthead_right_side {
	text-align: right;
	margin-top: 0px;
	width: 940px; /*was 646*/
	clear: right;
}
.product_box {
	box-shadow: 0px 0px 20px 10px #0a0aa0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	margin-top: auto;
	width: 275px;
	display: inline-block;
	margin-left: 50px;
	margin-bottom: 50px;
}
.item_box_image {
	text-align: center;
	margin-top: auto;
	display: inline;
	float: left;
	width: 144px;
	height: 202px;
	padding-bottom: 50px;
}
.item_box_text {
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 120%;
	margin-top: auto;
	width: 600px;
	display: inline;
	float: right;

}
.item_box_price {
/*	text-align: left;*/
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 120%;
	margin-top: auto;
/*	width: 600px;*/
/*	width:100%;*/
	color: darkolivegreen;
	display: block;
	float: left;
	clear:both;
/*	padding-bottom: 50px;*/
}
.individual_item_image {
	text-align: center;
	margin-top: auto;
	width: 85%;
	display: block;
	clear: both;
}
.individual_item_text {
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 125%;
	margin-top: auto;
	width: 95%;
	clear: both;
}
.individual_item_price {
	text-align:center;
}
.PayPalButton {
	margin-top: auto;
	margin-left: 10px;
	display: inline;
}
.itemListBox {
	padding-bottom: 50px;
	width: 100%;
	margin-top: auto;
	display: block;
	clear: both;
	float: left;
}
.returnToTxt {
	overflow: hidden;
	text-align: center;
	font-size: 175%;
	margin-top: auto;
	padding-top: 33px;
	display: block;
	clear: both;
	
}
a.white:link {
	color:white;
}
a.white:visited {
	color:white;
}
a.white:hover {
	color:yellow;
}