@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.table
{
	border: 1px solid #CCC;
	background-color: #FFF;
}

.header
{
	background-image: url(../images/headerBackground.jpg);
	text-align: right;
}

.navigation
{
	background-image: url(../images/navBg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	background-position: center;
}

.navigation a
{
	color: #FFF;
	text-decoration: none;
}

.navButton
{
	font-weight: bold;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftMenu
{
	width: 180px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.leftMenu a
{
	color: #000;
	text-decoration: none;
}

.tableTitle
{
	font-weight: bold;
	padding: 5px;
	background-image: url(../images/tableTitle.jpg);
	background-position: center center;
	color: #FFF;
}

.tableContent
{
	padding: 5px;
}

.mainBody
{
	padding: 5px;
	width: 590px;
}

.rightMenu
{
	padding: 5px;
	width: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.footer
{
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #FFF;
	background-color: #104162;
	text-align: center;
}

a
{
	color: #000;
}

.priceOr
{
	text-decoration: line-through;
}
