﻿/*
-----------------------------------------------
Site: Rejsekort.dk
Author: Creuna
Description: Main styles
----------------------------------------------- */

/* Elements
----------------------------------------------- */

html
{
    overflow-y: scroll;
}

body
{
    padding: 0;
    margin: 15px 0 10px 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 62.5%;
    line-height: 1.9em;
    background: #bfbfbf url(/gfx/rejsekort.dk/bg/page-bg-top.png) no-repeat center 11px;
}

form
{
    width: 1000px;
    margin: 0 auto !important;
    background: #bfbfbf url(/gfx/rejsekort.dk/bg/page-bg-side.png) repeat-y center 20px;
}

form, fieldset, input, textarea, select, th, td
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
}

fieldset
{
    border: 0;
}
    legend
    {
        display: none;
    }

h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address
{
    margin: 0 0 1em;
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin-bottom: 10px;
}

h1
{
    font-size: 28px;
    line-height: 31px;
    color: #000;
}
h2
{
    font-size: 20px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
    margin-bottom: 5px;
}
h5
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}
p
{
}

ol
{
    padding-left: 10px;
}

ul, ol
{
    margin-left: 15px;
}
    ul li,
    ol li
    {
        
    }
	ul ul
	{ 
	    list-style-type: disc;
	}
	
ul.orange
{
}
    ul.orange li
    {
        list-style: none;
        background: url(/gfx/rejsekort.dk/arrows/orange.gif) no-repeat left 6px;
    }

ul.blue
{
}
    ul.blue li
    {
        list-style: none;
        background: url(/gfx/rejsekort.dk/arrows/blue.gif) no-repeat left 6px;
    }

ul.blue,
ul.orange
{
    margin-left: 0;
}
    ul.blue li,
    ul.orange li
    {
        padding-left: 15px;
    }

hr
{
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #dddcd6;
	border: 0;
	background-color: #dddcd6;
}

em
{
    font-style: normal;
}

a, a:visited
{
    color: #00aeef;
    text-decoration: none;
}
    a:hover
    {
        text-decoration: underline;
    }
    
    a img
    {
        border: 0;
    }

table
{
}
    tr th
    {
        text-align: left;
        padding: 5px;
        color: #000;
        padding-right: 15px;
    }
    td
    {
    }
    
    table caption
    {
        display: none;
    }
    
    table thead tr th
    {
        font-size: 14px;
    }

table.zebra
{
    border-collapse: collapse;
}
    table.zebra td
    {
        margin: 0;
    }
    
    table.zebra tr.odd
    {
    }
        table.zebra tr.odd td,
        table.zebra tr.odd th
        {
            background: #f6f6f6;
        }
    
    table.zebra tr td,
	table.zebra tr th
	{
        padding: 5px 15px 5px 5px;
    }
    
/* Page structure
----------------------------------------------- */ 

#wrapper
{
    padding: 0 0 4px;
    background: url(/gfx/rejsekort.dk/bg/page-bg-footer.png) no-repeat center bottom;
}

#page
{
    width: 990px;
    margin: 0 auto;
    font-size: 1.2em;
    background: #fff;
}
    #top
    {
        min-height: 100px;
        padding: 15px 15px 0 15px;
        position: relative;
    }
        #logo
        {
            float: left;
            top: 15px;
            left: 15px;
        }
            #logo a img { }
        
        #service
        {
            float: right;
            font-size: 11px;
        }
            #service a
            {
                font-size: 11px;
            }
            
            #service-nav
            {
                float: left;
                line-height: 22px;
            }
                #service-nav ul
                {
                    list-style: none;
                    margin: 0;
                }
                    #service-nav li
                    {
                        display: inline;
                        padding: 0 10px 0;
                        background: url(/gfx/rejsekort.dk/pipe-separator-blue.gif) no-repeat scroll 0 50%;
                    }
                    #service-nav li:first-child
                    {
                        background: none;
                    }
                        #service-nav li a
                        {
                        }
        
        #search
        {
            float: right;
            vertical-align: bottom;
            margin-top: 2px;
        }
            #search label
            {
                /*width: 10px;*/
                float: left;
                display: block;
            }
            #search input
            {
            }
            #search .searchText
            {
                height: 15px;
                float: left;
                color: silver;
                font-size: 11px;
                padding: 2px 1px 1px 10px;
                border: 0;
                border-right: 1px solid #00aeef;
                background: url(/gfx/rejsekort.dk/btn/btn-start.gif) no-repeat left top;
            }
                #search .active
                {
                    color: #333;
                }
            
            #search .searchButton
            {
                display: inline;
                float: left;
                margin-left: 1px;
                padding: 0 9px;
                font-weight: bold;
                background: url(/gfx/rejsekort.dk/btn/search.gif) no-repeat 0 0;
            }
                #search .searchButton span
                {
                    display: none;
                }
                    #search .searchButton:hover
                    {
                        text-decoration: none;
                    }
                
        #main-nav
        {
            margin-top: 50px;
            float: right;
        }
            #main-nav .spacer
            {
                float: right;
                height: 55px;
            }
            
            #main-nav ul.top
            {
                margin-right: -15px;
            }
            #main-nav ul
            {
                list-style: none;
                text-align: right;
            }
                #main-nav li
                {
                    display: inline;
                    padding: 0 15px;
                    background: url(/gfx/rejsekort.dk/vertical-seperator-large.png) no-repeat 0 50%;
                }
                #main-nav li.selected > a
                {
                    color: #000;
                }
                #main-nav ul li:first-child
                {
                    background: none;
                }
                    #main-nav li a
                    {
                        color: #000;
                        /*color: #7d7d7d;*/
                        font-family: verdana, arial, sans-Serif;
                        font-weight: bold;
                    }
                        #main-nav li a:hover
                        {
                            color: #000;
                        }
                
                #main-nav ul ul
                {
                    width: 100%;
                    position: absolute;
                    right: 0px;
                    margin-top: 10px;
                    padding-top: 3px;
                    background: url(/gfx/rejsekort.dk/page-splitter-gradient.png) no-repeat center top;
                }
                    #main-nav ul ul li
                    {
                        background: none;
                    }
                        #main-nav ul ul li a
                        {
                            font-size: 11px;
                        }
    
    #breadcrumb
    {
        height: 30px;
        color: #000;
        padding-left: 15px;
        margin: 0 -15px 15px -15px;
        background: url(/gfx/rejsekort.dk/topbar-border-gradient.png) no-repeat center top;
    }
        #breadcrumb ul
        {
            line-height: 28px;
        }
            #breadcrumb a
            {
                /*color: #00aeef;*/
                color: #333;
                text-decoration: underline;
            }
                #breadcrumb .split
                {
                    padding-left: 6px;
                    vertical-align: top;
                    color: #00aeef;
                    font-size: 15px;
                    font-weight: bold;
                }
            
            #breadcrumb span.current
            {
            }
        
    #main
    {
        min-height: 200px;
        padding: 5px 15px;
    }
        #content
        {
            width: 640px;
            float: left;
            margin-right: 15px;
            position: relative;
        }
        #related
        {
            /*float: right;*/
            margin-right: 0;
        }
            #related .column
            {
                margin-right: 0;
            }
        #content h3
        {
            margin-top: 20px;
        }
        
    #footer
    {
        text-align: right;
        padding: 7px 15px 5px;
    }
        #footer-border
        {
            margin-top: 20px;
            width: 100%;
            height: 2px;
            background: url(/gfx/rejsekort.dk/page-splitter-gradient.png) repeat-y center top;
        }
            #links
            {
                float: right;
                margin-right: 20px;
            }
                #links li
                {
                    display: inline;
                    margin-right: 12px;
                    background: url(/gfx/rejsekort.dk/vertical-seperator-large.png) no-repeat 0 50%;
                }
                #links li:first-child
                {
                    background: none;
                }
                #links a
                {
                    font-size: 11px;
                    vertical-align: top;
                    padding-left: 12px;
                }
                
            #patners-logos 
            {
                float: right;
            }

/* Base Grid
----------------------------------------------- */

.column
{
    width: 300px;
    float: left;
    margin-right: 15px;
}
    .content-right
    {
        margin-right: 0;
    }
    
.column-content
{
    width: 615px;
    float: left;
    margin-right: 15px;
}


/* Page Types
----------------------------------------------- */


/* .frontpage */

.frontpage
{
}
    .frontpage #top
    {
        height: 116px;
        background: url(/gfx/rejsekort.dk/page-splitter-gradient.png) no-repeat 0 130px;
    }
        .frontpage #main-nav ul
        {
            margin-bottom: 0;
        }
    
    .frontpage .teaser .image img
    {
        margin-left: 10px;
    }
    
    .frontpage #main
    {
        padding-top: 0;
    }
    
    .frontpage #content
    {
        width: 635px;
    }
    .frontpage #content h1,
    .frontpage #content .column h4
    {
        line-height: normal;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .frontpage .column
    {
        width: 310px;
    }
        .frontpage .right
        {
            margin-right: 0;
        }
    
    
    
    .frontpage .intro,
    .campaignPage .intro
    {
        width: 990px;
        height: 300px;
        margin: 0 -15px;
        overflow: hidden;
        position: relative;
    }
        .campaignPage .intro
        {
            height: 235px;
        }
        .campaignPage #related .intro
        {
            width: auto;
            height: auto;
            margin: 0 0 10px;
        }
        
        .frontpage .intro h1
        {
            color: #fff;
            font-weight: bold;
            font-size: 43px;
            position: absolute;
            left: 13px;
            bottom: 40px;
            z-index: 100;
        }
        .frontpage .intro img.banner
        {
            position: absolute;
        }
     
    .availabilityMap,
    .jumpLinks li,
    #related .intro
    {
        -moz-box-shadow: 1px 1px 1px 0px #ccc;
        -webkit-box-shadow: 1px 1px 0px #ccc;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#c2c1c1', Direction=135, Strength=1);
        zoom: 1;
    }
    

    
    
    /* steps intro module */
    .stepsIntro
    {
        height: 100%;
        float: right;
        color: #fff;
        margin-right: 15px;
        position: relative;
        z-index: 100;
        background: #00AEEF url(/gfx/rejsekort.dk/frontpage/frontpage-box-gradient.png) repeat-x;
    }
        .stepsIntro ol
        {
            float: left;
            margin-right: 15px;
            list-style: none;
            padding-left: 0;
            background: url(/gfx/rejsekort.dk/frontpage-border.gif) repeat-x top left;
        }
        .stepsIntro h2
        {
            font-size: 22px;
            font-weight: bold;
            margin: 15px 10px 8px 15px;
            padding-bottom: 10px;
        }
        .frontpage .stepsIntro h2
        {
            margin: 25px 0 10px 15px;
        }
        .stepsIntro li
        {
            float: left;
            width: 100%;
            height: 68px;
            font-size: 11px;
            font-family: verdana, arial, sans-serif;
            background: url(/gfx/rejsekort.dk/frontpage-border.gif) repeat-x bottom left;
        }
            .stepsIntro li a
            {
                color: #fff;
                font-weight: bold;
                display: block;
            }
            .stepsIntro h3
            {
                font-size: 15px;
                margin: 6px 0 3px;
            }
            .stepsIntro .image
            {
                 float: right;
            }
                .stepsIntro .image img
                {
                }
            
            .stepsIntro li p
            {
                line-height: 15px;
                padding-right: 5px;
                width: 200px;
            }
            
            
            
.frontpage #content #faq_wrapper
{
	width: 310px;
	float: left;
	margin-right: 15px;
}
    .frontpage #content ul.faq
    {
        background: url(/gfx/rejsekort.dk/border-gray.gif) repeat-x top;
    }
	    .frontpage #content ul.faq li:last
	    {
	        background: none;
	    }
    
    
    .frontpage .teaser
    {
        width: 310px;
        height: 107px; /*100*/
        float: left;
        background: url(/gfx/rejsekort.dk/border-gray.gif) repeat-x bottom;
    }
        .frontpage .teaser .text
        {
            height: 65px;
        }
        .frontpage .teaser .image-full
        {
            display: block;
            overflow: hidden;
            height: 95px;
        }
            .frontpage .teaser .image-full img
            {
            }
            
            .frontpage .teaser-full
            {
                height: 155px;
                /*background: none;*/
            }
                .frontpage .teaser-full .text
                {
                    height: 123px;
                }
    
    .frontpage #content .last
    {
        margin-right: 0;
    }
    
    ul.jumpLinks
    {
        list-style: none;
        margin: 0 0 10px;
    }
        ul.jumpLinks li
        {
            margin-bottom: 5px;
            border: 1px solid #6cb2ee;
            background: #fff;
            
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }
            ul.jumpLinks li a
            {
                color: #00AEEF;
                font-size: 19px;
                font-weight: bold;
                display: block;
                padding: 10px 10px;
                background: url(/gfx/rejsekort.dk/arrows/arrow-blue-white.png) no-repeat 90% 50%;
            }
                ul.jumpLinks li a span
                {
                    display: block;
                }
                ul.jumpLinks li a span.info
                {
                    font-size: 12px;
                }
                
                ul.jumpLinks li a:hover
                {
                    text-decoration: none;
                }
                ul.jumpLinks li a:hover span
                {
                    text-decoration: underline;
                }
                ul.jumpLinks li a:hover span.info
                {
                    text-decoration: none !important;
                }
                
                /* filled orange round */
                /*
                .frontpage ul.jumpLinks li.order {
                    background: #fc9b02 url(/gfx/rejsekort.dk/bg/jumplinks-orange-bg-wide.png) no-repeat;
                }
                */
                
                ul.jumpLinks li.order
                {
                    height: 47px;
                    margin: 0 -2px 3px 0;
                    padding-top: 5px;
                    
                    color: #fff;
                    border: 0;
                    background: #fc9b02 url(/gfx/rejsekort.dk/bg/jumplinks-orange-small.png) no-repeat;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    filter: none;

                }
                    ul.jumpLinks li.order.sub
                    {
                        padding-top: 0;
                        margin-right: 0;
                        background-image: url(/gfx/rejsekort.dk/bg/jumplinks-orange-bg-wide.png);
                    }
                    ul.jumpLinks li.order a
                    {
                        color: #fff;
                        background: url(/gfx/rejsekort.dk/arrows/arrow-white-orange.png) no-repeat 262px 50%;
                    }
                       
                ul.jumpLinks li.sub
                {
                    height: 62px;
                }
                
                /* outline orange */
                ul.jumpLinks li.service
                {
                    border-color: #fb9c04;
                }
                    ul.jumpLinks li.service a
                    {
                        color: #fc9b02;
                        background-image: url(/gfx/rejsekort.dk/arrows/arrow-orange-white.png);
                    }
                
                /* filled blue */
                ul.jumpLinks li.price
                {
                    background: #509dd8;
                }
                    ul.jumpLinks li.price a
                    {
                        color: #fff;
                        background-image: url(/gfx/rejsekort.dk/arrows/arrow-white-blue.png);
                    }
                    
                    
/* Campaign Page */  
.campaignPage
{
}
    .campaignPage #top
    {
        height: 116px;
        background: url('/gfx/rejsekort.dk/page-splitter-gradient.png') no-repeat 0 130px;
    }
    
    .campaignPage #main-nav ul.top
    {
        height: 35px;
    }
        .campaignPage #main-nav ul ul
        {
            display: none;
        }

    
    .campaignPage h1
    {
        font-size: 22px;
        font-weight: bold;
    }
        .campaignPage #sharethis
        {
            margin-left: 10px;
        }
    
    .campaignPage #main
    {
        padding-top: 1px;
    }
    
    .campaignPage #content
    {
        width: 610px;
        padding: 10px;
        background: #f3f3f3 url(/gfx/rejsekort.dk/content-round-bg.gif) no-repeat;
    }
    .campaignPage #related
    {
        width: 310px;
    }
        .campaignPage .column
        {
            width: 310px;
        }
    
/* Content Page */
.contentpage
{
}
    .contentpage h1
    {
    }
    
    .contentpage .meta
    {
        font-weight: bold;
        font-family: verdana, arial, sans-serif;
        color: #58574b;
        margin: 15px 0 10px;
        color: #58574b;
    }
        .contentpage .meta em
        {
        }
            .contentpage .meta em.author
            {
                margin-left: 10px;
                padding-left: 10px;
            }


    .article-intro
    {
        font-weight: bold;
        margin-bottom: 15px;
    }
    .article-text
    {
        margin-bottom: 25px;
    }
    
    
    
/* Products */
.products
{
}
    .product
    {
        
    }
    .products-list
    {
        width: 640px;
    }
        #content .products-list
        {
            background: none;
        }
            #content ul.products-list.list > li
            {
                padding: 15px 0 10px 0;
                border-top: 1px solid #d1d3d4 !important;
                background: none;
            }

        #content .products-list h3
        {
            margin-top: 0;
        }
        
        .products-list .image
        {
            float: left;
            margin-right: 20px;
        }
        
        .products-list .description
        {
            float: left;
            width: 300px;
        }
        
        .products-list .details
        {
            float: right;
            width: 175px;
        }
            .products-list .btn
            {
                margin-top: 5px;
            }
            .products-list .btn a
            {
                padding: 0 30px 0 20px;
            }
        
    .single-product
    {
        margin-top: 20px;
    }
    
    
    #main > .row-2columns > .content-left
    {
        width: 665px;
        margin-left: -15px;
        margin-right: 0;
    }
    #main > .row-2columns > .content-right
    {
        width: 325px;
        margin-right: -15px;
        background: #60d0f6 url(/gfx/rejsekort.dk/tagcloud-bg.png) repeat-x;

    }
        #main > .row-2columns .tag-cloud
        {
            color: #fff;
            padding: 10px 10px 0;
        }
            #main > .row-2columns .tag-cloud span
            {
            }
            #main > .row-2columns .tag-cloud a
            {
                color: #fff;
                width: auto;
                white-space: normal;
            }
            
    #main > .row-2columns .content-left,
    #main > .row-2columns .content-right
    {
        height: 222px;
        overflow: hidden;
    }

/* Section page */
.sectionpage #content .content-left,
.sectionpage #content .content-right
{
}

.highlight
{
    color: #f26522 !important;
}

/* tag result page */
#tag-search
{
    margin-top: 20px;
    border-top: 0;
}
    #tag-search h4 a
    {
    }

/* Related content - sidebar */

    
.related-content
{
    margin-top: 15px;
}
  


#related .related-content
{
    margin-top: 0;
    border: 1px solid #e6e7e8;
    background: url(/gfx/rejsekort.dk/bg/listbox-row-gradient.png) repeat-x bottom;
}
    #related .related-content h3
    {
        padding: 5px 0 8px 0px;
        background: url(/gfx/rejsekort.dk/border-gray.gif) repeat-x bottom;
        width: 285px;
        margin-left: 4px;
        margin-bottom: 3px;
    }
    
    #related .related-content .list
    {
        float: left;
        margin-top: 0;
        border: 0;
        padding: 0 4px;
        margin: 0;
    }
        #related .related-content .list li
        {
            width: 290px;
            margin-right: 0;
            background: url(/gfx/rejsekort.dk/border-gray.gif) repeat-x bottom;
        }
            #related .related-content .list li.last
            {
                background: none;
                
            }
            
            
        .related-content .list li
        {
            float: left;
            margin-right: 15px;
            border: 0;
            width: 310px;
        }
        
        #page #content ul.item-teasers 
        {
            background: url(/gfx/rejsekort.dk/border-gray.gif) repeat-x top;
            padding-top: 2px;
        }
            #content ul.item-teasers h4 
            {
                margin-bottom: 2px;
                
            }

        .item-teasers p.image
        {
            margin-top: 5px;
            width: 290px;
            overflow: hidden;
        }

/* subsectionpage */
.products #content .item-teasers,
.subsectionpage #content .item-teasers,
#content .item-teasers
{
    width: 305px;
}

#related .related-content
{
    margin: 0 auto;
}
    #related .related-content .item-teasers
    {
    }
    #related .related-content .item-teasers:last-child
    {
    }
        .related-content .item-teasers li h4
        {
            margin-bottom: 4px;
        }
     
/* List types
----------------------------------------------- */

ul.list
{
    list-style: none;
    border-top: 1px solid #e3e5e5;
    margin-left: 0;
}
    ul.list li.child,
    ul.list > li
    {
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid #e3e5e5;
    }
    
        ul.list h4
        {
            font-weight: bold;
        }
            ul.list h4 a { color: #00aeef; }
        
        ul.list span.date
        {
            font-size: 11px;
        }
        
        ul.list > p
        {
            margin-bottom: 5px;
        }


/* Page Elements
----------------------------------------------- */

/* gallery image */

td.image
{
    border: 1px solid #e6e7e8;
    text-align: center !important;
    width: 150px !important;
    padding: 15px 10px;
    vertical-align: middle;
    background: url(/gfx/rejsekort.dk/bg/box-bottom-gradient.png) repeat-x bottom;
}
    td.image p
    {
        text-align: center !important;
        margin: 0;
    }

/* Frontpage */

.campaign
{
    float:left;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
    .campaign h3
    {
        margin-bottom: 5px;
    }
    .campaign .campaign-flash
    {
        margin-top: 35px;
        border: 4px solid #d8d8d8;
        padding: 1px;
        line-height: 0;
        background: #b1b4b5;
    }


.newslist li h5
{
    font-weight: normal;
}


/* Searchpage */

/* Paging */
ul.paging 
{
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
	list-style-type: none;
	text-align: center;
}
	ul.paging li 
	{
		display: inline;
		margin: 0 0 0 5px;
	}
	    ul.paging li a 
	    {
	    }
	    ul.paging li.previous 
	    { 
	        margin-right: 5px; 
	    }
	        ul.paging li.previous a 
	        {
		        padding: 0 0 0 8px;
		        font-weight: bold;
	        }
	        
	    ul.paging li.next 
	    { 
	        margin-left: 10px; 
	    }
	        ul.paging li.next a 
            {
	            padding: 0 8px 0 0;
	            font-weight: bold;
            }
                
	    ul.paging li span 
	    { 
	        display: none; 
	    }


/* Generic Elements
----------------------------------------------- */

#sharethis
{
    float: right;
}
    #sharethis .stbutton:active
    {
        outline: 1px !important;
    }
    #sharethis .stbutton:focus
    {
        outline: 0;
    }
    #sharethis .stframe
    {
         height: 300px;
    }

.box
{
    margin-bottom: 20px; 
}  

/* news item */
.news-item
{
    margin-bottom: 15px;
}
    .news-item p
    {
        margin-bottom: 5px;
    }
    
    .news-item h4
    {
    }
        .news-item .date
        {
            font-size: 11px;
        }
        
        
.element
{
    margin-bottom: 20px;
}

/* tag cloud */
.tag-cloud
{
    height: 210px;
    position: relative;
    line-height: 25px;
}
    .tag-cloud h3
    {
        text-transform: uppercase;
    }
    .tag-cloud a
    {
        margin-right: 10px;
    }
    .tag-cloud a.more
    {
        position: absolute;
        right: 15px;
        bottom: 0;
    }
    
    
    .tag-cloud .tagsize0 { font-size: 13px; }
    .tag-cloud .tagsize1 { font-size: 15px; }
    .tag-cloud .tagsize2 { font-size: 18px; }
    .tag-cloud .tagsize3 { font-size: 19px; }
    .tag-cloud .tagsize4 { font-size: 23px; }

/* basic list */

dl.list
{
    margin: 0 0 25px 0;
    border-bottom: 1px solid #e3e5e5;
    float: left;
}
    dl.list dt,
    dl.list dd
    {
        border-top: 1px solid #e3e5e5;
    }
    
    dl.list dt
    {
        width: 230px;
        float: left;
        padding: 5px 0;
    }
    dl.list dd.date
    {
        width: 80px;
        float: right;
        font-size: 0.95em;
        text-align: right;
        margin: 0;
        padding: 5px 0;
    }



/* teaser */
.teaser
{
    float: left;
    width: 300px;
    margin-right: 15px;
    margin-bottom: 10px;
    min-height: 90px;
}
    .teaser h4
    {
        font-size: 16px;
        margin: 0 0 6px;
    }
    .teaser p
    {
        /*float: left;*/
        
    }
    .teaser .text
    {
        float: left;
        width: 230px;
        margin-bottom: 5px;
    }
    .teaser .image
    {
        float: right;
    }
    .teaser p a
    {
        font-weight: bold;
    }
        
        .btn
        {
            float: left;
            margin-right: -4px;
            padding-right: 0;
            padding-bottom: 1px;
            position: relative;
            white-space: nowrap;
            background: url(/gfx/rejsekort.dk/btn/btn-start.gif) no-repeat left top;
        }
            .btn a
            {
                display: block;
                padding: 0 24px 0 10px;
                font-weight: bold;
                background: url(/gfx/rejsekort.dk/btn/btn-end.gif) no-repeat 100% 49%;
            }
                .btn a:hover
                {
                    text-decoration: none;
                }

ul.item-teasers
{
}
    ul.item-teasers li
    {
        width: 305px;
    }
        ul.item-teasers li.last
        {
            margin-right: 0;
        }
        .item-teasers p.image
        {
            height: 90px;
            overflow: hidden;
        }
        .item-teasers h4
        {
        }
        .item-teasers p
        {
            margin-bottom: 5px;
        }

/* additional teasers */
.additional.list
{
    border-top: 0;
}
    .additional.list li
    {
        border-bottom: 0;
    }
    
.item-teasers.list
{
     border-top: 0;
}

/* Miscellaneous
----------------------------------------------- */


.newslist
{
}
    .newslist h3
    {
        margin-bottom: 2px;
    }
    .newslist li.headline h4
    {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 2px;
    }
    .newslist h4
    {
        margin-top: -2px;
    }


#content ul.list
{
    border: 0;
    background: none;
}
    #content ul.list > li
    {
        border: 0;
        background: url(/gfx/rejsekort.dk/border-gray.gif) repeat-x bottom;
    }
    #content ul.list p.image
    {
        margin-bottom: 5px;
    }
    #content ul.list li.simple h4
    {
        margin-bottom: 0;
    }
    #content ul.list > li p
    {
        margin-bottom: 5px;
    }
    #content ul.list li.simple a
    {
        font-size: 13px;
        font-weight: normal;
    }
    
.iframe_page
{
	height: 500px;
    /*float: left;*/
}

/* Availability Map */
.availabilityMap
{
    padding: 5px;
    background: #D8D8D8;
}
    .availabilityMap h4
    {
        color: #4b4b4b;
        padding-left: 10px;
        font-weight: bold;
        position: relative;
        zoom: 1;
    }
    .availabilityMap p
    {
        margin: 0;
    }
    .availabilityMap .map
    {
        line-height: 0;
    }
        .availabilityMap .map img
        {
            border: 1px solid #b1b4b5;
        }


.google_map
{
    width: 665px;
    height: 240px;
}
    .map-options
    {
        margin: 0 0 10px 0;
    }
        .map-options li
        {
            display: inline;
            margin-right: 15px;
        }

    .google_map .loading
    {
        padding: 1em; 
        color: gray;
    }
    .map-btn
    {
        padding: 2px 4px;
        color: #6784c7;
        border: 1px solid #b6b6b6;
        background: #fff;
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        -moz-border-radius: 4px;
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 4px;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }
        .map-btn a
        {
            color: #6784c7;
            display: block;
        }
    
    .map-btn-disabled
    {        
        opacity: .8;
    }
        .map-btn-disabled a
        {
            color: gray;
            cursor: default;
            outline: 0;
        }
        .map-btn-disabled a:hover
        {
            text-decoration: none;
        }
    
/* Clearing */
.clearfix:after 
{
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix { display: block }
* html .clearfix { height: 1px; }


.accessibility 
{
	position: absolute;
	top: -999em;
	left: -999em;
}

ul.inline,
ol.inline
{
    margin: 0;
    padding: 0;
    list-style: none;
}
    ul.inline li,
    ol.inline li
    {
        float: left;
        margin: 0 8px 0 0;
    }



.faqs
{
}
    .faqs h2
    {
        font-size: 18px;
    }

dl.faq
{
    margin-bottom: 15px;
}
    dl.faq dt
    {
        margin-bottom: 5px;
    }
        dl.faq dt a:focus
        {
            outline: 0;
        }
        dl.faq dt a:active
        {
        }
    
    dl.faq dd
    {
        margin: 0 0 5px 0;
    }
    

dl.view 
{
	margin: 0 0 15px 0;
}
	dl.view dt 
	{
		clear: both;
		margin: 0 0 5px 0;
		font-size: 1.1em;
		color: #333;
	}
	dl.view dt a 
	{
		padding: 0 9px 0 0;
		color: #333;
		background: url('../gfx/bullet/bullet.png') no-repeat 100% 55%;
	}
	dl.view dd 
	{
		margin: 0 0 20px 0;
	}
	dl.view dd img 
	{
		float: left;
		margin: 0 18px 20px 0;
	}


/* search results */

    p.search-summary
    {
    }
    
    div.search dt
    {
        padding-top: 8px;
    }
	    div.search dt a
	    {
	        font-weight: bold;
	    }
	
	div.search dl
	{
	    width: 100%;
	}
	
	div.search dd
	{
	    border: 0;
	}
	div.search dl.list .first
	{
	    border-top: 0;
	}
	div.search dl.list dt 
	{
		float: none;
		width: auto;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	div.search dl.list dd.image 
	{
		float: left;
		margin: 0 10px 0 0;
	}
	div.search dl.list dd.excerpt 
	{
		margin: 0 0 5px 0;
	}
	div.search dl.list dd.url 
	{
		clear:both;
		margin: 0 10px 10px 0;
	}
	div.search dl.list em 
	{
		color: #333;
		font-weight: bold;
		font-style: normal;
		padding: 0px 2px;
		-webkit-border-radius: 4px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}

   
   /* google map legend (label/signature) */
   
    div.map-label
    {
        padding: 2px 4px;
        color: #000;
        border: 1px solid #b6b6b6;
        font-size: 10px;
        font-weight: bold;
        line-height: 11px;
        background-image: url(/gfx/rejsekort.dk/bg/trans_white33.png);
    }
        

    div.map-label-signature
    {
        position: relative;
        margin-right: 5px;
        width: 10px;
        height: 10px;
        border: 1px solid gray;
        float: left;
    }
    div.map-label-frontpage
    {
        padding: 2px 2px;
        color: #6D6F64;
        font-size: 1em;
        line-height: 11px;
        background-image: url(/gfx/rejsekort.dk/bg/trans_white33.png);
    }
        

    div.map-label-frontpage-signature
    {
        position: relative;
        margin-right: 5px;
        width: 10px;
        height: 10px;
        border: 1px solid gray;
        float:left;
    }


