/* CSS Document */

body {
	background: #c8c8c8;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	width: 100%;
	margin: 0px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3e9e23;
	font-weight: bold;
	text-decoration: none;
}

.pageshell {
	border: 2px solid #6E8B3D;
	width: 740;
	text-align: center;
}

.nav {
	width: 740px;
	height: 100%;
	font-size: 16px;
	font-family: arial;
	background: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.nav a{
	color: #6E8B3D;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


.header {
	font-size: 40px;
	font-family: arial;
	background: #000000;
	color: #ffffff;
	text-align: center;
}
.header a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.header a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


.footer {
	background: #6E8B3D;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #ffffff;
}
.footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.showcartbutton {
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}

.warning {
	color: #ff0000;
	font-weight: bolder;
}
.warningText {
	color: #000000;
	font-weight: bold;
}