﻿/* New Checkout Page*/

#mainContent {
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.subscription{ /* display: none; */ }

#mainContent h2 {
	margin:0;
	padding:0;
	background-color: #666;
	color:#FFF;
	font-size: 14px;
	line-height: 28px;
	padding-left: 8px;
	margin-bottom: 12px;/*font-weight:normal;*/
	display:block;
	float:left;
	width: 736px;
}

#mainContent h2 em{
	font-weight:normal;
	font-style:normal;
	font-size: 12px;
	}

#mainContent h3 {
	margin:0 0 6px 0;
	padding:0;
	font-size:13px;
	line-height: 18px;
}
.h3Stotter {
	margin:0 0 2px 0;
	padding:0;
	font-size:13px;
	line-height: 18px;
	font-weight: bold;
}
/* Grid 744 wide*/

.aCol, .bCol, .cCol {
	width: 232px;
	margin-right: 24px;
	float: left;/*background:#CCC;*/
}
.cCol {
	margin-right: 0;
}
.abCol {
	float:left;
	width: 512px;
	margin-right: 0px;
}
.bcCol {
	float:left;
	width: 488px;
	margin-right: 0px;
}
/* col specs for #mainContents */

#company, #authBuyer, .phoneDetails {
	float: left;
	margin-bottom: 12px;
}
#mainContent .phoneDetails {
	border-bottom:#666 1px solid;
	width: 100%;	
}
#mainContent .phoneDetails .subscription, #mainContent .phoneDetails .number {
	float: left;
	margin-bottom: 12px;
}
/* fieldset */

#mainContent fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#mainContent fieldset div {
	float:left;
}
#mainContent fieldset h4 {
	padding: 0;
	font-size:11px;
	line-height:18px;
	margin: 0;
	font-weight:normal;
}
#mainContent fieldset p {
	font-size:11px;
	line-height:18px;
	margin: 0;
	margin-bottom: 12px;
}
#mainContent fieldset p input {
	width: 220px;
}
#mainContent fieldset.radioGroup {
	margin-bottom: 8px;
}
#mainContent fieldset.radioGroup p {
	margin: 0 0 3px 0;/*background-color:#9FF;*/
}
#mainContent fieldset.radioGroup p input {
	margin: 0 6px 0 0;
	padding: 0;
	width:auto;
	height:auto;
}

/* phone image and text */

div.phoneDetails p {
	font-size:11px;
	line-height:18px;
	margin: 18px 0 0 12px;
}
div.phoneDetails img {
	float: left;
	margin: 6px;
}
div.phoneDetails p .subscriptionName {
	color: #6191AA;
}

/* Handler for correct floating between consumer and biz */

#mainContent div.phoneDetails .number{
	float:right;
	}

/* subprogressbar */

ul.subProgressBar{
	float:left;
	margin:0 0 14px 0;
	padding:0;
	}

ul.subProgressBar li{
	display:block;
	margin: 0 12px 0 0; 
	padding: 0;
	float:left;
	color:#999;
	font-size:14px;
	}
	
ul.subProgressBar li.selected{
	color:#000;
	font-weight:bold;
	}

/* */

.waitAnimation 
{
	float: left;
    margin-left: 221px;
	clear: both; 
	padding-top: 5px;
	 width:500px;
	 
}     

.waitAnimation strong
{
	margin-right: 20px;
	line-height: 32px;
	display: block;
	float: left;
	margin-left: 0;
	}

.waitAnimation #flashanimation
{
	display: block;
	float: left;
	}
	
#waitAnimationHider{	
	height: 32px; 
	width:740px; 
	background: white; 
	float: left; 
	margin-top: -34px;
	}
	
.untoggled
{
	
}
.untoggledhover
{
	
}

#product-display #images{
	  width:245px;
	  margin-right:6px;
	  float:left;

	  
	  }
	  
#product-display #body{
		width:490px;
	  float:left;
	  position:relative;
	  /*remove under for prod
	  background-color: #efefef;  */
	  }
	  
#product-display #body p{
padding:0;
	  margin: 0 0 12px 0;
	  float:left;

	  } 
#product-display #body ul{

	  clear:both;
	  padding:0;
	  margin: 0 0 12px 0;
	  }
	  
#product-display #body ul li{
	  display: block;
	  float:left;
	  background:url(../images/icon_choosen.gif) no-repeat;
	  padding-left:22px;
	  width: 220px;
	  margin-bottom: 4px;
	  }

#product-display #body #title .heading{
	  color: #0077FF;
	  float: left;
	  width: auto;
	  }		
	  	  
#product-display #body #title #priceAndTotal{
	  float: right;
	  width: 150px;
	  
	  }		  
#product-display #body h3{
	  
	  clear:left;
	  margin: 0 0 0 2px 0;
	  padding: 0;
	  padding-top: 10px;
	  }	
	  
#product-display #body #title{
		  margin: 0;
		  float:left;
		  
		  }

#product-display #body #title h1{
	  display: block;
	  float: left;
	  margin:0 0 2px 0;
	  padding:0;
	  width: 300px;
	  font-size: 24px;
	  font-weight:normal;
	  }
  
#product-display #body #title #price{
	  display: block;
	  float:right;
	  margin:0 0 2px 0;
	  text-align:right;
	  }

#product-display #body #title #price em{
	font-size: 24px;
	font-style:normal;
	font-weight:bold;
	
	}
	  
#product-display #body #title #usp{
	  display: block;
	  float:left;
	  width: 300px;
	  color:#666;
	  }

#product-display #body #title #total{
	  display: block;
	  float:right;
	  clear: right;
	  width: 146px;
	  text-align:right;
	  color:#666;	  
	 }	  
	 
#product-display #body #subscription{
	float: left;
	margin-top: 15px;  
  }
  
#product-display #body #subscription #detailStockAndSubmit{
	  display: block;
	  float:right;
	  text-align:right;
	  }	  

#product-display #body #subscription #detailStockAndSubmit .stock
{
	margin-right: 16px;
}

#product-display #body #subscription h2{
/* H2 defined for global site, this just sets new width of block element*/
width: 480px;
font-size: 13px;
}

#product-display #body #subscription table{
float: left;
width: 100%;
text-align:right;
margin-bottom: 12px;
font-size: 10px;

}

#product-display #body #subscription table thead{
font-weight: bold;
vertical-align: bottom;
}

#product-display #body #subscription table tbody{
color: #666;
}

#product-display #body #subscription table tbody label{
display: block;	  

}

#product-display #body #subscription table tbody em{
font-size:11px;
font-weight:bold;
font-style:normal;
color: #059af4;
float: left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
width: 145px;
text-align: left;
white-space: normal;
}

#product-display #body #subscription table tbody strong{
font-size: 14px;
color: Black;
margin-right: 5px;
}

#product-display #body #subscription #subscription-more{
  width: 480;
  float: left;
  
  }

#product-display #body #subscription #subscription-more a{
  float: left;
	  
	  }
	  
#product-display #body #subscription #subscription-more em{
	  float: right;
	  font-style:normal;
	  color: #666;
	  
	  }
/* start tabs */

#product-display #body #tabsTable{
	width: 478px;
	float: left;
	}

#product-display #body #tabsTable #menu {
	margin : 0;
	padding-bottom : 29px;
	padding-left : 12px;
	font-family: verdana,sans-serif;
	background: #FFFFFF url(../images/content_box_menu.png) no-repeat scroll left bottom;
}
#product-display #body #tabsTable #menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
#product-display #body #tabsTable #menu a:link, #menu a:visited	{
	background:transparent url(../images/tab_background.png) no-repeat scroll left top;
	color:#000000;
	float:left;
	height:23px;
	padding:8px 4px 0;
	text-align:center;
	text-decoration:none;
	width:89px;
}
#product-display #body #tabsTable #menu a:hover 
{
	background:transparent url(../images/tab_background.png) no-repeat scroll left -29px;
}
#product-display #body #tabsTable #menu li.selected a
{
	background:transparent url(../images/tab_background.png) no-repeat scroll left -58px;
	width: 102px;
}
#product-display #body #tabsTable .shadow {
	background:#FFFFFF url(../images/content_box.png) repeat-y scroll left bottom;
	margin:-3px 0px 0;
	padding: 0px 15px 5px;
	position:relative;
}
	  
#product-display #body #tabsTable table td{
	margin: 0px;
}  

#product-display #body #tabsTable ul
{
	float: none;
	padding: 0px;
	margin: 0px;
}
#product-display #body #tabsTable ul li
{
	width: auto;
	float: none;
	display: inline;
    list-style-type: none;
    padding: 0px;
	margin: 0px;
	background-image: none;
}
	  
#product-display #body #subscription #subscription-more .btnMore{	  
background: 	#FFFFFF url(../images/buttonGreenBg.gif) no-repeat scroll center top;  }
	  
 a.blue-arrow-down{
	display: block;
	padding-left: 14px;
	background:url(arrow-down-blue.gif) no-repeat 0px 2px;
	
	 }	  
  
	  
#subscription .even {
			background-color:#efefef; }
			
#subscription .even td {
		border-bottom: 0px solid #ccc; 
		background-color:#efefef; 
		white-space: nowrap;
		height: 25px; 
		width: 145px;
}

#subscription .odd {
	background-color:#fff; 
}	
#subscription .odd td {
		background-color:#fff; 
		white-space: nowrap;
		height: 25px;
		width: 145px;		
		
}

#rightspacing
{
	width: 7px; 
	padding: 0px;
}
#choosePaymentTable {
	width: 100%;
}

#attributelist
{
	width:330px; 
}
.childHeadingSpan2
{
	float:left;
}

.ddlSort
{
	width: 180px;
}
.bannerheader
{
	display:none;	
}

#attributelist ul{

	  float:left;
	  clear:both;
	  padding:0;
	  margin: 0 0 12px 0;
}
	  
#attributelist ul li{
	  display: inline-block;
	  float:left;
	  white-space: nowrap;
	  background:url(../images/icon_choosen.gif) no-repeat;
	  padding-left:22px;
	  margin-bottom: 2px;
	  margin-right: 10px;

	  }
	  
.hiddenAboInfo 
{
	display: none;
}	  
/* Enable <ul> & <li> om Støtter-Telenor tjenestene on Listpage
#stotterList ul{

	  float:left;
	  clear:both;
	  padding:0;
	  margin: 0 0 12px 0;
	  }
	  
#stotterList ul li{
	  display: inline-block;
	  float:left;
	  background:url(../images/icon_choosen.gif) no-repeat;
	  padding-left: 22px;
	  margin-bottom: 2px;
	  } */

.productDetailChoosenAbo
{
	background-color: white;
	width: 138px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #0077ff;
	padding-left: 4px;
}	  
.aboitem2productDetailChoosenAbo
{
	background-color: white;
	width: 138px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #0077ff;
	padding-left: 4px;
}
.aboitem2
{
	background-color: white;
	width: 138px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #0077ff;
	padding-left: 4px;
}
.phonePrice
{
	font-weight: bold;
}
.showmore, .showall
{
	cursor: pointer;
}
#nosubdetail
{
	margin : 10px 0 0 0;
	float:right;
	text-align:right;
}
#stocklabel
{
	float:right;
	padding-left : 15px;
	margin-left: 15px;
}
.discountEnterCode
{
	font-size: 11px;
}
