/*  Least Cost SMS dot com Stylesheet
    Author: Axel Segebrecht (axs)
    Version: 1.0b
*/

html,body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS','Lucida Grande',Helvetica,sans-serif;
  font-size: 12px;
  line-height: 150%;
}

body {
  color: #333;
  background-image: url(../images/page_bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
  font-size: 14px;
}

em, i {
}

.sysMsg {
  background: #C9E4FF url(../images/info.gif) no-repeat 10px 6px;
  border-top: 1px solid #369;
  border-bottom: 1px solid #369;
  padding: 0.5em 3em;
  font-weight: bold;
  color: #333;
}

.sysErr {
  background: #FFDFDF url(../images/exclamation.gif) no-repeat 10px 6px;
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 0.5em 3em;
  font-weight: bold;
  color: #333;
}

.sysWarn {
  background: #ffc url(../images/warning.gif) no-repeat 10px 6px;
  border-top: 1px solid #f90;
  border-bottom: 1px solid #f90;
  padding: 0.5em 3em;
  font-weight: bold;
  color: #333;
}

.sysOK {
  background: #D1FFC9 url(../images/tick.gif) no-repeat 10px 6px;
  border-top: 1px solid #719F27;
  border-bottom: 1px solid #719F27;
  padding: 0.5em 3em;
  font-weight: bold;
  color: #333;
}


.showNone {
  display: none;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatNone {
  float: none;
}

img.inline {
  display: inline;
  padding: 0 0 3px 0;
  vertical-align: middle;
}
img {
  border: 0;
}

img.floatLeft {
  float: left;
  display: inline;
  padding: 0 0 0 0;
  margin: 0.5em 1em 0.15em -0.2em;
}

.wrapper {
  width: 800px;
  margin: 0 auto 4em auto;
  text-align: center; /* bleeding IE doesn't accept margin 0 auto */
}

.wrapper * { /* fixing what IE ruined: reset all following to left */
  text-align: left;
}

.header {
  background: transparent;
  position: relative;
  display: block;
  height: 75px;
}

.colLeft {
  float: left;
  width: 475px;
}

.colLeft p,
.colRight p,
.colLeft50 p,
.colRight50 p {
  font-size: 12px;
  line-height: 200%;
  text-align: justify;
}

.colLeft50,
.colRight50 {
  width: 48%;
}
.colLeft50 {
  float: left;
}
.colRight50 {
  float: right;
}

.colRight {
  float: right;
  width: 300px;
}

.wideCol {
  width: 100%;
}

h2 {
  color: #999;
  font-weight: bold;
  font-size: 240%;  
  letter-spacing: -1px;
  margin: 1.5em 0 1em 0;
}

#frontpage h2 {
  font-size: 200%;
  margin: 1em 0;
}
#frontpage .box h2 {
  margin: 0 0 0 0;
}

/*
.wideCol .leastCostSMSlogo {
  float: left;
}

.wideCol h2 {
  float: right;
  margin: 65px 0 0 0;
}
*/

/* Links
*/

a:link,
.altLink {
  color: #369;
}
a:visited,
.altLink:visited {
  color: #036;
}
a:hover, 
a:active,
.altLink:hover,
.altLink:active {
  color: #f30;
}

.altLink {
  cursor: hand;
  cursor: pointer;
}

.topofpage {
  display: block;
  text-align: right;
  background: transparent url(../images/top.gif) no-repeat right center;
  padding: 0 20px 0 0;
  font-size: 86%;
}

/* eCross Logo in Header
*/

.ecrossLogo {
  position: relative;
  top: 15px;
  float: left;
  width: 89px;
  height: 47px;
  text-indent: -9000em;
  margin: 0;
}
.ecrossLogo a {
  display: block;
  height: 47px;
  margin: 0px 0 0 0;
  text-decoration: none;
  background: #fff url(../images/Addex_logo.jpg) no-repeat top left;
}

/* Language Menu
*/

/* Language Menu
*/

.langMenu { /* container */
  position: relative;
  float: right;
  height: 75px;
}

.langMenu img {
  display: inline;
  padding: 0 0 3px 0;
  vertical-align: middle;
}

.langMenu .langMenuCurrent { /* currently selected language */
  z-index: 9999;
  position: absolute;
  width: 100px; /* 126px actual */
  top: 30px;
  right: 0;
  margin: 0;
  cursor: hand;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 2px 20px 2px 4px ;
  background: #eee url(../images/langmenu-bg.gif) no-repeat right center;
}
.langMenuCurrent a:link,
.langMenuCurrent a:visited {
  display: block;
  width: 100%;
}
.langMenuCurrent a:hover,
.langMenuCurrent a:active {
}

.langMenuList { /* available languages list */
  display: none;
  z-index: 9999;
  position: absolute;
  width: 126px;
  top: 50%;
  left: -126px;
  padding: 0;
  margin: 17px 0px 0px 0px;
  text-align: left;
}

.langMenuList a:link,
.langMenuList a:visited {
  display: block;
  width: 116px;
  white-space: nowrap;
  padding: 2px 4px;
  background: #ddd url(../images/langMenuList-bg.gif) repeat-x left center;
  text-decoration: none;
  border-top: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.langMenuList a:hover,
.langMenuList a:active {
  color: #333;
  background: #fc0 url(../images/langMenuList-bg_over.gif) repeat-x left center;
}

/* OLD .headerNfo {
  position: absolute;
  top: 21px;
  right: 150px;
  text-align: right;
}
.headerNfo a {
  background: #fff url(../images/user_icon.gif) no-repeat left center; 
  padding: 0 0 0 20px;
} */

.headerNfo {
  position: relative;
  float: right;
  top: 15px;
/*  position: absolute;
  top: 34px;
  right: 150px;
  text-align: right;
  margin: 0;*/
}
.headerNfo a {
  background: #fff url(../images/user_icon.gif) no-repeat left center; 
  padding: 0 0 0 20px;
}

.headerNfo a.logIn {
  font-weight: bold;
  background: #fff url(../images/lock_open_onBlue.gif) no-repeat left center;
}

.headerNfo span.langDE {
  background: #fff url(../images/flag_de.gif) no-repeat left center;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
}


/* Primary Navigation Menu
*/

#dolphincontainer {
  clear: both;
  position:relative;
  height:35px;
  color:#E0E0E0;
/*  background: #69c; */
  width: 100%;
  margin: 0;
  text-align: center;
}
#dolphinnav {
  position:relative;
  height:35px;
  font-size:14px;
  text-transform:capitalize;
  font-weight:bold;
/*  background: #fff url(../images/pnav_bg.gif) repeat-x bottom left;*/
  padding:0 0 0 20px;
}

#dolphinnav img {
  display: inline;
  vertical-align: middle;
  padding: 0 0 5px 0;
}

#dolphinnav ul {
  margin: 0 0 0 60px;
  padding:0;
  list-style-type:none;
  width:800px;
  float:none;
}
#dolphinnav ul li {
  display:block;
  float:left;
  margin:0 1px;
}
#dolphinnav ul li a {
  display:block;
  float:left;
  color:#EAF3F8;
  text-decoration:none;
  padding:0 0 0 20px;
  height:35px;
}
#dolphinnav ul li a span {
  padding: 10px 20px 0 0;
  height: 20px;
  float: left;
}
#dolphinnav ul li a:hover {
  color:#fff;
  background:transparent url(../images/pnav_bg-Over.gif) repeat-x bottom left;
}
#dolphinnav ul li a:hover span {
  display:block;
  width:auto;
  cursor:pointer;
}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover {
  color:#333;
  background: transparent url(../images/pnav_left-On.gif) no-repeat top left;
  line-height:275%;
}
#dolphinnav ul li a.current span {
  display:block;
  padding:0 20px 0 0;
  width:auto;
  background: transparent url(../images/pnav_right-On.gif) no-repeat top right;
  height:35px;
  cursor: text;
}

/* Content Headers and Masthead
*/

.leastCostSMSlogo {
  position: relative;
  width: 356px;
  height: 190px;
  text-indent: -9000em;
  margin: 0;
  padding: 0;
}
.leastCostSMSlogo a {
  display: block;
  height: 190px;
  margin: 0 0 0 0;
  text-decoration: none;
  background: #fff url(../images/least-cost-sms_logo.gif) no-repeat top left;
}

h1.leastCostSMSlogoSmall {
  position: relative;
  float: left;
  width: 220px;
  height: 70px;
  text-indent: -9000em;
  margin: 0;
  padding: 0;
}
h1.leastCostSMSlogoSmall a {
  display: block;
  height: 70px;
  margin: 0 0 0 0;
  text-decoration: none;
  background: #fff url(../images/lcsms-logo_small.gif) no-repeat top left;
}

.mastHead {
  z-index: 1;
  position: relative;
  width: 300px;
  height: 190px;
  text-indent: -9000em;
  margin: 0;
  padding: 0;
}
.mastHead a {
  z-index: 1;
  display: block;
  height: 190px;
  margin: 0 0 0 0;
  text-decoration: none;
  background: #fff url(../images/masthead_frontpage.gif) no-repeat top left; /* use this if no further styles defined */
}
#frontpage .mastHead {
  z-index: 1;
  background: #fff url(../images/masthead_frontpage.gif) no-repeat top left;
}

/* Boxes
*/

.box {
  position: relative;
  width: 300px;
  background: #fff url(../images/box_bg.gif) no-repeat top left;
  margin: 0 0 25px 0;
  padding: 0;
}

.box h2 {
  margin: 0 0 0 0;
  padding: 15px 0 15px 20px;
  color: #f60;
}
.box h2 a {
  text-decoration: none;
}

.box p {
  margin: 0 0 2em 0;
  padding: 15px 0 15px 20px;
}

.box ul {
  line-height: 200%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

.box li {
  float: none;
  background-image: url(../images/tick.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 0 20px;
}

.more {
  margin: 7px 0 7px 25px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/* SideNav
*/

.sideNav {
  position: relative;
  width: 220px;
  background: #fff url(../images/sideNavH2bg.gif) no-repeat left 18px;
  margin: 0 0 25px 0;
  padding: 0;
}

.sideNav h2 {
  width: 188px; /* 220 width - 32 padding */
  margin: 10px 0 20px 0;
  padding: 0px 32px 0px 0px;
}
.sideNav h2 a {
  text-decoration: none;
}

.sideNav p {
  margin: 0 0 2em 0;
  padding: 15px 0 15px 20px;
}

.sideNav ul {
  line-height: 200%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.sideNav li {
  position: relative;
  width: 220px;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
}

.sideNav li a {
  display: block;
  position: relative;
  width: 188px; /* 220 width - 32 padding */
  height: 24px; /* 26 height - 2 padding */
  padding: 2px 0 0 32px;
  text-decoration: none;
  font-weight: bold;
}

.sideNav li a:hover, .sideNav a:active {
  color: #000;
}

/* SideNav Icons */

h2#msgCentre {background:url(../images/sideNavH2_msgCentre.gif) no-repeat right center;}

li#priceChk a:link,li#priceChk a:visited {background:url(../images/sideNavLI_priceChk.gif) no-repeat left center;}
li#priceChk a:hover,li#priceChk a:active {background-position: left bottom;}
#priceCheck li#priceChk a {cursor: text;color:#f60;background-position: left top;}

li#msgSend a:link,li#msgSend a:visited {background:url(../images/sideNavLI_msgSend.gif) no-repeat left center;}
li#msgSend a:hover,li#msgSend a:active {background-position: left bottom;}
#sendMessages li#msgSend a {color:#f60;background-position: left top;}

li#hiStats a:link,li#hiStats a:visited {background:url(../images/sideNavLI_hiStats.gif) no-repeat left center;}
li#hiStats a:hover,li#hiStats a:active {background-position: left bottom;}
#statistics li#hiStats a {color:#f60;background-position: left top;}

h2#accCentre {background:url(../images/sideNavH2_accCentre.gif) no-repeat right center;}

li#iData a:link,li#iData a:visited {background:url(../images/sideNavLI_iData.gif) no-repeat left center;}
li#iData a:hover,li#iData a:active {background-position: left bottom;}
#myDetails li#iData a {color:#f60;background-position: left top;}

li#chrgAcc a:link,li#chrgAcc a:visited {background:url(../images/sideNavLI_chrgAcc.gif) no-repeat left center;}
li#chrgAcc a:hover,li#chrgAcc a:active {background-position: left bottom;}
#chargeAccount li#chrgAcc a {color:#f60;background-position: left top;}

li#toolDwld a:link,li#toolDwld a:visited {background:url(../images/sideNavLI_toolDwld.gif) no-repeat left center;}
li#toolDwld a:hover,li#toolDwld a:active {background-position: left bottom;}
#toolDownloads li#toolDwld a {color:#f60;background-position: left top;}

h2#supCentre {background:url(../images/sideNavH2_supCentre.gif) no-repeat right center;}

li#emlSup a:link,li#emlSup a:visited {background:url(../images/sideNavLI_emlSup.gif) no-repeat left center;}
li#emlSup a:hover,li#emlSup a:active {background-position: left bottom;}
#emailSupport li#emlSup a {color:#f60;background-position: left top;}


.payByCard {
  position: relative;
  height: 48px;
  background: #fff url(../images/creditcards.gif) no-repeat left bottom;  
  margin: 0;
}
.payByCard  span {
  position: absolute;
  display: block;
  height: 24px;
  top: 12px;
  left: 62px;
  margin: 0px 0 0 0;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
}

.payByTransfer {
  position: relative;
  height: 48px;
  background: #fff url(../images/banktransfer.gif) no-repeat left bottom;  
}
.payByTransfer  span {
  position: absolute;
  display: block;
  height: 24px;
  top: 12px;
  left: 62px;
  margin: 0px 0 0 0;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
}


/* Forms
*/

form {
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 150%; 
}

form div {
  border: none;
}

form h3 {
  color: #555;
  font-size: 1.2em;
  margin: 0.5em 0 1em 1em;
  padding: 0;
}

.altfieldset {
  position: relative;
  border: none;
  margin: 0;
  padding: 0.75em;
  background: url(../images/box_bg.gif) no-repeat 0 0;
}

.altfieldset div {
  position: relative;
  clear: left;
  border: none;
  margin: 0em 0 1em 1.25em;
  padding: 0;
}

label,
.altlabel {
  float: none;
  display: block;
  color: #333;
  font-weight: bold;
	margin: 0.7em 0 0.5em 0;
	cursor: hand;
  cursor: pointer;
}

.altlabel label {
  display: inline;
}

.requiredfield {
  background: url(../images/asterisk_orange.gif) no-repeat left center;
  padding-left: 24px;
  color: #f90;
}

.altlabel .requiredfield {
  
}

.box .requiredfield {
  margin: 0 0 2em 0;
  padding: 15px 0 15px 45px;
  background-position: 25px 18px;
}

.altfieldset input,
select {
  z-index: 0;
  line-height: 1;
  color: #333;
  font-weight: normal;
  font-size: 1em;
  border-top: 1px solid #999;
  border-left: 1px solid #ddd;
  border-right: 1px solid #999;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px !important;
  background: #fff; /* FFF9D7 */
}

select {
  padding: 1px 0;
  background-image: none;
}

textarea {
  height: 7em;
	width: 97%;
  border-top: 1px solid #999;
  border-left: 1px solid #ddd;
  border-right: 1px solid #999;
  border-bottom: 1px solid #ccc;
  padding: 3px 5px !important;
}

.altfieldset div div {
  display: block;
  position: relative;
  color: navy;
  margin: 0.5em 0 0 0;
}

.formrow {
  color: #333;
  font-size: 1em;
}

.oneRow {
  clear: both;
  float: none;
  position: relative;
}
.oneRow label {
  float: none;
  display: block;
  margin: 0 0 0 20px;
  white-space: nowrap;
}
.oneRow input {
  float: none;
  left: 0px;
  position: absolute;
  top: 1px;
}

input.checkbox {
  border: 0;
  padding: 0;
}

.formfooter {
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
  border: 0;
  margin: 2em 0 0 0;
	padding: 2em 0em 1em 0em;
	background: transparent url(../images/footer_shadow.gif) no-repeat center top;
}


input.button {  
  border: 3px double #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  padding: 0.25em 0.4em;
  background: #fff url(../images/button-bg.gif) repeat-x left center;
  color: #333;
  font-weight: bold;
  text-align: center;
}
input.button:active {
  border: 3px double #ccc;
  border-top-color: #999;
  border-left-color: #999;
  background: #fff url(../images/button-bg_Over.gif) repeat-x left center;
}

.formerr {
  position: relative;
  color: #c00;
  font-weight: bold;
  font-size: 1em;
  background: url(../images/exclamation.gif) no-repeat left center;
  padding: 0 0 1px 24px;
}
.altfieldset .fielderr {
  background: #fcc;
  border-size:2px;
  border-style:solid;
  border-color: #c00;
  font-weight: bold;
}

.toggle {
  display: inline;
  padding: 3px 0 0 3px;
  margin: 0;
}
.helptext {
  z-index: 1;
  white-space: no-wrap;
  display: none;
  position: relative;
  text-align: left;
  border: none;
  font-size: 1em;
  color: #369;
  background: transparent url(../images/help.gif) no-repeat 0px 8px;
  padding: 5px 0px 0px 25px;
  margin: 0em 0 0 0;
}

.altInput {
  border-bottom: 1px dotted #ccc;
}

/* Footer 
*/

.footer {
  clear: both;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  background: #ffe url(../images/footer_bg.gif) repeat-x top left;
  font-size: 11px;
  text-align: center;
}

.footer p {
  margin: 0;
  padding: 2em 0;
}

.footer a {
  text-decoration: none;
}

/* KB Stuff
*/

#knowledgebase h3 {
  color: #666;
  background: transparent url(../images/sideNavH2bg.gif) no-repeat 0 17px;
}

#knowledgebase h4 {
  margin-left: 1.5em;
}

.question {
  display: block;
  margin-left: 1.5em;
  padding-left: 20px;
  background: transparent url(../images/ico_question.gif) no-repeat 0 4px;
}
.answer {
  display: none;
  margin-left: 0em;
  padding: 10px 10px 10px 40px;
  background: transparent url(../images/answer_bg.gif) no-repeat top left;
}

#knowledgebase em {
  background: #ffc;
  padding: 0 0.25em;
}

.kb_search_result {
  background: transparent url(../images/ico_kb.gif) no-repeat 0 0;
  padding-left: 20px;
}

/* Price check form on front page
*/

#frontpage_pricecheck {
  display: block;
  float: left;
  width: 180px;
  padding: 1em;
  margin: 1em 2em 1em 0;
  border: 1px solid #ccc;
}

#frontpage_pricecheck p {
  margin: 0.5em 0;
  font-size: 80%;
}

#frontpage_pricecheck h2 {
  margin: 0 0 0.5em 0;
  font-size: 140%;
}
#frontpage_pricecheck h3 {
  margin: 1em 0 0.5em 0;
  font-size: 100%;
}