*{
    margin: 0px;
    padding: 0px;
}
 
body{
    font-family: Arial, Helvetica, sans-serif;
}
 
#container {
    width:1200px;
    height: 100%;
    margin: 0px auto;
}
 
#head {
    height: 50px;
    width: 100%;
    background: linear-gradient(to left, #ff3300 0%, #0000cc 100%);
    color: #ffffff;
}

div.bgdt {
    background: linear-gradient(to left, #ff3300 0%, #0000cc 100%);
    color:#fff;
    font-weight:700;
}
 
#head p {   
    font-size: 30px;
    line-height: 50px;
    vertical-align: left;
    margin-left: 20px;
}
#main{
    height: 650px;
    width: 100%;
    background: linear-gradient(to bottom right, #339933 0%, #000099 100%);
    position: relative;
}
 
.form1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    color: #000;
}
 
#left {
    padding: 5px;
    float: left;
    width:250px;
}
 
.form1 placeholder {
    padding: 10px;
    font-size: 15px;
    color:red;
}

.form1 input[type="text"] {
    padding: 10px;
    font-size: 15px;
}
 
.form1 input[type="submit"] {
    padding: 10px;
    font-size: 15px;
    width: 200px;
}
 
.form1 input[type="date"] {
    padding: 10px;
    font-size: 15px;
}
 
.form1 input[type="file"] {
    padding: 10px;
    font-size: 15px;
}
 
.form1 li {
   margin: 10px;
}
 
#imgLoc {
    height: 200px;
    width:200px;
    background-color: #ffffff;
    margin: 10px;
}
 
#center {
    margin: 10px;
    width:246px;
    height: 450px;
    left: 300px;
    position: absolute;
    float: left;
    padding: 2px;
}
 
#buttons {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #009933;
    height: 50px;
    width: 240px;
    margin-bottom: 5px;
}
 
#buttons a{
    display:block;
    line-height: 50px;
    text-decoration: none;
    color:gray;
}
 
#buttons a:hover{   
    color:#ffffff;
    background-color: maroon;
    border: 1px solid #ffffff;
}
 
 
select {
    padding: 10px;
    font-size: 15px;
    width: 242px;
}
 
#center input[type="submit"] {
    padding: 10px;
    width: 242px;
    margin-bottom: 10px;
}
 
.headsearch {   
    margin: 10px;
    height: 70px;
    width: 400px;
}
 
.headsearch input[type="submit"] {
    padding: 10px;
    width: 140px;
    margin-bottom: 10px;
}
 
.headsearch input[type="text"] {
    padding: 10px;
    width: 200px;
    margin-bottom: 10px;
}
 
.productsDis {
    width: 500px;
    height: 510px;
    background-color: white;
    margin-top: 10px;
}
 
#right{
    float:right;
    margin-right: 10px;
    width: 500px;
    height: 100%;
}
 
 
.productsDis td,th{
    padding: 10px;
}
 
.productsDis tr {
    border-bottom: 1px solid gray;
}
 
.productsDis th {
}
 
div.productsDis > table {
    border-collapse: collapse;
    width: 100%;
    
}
 
.productsDis tr:nth-child(odd) {
    background-color: #e6eeff;
}
