﻿@charset "utf-8";

@import url("navi.css");

html { overflow-y: scroll; }

body {
    background-color: #131313;
    color: #CACACA;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

/* ----------------------------------------------Wrapper------------------------------------- */

#wrapper {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #131313;
    border-radius: 25px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: left;
    width: 1100px;
}

#content {
    padding: 20px;
    /*opacity:0.6;
    filter:alfa(opacity=60);
    background-color:#ffffff;*/
}

#ContentPlaceHolder1_Products_pnl div {
    float: left;
    height: 250px;
    text-align: center;
    width: 250px;
}

.productImage {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    height: 150px;
    padding: 10px;
    vertical-align: central;
    width: 150px;
}

.productName {
    font-size: 18px;
    font-weight: bold;
}

.productPrice {
    color: #FFB600;
    font-family: Arial, Helvetica, sans-serif;
}

.detailsImage {
    height: 400px;
    margin-right: 20px;
    width: 400px;
}

.detailsDescription {
    font-style: italic;
    width: 400px;
}

.detailsPrice {
    color: #FFB600;
    font-size: 18px;
    font-weight: bold;
}

.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: linear-gradient(to bottom, darkgreen, green);
    border: 0;
    border-radius: 5px;
    clear: both;
    color: #FFFFFF;
    font-size: 18px;
    margin: 10px;
    padding: 10px;
}

.inputs {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    background-color: #EAEAEA;
    border: 1px solid #CACACA;
    border-radius: 5px;
    color: #444;
    margin: 0 0 25px;
    padding: 5px 9px;
    width: 260px;
}

.inputs:focus {
    -moz-box-shadow: 0 0 25px #CCC;
    -webkit-box-shadow: 0 0 25px #CCC;
    background: #FFF;
    box-shadow: 0 0 25px #CCC;
}

.binTable {
    border: 15px solid #DCDAD4;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.binTable input {
    height: 65px;
    width: 65px;
}

.binTable h4 {
    margin: 0;
    padding: 0;
}

.binTable tr td select { width: 100px; }

.panel {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #000000;
    border-color: #FFB600;
    border-radius: 15px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    vertical-align: central;
    width: 500px;
}