/* reset */
*
{
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "arial", "Verdana";
    color: #555555;
    border-collapse: collapse;
    border: none;
    font-size: 11px;
    font-weight: normal;
}


/* basic */
p
{
    padding-bottom: 10px;
    text-align: justify;
}

.alert
{
	display: block;
	color: red;
	padding: 2px;
	border: 1px solid red;
}

b
{
    font-weight: bold;
}
div.clearer
{
    height: 0px;
    display: block;
    clear: both;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 0px;
    visibility: hidden;
}
a
{
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
h1, h3
{
    font-size: 20px;
    color: maroon;
    background-image: url('ttm_bgH1.jpg');
    background-position: 0px 100%;
    background-repeat: no-repeat;
    padding: 24px 6px 6px 6px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: normal;
}
h2
{
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
h3
{
    font-size: 13px;
    background-image: none;
    text-align: left;
    padding-bottom: 3px;
    border-bottom: 1px dotted maroon;
    padding-left: 0px;
}

input, select, textarea
{
    background-color: white;
    border: 1px solid #aaaaaa;
    margin-bottom: 3px;
    padding: 2px;
    color: #666666;
}
    select option
    {
        color: #666666;
    }
input#submit, input.input-search-button, input[type=submit]
{
    display: inline;
    padding: 3px 10px;
    margin-top: 4px;
    border: 1px solid #999999;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}
input.input-search-button:hover
{

}
input[type=hidden]
{
    background-color: transparent;
    height: 0px;
    visibility: hidden;
    width: 0px;
    float: left;
    border: none;
}
hr
{
    height: 0px;
    display: block;
    border: 1px dashed maroon;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* hierarchie */
body
{
    background-color: #ebeaeb;
    background-image: url('ttm_bgWrapper.jpg');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: fixed;

}
    div.wrapper
    {
        width: 1020px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;        
    }
        div.header
        {
            display: block;
            width: 1020px;
            height: 201px;
            background-image: url('ttm_bgHeader.png');
            background-repeat: no-repeat;
        }
        div.content
        {
            display: block;
            width: 980px;
            padding: 0px 20px;
            background-image: url('ttm_bgContent.png');
            background-repeat: repeat-y;
            overflow: visible;
            overflow-x: hidden;            
        }

            /* left content */
            div.left-content
            {
                margin-top: 15px;
                width: 160px;
                float: left;
                margin-right: 20px;
                overflow: visible;
                overflow-x: hidden;                
            }

                /* menu */
                div.left-content div.menu-header
                {
                    margin-top: 20px;
                    display: block;
                    margin-bottom: 10px;
                    height: 52px;
                    background-image: url('ttm_kopContentRight.jpg');
                    background-repeat: no-repeat;
                    text-indent: 10px;
                    line-height: 54px;
                    font-size: 13px;
                    color: maroon;
                    text-transform: uppercase;
                }
                div.left-content a.menu
                {
                    display: block;
                    padding: 3px 3px 3px 28px;
                    border-bottom: 1px solid #dddddd;
                    background-image: url('ttm_item.jpg');
                    background-repeat: no-repeat;
                    background-position: 10px 7px;
                    color: black;
                    font-style: italic;
                }
                div.left-content a.menu:hover
                {
                    background-color: #f3f3f3;
                    text-decoration: none;
                    color: maroon;
                }
                
                /* quicksearch form */
                div.left-content form input
                {
                    width: 154px;
                }
                div.left-content form select
                {
                    width: 160px;
                }
                div.left-content input.input-search-button
                {
                    border: none;
                    padding: 0px;
                    font-weight: bold;
                    text-align: right;
                    width: 160px;
                    color: black;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }
                div.left-content input.input-search-button:hover
                {
                    color: maroon;
                }

            /* center content */
            div.center-content
            {
                width: 630px; /* width: 620px; */
                padding-bottom: 50px;
                float: left;                
            }

                /* vanwege domme bug in code */
                div.center-content > div.content
                {
                    width: auto;
                    padding: 0px;
                    background-image: none;                                        
                }

                div.center-content h1
                {
                    margin-right: 10px;
                }
                div.center-content ul li
                {
                    line-height: 20px;
                }
                div.center-content > p, div.center-content p
                {
                    margin-right: 10px;
                    line-height: 20px;
                    width: 620px;
                    text-align: justify;
                }
                    div.center-content p a
                    {
                        text-decoration: underline;
                    }
                    div.center-content p object
                    {
                        display: block;
                        text-align: center;
                    }
                    div.center-content ul
                    {
                        margin: 5px 10px 5px 40px;
                    }
                        div.center-content p ul li
                        {
                            padding-bottom: 2px;
                        }

                /* input sizes */
                div.center-content textarea
                {
                    width: 400px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					height: 100px;
                }
                div.center-content .input_long
                {
                    width: 400px;
                }
                div.center-content .input_medium
                {
                    width: 300px;
                }
                div.center-content .input_short
                {
                    width: 189px;
                }
                div.center-content .input_date_xx
                {
                    width: 45px;
                }
                div.center-content .input_date_xxxx
                {
                    width: 60px;
                }
                div.center-content input.inputbutton
                {
                    
                }


                /* product */
                div.center-content table tr td
                {
                    padding: 3px;
                }
                div.center-content table tr td.caption
                {
                    font-weight: bold;
                    padding-right: 40px;
                }
                table.productlist
                {
                    width: 630px;
                    overflow: hidden;
                    margin-top: 0px;                    
                }
                    table.productlist tr td
                    {
                        width: 50%;
                        padding-bottom: 10px;
                    }
                        table.productlist tr td div.product
                        {
                            border: 1px solid #dddddd;
                            margin-right: 10px;
                            width: 303px;
                            height: 190px;
                        }
                            div.product div.product-title
                            {
                                width: 303px;
                                background-image: url('ttm_bgProductTitle.jpg');
                                background-repeat: no-repeat;
                                background-position: 0px 100%;                                
                            }
                                div.product div.product-title a.product-title
                                {
                                    display: block;
                                    border-bottom: 1px solid #dddddd;
                                    padding: 5px 5px 5px 10px;
                                    background-image: url('ttm_item.jpg');
                                    background-repeat: no-repeat;
                                    background-position: 1px 1px;
                                    text-transform: uppercase;
                                    color: maroon;
                                    font-weight: normal;
                                    font-size: 13px;
                                }
                                div.product div.product-title a.product-title:hover
                                {
                                    color: black;
                                    text-decoration: none;                                    
                                }

                            div.product div.product-image
                            {
                                width: 121px;
                                height: 121px;
                                float: left;
                            }
                                div.product div.product-image a
                                {
                                    display: block;
                                    height: 100px;
                                    width: 100px;
                                    overflow: hidden;
                                    margin: 10px;
                                    border: 1px solid #dddddd;
                                }
                                div.product div.product-image a:hover
                                {
                                    border: 1px solid maroon;
                                }
                                    div.product div.product-image a img
                                    {
                                        width: 100px;
                                        height: 100px;
                                    }
                                    div.product div.product-image a:hover img
                                    {
                                        
                                    }
                            div.product div.product-description
                            {
                                display: block;
                                width: 172px;
                                margin-top: 10px;
                                margin-right: 10px;
                                float: right;
                                height: 120px;
                                overflow: hidden;
                            }
                                div.product div.product-description p
                                {
                                    text-align: justify;
                                    padding-bottom: 0px;
                                    width: 172px;
                                    margin-right: 0px;
                                    line-height: 16px;
                                }                                
                                div.product div.product-description p a
                                {
                                    margin-top: 3px;
                                    display: block;
                                    color: maroon;
                                    text-transform: lowercase;
                                }
                            div.product div.product-footer
                            {
                                
                            }
                                div.product div.product-footer div.product-price
                                {
                                    display: block;
                                    float: left;
                                    margin-left: 10px;
                                    height: 20px;
                                    color: maroon;
                                    width: 120px;
                                }
                                div.product div.product-footer div.product-book
                                {
                                    display: block;
                                    float: right;
                                    width: 150px;
                                    text-align: right;
                                    margin-left: 10px;
                                    margin-right: 10px;
                                }

                                    div.product div.product-footer div.product-book input
                                    {
                                        text-align: center;
                                        width: 150px;
                                        font-weight: bold;
                                        padding: 2px;
                                        display: block;
                                        text-transform: lowercase;
                                        cursor: pointer;
                                        background-image: url('ttm_item.jpg');
                                        background-repeat: no-repeat;
                                        background-position: 1px 1px;
                                    }
                                    div.product div.product-footer div.product-book input:hover
                                    {
                                        border: 1px solid black;
                                    }

                /* page switch */
                div.navigator
                {
                    margin-top: 20px;
                    display: block;
                    height: 20px;
                }
                    div.navigator div.nav-page, div.navigator div.nav-page-selected
                    {
                        float: left;

                        display: block;
                        height: 20px;
                        width: 20px;
                        text-align: center;
                        line-height: 20px;
                        font-weight: bold;
                        background-color: #f3f3f3;                        
                    }
                    div.navigator div.nav-page-selected
                    {
                        background-color: maroon;
                        color: white;
                    }
                                    
                /* step */
                div.step
                {
                    display: block;
                    float: right;
                    margin-right: 10px;
                    font-weight: bold;
                    color: maroon;
                }



                /* product info page */
                div.center-content div.content > h1
                {
                    background-image: none;
                    text-align: left;
                    border-bottom: 1px solid maroon;
                    padding-left: 0px;
                }
                div.center-content div.content > p
                {
                    
                }
                img.product-image-large
                {
                    float: left;
                    padding: 5px;
                    border: 1px solid #999999;
                    width: 225px;
                }
                div.product-programma
                {
                    float: right;
                    width: 380px;
                    
                }
                    div.product-programma table
                    {
                        width: 100%;
                    }
                        div.product-programma table tr td
                        {
                            padding: 3px;
                        }
                        div.product-programma table tr td.caption
                        {
                            width: 100px;
                        }
                            div.product-programma table tr td input.inputbutton
                            {
                                font-weight: bold;
                                padding: 3px 10px;
                                cursor: pointer;
                                color: maroon;
                            }
                            div.product-programma table tr td input.inputbutton:hover
                            {
                                border-color: maroon;
                            }
                /* mijn opties overzicht */

                table.mb-table
                {
                    width: 100%;
                }
                    table.mb-table tr
                    {

                    }
                        table.mb-table tr td
                        {
                            border: 1px solid #dddddd;
                        }
                    table.mb-table tr.mb-header
                    {
                        background-color: #999999;
                        color: white;
                    }                        
                        table.mb-table tr.mb-header td
                        {
                            color: white;
                            font-weight: bold;
                            padding-bottom: 5px;
                        }
                    table.mb-table tr.mb-row-odd
                    {
                        
                    }
                    table.mb-table tr.mb-row-even
                    {
                        background-color: #f5f6f6;
                    }


            /* right content */
            div.right-content
            {
                margin-top: 35px;
                margin-left: 10px;
                float: right;
                width: 160px;
                overflow: visible;
                overflow-x: hidden;
            }

                div.right-content table.toplist-table
                {
                    margin-bottom: 20px;
                    width: 160px;
                }
                    div.right-content table.toplist-table tr td.toplist-header
                    {
                        display: block;
                        margin-bottom: 10px;
                        height: 52px;
                        background-image: url('ttm_kopContentRight.jpg');
                        background-repeat: no-repeat;
                        text-indent: 10px;
                        line-height: 54px;
                        color: maroon;
                        text-transform: uppercase;
                    }
                    div.right-content table.toplist-table tr td.toplist-line
                    {

                    }
                        div.right-content table.toplist-table tr td.toplist-line a
                        {
                            display: block;
                            padding: 2px 0px;
                            color: #777777;
                        }
                        div.right-content table.toplist-table tr td.toplist-line a:hover
                        {
                            color: maroon;
                            text-decoration: none;
                            background-color: #f3f3f3;
                        }

        div.footer
        {
            height: 20px;
            width: 1024px;
            background-image: url('ttm_bgFooter.png');
            background-repeat: no-repeat;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }
		