body
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size:12px;
	color:#000000;
	background-color:#83a3b3;
	text-align:center;
	padding:0px;
	margin:0px;
}

a
{
	color: #00386b;
}
img
{
	border:0px;
}
h1
{
	color: #00386b;
	font-size: 1.35em;
}
h2
{
	color: #00386b;
	font-size: 1.20em;
}

.price
{
	font-weight:bold;
	text-align:right;
}
.alert
{
	font-weight: bold;
	text-align: center;
	color: #e37f1d;
	font-size: larger;
}
.alert-error
{
	border: #8b0000 1px solid;
	padding: 4px;
	font-weight: bold;
	color: #8b0000;
	background-color: #fffacd;
	font-size:larger;
}
.alert-success
{
	border: #006400 1px solid;
	padding: 4px;
	font-weight: bold;
	color: #006400;
	background-color: #e0ffff;
	font-size:larger;
}
.cell-container
{
	width:600px;
}
.cell-left-image
{
	width:285px;
	float:left;
}
.cell-right-image
{
	width:285px;
	float:right;
}
.cell-left-text
{
	width:380px;
	float:left;
	font-size:larger;
	text-align:left;
}
.cell-right-text
{
	width:380px;
	float:right;
	font-size:larger;
	text-align:left;
}
.clear
{
	clear:both;
}
.book-covers
{
	text-align:center;
}
.title
{
	font-weight:bold;
}
.specials
{
	border: 2px solid #009900;
	text-align: center;
	padding:2px;
	display:block;
}
.specials-price
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.specials-content
{
	color: #009900;/*#e37f1d;*/
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}
.cart
{
	margin-top:6px;
	margin-bottom:6px;
	border: dashed 1px #696969;
	padding:2px;
}
.sidebar
{
	border: solid 1px #000000;
	margin-top:6px;
	margin-bottom:6px;
}
.banner
{
    border: 1px solid #00386b;
    color: #00386b;
    background-color: #FFFF99;
    font-size: 1.35em;
    font-weight: bold;
    text-align: center;
    padding:8px;
    width:600px;
    margin:0 auto;
    height:125px;
}
.banner a
{
    text-decoration:none;
}
.rme-banner
{
    border: 1px solid #00386b;
    color: #00386b;
    background-color: #FFFF99;
    font-size: 1.35em;
    font-weight: bold;
    text-align: center;
    padding:8px;
    width:600px;
    margin:12px;
    height:60px;
}
.rme-banner a
{
    text-decoration:none;
}


#container-outer
{
	text-align:center;
}
#container-inner
{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	padding: 0px;
	width: 840px;
	text-align: left;
	background-color: #ffffff;
	border-right: solid 1px #696969;
	border-left: solid 1px #696969;
	border-bottom: solid 1px #696969;
}
#header
{
	height:85px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}
#content
{
	padding:6px;
}
#footer
{
	clear:both;
	border-top: 1px dashed #696969;
	padding:4px;
	font-size:8pt;
	color:#696969;
	text-align:center;
}

#admin-container
{
	text-align:left;
	background-color:#ffffff;
}