﻿body {
    background-color: #BADA55;
    color: darkorange;
    font-family: Calibri;
    font-size: 14pt;
}
.myCenter {
    position: relative;
    text-align: left;
    width: 803px;

}
a:link {
    color: darkorange;
}
a:visited {
    color:darkorange;
}
.removeLink {
    color: red;
}
.titlenav_container {
    position: relative;
    top: 0px;
    width: 900px;
    height: 193px;
    left: auto;
    right: auto;
    background-color: #bdf11a;
}
.cata {

}
.title {
    background-image: url('Images/logo base.png');
    width: 800px;
    position: relative;
    left: auto;
    right: auto;
    top: 0px;
    height: 160px;
    background-color: darkorange;
    color: #4682b4;
    border-color: darkorange;
    border-width: 2px;
    border-style: solid;
}
.searchNav {
    top: 0px;
    background-color: darkorange;
    color: #BADA55;
    left: -147px;
    width: 658px;
}
.nav {
    position: relative;
    top: 0px;
    left: auto;
    right: auto;
    width: 800px;
    background-color: #BADA55;
    color: darkorange;
    border-color: darkorange;
    border-width: 2px;
    border-style: solid;
}
.content {
    position: relative;
    top: 0px;
    left: auto;
    right: auto;
    width: 800px;
    color: #e0edb6;
    background-color: darkorange;
    border-color: darkorange;
    border-width: 2px;
    border-style: solid;
    min-height: 800px;
}
.footer {
    color: gray;
}
.login_cart {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 240px;
}
.login_button {
    position: absolute;
    background-color: #BADA55;
    color: darkorange;
    border-style: none;
    right: 5px;
}
.login_field {
    position: absolute;
    right: 5px;
    border-color: #BADA55;
    background-color: #ffedc2;
    border-width: 1px;
    font-family: Arial;
    color: #034e00;
}
.cart {
    position: absolute;
    right: 0px;
    top: 130px;
    width: 240px;
}
.cart_view {
    position: relative;
    width: 118px;
    left: 0px;
    background-color: #BADA55;
    color: darkorange;
    border-color: white;
    border-width: 1px;
    border-style: solid;
}
.cart_checkout {
    border: 1px solid #BADA55;
    position: relative;
    width: 118px;
    right: -120px;
    background-color: #BADA55;
    color: #BADA55;
    top: 0px;
}
h1 {
    color: #cded64;
    font-size: 18pt;
    font-family: Arial;
}
.catagories {
    background-color: #BADA55;
    color: darkorange;
    width: 220px;
    position: absolute;
    left: 2px;
    top: 2px;

}
.results {
    position: relative;
    left: 2px;
    top: 2px;
    width: 100%;

}
.ipanel {
    position: relative;
    left: 5px;
    top: 5px;
    width: 780px;
    min-height: 160px;
    border-color: #BADA55;
    background-color: darkorange;
    color: #BADA55;
    border-width: 2px;
    border-style: solid;

}
.ipanel_title {
    position: relative;
    left: 15px;
    top: 3px;
    font-size: 16pt;
    font-weight: 300;
    width: 220px;
}
.ipanel_img {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 110px;
    height: 110px;
}
.ipanel_description {
    position: relative;
    top: 2px;
    left: 114px;
    width: 500px;
}
.ipanel_side {
    position: absolute;
    left: 630px;
    top: 0px;
    width: 100px;
    height: 180px;
}
.ipanel_price {
    color: red;
}
.ipanel_addtocart {
    background-color: #BADA55;
    border-style: solid;
    border-width: 1px;
    border-color: #BADA55;
    color: #BADA55;
}
.accountColLeft {
    position: absolute;
    left: 100px;
}
.accountColRight {
    position: absolute;
    left: 120px;
}