/* INTERFACEs */

h1 {
    font-family: Verdana, Arial;
    font-size: 18px;
    color: darkblue;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.blockBorder, .blockIntro, .blockProductTypeTyres, .blockProductTypeDiscs {
    border: 1px solid blue;
    padding: 5px;
    margin-bottom: 10px;
}

.blockIntro {
    text-align: center;
    font-weight: bold;
}

.blockBorder h1, .blockProductTypeTyres h1, .blockProductTypeDiscs h1 {
    color: white;
    background-color: darkblue;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    margin: 0;
    margin-bottom: 5px;
    display: block;
}

.blockProductTypeTyres {
    height: 525px;
    background: url('/_images/tyres_bg.jpg') bottom right no-repeat;
}
.blockProductTypeDiscs {
    background: url('/_images/disc_bg.gif') bottom right no-repeat;
}

.blockProductTypeTyres a {
    color: blue;
    text-decoration: underline;
    line-height: 25px;
}
.blockProductTypeTyres a:hover {
    color: red;
    text-decoration: none;
}

.blockProductTypeDiscs a {
    color: blue;
    text-decoration: underline;
    line-height: 25px;
}
.blockProductTypeDiscs a:hover {
    color: red;
    text-decoration: none;
}

.blockcategory {
    border: 1px solid blue;
    margin: 5px;
    width: 200px;
    padding-top: 5px;
    float: left;
    text-align: center;
}

.blockcategory .alink {
    color: white;
    background-color: darkblue;
    font-family: Verdana, Arial;
    padding: 3px;
    margin: 0;
    margin-top: 5px;
    display: block;
    height: 43px;
}

div.spacer {
  clear: both;
}

.tablecategoryinfo {
    width: 100%;
}
.tablecategoryinfo td {
    padding: 10px;
}
.tablecategoryinfo td h1 {
    color: black;
    font-size: 22px;
    padding: 0;
    margin: 0;
}

.tableproducts, .tablebasket {
    width: 100%;
    border-left: 1px solid darkblue;
    border-top: 1px solid darkblue;
}
.tableproducts td, .tablebasket td {
    border-bottom: 1px solid darkblue;
    border-right: 1px solid darkblue;
    padding: 2px;
}

.tableproducts .caption td, .tablebasket .caption td {
    background-color: darkblue;
    color: white;
    text-align: center;
    padding: 5px;
}

#cart_div a {
    color: white;
}

#iMessageOK, #iMessageError {
    color: white;
    font-weight: bold;
    text-align: center;
    width: 400px;
    padding: 15px;
    margin: 15px;
    background-color: darkgreen;
}
#iMessageError {
    background-color: darkred;
}

.tablebasket {
    margin-bottom: 10px;
}

.tableorder {
    width: 500px;
}
.tableorder td {
    padding: 3px;
}
.tableorder td input, .tableorder td textarea {
    width: 98%;
}

.floatLink {
    font-size: 12px;
    /*border: 1px solid red;*/
    display: block;
    float: left;
    width: 49%;
}