﻿

body {
	background-color: #000000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}

img{
		border: 0px;
		margin: 0 10px 0 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#Hover a{
	text-decoration:underline; 
	color:#E69500;
}

#Hover a:hover{
	 color:#FFFFFF
}
#content{
	margin: 50px auto;
	width: 1200px;
}

#images{
	margin-top: 60px;
	margin-bottom: 50px;
}

#images img{
		border: 1px #C0C0C0 solid;
		padding: 5px 5px 5px 5px;
		margin: 0 10px 0 10px;
	}

#topblock{
	text-align: center;
	font-weight: bold;
	font-size: large;
}

#ViewCartButton{
	position:fixed;
	right:0px;
	bottom:0px;
	margin-right:20px;
}

#Footer, .AlignCenter{
	text-align:center;
	width:100%;
}

.DarkGreen {
	color: #009900;
}

.Red {
	color:#ff0000;
}

.Yellow{
	color:#ffff00;
}


#OtherItems{
	text-align: center;
	background-color: white;
	color: red;
	font-weight: bold;
	font-size: x-large;
}

