body {
	font-family: Arail, sans-serif;
	padding: 0;
}

/*#top-buttons {
	width: 150px;
	margin: 3px;
	margin-top: 7px;
	font-family: 'Aelo';
	font-size: 18px;
	font-weight: bold;
	color: #ff9966;
}
*/
#topnav {
	background-color: #DEB887;
	width: 100%;
	margin-top: -60px;
}

.staff_logo {
	width: 15%;
	float: left;
	height: auto;
}

.staff_logo img {
	width: 110px;
        height: 62px;
}

.staff_nav {
	width: 85%;
	float: left;
	height: auto;
}

.staff_nav ul {
	width: 90vw;
	float: left;
	height: auto;
	margin: 1% 0;
}

.staff_nav ul li {
	width: 15%;
	display: inline-block;
}

.staff_nav ul li a {
    width: 100%;
    font-family: Aelo;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 153, 102);
    /*margin: 7px 3px 3px;*/
}

#topnavbv {
	background-color: #d9edf7;
	width: 100%;
}

#headingtext {
	font-size: 15px;
	color: #666666;
	font-family: Helvetica;
}

#inputbar {
	height: 40px;
	width: 100%;
	border: 3px white ridge;
	font-size: 15px;
	font-weight: bold;
	color: #6666ff;
}

#biggprice {
	margin-top: 28px;
	border: 1px #c0d3c0 solid;
	background: white;
}

#pricetext {
	font-size: 27px;
	text-align: center;
	margin-top: 4px;
	color: tomato;
	font-weight: bold;
	font-family: monospace;
}

/*#addbtn{pointer-events: auto; font-weight: bold; width: 245px;}*/
#main-heading {
	height: 50px;
}

#searchinput {
	height: 49px;
	margin-top: -10px;
	width: 400px;
}

.bodyright {
	margin-top: 0px;
	border-right: 5px black solid;
        border-bottom: 1px black solid;
}

.rightform {
	background: whitesmoke;
	height: 100%;
}

#pbody {
	background: #A9A9A9;
	margin-top: 5px;
}

#logosale {
	width: 10vw;
        height: 10vh;
	margin-left: 15px;
}

#proimge {
	height: 210px;
	width: 340px;
	border: 1px groove;
}

.bodyleft {
	height: auto;
	margin: 0;
        padding:0;
}

#leftform {
	width: 100%;
	height: 350px;
	background: white;
        margin: 0;
}

#leftcenterform {
	width: 100%;
        border-top: 1px #cccccc dashed;
        background: #d9edf7;
        margin: 0;
}

#theading {
	height: 40px;
	font-size: 16px;
	font-family: 'Aelo';
	background: #0099ff;
	color: white;
}

#theading th {
	border: 1px white solid;
}

#footer {
	background: #DEB887;
	width: 100%;
	height: 23px;
	border-top: 1px white solid;
}

#footertext {
	color: white;
	margin-top: 2px;
	font-family: serif;
	text-align: center;
}

#left-lower {
	width: 100%;
	float: left;
	height: auto;
	background: #d9edf7;
        border-bottom: 1px solid black;
        margin: 0;
}

#lower-table {
	width:50%;
	float: left;
	border: 1px #666666 solid;
}

#lowertheading {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Actor';
	color: white;
	background: #0099ff;
}

#lowerthead {
	height: 60px;
	font-size: 15px;
	font-family: Helvetica;
	color: black;
	border-bottom: 1px #666666 solid;
	background: white;
	border-top: 1px #666666 solid;
}

.btm_tbl2 {
	float: left;
	width: 50%;
}

.btm_tbl2 td a{
    width: 95%;
    margin: 2% 5%;
    padding: 4% 0;
    font-size: 18px;
}
.btm_tbl2 td button{
    width: 95%;
    margin: 2% 5%;
    padding: 4% 0;
    font-size: 18px;
}

#lowervalues {
	width: 110px;
        height: 6vh;
	border-left: 1px #666666 solid;
}

/*#btnnewsale {
	padding: 10px;
	width: 130px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
}

#btnviewsale {
	padding: 10px;
	width: 130px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
}

#PrintBill {
	padding: 10px;
	width: 130px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
}

#btnPDF {
	padding: 10px;
	width: 130px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
}
*/
#tproduct {
	background: #f3f3f3;
	padding-top: 4px;
	color: black;
	font-size: 15px;
	font-family: 'Aelo';
	border-bottom: 1px white solid;
}

.border-n{
    border-radius: 0;
}

/*#top-buttons a{font-family: 'Aelo';font-size: 18px;font-weight: bold;color: #D2691E;}*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100px;
    min-height: 100px;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*#img-upload{
    width: 10%;
}*/