/**
 * EDR
 * @author Daniel Staver (daniel@ixd.no)
 * www.ixd.no
 */

html, body {
    margin: 0px;
    padding: 0px;
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, hr, table, th, td, form, img, fieldset, input, select, textarea, caption, dl, dd, dt, address {
    border: none;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
	color: #000;
	list-style: none;
}

body {
	background: #fff url(../images/bg.png) no-repeat top center;
	text-align: center;
}

a, 
a:link { 
	color: #f00;
}

a:visited { 
	color: #c00; 
}

a:hover, 
a:active { 
}

cite {
    display: block;
    font: 1.125em "Times New Roman", Times, serif;
    font-style: italic;
    color: #72baa7;
    padding: 0 0 0.3em 0;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.125em;
    padding: 0 20px 10px 0;
    margin: 0 5px 0 0;
    background: transparent url(../images/h1-bg.png) repeat-x 0 48%;
    clear: both;
}

h1 span {
    background: #fff;
    padding: 0 5px;
}

h1 a,
h1 a:visited,
h2 a, 
h2 a:visited,
h3 a, 
h3 a:visited,
h4 a,
h4 a:visited { 
	text-decoration: none; 
    color: #000;
}

h1 a:hover,
h2 a:hover, 
h3 a:hover, 
h4 a:hover,
h2 a:active, 
h3 a:active, 
h4 a:active { 
	text-decoration: underline; 
}

.quote p {
    font-size: 0.875em;
}

.object-left {
    float: left;
    margin: 0 10px 10px 0;
}

.object-right {
    float: right;
    margin: 0 0 10px 10px;
}
#debug {
    text-align: left;
    margin: 0 20px 20px 20px;
}

#debug pre {
    white-space: normal;
}

#skipnav {
	position: absolute;
	left: -1000em;
}

#debug {
    clear: both;
}

.contact-box {
    width: 207px;
    float: right;
    background: #ee424f url(../images/contact-top.png) no-repeat top left;
    padding: 10px 0 0 0;
    margin: -30px 5px -12px 0;
}

.contact-box .content {
    background: #ee424f url(../images/contact-bottom.png) no-repeat bottom left;
    text-align: center;
    padding: 0 0 10px 0;
}

.contact-box .content h3 {
    font-size: 0.75em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
}

.contact-box .content h2 {
    font-size: 1.125em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
}

.contact-box .content p {
    font-size: 0.625em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
}

.contact-box .content p a {
    color: #fff;
}
/***************************************************
 BUTTONS
 ***************************************************/

div.button {
	display: block;
	background: transparent url(../images/button-right.png) repeat-x top right;
    padding: 0 15px 0 0;
}

div.button a,
div.button a:visited,
div.button input {
	display: block;
	background: transparent url(../images/button-left.png) repeat-x top left;
    color: #fff;
    padding: 0 0 0 15px;
    font: bold 0.625em/35px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

div.button input {
    height: 35px;
    overflow: visible;
}

div.activebutton {
	display: block;
	background: transparent url(../images/activebutton-right.png) repeat-x top right;
    padding: 0 15px 0 0;
}

div.activebutton a,
div.activebutton a:visited,
div.activebutton input {
	display: block;
	background: transparent url(../images/activebutton-left.png) repeat-x top left;
    color: #fff;
    padding: 0 0 0 15px;
    font: bold 0.625em/35px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

div.activebutton input {
    height: 35px;
    overflow: visible;
}
/***************************************************
 IMAGES
 ***************************************************/

.image img, 
.images img { 
    display: block; 
}

.left {
	float: left;
	margin: 0;
}

.right {
	float: right;
	margin: 0;
}

/***************************************************
 PAGE
 ***************************************************/

#page {
    width: 920px;
    margin: 0 auto;
}

/***************************************************
 HEADER
 ***************************************************/

#header {
    height: 100px;
    text-align: left;
    position: relative;
}

#header #logo {
    position: absolute;
    top: 20px;
    left: 5px; 
}

#header #globalmenu {
    position: absolute; 
    top: 35px;
    right: 10px;
    overflow: hidden;
}

#header #globalmenu li {
    float: left;
    border-right: 1px solid #ccc;
    position: relative;
    left: 1px;
    font: 0.625em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header #globalmenu a {
    color: #3e3b3b;
    text-decoration: none;
    padding: 0 5px;
}

#header #search {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 230px;
}

#header #search input.text {
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 0.6875em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 160px;
    position: absolute;
    left: 0;
    top: 7px;
}

#header #search .button {
    position: absolute;
    right: 0;
    top: 0;
}

/***************************************************
 MAIN NAVIGATION
 ***************************************************/

#topmenu {
    background: transparent url(../images/page-top.png) no-repeat top left;
    padding: 11px;
}

#topmenu ul {
	overflow: hidden;
    width: 100%;
    padding: 0 0 0 0;
}

#topmenu ul li {
    display: block;
	float: left;
	font-size: 0.6875em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 0 0 0;
}

#topmenu ul li a {
	color: #3d3a36;
    display: block;
    padding: 0 16px 0 14px;
    line-height: 28px;
    text-decoration: none;
    background: transparent url(../images/topmenu-separator.png) no-repeat right;
}

#topmenu ul li.selected {
	background: transparent url(../images/topmenu-selected.png) repeat-x top left;
}

#topmenu ul li.selected a {
    color: #fff;
}

/***************************************************
 FOOTER
 ***************************************************/

#footer {
	background: transparent url(../images/page-bottom.png) no-repeat top left;
    font-size: 0.625em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 20px 0 30px 0;
    text-align: center;
}

#footer img {
    vertical-align: middle;
}

#footer p {
    padding: 0 0 5px 0;
}

/***************************************************
 CONTENT
 ***************************************************/

#content {
    text-align: left;
    overflow: hidden;
    padding: 0 20px;
    background: transparent url(../images/page-bg.png) repeat-y;
}

#content #path {
    padding: 5px 0 20px 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.6875em;
    color: #999;
}


#maincontent {
    width: 690px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 20px;
}

.intro {
    padding: 0 0 20px 0;
}

.intro p {
    font-size: 1em;
}

.body h2 {
    font-weight: bold;
    font-size: 0.875em;
    padding: 0.5em 0 0.2em 0;
    line-height: 1.5em;
}

.body h3 {
    font-weight: bold;
    font-size: 0.75em;
    padding: 0.5em 0 0.2em 0;
    line-height: 1.5em;
    text-transform: uppercase;
}

.body p {
    font-size: 0.75em;
    padding: 0 0 0.75em 0;
}

.body table p {
    padding-bottom: 0;
}

.body ul,
.body ol {
    padding: 0 0 0.5em 2em;
    font-size: 0.75em;
}

.body ul ul,
.body ol ol,
.body ul ol,
.body ol ul {
    font-size: 1em;
    padding-top: 0.5em;
}

.body ul li {
    list-style: disc;
    padding: 0 0 0.25em 0;
}

.body ol li {
    list-style: decimal;
    padding: 0 0 0.25em 0;
    margin: 0 0 0 0.5em;
}

.body .quote {
    background: #f2f2f2;
    padding: 10px;
    margin: 10px 0 0 0;
}

.body .quote p {
    font-style: italic;
}

.body .quote-person {
    font-size: 0.75em;
}

/***************************************************
 ARTICLE
 ***************************************************/

#sidebar .article .description {
    font-size: 0.6875em;
    padding: 0 0 0.5em 0;
}

#article .image-full {
    float: right;
    margin: 0 0 0 20px;
}

.article-line {
    padding: 0 0 1em 0;
    overflow: hidden;
}

.article-line h2,
.folder-line h2 {
    font-weight: bold;
    font-size: 0.875em;
    padding: 0 0 0 0;
    line-height: 1.5em;
}

.article-line .image {
    float: left;
    margin: 0 20px 0 0;
    padding: 5px;
    border: 1px solid #d1d1d1;
    width: 207px;
}

.article-line .image-empty {
    border-color: #fff;
}

.article-line .content {
    overflow: hidden;
}

.article-line .content .date {
    color: #999;
    font-size: 0.625em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.article-line .content .text {
    overflow: hidden;
}

.article-line .content .text p {
    font-size: 0.75em;
    padding: 0 0 0.2em 0;
    line-height: 1.5em;
}

.article-line .content .readmore {
    font-size: 0.75em;
    color: #999;
}

/***************************************************
 BOXES
 ***************************************************/

div.box {
    background: transparent url(../images/box-full-bg.png) repeat-y top left;
    margin: 0 0 5px 0;
    clear: both;
    position: relative;
    z-index: 1;
}

.box .box-wrap1 {
    background: transparent url(../images/box-full-top.png) no-repeat top left;
}

.box .box-wrap2 {
    background: transparent url(../images/box-full-bottom.png) no-repeat bottom left;
    padding: 6px;
    overflow: hidden;
}

div.box-triple {
    background-image: url(../images/box-triple-bg.png);
}

.box-triple .box-wrap1 {
    background-image: url(../images/box-triple-top.png);
}

.box-triple .box-wrap2 {
    background-image: url(../images/box-triple-bottom.png);
    padding: 0 0 0 5px;
}

div.box-triple-red .box-wrap1 {
    background-image: url(../images/box-triple-top-red.png);
}

div.box-double {
    background-image: url(../images/box-double-bg.png);
}

.box-double .box-wrap1 {
    background-image: url(../images/box-double-top.png);
}

.box-double .box-wrap2 {
    background-image: url(../images/box-double-bottom.png);
    padding: 0 0 0 5px;
}

.box-double-gray .box-wrap1 {
    background-image: url(../images/box-double-gray-top.png);
}

div.box-sidebar {
    background-image: url(../images/box-sidebar-bg.png);
    width: 658px;
    float: left;
}

.box-sidebar .box-sidebar-wrap1 {
    background: transparent url(../images/box-sidebar-top.png) no-repeat top left;
}

.box-sidebar .box-sidebar-wrap2 {
    background: transparent url(../images/box-sidebar-bottom.png) no-repeat bottom left;
    padding: 6px;
    overflow: hidden;
}

div.box-content {
    padding: 20px;
}

.box-content h1 {
    padding-left: 0;
}

.box h2 {
    font-weight: bold;
    font-size: 0.875em;
    padding: 0 0 0.2em 0;
    line-height: 1.5em;
    text-transform: uppercase;
}

.box-double-gray h2,
.box-triple-red h2 {
    color: #fff;
    padding: 5px 15px 0 10px;
    line-height: 26px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.box-double .item {
    width: 427px;
    margin: 0 16px 0 0; 
    float: left;
}

.box-double .item-last {
    margin-right: 0;
}

.box-triple .item {
    width: 280px;
    margin: 0 15px 0 0; 
    float: left;
}

.box-triple .item-last {
    margin-right: 0;
}

.box-triple .content {
    padding: 10px;
}

.box-triple .content p {
    font-size: 0.75em;
    padding: 0 0 5px 0;
}

.box .section {
    padding: 0 0 10px 0;
}

.box dl {
    display: block;
    overflow: hidden;
    font-size: 0.75em;
}

.box dl dt {
    display: block;
    font-weight: bold;
    float: left;
    width: 8em;
    border-right: 1px solid #e1e1e1;
    clear: both;
    padding: 5px 10px 5px 0;
}

.box dl.line {
    border-top: 3px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1;
    padding: 10px 0;
}

.box dl.wide dt {
    width: 12em;
}

.box dl dd {
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    border-left: 1px solid #e1e1e1;
    position: relative;
    left: -1px;
}


/***************************************************
 SIDEBAR
 ***************************************************/

#sidebar {
    overflow: hidden;
    padding: 5px 5px 0 10px;
}

#sidebar,
#sidebar ul,
#sidebar ol,
#sidebar li,
#sidebar p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar .logo {
    padding: 0 0 20px 0;
}

#sidebar .section {
    border-bottom: 3px solid #e1e1e1;
    margin: 0 0 20px 0;
}

#sidebar .section h2 {
    background: #e1e1e1 url(../images/sidebar-h2-bg.png) no-repeat top left;
    padding: 6px 10px;
    font-size: 0.875em;
}

#sidebar .section .content {
    padding: 10px;
}

#sidebar .section .content ul {
    padding: 0 0 0 1em;
    font-size: 0.6875em;
}

#sidebar .section .content ul li {
    list-style: disc;
    padding: 0 0 0.5em 0;
}

#sidebar a.readmore {
    display: block;
    background: transparent url(../images/arrow-readmore.png) no-repeat center left;
    padding: 2px 0 2px 12px;
    font-size: 0.625em;
}

#sidebar .related-info a.readmore {
    margin-top: 10px;
}


/***************************************************
 TABS
 ***************************************************/

ul.tabs {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: -6px;
}

ul.tabs li {
    float: left;
    display: block;
    background: transparent url(../images/tab-right.png) no-repeat top right;
    padding: 0 15px 0 0;
}

ul.tabs li a,
ul.tabs li a:visited {
    display: block;
    float: left;
    background: transparent url(../images/tab-left.png) no-repeat top left;
    padding: 4px 0 0 15px;
    text-decoration: none;
    color: #fff;
    font: bold 0.625em/28px Verdana, Geneva, Arial, Helvetica, sans-serif;
    outline: none;
}

ul.tabs li:first-child a {
    background-image: url(../images/tab-left-first.png);
}

ul.tabs li.current {
    background-image: url(../images/activetab-right.png);
}

ul.tabs li.current a,
ul.tabs li.current a:visited {
    background-image: url(../images/activetab-left.png);
}

ul.tabs li.current:first-child a {
    background-image: url(../images/activetab-left-first.png);
}


/***************************************************
 FORM
 ***************************************************/

.form {
    padding: 0;
    overflow: hidden;
}

.form .row {
    overflow: hidden;
    padding: 0 0 10px 0;
}

.form .row label {
    font-size: 0.75em;
    font-weight: bold;
}

.form .text input,
.form .text textarea {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 0.75em;
    width: 400px;
}

.form .activebutton {
    float: left;
}

.form .message-warning {
    border: 1px solid #c72127;
    padding: 10px 10px 5px 10px;
    margin: 0 0 20px 0;
}

.form .message-warning h2 {
    font-size: 0.8125em;
    font-weight: bold;
    padding: 0 0 0.5em 0;
}

.form .message-warning ul {
    font-size: 0.75em;
}

.form .message-warning li {
    display: block;
    padding: 0 0 0.5em 1.5em;
    background: transparent url(../images/bullet.png) no-repeat 0.25em 0.35em;
}


/***************************************************
 LIST TABLE
 ***************************************************/

table.list {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.list-border {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

table.list th {
    background: #e1e1e1 url(../images/th-bg.png) repeat-x top left;
    padding: 5px 10px;
    font-size: 0.875em;
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.list td {
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 10px;
}

table.list td.button {
    padding: 0;
}

table.list tr.last td {
    border: none;
}

table.list-border tr.last td {
    border-bottom: 1px solid #e1e1e1;
}

table.list p {
    font-size: 0.6875em;
}

table.list .activebutton,
table.list .activebutton a {
    float: right;
}

/***************************************************
 FRONTPAGE
 ***************************************************/

#frontpage .products ul {
    padding: 0 0 5px 0;
    font-size: 0.875em;
}

#frontpage .products li a {
    display: block;
    padding: 10px 20px 10px 25px;
    background: transparent url(../images/arrow-gray.png) no-repeat 10px center;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #3d3a36;
}

#frontpage .products li:last-child a {
    border-bottom: none;
}

#frontpage .products li a:hover {
    background-color: #f1f1f1;
}

#frontpage .articles {
    padding: 0 0 20px 0;
}

#frontpage .articles .article-line {
    padding: 10px;
}

#frontpage .articles .article-line .image {
    width: 90px;
}
/***************************************************
 COURSE LIST
 ***************************************************/

.course-filter fieldset.course-filter-products {
    overflow: hidden;
}

.course-filter fieldset.course-filter-countries {
    float: right;
    width: 33.3333%;
}

.course-filter fieldset.course-filter-countries .checkbox-all,
.course-filter fieldset.course-filter-countries .content {
    border-left: 1px solid #e1e1e1;
}


.course-filter fieldset h2 {
    background: #e1e1e1 url(../images/th-bg.png) repeat-x top left;
    padding: 5px 10px;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
}

.course-filter fieldset.course-filter-products .col {
    width: 49%;
    float: left;
}

.course-filter fieldset.course-filter-products-full .col {
    width: 33.3333%;
}

.course-filter fieldset.course-filter-products .col-first .content {
    border-right: 1px solid #e1e1e1;
}

.course-filter .content {
    padding: 5px 0 0 0; 
    font-size: 0.6875em;
}

.course-filter fieldset input {
    vertical-align: middle;
}

.course-filter fieldset .checkbox-all {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    font-size: 0.6875em;
}

.course-filter fieldset .content .row {
    padding: 0 10px 5px 10px;
}

/***************************************************
 COURSE
 ***************************************************/

#course .course-intro {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#course .course-intro .gallery-line {
    float: left;
    margin-right: 20px;
}

#course .course-intro .content {
    overflow: hidden;
    border-top: 3px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1;
    padding: 10px 0;
}


/***************************************************
 GALLERY
 ***************************************************/

.gallery {
    background: transparent url(../images/gallery-bg.png) no-repeat top left;
    width: 310px;
    height: 305px;
    position: relative;
}

.gallery .player {
    background: #000;
    width: 280px;
    height: 220px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.gallery .player .image {
    width: 100%;
    height: 100%;
}

.gallery .player img {
    position: absolute;
}

.gallery a.prevPage,
.gallery a.nextPage {
    text-decoration: none;
    outline: none;
    background: transparent url(../images/gallery-previous.png) no-repeat top left;
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: 30px;
    left: 10px;
    cursor: pointer;
}

.gallery a.nextPage {
    background-image: url(../images/gallery-next.png);
    left: auto;
    right: 10px;
}

.gallery a.prevPage.disabled {
    background-image: url(../images/gallery-previous-disabled.png);
    cursor: auto;
}

.gallery a.nextPage.disabled {
    background-image: url(../images/gallery-next-disabled.png);
    cursor: auto;
}

.gallery .thumbs {
    width: 250px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 243px;
    left: 30px;
}

.gallery .thumbs .items {
    width: 20000em;
    position: absolute;
}

.gallery .thumbs .items div {
    float: left;
    width: 50px;
    height: 50px;
    background: transparent url(../images/gallery-thumb.png) no-repeat top left;
}

.gallery .thumbs .items div.active {
    background: transparent url(../images/gallery-thumb-active.png) no-repeat top left;
}

.gallery .thumbs .items div a {
    display: block;
    outline: none;
    margin: 4px 0 0 4px;
    border: none;
}

.gallery .thumbs .items div img {
    display: block;
}


/***************************************************
 PRODUCT LIST
 ***************************************************/

#products {
    padding: 0 10px;
}

#products h1 span {
    padding-left: 0;
}

#products .product-category {
    padding: 0 0 20px 0;
}

#products .product-category h2 {
    font-size: 1.125em;
    padding: 1em 0 0.25em 0;
    text-transform: uppercase;
}

#products .product-category .intro {
    padding-bottom: 0;
}

#products .product-category .intro p {
    color: #7b7979;
    padding: 0 0 1em 0;
}

#products .product {
    overflow: hidden;
    padding: 0 0 15px 0;
}

#products .product .logo {
    padding: 28px;
    border: 1px solid #d1d1d1;
    float: left;
    margin: 0 20px 0 0;
    width: 207px; 
}

#products .product .content {
    overflow: hidden;
}

#products .product .content h3 {
    font-size: 0.9375em;
    font-weight: bold;
    padding: 0 0 0.25em 0;
}

#products .product .content p {
    font-size: 0.75em;
    padding: 0 0 0.5em 0;
}


#products .product .content .readmore {
    display: block;
    font-size: 0.75em;
}


#products .content {
    overflow: hidden;
}

/***************************************************
 REFERENCES
 ***************************************************/

#sidebar .reference .image {
    padding: 10px;
    border-bottom: 3px solid #e1e1e1;
}

#sidebar .reference .quote p {
    font-size: 0.6875em;
    font-style: italic;
    padding: 0 0 0.5em 0;
}

#sidebar .reference .quote-person {
    font-size: 0.6875em;
    padding: 0 0 0.5em 0;
}

#reference #navigation {
    width: 197px;
    float: left;
    padding: 30px 0 0 0;
    margin: 0 0 0 5px;
}

#reference #navigation .row {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#reference #sidebar {
    float: right;
    width: 207px;
    background: #f1f1f1;
    margin: 20px 15px 0 0;
}

#reference .box-content {
    overflow: hidden;
}

#reference .box {
    clear: none;
    float: right;
    margin-right: 5px;
}

#reference .gallery {
    float: right;
    margin: 0 0 15px 15px
}

/***************************************************
 FOLDER
 ***************************************************/

#folder .intro,
#folder .children {
    padding: 0 10px;
}

/***************************************************
 SEARCH
 ***************************************************/

#searchresult form {
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
}

#searchresult form input.text {
    border: 1px solid #ccc;
    margin: 3px 5px 20px 0;
    padding: 6px;
    font-size: 0.75em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 160px;
    float: left;
}

#searchresult form .activebutton {
    float: left;
    margin: 0 0 20px 0;
}

#searchresult .feedback,
#searchresult .warning {
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
    padding: 10px 10px 5px 10px;
    clear: both;
    margin: 10px 0;
}

#searchresult .feedback p,
#searchresult .warning p {
    font-size: 0.75em;
    margin: 0 0 5px 0;
}

#searchresult .feedback ul li,
#searchresult .warning ul li {
    list-style: disc;
    margin: 0 0 5px 20px;
    font-size: 0.75em;
}

#searchresult .result {
    padding: 0 0 20px 0;
}

#searchresult .result h2 {
    text-transform: none;
    font-size: 0.875em;
}

#searchresult .result p {
    font-size: 0.75em;
}

#searchresult .result a.readmore {
    font-size: 0.75em;
    padding: 5px 0 0 0;
}

.navigator {
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
    padding: 10px;
    clear: both;
    font-size: 0.75em;
    font-weight: bold;
    overflow: hidden;
}

.navigator span {
    float: left;
    display: block;
    padding: 0 10px 0 0;
}

.navigator a {
    font-weight: normal;
    color: #000;
}


/***************************************************
 SUPPORT
 ***************************************************/

#support #contact {
    width: 197px;
    float: left;
    padding: 30px 0 0 0;
    margin: 0 0 0 5px;
}

#support .box {
    clear: none;
    float: right;
    margin-right: 5px;
}

#support .box-content {
    overflow: hidden;
}

#support #faq h2 {
    padding: 15px 10px 3px 10px;
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e1e1e1;
}

#support #faq h3 {
    background: #e1e1e1 url(../images/th-bg.png) repeat-x top left;
    padding: 10px;
    font-size: 0.75em;
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

#support #faq .content {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #e1e1e1;
    display: none;
}


/***************************************************
 CONTACT
 ***************************************************/

#contact .box-content {
    overflow: hidden;
}

#contact .contactform-line {
    overflow: hidden;
    padding: 0 0 20px 0;
}

#contact .contactform-line .image {
    float: left;
    margin: 0 0 0 0;
}

#contact .contactform-line .text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

#contact .contactform-line .activebutton {
    float: left;
    margin: 20px 0 0 -5px;
}

#contact .contactform-line .activebutton a {
    float: left;
} 