@font-face {
    font-family: firearms;
    src: url(firearms.ttf);
}

body {
    background-color:rgb(236, 236, 236);
    min-width: 1030;
}

#header-area {
    float:left;
    clear:both;
    width: 100%;
}

#title-area {
    font-family: firearms;
    font-size: 50pt;
    color:rgb(0,0,0);
    text-align: center;
    width: 450px;
    margin: auto;
}

#msg {
    text-align: center;
    font-family: 'Courier New';
    font-size: 19pt;
    margin-top: 20;
    float: left;
    width: 100%;
    margin-bottom: 50;
}

.contact {
    font-size: 25pt;
    color: #b700ff;
    font-weight: 700;
}

.b700ff {
    color: #b700ff;
}

#content {
    float:left;
    width: 100%;
    clear: both;
}

.cat {
    margin: 30 10% 0 10%;
    width: auto;
    min-width: 700;
    float: left;
}

.cat-name {
    font-family: firearms;
    font-size: 20pt;
    background-color: #9b00d8;
    color: #fff;
    width:300px;
    padding: 7 20 7 20;
    margin-bottom: 15;
}

.prod-area {
    float: left;
    width: auto;
    min-width: 720;
}

.product {
    margin: 10 0 50 0;
    overflow: auto;
}

.prod-left {
    width: 206;
    float: left;
    clear: none;
}

.prod-pic {
    width:200;
    border-style:solid;
    border-width: 3px;
    border-radius: 3px;
    border-color: #9b00d8;
    position: relative;
    float: left;
    margin-top: 7px;
}

.prod-pic img {
    width:200;
}

.prod-price {
    float: left;
    width: 200;
    text-align: center;
    font-family: firearms;
    font-size: 20pt;
    margin-top: 10px;
}

.prod-right {
    float:left;
    width: -webkit-calc(100% - 206px);
    width:    -moz-calc(100% - 206px);
    width:         calc(100% - 206px);
    min-width: 514;
}

.prod-name {
    float: left;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 26pt;
    margin: 5 0 0 20;
    width: 80%;
}

.prod-desc {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    margin: 10 0 0 20;
    text-align: justify;
    line-height: 18px;
}

.gunivore-link {
    float:right;
    margin: 10 20 0 0;
}

.gunivore-link button {
    border: none;
    border-radius: 5px;
    padding: 10 15 10 15;
    background: #fff;
    color: #9b00d8;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12pt;
}

#lst {
    float: left;
    width: 100%;
}

.warning {
    font-family: firearms;
    font-size: 50pt;
    color: #9b00d8;
    text-align: center;
}

.war-msg {
    text-align: center;
    width: 100%;
    margin-top: 20;
    font-family: firearms;
    font-size: 14pt;
    line-height: 30px;
}

#lst-t {
    text-align: center;
    font-family: 'Courier New';
    font-size: 30pt;
    margin-top: 20;
    float: left;
    width: 100%;
    margin-bottom: 50;
    font-weight: 700;
    color: #9b00d8;
}