@charset "ISO-8859-1";

/* basics */

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-top: 60px;
    margin-bottom: 20px;
}

.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 20px;
    position: absolute;
    width: 100%;
}

body > .container {
    padding: 0 15px 20px;
}

.container {
}

.no-margin {
    margin: 0;
}

#nojavascript {
    position: fixed;
    top: 100px;
    padding: 10px;
    border: red dotted 2px;
    background-color: #ffffff;
    color: red;
    width: 100%;
}

#logo {
    position: fixed;
    top: 0;
    left: 2px;
}

#headermenu {
    position: fixed;
    width: 100%;
    height: 32px;
    overflow: visible;
    margin: 0;
    padding: 2px;
    background-color: #cccccc;
    color: #000000;
    z-index: 100;
}

.fixed {
    position: fixed;
}

.floatleft {
    float: left;
}

.showbutton {
    cursor: pointer;
}

.textred {
    color: #dc143c;
}

/* navbar */

.nav > li > form {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.navbar-nav > li > form {
    padding-bottom: 15px;
    padding-top: 15px;
}

/* nav sidebar */

/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}
/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}
/* active & hover links */
.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>li>a:hover,
.bs-docs-sidebar .nav>li>a:focus {
    color: #563d7c;
    text-decoration: none;
    background-color: transparent;
    border-left-color: #563d7c;
}
/* all active links */
.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a,
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}
/* hide inactive nested list
.bs-docs-sidebar .nav ul.nav {
    display: none;
} */
/* show active nested list
.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;
} */

/* old settings */

div.cardgames {
    width: 728px;
}

#deckbuilder {
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #eeeeee;
    font-size: 14px;
    color: #000000;
    height: 90%;
}
#deckbuildermini {
    background-color: #eeeeee;
    font-size: 14px;
    color: #000000;
}

/* special icons */

.ui-icon-circle-plus-green {
    background-image: url("../../jquery/css/images/ui-icons_8DC262_256x240.png") !important;
    background-position: 0 -192px;
}

/* headerlines */

h5.cardtype {
    font-weight: bold;
    font-style: italic;
}

/* headermenu */

#headermenu .menu {
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

#headermenu .left {
    float: left;
}

#headermenu .right {
    float: right;
}

#headermenu .menu a {
    color: #000000;
    margin: 0;
}

#headermenu .menu img {
    margin: 0;
}

#headermenu .textitem {
    margin: 2px 8px;
    padding: 0;
}

#headermenu .item {
    margin: 1px 5px;
    padding: 0;
}

/* header */

#header div.logo {
    float: left;
    width: 165px;
    margin: 0;
    padding: 0;
}

#header ul.cards {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header ul.cards a {
    color: #000000;
}

#header ul.cards li.card {
    float: left;
    width: 50px;
    margin: 0;
    padding: 4px 10px 6px;
}

#header ul.cards li.card ul {
    display: none;
}

#header ul.cards li.card:hover ul {
    display: block;
    z-index: 100;
    min-width: 120px;
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -10px;
    padding: 0;
    list-style: none;
    border: 1px solid #000000;
    font-size: 14px;
    color: #cccccc;
    background-color: #ffffff;
}

#header ul.cards ul li {
    margin: 0;
    padding: 4px;
}

#header ul.cards ul li:hover {
    background-color: #b22222;
    color: #cccccc;
}

#header ul.cards ul li:hover a {
    color: #ffffff;
}

#header ul.menu {
    float: right;
    margin: 1px 4px 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#header ul.menu li {
    font-size: 14px;
    padding: 2px;
}

#header ul.menu a {
    color: #ffffff;
}

/* body content */

div.sphereimage {
    float: left;
}

div.sphereimage img {
    float: left;
}

div.vertical {
}

div.verticaldouble {
}

div.horizontal {
}

div.horizontaldouble {
}

@media (min-width: 768px) {

    div.vertical-sm {
        padding-left: 240px;
    }

    div.vertical-bm-sm {
        padding-left: 215px;
    }

    div.verticaldouble-sm {
        padding-left: 240px;
    }

    div.horizontal-sm {
        padding-left: 330px;
    }

    div.horizontaldouble-sm {
        padding-left: 330px;
    }

}

div.carddetails {
}

div.cardspheres0 {
}

div.cardspheres1 {
    padding-left: 75px;
}

div.cardspheres2 {
    padding-left: 145px;
}

div.cardspheres3 {
    padding-left: 215px;
}

div.cardspheres4 {
    padding-left: 215px;
}

div.cardspheres5 {
    padding-left: 215px;
}

div.cardspheres6 {
    padding-left: 215px;
}

hr.carddetails {
    border: 1px solid #e5e5e5;
}

div.carddetails .cardtitle {
    font-size: 16px;
    font-weight: bold;
}

div.carddetails .cardtitle img {
    position: relative;
    top: -1px;
}

div.carddetails .cardsubtitle {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

div.carddetails .cardtype {
    font-size: 14px;
}

div.carddetails .values {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

div.carddetails .values img {
    position: relative;
    top: -2px;
}

div.carddetails .restrictions {
    padding-top: 5px;
    font-size: 14px;
    font-style: italic;
}

div.carddetailstext {
}

div.carddetailstext hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.carddetailstext .traits {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

div.carddetailstext .traits-an {
    text-align: center;
}

div.carddetailstext .traits-dsaa {
    font-style: italic;
}

div.carddetailstext .cardtext {
    padding: 0 2px;
}

div.carddetailstext .skill {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #900000;
}

div .lotrtext img {
    position: relative;
    top: -2px;
}

div .agottext img {
    position: relative;
    top: -2px;
}

div .antext img {
    position: relative;
    top: -3px;
}

div .swtext img {
    position: relative;
    top: -3px;
}

div .whitext img {
    position: relative;
    top: -2px;
}

div .whctext img {
    position: relative;
    top: -3px;
}

div .dsaatext img {
    position: relative;
    top: -2px;
}

div.carddetailstext .cardicons {
    text-align: center;
    padding: 0 2px;
}

div.carddetailstext .cardkeywords {
    text-align: right;
    padding: 0 2px;
}

div.carddetailstext .erratatext {
    padding: 0 2px;
    color: #dc143c;
    font-style: italic;
}

div.carddetailstext .limitedtext {
    padding: 0 2px;
    color: #008000;
    font-style: italic;
}

div.carddetailstext .effect {
    font-weight: bold;
}

div.carddetailstext .trait {
    font-weight: bold;
    font-style: italic;
}

div.carddetailstext .errortext {
    color: #dc143c;
    font-weight: bold;
}

div.carddetailstext .diftext {
    color: #ff7f50;
    font-weight: bold;
}

/* tilemenu */

div.tilemenu {
    clear: both;
    text-align: left;
    padding: 10px 0;
}

h2.tilemenu {
    clear: both;
    padding: 20px 0 0;
}

div.tilemenu div.tile {
    float: left;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    margin: 2px;
    color: #000000;
    background-color: #eeeeee;
}

div.tilemenu div.lotr {
    background-color: #faf0ac;
}

div.tilemenu div.agot {
    background-color: #cad0df;
}

div.tilemenu div.anr {
}

div.tilemenu div.swc {
    background-color: #e4b6a7;
}

div.tilemenu div.whi {
    background-color: #e2d9cf;
}

div.tilemenu div.bml {
    background-color: #a2e9ff;
}

div.tilemenu div.dtr {
    background-color: #e1c79a;
}

div.tilemenu div.whc {
    background-color: #e1e1e1;
}

div.tilemenu div.agot2 {
    background-color: #cad0df;
}

div.tilemenu div.size1x1 {
    width: 100px;
    height: 100px;
    padding: 4px 0 4px 4px;
}

div.tilemenu div.size0 {
    width: 100px;
    height: 100px;
    padding: 4px 0 4px 4px;
}

div.tilemenu img {
    margin: 0;
    border: none;
}

div.tilemenu .tileimg {
    margin: 6px 8px 4px 11px;
}

div.tilemenu .tiletext {
    margin: 0;
}

/* pages */

div.page hr {
    border-top: #bbbbbb solid 1px;
    border-bottom: none;
}

div.page div.pageheader {
    margin: 15px 0;
}

div.page div.pageheader h3 {
    margin: 2px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    border-bottom: #bbbbbb solid 1px;
}

/* news */

div.mainnews {
}

div.mainnews div.post {
    background-color: #eeeeee;
    padding: 8px 10px;
    margin: 0 0 10px 0;
}

div.mainnews div.post h3 {
    margin: 2px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    border-bottom: #bbbbbb solid 1px;
}

div.mainnews div.postdate {
    margin: 1px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
}

div.mainnews div.postdate a {
    text-decoration: none;
    color: #000000;
}

div.mainnews div.postentry {
}

div.mainnews div.latestnews {
    float: left;
    width: 180px;
    background-color: #eeeeff;
}

div.mainnews ul.elements {
    list-style-type: none;
}

div.mainnews ul.elements li {
    font-family: arial, helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    padding: 5px;
}

div.mainnews div.paging ul.pageList {
    list-style: none;
    margin: 10px 0;
}

div.mainnews div.paging ul.pageList li {
    float: left;
    padding: 3px;
    margin: 0;
}

/* Products */

div.products .product {
    clear: both;
}

div.products .image {
    text-align: center;
    float: left;
    padding: 0;
    margin: 5px 5px 10px 0;
    height: 170px;
    width: 145px;
}

div.products .image img {
    border: none;
}

div.products .details {
    text-align: left;
    float: left;
    padding: 8px 10px;
    margin: 0 0 10px 5px;
    background-color: #eeeeee;
    min-height: 159px;
    width: 575px;
}

div.products .header {
    text-align: left;
    clear: both;
}

div.products .stats {
    text-align: left;
    float: left;
    margin: 0 0 8px 0px;
}

div.products .stats h1 {
    margin: 2px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

div.products .stats h1 a {
    color: #000000;
}

div.products .stats span.values {
    margin: 1px 0 3px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
}

div.products .stats span.producttype {
    margin: 1px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.products .footer {
    text-align: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
}

div.products .linktotop {
    text-align: right;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

/* Decks */

div.decks .deck {
    clear: both;
}

div.decks .details {
    text-align: left;
    float: left;
    padding: 8px 10px;
    margin: 0 0 10px 5px;
    background-color: #eeeeee;
    width: 730px;
}

div.decks .header {
    text-align: left;
    clear: both;
}

div.decks .sphere {
    text-align: center;
    float: left;
    margin: 0 8px 8px 0;
}

div.decks .sphere img {
    border: none;
}

div.decks .stats {
    text-align: left;
    float: left;
    margin: 0 0 8px 0px;
    max-width: 665px;
}

div.decks .stats h1 {
    margin: 2px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

div.decks .stats h1 a {
    color: #000000;
}

div.decks .stats span.cycle {
    margin: 1px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    font-style: italic;
}

div.decks .stats span.values {
    margin: 1px 0 3px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
}

div.decks .stats span.spheres {
    margin: 1px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.decks .stats span.spheres ul {
    list-style-type: none;
}

div.decks .stats span.spheres img {
    position: relative;
    top: 10px;
}

div.decks .erratatext {
    text-align: left;
    float: left;
    margin: 8px 10px 24px 0;
    width: 295px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
}

div.decks .errortext {
    color: #dc143c;
    font-weight: bold;
}

div.decks .diftext {
    color: #ff7f50;
    font-weight: bold;
}

div.decks .linktotop {
    text-align: right;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

/* Cards */

div.cards .insideheader {
    clear: both;
    margin: 20px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}

div.cards h4 {
    margin: 20px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    border-bottom: #bbbbbb solid 1px;
}

div.cards div.vertical {
}

div.cards div.verticaldouble {
}

div.cards div.horizontal {
}

div.cards div.horizontaldouble {
}

div.cards .card {
    clear: both;
}

div.cards .image {
    text-align: center;
    float: left;
    padding: 0;
    margin: 5px 5px 10px 0;
}

div.cards .image img {
    border: none;
}

div.cards div.vertical .image {
    height: 320px;
    width: 230px;
}

div.cards div.verticaldouble .image {
    height: 650px;
    width: 230px;
}

div.cards div.horizontal .image {
    height: 230px;
    width: 320px;
}

div.cards div.horizontaldouble .image {
    height: 470px;
    width: 320px;
}

div.cards .details {
    text-align: left;
    float: left;
    padding: 8px 10px;
    margin: 0 0 10px 5px;
    background-color: #eeeeee;
}

div.cards div.vertical .details {
    min-height: 309px;
    width: 705px;
}

div.cards div.verticaldouble .details {
    min-height: 639px;
    width: 705px;
}

div.cards div.horizontal .details {
    min-height: 219px;
    width: 615px;
}

div.cards div.horizontaldouble .details {
    min-height: 459px;
    width: 615px;
}

div.cards .header {
    text-align: left;
    clear: both;
}

div.cards .sphere {
    text-align: center;
    float: left;
    margin: 0 8px 8px 0;
    max-width: 220px;
}

div.cards .sphere img {
    border: none;
}

div.cards .stats {
    text-align: left;
    float: left;
    margin: 0 0 8px 0px;
}

div.cards div.vertical .stats {
    max-width: 580px;
}

div.cards div.verticaldouble .stats {
    max-width: 580px;
}

div.cards div.horizontal .stats {
    max-width: 515px;
}

div.cards div.horizontaldouble .stats {
    max-width: 515px;
}

div.cards .stats h3 {
    margin: 0 0 2px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

div.cards .stats h3 a {
    color: #000000;
}

div.cards .stats h3 img {
    border: none;
}

div.cards .stats h4 {
    margin: 2px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .stats h4 a {
    color: #000000;
}

div.cards .stats div.cardtype {
    margin: 1px 0 10px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .stats div.values {
    margin: 1px 0 3px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
}

div.cards .stats div.values img {
    position: relative;
    top: 1px;
}

div.cards .stats div.encounters {
    margin: 1px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .textdetails {
    clear: both;
}

div.cards .text {
    float: left;
    margin: 8px 10px 15px 0;
    padding: 10px 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

div.cards div.vertical .text {
    width: 340px;
}

div.cards div.verticaldouble .text {
    width: 340px;
}

div.cards div.horizontal .text {
    width: 295px;
}

div.cards div.horizontaldouble .text {
    width: 295px;
}

div.cards .traits {
    text-align: center;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    font-style: italic;
}

div.cards .traits-an {
    text-align: center;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .cardtext {
    text-align: left;
    margin: 0;
    padding: 0 2px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .lotrtext img {
    position: relative;
    top: 2px;
}

div.cards .agottext img {
    position: relative;
    top: 2px;
}

div.cards .antext img {
    position: relative;
    top: 3px;
}

div.cards .swtext img {
    position: relative;
    top: 3px;
}

div.cards .whitext img {
    position: relative;
    top: 2px;
}

div.cards .whctext img {
    position: relative;
    top: 3px;
}

div.cards .agot2text img {
    position: relative;
    top: 2px;
}

div.cards .dsaatext img {
    position: relative;
    top: 2px;
}

div.cards .cardicons {
    text-align: center;
    margin: 0;
    padding: 0 2px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .cardkeywords {
    text-align: right;
    margin: 0;
    padding: 0 2px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .erratatext {
    text-align: left;
    margin: 0;
    padding: 0 2px;
    color: #dc143c;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
}

div.cards .limited {
    color: #008000;
}

div.cards .effect {
    font-weight: bold;
}

div.cards .trait {
    font-weight: bold;
    font-style: italic;
}

div.cards .errortext {
    color: #dc143c;
    font-weight: bold;
}

div.cards .diftext {
    color: #ff7f50;
    font-weight: bold;
}

div.cards div.cardsets {
    clear: both;
    margin: 10px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

div.cards .footer {
    text-align: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
}

div.cards .linktotop {
    text-align: right;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

ul.listofdecks {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.listofdecks li {
    padding: 2px;
    margin: 1px;
}

ul.listofdecks li:hover {
    background-color: #eeeeee;
}


/* deckbuilder */

#deckbuilder a {
    color: #000000;
}

#deckbuilder div.currentdeck {
    text-align: center;
    padding: 2px;
    margin: 0 0 5px 0;
}

#deckbuilder div.deckname {
    text-align: center;
    padding: 2px;
    margin: 5px 0;
    font-weight: bold;
}

#deckbuilder div.newdeck {
    padding: 2px;
    margin: 5px 0;
}

#deckbuilder div.statinfo {
    margin: 5px 0;
}

#deckbuilder h5 {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

#deckbuilder ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

#deckbuilder ul li {
    padding: 1px;
    margin: 1px;
}

#deckbuilder img {
    border: 0;
    position: relative;
    top: -1px;
    margin: 0;
}

#deckbuilder span.small {
    font-size: 10px;
}

/* deckbuilder */

#deckbuildermini a {
    color: #000000;
}

#deckbuildermini div.currentdeck {
    text-align: center;
    padding: 2px;
    margin: 0 0 5px 0;
}

#deckbuildermini div.deckname {
    text-align: center;
    padding: 2px;
    margin: 5px 0;
    font-weight: bold;
}

#deckbuildermini div.newdeck {
    padding: 2px;
    margin: 5px 0;
}

#deckbuildermini div.statinfo {
    margin: 5px 0;
}

#deckbuildermini h5 {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

#deckbuildermini ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

#deckbuildermini ul li {
    padding: 1px;
    margin: 1px;
}

#deckbuildermini img {
    border: 0;
    position: relative;
    top: -1px;
    margin: 0;
}

#deckbuildermini span.small {
    font-size: 10px;
}

/* Stats */

div.stats {
}

div.stats > div {
    min-height: 220px;
}

/* searchform */

form.dataform {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 5px 0;
}

form.dataform input[type=text] {
    margin: 3px 0;
}

form.dataform select {
    margin: 3px 0;
}

form.dataform fieldset {
    text-align: left;
    border: none;
    margin: 8px;
    padding: 0px;
}

form.dataform input.slidervalue {
    border: 0;
    width: 60px;
}

form.dataform fieldset.row {
    clear: both;
    width: 100%;
}

form.dataform fieldset.row input[type=text] {
    width: 629px;
    margin: 3px 0;
}

form.dataform fieldset.row select {
    width: 629px;
    margin: 3px 0;
}

form.dataform fieldset.block {
    float: left;
    width: 45%;
}

form.dataform fieldset.block input[type=text] {
    width: 300px;
    margin: 3px 0;
}

form.dataform fieldset.sliderblock {
    float: left;
    width: 45%;
}

form.dataform fieldset.sliderblock input[type=text] {
    border: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    width: 60px;
    line-height: 1.2;
}

form.dataform fieldset.sliderblock div {
    margin: 0 0 0 7px;
}

form.dataform fieldset.block select {
    width: 306px;
    margin: 3px 0;
}

form.dataform fieldset.smallblock {
    width: 30%;
    float: left;
}

form.dataform fieldset.smallblock input[type=text] {
    width: 200px;
    margin: 3px 0;
}

form.dataform fieldset.smallblock select {
    width: 206px;
    margin: 3px 0;
}

form.dataform .black {
    color: black;
}

form.dataform .grey {
    color: #aaaaaa;
}

div.searchinfo {
    clear: both;
    margin: 10px 0 10px 0;
    text-align: center;
}

div.searcherror {
    clear: both;
    margin: 10px 0 10px 0;
    text-align: center;
    color: #aa0033;
}

/* contactform */

form.contactform {
    padding: 2px;
	display: block;
	width: 300px;
	height: auto;
    font-family: arial, helvetica, sans-serif;
	font-size: 14px;
    text-align: left;
    margin: 10px 0 40px 0;
}

p.formerror {
	font-size: 12px;
	color: #aa0033;
}

div.formerror {
	color: #aa0033;
}

form.contactform input.text {
    margin: 1px 8px 3px 0;
    padding: 1px 0 0 2px;
    font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
    border: 1px solid #888888;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
	letter-spacing: 1px;
	height: 14px;
	line-height: normal;
	width: 300px;
}

form.contactform textarea {
    margin: 1px 8px 3px 0;
    padding: 1px 0 0 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
    border: 1px solid #888888;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    letter-spacing: 1px;
	height: 60px;
	line-height: normal;
    width: 300px;
}

form.contactform select {
    margin: 0 8px 2px 0;
    padding: 1px 0 0 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
    border: 1px solid #888888;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    letter-spacing: 1px;
	height: auto;
	line-height: normal;
    width: 150px;
}

form.contactform .button {
    margin: 0 150px 0 0;
    padding: 2px 4px;
	background-color: #cccccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    height: auto;
	width: 150px;
	font-style: normal;
    border: 1px solid #dddddd;
    border-right-color: #888888;
    border-bottom-color: #888888;
}
