﻿/* Default CSS Stylesheet for a new Web Application project */
    /* <!-- */
	html,
	body 
	{
	    background: #CD558D;
		margin:0;
		padding:0;
		height:100%;
		background-image: url('img/background.gif');
		background-repeat: repeat-x;
		background-attachment: fixed;
		font-family: Arial, Verdana;
		font-size: 10pt;
	}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
		padding:10px;
	}
	#body {
		padding:10px;
		padding-bottom:88px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:88px;			/* Height of the footer */
		background: url('img/footer_background.gif');
	}
    td 
    {
	    font-family: Arial, Verdana;
	    font-size: 10pt;
	    font-style: normal;
    }

    h1 
    {
	    font-family: Arial, Verdana;
	    color: #FFFFFF;
    }

    input.text 
    {
	    padding-left: 2px;
	    border: 1px solid;
	    border-color: #c0c0c0 #fff #fff #c0c0c0;
	    background-color: #f5f5f5;
	    width: 15em;
	    background-image: url('img/txtBox.gif');
	    background-repeat: repeat-x;
	    color: #64022F;
    }

    select
    {
	    padding-left: 2px;
	    border: 1px solid;
	    border-color: #c0c0c0 #fff #fff #c0c0c0;
	    background-color: #FFABD2;
	    width: 15em;
	    color: #64022F;
    }

    option 
    {
	    padding-left: 2px;
	    border: 1px solid;
	    border-color: #c0c0c0 #fff #fff #c0c0c0;
	    background-color: #FFABD2;
	    width: 15em;
	    color: #64022F;
    }
    
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
    .CompanyInfo
    {
	    font-family: Arial, Verdana;
	    font-size: 10pt;
	    font-style: normal;
	    color: #FFFFFF;
    }

    a 
    {
	    color: #FFABD2;
    }
    
    .ProductName
    {
        font-family: Arial, Verdana;
        font-size: 20pt;
        font-style: normal;
        font-weight: bold;
        color: #FF0076;
    }
    
    .ProductDesc
    {
        font-family: Arial, Verdana;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        color: #FF79B7;
    }
    
    .ProductPrice
    {
        font-family: Arial, Verdana;
        font-size: 40pt;
        font-style: normal;
        font-weight: bold;
        color: #FFB5D7;
    }
    
    .TilbudsPris
    {
        font-family: Arial, Verdana;
        font-size: 40pt;
        font-style: normal;
        font-weight: bold;
        color: #88FF88;
    }
    
    td.ProductTable
    {
        background-color: #C75087;
        background-image: url('img/productListing/prodTable_fill.gif');
        background-attachment: scroll;
        background-repeat: repeat-x;
    }
    	
    .ErrorMessage .MessageText
    {
	    background:#f2e7e7;
	    border: 1px #dcc6c6 solid;
	    background-image: url('http://www.towahmc.com/Resources/images/error.gif');
	    background-position: 11px 9px;
	    background-repeat:no-repeat;
    }

    .OkMessage .MessageText
    {
	    background:#ebf5e5;
	    border: 1px #bbd6aa solid;
	    background-image: url('http://www.towahmc.com/Resources/images/check.gif');
	    background-position: 11px 9px;
	    background-repeat:no-repeat;
	    color: Gray;
	    text-decoration: none;
    }

    .InfoMessage .MessageText
    {
	    background:#98deff;
	    border: 1px #6599cb solid;
	    background-image: url('http://www.towahmc.com/Resources/images/hourglass.gif');
	    background-position: 11px 9px;
	    background-repeat: no-repeat;
	    color: Black;
	    text-decoration: none;
    }

    .WarningMessage .MessageText
    {
	    background: #FCF6C5;
	    border: 1px #F2E579 solid;
	    background-image: url('http://www.towahmc.com/Resources/images/warning.png');
	    background-position: 11px 9px;
	    background-repeat: no-repeat;
	    color: Black;
	    text-decoration: none;
    }

    .MessageText 
    {
	    font-family: Verdana, Helvetica, sans-serif;
	    font-size: x-small;
	    color: black;
	    font-style:normal;
	    font-weight: bold;
	    padding-right: 10px;
	    padding-left: 55px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    vertical-align:top;
	    height: 30px;
	    margin-top:6px;
	    width: 100%;
    }
    
    #menucase ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:200px;}
    #menucase ul.vert-one li{margin:0;padding:0;background: url('img/productListing/bulletPoint.png') no-repeat 0 9px;}
    #menucase ul.vert-one li a{font-family:Arial,Verdana;font-size:12pt;display:block;text-decoration:none;color:#FFFFFF;padding:0 0 0 20px;width:180px;}
    #menucase ul.vert-one li a:hover{background:#CD5580 url('img/productListing/bulletPoint.png') no-repeat 0 9px;border: solid 1px #64022F;}
    #menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#CD5580 url('img/productListing/bulletPoint.png') no-repeat 0 9px;border: solid 1px #64022F;}
	/* --> */