/* Generelle */

#tabs {
  float:left;
  width:100%;

  font-size:93%;
  line-height:normal;
  }

  #tabs ul {
    margin:0;
    padding:10px 10px 0;

    list-style:none;
    }


  #tabs li {
    float:left;
    background:url("../images/tabs_inactive_right.gif")
      no-repeat right top;
    margin:0;
margin-right: 2px;
    padding:0;
    }

  #tabs a {
    display:block;
    background:url("../images/tabs_inactive_left.gif")
      no-repeat left top;
    padding:8px 20px;
text-decoration: none;
color: black;
    } 	

  #tabs .active {
    background:url("../images/tabs_active_right.gif")
      no-repeat right top;
    }
  #tabs .active a {
    background:url("../images/tabs_active_left.gif")
      no-repeat left top;
font-weight: bold;
    }
td .selected-center {
	font-weight: bold;
}

	*
	{
		padding: 0;
		margin: 0;
		font-family: verdana, sans-serif;
		font-size: 12px;
	}
	
	table
	{
		border-collapse: collapse;
	}
	
	tr
	{
		vertical-align: top;
	}
	
	/* Overskrifter */
	
	h1
	{
		font-size: 24px;
		font-weight: normal;		
	}

	.mainwindow h1
	{
		padding-bottom: 15px;
	}
	
	h2
	{
		font-size: 18px;
		color: #8d8d8d;
		font-weight: normal;
		padding: 0 0 18px 0;
	}
	
	h3
	{
		/* font-size: 14px; */ 
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 6px 0;		
	}

	h4
	{
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 6px 0;		
	}
	
	.maxwidth
	{
		width: 100%;
	}
	
	p
	{
		margin: 0 0 12px 0;		
	}
	
	hr
	{
		height: 1px;
		border: 0;
		border-top: 1px solid #d6d6d6;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.bold
	{
		font-weight: bold;
	}
	
	.date
	{
		color: #888888;
	}
	
	.right
	{
		float: right;
	}
	
	/* --- Disse bruges til tekst på mørk baggrund --- */
		
		.brighttext
		{
			color: #ffffff;
		}
	
		.brighttext a,
		.brighttext a:hover,
		.brighttext a:visited
		{
			color: #84b0d9;
		}

		
		
	
	/* --- Links --- */
	
		a img
		{
			border: none;
		}
		
		a
		{
			text-decoration: none;
			color: #22598e;
		}
		
		a:hover
		{
			text-decoration: underline;
			color: #11406c;
		}
		
		a:visited
		{
			color: #477fb4;
		}
	
	
	/* --- Lister --- */
	
		ul
		{
			margin: 0 0 0 0;
			overflow: hidden;
		}
		
		li
		{
			background-image: url("../images/li.gif");
			background-position: 0 4px;
			background-repeat: no-repeat;
			padding: 0 0 0 10px;
			margin: 0 0 10px 0;
			list-style-type: none;
		}

		.mainwindow ul li
		{
			background-image: url("../images/li.gif");
			background-position: 0 5px;
			background-repeat: no-repeat;
			padding: 0 0 7px 12px;
			margin: 0 0 0 20px;
			list-style-type: none;
		}
	
		.mainwindow ol li
		{
			background: none;
			padding: 0 0 0 0;
			margin: 0 0 0 40px;
			list-style-type: decimal;
		}
		
		.mainwindow ul,
		.mainwindow ol
		{
			margin: 0 0 12px 0;
		}
	
	.floatleft
	{
		float: left;
	}
	
	.floatright
	{
		float: right;
	}
	
	.outerframe
	{
		width: 780px;
		margin-left: auto;
		margin-right: auto;
		background-image: url("../images/frame-repeat-x.jpg");
		background-repeat: repeat-x;
		background-color: #b7b6b6;
	}
	
	
	
	
	/* Top og menu */
		
		table#top
		{
			margin-left: auto;
			margin-right: auto;
			width: 760px;
			height: 60px;
		}
		
		td.logo
		{
			text-align: left;
			background-color: black;
		}
		
		td.priser
		{
			text-align: right;
			background-color: black;			
			padding-right: 9px;
		}
		
		
		table#menu
		{
			margin-left: auto;
			margin-right: auto;
			width: 760px;
			height: 50px;
			background-color: #e1e1e1;
		}
		
		#menu a
		{
			text-decoration: none;
			color: black;
		}
		
		#menu a:hover
		{
			text-decoration: none;
		}
		
		
		
		/* Dette placere links'ne korrekt på knappen. */
		
		td.selected-center div,
		td.notselected-center div
		{
			margin-top: 7px;
		}
		
		td.menu-left
		{
			background-image: url("../images/notselected-center.gif");
			width: 10px;
		}
		
		td.menu-center
		{
			background-image: url("../images/notselected-center.gif");
		}
		
		td.menu-right
		{
			background-image: url("../images/notselected-center.gif");
			width: 10px;
		}
		
	/* Indhold */
		
		#content
		{
			margin-left: auto;
			margin-right: auto;
			width: 760px;
			background-color: #b5b5b5;
			background-image: url("../images/content-repeat-x.jpg");
			background-position: top;
			background-repeat: repeat-x;	
		}
		
		
		
		.leftbar
		{
			width: 170px;
		}
		
		.mainwindow
		{
			width: 570px;
				
			background-color: #f6f6f6;
			background-image: url("../images/window-repeat-x.png");
			background-position: top;
			background-repeat: repeat-x;	
			padding: 10px;	
			line-height: 18px;
		}
		
		.small,
		.small *,
		.mainwindow span.small,
		.sitemaplink
		{
			font-size: 10px;
			line-height: 15px !important;
		}
		
		.grey
		{
			color: #555555;
		}
		
		
		/* Venstre boks */
		
		.box
		{
			margin: 0 10px 10px 0;
			padding: 10px 10px 10px 10px;
			/* width: 158px;	*/	
		}
		
		.box h1
		{
			font-size: 12px;
			font-weight: bold;
		}
		
		.submenu,
		.creditcards		
		{
			width:140px;
			background-image: url("../images/leftbar-back.jpg");
			background-position: top;
			background-repeat: repeat-x;				
			background-color: white;
			
			border-top: 1px solid #dadada;
			border-left: 1px solid #dadada;
			border-right: 1px solid #a2a2a2;
			border-bottom: 1px solid #a2a2a2;	
					
		}
		html>body .submenu
		{
			width:138px;
			margin-right: 0px;
		}
		
		.submenu .selected
		{
			color: black;
		}
				
	/* Login boks */
		
		.login
		{
			background-image: url("../images/login-back.jpg");
			background-position: top;
			background-repeat: repeat-x;				
			background-color: #fed400;
			
			border-top: 1px solid #fef66c;
			border-left: 1px solid #fef66c;
			border-right: 1px solid #ebdb00;
			border-bottom: 1px solid #ebdb00;	
			padding: 15px 0 10px 20px;		
		}

		.login .clean { border: 0px; }


		.login input.text
		{
			width: 107px;
		} 
		
		.frontpage .login input.text
		{
			width: 110px;
		} 
					
		.login a,
		.login a:hover,
		.login a:visited
		{
			color: black;
		}
		
		input.checkbox
		{
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		td.checkbox
		{
			padding: 0;
			margin: 0;
			width: 10px;
		}
				
		.button
		{
			height: 20px;
			border-top: 1px solid #d2d2d2;
			border-left: 1px solid #d2d2d2;
			border-right: 1px solid #c7c7c7;
			border-bottom: 1px solid #c7c7c7;
			padding: 0px 10px 0px 10px;
			background-image: url("../images/erhverv/button-back.gif");
			background-repeat: repeat-x;
			background-color: #e0e0e0;				
			color: black;
			cursor: pointer;
		}
		.button:hover
		{
			text-decoration: none;
			color: black;
			background-image: url("../images/erhverv/button-back-hover.gif");
		}
		
		a.button{
			padding-top: 2px;
			padding-bottom: 2px;
		}

		.bottomspace
		{
			padding-bottom: 6px;
		}

		
		
		
	/* --- Frontpage --- */

		#content.frontpage
		{
			background-color: #e5e5e5;
			background-image: none;
		}
		
		.topbox
		{
			padding-bottom: 10px;
		}
		
		.box1 div.maindiv,
		.box2 div.maindiv
		{
			background-image: url("../images/yellow.jpg");
			background-repeat: repeat-x;
			background-color: white;
			background-position: 0 60px;
			margin-right: 9px;
		}		

		.box3 div.maindiv
		{
			background-image: url("../images/black.jpg");
			background-repeat: repeat-x;
			background-color: white;
			background-position: 0 60px;
		}

		.box1 div.maindiv,
		.box2 div.maindiv,
		.box3 div.maindiv
		{
			height: 207px;		
		}
		
		.box1 div.insidebox,
		.box2 div.insidebox,
		.box3 div.insidebox
		{
			padding: 20px 10px 10px 10px;
		}

		.box1 .h1,
		.box2 .h1,
		.box3 .h1,
		.grey .h1
		{
			display: block;
			padding: 5px 0 0 10px;
			font-size: 12px;
			font-weight: bold;
			overflow: hidden;
		}
		
		.box3 .h1
		{
			color: white;
		}
		
		.box3 .greenbutton
		{
			cursor: pointer;
			margin: 10px 0 0 0;
		}

		.box1 a.top,
		.box1 a.top:hover,
		.box2 a.top,
		.box2 a.top:hover,
		.grey a.top,
		.grey a.top:hover
		{
			color: black;
		}		
		
		.box1 a.top .h1:hover,
		.box2 a.top .h1:hover,
		.box3 a.top .h1:hover,
		.grey a.top .h1:hover
		{
			text-decoration: underline;
		}		
		
		.box1 div div a,
		.box1 div div a,
		.box2 div div a,
		.box2 div div a,
		.mobilsjov div a,
		.grey .pil
		{

			background-image: url("../images/li.gif");
			background-position: 0 5px;
			background-repeat: no-repeat;		
			display: block;
			padding: 2px 2px 2px 10px;
		}
		
		.box1 div div a:hover,
		.box1 div div a:hover,
		.box2 div div a:hover,
		.box2 div div a:hover
		{
			display: block;
			padding: 2px 2px 2px 10px;
		}

		.grey
		{
			background-image: url("../images/grey.jpg");
			background-repeat: repeat-x;
			background-color: #f2f2f2;
			padding-top: 3px;
		}

		.mobilsjov
		{
			border-left: 1px dotted #e1e1e1;
			border-right: 1px dotted #e1e1e1;
		}
				
		.grey div
		{
			padding: 20px 0px 20px 10px;
		}
		
		
		
		
	/* --- Standard tabel --- */
		
		.mainwindow .standardtable, #pageContainer .standardtable
		{
			width: 100%;
			border-collapse: collapse;
			border-top: 1px solid #e9e9e9;
			border-left: 1px solid #e9e9e9;
			margin-bottom: 10px;
		}
		
		.standardtable td, #pageContainer .standardtable td,
		.standardtable th, #pageContainer .standardtable th
		{
			font-size: 11px;
			padding: 1px 5px 1px 5px !important;
			border-right: 1px solid #e9e9e9;
			border-bottom: 1px solid #e9e9e9;
		}
		
		.standardtable acronym
		{
			font-size: 11px;
		}

		.standardtable th, #pageContainer .standardtable th
		{
			border-bottom: 1px solid #e9e9e9;
			text-align: left;
		}
		
		.standardtable .first, #pageContainer .standardtable .first
		{
			background-color: #ffffff;
		}
		
		.standardtable .second, #pageContainer .standardtable .second
		{
			background-color: #f2f2f2;
		}
		.tablebackgroundodd
		{
			background-color: #f2f2f2;
		}		
		.standardtable a 
		{
			font-size: 11px;
		}
		
	/* --- Text box --- */
	
		.textbox
		{
			width: 160px;
			float: right;
			margin-left: 20px;
			background-color: #4a4a4a;
		}

		div.textbox div.text
		{
			padding: 10px;	
			border-top: 1px solid #a0a0a0;
			border-left: 1px solid #a0a0a0;
			border-right: 1px solid #727272;
			border-bottom: 1px solid #727272;
			background-image: url("../images/grey-back.gif");
			background-repeat: repeat-x;
		}
		.reflect
		{
			background-image: url("../images/grey-reflect.gif");
			height: 53px;			
		}
		
		
		
		
	/* Bliv-kunde trin */	
			
		/* --- Grå kasse (Dem fra "bliv kunde"-processen) --- */
		
			.greybox
			{
				background-color: #efefef;
				border: 1px solid #d6d6d6;
				margin-bottom: 10px;
				padding: 20px 20px 20px 20px;
			}
			
			.greybox td
			{
				padding: 1px 0 1px 0;
			}
			
			table.greytable
			{
				width: 100%;
				margin-bottom: 10px;
			}
			
			.greyborder
			{
				border: 1px solid #efefef;
				padding: 10px;
			}
			
			.greyborder .greybox
			{
				padding: 10px;
				line-height: 16px;
			}
		
		#trin-yellow,
		#trin-grey
		{
			height: 44px;
			width: 526px;
			padding: 0 !important;
			margin: 0 0 10px 0;
			background-position: left top;
			background-repeat: no-repeat;
		}	

		#trin-yellow
		{
			background-image: url("../images/trin-yellow.gif");		
		}

		#trin-grey
		{
			background-image: url("../images/trin-grey.gif");		
		}		
		
		
		/* --- Trin 1 --- */
		
			#guld td
			{
				padding-left: 5px;
			}
			
			#numre td
			{
				line-height: 24px;
			}
			
			#numre
			{
				width: 100%;
				margin-top: 5px;
			}
			
			#guld
			{
				border: 1px solid #f2e20d;
				background-image: url("images/gold.gif");
				background-color: #feec02;
			}
			
			#guld td
			{
				padding-left: 5px;
			}
		
		
	/* --- Grøn og grå knap --- */
		
		.greenbutton,
		.greybutton
		{
			cursor: pointer;
			margin: 10px 0 0 auto;
		}
	
		.greenbutton a,
		.greybutton a
		{
			color: white;
			font-weight: bold;
		}
		
		.greenbutton a:hover,
		.greenbutton a:visited,
		.greybutton a:hover,
		.greybutton a:visited
		{
			text-decoration: none;
			color: white;
		}				
		
		
		
		/* Selve knappen */
		
		.greenbutton .maincell,
		.greybutton .maincell
		{
			background-repeat: repeat-x;
			height: 18px;
			padding: 0 10px 0 10px;
		}

		.greenbutton .maincell
		{
			border-left: 1px solid #8bd861;
			border-bottom: 1px solid #3f800c;
			background-color: #4a950f;
			background-image: url("../images/greenbutton-back.gif");
		}
		
		.greybutton .maincell
		{
			border-top: 1px solid #bdbdbd;
			border-left: 1px solid #b0b0b0;
			border-bottom: 1px solid #5f5f5f;
			background-color: #a4a4a4;
			background-image: url("../images/greybutton-back.gif");
		}
		
		
		
		/* Pil eller andet ikon */
		
		.greenbutton .arrowcell,
		.greybutton .arrowcell
		{
			background-repeat: repeat-x;
			background-position: right top;
			height: 18px;
			width: 15px;
		}
		
		.greenbutton .arrowcell
		{
			background-image: url("../images/greenbutton-arrow.gif");
		}

		.greybutton .arrowcell
		{
			border-top: 1px solid #bdbdbd;
			border-right: 1px solid #949494;
			border-bottom: 1px solid #5f5f5f;
			border-left: 1px solid #d2d2d2;
			background-color: #a4a4a4;
			background-image: url("../images/greybutton-arrow.gif");
		}

		
		
		/* Reflektion */
		
		.greenbutton .reflectcell,
		.greybutton .reflectcell
		{
			background-color: #ffffff;
			background-repeat: repeat-x;
			background-position: top;
			height: 15px;
			line-height: 15px;
		}
		
		.greenbutton .reflectcell
		{
			background-image: url("../images/greenbutton-reflect.gif");
		}		
		
		.greybutton .reflectcell
		{
			background-image: url("../images/greybutton-reflect.gif");
		}		

		.greenbutton .reflectarrowcell
		{
			background-image: url("../images/greenbutton-reflect-arrow.gif");
			background-repeat: repeat-x;
		}	
		
	/* --- Stor Grøn knap (Den fra forsiden) --- */
		
		.biggreenbutton
		{
			cursor: pointer;
			margin: 10px 0 0 0;
		}
	
		.biggreenbutton a
		{
			color: white;
			font-weight: bold;
			line-height: 20px;
		}
		
		.biggreenbutton a:hover,
		.biggreenbutton a:visited
		{
			text-decoration: none;
			color: white;
		}				
		
		.biggreenbutton .maincell
		{
			background-color: #53b018;
			background-image: url("../images/biggreenbutton-back.gif");
			height: 23px;
			padding: 0 10px 0 10px;
		}
		
		.biggreenbutton .arrowcell
		{
			background-color: #53b018;
			background-image: url("../images/big-greenbutton-arrow.gif");
			height: 12px;
			width: 14px;
		}

		.biggreenbutton .reflectarrowcell
		{
			background-color: #53b018;
			background-image: url("../images/biggreenbutton-reflect-arrow.gif");
			height: 12px;
			width: 14px;
		}		
		
		.biggreenbutton .reflectcell
		{
			background-color: #ffffff;
			background-image: url("../images/biggreenbutton-reflect.gif");
			background-position: top;
			height: 12px;
			line-height: 15px;
		}	
		
		
		
		
	/* --- Input-felter, checkbox'e og radiobuttons --- */

		input.text
		{
			border-left: 1px solid #bdbdbd;
			border-top: 1px solid #bdbdbd;
			border-right: 1px solid #ededed;
			border-bottom: 1px solid #ededed;
			padding: 2px;
		}
		input.readonly
		{
			border-left: 1px solid #bdbdbd;
			border-top: 1px solid #bdbdbd;
			border-right: 1px solid #ededed;
			border-bottom: 1px solid #ededed;
			padding: 2px;
			background-color:#eaeaea;
			color: #808080;
		}
				
		input.short
		{
			width: 30px;
		}

		input.radiobutton
		{
			margin-right: 5px;
			position: relative;
			top: 2px;
			
		}
		
		
		
		
	/* --- Footer --- */
	
		.footer
		{
			width: 760px;
			margin: 0 auto 0 auto;
		}
		
		.footer td
		{
			padding: 0 0 0 0;
		}
		
		.footer td.bordertd
		{
			width: 10px;
			line-height: 0px;
		}
		
		.footer div
		{
			background-color: #ffffff;
			background-image: url("../images/footer-back.gif");
			background-repeat: repeat-x;
			
			height: 18px;
			
			line-height: 18px;
			
			border-top: 1px solid #dbdbdb;
			border-bottom: 1px solid #d7d7d7;
			border-left: 1px solid #dbdbdb;
			border-right: 1px solid #d7d7d7;
			
			padding: 2px 0 0 10px;
		}
		
		.toptd
		{
			height: 10px;
			line-height: 0px;
		}
		
		.bottomtd
		{
		}
		
		.frontpage .bottomtd
		{
			background-color: #b7b6b6;
		}
	
		
		
		
		
	/* --- Support --- */
	
		.support
		{
			margin: 0 10px 10px 0;
			padding: 0;	
		}
		
		
		.box .maindiv
		{
			background-image: url("../images/yellow.jpg");
			background-repeat: repeat-x;
			background-color: white;
			background-position: 0 59px;
		}	
		
		.box .h1
		{
			display: block;
			padding: 5px 0 0 10px;
			font-size: 12px;
			font-weight: bold;
			overflow: hidden;
		}
		
		.box a.top
		{
			color: black;
		}		
		
		.box a.top .h1:hover
		{
			text-decoration: underline;
		}		
		
		.box div.insidebox
		{
			padding: 20px 10px 10px 10px;
		}	
		
		
		
		
	/* --- Support --- */
	
		.creditcards
		{
			margin: 0 10px 10px 0;
			padding: 10px;
		}
		
		.creditcards .creditinnerframe
		{
			background-color: #ffffff;
			border: 1px solid #e9e9e9;
			padding: 10px 0 10px 10px;
		}
	
		
	.breadcrumb
	{
		margin-bottom: 20px;
	}
	
		
	/* --- Mit CBB --- */
	
		
		#mitcbb.box
		{
			margin: 0 10px 10px 0;
			padding: 0 0 0 0;
			/* width: 158px;	*/	
			border-top: 1px solid #747474;
			border-right: 1px solid #747474;
			border-left: 1px solid #747474;	
		}
		
		#mitcbb h1
		{
			color: white;
			background-color: #4e4e4e;
			padding: 2px 0 2px 10px;
		}
		
		#mitcbb div.inner
		{
			padding: 5px 0 10px 10px;
		}
		
		#mitcbb div
		{
			padding: 0 0 8px 0;
		}
		
	/* --- Hovedindholdet til Mit CBB --- */
		
		.forbrug
		{
		}
		
		.mitcbb-main td.tankop
		{
			padding: 0 0 0 10px !important;
			width: 240px;
			background-image: url("../images/login-back.jpg");
			background-position: top;
			background-repeat: repeat-x;				
			background-color: #fed400 !important;
			
			border-top: 1px solid #fef66c;
			border-left: 1px solid #fef66c;
			border-right: 1px solid #ebdb00;
			border-bottom: 1px solid #ebdb00;		
		}

		.mitcbb-main td.tankop div.inner
		{
			background-image: url("../images/tankop.gif");
			background-position: 100% 25%;
			background-repeat: no-repeat;	
			padding: 10px 20px 10px 10px;
			line-height: 20px;		
		}	
		
		.mitcbb-main td.tankop div.inner .greenbutton
		{
			margin: 10px 0 0 0;
		}	
		
		.mitcbb-main td.tankop div.inner .greenbutton .reflectcell
		{
			background-image: url("../images/greenbutton-reflect-yellow.gif");
			background-color: #fdd400;
		}

		.mitcbb-main td.tankop div.inner .greenbutton .reflectarrowcell
		{
			background-image: url("../images/greenbutton-reflect-arrow-y.gif");
		}	
			
		.mitcbb-main td.tankop div.inner .greenbutton .arrowcell
		{
			background-image: url("../images/greenbutton-arrow-yellow.gif");
		}			
		
		.mitcbb-main
		{
			width: 100%;
		}
		
		.mitcbb-main td.mitcbb-td
		{
			padding: 10px 10px 0 10px;
			background-color: white;
			border: 1px solid #e5e5e5;
		}

		.border-ver
		{
			width: 10px;
		}
		
		.border-hor
		{
			height: 10px;
		}
		
		.border-hor,
		.border-ver
		{
			background-color: transparent !important;
			padding: 0 !important;
			line-height: 0;
			border: 0px !important;
		}
		
		.price
		{
			font-size: 20px;
			margin-bottom: 10px;
		}
		
		.autoopt
		{
			padding: 2px;
			margin: 5px 0 5px 0;
			background-color: #ffed80;
		}

		
		
		#icons td
		{
			padding-top: 20px;
			text-align: center;
		}
	
		#icons td a:hover
		{
		}
		
		#icons td a:active
		{
			background-position: 55% -25%;
		}
		
		#icons
		{
			width: 100%;
		}
		
		#icons td
		{
			width: 25%;
		}
		
		#icons .textlink
		{
			position: relative;
			bottom: 25px;
		}
		
		
		/* ------- Popup ------- */
		
			html.popup,
			html.popup body
			{
				background-color: white;
				background-image: none;
			}
			
			html.popup body
			{
				padding: 20px;
			}
			
			html.popup body p
			{
				line-height: 18px;
			}
			
			
	.textright
	{
		text-align: right;
	}
	
	.colorbox
	{
		height: 10px;
		width: 10px;
		line-height: 0;
		margin: 3px auto 0 auto;
	}
	
	
	a.info
	{
		width: 14px;
		height: 14px;
	}

	div.infobox
	{
		position: absolute;
		
		background-color: white;
		border-top: 1px solid #235592;
		border-left: 1px solid #235592;
		border-right: 1px solid #235592;
		border-bottom: 1px solid #235592;
		display: none;
		padding: 10px;
		width: 120px;
		z-index: 1000;
	}
	
	.infotable
	{
		display: inline;
		margin: 0;
		position: relative;
		top: 2px;
	}
	
	.infotable td
	{
		padding: 0 0 0 10px;
	}
	
	.infotable td img
	{
		display: block;
	}
	
	td#calltoaction
	{
		background-image: url("../images/calltoaction.jpg");
		background-repeat: no-repeat;
		padding: 20px;
		width: 210px;
		
	}
	
	td#calltoaction h1
	{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#calltoaction ul li
	{
		background-image: url("../images/li.gif");
		background-position: 0 4px;
		background-repeat: no-repeat;
		padding: 0 0 0 10px;
		margin: 5px 0 5px 10px;
		list-style-type: none;
	}
	
	#sitemap
	{
		margin-top: 10px;

	}
	
	#sitemap td
	{
		width: 15%;
	}

	#sitemap .top {
		color: #8c8c8c;
	}

	#sitemap .sitemaplink:link, .sitemaplink:visited {
		color: #848484;
	}

	#bottominfo {
		width: 100%;
	}

	#bottominfo .right {
		padding-right: 10px;
		text-align: right;
	}

	#sitemap div
	{
		padding: 10px 10px 5px 10px;
	}
	
	#sitemap a
	{
		margin-bottom: 5px;
		display: block;
	}
	
	#sitemap div a
	{
	}

	#sitemap td:hover,
	#sitemap .newback {
		background-image: url("../images/frontpage/yellow.jpg");
		background-color: white;
	}
	
	#sitemap .grey
	{
		border-left: 1px dotted #e1e1e1;
		border-right: 1px dotted #e1e1e1;
	}
	
/*Xtra*/
.layouttable
{
	border:0;
	padding:0;
	margin:0;
	text-align: left;
}
/*choosepayment.jsp*/
#framecontent{
	background-color: #efefef;
	height: 100%;
}
#framecontent .layouttable td
{
	padding-top: 5px;
}
#framecontent .field
{
	padding-left: 20px;
}
/*choosepayment.jsp end*/

/* Tableless*/
* html .innerframe
{
	height: 1%;
}
.innerframe:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}
* html .whitebox 
{
    height:1%;
}

.whitebox 
{
    background-color: white;
    border: 1px solid #d6d6d6;
    padding:3px;
    padding-left:5px;
    padding-right:5px;
}
.whitebox:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}


.outerwhitebox 
{
    background-color: white;
    border: 1px solid #d6d6d6;
    padding:10px;
    padding-top:0;
}
* html .outerwhitebox 
{
    height:1%;
}
.outerwhitebox:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}
* html .greybox 
{
    height:1%;
}

.greybox:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}

.greycolumnbox 
{
	background-color: #efefef;
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	padding: 20px;
}
* html .greycolumnbox 
{
    height:1%;
}
.greycolumnbox:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}

.columnleft 
{
    float:left;
}

.secondcolumnleft 
{
    float:left;
    padding-left:20px;
}


.columnright 
{
    float:right;
    text-align:right;
}
.columnwrapper 
{
    overflow:hidden;
    margin-top: 10px;
}


* html .columnwrapper 
{
    float:left;
}


.firstcolumn 
{
    float:left;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
    border:1px solid #d6d6d6;
    background-color: #efefef;
}

.lastcolumn 
{
    background-color: #efefef;
    border:1px solid #d6d6d6;
    float:left;
    padding-bottom: 3000px;
    margin-left:10px;
    margin-bottom: -3000px;
}
.spacecolumn 
{
    float:left;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
    background-color: white;
}

.columnfotter
{
	clear:both;
	line-height:0;
	height:1px;
	overflow:hidden;
}
.content 
{
    margin:20px;
}

.cleanverticallist 
{
    margin:0;
    padding:0;
}


.cleanverticallist li 
{
    background-image: none;
    background-position: none;
    background-repeat: none;
    margin:0;
    padding:0;
    width:100%;
}

.expanddiv 
{
    clear: both;
    line-height: 0;
    height: 0;
}

* html .expanddiv
{
	overflow: hidden;
}

.aligninput 
{
    margin: 0;
    padding: 0;
    display:block;
    float:left;
    border: none;
    margin-top: 3px;
}


* html .aligninput 
{
    margin-top: 0;
}

/*button*/
.gobutton, .backbutton {
	float:right;
	background-image: url("../images/greenbutton-reflect.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 10px;
	height: 35px;
	cursor:pointer;
}
.gobutton .arrow{
	background-image: url("../images/greenbutton-arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #8bd861;
	border-bottom: 1px solid #3f800c;
}
.backbutton .arrow{
	background-image: url("../images/greenbutton-backarrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #8bd861;
	border-bottom: 1px solid #3f800c;
}
* html .arrow {
    width: 1%;
  }
.gobutton .title{
	margin-right:16px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("../images/greenbutton-back.gif");
	color: white;
	font-weight: bold;
	white-space: nowrap;
}
.backbutton .title{
	margin-left:16px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("../images/greenbutton-back.gif");
	color: white;
	font-weight: bold;
	white-space: nowrap;
}
* html .title {
    width: 1%;
}/*button end*/
/*Calendar*/
#calendarSelect:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}
/*Calendar*/
/*buysim2_payment.jsp*/
#choosepayment:after{
        content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}
#choosepayment .firstcolumn .content
{
	width: 197px;
}

#choosepayment .lastcolumn .content
{
	width: 237px;
}
#choosepayment{
    margin-bottom:10px;
}
#paymentmethods li
{
	height:20px;
}

#paymentframe 
{
    border: 0;
    margin: 0;
    padding:0;
    width:235px;
    height:100px;
}

#simpayment .columnfotter .firstborder
{
	border-top:1px solid #d6d6d6;
	width: 239px;
	float:left;
}
#simpayment .columnfotter .lastborder
{
	border-top:1px solid #d6d6d6;
	width: 269px;
	padding-left:10px;
	float:right;
}
.field
{
	padding-left: 20px;
}
/*buysim2_payment.jsp end*/
/*USAGE*/
/*specificspecifikation*/
#usage #top:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}
#usage #top h2
{
	float:left;
}
#usage .backbutton
{
	height:18px;
	margin:0;
}
/*specificspecifikation end*/
/*Pie*/
#usage .standardtable .right
{
	float: none;
	text-align: right;
}
#usage .standardtable .firstchild
{
	width:8px;
	padding-top: 5px;
}
/*Pie End*/
/*USAGE end*/
/*invoice.jsp*/
#invoice .firstcolumn .content
{
	width:200px;
}
#invoice .lastcolumn .content
{
	width:212px;
}
#invoice .columnfotter .firstborder
{
	border-top:1px solid #d6d6d6;
	width: 242px;
	float:left;
}
#invoice .columnfotter .lastborder
{
	border-top:1px solid #d6d6d6;
	width: 253px;
	float:right;
	margin-right:1px;
	/*border-top:1px solid #d6d6d6;
	width: 244px;
	margin-left:10px;
	float:right;
	margin-right:1px;*/
}
/*invoice.jsp end*/
/*tableless end*/
/*Xtra end*/

.nobordertable tr td,
.nobordertable label,
.nobordertable span
{
	border:0px;
	padding: 1px 0px 1px 0px !important;
/*
	padding-left: 1px !important;
	padding-right: 1px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	*/
}

.standardtable label, #pageContainer .standardtable label,
.standardtable span, #pageContainer .standardtable span,
label
{
	font-size: 11px;
}

.standardfont
{
	font-size: 11px;
}

#tabs, x:-moz-any-link {
    float: none;
}
