html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/** Base font settings **/
body {
    font-size: 12px;
    color: #222;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/** Top **/
div#site-wrapper {
    width: 966px;
}

div #header {
    height: 67px;
}

div#site-body,
div#footer {
    width: 966px;
    margin: 0 auto;
}

a#logo {
    display: block;
    text-decoration: none !important;
    float: left;
}

div#section-flash {
    display: block;
    width: 535px;
    float: left;
}

img#section-image {
    display: block;
    width: 208px;
    float: left;
}

/** User info **/
div#user-info {
    font-size: 12px;
    text-align: right;
    margin-top: 0.5em;
    width: 955px;
}

div#user-info a,
div#user-info a:hover {
    color: #00AFED;
    font-weight: bold;
    text-decoration: none;
}

/** Body **/

div#site-body {
    overflow: hidden;
}

div#content {
    padding: 1em;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

div#content a,
div#content a:hover {
    color: #00AFED;
    font-weight: bold;
}

.sectionHeading {
    height: 2em;
    padding-top: 0.2em;
    background-image: url(/media/img/heading.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.sectionHeading h1 {
    display: inline;
    color: #454648;
    background-color: #fff;
    font-size: 16px;
    margin-left: 35px;
    padding-right: 0.5em;
}

div#content h2 {
    font-size: 15px;
    line-height: 1.5em;
}

div#content p {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

div#content p a {
    font-size: 13px;
}

/** Forms and widgets **/

.buttonRight,
.buttonLeft {
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(/media/img/button.png);
    height: 22px;
}

.buttonRight {
    width: 2px;
    background-position: -298px 0px;
}

.buttonLeft a {
    display: block;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 12px;
    color: #fff !important;
    margin-left: 12px;
    margin-right: 10px;
    margin-top: 5px;
}

div#content form .field {
    margin-bottom: 1.3em;
}

div#content form label {
    font-weight: bold;
    color: #454648;
    line-height: 1.5em;
}

div#content form label,
div#content form input {
    font-size: 13px;
}

div#content form .widget {
    margin-bottom: 0.5em;
}

div#content form .help {
    font-size: 12px;
    color: #666;
}

div#content form .fieldRequired {
    font-size: 13px;
}

div#content .formErrors,
div#content .errorDetails {
    color: red;
    font-size: 13px;
}

/** Inline forms **/

div#content .inlineForm {
    overflow: hidden;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

div#content .inlineForm .field {
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 2em;
}

div#content .inlineForm label {
    font-weight: bold;
    color: #454648;
    margin-right: 0.5em;
}

div#content .inlineForm .formErrors {
    float: left;
    line-height: 1.5em;
    margin-left: 1em;
}

/** Bottom **/

div#site-bottom {
    font-size: 10px;
    color: #454648;
    text-align: center;
}

div#site-bottom img {
    display: block;
}

div#footer {
    font-size: 11px;
    padding: 0.5em;
}

/** Configurators page **/

#series-listing {
    width: 100%;
    margin-top: 2em;
}

#series-listing td.separator {
    background-color: #fff !important;
}

#series-listing td {
    vertical-align: middle;
}

#series-listing a {
    text-decoration: none !important;
    font-size: 12px;
}

#series-listing .seriesInfo {
    padding-left: 1em;
}

#series-listing .seriesImage img {
    width: 128px;
    height: 128px;
    border: 1px solid #bbb;
}

#series-listing .seriesHeading {
    font-size: 16px;
    display: block;
    color: #222 !important;
}

#series-listing .separator {
    height: 2em;
}

/** Login page **/

.separator {
    clear: both;
    background-color: #eeeeee;
    height: 1px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.registerHint {
    width: 600px;
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.registerHint .button {
    float: left;
}

.registerHint p {
    float: left;
    margin-right: 1em;
}

.passwordResetLink {
    text-align: right;
    font-size: 11px !important;
    margin-top: 0.5em;
}