/*
	Import fonts
*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono:400,700);
@import url("/css/billdetails2.css");
@import url("/css/myAccountsDetails.css");
@import url("/css/manageAccounts.css");
/*
	Reset
*/
/*SCSS Variables Begin*/
/*SCSS Variables End*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
a, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input[type="text"], input[type="password"], textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

small {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

:focus, :active {
  outline: 0; }

input, select {
  vertical-align: middle; }

select {
  margin: 0; }

.left {
  float: left; }

.right {
  float: right; }

/*.clear
{
	clear: both;
}
*/
.clearfix {
  position: relative;
  z-index: -9999;
  pointer-events: none; }

.clearfix:after {
  position: relative;
  z-index: -9999;
  pointer-events: none;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/*
	Internet Explorer 7
*/
*:first-child + html .clearfix {
  display: block; }

/*
	Defaults
*/
body, input, select, textarea, button {
  font: 13px "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  color: #222222;
  background: #080808; }

a {
  color: #febe0f;
  text-decoration: none; }

.contentWrapper a {
  color: #febe0f; }

a:hover {
  text-decoration: none; }

/*
  background-color: #111;
  -webkit-box-shadow: 0 1px 0 #444;
  -moz-box-shadow: 0 1px 0 #444;
  box-shadow: 0 1px 0 #444; }
*/
p {
  line-height: 22px; }

p.heading {
  margin-top: 40px; }

p.text {
  margin-top: 8px; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 40px;
  font-weight: bold; }

h1 {
  /* font-size: 22px; */
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  /*font-family: Tahoma;*/
  font-family: Tahoma, Helvetica, Arial;
  font-weight: normal;
  color: #333;
  /* color: $primaryDarkBlue; */
  /* width: 100%; */
  /* border-bottom: 3px solid $primaryGold; */
  padding-bottom: 10px;
  margin: 20px 0 10px 0; }

h1:after {
  margin-top: 12px;
  content: '';
  border: 1px solid #febe0f;
  height: 0px;
  display: block;
  border-radius: 100%; }

#contentDefault {
  width: 100% !important; }

#contentDefault .PayYourBillWrapper {
  width: 745px !important; }

.billLink {
  padding: 5px; }

.billLink div {
  display: inline-block; }

.billLink .seeMyBill a {
  background: url("/images/icon_bill.png") no-repeat;
  background-size: 16px;
  padding-left: 20px; }

.billLink .downloadPdf {
  background: url("/images/icon_pdf.png") no-repeat;
  padding-left: 20px; }

.billLink .paymentHistory {
  background: url("/images/icon_paymentHistory.png") no-repeat;
  padding-left: 20px; }

#contentRight:not(:empty) + #contentDefault h1:after {
  width: 745px; }

.banner:after {
  margin-top: 12px;
  content: '';
  border: 1px solid #febe0f;
  height: 0px;
  display: block;
  border-radius: 100%; }

#contentRight:not(:empty) + #contentDefault .banner:after {
  width: 745px; }

h2 {
  font-size: 20px;
  line-height: 26px; }

h3 {
  font-size: 18px;
  line-height: 24px; }

h4 {
  font-size: 16px;
  line-height: 22px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-weight: normal; }

/*
	Global
*/
.show {
  display: block; }

.hide {
  display: none; }

.noPadding {
  padding: 0 !important; }

.noMargin {
  margin: 0 !important; }

.marginTop {
  margin-top: 40px !important; }

.paddingTop {
  padding-top: 40px !important; }

.marginTopSmall {
  margin-top: 8px !important; }

.paddingTopSmall {
  padding-top: 8px !important; }

div.center {
  margin: 0 auto; }

div.center-cut {
  margin: 0 auto;
  width: 480px;
  box-sizing: border-box; }

.desktop div.center-cut {
  width: 960px; }

input[type="text"],
input[type="password"],
select,
textarea {
  font: 13px "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  /* width: 602px; */
  padding: 3px;
  color: #333;
  background: white;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 200ms;
  -moz-transition: 200ms; }

textarea {
  width: 602px; }

input[type="password"] {
  font: 13px "Droid Sans Mono", "Helvetica Neue", Helvetica, sans-serif;
  /* Droid Sans doesn't work with passwords in IE */ }

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #bbb;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

/* select {
  width: 622px; } */
a.colorButton,
button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  color: #333;
  text-shadow: 0 1px 0 #ffdf4c;
  background: #febe0f url(/images/layout/colorButton.png) left top no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

a.colorButton span.pointer {
  padding-right: 16px;
  background: transparent url(/images/layout/colorButtonPointer.png) right center no-repeat; }

a.colorButton:hover,
button:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: right top; }

ul.numbered {
  list-style-type: decimal;
  margin-top: 8px;
  line-height: 22px;
  padding-left: 24px; }

ul.list {
  margin-top: 8px; }

ul.list li {
  line-height: 22px;
  padding-left: 14px;
  background: transparent url(/images/icons/iconSmallDot.png) left center no-repeat; }

ul.list.tick li {
  padding-left: 24px;
  background: transparent url(/images/icons/iconSmallTick.png) left center no-repeat; }

ul.list.cross li {
  padding-left: 18px;
  background: transparent url(/images/icons/iconSmallCross.png) left center no-repeat; }

form label {
  display: block;
  font-weight: bold;
  padding: 20px 0 2px 0; }

.popup form label {
  display: inline; }

form button {
  margin: 20px 0 0 0; }

form label {
  -webkit-transition: 200ms;
  -moz-transition: 200ms; }

form label.error {
  color: #d20000; }

div.error.notification ul li {
  white-space: pre-wrap; }

form .checkbox {
  margin-top: 20px; }

form .checkbox input {
  margin-right: 10px; }

form .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer; }

.separator {
  /*clear: both;*/
  height: 40px; }

.separatorShadow {
  position: relative;
  /*clear: both;*/
  padding-bottom: 80px;
  margin-bottom: -40px;
  background: transparent url(/images/layout/separatorShadow.png) center bottom no-repeat;
  border-top: 1px solid white; }

.siteColumnLeft .separatorShadow {
  background: transparent url(/images/layout/separatorShadowSmall.png) center bottom no-repeat; }

.siteOverlay {
  display: none;
  position: fixed;
  z-index: 5;
  width: 100%;
  width: 100vw;
  height: 100%;
  background: white; }

.siteLoading {
  display: none;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  margin: -30px 0 0 -30px;
  cursor: pointer;
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.siteLoading div {
  width: 38px;
  height: 38px;
  margin: 10px;
  background: white url(/images/layout/imageZoomLoading.gif) center center no-repeat; }

img.imageZoomBox {
  display: none;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  padding: 19px;
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.imageZoomClose {
  display: none;
  position: fixed;
  z-index: 7;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url(/images/layout/imageZoomClose.png) right top no-repeat;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*
	Icon Classes
*/
.iconSmallChat {
  padding-left: 24px;
  background: transparent url(/images/icons/iconSmallChat.png) left center no-repeat; }

.iconSmallClient {
  padding-left: 24px;
  background: transparent url(/images/icons/iconSmallClient.png) left center no-repeat; }

.iconSmallClient .loggedIn {
  padding-left: 24px;
  background: transparent url(/images/icons/iconSmallClientGold.png) left center no-repeat; }

.iconSmallEmail {
  padding-left: 24px;
  background: transparent url(/images/icons/iconSmallEmail.png) left center no-repeat; }

.iconBuyNow {
  padding-left: 24px;
  background: transparent url(/images/icons/iconBuyNow.png) left center no-repeat; }

.iconSmallPhone {
  padding-left: 24px;
  background: transparent url(/images/icons/iconSmallPhone.png) left center no-repeat; }

.iconMediumNetwork {
  line-height: 30px;
  padding-left: 38px;
  background: transparent url(/images/icons/iconMediumNetwork.png) left center no-repeat; }

.iconMediumCog {
  line-height: 30px;
  padding-left: 38px;
  background: transparent url(/images/icons/iconMediumCog.png) left center no-repeat; }

.iconMediumServer {
  line-height: 30px;
  padding-left: 38px;
  background: transparent url(/images/icons/iconMediumServer.png) left center no-repeat; }

.iconMediumHelp {
  line-height: 30px;
  padding-left: 38px;
  background: transparent url(/images/icons/iconMediumHelp.png) left center no-repeat; }

.iconMediumStats {
  line-height: 30px;
  padding-left: 38px;
  background: transparent url(/images/icons/iconMediumStats.png) left center no-repeat; }

.iconMediumControlPanel {
  line-height: 30px;
  padding-left: 38px;
  background: transparent url(/images/icons/iconMediumControlPanel.png) left center no-repeat; }

/*
	Column Layout
*/
.column.large,
.column.medium,
.column.small,
.column.tiny {
  float: left; }

.column.large {
  width: 625px;
  margin: 0 45px 0 0; }

.column.medium {
  width: 458px;
  margin: 0 44px 0 0; }

.column.small {
  width: 290px;
  margin: 0 45px 0 0; }

.column.tiny {
  width: 206px;
  margin: 0 45px 0 0; }

.column.last {
  margin-right: 0 !important; }

.column .columnNavigation {
  padding-top: 14px;
  border-bottom: 1px solid #ddd; }

.column .columnNavigation li a {
  display: block;
  color: #333;
  padding: 9px 12px;
  border-top: 1px solid #ddd;
  -webkit-transition: 200ms;
  -moz-transition: 200ms; }

.column .columnNavigation li a.iconBuyNow, .column .columnNavigation li a.iconSmallPhone, .column .columnNavigation li a.iconSmallChat, .column .columnNavigation li a.iconSmallClient, .column .columnNavigation li a.iconSmallEmail {
  padding-left: 36px;
  background-position: 12px center; }

.column .columnNavigation li a:focus,
.column .columnNavigation li a:hover {
  text-decoration: none;
  background-color: #f3f3f3; }

.column img {
  padding: 9px;
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: 200ms;
  -moz-transition: 200ms; }

.column img.alignLeft {
  float: left;
  margin-right: 20px; }

.column img.alignRight {
  float: right;
  margin-left: 20px; }

.column a:hover img {
  background-color: #eee;
  border: 1px solid #ccc; }

.column iframe.embed {
  display: block;
  padding: 9px;
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: 200ms;
  -moz-transition: 200ms; }

.contentWrapper .iconSmallPhone {
  background-image: url(/images/icons/iconSmallPhoneLight.png); }

.contentWrapper .iconSmallChat {
  background-image: url(/images/icons/iconSmallChatLight.png); }

.contentWrapper .iconSmallClient {
  background-image: url(/images/icons/iconSmallClientLight.png); }

.contentWrapper .iconSmallEmail {
  background-image: url(/images/icons/iconSmallEmailLight.png); }

/*
	Tabs
*/
.tabWrapper {
  clear: both;
  margin-top: 40px;
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

.tabWrapper ul.tabs {
  clear: both;
  height: 40px;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white; }

.tabWrapper ul.tabs li {
  float: left;
  height: 28px;
  line-height: 30px;
  padding: 0 25px;
  margin: 5px 5px;
  text-shadow: 0 1px 0 white;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 200ms, box-shadow 200ms;
  -moz-transition: background 200ms, box-shadow 200ms; }

.tabWrapper ul.tabs li:hover {
  cursor: pointer;
  background: #fbfbfb;
  border: 1px solid #fbfbfb; }

.tabWrapper ul.tabs li.active {
  margin: -8px -1px 0 -1px;
  padding: 13px 31px 6px 31px;
  background: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid white;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06); }

.tabWrapper .tabContent {
  overflow: hidden;
  padding: 0 30px 30px 30px; }

.tabWrapper .tabContent .label {
  display: none; }

.tabWrapper .tabContent .column.large {
  width: 589px;
  margin: 0 30px 0 0; }

.tabWrapper .tabContent .column.medium {
  width: 434px;
  margin: 0 30px 0 0; }

.tabWrapper .tabContent .column.small {
  width: 279px;
  margin: 0 30px 0 0; }

.tabWrapper .tabContent .column.tiny {
  width: 202px;
  margin: 0 30px 0 0; }

.tabWrapper .tabContent h1,
.tabWrapper .tabContent h2,
.tabWrapper .tabContent h3,
.tabWrapper .tabContent h4,
.tabWrapper .tabContent h5,
.tabWrapper .tabContent p.heading,
.tabWrapper .tabContent .marginTop {
  margin-top: 30px; }

.siteColumnLeft .tabWrapper .tabContent .column.small {
  width: 269px; }

.siteColumnLeft .tabWrapper .tabContent .column.tiny {
  width: 169px; }

/*
	Tables
*/
.tableWrapper {
  overflow: hidden;
  margin-top: 40px;
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

table {
  width: 100%;
  border-collapse: collapse; }

table td,
table th {
  padding: 10px 0;
  padding-left: 10px;
  /*text-align: center;*/
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

table th {
  color: #999;
  font-weight: bold;
  text-shadow: 0 1px 0 white;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white; }

table tr td:last-child,
table tr th:last-child {
  border-right: 0; }

table tr:last-child td {
  border-bottom: 0; }

table tr:hover:not(:only-of-type) {
  background-color: #f3f3f3; }

table tr.pricing td {
  padding: 20px 0 10px 0;
  border-bottom: 1px dashed #ddd; }

table tr.pricing td strong {
  font-size: 34px; }

table tr.pricing td span {
  color: #999; }

table .colorButton {
  margin: 0 10px; }

/*
	Hosting Plans
*/
.hostingHeader {
  padding: 40px 280px 0 0; }

.hostingHeader.shared {
  background: transparent url(/images/layout/hostingHeaderShared.png) right bottom no-repeat; }

.hostingHeader.virtual {
  background: transparent url(/images/layout/hostingHeaderVirtual.png) right bottom no-repeat; }

.hostingHeader.dedicated {
  background: transparent url(/images/layout/hostingHeaderDedicated.png) right bottom no-repeat; }

.hostingPlans {
  margin-top: 40px; }

.hostingPlans .column {
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd; }

.hostingPlans .column.large {
  width: 639px;
  margin-right: 0;
  margin-left: -1px; }

.hostingPlans .column.medium {
  width: 479px;
  margin-right: 0;
  margin-left: -1px; }

.hostingPlans .column.small {
  width: 319px;
  margin-right: 0;
  margin-left: -1px; }

.hostingPlans .column.tiny {
  width: 239px;
  margin-right: 0;
  margin-left: -1px; }

.hostingPlans h1 {
  line-height: 20px;
  padding: 20px 0;
  margin: 0;
  text-align: center; }

.hostingPlans h1 span {
  line-height: 14px;
  font-size: 11px;
  color: #999;
  letter-spacing: normal; }

.hostingPlans .column:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.hostingPlans .column:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.hostingPlans ul {
  padding: 20px;
  border-top: 1px dashed #ddd; }

.hostingPlans ul li {
  line-height: 22px;
  text-align: center;
  text-shadow: 0 1px 0 white; }

.hostingPlans ul.keyFeatures {
  background: #f3f3f3; }

.hostingPlans ul.keyFeatures li {
  line-height: 24px;
  font-size: 16px; }

.hostingPlans ul.additionalFeatures li.unavailable {
  height: 22px;
  color: #999;
  background: transparent url(/images/icons/iconSmallCross.png) center center no-repeat; }

.hostingPlans .price {
  text-align: center;
  padding: 20px;
  border-top: 1px dashed #ddd; }

.hostingPlans .price strong {
  font-size: 46px;
  line-height: 40px; }

.hostingPlans .price span {
  line-height: 14px;
  font-size: 11px;
  color: #999;
  letter-spacing: normal; }

.hostingPlans .colorButton {
  font-size: 16px;
  text-align: center;
  margin: 0 20px 20px 20px; }

.hostingPlans .column:hover {
  position: relative;
  padding: 10px;
  margin: -10px -10px -10px -11px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 0 10px #eee;
  -moz-box-shadow: 0 0 10px #eee;
  box-shadow: 0 0 10px #eee; }

/*
	Content info box
*/
.contentInfoBox {
  clear: both;
  margin-top: 40px;
  text-align: center;
  background: white url(/images/layout/innerShadowBottom.png) left bottom repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

.contentInfoBox p {
  padding: 20px; }

/*
	Structure
*/
.siteWrapper {
  overflow: hidden;
  min-width: 960px; }

.mobile .siteWrapper {
  min-width: 480px;
  box-sizing: border-box; }

.siteHeaderShadow {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: transparent url(/images/layout/topBackgroundShadow.png) left top repeat-x; }

.siteHeader {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 90px; }

.siteHeader .logo {
  float: left;
  width: 250px;
  height: 60px;
  margin: 15px 0;
  background: transparent url(/images/logos/comporiumLogo.png) left center no-repeat; }

.siteHeader .navigation {
  float: right; }

.siteHeader .navigation li {
  float: left;
  margin: 20px 0; }

.siteHeader .navigation li a {
  display: block;
  line-height: 15px;
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000;
  -webkit-transition: background 200ms, color 200ms;
  -moz-transition: background 200ms, color 200ms; }

.siteHeader .navigation li a.dropdown {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.siteHeader .navigation li a span {
  font-size: 11px;
  color: #999;
  text-transform: none; }

.siteHeader .navigation li a:hover {
  padding: 9px 19px;
  color: #febe0f;
  text-decoration: none;
  background: #222222;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #383838;
  -moz-box-shadow: inset 0 1px 0 #383838;
  box-shadow: inset 0 1px 0 #383838; }

.desktop .siteHeader .navigation li:hover a.dropdown,
.mobile .siteHeader .navigation li:focus a.dropdown {
  padding: 9px 19px 10px 19px;
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.siteHeader .navigation li li a {
  padding: 15px 20px; }

.siteHeader .navigation li ul.dropdown {
  display: none; }

.siteHeader .navigation li ul.dropdown {
  position: absolute;
  /*overflow: hidden;*/
  overflow: visible;
  width: 180px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  border: 1px solid #000;
  border-top: 0;
  -webkit-box-shadow: 0 5px 36px #000;
  -moz-box-shadow: 0 5px 36px #000;
  -ms-box-shadow: 0 5px 36px #000;
  box-shadow: 0 5px 36px #000; }

.mobile .siteHeader .navigation li ul.dropdown:focus,
.desktop .siteHeader .navigation li ul.dropdown:hover {
  border-radius: 0 !important; }

.siteHeader .navigation li ul.dropdown li {
  float: none;
  margin: 0; }

.siteHeader .navigation li ul.dropdown li a {
  padding: 15px 20px !important;
  color: white;
  text-transform: none;
  background: #222222;
  border: 0;
  border-top: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 16px; }

.mobile .siteHeader .navigation li ul.dropdown li a:focus,
.desktop .siteHeader .navigation li ul.dropdown li a:hover {
  color: #febe0f;
  background: #333;
  -webkit-box-shadow: inset 0 3px 6px #191919;
  -moz-box-shadow: inset 0 3px 6px #191919;
  box-shadow: inset 0 3px 6px #191919; }

.mobile .siteHeader .navigation li:focus ul.dropdown,
.desktop .siteHeader .navigation li:hover ul.dropdown {
  display: block; }

.mobile .siteHeader .navigation li:focus ul.dropdown ul.dropdown,
.desktop .siteHeader .navigation li:hover ul.dropdown ul.dropdown {
  display: none;
  margin-left: 180px;
  margin-top: -47px; }

.siteHeader .navigation ul.dropdown.dropleft ul.dropdown {
  margin-left: -180px !important; }

.mobile .navigation li.menuroot a {
  font-size: 200%;
  padding: 30px 20px; }

.mobile .navigation li.menuroot ul {
  position: absolute;
  width: 100%;
  width: 100vw;
  left: 0;
  top: 90px;
  margin-left: 0 !important; }

.mobile .navigation li.menuroot ul ul {
  position: absolute;
  width: 100%;
  /*width: 100vw;*/
  left: 0;
  top: 90px;
  margin-top: -90px !important;
  margin-left: 0 !important; }

.mobile .navigation li.menuroot li {
  width: 100%;
  /*width: 100vw;*/ }

.contentSlider,
.contentHeader {
  overflow: hidden;
  background: #2d2d2d url(/images/layout/topBackgroundGlow.png) center bottom no-repeat;
  color: white;
  -webkit-text-shadow: 1px 1px #000;
  -moz-text-shadow: 1px 1px #000;
  -ms-text-shadow: 1px 1px #000;
  text-shadow: 1px 1px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#00000000,Strength=1,Direction=135)";
  /*filter: progid:DXImageTransform.Microsoft.Shadow(Color=#00000000,Strength=1,Direction=135);*/
  /*filter: DropShadow(Color=#00000000, OffX=1, OffY=1);*/
  zoom: 1; }

.contentHeader .outer {
  padding-top: 90px; }

.contentHeader .outer .center-cut {
  overflow: hidden; }

/*.contentHeader .outer {
  background: url(/images/layout/siteHeaderPatternLight.png) top left repeat; }*/
.contentSlider {
  position: relative; }

.contentSlider,
.contentSlider .slide {
  position: relative;
  overflow: hidden;
  height: 340px; }

.contentSlider .slide {
  width: 960px; }

.mobile .contentSlider .slide {
  width: 480px;
  box-sizing: border-box; }

.contentSlider .slideSwitchLabel {
  display: none; }

.contentSlider .slideSwitch {
  position: absolute;
  z-index: 1;
  margin-top: 320px; }

.contentSlider .slideSwitch div {
  float: left;
  height: 28px;
  line-height: 28px;
  margin-right: 9px;
  color: #999;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
  border: 1px solid #444;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms; }

.contentSlider .slideSwitch div:hover {
  color: white;
  border-color: #666; }

.contentSlider .slideSwitch div.active {
  color: #febe0f;
  background: #1a1a1a url(/images/layout/slideSwitchGradient.png) left top repeat-x;
  border-color: #111;
  -webkit-box-shadow: 0 1px 0 #444;
  -moz-box-shadow: 0 1px 0 #444;
  box-shadow: 0 1px 0 #444; }

.contentSlider .information {
  float: left;
  width: 480px;
  margin-top: 120px;
  text-shadow: 0 1px 0 #000; }

.contentSlider .information h1 {
  font-size: 36px;
  padding-bottom: 4px;
  margin-top: 0; }

.contentSlider .information ul {
  margin-top: 20px; }

.contentSlider .information ul li {
  float: left;
  width: 180px;
  line-height: 22px;
  font-size: 14px; }

.contentSlider .information .box {
  height: 40px;
  padding: 9px;
  margin-top: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.contentSlider .information .box .label {
  float: left;
  font-size: 11px;
  line-height: 14px;
  margin: 6px 10px;
  color: #999;
  text-align: right;
  text-transform: uppercase; }

.contentSlider .information .box .price {
  float: left;
  margin-left: 10px;
  line-height: 40px;
  font-weight: bold;
  font-size: 36px; }

.contentSlider .information .box .colorButton {
  float: right;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }

.contentSlider img {
  float: right;
  margin-top: -40px; }

/*
.contentHeader h1
{
	position: relative;
	z-index: 3;
	float: left;
	line-height: 60px;
	margin: 0;
	text-shadow: 0 1px 0 #000;
}
*/
.contentHeader ul {
  position: relative;
  z-index: 3;
  float: right;
  margin-right: 8px; }

.contentHeader ul li {
  float: left; }

.contentHeader ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin: 15px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms; }

.location a:hover {
  text-decoration: none;
  background-color: #111;
  -webkit-box-shadow: 0 1px 0 #444;
  -moz-box-shadow: 0 1px 0 #444;
  box-shadow: 0 1px 0 #444; }

.contentHeader ul li a.iconBuyNow,
.contentHeader ul li a.iconSmallPhone,
.contentHeader ul li a.iconSmallChat,
.contentHeader ul li a.iconSmallClient,
.contentHeader ul li a.iconSmallEmail {
  padding-left: 36px;
  background-position: 12px center; }

.contentHeader ul li a.iconSmallPhone {
  padding-left: 30px;
  background-position: 8px center; }

.contentHeader ul li a:hover {
  -webkit-box-shadow: 0 1px 0 #111;
  -moz-box-shadow: 0 1px 0 #111;
  text-decoration: none;
  background-color: #111;
  box-shadow: 0 1px 0 #111; }

.contentWrapper {
  min-height: 57.13567543vh;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  color: #333;
  /* soft black, not deep black */
  background: white url(/images/layout/innerShadowBottom.png) center bottom no-repeat; }

.navOuterShadow {
  width: 100%;
  height: 30px;
  margin-top: -30px;
  background: transparent url(/images/layout/contentWrapperOuterShadow.png) left bottom repeat-x; }

.navInnerShadow {
  z-index: -32768;
  position: relative;
  width: 100%;
  height: 10px;
  margin-bottom: -10px;
  background: transparent url(/images/layout/innerShadowTop.png) left top repeat-x; }

.siteColumnLeft {
  clear: both;
  float: left;
  width: 630px; }

.siteColumnLeft .column.tiny {
  width: 180px; }

.siteColumnRight {
  float: right;
  width: 250px;
  padding-left: 40px;
  background: transparent url(/images/layout/siteColumnRight.png) left top no-repeat; }

/*
	Testimonial Box
*/
.testimonialBox {
  margin-top: 15px; }

.testimonialBox p {
  padding: 12px;
  /*font-family: "Droid Serif", Georgia, serif;*/
  font-family: Tahoma, Helvetica, Arial;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  text-shadow: 0 1px 0 #fff;
  background: #f3f3f3;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 white; }

.testimonialBox .author {
  margin-top: -1px;
  padding: 15px 0 0 45px;
  background: transparent url(/images/layout/testimonialBox.png) 14px top no-repeat; }

/*
	Login form
*/
.loginForm {
  display: block;
  width: 320px;
  padding: 80px 0 60px 0;
  margin: 0 auto; }

.loginForm input[type="text"],
.loginForm input[type="password"] {
  width: 279px;
  padding-left: 32px; }

.loginForm input[type="text"] {
  background: white url(/images/icons/iconSmallClientLight.png) 8px center no-repeat; }

.loginForm input[type="password"] {
  background: white url(/images/icons/iconSmallLockLight.png) 8px center no-repeat; }

.loginForm button {
  font-weight: bold;
  width: 320px; }

.loginForm .help {
  margin-top: 40px;
  text-align: center; }

/*
	Blog
*/
.blogSearch {
  margin-top: 40px; }

.blogSearch label {
  display: none; }

.blogSearch input[type="text"] {
  color: #999;
  width: 232px; }

.blogSearch input[type="image"] {
  position: absolute;
  padding: 10px;
  margin-left: 210px; }

.blogPost {
  margin-bottom: -40px; }

.blogPost .postHeader,
.blogPost .postFooter,
.blogPost .commentHeader {
  color: #999; }

.blogPost p.text,
.blogPost .postFooter {
  margin-top: 20px; }

.blogPost .postFooter {
  padding-bottom: 80px;
  background: transparent url(/images/layout/separatorShadowSmall.png) center bottom no-repeat; }

.blogPost .postFooter span {
  font-weight: bold;
  margin: 0 10px; }

.blogPost .comment {
  margin-top: 20px; }

.blogPost label span {
  font-weight: normal;
  color: #999; }

.blogPageSwitch {
  clear: both;
  margin-top: 40px; }

.blogPageSwitch a {
  float: left;
  padding: 6px 12px;
  margin-right: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms; }

.blogPageSwitch a:hover {
  text-decoration: none;
  background: #f3f3f3; }

#setLocation {
  color: white;
  left: 95px;
  position: relative;
  z-index: 3;
  float: left;
  line-height: 74px;
  margin: 0 0 1px 0; }

.contentHeader .search {
  position: relative;
  z-index: 3;
  width: 350px;
  float: left;
  margin-right: 8px; }

.contentHeader .search span * {
  display: inline;
  vertical-align: middle; }

.siteFooter {
  background: #2d2d2d url(/images/layout/bottomBackgroundGlow.png) center top no-repeat; }

.siteFooter .center-cut {
  padding-bottom: 30px;
  padding-top: 30px;
  pointer-events: auto;
  position: relative;
  z-index: 1000; }

.siteFooter .column .columnNavigation {
  padding-top: 6px;
  border: 0; }

.siteFooter .column .columnNavigation li a {
  padding: 6px 0;
  padding-left: 12px;
  margin-left: -12px;
  color: #febe0f;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms; }

.siteFooter .column .columnNavigation li a:hover {
  background-color: #080808;
  -webkit-box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
  -moz-box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
  box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606; }

.siteFooter .column .columnNavigation li a.iconSmallPhone,
.siteFooter .column .columnNavigation li a.iconSmallChat,
.siteFooter .column .columnNavigation li a.iconSmallClient,
.siteFooter .column .columnNavigation li a.iconSmallEmail {
  padding-left: 36px;
  background-position: 12px center; }

.siteFooter p {
  color: #999; }

.siteFooterBar {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
  background: #080808;
  border-top: 1px solid #ddd; }

.siteFooterBar p {
  padding-left: 200px; }

.siteFooterBar a.backToTop {
  float: right;
  line-height: 22px;
  padding-right: 12px;
  background: transparent url(/images/icons/iconSmallTop.png) right center no-repeat; }

.siteFooterbar .center-cut {
  padding-bottom: 0px;
  padding-top: 0px; }

/* end rackhost.master footer*/
a.webmail {
  float: left;
  margin-top: 16px;
  width: 210px;
  height: 50px;
  overflow: hidden;
  background: url("/images/buttons/webmail.png") top left no-repeat;
  text-indent: -9999em;
  display: block; }

a.espn3 {
  float: left;
  margin: 0;
  width: 205px;
  height: 34px; }

#contentTop .social {
  float: left;
  position: relative;
  width: 210px;
  height: 80px;
  margin-top: 15px;
  background: url(/images/structure/social.png) 0 0 no-repeat; }

#contentTop .social a {
  float: right;
  width: 32px;
  height: 32px;
  margin: 9px 11px 0 0;
  text-indent: -9999em; }

#contentTop .social .fblike {
  position: absolute;
  bottom: 10px;
  right: 7px;
  width: 121px;
  height: auto;
  z-index: 100;
  overflow: hidden; }

#contentTop .container {
  position: relative; }

#contentTop .paneloverlay {
  width: 710px;
  height: 228px;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }

#contentTop .paneloverlay .leftcorner {
  width: 50px;
  height: 228px;
  display: block;
  /*background: url(/images/structure/panel-overlay-left.png) top left no-repeat;*/
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0; }

#contentTop .paneloverlay .rightcorner {
  width: 65px;
  height: 228px;
  display: block;
  /*background: url(/images/structure/panel-overlay-right.png) top left no-repeat;*/
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0; }

#contentDefault div {
  overflow: hidden; }

/* pseudo clear fix for main content */
#contentDefault .clear {
  width: 100%;
  overflow: visible; }

.lt-ie10 #contentDefault .clear {
  width: auto; }

/* pseudo clear fix for main content */
.column.tiny {
  color: #dddddd; }

html {
  background: #080808; }

/*#contentTop { height: 228px; background: url(/images/structure/pattern-marketing.jpg) top left repeat-x;}*/
#contentTop {
  /*overflow: hidden;*/
  max-height: 228px;
  /*background: url(/images/structure/pattern-marketing.jpg) top left repeat-x;*/
  /*outline: 1px dashed red;*/
  position: relative;
  color: white; }

#contentTopImage {
  /*outline: 1px dashed #ff0;*/
  position: relative;
  white-space: nowrap;
  /* do not wrap */
  overflow: visible;
  /* overlay adjacent contentTopRight block */ }

#contentTopImage:empty {
  display: none; }

#contentTopRight {
  float: right;
  /*outline: 1px dashed #f0f;*/
  position: relative;
  z-index: 2;
  max-width: 247px;
  /*background: url('/images/structure/pattern-internal-panel.jpg') no-repeat top left;*/ }

#contentTopRight:empty {
  display: none; }

#content {
  /*font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;*/
  font-family: Tahoma, Helvetica, Arial;
  font-size: 14px;
  /*outline: 1px dashed #03f;*/
  position: relative;
  padding-top: 30px; }

#contentRight {
  float: right;
  /*outline: 1px dashed #0f0;*/
  position: relative;
  max-width: 210px;
  /* margin-left: 16px; */ }

#contentRight:empty {
  display: none; }

#contentTopRight .ready-to-order {
  background: url("/images/buttons/ready-to-order.png") no-repeat scroll left top transparent;
  height: 35px;
  width: 185px;
  padding-top: 40px;
  padding-left: 65px;
  /* font-family: Arial;*/
  font-family: Tahoma, Helvetica, Arial;
  font-size: 19px; }

.RadInput, .RadInputMgr {
  vertical-align: inherit !important; }

.content .item-section {
  border-bottom: 1px solid #ccc; }

.content .title {
  font-size: 14px;
  color: #0F4C9C;
  float: left;
  display: inline;
  width: 490px;
  padding-top: 5px; }

.content .description {
  margin-bottom: 35px; }

.content .details {
  float: right;
  width: 175px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative; }

.content .details .text {
  position: relative;
  margin-left: -490px;
  width: 490px; }

.see-more {
  float: left;
  margin-top: 15px; }

#contentRight .quick-links select {
  height: 25px;
  line-height: 21px;
  padding: 3px;
  width: 165px; }

#contentRight .ads {
  margin-top: 25px;
  width: 100%; }

#contentRight .ads a {
  margin-bottom: 24px;
  float: left; }

#contentRight .see-more {
  float: left;
  width: 100%;
  margin: 15px 0; }

.pagination {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.pagination .total_elements {
  float: left;
  width: auto; }

.pagination .paging {
  float: right;
  width: auto; }

.left-col {
  float: left;
  width: 48%;
  padding: 5px;
  margin-top: 10px; }

.left-col .sub-title, .right-col .sub-title, .middle-col .sub-title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #febe0f;
  margin-bottom: 3px;
  padding-bottom: 3px; }

.left-col .entry {
  position: relative;
  margin: 0 auto;
  width: 95%; }

.left-col .header {
  font-size: 12px;
  font-weight: bold;
  float: left; }

.left-col .price {
  float: right;
  width: auto;
  font-weight: bold; }

.left-col .description, .middle-col .description {
  float: left;
  width: 100%; }

.middle-col {
  float: left;
  width: 570px;
  padding: 5px;
  margin-top: 10px; }

.right-col {
  float: right;
  width: 48%;
  padding: 5px;
  margin-top: 10px; }

.call-to-action {
  background-color: #EAF2FB;
  border: 2px solid #C5DDF3;
  padding: 5px;
  width: 263px; }

.login-box {
  width: 350px;
  position: relative;
  margin: 0 auto;
  background: white url(/images/structure/client-bg.gif) top left repeat-x;
  padding: 15px;
  border: #138fc6 1px solid; }

.login-box .entry {
  width: 100%; }

.login-box .entry label {
  width: 98%; }

.login-box .entry input {
  width: 98%;
  margin-bottom: 5px; }

.login-box .entry input.button {
  width: auto; }

/* -- Channel Lineup -- */
.chtable-left {
  width: 220px;
  float: left;
  margin: 0 3px 0 0;
  font-size: 12px; }

.chtable-left .headerrow {
  height: 47px;
  background: url(/images/structure/bg-channel-header-left.gif) top left no-repeat; }

.chtable-left .headerrow .sort {
  width: 87px;
  text-align: center;
  background: url(/images/structure/cell-border.gif) top right no-repeat; }

.chtable-left .headerrow .sort a {
  color: white;
  padding-right: 22px; }

.chtable-left .headerrow .sort a.sort-none {
  background: url(/images/structure/sort-arrows.png) top right no-repeat; }

.chtable-left .headerrow .sort a.sort-asc {
  background: url(/images/structure/sort-arrows-asc.png) top right no-repeat; }

.chtable-left .headerrow .sort a.sort-desc {
  background: url(/images/structure/sort-arrows-desc.png) top right no-repeat; }

.chtable-left .headerrow .channelname {
  width: 242px;
  padding-left: 5px;
  border-bottom: white 2px solid; }

.chtable-left .headerrow .channelname a {
  color: white;
  padding-right: 22px; }

.chtable-left .headerrow .channelname a.sort-none {
  background: url(/images/structure/sort-arrows.png) top right no-repeat; }

.chtable-left .headerrow .channelname a.sort-asc {
  background: url(/images/structure/sort-arrows-asc.png) top right no-repeat; }

.chtable-left .headerrow .channelname a.sort-desc {
  background: url(/images/structure/sort-arrows-desc.png) top right no-repeat; }

.chtable-left .channelrow {
  color: #138fc6; }

.chtable-left .channelrow.bluerow {
  background: #c9e9fe; }

.chtable-left .channelrow.lightbluerow {
  background: #d6eefe; }

.chtable-left .channelrow .firstcell {
  border-right: white 2px solid;
  border-bottom: white 2px solid;
  padding: 5px 0;
  text-align: center; }

.chtable-left .channelrow .secondcell {
  width: 143px;
  padding: 5px 0 5px 5px;
  border-bottom: white 2px solid; }

.chtable-left .channelrow .thirdcell {
  border-bottom: white 2px solid; }

.chtable-left .channelrow .thirdcell .channelcolor {
  float: left;
  height: 35px;
  width: 15px;
  margin-left: 1px; }

.chtable-center {
  width: 220px;
  float: left;
  margin: 0 3px 0 0;
  font-size: 12px; }

.chtable-center .headerrow {
  height: 47px;
  background: url(/images/structure/bg-channel-header-left.gif) top left no-repeat; }

.chtable-center .headerrow .sort {
  width: 87px;
  text-align: center;
  background: url(/images/structure/cell-border.gif) top right no-repeat; }

.chtable-center .headerrow .sort a {
  color: white;
  padding-right: 22px; }

.chtable-center .headerrow .sort a.sort-none {
  background: url(/images/structure/sort-arrows.png) top right no-repeat; }

.chtable-center .headerrow .sort a.sort-asc {
  background: url(/images/structure/sort-arrows-asc.png) top right no-repeat; }

.chtable-center .headerrow .sort a.sort-desc {
  background: url(/images/structure/sort-arrows-desc.png) top right no-repeat; }

.chtable-center .headerrow .channelname {
  width: 242px;
  padding-left: 5px;
  border-bottom: white 2px solid; }

.chtable-center .headerrow .channelname a {
  color: white;
  padding-right: 22px; }

.chtable-center .headerrow .channelname a.sort-none {
  background: url(/images/structure/sort-arrows.png) top right no-repeat; }

.chtable-center .headerrow .channelname a.sort-asc {
  background: url(/images/structure/sort-arrows-asc.png) top right no-repeat; }

.chtable-center .headerrow .channelname a.sort-desc {
  background: url(/images/structure/sort-arrows-desc.png) top right no-repeat; }

.chtable-center .channelrow {
  color: #138fc6; }

.chtable-center .channelrow.bluerow {
  background: #c9e9fe; }

.chtable-center .channelrow.lightbluerow {
  background: #d6eefe; }

.chtable-center .channelrow .firstcell {
  border-right: white 2px solid;
  border-bottom: white 2px solid;
  padding: 5px 0;
  text-align: center; }

.chtable-center .channelrow .secondcell {
  width: 143px;
  padding: 5px 0 5px 5px;
  border-bottom: white 2px solid; }

.chtable-center .channelrow .thirdcell {
  border-bottom: white 2px solid; }

.chtable-center .channelrow .thirdcell .channelcolor {
  float: left;
  height: 35px;
  width: 15px;
  margin-left: 1px; }

.chtable-right {
  width: 220px;
  float: left;
  font-size: 12px; }

.chtable-right .headerrow {
  height: 47px;
  background: url(/images/structure/bg-channel-header-right.gif) top left no-repeat; }

.chtable-right .headerrow .sort {
  width: 87px;
  text-align: center;
  background: url(/images/structure/cell-border.gif) top right no-repeat; }

.chtable-right .headerrow .sort a {
  color: white;
  padding-right: 22px; }

.chtable-right .headerrow .sort a.sort-none {
  background: url(/images/structure/sort-arrows.png) top right no-repeat; }

.chtable-right .headerrow .sort a.sort-asc {
  background: url(/images/structure/sort-arrows-asc.png) top right no-repeat; }

.chtable-right .headerrow .sort a.sort-desc {
  background: url(/images/structure/sort-arrows-desc.png) top right no-repeat; }

.chtable-right .headerrow .channelname {
  width: 245px;
  padding-left: 5px;
  border-bottom: white 2px solid; }

.chtable-right .headerrow .channelname a {
  color: white;
  padding-right: 22px; }

.chtable-right .headerrow .channelname a.sort-none {
  background: url(/images/structure/sort-arrows.png) top right no-repeat; }

.chtable-right .headerrow .channelname a.sort-asc {
  background: url(/images/structure/sort-arrows-asc.png) top right no-repeat; }

.chtable-right .headerrow .channelname a.sort-desc {
  background: url(/images/structure/sort-arrows-desc.png) top right no-repeat; }

.chtable-right .channelrow {
  color: #138fc6; }

.chtable-right .channelrow.bluerow {
  background: #c9e9fe; }

.chtable-right .channelrow.lightbluerow {
  background: #d6eefe; }

.chtable-right .channelrow .firstcell {
  border-right: white 2px solid;
  border-bottom: white 2px solid;
  padding: 5px 0;
  text-align: center; }

.chtable-right .channelrow .secondcell {
  width: 143px;
  padding: 5px 0 5px 5px;
  border-bottom: white 2px solid; }

.chtable-right .channelrow .thirdcell {
  border-bottom: white 2px solid; }

.chtable-right .channelrow .thirdcell .channelcolor {
  float: left;
  height: 35px;
  width: 15px;
  margin-left: 1px; }

.packagefilter {
  width: 218px;
  width: 670px;
  margin-bottom: 10px;
  background: white; }

.packagefilter .packageheader {
  width: 100%;
  text-indent: -9999em;
  background: url(/images/structure/bg-package-filter.gif) top left no-repeat;
  color: white;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 1px; }

.packagefilter .filterrow {
  margin-bottom: 2px;
  margin-left: 2px; }

.packagefilter .filterrow .channelcolor {
  height: 19px;
  padding: 8px; }

.packagefilter .filterrow .packagename {
  background: #e4f4fe;
  color: #138fc6;
  padding: 8px 0 9px 8px;
  width: 193px; }

.headerrow {
  background: url(/images/bg-channel-header.png) no-repeat bottom left;
  width: 668px;
  height: 45px;
  line-height: 46px;
  margin-bottom: 5px; }

.headerrow.hover, .headerrow.active {
  background: url(/images/bg-channel-header.png) no-repeat top left; }

.headerrow a {
  color: #0b2a54;
  margin-left: 10px;
  font-weight: bold; }

.channeltable1 {
  width: 50px;
  margin: 4px 0;
  padding: 0; }

.channeltable2 {
  width: 120px;
  margin: 4px 0;
  padding: 0; }

.channeltable3 {
  width: 40px;
  margin: 4px 0;
  padding: 0; }

.channeltable1 .notnew {
  background: url(/images/bg-channel-lineup.gif) no-repeat top left;
  width: 40px;
  height: 32px;
  text-align: center;
  line-height: 33px; }

.channeltable1 .new {
  background: url(/images/bg-channel-lineup.gif) no-repeat bottom left;
  width: 40px;
  height: 32px;
  text-align: center;
  line-height: 33px; }

.channel-content {
  display: none; }

.packagefilter.fixed {
  position: fixed;
  top: 0; }

.lineupcol {
  width: 220px; }

.ch-lineup-tbl td {
  vertical-align: middle; }

/* -- Tab Controls --*/
#tabs ul li {
  background: url("/images/buttons/tab-left-normal.png") no-repeat scroll left top transparent;
  margin: 2px 0 0 0;
  padding: 6px 0 4px 6px;
  vertical-align: bottom;
  white-space: nowrap;
  cursor: pointer;
  width: auto; }

#tabs ul li a {
  background: url("/images/buttons/tab-right-normal.png") no-repeat scroll right top transparent;
  display: inline;
  height: 21px;
  padding: 6px 12px 4px 10px;
  color: white;
  font-weight: bold; }

#tabs ul li.ui-tabs-selected, #tabs ul li.ui-tabs-active {
  background: url("/images/buttons/tab-left-active.png") no-repeat scroll left top transparent;
  border: none; }

#tabs li.ui-tabs-selected a, #tabs ul li.ui-tabs-active a {
  background: url("/images/buttons/tab-right-active.png") no-repeat scroll right top transparent;
  border: none; }

#tabs li.ui-tabs-selected a, #tabs ul li.ui-tabs-active a:hover {
  color: #41A0F4; }

#tabs table {
  width: 100%;
  background-color: #dbe4ec;
  /*color: #758d99;*/
  color: #535353; }

#tabs table tr.header {
  background-color: #aedfff !important;
  height: 38px;
  font-size: 12px;
  color: #486479;
  text-align: center; }

#tabs table tr {
  background-color: #f6fafd; }

#tabs table tr.even {
  background-color: #eaf3fc; }

#tabs table tr.over {
  background-color: #febe0f;
  color: white; }

/*
 * features page table styling
 */
.content .hopper {
  float: left;
  width: 579px;
  border-top: none;
  border-right: 1px solid #c5ddf3;
  border-left: 1px solid #c5ddf3;
  border-bottom: 1px solid #c5ddf3;
  height: auto;
  margin-left: 89px;
  padding: 1px; }

.hopper .table-title {
  background: #febe0f url("/images/structure/pattern-plans-table-header.jpg") repeat-x;
  height: 31px; }

.hopper .table-title span {
  float: left;
  width: auto;
  color: #865f0c;
  font-weight: bold;
  margin-left: 8px;
  font-size: 14px; }

.hopper .table-header {
  background-color: #aedffe;
  color: #56748d;
  font-size: 12px;
  height: 45px; }

.hopper .table {
  background-color: #eaf2fb;
  color: #49647c;
  font-size: 11px;
  border: 1px solid #c5ddf3; }

.hopper .table tr {
  height: 30px; }

.hopper .table tr td {
  text-align: center; }

.features .listingitem {
  margin: 0px; }

.listingitem {
  border: 1px solid #c5ddf3;
  margin: 0 0 15px;
  width: 669px;
  float: left;
  position: relative; }

.listingitem .image {
  width: 85px;
  float: left; }

.listingitem .information {
  padding: 0 0 0 8px;
  background-color: #f6fafd;
  border-left: 1px solid #c5ddf3;
  min-height: 132px; }

.information .description {
  padding: 13px; }

.information .header {
  float: left;
  width: 491px;
  height: 30px;
  padding: 0;
  background: #eaf2fb;
  color: #062a54;
  font-size: 16px; }

.header span {
  margin: 7px 0 5px 5px;
  position: relative;
  float: left; }

.information .pricing {
  width: 135px;
  padding-top: 5px;
  text-align: left;
  color: #15304e; }

.pricing .yellow {
  color: #febe0f;
  font-weight: bold; }

.pricing img {
  margin-top: 5px; }

.listingitem .image img {
  border: none; }

.listingitem .image .imgborder {
  border: #138fc6 1px solid; }

.pager {
  width: 100%; }

.imagethumbs .swap.active img {
  border: #febe0f 1px solid; }

.sidebox_features .listingitem {
  border: none;
  width: 100%;
  margin-top: 4px; }

.sidebox_features h3 {
  border-bottom: 3px solid #febe0f;
  color: #062a54;
  /* font-family: Tahoma;*/
  font-family: Tahoma, Helvetica, Arial;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 2px;
  width: 100%; }

.sidebox_features .listingitem .header {
  font-size: 12px;
  color: #062a54; }

.sidebox_features .listingitem .description {
  position: relative;
  margin-top: 3px;
  font-size: 10px; }

.sidebox_features .listingitem .description a {
  color: #febe0f; }

.phone-devices .listingitem {
  margin: 0 13px 15px 13px;
  width: 194px;
  position: relative;
  border: none;
  float: left; }

.phone-devices .last {
  margin: 0 0px 15px 0;
  float: right; }

.phone-devices .listingitem .mainheader {
  float: left;
  width: 184px;
  height: 40px;
  padding: 0 5px;
  background: black url("/images/structure/phone-devices-listingitem-header.jpg") top left repeat-x;
  color: #febe0f;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px; }

.phone-devices .listingitem .image {
  width: 192px;
  float: left;
  border: 1px solid #c5ddf3;
  min-height: 320px; }

.phone-devices .listingitem .information {
  height: auto;
  float: left;
  padding: 0px;
  width: 100%;
  border-left: none;
  background-color: transparent; }

.phone-devices .information .description {
  float: left;
  width: 100%;
  padding: 2px;
  font-size: 12px;
  margin-bottom: 3px !important;
  color: #138fc6; }

.phone-devices .information .header {
  float: left;
  width: 100%;
  height: auto;
  padding: 3px 0;
  background: #138fc6 url("/images/structure/phone-devices-listingitem-header.jpg") top left repeat-x;
  color: white;
  font-size: 14px; }

.phone-devices .header span {
  margin: 2px 0 5px 5px;
  position: relative;
  float: left; }

.phone-devices .information .pricing {
  text-align: center;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  color: #febe0f; }

.phone-devices .pricing .yellow {
  color: #febe0f;
  float: left;
  text-align: left;
  width: 100%;
  font-weight: bold; }

.phone-devices .pricing img {
  margin-top: 5px; }

.phone-devices .listingitem .image img {
  border: none; }

.phone-devices hr {
  border: 0;
  background-color: #82ABD0;
  float: left;
  height: 1px;
  margin-bottom: 25px;
  margin-top: 10px;
  width: 100%; }

.phone-devices .search {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }

.phone-devices .search-wrapper {
  float: left;
  width: 100%;
  background-color: #aedffe;
  border: 1px solid #138fc6;
  padding: 10px 0px 10px 0; }

.search-wrapper .type-filter, .search-wrapper .price-filter {
  float: left;
  width: 45%;
  text-align: center;
  margin-left: 20px; }

.search-wrapper label {
  margin-right: 5px; }

.search-wrapper select {
  width: 175px; }

.localtelephone .information .header {
  width: 575px; }

/* no image */
.sectionview .noimage .information {
  width: 660px !important;
  border-left: none !important; }

.sectionview .noimage .header {
  width: 653px !important; }

.sectionview .noimage .pricing {
  float: right !important; }

.sectionview .noimage .description {
  width: 485px !important; }

.listingitem.noimage .information {
  width: auto !important;
  border-left: none !important; }

/*.listingitem.noimage .description { width: auto !important; }*/
.imagelist .noimage .description {
  width: 100% !important; }

/* bundles */
.bundles .listingitem {
  border: none;
  width: 100%;
  margin-top: 4px; }

.bundles .listingitem .information {
  float: left;
  padding: 0 10px;
  background-color: transparent;
  width: 495px;
  border-left: none;
  height: auto; }

.bundles .listingitem .information .header {
  height: auto; }

.bundles .listingitem .information .pricing {
  font-weight: bold;
  float: left;
  font-size: 14px;
  width: 100%;
  padding-top: 0;
  text-align: left;
  color: #15304e;
  margin-bottom: 2px; }

.bundles .listingitem .image {
  width: 150px;
  float: left;
  margin-right: 5px; }

.bundles .listingitem .image img {
  border: 1px solid #0054a0; }

.bundles h3 {
  border-bottom: 3px solid #febe0f;
  color: #062a54;
  /*font-family: Tahoma;*/
  font-family: Tahoma, Helvetica, Arial;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 2px;
  width: 100%; }

.bundles hr {
  border: 0;
  background-color: #82ABD0;
  float: left;
  height: 1px;
  margin-bottom: 25px;
  margin-top: 10px;
  width: 100%; }

.bundles .listingitem .header {
  background: transparent;
  font-size: 12px;
  color: #062a54; }

.bundles .listingitem .header span {
  margin: 0px; }

.bundles .listingitem .description {
  position: relative;
  margin-top: 3px;
  font-size: 10px;
  padding: 0px;
  width: 100%; }

.bundles .listingitem .description .title {
  font-size: 12px;
  color: #062a54;
  font-weight: bold; }

.bundles .listingitem .features {
  position: relative;
  margin-top: 3px;
  font-size: 10px;
  padding: 0px;
  width: 100%;
  float: left; }

.bundles .listingitem .features .title {
  font-size: 12px;
  color: #062a54;
  font-weight: bold; }

.bundles .listingitem .features table {
  width: 100%; }

.bundles .listingitem .features table tr td {
  width: 50%; }

.bundles .listingitem .description a {
  color: #febe0f; }

.plans .listingitem {
  border: none !important;
  width: 100%;
  margin-top: 4px; }

.plans .listingitem .information {
  float: left;
  padding: 0 10px;
  background-color: transparent;
  width: 470px;
  border-left: none;
  height: auto; }

.plans .listingitem .information .header {
  height: auto; }

.plans .listingitem .information .pricing {
  float: left;
  width: 100%;
  padding-top: 5px;
  text-align: left;
  color: #15304e;
  margin-bottom: 15px; }

.plans .listingitem .image {
  width: 165px;
  float: left;
  margin-right: 5px; }

.plans .listingitem .image img {
  border: 1px solid #0054a0; }

.plans h3 {
  border-bottom: 3px solid #febe0f;
  color: #062a54;
  /*font-family: Tahoma;*/
  font-family: Tahoma, Helvetica, Arial;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 2px;
  width: 100%; }

.plans hr {
  border: 0;
  background-color: #82ABD0;
  float: left;
  height: 1px;
  margin-bottom: 25px;
  margin-top: 10px;
  width: 100%; }

.plans .listingitem .header {
  background: transparent;
  font-size: 12px;
  color: #062a54; }

.plans .listingitem .header span {
  margin: 0px; }

.plans .listingitem .description {
  position: relative;
  margin-top: 3px;
  font-size: 10px;
  padding: 0px;
  width: 100%; }

.plans .listingitem .description .title {
  font-size: 12px;
  color: #062a54;
  font-weight: bold; }

.plans .listingitem .features {
  position: relative;
  margin-top: 3px;
  font-size: 10px;
  padding: 0px;
  width: 100%;
  float: left; }

.plans .listingitem .features .title {
  font-size: 12px;
  color: #062a54;
  font-weight: bold; }

.plans .listingitem .description a {
  color: #febe0f; }

.features .listingitem {
  width: 100%;
  margin-top: 20px; }

.features h3 {
  border-bottom: 3px solid #febe0f;
  color: #062a54;
  /*font-family: Tahoma;*/
  font-family: Tahoma, Helvetica, Arial;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 2px;
  width: 100%; }

.features .listingitem .header {
  font-size: 12px;
  color: #49647c;
  height: 32px; }

.features .listingitem .description {
  position: relative;
  margin: 0;
  font-size: 10px;
  width: 579px;
  padding: 0px; }

.features .description .plans {
  background-color: #eaf2fb;
  float: left;
  height: 32px;
  margin-top: 1px;
  padding: 0;
  position: relative;
  width: 100%;
  color: #49647c;
  font-size: 12px; }

.features .description .plans span {
  float: left;
  margin: 7px 0 0 6px;
  position: relative; }

.features .description .text {
  position: relative;
  height: 32px; }

.features .description .text span {
  position: relative;
  margin: 8px 5px 0;
  float: left; }

.features .listingitem .description a {
  color: #febe0f; }

.features .listingitem .information {
  height: 100px;
  width: 579px;
  padding: 1px 0 0px 2px; }

.features .listingitem .image {
  width: 87px; }

.features .information .header {
  width: 579px;
  background-color: #aedffe; }

.features .information .pricing {
  background-color: #138fc6;
  float: right;
  height: 32px;
  width: 147px;
  color: white;
  padding: 0px; }

.features .information .toggle {
  background-color: #138fc6;
  float: right;
  height: 32px;
  width: 50px;
  margin-left: 1px;
  color: white;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  cursor: pointer; }

.features .header span {
  float: left;
  font-size: 14px; }

.features .header .pricing span {
  float: right;
  margin: 7px 15px 0px 0;
  font-size: 12px; }

/*.features .content { margin-top: 0px !important;}*/
.RadInput_Default .riTextBox {
  padding: 2px 1px 1px !important; }

.features h2 {
  font-weight: normal !important;
  font-size: 14px !important;
  border-bottom: 1px solid #febe0f;
  padding-bottom: 5px !important;
  margin-top: 6px; }

.features .title {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  width: 100%;
  color: #15304e; }

.features .date {
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-top: 0px;
  width: 100%;
  color: #000;
  font-style: italic; }

.features .text {
  float: left;
  width: 600px; }

.feature_price {
  margin-left: 15px;
  color: #15304E;
  font-weight: bold;
  text-align: right; }

.features .details {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

/* Generic Table Formatting */
.description table {
  width: 100%; }

.description table tr td {
  vertical-align: top; }

.features .entry {
  margin-top: 10px; }

.entry {
  float: left;
  width: auto; }

.entry ul {
  /*float: left; width: 150px;*/ }

/*.entry ul.nowidth{width: auto;}*/
.entry .title {
  float: left; }

.entry .description {
  float: left; }

/* wireless / detail */
.phone_details .listingitem {
  border: none; }

.phone_details .information {
  border-left: none;
  background-color: transparent; }

.phone_details .features table {
  float: left; }

.phone_details .description {
  padding: 10px 0 0 0 !important; }

.topmargin {
  margin-top: 10px; }

.alternate {
  background-color: #cee5ff;
  border: 1px solid #C5DDF3; }

.left {
  text-align: left !important; }

/* news listing */
.newsitem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: #febe0f 1px solid; }

.newsitem .title {
  font-size: 14px;
  float: left;
  width: 100%; }

.newsitem .newsdate {
  font-size: 11px;
  color: #9a9a9a;
  float: left;
  width: 100%; }

.newsitem .content {
  width: 100%;
  float: left; }

.phone_details .image {
  width: 210px; }

.phone_details .information {
  width: 440px; }

.image_reel a {
  cursor: default; }

#content ul {
  list-style: none outside none;
  /*margin-bottom: 10px;*/ }

#content ul li {
  /*  background-image: url("/images/bullet.png");
background-position: 0 5px;
background-repeat: no-repeat;*/
  list-style-image: none;
  padding-left: 9px; }

#content ul li ul {
  list-style: none outside none;
  margin-bottom: 5px; }

#content ul li ul li {
  background-image: url("/images/bullet.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
  list-style-image: none;
  padding-left: 9px; }

#content ol li {
  list-style: decimal;
  margin: 0 0 5px 20px;
  padding: 0; }

#content a {
  color: #138fc6;
  text-decoration: none; }

#content a:hover {
  color: #febe0f; }

#content ul, #content ol {
  padding: 15px 0px 0px 0px; }

/*
 * Ebpp Section
 */
.whatthis {
  display: none; }

.loginbox {
  /*border: solid 10px #2d2d2d;*/
  margin-top: 10px;
  border-radius: 10px;
  height: 160px;
  overflow: hidden;
  padding: 10px;
  font-size: 14px;
  color: #3077bf;
  font-weight: bold;
  background: #2d2d2d url(/images/logo-logout.png) top center no-repeat; }

.loginbox span {
  font-weight: normal;
  color: white;
  letter-spacing: 1px; }

.removebutton {
  background: url(/images/structure/cross_circle.png) bottom left no-repeat;
  padding-left: 20px;
  font-size: 12px; }

.editbutton {
  background: url(/images/structure/edit-icon.png) bottom left no-repeat;
  padding-left: 20px;
  font-size: 12px; }

#TelFeatures ul li {
  background-image: none; }

.accountusage {
  width: 520px;
  height: 300px; }

.accountinformation {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #eeeeee; }

.accountinformation h2 {
  color: #062a54;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.accountlogin {
  width: 280px;
  height: 220px;
  padding: 80px 10px 0 10px;
  background: url(/images/structure/My-Account.png) top left no-repeat;
  margin: 0 auto;
  color: #6e6e6e; }

.accountlogin.rename {
  background: url(/images/structure/rename.gif) top left no-repeat; }

.accountlogin.remove {
  background: url(/images/structure/remove.gif) top left no-repeat; }

.accountlogin .label {
  color: #9b9b9b;
  font-weight: normal; }

.accountlogin .textfield {
  width: 230px; }

.accountlogintitle {
  width: 280px;
  height: 38px; }

.accountloginadd {
  width: 280px;
  padding: 20px 0 20px 30px;
  background: url(/images/structure/body-login.gif) bottom left no-repeat;
  overflow: hidden;
  color: #9b9b9b; }

.accountloginadd .label {
  color: #9b9b9b;
  font-weight: normal; }

.accountloginadd .textfield {
  width: 230px; }

.addaccount {
  width: 280px;
  height: 220px;
  padding: 80px 10px 0 10px;
  background: url(/images/structure/add-account.gif) top left no-repeat; }

.addaccount .label {
  color: #9b9b9b; }

.addaccount .textfield {
  width: 230px; }

.registeraccount {
  width: 280px;
  height: 220px;
  padding: 80px 10px 0 10px;
  background: url(/images/structure/account-register.gif) top left no-repeat;
  color: #9b9b9b; }

.registeraccount .label {
  color: #9b9b9b;
  font-weight: normal; }

.registeraccount .textfield {
  width: 230px; }

/*.blue {color: #1991FF; font-weight: bold;}*/
.checkminutes {
  background: url(/images/structure/icon-minutes.gif) top left no-repeat;
  padding-left: 20px; }

.managelist {
  background: url(/images/structure/icon-manage-a.gif) top left no-repeat;
  padding-left: 20px; }

.addfeature {
  background: url(/images/structure/icon-add.gif) top left no-repeat;
  padding-left: 20px; }

.billstub {
  background: url(/images/structure/icon-stub.gif) top left no-repeat;
  padding-left: 20px; }

.question {
  background: url(/images/structure/icon-question.gif) top left no-repeat;
  padding-left: 15px; }

.paybill {
  background: url(/images/structure/icon-paybill.gif) center left no-repeat;
  padding-left: 15px; }

.ebpptabs #tab-summary {
  padding: 10px;
  background: url(/images/structure/bg-tabs.gif) top left repeat-x; }

.ebpptabs #tab-summary h2 {
  font-weight: normal;
  font-size: 18px;
  color: #138fc6;
  padding-bottom: 10px;
  /* font-family: Arial;*/
  font-family: Tahoma, Helvetica, Arial; }

.ebpptabs .ui-tabs-panel {
  border: thin solid #d6d6d6; }

.ebpptabs #tab-charges {
  padding: 10px;
  background: url(/images/structure/bg-tabs.gif) top left repeat-x; }

.ebpptabs #tab-charges h2 {
  font-weight: normal;
  font-size: 18px;
  color: #138fc6;
  padding-bottom: 10px;
  /* font-family: Arial;*/
  font-family: Tahoma, Helvetica, Arial; }

.ebpptabs #tab-calls {
  padding: 10px;
  background: url(/images/structure/bg-tabs.gif) top left repeat-x; }

.ebpptabs #tab-calls h2 {
  font-weight: normal;
  font-size: 18px;
  color: #138fc6;
  padding-bottom: 10px;
  /*font-family: Arial;*/
  font-family: Tahoma, Helvetica, Arial; }

.bcol1 {
  float: left;
  width: 440px;
  background: #e5e5e5;
  padding: 5px;
  border-bottom: white 1px solid; }

.bcol2 {
  float: left;
  width: 80px;
  background: #eaf3fc;
  padding: 5px;
  text-align: right;
  border-bottom: white 1px solid;
  color: #758d99;
  font-weight: bold; }

.bcol3 {
  float: left;
  width: 60px;
  background: #c3d0dd;
  color: #758d99;
  height: 18px;
  padding: 5px; }

.bcol1 h2 {
  font-weight: normal;
  font-size: 18px;
  color: #138fc6;
  padding-bottom: 0 !important;
  /*font-family: Arial;*/
  font-family: Tahoma, Helvetica, Arial; }

.submitquestion label {
  font-weight: normal;
  color: #666; }

.submitquestion .textarea {
  width: 485px; }

.billblock {
  width: 675px;
  padding: 5px;
  border: #ccc 1px solid;
  margin-bottom: 10px;
  color: #758d99; }

.billblock span {
  color: #667d95;
  font-weight: bold; }

.billblock h2 {
  font-weight: normal;
  font-size: 18px;
  color: #138fc6;
  padding-bottom: 0 !important;
  /*font-family: Arial; */
  font-family: Tahoma, Helvetica, Arial; }

/*Begin, Added additional billbock to remove bold styling*/
.billblock2 {
  width: 675px;
  padding: 5px;
  border: #ccc 1px solid;
  margin-bottom: 10px;
  color: #758d99; }

.billblock2 span {
  color: #667d95; }

.billblock2 h2 {
  font-weight: normal;
  font-size: 18px;
  color: #138fc6;
  padding-bottom: 0 !important;
  /* font-family: Arial;*/
  font-family: Tahoma, Helvetica, Arial; }

/*End billblock styling*/
#pnlSearch input[type="text"] {
  padding: 2px; }

.placeholder {
  color: #aaa; }

.inline {
  display: inline; }

#ZoneBodyRight {
  border-bottom: none; }

a.webmail:hover {
  background-position: 0 -50px; }

a.webmail {
  float: left;
  margin-top: 16px;
  width: 210px;
  height: 50px;
  overflow: hidden;
  background: url("/images/buttons/webmail.png") top left no-repeat;
  text-indent: -9999em;
  display: block; }

.layer1 {
  margin: 0;
  padding: 0;
  width: 500px; }

.headingtel {
  margin: 1px;
  color: #222222;
  font-size: small;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background-color: white; }

.headingloc {
  margin: 1px;
  color: #222222;
  font-size: small;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background-color: white; }

.content {
  padding: 5px 10px;
  background-color: white; }

.locContent {
  padding: 5px 10px;
  background-color: white; }

.banner {
  padding-top: 5px;
  /* border-bottom: 3px solid $primaryGold; */ }

.bottomborder {
  border-bottom: solid 1px #ddd; }

.viewdetails {
  padding: 0 0 0 20px;
  background: transparent url("/images/minus.png") center left no-repeat; }

.viewdetailsoff {
  padding: 0 0 0 20px;
  background: transparent url("/images/plus.png") center left no-repeat; }

.viewDisconnectionNotice {
  padding: 0 0 0 20px;
  background: transparent url("/images/minus.png") center left no-repeat; }

.viewDisconnectionNoticeOff {
  padding: 0 0 0 20px;
  background: transparent url("/images/plus.png") center left no-repeat; }

.siteFooter .inner {
  margin: auto;
  overflow: hidden;
  padding-left: 140px; }

.siteFooterBar .inner {
  margin: auto;
  overflow: hidden;
  max-width: 480px;
  background: url(/images/structure/footer-logo.png) right no-repeat;
  box-sizing: border-box; }

.desktop .siteFooterBar .inner {
  max-width: 960px; }

#btnSearchGo {
  color: transparent;
  width: 41px;
  height: 21px;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent url(/images/go.png) center no-repeat; }
  #btnSearchGo:hover {
    background: transparent url(/images/goHover.png) center no-repeat; }

html.popup, body.popup {
  background-color: white;
  color: #222222; }

body.popup div#close {
  position: absolute;
  position: fixed;
  right: 0;
  top: 0;
  margin: 2px; }

.pricing {
  float: right; }

pre {
  white-space: pre-wrap; }

.exception {
  display: block;
  outline: 1px solid red;
  overflow: hidden; }

.exception .exception {
  margin-left: 4em; }

body.page-residential-security-readyhome .success,
body.page-business-security-readyhome .success {
  position: absolute;
  top: 0; }

.debug.comment {
  pointer-events: auto;
  position: absolute;
  white-space: pre-wrap;
  background-color: black;
  color: white;
  opacity: 0.1;
  z-index: 32768;
  transition: opacity 0.5s;
  padding: 3px 0.5em; }
  .debug.comment a {
    color: #febe0f;
    width: 4em;
    text-indent: 4em;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    position: relative; }
    .debug.comment a:before {
      position: absolute;
      content: "Link";
      width: 4em;
      left: -4em; }
  .debug.comment:focus {
    opacity: 0.1;
    transition: opacity 0.5s, pointer-events 0.5s 0.5s;
    pointer-events: none; }
  .debug.comment:hover {
    opacity: 0.8;
    pointer-events: auto; }

.anythingSlider {
  float: left;
  height: 228px;
  left: 0;
  margin: 0 auto;
  position: relative;
  width: 710px;
  z-index: -1; }

.anythingSlider .wrapper {
  width: 710px;
  height: 228px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: -1; }

.anythingSlider .wrapper ul {
  width: 3072px;
  width: 300%;
  width: 100vw;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: -1; }

.anythingSlider .wrapper ul li {
  display: block;
  float: left;
  padding: 0;
  height: 228px;
  width: 710px;
  background: none;
  z-index: -1; }

.anythingSlider .arrow {
  display: none !important;
  height: 200px;
  width: 67px;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: -250px;
  cursor: pointer; }

.anythingSlider .forward {
  background-position: 0 0;
  right: -20px; }

.anythingSlider .back {
  background-position: -67px 0;
  left: -20px; }

.anythingSlider .forward:hover {
  background-position: 0 -200px; }

.anythingSlider .back:hover {
  background-position: -67px -200px; }

.anythingSlider .anythingControls {
  position: absolute;
  top: 190px;
  left: 630px;
  width: 75px;
  height: 32px;
  overflow: hidden; }

.anythingSlider .anythingControls ul.thumbNav {
  position: relative;
  width: 75px;
  height: 32px;
  z-index: 1100;
  list-style: none;
  text-align: center;
  vertical-align: middle; }

.anythingSlider .anythingControls ul.thumbNav li {
  position: relative;
  width: 25px;
  height: 32px;
  float: left;
  text-align: center;
  vertical-align: middle; }

.anythingSlider .anythingControls ul.thumbNav a {
  font-size: 300px;
  background: url("/images/buttons/number-bg.png") no-repeat scroll center transparent;
  color: transparent;
  display: block;
  width: 100%;
  height: 100%; }

.anythingSlider .anythingControls ul.thumbNav a.cur {
  background: url("/images/buttons/number-selected-bg.png") no-repeat scroll center transparent; }

.start-stop {
  display: none;
  z-index: 10;
  background: green;
  background-image: url(../images/cellshade.png);
  background-repeat: repeat-x;
  color: white;
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 229px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.start-stop.playing {
  background-color: red; }

.start-stop:hover {
  background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
  position: static;
  margin: 0;
  background: none;
  overflow: visible;
  width: auto;
  border: 0; }

.anythingSlider .wrapper ul ul li {
  float: none;
  height: auto;
  width: auto;
  background: none; }

.marketing-panel {
  margin-top: -14px;
  position: relative;
  z-index: -1; }

.marketing-panel a {
  position: relative;
  z-index: 5; }

.marketing-panel img {
  opacity: 0; }

#panelpage {
  position: relative;
  top: 189px;
  margin-right: 10px;
  display: none !important; }

.paging {
  position: absolute;
  width: auto;
  height: 47px;
  z-index: 1000;
  text-align: right;
  line-height: 40px;
  background: none; }

.paging a {
  font-weight: bold;
  padding: 4px 8px 10px 8px;
  text-decoration: none;
  color: #fff;
  background: url(/images/buttons/number-bg.png) top left no-repeat; }

.paging a.active {
  background: url(/images/buttons/number-selected-bg.png) top left no-repeat; }

.siteWrapper {
  pointer-events: none; }

.siteWrapper .siteHeader,
.siteWrapper .contentHeader,
.siteWrapper #contentTop,
.siteWrapper #content,
.siteWrapper .siteFooter,
.siteWrapper .siteFooterBar,
.siteWrapper .anythingControls,
.TelerikModalOverlay, .RadWindow {
  pointer-events: auto !important;
  pointer-events: all !important; }

.RadWindow td {
  padding: 0;
  margin: 0;
  border: 0; }

a.learnmore:hover {
  background-position: 0 -23px; }

a.learnmore {
  float: right;
  width: 100px;
  margin-bottom: 5px;
  height: 23px;
  background: url("/images/buttons/learnmore.gif") top left no-repeat;
  text-indent: -9999em;
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  clear: both; }

.addplan:hover {
  background-position: 0 -23px; }

.addplan {
  float: right;
  width: 100px;
  margin-bottom: 5px;
  height: 23px;
  background: url("/images/buttons/add-plan.gif") top left no-repeat;
  text-indent: -9999em;
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  clear: both; }

.addmutipleplan:hover {
  background-position: 0 -23px; }

.addmutipleplan {
  width: 100px;
  margin-bottom: 5px;
  height: 23px;
  background: url("/images/buttons/add-plan.gif") top left no-repeat;
  text-indent: -9999em;
  display: block;
  margin-top: 5px;
  clear: both; }

#alistFrame {
  height: 615px;
  min-height: -webkit-fill-available;
  min-height: -moz-fill-available;
  min-height: -ms-fill-available;
  min-height: fill-available; }

#RadCloseDiv {
  position: absolute;
  position: fixed;
  right: 0;
  top: 0; }

.headerDetails {
  width: 734px;
  min-width: 734px;
  max-width: 734px;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
    /*
	* SORTING 
	*/ }
  .headerDetails * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .headerDetails thead th {
    padding-right: 10px; }
  .headerDetails .accountName {
    text-align: left; }
  .headerDetails .accountNumber {
    text-align: center;
    font-type: "Droid Sans Mono", monospace; }
  .headerDetails .balanceDue, .headerDetails .dueDate, .headerDetails .nextBillDate {
    text-align: right;
    padding-right: 10px; }
  .headerDetails .discNotice {
    background-color: #b00;
    color: #fff; }
  .headerDetails .discNotice .iconSmallChat strong, .headerDetails .discNotice .iconSmallPhone strong {
    color: #fff; }
  .headerDetails .discNotice.hover:hover {
    background-color: #b00;
    color: #fff; }
  .headerDetails .discNotice .iconSmallChat {
    color: #febe0f;
    padding-left: 24px;
    background: transparent url(/images/icons/iconSmallChat_Yellow.png) left center no-repeat; }
  .headerDetails .discNotice .iconSmallChat:hover {
    color: #fff;
    padding-left: 24px;
    background: transparent url(/images/icons/iconSmallChat_White.png) left center no-repeat; }
  .headerDetails .discNotice .iconSmallPhone {
    color: #febe0f;
    padding-left: 24px;
    background: transparent url(/images/icons/iconSmallPhone_Yellow.png) left center no-repeat; }
  .headerDetails .discNotice .iconSmallPhone:hover {
    color: #fff;
    padding-left: 24px;
    background: transparent url(/images/icons/iconSmallPhone_White.png) left center no-repeat; }
  .headerDetails div.tablesorter-header-inner {
    cursor: pointer;
    cursor: hand; }
    .headerDetails div.tablesorter-header-inner .sorticon {
      display: none; }
  .headerDetails div.tablesorter-header-inner:hover .sorticon {
    position: absolute;
    background: url(/images/ui-icons_2e83ff_256x240.png) -131px -20px;
    margin-top: 5px;
    margin-left: 8px;
    width: 10px;
    height: 9px;
    display: inline; }

.mobile #pnlMarketingPanel {
  display: none; }

.mobile .siteFooterBar p {
  padding-left: 0;
  width: 320px; }

.mobile #setLocation {
  position: absolute;
  left: 50%; }

.mobile #contentRight {
  display: none; }

.mobile div,
.mobile table,
.mobile img {
  max-width: 480px;
  box-sizing: border-box; }

.mobile #contentDefault div,
.mobile #contentDefault table,
.mobile #contentDefault img {
  max-width: 468px;
  box-sizing: border-box; }

html.mobile,
.mobile body,
body.mobile {
  width: 480px;
  box-sizing: border-box; }

.mobile #pnlForm {
  overflow: auto !important;
  padding-top: 36px;
  padding-bottom: 36px; }

.mobile .siteFooterBar {
  box-sizing: border-box; }

.mobile .content {
  max-width: 480px !important; }

.mobile .siteFooter .inner {
  padding-left: 0;
  text-align: center;
  font-size: 175%; }

.mobile .siteFooter .inner .column.tiny {
  width: 100%; }

hr {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px; }
