body {
    background-color: black;
    background: #000 url(/site_media/resource/images/site/txture.png) repeat 0 0;
    margin: 20px;
    font-family: Arial;
    color: #555;
    font-size: 13px;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #7C3631;
}

.break {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.black {
    background-color: #fff;
    padding: 20px;
}

.frame {
    margin: 0 auto;
    width: 960px;
    position: relative;
}

.effects {
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #555;
}

.frame.black {
    width: 920px;
}

ul.nav {
    height: 30px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

ul.nav li {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
}

ul.nav li a {
    display: block;
    padding: 5px;
    color: #fff;
}

ul.breadcrumb li {
    float: left;
    margin-right: 5px;
    color: #666666;
}

h1 {
    color: #333;
    padding: 10px 0 0 0;
    font-size: 1.5em;
    border-bottom: 5px solid #7F3732;
}

form label {
    font-weight: bold;
    display: block;
    float: left;
    text-align: left;
    width: 130px;
}

form textarea {
    width: 97%;
    padding: 8px;
    font-size: 1.2em;
    border: 1px solid #DCDCDC;
    background-color: #F9F9F9;
    color: #333333;
    height: 200px;
}

form input[type=text], form input[type=password] {
    font-size: 1.2em;
    border: 1px solid #DCDCDC;
    background-color: #F9F9F9;
    color: #333333;
}
form select {
    width: 97%;
}

.footer {
    text-align: center;
    color: #888;
    font-size: 0.85em;
    padding-top: 10px;
    border-top: 5px solid #7F3732;
    margin-top: 40px;
}

ul.types {

}

ul.types li {
    float: left;
    margin-right: 10px;
    border: 1px solid #222;
    padding: 0 0 10px 0;
}

ul.types li.last {
    margin-right: 0;
}

ul.types h2 {
    text-align: center;
    font-size: 2em;
    padding: 10px 0 0 0;
}

.centre {
    margin: 0 auto;
    text-align: center;
}

.bold {
    font-weight: bold;
}

h2 {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;
}

ul.desc li {
    line-height: 1.5em;
    margin-bottom: 5px;
    list-style-position: inside;
}

ul.desc li.heading {
    list-style: disc;
    list-style-position: inside;
    font-weight: bold;
}

table {
    width: 100%;
    color: #000;
}

table tr td,
table tr th {
    padding: 5px;
}

table thead th {
    background-color: #ddd !important;
}

table tr.odd td,
table tr.odd th {
    background-color: #f7f7f7;
}

table tr.even td,
table tr.even th {
    background-color: #ffffff;
}

.ph {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    width: 90px;
}

#cs-buttons-coin-slider {
    display: none;
}
