input[type='submit']
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}

html { margin-top: 0px; }

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	margin-left:0px;
	margin-right:5px;
	color: #fff;
}

img { border:0; }

input {
	font-size:14px;
}
.btn {
  border: none !important;
  font-family: "Basic";
  /* Primary Button */
  /* Secondary Button */
  /* Special Buttons */ 
  -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
	height: 25px;
    vertical-align: middle;
    white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	text-decoration:none!important;
	text-transform: lowercase!important;
	}
  .btn.btn-primary {
    border-color: #000;
    color: #fff;
    background-color: #000;}
  .btn.btn-primary:hover,
  .btn.btn-primary.hover,
  .btn.btn-primary:focus,
  .btn.btn-primary.focus,
  .btn.btn-primary:active, 
  .btn.btn-primary.active {
    color: #fff;
    background-color: #000; }
	.btn.btn-disabled {
		background-color: #c9c9c9!important;
		cursor:default;
	}
	
	.btn.btn-primary-small {
    background-color: #057d9f;
  border-color: #057d9f;
  text-transform: lowercase!important;
    color: #fff;
	width: 82px;
	height: 26px;}
  .btn.btn-primary-small:hover,
  .btn.btn-primary-small.hover,
  .btn.btn-primary-small:focus,
  .btn.btn-primary-small.focus,
  .btn.btn-primary-small:active, 
  .btn.btn-primary-small.active {
    color: #fff;
    background-color: #17a0c7; }
	
  .btn.btn-secondary {
    border: none;
    color: #000000;
    background-color: #000;
    margin-left: 4px; }
  .btn.btn-secondary:hover,
  .btn.btn-secondary:focus,
  .btn.btn-secondary.focus,
  .btn.btn-secondary:active,
  .btn.btn-secondary.active {
    color: #000000;
    background-color: #bcbcbc; }
	
	.cartprevbtn {
		margin-left: 10px;
		width: 192px!important;
	}
	
	.enterButt {
		width: 360px!important;
		font-size:18px!important;
		border-radius:14px;
		background-color: #077090;
		color: white;
		cursor:pointer;
		height:38px;
	}
	.enterButt:focus {
		outline:0;
	}
	.btn-save {
		background-color: #00a20b!important;
	}
	.activeStageMessage {
		color: #3A4147!important;
	}
	.notActiveStageMessage {
		color: #c0c0c0!important;
		cursor:default!important;
	}
	.completedStageMessage {
		color: #37CA3E!important;
	}
	.activeStage {
		background-color: #3A4147!important;
	}
	.notActiveStage {
		background-color: #c0c0c0!important;
		cursor:default!important;
	}
	.completedStage {
		background-color: #37CA3E!important;
	}
	.stageIcon {
		font-size: 21px!important;
		margin-left: -6px;
		margin-top: 1px;
	}
	
	.stageLoggedIn {
		display: none!important;
	}
		.btn.btn-save:hover,
	  .btn.btn-save:focus,
	  .btn.btn-save.focus,
	  .btn.btn-save:active,
	  .btn.btn-save.active {
		  background-color: #37bb40!important;
	  }
	  
	  .btn-stage {
    border-radius: 100% !important;
    display: inline-block;
    height: 22px!important;
    width: 8px!important;
	margin-right: 5px;
	margin-left: 20px;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0)!important;
	margin-bottom: 4px!important;
        padding: 5px 12px !important;
}

.formLabel-large {
    font-size: 18px !important;
}
	  
	  .staging-area {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 5px;
}
	
	.btn-delete {
		background-color: #e40000!important;
	}
		.btn.btn-delete:hover,
	  .btn.btn-delete:focus,
	  .btn.btn-delete.focus,
	  .btn.btn-delete:active,
	  .btn.btn-delete.active {
		  background-color: #ff5555!important;
	  }
.red {
	border:1px solid red;
}
.input_box {
	border:1px solid gray;
	padding:2px;
	width:130px;
	height:1.2em;
}
.sep {
	display:block;
	background:url(../images/sep_02.gif) repeat-x center;
	width:100%;
}

.infoTable {
    color: #000000;
    margin-left: 2px;
    margin-right: 2px;
	margin-bottom: 60px;
}
.managementInput {
	font-family: "Basic";
	font-size: 12px;
	color:#000000;
	line-height:11px;
	height:23px;
	margin:0;
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	border:1px solid #c9c9c9;
	border-radius: 5px;
	line-height: 1.42857;
    margin-bottom: 1px;
	background-color: #f5f6f6;
}

.dropdownHeight {
	height:35px;
	font-size:15px;
	margin-right:5px;
	padding: 2px 9px;
}

.disabledField {
	background-color: #c9c9c9 !important;
}

.submit_but {
background-color: #000;;
color:white;
font-weight:bold;
height:1.65em;
position:relative;
top:1px;
border-top:2px solid #fca34f;
border-left:2px solid #fca34f;
border-bottom:2px solid #e3741a;
border-right:2px solid #e3741a;
}

.btn_management {
	font-size:14px;
}

#cont_table {
background: #ffffff;
position:relative;
}

/*#login_box { display:inline; position:relative; top:-14px; } */
#login_box {
}

#top_nav ul {
background: #000;
margin:0;
padding:0;
display:inline;
}

#top_nav li {
display:inline;
color:white;
font-weight:bold;
padding-left:0.7em;
background: #000;
}

#top_nav #call_us {
float:right;
display:inline;
color:white;
font-weight:bold;
padding-right:0.4em;
}
#top_nav {
height:42px;
width:100%;
}

h3 {
color:#000;
text-transform:uppercase;
margin-top:1em;
}

#index_text p {
line-height:1.5em;
color:#222222;
margin-bottom:0;
margin-top:10px;
padding:0 1em 0 1.5em;
}
.index_number_box {
background:url(../images/bot-panel-blank.gif) no-repeat;
margin-top:0.6em;
}

.index_number_box h2, #index_mid_box h2, .browse_table h2, #browse_page h1, #cont_table h2, #cont_table h2 a {
color:#000;
font-size:20px;
font-weight:bold;
margin:5px 0 0 10px;
text-transform:uppercase;
text-decoration:none;
}

#cont_table h2, #cont_table h2 a {
margin-left:8px;
} 

.index_number_box h2, #index_mid_box h2, .browse_table h2, #browse_page h1, #cont_table h2, #cont_table h2 a {
color:#000;
}

.index_number_box h2 span, #index_mid_box h2 span, .browse_table h2 span, .free_0845_tag span {
color:#000;
}
.sample_number_table a {
color:#000;
text-decoration:none;
}
.sample_number_table a:link {
color:#000;
text-decoration:none;
}
.sample_number_table a:visited {
color:#000;
text-decoration:none;
}
.sample_number_table a:hover {
color:#000;
text-decoration:none;
}
.sample_number_table a:active {
color:#000;
text-decoration:none;
}
p a, .table_style_1 a {
color:#000;
text-decoration:none;
}
p a:link, .table_style_1 a:link {
color:#000;
text-decoration: underline;
}
p a:visited, .table_style_1 a:visited {
color:#000;
text-decoration: underline;
}
p a:hover, .table_style_1 a:hover {
color:#000;
text-decoration: underline;
}
p a:active, .table_style_1 a:active {
color:#000;
text-decoration: underline;
}

.sample_number_table {
width: 100%;
cursor:pointer;
}
.sample_number_table td {
font-weight:bold;
font-size:17px;
}
.browse_table h2 {
margin:0.7em 0 0 0.5em;
font-size: 1.5em;
padding:0;
}
.index_number_box h2, #index_mid_box h2 {
margin:0.1em 0 0 0.5em;
padding:0;
margin: 2px 0 0 15px;
}
.index_number_box p, #index_mid_box p {
color:#666666;
padding-right:2em;
margin:7px 0 0 6px;
line-height:1.4em;
}

#index_mid_box p {
padding:0 20px 0 18px;
position:relative;
}

.index_number_box table {
margin-top:-1.2em;
}
.assign_table {
margin-top:2px;
}
#index_mid_box {
margin:0.7em 0 0.5em 0;
}
#index_mid_box p {
margin:-3px 0 0 0.1em;
}

#index_mid_box .sample_number_table {
position:relative;
margin-right:-30px;
}

#index_text p {
margin:0.6em 0 0 0.1em;
}

#index_mid_box h2 {
margin-top:0.3em;
}
#index_top_image {
margin: 0.7em 0 0.6em 0;
}

#index_mid_box {
background:url(../images/mid-panel-blank-3.gif) no-repeat;
}
.panel_1_bg {
background:url(../images/mid-panel-blank.gif) no-repeat;
}

#browse_page .sample_number_table {
width:503px;
position:relative;
left:1px;
}

#browse_page_all .sample_number_table {
position:relative;
margin-left:-10px;
}

p a, .table_style_1 a {
color:#000;
text-decoration:none;
font-weight:bold;
}

.free_0845_tag {
color:#000;
font-size:1.5em;
font-weight:bold;
}
.index_free_number {
margin:0.1em 0.4em 0.4em 0;
font-size:3em;
width:8.4em;
padding:0.1em;
color:#000;
font-weight:bold;
border:1px solid gray;
background-color:white;
line-height:2em;
}
.small_gr_text {
font-size:0.7em;
color:#666666;
font-family: arial;
}
input .index_free_number {
line-height:1em;
}
#assign_0845_to {
background:url(../images/assign_num_bg.gif) center no-repeat #000000;
position:relative;
top:0;
margin:0.2em 0.18em 0em 0;
line-height:normal;
}
#assign_button {
position:relative;
top:1em;
}
#top_nav a {
color:white;
text-decoration:none;
}
#top_nav a:link {
color:white;
text-decoration:none;
}
#top_nav a:visited {
color:white;
text-decoration:none;
}
#top_nav a:hover {
color:white;
text-decoration:none;
border-bottom:4px solid white;
}
#top_nav a:active {
color:white;
text-decoration:none;
}
.browse_table {
background:url(../images/browse_tab_rep.gif) repeat-y;
margin:1em 0 0 0.2em;
}
.browse_table_top {
background:url(../images/browse_tab_top.gif) no-repeat;
}
.browse_table_bot {
/*background:url(ttimages/browse_tab_bot.gif) no-repeat 0 0; */
}
.browse_results table {
margin-left:10px;
}

.browse_table_top h2 { height:30px; font-size:14px; }

.browse_table p {
padding-right:1em;
margin-top:1em;
}
#cont_table h2.browse_h2 {
font-size:1.3em;
margin-left:-0.4em;
}
.o_text {
color:#000;
font-size:1.5em;
}
.rssButton {
margin-bottom:-4px;
}

#browse_exp {
position:absolute;
width:760px;
/*top:1620px;*/
margin-top:1370px;
margin-left:auto;
margin-right:auto;
}
#browse_exp table {
margin-left:40px;
}
#index_text {
position: absolute;
margin-top:785px;
}
.h3_like {
font-size:1.5em;
font-weight:bold;
position:relative;
top:10px;
left:15px;
color:#A3A3A3;
}
div.hr {
height: 10px;
background: url(../images/sep_02.gif) repeat-x center;
}
div.hr hr {
display: none;
}
#index_text {
height:180px;
width:680px;
overflow:scroll;
overflow-x:hidden;
}
.table_style_1 {
background-color:#f6f6f6;
padding: 2px;
border:1px solid #CCCCCC;
text-align:center;
}
.table_style_1 td {
padding:3px;
border-right: 1px solid #CCCCCC;
color:#999999;
}
.table_style_1 td.first_cell {
border-left: 1px solid #CCCCCC;
}
.costs_table {
background-color:#F6F6F6;
border:1px solid #CCCCCC;
padding:3px;
width:235px;
}
.features_table {
background-color:#F6F6F6;
border:1px solid #CCCCCC;
width:204px;
margin-left:10px;
padding:0;
}
.features_table .alt_row {
background-color:#fff;
}

.costs_table td, .costs_table th {
height:30px;
}
.costs_table .alt_row {
background-color:#fff;
}
.costs_table h3 {
text-transform:uppercase;
color:#666666;
font-size:12px;
}
#costs_para {
position:absolute;
margin-top: 775px;
margin-left:5px;
width:220px;
font-size:13px;
line-height:25px;
color:#666666;
text-align:left;
}

table.mobratestable {
border:1px solid #CCCCCC;
font-size:1em;
margin:0 20px 20px 10px;
border-bottom:0;
border-right:0;
}

table.mobratestable td, table.mobratestable th 
{ 
text-align:center; 
border-bottom:1px solid #CCCCCC; 
border-right:1px solid #CCCCCC;
}

.bgc1 { background-color:#EFEFEF; }

#cont_table ul.normList li { 
list-style:disc; 
list-style-image:none;
position:relative;
left:17px;
line-height:1.9em;
color:#666666;
}

h2.o_text { margin-left:-1px; }

#cart {
width:220px;
z-index:999;
}

.cart_popup #c_mid {
text-align:left;
width:150px;
padding:4px;
cursor:pointer;
font-size:12px;
line-height:15px;
background-repeat:repeat-y;
color:#505050;
z-index:99999;
}

.need_to_know {
color: #000000;
display: inline-block;
font-family: basic;
font-size: 28px;
font-weight: normal;
position: relative;
}

.cart_popup {
/* 	visibility:hidden; */
display:none;
position:absolute; 
margin-top:22px!important; 
margin-left: 30px;
z-index:99999;
}

.cart_popup img {
	position:relative;
}

#cartinfo {
	cursor:pointer;
	color:#505050;
	font-size:13px;
	font-weight:bold;

	overflow: hidden;
	white-space: nowrap;
	padding:11px 5px 0 0!important;
}

#browse_page .add_button {
padding-right:2px;
}

#index_free_png
{
float:right;
position:relative;
width:130px; 
height:122px;
margin-right:-20px;
margin-top:-25px;
z-index:1;
}
#index_plat_png
{
float:right;
position:relative;
width:130px; 
height:122px;
margin-right:-20px;
margin-top:-20px;
margin-bottom:0;
z-index:1;
}
#index_top_0800_box
{
margin-top:6px;
}

#0800_number_costs_table table
{
margin-left:20px;
border:1px solid #CCCCCC;
}

#header_bg
{

}

.n_link
{
cursor: pointer;
cursor: hand;
}

.help
{
cursor:help;
}

.socialIconsTwitter {
	height:auto; width:auto;margin-left: 3px;
}

.socialIconsFacebook {
	height:auto; width:auto;margin-left: 3px;  margin-top: 7px;
}

.promoform {
border: solid #AAAAAA 1px;
width:550px;
margin:5px;
padding:5px;
}

/*entries for showcart*/
.showcell {visibility:visible; display:block; }
.hidecell {visibility:hidden; display:none; }
.showrow  {visibility:visible; }
.hiderow  {visibility:hidden; display:none; }

.dd_form  {border:2px solid black; margin:20px;}
.dd_form div {position:relative; padding-left:15px; height:20px;}
.dd_field { position:absolute; left:200px; white-space:nowrap; width:200px;}

.cartitempanel {
position:relative;
background-image:url(../images/cart_bg_01.gif);
background-repeat:no-repeat;
background-position:1em 0;
height:193px;
width:586px;
}
.carttotalpanel table {
position:absolute;
}
.carttotalpanel {
position:relative;
background-image:url(../images/cart_total_bg_01.gif);
background-repeat:no-repeat;
height:104px;
left: 464px; 
width: 117px;
}
.cartitempanel div {
position:absolute;
}
.cartfeature { font-weight:bold; color:#4ead5c;}

#top_logo { font-family:'Concert One'; font-size: 40px; padding: 9px 0px 9px 20px; margin: 1px; width:263px;}
#nav_bar { height: 42px; background: #000; margin: 0px 0px -1px 0px; padding: 0px; border-right: 1px solid white; }
#nav_bar ul { list-style-type: none; padding: 0px; margin: 0px; }
#nav_bar ul li { color: #000000; float: left; line-height: 42px; padding: 0px 10px; margin: 0px 1px; }
#nav_bar ul li a { color: #ffffff; text-decoration: none; font-weight: normal; font-family: 'Basic'; font-size:1.3em; }
#nav_bar ul li a:hover { border-bottom: 4px solid white; }
#why_use p { font-size: 1.0em; line-height: 1.6em; }
.navfirst {  border-left: 1px solid white; border-right: 1px solid white; }
.navli {  border-right: 1px solid white; }
.navlast { }
.footer { height: 160px; padding-top: 16px; background: #444444; color: #A7A7A7; }
.footer p a { font-weight: normal; color: #A7A7A7!important; }
.concert { font-family:'Concert One'; font-size:27px; padding: 0px; margin: 0px; }
.title_hilite { color: #000; }
.title_black { color: #000000 !important; }
.title_underline { text-decoration: underline; }
.match_main_background { background: #000; }
.hilite_cell:hover { background: #000; }
.border_cell { border: 1px solid #000; padding: 18px; }
.banner_text_black { color: #000000; font-family:'Basic'; font-size: 2.2em; position: relative; top: -5px; }
a { color: #000; text-decoration: underline; }
.bgmain { background:#000; }
.logbut { font-family:'Basic'; background: #000; color: white !important; display: inline-block; height: 25px;}
.lostbut { font-family:'Basic'; background: #000; color: white !important; display:inline-block; padding-left: 5px; padding-right: 6px; width: 24px; height: 25px; margin-left: -2px;}

/* ------------------------------- Main Tags Reformatted ------------------------------------- */
body {
background: #fff;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
margin-left:0px;
margin-right:5px;
color:#666666;
}

input, select { font-size:75%; font-family:Verdana,Arial,sans-serif; }

h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:14px; }

h1, h2, h3, p { padding-left:10px; }

table {font-size:100%;}

.infohelp { cursor: help; }



body {
margin-top: 0px;
margin-left:0px;
margin-right:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#CE7311;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#CE7311;
margin-bottom:0;
}

a img {
border:0;
}

acronym { border:0; }

/* ------------------------------------- Links ---------------------------------------------- */

a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:underline;}
a:active { text-decoration:none;}

#top-nav a:link { text-decoration:none; color:black;}
#top-nav a:visited { text-decoration:none; color:black;}
/* #top-nav a:hover { text-decoration:underline; color:black;} */
#top-nav a:hover { text-decoration:none; color:#FFC000;}
#top-nav a:active { text-decoration:none; color:black;}

#con-left a:link { text-decoration:none; color:black;}
#con-left a:visited { text-decoration:none; color:black;}
#con-left a:hover { text-decoration:underline; color:black;}
#con-left a:active { text-decoration:none; color:black;}

h2 a:link { color:#CE7311; text-decoration:underline;}
h2 a:visited { color:#CE7311; text-decoration:underline;}
h2 a:hover { color:#CE7311; text-decoration:underline;}
h2 a:active { color:#CE7311; text-decoration:underline;}

/* ------------- General Classes ---------------------------------------------------------- */

#pageHeight {
float: left;
width: 1px;
height: 536px;
height /**/: 546px;
}

.interfaceBigText {
font-size:32px;
font-weight:bold;
color:#000066;
}

.interfaceMedText {
font-size:25px;
font-weight:bold;
color:#000066;
width:307px;
margin-bottom:5px;
overflow:hidden;
height:32px;
}

.greyTxt {color: #666666}

.underH2 { margin-top:0; color:#FFC000; font-weight:bold;}

.highlightTxt { color:#FFC000; font-weight:bold; }

.highlightTxt2 { color:#FFC000; }

.pad15L { margin-left:15px; }
.pad65L { margin-left:81px; }

.smallText { font-size:10px; color:#666666;}
.mediumText { font-size:12px; color:#666666;}

.resultTable { margin-left:2px; margin-right:2px; color:#000000; border-top:1px solid #C9C9C9; border-left:1px solid #C9C9C9; border-right:1px solid #C9C9C9; }
.resultTable td { color:#000000; border-bottom:1px solid #C9C9C9; }
.resultTable th { color:#000000; background-color:#F4F4F4; }

.resultTable2 { margin-left:2px; margin-right:2px; color:#000000; border:1px solid #C9C9C9; border-collapse:collapse; }
.resultTable2 td { color:#000000; border-top:1px solid #C9C9C9; border-bottom:none; }
.resultTable2 th { color:#000000; background-color:#F4F4F4; }
.routetoggleblock { background-color:#F4F4F4; }
.routetogglediv {width: 170px; text-align:left;}
.vertical-line {width: 1px; /* Line width */ margin-left: 25px; margin-right: 25px; background-color: #bbbbbb; /* Line color */ height: 100%; display:inline-block; float: left;}
.infoTable { margin-left:2px; margin-right:2px; color:#000000; float:left; border-right:1px solid #C9C9C9; padding-right: 25px;}

.expandTable {border:dotted 1px #777777; border-collapse:collapse; width:670px;}
.expandTable tr td {border:none; padding-top:3px; padding-bottom:3px;}

.leftBorder { border-left:1px solid #C9C9C9; }
.leftBorder2 { border-left:1px solid #C9C9C9; }
.bottBorder { border-bottom:1px solid #C9C9C9; }

.loginLabel {
	font-size: 15px;
	color: #3d454c;
	font-family: "Basic";
	text-align: right;
}

.loginNote {
	font-size: 13px!important;
	font-family: "Basic";
	text-decoration: underline!important;
}
.cartitempanel .destination-number .ci_numinput input.cartForm,
.promoform .promo-input input#promocode {
    font-family: "Basic", arial;
    font-size: 15px;
    height:35px;
    color:#000000;
    line-height:11px;
    margin:0;
    padding:2px;
    padding-left:9px;
    padding-right:9px;
    border:1px solid #c9c9c9;
    border-radius: 5px;
    line-height: 1.42857;
    margin-bottom: 1px;
    background-color: #f5f6f6;
    width: 168px;
    box-sizing: border-box;
}

.loginInput {
    font-family: "Basic", arial;
    font-size: 15px;
    height: 29px;
    color: #000000;
    line-height: 11px;
    margin: 0;
    padding: 2px;
    padding-left: 9px;
    padding-right: 9px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    line-height: 1.42857;
    margin-bottom: 1px;
    background-color: #f5f6f6;
    width: 172px;
}
.loginBtn {
	width:168px;
	height:25px;
	padding-bottom: 4px;
	padding-top: 6px;
}
#lpd_lostlogin {
	text-decoration:underline!important;
}

	.formLabel {
	font-size: 15px;
	color: #3d454c;
	font-family: "Basic";
	text-align: right;
	margin-top: 1%;
	margin-top: 2px;
}
.formInput {
	font-family: "Basic";
	font-size: 15px;
	height:29px;
	color:#000000;
	line-height:11px;
	margin:0;
	padding:2px;
	padding-left:9px;
	padding-right:9px;
	border:1px solid #c9c9c9;
	border-radius: 5px;
	line-height: 1.42857;
    margin-bottom: 1px;
	background-color: #f5f6f6;
	width: 172px;
	}
.formMessage {
	font-family: 'basic';
	border-radius: 7px;
    color: #fff;
    height: auto;
	line-height: 15px;
    max-width: 138px;
    padding: 4px 8px 8px;
    position: absolute;
	margin-left: -2px;
	margin-top: 0.4%;
    width: 100%;
    z-index: 300;
	background-color: #f45151;
	display: none;
}

.formPointer {
	height: 6px;
    position: absolute;
    right: auto;
    top: 8px;
    transform: rotate(45deg);
    width: 6px;
	background-color: #f45151;
	margin-left: -11px;
}
.secretQAFields {
	width:240px;
}
.requiredDescription {
	text-align: center;
}
	
	.stageLabel {
		font-size: 17px!important;
	}
	
	.stageNumber {
		font-size:21px!important;
		line-height: 20px;
	}
	
.cartForm {
	height:12px;
	color:#000000;
	font-size:10px;
	line-height:11px;
	margin:0;
	padding:1px;
	border:1px solid #BBBBBB;
	}

.cartSelect {
	height:18px;
	color:#000000;
	font-size:10px;
	line-height:14px;
	margin:0;
	padding:1px;
	border:1px solid #BBBBBB;
	}

.cartAddrText {
	height:60px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	margin:0;
	padding:1px;
	border:1px solid #BBBBBB;
	}
	
.fieldError {
	border: 1px solid red;
	color: red;
}	
.stack-icon {
	top:-2px;
}
.inner-icon {
	font-size: 9px;
}
.outer-icon {
	font-size: 22px;
    top: 5px;
}
.req {
	color:#3d454c;
}
.done {
	color:#38ca40;
}
.miss {
	color:#f45151;
}
.reqBg {
	background-color:#3d454c;
}
.doneBg {
	background-color:#38ca40;
}
.missBg {
	background-color:#f45151;
}

.pricetype1 { display:none; }	/* peak, off-peak, weekend (caller) */
.pricetype2 { display:inline; }	/* Bundled mins, setup fee, service fee */
.pricetype3 { display:none; }	/* peak, off-peak, weekend (receiver) */
.pricetype4 { display:none; }	/* Cost per call (caller) */
.pricetype5 { display:none; }	/* Cost per call (receiver) */

.index_mid_table { height:103px; height /**/:115px; padding-top:12px; padding-top /**/:0px; }


/* ------------------------------------- Div's ---------------------------------------------- */

#container {
	width:774px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	
	}
#header {
	height:105px;
	background-image:url(../images/sc-top1-rep.jpg);
	background-repeat:repeat-x;
	}

#header-top {
	height:29px;
	}

.header-right-tab {
	float:right;
	}

.iebug {
/*	margin-bottom:-2px;*/
}

#header-mid {
	height:55px;
	background-image:url(../images/sc-mid-rep.jpg);
	background-repeat:repeat-x;
	}

#header-mid-bot {
	background-image:url(../images/sc-mid-bot-rep.jpg);
	background-repeat:repeat-x;
	}

#header-bot {
	background-image:url(../images/sc-bot-rep.jpg);
	background-repeat:repeat-x;
	position /**/:relative;
	font-size:11px;
	}

#footer {
	background-image:url(../images/sc-footer.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:774px;
	height:13px;
	margin-top: -1px;
	}

#top-nav {
	position:relative;
	font-size:10px;
	line-height:13px;
	width:630px;
	top:-17px;
	top /**/:-26px;
	text-align:right;
	float:right;
	}

#top-time {
	position:relative;
	width:123px;
	top:-16px;
	top /**/:-16px;
	left: 30px;
	font-size:10px;
	color:#FFC000;
	font-weight:bold;
	}

#top-nav ul {
	padding-right:24px;
	}

#top-nav li {
	display:inline;
	padding-left:13px;
	color:#FFC000;
	}

/* ------------ Content ------------------------------------------------------------*/

#content {
	background-image:url(../images/sc-content-rep2.gif);
	background-repeat:repeat-y;
	width:774px;
	height:auto;
	margin-top:-32px;
	margin-top /**/:0;
	padding-top:10px;
	}

#con-left {
	position:relative;
	height: auto;
	width:148px;
	left:10px;
	top /**/:11px;
	/*background-image:url(../images/con-left-grad2.jpg);
	background-repeat:repeat-y; */
	margin-top:8px;
	font-size:10px;
	}

#con-left div { padding-left:5px; }

#con-left ul li {
	margin-top: 1px;
	list-style-type:none;
	margin-left:-12px;
	padding-bottom:5px;
	list-style-image:url(../images/list-item.gif);
	}

#con-right {
	position:relative;
	width:605px;
	height:auto;
	min-height: 590px;
	float:right;
	left:-12px;
	top /**/:-35px;
	}

#con-right p,h1,h2,h3,h4,h5 {
	padding-right:15px;
	padding-left:15px;
	text-align:justify;
	}

/* #con-right span { color:#FFC000; font-weight:bold; } */

#con-right ul { padding-right:15px; }

#con-right ul li {
	padding-bottom: 8px;
	list-style-type: circle;
	list-style-image: url('images/list-item.gif'); 
}

/* ------------------------- Interfaces ----------------------------------------------- */

#intCallsInterface {
	padding:15px;
	height:320px;
	width:550px;
	background-image:url(../images/int_calls_panel_01.gif);
	background-repeat:no-repeat;

	}
	
#intCallsInterface select { 
	font-size:14px;
}

#intCallsInterface p {
	margin-top /**/:0;
	margin-bottom /**/:0;
	font-size:14px;
	}
	
#intCallsInterface p.greyTxt
{
	position:relative; left:-14px; top: -60px;
	width:528px;
	font-size:11px;
}

#intCallsInterface div {
	padding-bottom /**/:19px;
	}

#cheapCallBox{ 
	border:1px dashed #BBBBBB;
	margin-left:15px;
	width:545px;
	height:73px;
	overflow-y:scroll;
	overflow-x:hidden;
	overflow /**/:scroll;
	height /**/:93px;
	}

/* ----- Left Boxes ------------------------------------------------------------------- */
.leftForm {
	height:12px;
	color:#FFC000;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	background-image:url(../images/sc-form-inside-iwto.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	margin:0;
	padding:1px;
	border:1px solid #BBBBBB;
	}

#leftBox_cart {
	position:relative;
	margin-top:-10px;
	margin-top /**/:-11px;
	margin-left:-5px;
	color:#CE7311;
	}
	
#leftBox_cart p {
	position:absolute;
	top:55px;
	top /**/:48px;
	left:15px;
	font-size:10px;
	padding-left:0px;
	}

#leftBox0 {
	position:relative;
	margin-top:-4px;
	color:#CE7311;
	}
	
#leftBox0 p {
	position:absolute;
	top:55px;
	top /**/:48px;
	left:15px;
	font-size:10px;
	padding-left:0px;
	}

#leftBox0 #iwto-box {
	position:absolute;
	top:72px;
	left:15px;
	margin:0;
	padding:0;
	}

#leftBox0 #viewcartbutton {
	position:absolute;
	top:65px;
	left:29px;
	}

#leftBox1 {
	position:relative;
	margin-top:-2px;
	color:#CE7311;
	}
	
#leftBox1 p {
	position:absolute;
	top:55px;
	top /**/:48px;
	left:15px;
	font-size:10px;
	padding-left:0px;
	}

#leftBox1 #iwto-box {
	position:absolute;
	top:72px;
	left:15px;
	margin:0;
	padding:0;
	}

#leftBox1 #iwto-submit {
	position:absolute;
	top:92px;
	left:65px;
	}

#leftBox2 {
	position:relative;
	top:-5px;
	top /**/:5px;
	color:#CE7311;
	}

#leftBox2 #mcn-box {
	position:absolute;
	top:72px;
	left:15px;
	margin:0;
	padding:0;
	}

#leftBox2 p {
	position:absolute;
	top:55px;
	top /**/:48px;
	left:15px;
	font-size:10px;
	padding-left:0px;
	}

#leftBox2 #mcn-submit {
	position:absolute;
	top:92px;
	left:65px;
	}
	
#leftBox3 {
	position:relative;
	top:-36px;
	top /**/:-40px;
	}
	
#leftBox4 {
	position:relative;
	top:-13px;
	top /**/:7px;
}

#leftBoxSignup {
	position:relative;
	top:-10px;
	top /**/:10px;
	margin-bottom: 7px;
	margin-bottom /**/: 9px;
}

#leftBoxCallCharges {
	position:relative;
	top:-10px;
	top /**/:10px;
	margin-bottom: 7px;
	margin-bottom /**/: 9px;
}

#leftBox5 {
	position:relative;
	top:-13px;
	top /**/:7px;
}

.leftbox_def {	/* we need to get rid of the mess of leftbox CSS above; all boxes should be redone to use this base panel as a default. */
	width:133px;
	margin-left:5px; 
	padding-top:30px;
	position:relative;
	color:#CE7311;
	}
.leftbox_def p {
	padding-left:5px;
}


#PickANumber {
	background-image: url(../images/sc-pick-your-number.gif);
	height:105px;
	width:559px;
 	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	padding:22px 8px 8px 8px;
}

.carttotalpanel table {
    position: static;
    float: right;
}

.cartpanelwrapper {
    display: inline-block;
}

.cartitempanel {
    height: auto;
    min-height: 220px;
}

.cartitempanel,
.cartpanelwrapper {
    width: 100%;
}

.cartitempanel,
.carttotalpanel {
    position:relative;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background-color: #f5f6f6;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-image: none;
}

.carttotalpanel {
    position:relative;
    background-image: none;
    height: auto;
    width: auto;
    position: static;
    float: right;
    width: 42%;
    padding: 5px;
}

.carttotalpanel,
.promoform {
    box-sizing: border-box;
}

.cartitempanel div {
    position: static;
}

.cartitempanel div.ci_delete i {
    font-size: 25px;
    color: #989b9e;
}

/* Moz fixes */
#iwto-form { margin-top /**/:10px; }
#mcn-form { margin-top /**/:14px; }

/* ------------ Forms and Interfaces ------------------------------------------------------ */

select, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* ------------------- added by rich ------------------- */

#demoCallbackFormDiv {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:311px;
	height:212px;
	overflow:hidden;
	background-image:url(../images/callbackDemoBg.jpg);
	background-repeat:no-repeat;
	}

#demoCallbackNote { 
	margin-left:auto;
	margin-right:auto;
	width:300px;
	font-size:10px;
	padding-left:10px;
	}

#demoCallbackFormDiv h1 { 
	font-size:17px; 
	width:100%; 
	padding:4px 0 4px 10px;
	}

#demoCallbackFormDiv #demoCallbackFormPreamble { margin-top:-15px; margin-top /**/:-8px; }

#demoCallbackFormDiv #demoCallbackFormpara2 { margin-top:5px;  }

#demoCallbackFormNumber { display:block; margin: -15px 0 0 13px; margin /**/: -8px 0 0 13px;}

.callBackButton { margin:-13px 10px 10px 13px; }

#demoCallbackFormCustomerButton { margin-left:0; }

#demoCallbackFormDiv p { padding: 0 10px 4px 13px; }

#demoCallbackFormDiv #demoCallbackFormStatus { width:100%; padding-left:11px; margin-top:-4px; margin-top /**/:-20px; }

.skH {height: 10px;
	width: 211px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	margin-bottom: 0px;
}

.red { color:#FF0000; }
.orange {color: #E5720C;}
.center {
	margin-left: auto;
	margin-right: auto;
}
.cart-position{
	float:right; margin-top: 10px;
}

#lostPasswordDiv {
	position: relative;
	float:right;
	padding-top: 21px;
	padding-top /**/: 22px;
}

.fa-question-circle {
	font-size: 1.2em;
    margin-left: 1px;
    margin-top: 3px;
}
.fa-lock {
	font-size:1.2em; margin-top:4px;
}
.fa-unlock-alt {
	font-size:1.2em; margin-top:4px;
}

#top_ban {
    position: relative;
}

.loginstatus {
    position: absolute;
    right: 19px;
    bottom: 10px;
}

#cartlogo {
	padding-left: 5px; padding-right: 6px; width: 24px; height: 25px; float:right; margin-top: 3px; margin-bottom: 1px;
}
.fa-shopping-cart {
	font-size:1.2em; position: relative; top:3px;
}
.login-status-corner {
	padding-bottom:1px; padding-left: 3px; vertical-align: text-bottom; bottom: 1px; position: relative;
}
.login-corner {
	float: right; padding-top: 13px; padding-right: 18px; padding-left: 4px;
}

#lostPasswordDiv a:link, #lostPasswordDiv a:active, #lostPasswordDiv a:hover, 
#lostPasswordDiv a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
}

.fakelink {cursor:pointer; cursor:hand; text-decoration:underline;}
.clickable {cursor:pointer; cursor:hand;}
.mgtsortbtn {vertical-align:middle; height:12px; width:12px; }
.mgtsavebtn {margin-left:6px; width:35px; padding: 0 10px; font-size: 15px;}
.mgtsearchbtn {margin-left:5px; vertical-align:middle; height:19px; width:55px; }

.mgtextrainfo ul li {
	padding-bottom: 0px;
	list-style-type: disc;
	list-style-image: none;
}

.termbtn_active {height:21px; width:30px;}
.termbtn_ready  {height:21px; width:30px; cursor:pointer; cursor:hand;}

.termopt_desc   {float:left; width:75px; text-align:left; margin-top: 10px;}
.termopt_field  {float:left; width:160px; text-align:left;}
.termopt_save   {float:right; width:60px; text-align:left;}
.termopt_full   {float:left; width:285px; text-align:center;}
.termopt_info   {float:left; width:285x; text-align:left;}
.termopt_td     {width:305px; text-align:center;}

.t2bl {border-left:solid 1px #BBBBBB;}
.t2br {border-right:solid 1px #BBBBBB;}
.t2bb th {border-bottom:solid 1px #BBBBBB;}

.num_avail_info { text-align:center; }		/*"Availability for numbers begining ....."*/
.list_some_nums { color:red; }			/*"Click here to list some nums"*/
.numlookup_hdr  {background-color:#F4F4F4;}	/*number table header on numberlookup.php*/
.numlookup_tbl  {width:98%;}
.nlxp_btn   {width:45px;}
.nlxp_desc  {width:130px;}
.nlxp_spacer{width:25px;}
.nlxp_cart  {width:60px;}
.inactive_numlink {color:#bbbbbb;}		/*<<Prev or Next>> in number list if inactive*/

.numrow_1 {background-color:#FFFBEF;}
.numrow_2 {background-color:#FFFFFF;}

.mgttext {font-size:12px; color:#666666;}
.mgtlistbox { overflow:scroll; border:inset black 1px; background-color:#FFFFFF; }
.mgttable   { width:730px; }

#ssform #inner-cart-wrapper {
    font-family: "Basic", arial;
    font-size: 14px;
    color: #000000;
}

.cartitempanel .destination-number {
    display: block;
}

.cartitempanel .destination-number .ci_params,
.cartitempanel .destination-number .ci_numinput {
    display: inline;
}

div#cartitempanel_partnership .ci_params p {
    padding: 0;
}

div#cartitempanel_partnership .ci_params p:nth-child(1) {
    margin-bottom: 20px;
}

.promoform .promo-input input[type=submit] {
    font-family: "Basic", arial;
    background: #d6ad32;
    border: 0;
    border-radius: 5px;
    padding: 6px 20px 9px 20px;
    color: white;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    vertical-align: top;
    font-size: 16px;
}

.promoform .promo-input input {
   -webkit-appearance: none;
}

.promoform .promo-input input[type=submit]:hover {
    cursor: pointer;
    background-color: #e4be48;
}

.cartitempanel .ci_title    {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #057d9f;
}
.cartitempanel .ci_params   {
    top: auto;
    left: auto;
    width: 40%;
    margin-bottom: 15px;
}
.cartitempanel .ci_numinput { top:70px; left:27px; overflow:hidden; }
.cartitempanel .ci_numinfo  { top:90px; left:27px; font-size:smaller;}
.cartitempanel .ci_routeinfo{ top:110px; left:27px; font-size:9px; }
.cartitempanel .ci_bundled  { white-space:nowrap; bottom:23px; left:27px; }
.cartitempanel .ci_usageopt { top:45px; left:180px; text-align:left; }
.cartitempanel .ci_osistick { top:53px; left:285px; }
.cartitempanel .ci_info     { top:55px; left:285px; }
.cartitempanel .ci_opts     { top:45px; left:285px; }
.cartitempanel .ci_delete   {
    left: inherit;
    position: absolute;
    top: 10px;
    right: 13px;
}

.cartitempanel .ci_rate1    { white-space:nowrap; text-align:left; left:180px; bottom:95px; }
.cartitempanel .ci_rate2    { white-space:nowrap; text-align:left; left:180px; bottom:55px; }
.cartitempanel .ci_rate3    { white-space:nowrap; text-align:left; left:180px; bottom:15px; }
.cartitempanel .cir_cost    { color:#FF2020; }	/*eg red if it's going to cost them money to receive the call*/
.cartitempanel .cir_rebate  { color:#000000; }  /*eg black if they'll get a rebate on call minutes*/

.cartitempanel .ci_prices  {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: auto;
}
.cartitempanel .ci_prices table {
    white-space: nowrap;
    width: auto;
    text-align: right;
}

.cartitempanel .ci_prices table tr td:nth-child(2),
.carttotalpanel table tr td:nth-child(2) { 
    background-color: white;
    padding: 3px 5px 3px 0;
    width: 84px;
}

.cartitempanel .ci_prices .cip_r1         { background-color: transparent; }
.cartitempanel .ci_prices .cip_r2         { background-color: transparent; }
.cartitempanel .ci_prices .cip_r3         { background-color: transparent; }
.cartitempanel .ci_prices .cip_r4         { background-color: transparent; }
.cartitempanel .ci_prices .cip_value      { text-align:right; }
.cartitempanel .ci_prices .cip_rtot_title {
    text-align: right;
    font-weight: bold;
}
.cartitempanel .ci_prices .cip_rtot_price {
    background-color: #c8d5de;
    font-weight: bold;
}
.cartitempanel .ci_prices .cip_rtot,
.carttotalpanel .total-with-vat {
    font-size: 110%;
    color: #057d9f;
}

.carttotalpanel .total-with-vat {
    font-weight: bold;
}

.carttotalpanel tr.discount-applied {
    color: #d6ad32;
}

.cartnextprev       { width:100%;}
.cartnextprev img   { margin-left:5px; margin-right:5px; }
.cartnextbtn        { }
.cartprevbtn        { }
.cartrtnnumlookup   { }

.mgtlistbox { overflow:scroll; border:inset black 1px; background-color:#FFFFFF; }
.mgttable   { width:730px; }

.promoform {
    float: left;
    width: 58%;
    margin: 0;
    border: none;
}

span#nix .promoform p.promo-message,
span#nix .promoform div.promo-input {
    text-align: center;
}

span#nix .promoform p.promo-active {
    text-align: center;
    line-height: 1.5em;
    margin-top: 30px;
    margin-left: 13px;
}

span#nix #ssform input[type=text]:not(.formInput) {
    background-color: white;
}

span#nix #ssform ol#noteMargin {
    list-style: none;
}

.promoform p.promo-active span.discountoff {
    color: #d6ad32;
}

.promoform .promo-input input#promocode {
    min-width: 160px;
    font-weight: normal;
    background-image: none;
}

#inner-cart-wrapper {
    /* Future-proof responsive */
    max-width: 586px;
    width: 100%;
}

/* --------------------- RCT survey link style ---------------*/
a.survey-link, a.survey-link:active, a.survey-link:hover, a.survey-link:visited {
    color:#FFC000;
    font-size:10px;
    font-weight:bold;
    text-decoration: underline;
}

/* Fix for login button on cart login page */

button.btn {
    height: 35px;
    width: 188px;
}

/* Future-proof responsive */

@media only screen and (max-device-width: 586px) {
    .carttotalpanel {
        width: 55%;
    }
    .promoform {
        width: 45%;
    }
}

div#conicall-banner {
    display: block;
}

tr.banner-outer-wrapper.just03 {
    background-color: #576d87;
}

tr.banner-outer-wrapper.just0800 {
    background-color: #3584aa;
}

tr.banner-outer-wrapper.just0844 {
    background-color: #803FA0;
}

tr.banner-outer-wrapper.just0845 {
    background-color: #CE7311;
}

tr.banner-outer-wrapper.justlocal {
    background-color: #4BAB50;
}

div#conicall-banner .inner-wrapper {
    display: block;
    width: 468px;
    margin: 1em auto 1.5em auto;
    border: 1px solid rgb(216,216,216);
}

div#conicall-banner.just .inner-wrapper {
    width: 728px;
    height: 90px;
    border: 2px solid black;
    border-radius: 2px;
    margin: 13px auto 20px auto;
}

div#conicall-banner .inner-wrapper a {
    display: inline-block;
    border: 0;
}

/* Stop iOS turning phone numbers into links */
.ci_title {
    pointer-events: none;
}
#leftbox0b a {
    pointer-events: none;
}

#agree-terms-above,
#agree-terms-below {
    text-align: center;
    margin-bottom: 2em;
}

#agree-terms-above input[type="submit"],
#agree-terms-below input[type="submit"] {
    padding: 5px 15px;
    height: auto;
}

.ui-menu .ui-menu-item {
    white-space: nowrap;
}

#freephone-notice {
    background-color: #eafaff;
    padding: 5px;
    border-radius: 5px;
    margin-top: -11px;
    border: 1px solid #c9c9c9;
    margin-bottom: 1em;
    font-size: 12px;
}

body.just0800 #freephone-notice {
    margin-top: 0;
}

#freephone-notice a,
#freephone-notice strong {
    color: #057d9f;
}

#thevoipco-banner.login {
    text-align: center;
}

#thevoipco-banner.management {
    text-align: center;
    margin-top: 4em;
}
