﻿<style type="text/css">

.garbage{
}

body{
	background-image:url('imgs/fruits.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	margin-top:20px;
}

div#contentholder{
-moz-box-shadow:0 0 15px black;
-webkit-box-shadow:0 0 15px black;
box-shadow:0 0 15px black;
-moz-border-radius: 5px;
border-radius: 5px;
padding:5px;
width:80%;
margin-left:auto;
margin-right:auto;
background-color: rgba(255,255,255,0.5);
}

div#content{
-moz-border-radius: 5px;
border-radius: 5px;
padding:5px;
border:1px gray solid;
background-color:white;
}

div#header{
	overflow:auto;
	margin:3px 0 8px 0;
}

.option{
	padding:8px 4px 8px 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Tahoma;
	font-size:22px;
	display:inline-block;
	margin-right:7px;
	color:black;
}

.option:hover{
	padding:8px 4px 8px 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Tahoma;
	font-size:22px;
	display:inline-block;
	margin-right:7px;
	color:white;
	background-color:rgba(120,250,120,0.5);
	-moz-box-shadow:0 0 2px black;
	-webkit-box-shadow:0 0 2px black;
	box-shadow:0 0 2px black;

}

.mangoholder{
	text-align:center;
	display:inline-block;
	margin:8px;
}

.mangoholder1{
	display:block;
	margin:8px;
	overflow:auto;
	font-family:Georgia;
	font-size:18px;
}


.optionholder{
	float:right;margin:10px 20px 10px 0;
}
.stockcustomizer{
	padding: 5px;
	border:1px black dashed;
	margin:15px;
	max-width:90%;
	background-color:palegoldenrod;	
	}
.orderholder{
	width:300px;
	margin-top:1px;
	height:500px;
}
.vegetablesholder{
	width:300px;
	height:500px;
}

.notification{
		width: 85%;
		margin-top:5px;
		margin-bottom:5px;
		padding: 2px;
		font-size: 14px;
		background-color: #5CE6E6;
		border:1px green dashed;
		margin-left: auto;
		margin-right: auto;	
	}

.banneradv{
	margin:3px;
	text-align:center;
	border"1px silver solid;
}

.banneradv img{
	border:0;

}
</style>
