/* Browser reset */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/* Browser reset end */

body {
	background: no-repeat #6a9aae url("images/bg.jpg");
	background-attachment: fixed;
}

.topBG {
	background: url("images/topBG.png") no-repeat;
	width: 1064px;
	height: 131px;
	text-align: left;
}

.contentBG {
	background: url("images/contentBG.png") no-repeat top;
	width: 1064px;
	text-align: left;
}

.contentRepeatBG {
	background: url("images/contentRepeatBG.png") repeat-y 17px bottom;
	width: 1064px;
	text-align: left;
}

.bottomBG {
	background: url("images/contentBottomBG.png") no-repeat 17px;
	width: 1064px;
	height: 39px;
	text-align: left;
}

.menu{
	text-align:left;
	float:left;
}

.menu ul {
	height: 31px;
	list-style-type: none;
	padding:0px;
	margin: 0px;
}

.menu li {
	float:left;
	background-image: url(images/menuDivider.png);
	background-repeat: no-repeat;
	background-position: right;
}

.menu ul a {
	padding-bottom:9px;
	padding-left:13px;
	margin-left:10px;
	margin-right:10px;
	display: block;
	height:20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #606060;
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: 2px 5px;
	text-transform: uppercase;
}

.menu ul img {
	padding-bottom:10px;
	margin-left:7px;
	margin-right:7px;
	display: block;
}

.menu ul img:HOVER {
	cursor: pointer;
	cursor: hand;
}

.menu ul a:hover{
	color: #000;
}

.menu ul a.selected {
	color: #2c677c;
	font-weight: bold;
}

.basket {
	background-image: url("images/cardBasketBG.png");
	background-repeat: no-repeat;
	height: 52px;
	width: 331px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

.subMenuBG {
	background-image: url("images/subMenuBG.png");
	background-repeat: no-repeat;
	width: 201px;
	height: 358px;
	padding-right: 6px;
}

.mainContentBG {
	background-image: url("images/mainContentBG.png");
	background-repeat: no-repeat;
	width: 758px;
	height: 703px;
	padding-top: 50px;
	padding-left: 30px;
}

.signupMainBG {
	background-image: url("images/signupMainBG.png");
	background-repeat: no-repeat;
	width: 731px;
	height: 703px;
	padding-top: 37px;
	padding-left: 6px;
}

.arrowlistmenu {
	width: 167px; /*width of menu*/
	padding-left: 20px;
	padding-top: 46px;
}

.arrowlistmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li {
	padding-top:1px;
	padding-bottom: 1px; /*bottom spacing between menu items*/
	padding-left:10px;
	background-image: url(images/subMenuDivider.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.arrowlistmenu ul li a, .arrowlistmenu ul li a:visited {
	color: #000;
	display: block;
	padding: 8px 0;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #2c677c;
}

.arrowlistmenu ul li a.selected {
	color: #2c677c;
	background: url(images/arrow.png) no-repeat center left; /*custom bullet list image*/
	font-weight: bold;
}

.arrowlistmenu ul li.subMenu {
	padding-top:1px;
	padding-bottom: 1px; /*bottom spacing between menu items*/
	padding-left:10px;
	background-image:none;
}

.arrowlistmenu ul li.subMenu a, .arrowlistmenu ul li.subMenu a:visited {
	color: #000;
	display: block;
	padding: 0px 0;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}

.arrowlistmenu ul li.subMenu a:hover { /*hover state CSS*/
	color: #2c677c;
}

.arrowlistmenu ul li.subMenu a.selected {
	color: #2c677c;
	background: url(images/arrow.png) no-repeat center left; /*custom bullet list image*/
	font-weight: bold;
}

.headline {
	color: #2c677c;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
}


.content {
	text-align: left;
	color: #000;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	width: 680px;
}

.contentLandingPage {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	width: 1077px;
	height: 918px;
	background: url(images/Landingpage_step1.png) no-repeat top center; /*custom bullet list image*/
}

.contentLandingPage2 {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	width: 1077px;
	height: 918px;
	background: url(images/Landingpage_step2.png) no-repeat top center; /*custom bullet list image*/
}

.landingPageGirls {
	width: 296px;
	height: 168px;
}

.flashLandingPage {
	position: absolute;
	padding-left: 610px;
	top:0px;
}

.landingPageQuestions {		
	text-align: left;
}

a.landingPageLink {
	font-family: Arial;
	text-decoration:none;
	font-size: 12px;
	color: #2c677c;
}

a.landingPageLink:link {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

a.landingPageLink:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

a.landingPageLink:hover {
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.middelHeadLine {
	color: #2c677c;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.tabsBG {
	background: no-repeat url("images/tabsMenuBG.png");
	width: 697px;
	height: 27px;
	padding-left: 5px;
}

.tabBGCurrent {
	background: no-repeat url("images/tabsMenuCurrentBG.png");
	width: 217px;
	height: 32px;
	padding-bottom: 3px;
}

.tabBGCurrent a,  .tabBGCurrent a:link, .tabBGCurrent a:visited, .tabBGCurrent a:hover {
	color: #f19315;
	font-size: 18px;
	font-family: Arial;
	padding-left: 6px;
	padding-bottom: 3px;
	text-decoration: none;
}

.tabHeadLine {
	padding-bottom: 4px;
}

.tabHeadLine a, .tabHeadLine a:link, .tabHeadLine a:visited, .tabHeadLine a:hover {
	color: #397084;
	font-size: 18px;
	font-family: Arial;
	text-decoration: none;
}

.dataOnTheCellPhoneBG {
	background: no-repeat url("images/dataOnTheMobileBG.png") bottom right;
	width: 800px;
	height: 580px;
}

.blueButton {
	background: no-repeat url("images/blueButton.png");
	font-size:12px;
	font-family: Arial;
	border:none;
	cursor:pointer;
	height: 45px;
	width: 124px;
	color: #FFF;
	font-weight: bold;
}

.blueButton:HOVER {
	background: no-repeat url("images/blueButtonHover.png");
}

a {
	font-family: Arial;
	text-decoration:none;
	font-size: 12px;
	color: #2c677c;
}

a:link {
	text-decoration: none;
	color: #2c677c;
}

a:visited {
	text-decoration: none;
	color: #2c677c;
}

a:hover {
	text-decoration: underline;
	color: #2c677c;
}

.row1 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: solid #d6dfe9 1px;
	background-color: #f3f7fb;
}

.row2 {
	background-color: #e6edf3;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom: 5px;
	border-right: solid #d6dfe9 1px;
}

.tableHeadLine {
	color: #ea6f0c;
	background-color:#e6edf3;
	font-size: 14px;
	font-weight: bold;
	border-right: solid #d6dfe9 1px;
	border-top: solid #d6dfe9 1px;
	border-bottom: solid #d6dfe9 1px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom: 5px;
}

.internationaleRateBG {
	background: url("images/internationaleRateBG.png") no-repeat;
	background-position: right top;
}

.fontpageMyEvercall {
	background: no-repeat url("images/fontpageMyEvercall.png");
	width: 231px;
	height: 289px;
	padding-left: 25px;
	padding-top: 36px;
}

.text {
	font-family: Arial;
	font-size: 12px;
}

.textLandingPage {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

.textboxLogin {
	border: solid 1px #b5b5b5;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #888888;
	font-family: Arial;
	font-size: 13px;
	width: 170px;
}

.textboxLogin:focus {
	border: solid 1px #304c69;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #888888;
	font-family: Arial;
	font-size: 13px;
	width: 170px;
}

.frontpageQuikLinksBG {
	background: no-repeat url("images/frontpageQuikLinksBG.png");
	width: 229px;
	height: 373px;
	padding-left: 25px;
	padding-top: 20px;
}

.loginButton {
	background: no-repeat url("images/loginButton.png");
	font-size:13px;
	font-family: Arial;
	border:none;
	cursor:pointer;
	height: 26px;
	width: 103px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 2px;
}

.loginButton:HOVER {
	background: no-repeat url("images/loginButtonHover.png");
}

.button {
	background: no-repeat url("images/loginButton.png");
	font-size:13px;
	font-family: Arial;
	border:none;
	cursor:pointer;
	height: 26px;
	width: 103px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 2px;
}

.button:HOVER {
	background: no-repeat url("images/loginButtonHover.png");
}

.tooltip {
	display:none;
	background:transparent url(images/toolTipLoginBG.png);
	font-size:12px;
	height:158px;
	width:258px;
	padding:25px;
	color:#fff;	
}

.signupHelpClean {
	background: no-repeat url("images/signupHelpClean.png");
	width: 673px;
	height: 56px;
}

.signupHelp {
	background: no-repeat url("images/signupHelp.png");
	width: 673px;
	height: 56px;
}

.steps {
	background: no-repeat url("images/stepBG.png");
	width: 678px;
	height: 56px;
}

.signUpStatusCurrent{
	font-size: 16px;
	font-weight: bold;
	color: #194455;
}

.signUpStatus{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.greenButton {
	background: no-repeat url("images/greenButton.png");
	font-size:16px;
	font-family: Arial;
	border:none;
	cursor:pointer;
	height: 34px;
	width: 144px;
	color: #FFF;
	font-weight: bold;
}

.greenButton:HOVER {
	background: no-repeat url("images/greenButtonHover.png");
}

.littleGreenButton {
	background: no-repeat url("images/littleGreenButton.png");
	font-size:13px;
	font-family: Arial;
	border:none;
	cursor:pointer;
	height: 26px;
	width: 103px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 2px;
}

.littleGreenButton:HOVER {
	background: no-repeat url("images/littleGreenButtonHover.png");
}

.orangeButton {
	background: no-repeat url("images/orangeButton.png");
	font-size:16px;
	font-family: Arial;
	border:none;
	cursor:pointer;
	height: 34px;
	width: 144px;
	color: #FFF;
	font-weight: bold;
}

.orangeButton:HOVER {
	background: no-repeat url("images/orangeButtonHover.png");
}

.newNumberRight {
	padding-right: 5px;	
}
.newNumberLeft {
	padding-right: 34px; 
	padding-left: 10px;	
}
.newNumberDesign {
	float: left;  
	padding: 2px; 
	margin-right: 2px; 
	margin-bottom: 2px;
	font-size: 14px;
	padding-bottom: 20px;
}

.pickedNumberRight {
	padding-right:10px; 
	padding-left: 5px;	
}
.pickedNumberLeft {
	padding-right: 4px;
	padding-left: 13px;	
}
.pickedNumberDesign {
	float: left; 
	padding: 2px; 
	margin-right: 2px; 
	margin-bottom: 2px;
	font-size: 14px;
}

.textboxChildCredit {
	width:40px;
	border: solid 1px #999;
	font-size:12px;
	font-family: Arial;
}

.textboxChildCredit:focus {
	width:40px;
	border: solid 1px #304c69;
	font-size:12px;
	font-family: Arial;
}

.textbox {
	border: solid 1px #999;
	font-size:12px;
	font-family: Arial;
}

.textboxSignUp {
	border: solid 1px #999;
	font-size:12px;
	font-family: Arial;
	width: 224px;
}

.textboxSignUp:focus {
	border: solid 1px #304c69;
	font-size:12px;
	font-family: Arial;
	width: 224px;
}

.textbox:focus {
	border: solid 1px #304c69;
	font-size:12px;
	font-family: Arial;
}

.textboxAdress:focus {
	border: solid 1px #304c69;
	font-size:12px;
	font-family: Arial;
}

.textboxAdress {
	border: solid 1px #999;
	font-size:12px;
	font-family: Arial;
}

.dropdown:focus {
	border: solid 1px #304c69;
	font-size:12px;
	font-family: Arial;
	background-repeat:repeat-x;
}

.dropdown {
	border: solid 1px #999;
	font-size:12px;
	font-family: Arial;
	background-repeat:repeat-x;
}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    margin-top: -10px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(../../websiteCommon/images/pointer.gif) no-repeat -10px 5px;
    color: #000;
    font-size: 14px;
	font-family: Arial;
	font-weight: normal;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 8px;
    width: 10px;
    height: 19px;
    background: url(../../websiteCommon/images/pointer.gif) left top no-repeat;
}


/*Popup start*/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url('../../websiteCommon/popup/images/title.gif') top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url('../../websiteCommon/popup/images/info.gif');
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url('../../websiteCommon/popup/images/info.gif');
}

#popup_content.shopping {
	background-image: url('images/basketIcon.png');
}

#popup_content.succes {
	background-image: url('../../websiteCommon/popup/images/ok.png');
}

#popup_content.confirm {
	background-image: url('../../websiteCommon/popup/images/important.gif');
}

#popup_content.prompt {
	background-image: url('../../websiteCommon/popup/images/help.gif');
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/* Support Guide popup */
#popup_container.supportGuide {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#popup_container.supportGuide #popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url('../../websiteCommon/popup/images/title.gif') top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_container.supportGuide #popup_content {
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

#popup_container.supportGuide #popup_message {
    padding-left: 0px;
    padding-right: 0px;
}

#popup_container.supportGuide #popup_message iframe{
	height: 400px; 
	width: 600px;
}


/*Popup end*/

.suggestionsBox {
	position: absolute;
	border: 1px solid #2686ec;
	width: 200px;
	background:#f5f5f5;
	color: #000;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	padding: 3px;
	cursor: pointer;
	list-style: none;
}

.suggestionList li:hover {
	background-color: #e2e2e2;
}

.signUpHeadline {
	border-bottom:1px solid #d6dfe9;
	color: #2c677c;
	padding-top: 10px;
}

.addonRight {
	padding-left: 5px;
}
.addonLeft {
	padding-right: 5px;
}

.addonDesign {
	width:100%;
	border: solid 1px #d6dfe9; 
	background-color: #e6edf3;
	padding: 2px; 
	margin-right: 2px; 
	margin-bottom: 2px
}

.pagePickerCurrent{
	color:#000; 
	border: 1px solid #d6dfe9; 
	padding-top: 1px; 
	padding-bottom: 1px;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
	background-color: #d6dfe9;
	cursor: pointer; 
	cursor: hand; 
}

.pagePickerCurrent:hover{
	color:#000; 
	text-decoration: none;
	background-color: #d6dfe9;
}

.pagePicker{
	color:#000; 
	cursor: pointer; 
	cursor: hand; 
	border: 1px solid #d6dfe9; 
	padding-top: 1px; 
	padding-bottom: 1px;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
}

.pagePicker:hover{
	color:#000; 
	text-decoration: none;
	background-color: #d6dfe9;
}

/* Support guide */

.mainContentBG#supportGuideContainer {
	background-image: none;
	padding-top: 0px !important;
	padding-left: 0px !important;
	height: 400px;
	width: 570px;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#supportGuideContainer #content {
	width: 400px;
	background-image: none;
	margin-top: auto !important;
	margin-bottom: auto !important;
	margin-left: auto;
    margin-right: auto;
}

#supportGuideContainer #question {

}

#supportGuideContainer #answers {
	padding-top: 10px;
}

// Boxes in the tools class;
.debugBox {
	background-color: silver;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 3px;
	max-width: 500px !important;
}

.debugBox #header {
	top: 0;
	left: 0;
	background-color: black;
	color: white;
	border-style: none;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 2px;
	max-width: 500px !important;

}

.debugBox #content {
	background-color: silver;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	max-height: 300px;
	overflow: auto;
	max-width: 494px !important;
}

.errorBox {
	background-color: #FFFDD0;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	max-width: 400px !important;

}

.errorBox #header {
	top: 0;
	left: 0;
	background-color: red;
	color: white;
	border-style: none;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 2px;
}

.errorBox #content {
	background-color: #FFFDD0;
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 1px;
	padding: 2px;
	max-height: 300px;
	overflow: auto;
}

.alertBox {
	background-color: #FFFDD0;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	max-width: 400px !important;
	width: 100%;
}

.alertBox #header {
	top: 0;
	left: 0;
	background-color: green;
	color: white;
	border-style: none;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 2px;
}

.alertBox #content {
	background-color: #FFFDD0;
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 1px;
	padding: 2px;
	max-height: 300px;
	overflow: auto;
}

.infoBox {
	background-color: #FFFDD0;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	max-width: 400px !important;
	width: 100%;
}

.infoBox #header {
	top: 0;
	left: 0;
	background-color: #0094FF;
	color: white;
	border-style: none;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 2px;
}

.infoBox #content {
	background-color: #FFFDD0;
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 1px;
	padding: 2px;
}

