/* Telio CSS Document */


/********************************************************
* Global Layout Rules
********************************************************/

* { margin: 0; padding: 0; outline: none; }

img { border: 0; }

body {
    background-color: #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    /*background-image: url(../images/telio_bg_tile.gif);
    background-repeat: repeat;
    background-position: left top; */
        /* text-align: center; */
    margin: 0px;
    padding: 0px;
    border: 0px;
}


#container {
    width: 978px;
    margin: 0em auto;
    text-align: left;
    position: relative;
    border: 1px solid #b2b2b2;
    margin-bottom: 7px;
}

#container_inner {
    width: 978px;
}

#left_menu_container {
        width: 191px;
        margin-right: 10px;
        float:right;
	text-align: left;
        // clear: both;
}

div.contain_clear {
    position: relative;
    clear: both;
}

p.linebreak {
    padding: 15px 0;
}

/*div.menu_separator {
	background: url(../images/menu_dots.gif) no-repeat top left;
	width: 20px;
	height: 20px;
	display: inline;
}*/


/********************************************************
* Header
********************************************************/

#header, #logo, #logo h1, #logo a { height: 90px; }
#header, #header_bottom { margin: 0 0px 0 0px; }

#header {
        background: url(../images/header-bg.png) no-repeat;
        width: 100%;
        height: 90px;
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
        clear:both;
}
#searchbar {
        background: url(../images/top-search-bkg.gif) repeat-x;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        height: 28px;
        padding-left: 10px;
        padding-right: 10px:
}
#searchbar_intro {   
        width: 90px;
        float: left;
        padding-top: 8px;
        padding-left: 3px;
        margin: 0px;
}

    
#searchbar_search {
        width: 210px;
        float: left;  
        padding: 0px:
        margin: 0px;
}
#searchbar_links {  
        padding-top: 7px;
        width: 650px;
        text-align: right;
        float: left;
    
}
 
#searchbar a {
        text-decoration: none;
        font-weight: bold;
        color: #333;
        text-align: right;
}
#searchbar a:hover {
        text-decoration:underline;
}


/*#logo {
    width: 310px;
    position: relative;
    float: left;
    margin-left: 20px;
}
#logo h1 {
    width: 310px;
    text-indent: -9999px;
        margin: 0px 0px 0px 25px;
    background: transparent url(../images/telio_logo.jpg) top left no-repeat;
}*/

#headerBanner {
    vertical-align: middle;
    position: absolute;
    right: 16px;
    top: 14px;
    text-align: right;
    width: 468px;
}

#header_bottom {
    width: 810px;
    height: 1px;
}


/*************************************************
* frontpage
*************************************************/
/*************************************************
* frontpage
*************************************************/

#front_btm_box {
        background: url(../images/front_btm_box.gif) no-repeat;
        width: 756px;
        height: 298px;
        margin-top: 10px;
}

#front_btm_box_norge { 
        background: url(../images/front_btm_box_norge.gif) no-repeat;
        width: 756px;
        height: 298px;
        margin-top: 10px;
}

        
#front_btm_1 {
        width: 350px;
        padding-left: 15px;
 	padding-right: 10px;
        padding-top: 15px;
        float: left;
}
#front_btm_2 {
 	width: 350px;
        padding-left: 20px;
 	padding-right: 10px;
        padding-top: 15px;
        float: left;
}

#front_btm_3 {
	width: 237px;
        padding-left: 5px;
        padding-right: 10px;
 	padding-top: 5px;
        float: left;
}

#front_btm_smb1 {
        width: 338px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        float: left;
}
#front_btm_smb2 {
        width: 338px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        float: left;
}

#front_price_placement_smb{  
        text-align: right;
        position: absolute;
        bottom: 35px;
        margin-left: 240px;
}        

#front_price_placement1{
 	text-align: left;
        padding-left: 20px;
}
    
#front_price_placement2{
        text-align: left;
        padding-left: 20px;
}

#front_price_placement3{
        text-align: left;
        padding-left: 20px;
}   

.front_small_price {
        font-weight: bold;
        font-size: 26px;
        color: #333333;
}

.front_price {
        font-weight: bold;
        font-size: 46px;
        color: #333333;
}

/*************************************************
* section 1
*************************************************/

#section_1 {
width: 810px;
height: 241px;
/*background: url(../images/bildefelt.jpg) no-repeat; */
padding-top: 0px;
}

/*************************************************
* section 2
*************************************************/

#section_2 {
        width: 760px;
        padding-top: 0px;
        margin-left: 10px;
}
        
        
#section_2 #page-content{
padding-left: 0px;
padding-top: 8px;
margin:0px;
}


/*************************************************
* Large box
*************************************************/

div.largeBox { 
	width: 527px;
	background: url(../images/l-box_gradient.jpg) repeat-x left bottom;
	margin: 0 0 6px 0;
}

	div.largeBox div.largeBoxTop {
		background: url(../images/l-box_top.jpg) no-repeat left top;
		height: 8px;
		padding: 0;
		margin: 0;
		font-size: 0.1em;
		/*border: 1px solid red;*/
	}
  
	div.largeBox div.largeBoxContent {
		background: url(../images/l-box_tile.gif) repeat-y left top;
		/*border: 1px solid green;*/
	}
	
		div.largeBox div.largeBoxContent p {
			margin: 0.0em 1.0em 1.0em 1.0em;
		}

	div.largeBox div.largeBoxBottom {
		background: url(../images/l-box_bottom.jpg) no-repeat left bottom;
		height: 5px;
		/*border: 1px solid blue;*/
		font-size: 0.1em;
	}

	div.largeBox a a:hover a:visited {
		text-decoration: none;
	}

div#l_box { 
	width: 527px;  
	margin: 0px; 
	float: left;
	background-image: url(../images/l-box_gradient.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*border: 1px solid red;*/
}
	
	div#l_box img {}

        /*div#l_box div#l_box_top { 
		width: 527px; 
		padding: 0px 0px 0px 0px;
		border: 1px solid purple;
	}*/

        div#l_box div#l_box_center {
		margin: 0px;
		padding: 0px;
		text-indent: 0px;
		/*width: 525px;  
		padding: 0px 0px 0px 0px;
		background-image: url(../images/l-box_tile.gif);
		background-repeat: repeat-y;
                background-position: left top;*/
		
		background-repeat: repeat-x;
		background-image: url(../images/l-box_tile.gif);
		
		/*background-color: transparent;*/
		width: 527px;
		/*float: left;*/
		/*border: 1px solid purple;*/
	}
	
	div#l_box div#l_box_center div.search-box-content { 
		padding: 10px;
	}

        div#l_box div#l_box_bottom { 
		width: 527px;  
		padding: 0px 0px 0px 0px
	}
/*************************************************
* Small box
*************************************************/
div.smallBox {
	width: 222px;
	background: url(../images/l-box_gradient.jpg) repeat-x left bottom;
}

	div.smallBox div.smallBoxTop {
		background: url(../images/s-box_top.gif);
		height: 8px;
		font-size: 0.1em;
	}

	div.smallBox div.smallBoxContent {
		background: url(../images/s-box_tile.gif) repeat-y left top;
 		/*border: 1px solid green;*/
	}

		div.smallBox div.smallBoxContent p {
			margin: 0.0em 1.0em 0.0em 1.0em;
		}

	div.smallBox div.smallBoxBottom {
		background: url(../images/s-box_bottom.gif) no-repeat left bottom;
		height: 4px;
		/*border: 1px solid blue;*/
		font-size: 0.1em;
	}

	div.smallBox a {
		text-decoration: none;
	}
	div.smallBox a:hover {
		text-decoration: none;
	}
	div.smallBox a:visited {
		text-decoration: none;
	}

	div.largeBox p {
		margin: 0.0em 1.0em 0.0em 1.0em;
	}

/*************************************************
* Left:menu box
*************************************************/
div.left_menu {
        width: 191px;
	text-align: left;
}
        div.left_menu div.left_menu_top {
                background: url(../images/left_menu_top.gif) no-repeat;
                height: 6px;
                font-size: 0.1em;
        }
        
        div.left_menu div.left_menu_content {
                font-size: 11px;
		text-align: left;
                background: url(../images/left_menu_content.gif) repeat-y;
                min-height: 535px;
        }
        div.left_menu div.left_menu_hr {
                height: 1px;
                background: url(../images/left_menu_hr.gif) no-repeat;
                margin-top: 10px; 
                margin-bottom: 9px;
        }
        
                div.left_menu div.left_menu_content p {
                        margin: 0.0em 0.0em 0.0em 10px;
                } 
        
        div.left_menu div.left_menu_bottom {
                background: url(../images/left_menu_bottom.gif) no-repeat left bottom;
                height: 6px;
                font-size: 0.1em;
        }

        div.left_menu a {
                text-decoration: underline;
        }
        div.left_menu a:hover {
                text-decoration: underline;
        }
        div.left_menu a:visited {
                text-decoration: underline;
        }
                
div.left_menu_qa {
        min-height: 55px;
        background: url(../images/left_menu_qa.png) no-repeat right top;
}
div.left_menu_rr {
        min-height: 55px;
        // background: url(../images/left_menu_rr.png) no-repeat right top;
}
div.left_menu_nb {
        min-height: 55px;
        background: url(../images/left_menu_nb.png) no-repeat right top;
}
div.left_menu_mp {
        min-height: 55px;
        background: url(../images/left_menu_mp.png) no-repeat right top;
}

/*************************************************
* section 3
*************************************************/
#section_3 { width: 810px; background: #ffffff; padding: 0px 0 0px 0;}
                
        #section_3_left { width: 259px; float: left; }
                
        #section_3_center { width: 530px; float: left; padding: 0px 0px 0px 0px; }
        
        #section_3_center_long { width: 764px; float: left; padding: 0px 0px 0px 0px; }
                
        #section_3_right {
                width: 223px;
                float: left;
                margin: 8px 0 0 3px}
                
#pure_picks { margin-right: 0px; }
div.promo_pick_name {
        margin: 0 0 6px 0;
}
                
#login_box {
        margin: 0;
        width: 245px;
        height: 139px;
        background-image: url(../images/dine_sider.jpg);
        background-repeat: no-repeat;
        background-position: left top;
}

#login_form {
        padding: 48px 3px 0 10px;
}






/*************************************************
* Extra Large box
*************************************************/
div.xl_box {
        width: 755px;
        margin: 0;
        padding: 0;
}
        div.xl_box_top {
                        background: url(../images/xl-box_top.gif) no-repeat left top;
                        width: 755px;
                        height: 8px;
                        float: left;
                        padding: 0;
                        margin: 0;
                        font-size: 0.1em;
                }

        div.xl_box_center {
                        width: 755px;
                        float: left;
                        padding: 0px 0px 0px 6px;
                        background: url(../images/xl-box_tile.gif) repeat-y top left;
                }

        div.xl_box_bottom {
                        background: url(../images/xl-box_bottom.gif) no-repeat left top;
                        width: 755px;
                        height: 8px;
                        float: left;
                        padding: 0;
                        margin: 0;
                        font-size: 0.1em;
                }

                div.xl_box_open {
		 	width: 755px; 
			height: 28px; 
			float: left;
			padding: 0px 0px 0px 6px;
			background: url(../images/fane_open.gif) no-repeat left top;
		}

		div.xl_box_open h2 {
			margin: 2px 0 0 0;
			padding: 0;
			font-size: 1.4em;
			font-weight: bold;	
		}
				
		div.xl_box_opengradient { 
		 	width: 735px;
			float: left;
			padding: 0px 0px 0px 6px; 
			background: url(../images/xl-box_gradient.gif) no-repeat left bottom;
		}
		
		div.xl_box_close { 
		 	width: 755px; 
			height: 22px;
			float: left;
			font-size: 1.2em;
			padding: 2px 0px 0px 6px;
			background: url(../images/fane_close.gif) no-repeat left top;
		}
			
			div.xl_box_close a {
				text-decoration: none;
			}



div.extraLargeBox { 
	width: 755px;
	margin: 0;
	padding: 0;
}

	div.extraLargeBox div.extraLargeBoxTop {
		background: url(../images/xl-box_top.gif) no-repeat left top;
		width: 755px;
		height: 8px;
		padding: 0;
		margin: 0;
		font-size: 0.1em;
		/*border: 1px solid red;*/
	}
  
	div.extraLargeBox div.extraLargeBoxContent {
		background: url(../images/xl-box_tile.gif) repeat-y left top;
		/*border: 1px solid green;*/
	}
	
		div.extraLargeBox div.extraLargeBoxContent div.extraLargeBoxContentHeading {
			width: 755px; 
			height: 28px; 
			float: left; 
			padding: 0px 0px 0px 6px;
        	        background: url(../images/fane_open.gif) no-repeat top left;
			/*border: 1px solid red;*/
		}

			div.extraLargeBox div.extraLargeBoxContent div.extraLargeBoxContentHeading h2 {
				margin: 0;
				padding: 0;
			}

		div.extraLargeBox div.extraLargeBoxContent div.extraLargeBoxContentBody {
			width: 735px;
			float: left;
			padding: 0px 0px 0px 6px;
			background: url(../images/xl-box_gradient.gif) no-repeat left bottom;
		/*	width: 755px; 
		float: left; 
		padding: 0px 0px 0px 6px;
                background-image: url(../images/xl-box_tile.gif);
                background-repeat: repeat-y;
                background-position: left top; */
			border: 1px solid red;
		}

		div.extraLargeBox div.extraLargeBoxContent div.extraLargeBoxContent {
		width: 755px;
		height: 8px;
		float: left; 
		padding: 0px 0px 0px 0px; 
                background-image: url(../images/xl-box_bottom.gif);
                background-repeat: no-repeat;
                background-position: left bottom;

			border: 1px solid blue; 
		}
		
		div.extraLargeBox div.extraLargeBoxContent div.extraLargeBoxContentClosed {
			width: 755px;
			height: 24px; 
			float: left; 
			padding: 0px 0px 0px 6px;
			background: url(../images/fane_close.gif) no-repeat left top;
		}

		div.largeBox div.largeBoxContent p {
			margin: 0.0em 1.0em 1.0em 1.0em;
		}

	div.extraLargeBox div.extraLargeBoxBottom {
		background: url(../images/xl-box_bottom.gif) no-repeat left bottom;
		width: 755px;
		height: 8px;
		/*border: 1px solid blue;*/
		font-size: 0.1em;
	}

/*div.xl_box {
        width: 755px;
        margin: 0 0 0 0px;
}

        div.xl_box div.xl_box_top { 
		width: 755px;
		height: 8px; 
		float: left; 
		padding: 0px 0px 0px 6px; 
                background-image: url(../images/xl-box_top.gif);
                background-repeat: no-repeat;
                background-position: left top; 
	}

        div.xl_box div.xl_box_center { 
		width: 755px; 
		float: left; 
		padding: 0px 0px 0px 6px;
                background-image: url(../images/xl-box_tile.gif);
                background-repeat: repeat-y;
                background-position: left top; 
	}

        div.xl_box div.xl_box_bottom { 
		width: 755px;
		height: 8px;
		float: left; 
		padding: 0px 0px 0px 0px; 
                background-image: url(../images/xl-box_bottom.gif);
                background-repeat: no-repeat;
                background-position: left bottom; 
	}

        div.xl_box div.xl_box_open { 
		width: 755px; 
		height: 28px; 
		float: left; 
		padding: 0px 0px 0px 6px;
                background-image: url(../images/fane_open.gif);
                background-repeat: no-repeat;
                background-position: left top; 
	}
	
	        div.xl_box div.xl_box_open h2 {
			margin: 0;
			padding: 0;
		}

        div.xl_box div.xl_box_opengradient {
		width: 755px;
		float: left;
		padding: 0px 0px 0px 6px;
                background-image: url(../images/xl-box_gradient.gif);
                background-repeat: no-repeat;
                background-position: left bottom;
	}

        div.xl_box div.xl_box_close { 
		width: 755px; 
		height: 24px; 
		float: left; 
		padding: 0px 0px 0px 6px;
                background-image: url(../images/fane_close.gif);
                background-repeat: no-repeat;
                background-position: left top;
	}*/

/*************************************************
* Menu
*************************************************/
                
#menu {
        font-size: 1.0em;
        color: #444444;
        background-image: url(../images/top-search-bkg.gif);
        background-repeat: repeat-x;  
        width: 756px;
        height: 22px;
        text-align: center;
        padding: 6px 0px 0px 0px;
        margin: 0 0 0 0;
}
         
#menu img {
        vertical-align: middle;
}
                
#menu a {
        text-decoration: none;
        padding: 0 5px;
        margin-right: 5px;
        vertical-align: middle;
}

/*************************************************
* footer
*************************************************/
div#footer {
        font-size: 1.0em;
        color: #444444;
        /* background: url(../images/fotter.gif) no-repeat left bottom;*/
        width: 980px;
        height: 30px;
        text-align: right;
        position: relative;
        clear: both;
        padding: 0px;}
                 
div#footer a {  
        text-decoration: none;
}

/**********************************************
* miscellaneous
**********************************************/

div.break{
clear: both;
}

div.block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        color: #000;
        text-align: left;
        padding-left: 15px;
	position: relative;
	float: left;
}
	div.block input  {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
        	font-size: 10px; 
        	line-height: 20px; 
        	font-weight: normal;
                background-color:#FFFFFF;
                border:1px solid #8b8b8b;
                width:230px;
                height: 16px;
                font-size: 1em;
                vertical-align: middle;
}
	div.block select {
		font-weight: normal;
		width: 125px;
	}
	
	div.blockbutton  {
        	line-height: 20px;
        	font-weight: normal;
	        color: #000;
		padding-left: 15px;
        	position: relative;
        	float: left;

	}


table.search-list td{
padding: 5px;
}

tr.bglight{
background-color: #dcebf5;
}

tr.bgdark{
background-color: #f8f8f8;
}

div.list-box {
	width: 45%;
        height: 170px;
	float: left;
	padding: 0px 0px 0px 8px;
}

div.list-box h1 {
	margin: 0;
	padding: 0;
}

div.list-box-long {
	width: 100%;
	padding-left: 10px;
}

	div.list-box-long h1 {
		margin: 0;
		padding: 0;
	}

ul {
	list-style-type: disc;
	padding-left: 15px;
}

/**********************************************
*  usp-text-box
**********************************************/
div.usp-text-box {
   width: 48%;
   float: left;
   padding-bottom: 10px;
}

/**********************************************
* Infobox
**********************************************/

div.tips-box{
position: absolute;
top: 0px;
border: 1px inset black;
width: 100%;
}

div#box_notes {
	width: 600px;
	background-color: #e1eef6;	
	margin: 0 0 0 8px;
	/*padding: 10px 0 0 10px;*/
}

/**********************************************
* Path
**********************************************/
div#path {
	margin: 0;
	padding: 0;
}

/**********************************************
* Telio Mobil
**********************************************/
div#mobil_button {
	
}

div#mobil_snarveier {
	background: url(../images/mobil_snarveier.jpg) no-repeat top left;
	height: 136px;
	width: 190px;
	padding-top: 40px;
	float: left;
}

	div#mobil_snarveier a {
		text-decoration: none;
	}


/***********************************************
* Kundeservice
***********************************************/
form.contact-nochange, form.contact-nochange input, form.contact-nochange select, form.contact-nochange textarea{
        color: #666;
        border: none;

}


