﻿body {
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: white;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.button {
    margin: 2px 0px 2px 0px;
    padding: 2px 5px 2px 5px;
    border-radius: 6px;
    border-color: #B0B0B0;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -opera-border-radius: 6px;
    -khtml-border-radius: 6px;
    font-weight: bold;
    color: white;
    background-color: #222222;
    text-decoration: none;
    display: inline-block;
    behavior: url("/Content/PIE.htc");
    cursor: pointer;
}

    .button:hover {
        border-color: #222222;
        background: white;
        color: black;
    }

.unused-button:hover {
    border-color: #404040;
    background: #81A8CB;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#81A8CB), to(#4477a1));
    background: -webkit-linear-gradient(#81A8CB, #4477a1);
    background: -moz-linear-gradient(#81A8CB, #4477a1);
    background: -ms-linear-gradient(#81A8CB, #4477a1);
    background: -o-linear-gradient(#81A8CB, #4477a1);
    background: linear-gradient(#81A8CB, #4477a1);
    -pie-background: linear-gradient(#81A8CB, #4477a1);
}

.round-box {
    border-radius: 6px;
    border-color: #000000;
    border-width: 2px;
    border-style: solid;
}

.gray-box {
    background-color: #F0F0F0;
}

.box {
    margin: 0px 0px 10px 0px;
    padding: 5px 10px 5px 10px;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}


.list-decimal {
    list-style-type: decimal;
}

ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

li {
    margin: 0px 0px 0px 0px;
}


h4 {
    font-weight: bold;
    margin: 5px 0px 0px 0px;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.label {
    font-weight: bold;
}

/************************************************/

#header {
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 208px;
    height: 69px;
    background-image: url('themes/market/rvolution-market-logo.png');
    background-repeat: no-repeat;
}

.activate-by-token {
    display: table;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    width: 95%;
}

    .activate-by-token .cell {
        display: table-cell;
        padding: 5px;
        vertical-align: top;
        text-align: right;
    }

.product {
    display: table;
    margin: 0px 0px 10px 0px;
    padding: 5px;
}

    .product .cell {
        display: table-cell;
        padding: 5px;
    }

    .product #left-bar {
        width: 150px;
        text-align: right;
    }

    .product #content {
        vertical-align: top;
        width: 610px;
    }

    .product #content-detail {
        vertical-align: top;
        width: 780px;
    }

    .product #right-bar {
        width: 180px;
        vertical-align: top;
        text-align: right;
    }

    .product .price {
        display: inline-block;
        margin: 0px 6px 0px 0px;
        font-weight: bold;
        color: #E00000;
    }

    .product #picture {
        width: 150px;
        height: 114px;
    }

    .product .owned {
        display: block;
        color: #00A000;
        margin: 0px 6px 0px 0px;
        font-weight: bold;
    }

.paypal {
    height: 33px;
    display: inline-block;
}

.playstore {
    text-align: center;
}
