﻿/* Abacus layout.css */

#wrapper {
	border-color: #0D529F;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #0D529F;
	margin-top: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 3px;
}
#header {
	height: 104px;
	background-color: #0D529F;
	color: #FFDE3D;
	position: relative;
}
#topMenuBox {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 190px;
}
#topMenuBoxText {
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline; /*block?*/;
	left: 0px;
	height: 20px;
	bottom: 0px;
	color: #FFDC41;
	text-decoration: none;
	line-height: 20px;
	background-color: #0D529F;
	width: 50px;
	font-weight: bold;
}
#content {
	float: left;
	width: 577px;
	background-color: #FFFFFF;
	position: relative;
	padding-left: 4px;
}
#rSideBar {
	width: 195px;
	padding: 10px 10px 10px 10px;
	background-color: #0D529F;
	min-height: 400px;
	height: 100%;
	color: #FFDC41;
	float: right;
}
#footer {
	border: 3px solid #0D529F;
	padding: 5px;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
}
#header img.logo {
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}
.pictureTable {
	width: 575px;
	clip: rect(auto, 1px, auto, 1px);
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-top-color: #808080;
	border-top-style: solid;
}
.pictureCell {
	width: 115px;
}
.pictureCaptionCell {
	font-size: .7em;
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	text-transform: capitalize;
	line-height: 10pt;
	width: 115px;
}
#amazonCartWrapper {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px #FFDE3D solid;
	padding: 2px;
}

