body
{
	font-family:"arial";
	background-color:#460075;
	border:0;
	margin:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	padding: 5px;
}
#logo
{
	position:relative;
	padding:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	height:240px;
	background-color:#380068;
	border: 1px solid white;
    border-radius:5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 80px rgba(82, 168, 236, 0.6);
}
#briefMessage
{
    z-index: 10002;
    position: fixed;
    color: white;
    left: 0px;
    top: 0px;
    padding: 50px;
    font-size: 18px;
    background-color: #6040A0;
    border-radius: 5px;
    border: 5px solid #460075;
    display: none;
    box-shadow: 10px 10px 20px #202020;    
}
legend
{
	margin:0;
	padding:0;
	height:20px;
}
.email
{
	width:400px;
	position:fixed;
	left:50%;
	top:20px;
	margin-left:-200px;
	background-color:#D0D0D0;
	color:black;
	z-order:2;
}
.glow
{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 80px rgba(82, 168, 236, 0.6);
}
.center
{
	margin:0 auto;
}
.floatLeftBorder
{
	float:left;
	border: 1px solid grey;
	background-color:white;
	margin:1px;
}
.roundGreyBorder
{
	border:1px solid grey;
	border-radius:5px;
}
.cartView
{
	border: 1px solid grey;
	border-radius: 3px;
	padding: 5px;
	margin: 3px;
	display: inline-block;
	text-align: center;
	font-size: 12px !important;
	background-color: #D0D0D0;
	min-height: 60px;
	vertical-align: top;
}
.toggleHide
{
	cursor:hand;
	cursor:pointer;
}
.toggleHide:hover
{
	background-color:#6040A0;
}
.cartWrapper
{
	position:absolute;
	left:0;
	top:0;
	background-color:black;
	opacity:0.5;
	z-index:10;
}
.cartTable
{
	z-index:12;
	font-family:Verdana;
	position:absolute;
	max-width:1000px;
	height:50px;
	margin-left:-500px;
	margin-top:-25px;
	top:50%;
	left:50%;
	border:1px solid black;
	border-radius:5px;
	background-color:white;
	color:grey;
	padding:0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 20px rgba(82, 168, 236, 0.6);
}
.cartLine
{
	font-size:14px;
	width:895px;
	height:25px;
	float:left;
	background-color:lightgrey;
	color:black;
	border:1px solid black;
	border-radius:5px;
	text-align:left;
	margin:4px 0 0 5px;
	padding:0 0 0 5px;
}
#cartStatus
{
	color:white;
	height:30px;
	border:1px solid purple;
	border-radius:5px;
	padding:5px 5px 0 5px;
	float:right;
}
#cartStatus:hover
{
	cursor:hand;
	cursor:pointer;
	border-color:#A080F0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 80px rgba(82, 168, 236, 0.6);
}
.SoldOut
{
	background-color:#E0E0E0;
	color:red;
	font-weight:bold;
    border-radius:5px;
	cursor:not-allowed;
	text-decoration:none;
	text-align:center;
}
#CheckOut
{
	height:250px;
}
.info
{
	text-align:left;
	color:white;
	position:absolute;
	left:650px;
	top:45px;
	width:300px;
	height:250px;
	font-size:18px;
}
.subTotal
{
	width:20%;
	height:25px;
	float:right;
	background-color:lightgrey;
	border-radius:5px;
	text-align:left;
	margin:0;
	margin-top:0;
	padding-left:5px;
	border:1px solid black;
	color:black;
}
.blankLine
{
	width:897px;
	height:25px;
	margin:0;
	margin-left:5px;
	padding:0;
	padding-left:5px;
	margin-top:4px;
	float:left;
}
.enlargedImageDiv
{
	color:white;
	position:absolute;
	left:200px;
	top:0;
	width:800px;
	height:355px;
	z-index:9;
	overflow:hidden;
}
.smallImage
{
	float:left;
	margin: 15px 15px 15px 30px;
	border:1px lightgrey solid;
}
.price
{
	position:absolute;
	left:280px;
	top:5px;
	font-size:40px;
	color:lightblue;
}
#logoEstablished
{
	position:relative;
	font-family:"Arial";
	top:85%;
	right:-40%;
	color:white;
}
.hand
{
	cursor:hand;
	cursor:pointer;
}
.inputLabel
{
	display:inline-block;
	text-align:right;
	width:80px;
}
.billingLabel
{
	display:inline-block;
	color:black;
	text-align:right;
	margin-right:5px;
	width:140px;
	padding-left:230px;
}
.billingElement
{
	display:inline-block;
	width:250px;
}
.inputElement
{
	display:inline-block;
	width:150px;
	border:1px solid grey;
	text-align:center;
}
.itemHeading
{
	float:right;
	font-size:28px;
	color:purple;
	margin-right:10px;
}
.Confirmation
{
	color:black;
	background-color:white;
	position:fixed;
	width:1000px;
	height:300px;
	left:50%;
	top:20%;
	margin-left:-500px;
	border-radius:5px;
	border:1px solid purple;
	z-index:12;
}
.indexLabel
{
	font-size:20px;
	color:grey;
	float:left;
	border:1px lightgrey solid;
	margin:10px;
    border-radius:5px;
	width:230px;
	height:180px;
	text-align:center;
	display:table-cell;
	vertical-align:bottom;
}
.kstyle
{
	background-color:white;
	padding:0;
	margin-top:20px;
	max-width:1000px;
	height:730px;
	border: 1px solid #8040A0;
    border-radius:5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 80px rgba(82, 168, 236, 0.6);
}
.storeSection
{
	color:grey;
	position:relative;
	max-width:1000px;
	height:355px;
	background-color:white;
	margin:20px auto 0 auto;
	border-radius:5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(200, 255, 255, 1);
}
.storeItem
{
	width:300px;
	margin:10px;
	border:1px solid lightgrey;
	padding: 0px;
	text-align:center;
	/*float:left !important;*/
	display: inline-block;
	overflow: hidden;
}
.storeItemName
{
	font-weight:bold;
	font-size:20px;
}
.menuContainer
{
	text-align:center;
	border: 1px lightgrey solid;
	padding:10px;
	background-color:white;
    border-radius:5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(180, 180, 180, 1);
}
.addToCart
{
	float:right;
	width:110px;
	height:20px;
	padding:2px;
	margin:10px;
	border: 1px grey solid;
}
.deleteButton
{
	width:80px;
	height:25px;
	float:right;
	margin:4px 5px 0 0;
	border:1px solid darkgrey;
}
.storePrice
{
	font-size:20px;
	font-weight:bold;
	margin:10px 0 0 30px;
	float:left;
}
.menu
{
	padding:5px;
	margin:4px;
	border: 1px lightgrey solid;
}
.greyButton
{
	background-color:#E0E0E0;
	color:black;
    border-radius:5px;
	text-decoration:none;
	text-align:center;
}
.greyButton:hover
{
	background-color:#D0D0D0;
	border-color:#B0B0B0;
	font-weight:bold;
}
.navButton
{
	border: 1px solid #A040F0;
    border-radius:5px;
	color:#80D0F0;
	background-color:#380068;
	text-decoration:none;
	text-align:center;
}
.navButton:hover
{
	background-color:#5000A0;
	border-color:#A080F0;
	cursor:hand;
	cursor:pointer;
	color:cyan;
	font-weight:bold;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 80px rgba(82, 168, 236, 0.6);
	text-decoration:none;
}
.navButton:focus
{
	border: 1px solid #A040F0;
    border-radius:5px;
	color:#80D0F0;
	background-color:#380068;
	text-decoration:none;
	text-align:center;
}
.navigationBar
{
	text-align:center;
	margin:0 auto;
	margin-top:5px;
	max-width:830px;
	height:50px;
}
.jump
{
	position:absolute;
	max-width:14%;
}
#k
{
	z-index:3;
	left:1.5%;
	top:8.3%;
}
#i
{
	z-index:2;
	left:10.5%;
	top:16.7%;
}
#n
{
	z-index:1;
	left:21.5%;
	top:25%;
}
#d
{
	z-index:2;
	left:30.5%;
	top:25%;
}
#y
{
	z-index:1;
	left:40.5%;
	top:25%;
}
#s
{
	z-index:2;
	left:53.5%;
	top:25%;
}
#t
{
	z-index:1;
	left:63.5%;
	top:29.2%;
}
#u
{
	z-index:2;
	left:70.5%;
	top:25%;
}
#f1
{
	z-index:3;
	left:80.5%;
	top:20.8%;
}
#f2
{
	z-index:2;
	left:86.5%;
	top:12.5%;
}
img
{
	border:none;
}
.category
{
	background-color:white;
	color:purple;
	float:left;
	text-align:center;
	border: 1px solid lightgrey;
	padding:0;
	margin:10px;
    border-radius:5px;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
.category:hover
{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0px 15px rgba(40, 40, 40, 0.6);
	cursor:hand;
	cursor:pointer;
}
.category:visited
{
	color:purple;
}
.PB 
{
	font-size:25;
	margin:0;
	padding:0;
}
