/* Style classes for order flow timeout on www.telia.se */
#sessionContentMain {
	width:554px;
	text-align:center;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
}

#sessionInnerContent {
	margin-top:8px;  
	background:url('/img/page/bg_session_timeout.png'); 
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
	width:380px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#sessionInnerContent h1 {
	margin-bottom:5px;
}

.contentPadding {
	padding: 5px;
}

#startOverButton {
	margin-top:20px;
}

/**
POPUP STYLINGS
*/
#orderflow-timeout-message {
  display: none;
  position: absolute;
  z-index: 10;
  top: 200px;
  width: 430px;
  padding-top: 0px;
  padding-bottom: 50px;
  cursor: move;
  background: transparent url('/img/page/tsTimeOutBox.png') no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  left: 400px;
}

#orderflow-timeout-message h3, h4, p {

/*   margin: 0; edit by osha00, 110407 10:53*/
   padding: 0;
}

#orderflow-timeout-message #orderflow-timeout-hide {
  position: absolute;
  top: 8px;
  left: 390px;
  background: transparent url('/img/page/closecross.png') left top no-repeat;
  font-weight: bold;
  border: none;
  padding: 0;
}

#orderflow-timeout-message #orderflow-timeout-hide a {
  display: block;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
}

#orderflow-timeout-message h3 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

#orderflow-timeout-message div.inner {
  position: relative;
}

#orderflow-timeout-message h4,
#orderflow-timeout-message p,
#morderflow-timeout-message #orderflow-timeout-continue {
  width: 381px;
 _width: 420px; /*IE hack för bredden */
  padding: 10px 10px 0px 10px;
  background-color: #fff;
  margin-left: 10px;
}

#orderflow-timeout-message h4 {
  color: #652D86;
  font-weight: normal;
  font-size: 18px;
}

#orderflow-timeout-message p#orderflow-timeout-continue {
  width: 89px;
  padding-left: 302px;
  padding-bottom: 10px;
}

#orderflow-timeout-message #orderflow-timeout-continue  span {
  display: block;
  background: url('/img/buttons/btn_fotsatt_bestallning.png') left top no-repeat;
  border: none;
}

#orderflow-timeout-message #orderflow-timeout-continue a {
  display: block;
  width: 89px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
}


