/*
GNBT Colour Codes:
  Blue: #2e3192
  Orange: #F15F22
  Light Grey: #aeafb2
  Dark Grey: #666666
  White: #FFFFFF
  Light Blue: #e2edff

Links defaults:
Colour should be #2488cf,
Rollovering it should underline it
Once visited colour should be #aeafb2
Once visited and rolled over it should underline it too in this same #aeafb2 colour

*/

/**this needs to be added for mac os which doesn't have Calibri**/
/*@font-face {
  font-family: CalibriForMac;
  src: url('../fonts/calibri.ttf') ;
}

@font-face {
  font-family: CalibriForMacBold;
  src: url('../fonts/calibrib.ttf') ;
}

@font-face {
  font-family: CalibriForMacItalic;
  src: url('../fonts/calibrii.ttf') ;
}

@font-face {
  font-family: CalibriForMacBoldItalic;
  src: url('../fonts/calibriz.ttf') ;
}*/
@font-face {
  font-family: 'CalibriForMac';
  src: url('../fonts/calibri-webfont.eot');
  src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibri-webfont.woff') format('woff'),
    url('../fonts/calibri-webfont.ttf') format('truetype'),
    url('../fonts/calibri-webfont.svg#CalibriRegular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'CalibriForMacBold';
  src: url('../fonts/calibrib-webfont.eot');
  src: url('../fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibrib-webfont.woff') format('woff'),
    url('../fonts/calibrib-webfont.ttf') format('truetype'),
    url('../fonts/calibrib-webfont.svg#CalibriBold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'CalibriForMacItalic';
  src: url('../fonts/calibrii-webfont.eot');
  src: url('../fonts/calibrii-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibrii-webfont.woff') format('woff'),
    url('../fonts/calibrii-webfont.ttf') format('truetype'),
    url('../fonts/calibrii-webfont.svg#CalibriItalic') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'CalibriForMacBoldItalic';
  src: url('../fonts/calibriz-webfont.eot');
  src: url('../fonts/calibriz-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibriz-webfont.woff') format('woff'),
    url('../fonts/calibriz-webfont.ttf') format('truetype'),
    url('../fonts/calibriz-webfont.svg#CalibriBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;

}

/** inbuilt styles **/

nav, section, article, summary, details, aside, header, footer {
  display:block;  /* HTML5 tags: some browsers don't default the new tags to the right display mode */
}


body, table, tr, td {
  font-size:13px;  /*this is our base font size*/
}

h1 {
  font-size:2em;
}

h2 {
  font-size:1.5em;
}

h3 {
  font-size:1.3em;
}

h2.block-title {
  font-size:1.5em;
}

a, a:link {
  text-decoration: none;
  color:#2488cf;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color:#aeafb2;
}

body {
  background: #bfc0c4;
  line-height: 1.5em;
}

body, input, textarea, select {
  font-family: Calibri, CalibriForMac, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6{
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

blockquote {
  background-color: #e2edff;
  color: #777;
  margin-top: 15px;
  padding: 2px 8px;
  border: none;
}

table {
  width: 100%;
  margin: 6px 0px;
}

th, tbody th {
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

th.lastcol {
  border-right: none;
}

tr.even /* Some tables have rows marked even or odd. */
{
  background-color: white; /* Drupal core uses a #eee background */
}

tr.odd
{
  background-color: #efefef; /* Drupal core uses a #eee background */
}

td {
  padding: 6px;
  border-top: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  /*width: 100px;*/
}

td.lastcol {
  border-right: none;
}

.table_no_border{
  border: none;
  margin: 0px !important;
}

.table_no_border td{
  border: none;
}

.table_no_border_right{
  border-right: none;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
  color:#FFFFFF;
  padding:5px 5px 5px 10px;
}

div.messages, /* Important messages (status, warning, and error) for the user */
div.status,
div.warning,
div.error
{
  min-height: 21px;
  width:715px;
  margin: 10px 0px 10px 0px;
  border: 2px solid #82db7c;
  padding: 5px 5px 5px 35px;
  color: #000;
  background-color: #b2efad;
  background-image: url(../images/round/warning_red.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
}

div.status /* Normal priority messages */
{
  background-image: url(../images/round/warning_green.png);
}

div.warning /* Medium priority messages */
{
  border-color: #fc0;
  background-image: url(../images/round/warning_yellow.png);
}

div.warning,
tr.warning
{
  color: #000; /* Drupal core uses #220 */
  background-color: #ffc;
}

div.error /* High priority messages. See also the .error declaration below. */
{
  /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
  border-color: #c00;
  background-image: url(../images/round/warning_red.png);
}

div.error,
tr.error
{
  color: #900; /* Drupal core uses #200 */
  background-color: #fee;
}

div.messages ul
{
  margin: 0px;
  list-style-type: none;
}

div.messages li
{
  margin: 0px;
}

div.tabs
{
  margin: 0px;
  padding: 10px 0px 0px 0px;
  background: #444444;
}

input.form-submit {
  margin:0px;
  background-color: #ABABAB;
}

textarea[readonly=readonly], textarea[readonly] {
  background-color: #DEDEDE;
  border: 1px inset #ABABAB;
  color: #9A9A9A;
}

input[readonly=readonly], input[readonly] {
  background-color: #DEDEDE;
  border: 1px inset #ABABAB;
  color: #9A9A9A;
}

select[disabled="disabled"], select[disabled] {
  background-color: #DEDEDE;
  border: 1px inset #ABABAB;
  color: #9A9A9A;
}

button {
  font-size:0.95em;
}

/** utility styles **/

.block {
  margin-bottom:10px;
  background: #ffffff url('../images/block_top.gif') repeat-x top;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
}

.clearer{
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 0px;
}

.form-item label.option {
  font-size: inherit;
}

.form-submit
{
  padding: 2px;
  color: #ffffff !important;
  font-weight: bold;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
  cursor: pointer;
}

.form-submit h2
{
  padding: 2px;
  color: #ffffff !important;
  font-weight: bold;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
  cursor: pointer;
}

.form-submit-cancel
{
  background: #F4792C url(../images/button_bg_orange.gif) repeat-x center;
  border: 1px solid #F4792C !important;
  color: #ffffff !important;
}

.form-submit-action
{
  background: #4bb02e url(../images/button_bg_green.gif) repeat-x center;
  border: 1px solid #4bb02e !important;
  color: #ffffff !important;
}

.form-submit-action h2
{
  background: #4bb02e url(../images/button_bg_green.gif) repeat-x center !important;
  border: 1px solid #4bb02e !important;
  color: #ffffff !important;
}

.form-submit-content
{
  background: url("../images/button_bg_white.gif") repeat-x scroll 0 0 transparent;
  border: 1px solid #C7C7C9 !important;
  color: #144DB8 !important;
  display: block;
  float: right;
  margin: 2px 0 !important;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
}

.form-submit-content:hover {
  color:#F4792C;
}

.form-submit-link
{
  background: #322f83 url(../images/button_bg_blue.gif) repeat-x center;
  border: 1px solid #322f83 !important;
  color: #ffffff !important;
}

.form-submit-disabled /* generic submit button for speednames */
{
  background: #b3b3b6 url(../images/button_bg_grey.gif) repeat-x center;
  border: 1px solid #b3b3b6 !important;
  color: #ffffff !important;
}

.form-submit.right {
  float: right;
}

a.form-submit:hover {
  text-decoration: none;
}

.inline-fieldset legend {
  font-weight:bold;
  font-size: 14px !important;
}

.inline-fieldset div {
  display:inline-block;
  margin-top:0;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

.inline-fieldset, div.inline-fieldset {
  border:none;
  padding:0;
  margin:0;
  height: 55px;
}

div.inline-fieldset a.fieldset-title {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}

div.inline-fieldset div.fieldset-content {
  border: none;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 3px;
}

.inline-fieldset .form-required {
  display:inline;
}

.inline-fieldset label {
  display:none;
}

.help, .region-help/* Help text on a page */
{
  margin: 1em 0;
}

.more-help-link /* Link to more help */
{
  font-size: 0.85em;
  text-align: right;
}

.hide {
  display: none;
}

/** overrides for [collapse] block **/
.gnbt-extra-info {
  background:none;
  border: none !important;
  color: #333333 !important;
  cursor: default !important;
  font-weight: normal !important;
  padding: 0;
}

.gnbt-extra-info>.fieldset-content {
  border:none;
}

.gnbt-extra-info>h2, .gnbt-extra-info a {
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  padding: 5px 10px;
  behavior: none;
  display:inline-block;
  /*ie7 hack */
  zoom: 1;
  *display:inline;
}

.gnbt-extra-info>h2>a {
  text-decoration: none !important;
  color: #ffffff !important;
}

/** theme styles **/

#header
{
  background:#8c8d8e;
  height: 35px;
  position: relative;
  z-index:300;
}

#header-inner
{
  width: 1000px;
  height: 25px;
  margin: auto;
  position: relative;
}

#header-inner-background {
  z-index:0;
  position:absolute;
  padding: 5px 0px;
  height:25px;
  width:100%;
  background: none repeat scroll 0 0 #8C8D8E;
}

#header-inner a {
  text-decoration: none;
}

#branding
{
  height: 80px;
  background:#FFFFFF;
  position: relative;
}

#branding-inner
{
  position: relative;
  width: 1000px;
  height: 80px;
  margin: auto;
  z-index: 99;
}

#branding-blocks /* Wrapper for any blocks placed in the branding region */
{
  clear: none;
}

#logo-title /* Wrapper for logo, website name, and slogan */
{
  float:left;
}

#logo /* Wrapper for logo */
{
}

#logo-image /* The actual logo image */
{
  float:left;
}

#site-slogan /* The slogan (or tagline) of a website */
{
  width: 300px;
  font-size:18px;
  font-style:italic;
  color:#444444;
  float: left;
  margin-top: 46px;
}

/** navigation **/
#navigation
{
  width: 100%;
  background: #ffffff;
}

#navigation-inner
{
  position: relative;
  width: 1000px;
  height: 40px;
  margin: auto;
  z-index: 200;
}

#navigation-inner .search-sitewide{
  background: none;
  border: medium none;
  border-radius: 6px 6px 0 0;
  left: 775px;
  top: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 220px;
}


#page
{
  background: url('../images/bg.gif') repeat-x top #e8e8e8;
  padding: 0px 0px 10px 0px;
  min-height: 600px;
  position: relative;
}

#page-inner
{
  width: 1000px;
  margin: 0 auto;
  background: none;
  position:relative;
}

#page-inner > div > div {
  display: inline-block;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

#content {
  width: 760px;
  position: relative;
  vertical-align: top;
  padding-right: 6px
}

.no-sidebars #content {
  width: 100%;
}

#content-inner
{
  padding-top: 10px;
}

/*
horrible hack to allow us to inline block all the regions in content-area.
This may mean setting the font-size in child elements explicitly
*/
#content-inner>div {
  font-size: 0px;
}

#content-inner>div>* {
  font-size:12px;
}
/*end of the horrible hack*/

#content-above {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

#content-above .block /* Wrapper for any blocks placed in the "content top" region */
{
  background: none;
  display:inline-block;
  vertical-align: top;
  position: relative;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

#content-above .home-strapline-block
{
  font-style: italic;
  padding: 15px 21px 15px 15px;
  background: #444444;
  color: #FFFFFF;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
  width: 320px;
  height: 176px;
}

#content-ad-region /* special 100% width grey ad block */
{
  background: #444444;
  position:relative;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  margin-bottom: 10px;
}

#content-ad-region .home-block {
  background: #2d2d2f;
  border: 1px solid #565658;
  padding: 10px;
  display: inline-block;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  margin: 7px 0px 0px 7px;
  color: #ffffff;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

#content-ad-region .home-block a {
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
{
  background: #444444;
  position:relative;
}

#content-header .home-block {
  background: #2d2d2f;
  border: 1px solid #565658;
  padding: 10px;
  display: inline-block;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  margin-left: 7px;
  color: #ffffff;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

#content-header .home-block a {
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}

#content-area /* Wrapper for the actual page content */
{
  background:#FFFFFF;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
  display: inline-block;
  width: 100%;
}

#content-area #title-wrapper{
  position:relative;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  background: #444444;
  margin: 0px;
  padding: 0px;
}

#content-area h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
#content-area h3.title /* Comment title */
{
  background: #E1E4F3;
  color: #2E3192;
  padding:4px 6px;
  margin: 4px 0px 4px 0px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
}

#content-area h1.title /* The title of the page */
{
  width: 740px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -ms-text-overflow:ellipsis;
  -moz-binding:url(../bindings/ellipsis-xbl.xml#ellipsis);
  margin:0px !important;
  padding: 10px !important;
}

#content-area .block {
  background: none;
  margin: 10px 0px;
}

#content-area .block .content{
  padding: 0px 8px;
}

#content-area .button {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  background:url("../images/button_bg_white.gif") repeat-x scroll 0 0 transparent;
  border:1px solid #C7C7C9;
  color:#144DB8;
  cursor:pointer;
  display:block;
  float:right;
  position:relative;
  text-align:center;
  text-decoration: none;
  padding: 2px 6px;
}

#content-area .button:hover {
  color:#F4792C;
}

#content-area .sticky-header {
  /*position: relative !important;*/
  display: none;
}

#content-left {
  padding:5px;
  margin: 0px 0px 10px 0px;
  width: 200px;
  position: absolute;
  left: 0px;
  height: 100%;
}

/*if there is left hand content this needs to move to accomodate it*/
#content-right {
  padding:5px;
  margin: 0px 0px 10px 0px;
  margin-left: 210px;
}

#content-two-columns-left, #content-two-columns-right {
  display: inline-block;
  width: 375px;
  margin: 0px auto;
}

/* if no left hand content column then stretch content to full width*/
#content-full {
  padding: 0px 10px 10px 10px;
  margin: 10px 0px 10px 0px;
  clear: both;
}

#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
{
  margin-top: 10px;
}

#content-bottom .block {
  background: none;
}

.content-block-full-width .node .content {
  width: 100%;
}

/** sidebar-left **/
#sidebar-left
{
}

#sidebar-left-inner
{
}

/** sidebar-right **/
#sidebar-right
{
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 230px;
  position: relative;
}


#sidebar-right-inner
{
}

#sidebar-right .block {
  margin: 0px 0px 10px 0px;
}

#sidebar-right .block ul {
  margin: 0px;
}

#sidebar-right .marketing-block-1-right {
  background: #ffffff;
}

#sidebar-right .marketing-block-1-right .content {
  width: 100%;
}

#sidebar-right .twitter-right {
  background: #ffffff;
}

#sidebar-right .twitter-right .content {
  width: 100%;
}

#sidebar-right .marketing-block-no-padding {
  background: none;
  padding: 0px;
  margin: 0px;
}

#sidebar-right .marketing-block-no-padding p {
  padding: 0px;
  margin: 0px;
}

/*slider styles*/

#content-area .home-slider {
  margin: -8px 0px;
}

.home-slider {
  width: 745px;
  height: 135px;
  padding: 0px;
  background: none;
}

.home-slider .content {
  margin: 0px;
  padding: 0px !important;
}

#sliderwrapper {
  width: 760px;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

#slider {
  width: 745px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 135px;
  width: 745px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
}

.scrollContainer div.panel {
  padding: 0px;
  margin: 0px;
  height: 135px;
  width: 745px;
}

.scrollContainer div.panel .content {
  padding: 0px !important;
  margin: 0px;
}

ul.slidenav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

ul.slidenav .slidetab-active {
  background-color: #e6e6e6;
}

ul.slidenav li {
  display: inline;
  margin-right: 0px;
}

ul.slidenav a {
  padding: 0px;
  color: #000;
  text-decoration: none;
}

ul.slidenav a:hover {
  background-color: #e6e6e6;
}

ul.slidenav a.selected {
  background-color: #fff;
}

ul.slidenav a:focus {
  outline: none;
}

.scrollButtons {
  position: absolute;
  top: 63px;
  cursor: pointer;
}

.scrollButtons.left {
  left: 10px;
  z-index: 100;
}

.scrollButtons.right {
  right: 10px;
  z-index: 100;
}

/* end of slider styles*/

/** footer **/
#footer
{
  width: 100%;
  min-height: 200px;
  background: none;
  margin: 0px;
  padding: 10px 0 10px 0;
  background: #bfc0c4 url(../images/bg_footer_menu.gif) repeat-x top;
}

#footer-inner
{
  width: 1000px;
  margin: 0 auto;
  background: none;
  font-size:13px;
  color:#333333;
  position: relative;
}

#footer-inner #icann-link{
  position: absolute;
  right: 10px;
}

/**
 * Wrapper for the footer message from Drupal's "Site information"
 * and for any blocks placed in the footer region
*/
#footer-message 
{
  margin-top: 10px;
  float: left;
  text-align: center;
  width: 100%;
  font-size: 11px;
}

#footer #copyright-notice
{
  margin-top: 10px;
  float: left;
  text-align: center;
  width: 100%;
  font-size: 11px;
}

.node .content {
  /*display: inline-block;*/
  padding: 0 !important;
  margin: 0;
}

#header-show-login-button, #header-logout-button {
  height: 25px;
  line-height:25px;
  padding: 0px;
  margin-top:5px;
  width: 60px;
  background: #444444;
  border: none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:absolute;
  right:0px;
  font-size:12px;
  font-weight:bold;
  color: #ffffff;
  text-align:center;
  cursor:pointer;
}

#header-logout-button a {
  color: #fff;
  text-decoration: none;
}

#user-login-form ul, #user-login ul
{
  margin: 0px;
  padding: 0px;
}

#user-login-form li, #user-login li
{
  margin: 0px;
  padding: 2px 0px 2px 20px;
  list-style: none;
  background: url(../images/round/arrow.png) left center no-repeat
}

#user-login-form .form-item input {
  width: 115px;
}

#user-login-form .form-item input#edit-remember-me {
  width: 15px; /* width: inherit; should also work, but fails in IE7 */
}


#edit-name-wrapper, #edit-pass-wrapper, #edit-name-1-wrapper, #edit-pass-1-wrapper{
  position: relative;
}

.block-locale {
  height: 25px;
  line-height: 30px;
  padding: 0px;
  /*margin-left: 10px;*/
  width: 195px;
  background: #444444;
  border: none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:absolute;
  top:5px;
}

.block-locale .block-inner {
  padding-left: 8px;
  margin: 0px;
  white-space:nowrap;
}

.block-locale .block-inner .title {
  font-size: 12px;
  background: #444444;
  width: 90px;
  line-height: 10px;
  display:inline;
  vertical-align:text-top;
  padding: 0px;
  margin: 0px;
  white-space:nowrap;
}

.block-locale .content {
  display:inline-block;
  *display:inline;  /*IE7*/
}

.block-locale .block-inner .content ul {
  display:inline-block;
  *display:inline;  /*IE7*/
  padding: 0px;
  margin: 0px;
}

.block-locale .block-inner .content ul li {
  display: inline;
  padding: 0px 1px;
  margin: 0px;
  vertical-align: middle;
}

.block-group_nbt_extensions {
  /*background: #FFFFFF;
  padding: 6px;*/
  border: none;
  /*display:none;*/
}

#block-admin-display-form .block {
  background: none;
}

.input-prompt {
  position: absolute;
  left: 4px;
  font-style: italic;
  color: #aaa;
  margin: 0.2em 0 0 1.0em;
}

#block-user-0 #edit-submit, #block-account_management-0 #edit-submit, #block-account_management-0 #edit-submit-1 {
  position:absolute;
  right:10px;
  top:77px;
  width:55px;
}

#edit-submit {
    position:absolute;
    right:10px;
    top:77px;
    width:55px;
}

#block-user-0 .form-item, #block-account_management-0 .form-item {
  margin:5px;
}

.user-create-new-account-link {

}

.user-forgotten-password-link {

}

div.custom-pager {
  margin: 0;
  padding: 0;
  text-align: center;
  clear: both;
  position: relative;
  height: 40px;
}

div.custom-pager a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
}

div.custom-pager div.key {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 375px;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  background: none;
  white-space: nowrap;
}

div.custom-pager div.button {
  margin-right: 5px;
  background: url(../images/button_bg.gif) repeat-x;
  height: 25px;
  width: 125px;
  border: none;
  color: #ffffff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
  cursor: pointer;
  float: left;
  margin-left: 10px;
}

#content-area .custom-pager-bottom .button {
  background:#E8E8E8;
  height:1.5em;
}
#content-area .custom-pager-bottom a {
  text-decoration: none;
  background:none;
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.web-requests-link-button,
.pay-for-basket-button,
.gnbt-action-button, .gnbt-accept-button, .gnbt-link-button {
  text-decoration: none;
  font-size: 0.95em;
  padding: 3px 4px;
  margin: 0px 2px;
}

.gnbt-link-button {
}

.gnbt-accept-button-disabled, .gnbt-link-button-disabled {
  cursor: default !important;
}

.gnbt-action-button:hover, .gnbt-accept-button:hover {
  text-decoration: none;
}

.web-requests-link-button[disabled], .web-requests-link-button[disabled='disabled'],
.pay-for-basket-button[disabled], .pay-for-basket-button[disabled='disabled'],
.gnbt-action-button[disabled], .gnbt-action-button[disabled='disabled'],
.gnbt-accept-button[disabled], .gnbt-accept-button[disabled='disabled'] {
  color:#DDDDDD !important;
}

.add-payment-details-button,
.pay-for-basket-button {
  /*left: 595px;*/
  margin-bottom: 4px;
}

#user-login-form label[for=edit-name] {
  display: none;
}

#user-login-form label[for=edit-pass] {
    display: none;
}

#user-login-form #edit-remember-me-1-wrapper label, #user-login-form #edit-remember-me-wrapper label {
  display: block;
}

/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 0;
  margin: 0;
  background: #ddd;
  width: 185px;
}

#ui-datepicker-div {
  display: none;
  border: 1px solid #777;
  z-index: 250; /*must have*/
}

.ui-datepicker-inline {
  float: left;
  display: block;
  border: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-dialog {
  padding: 5px !important;
  border: 4px ridge #ddd !important;
}

.ui-datepicker-disabled {
  position: absolute;
  z-index: 100;
  background-color: white;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

button.ui-datepicker-trigger {
  width: 25px;
}

img.ui-datepicker-trigger {
  margin: 2px;
  vertical-align: middle;
}

.ui-datepicker-prompt {
  float: left;
  padding: 2px;
  background: #ddd;
  color: #000;
}

* html .ui-datepicker-prompt {
  width: 185px;
}

.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
  clear: both;
  float: left;
  width: 100%;
  color: #fff;
}

.ui-datepicker-control {
  background: #2e3192;
  padding: 2px 0px;
}

.ui-datepicker-links {
  background: #000;
  padding: 2px 0px;
}

.ui-datepicker-control, .ui-datepicker-links {
  font-weight: bold;
  font-size: 80%;
}

.ui-datepicker-links label {
  /* disabled links */
  padding: 2px 5px;
  color: #888;
}

.ui-datepicker-clear, .ui-datepicker-prev {
  float: left;
  width: 34%;
}

.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
  float: right;
  text-align: right;
}

.ui-datepicker-current {
  float: left;
  width: 30%;
  text-align: center;
}

.ui-datepicker-close, .ui-datepicker-next {
  float: right;
  width: 34%;
  text-align: right;
}

.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
  float: left;
  text-align: left;
}

.ui-datepicker-header {
  padding: 1px 0 3px;
  background: #333;
  text-align: center;
  font-weight: bold;
  /*height: 1.3em;*/
  width: 100%;
}

.ui-datepicker-header select {
  background: #333;
  color: #fff;
  border: 1px solid #000000;
  font-weight: bold;
}

.ui-datepicker {
  background: #ccc;
  text-align: center;
  font-size: 11px;
  margin: 0px;
  border-collapse: inherit;
}

.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td {
  font-size: 11px;
}

.ui-datepicker td:last-child {
  border-right: none;
}

.ui-datepicker a {
  display: block;
  width: 100%;
}

.ui-datepicker-title-row {
  background: #777;
  font-size: 11px;
}

.ui-datepicker-title-row td {
  font-size: 11px;
}

.ui-datepicker-days-row {
  background: #eee;
  color: #666;
}

.ui-datepicker-week-col {
  background: #777;
  color: #fff;
}

.ui-datepicker-days-cell {
  color: #000;
  border: 1px solid #ddd;
  font-size: 11px;
}

.ui-datepicker-days-cell a{
  display: block;
}

.ui-datepicker-week-end-cell {
  background: #ddd;
  font-size: 11px;
}

.ui-datepicker-title-row .ui-datepicker-week-end-cell {
  background: #777;
}

.ui-datepicker-days-cell-over {
  background: #fff;
  border: 1px solid #777;
}

.ui-datepicker-unselectable {
  color: #888;
}

.ui-datepicker-today {
  background: #fcc !important;
}

.ui-datepicker-current-day {
  background: #999 !important;
}

.ui-datepicker-status {
  background: #ddd;
  width: 100%;
  font-size: 80%;
  text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
}

.ui-datepicker-inline .ui-datepicker-links a {
  padding: 0 5px !important;
}

.ui-datepicker-control a, .ui-datepicker-links a {
  padding: 2px 5px !important;
  color: #eee !important;
}

.ui-datepicker-title-row a {
  color: #eee !important;
}

.ui-datepicker-control a:hover {
  background: #fdd !important;
  color: #333 !important;
}

.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
  background: #ddd !important;
  color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
  border: 1px solid #777;
}

.ui-datepicker-one-month {
  float: left;
  /*width: 185px;*/
}

.ui-datepicker-new-row {
  clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

/* Content */

.intro-text {
  font-style: italic;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
}

.standard-text {
  color: #666666;
}

.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(/sites/default/modules/group_nbt_extensions/ajax-loader.gif) no-repeat 0px 0px;
  position: absolute;
  height: 30px;
  width: 30px;
  left: 760px;
  top: 6px;
}

.progress-disabled {
  float: none;
}

#sidebar-right-inner {
  position: relative;
}

.animated-menu-togglebar {
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:10px;
  background:url('../images/dotdotdotdot.gif') no-repeat center;
}

.animated-menu-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  /*  z-index:-1;*/
}

.animated-menu-anim {
  position: relative;
  height: 100%;
  width:260px;
  top: 0px;
}

.animated-menu {
  position: relative;
  height: 100%;
  z-index:200;
}

#block-user-1, #block-user-1 .block-inner, #block-user-1 h2 {
  position: relative;
  top: 0px;
  left: 0px;
}

.block-jump {
  background: none;
  margin:10px 0 10px 0;
  height:1.5em;
  float:right;
  padding-right: 5px;
}

.block-jump .block-inner {
  float:right;
}

.block-jump .form-submit {
  background: url('../images/button_bg_white.gif') repeat-x center;
  color: #144db8;
}

.node-inner {
  position: relative;
}

.fivestar-static-form-item {
  position: absolute;
  top: 10px;
  right: 10px;
}

.block-fivestar {
  float: left;
  padding-left: 5px;
}

.cluetip-default #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #f9f9f9;
  border:solid #dfdfdf 2px;
  color: #333333;
  font-size: 14px;
}

.cluetip-default h3#cluetip-title {
  color: black;
  font-size: 18px;
  padding: 10px;
  background: #efefef;
  line-height: 1.3em;
  font-weight: bold;
}

#user-profile-form fieldset legend {
  font-weight: bold;
  font-size: 16px;
}

.phone-fieldset legend {
  font-weight:bold;
  font-size: 14px !important;
}

.phone-fieldset div {
  display:inline-block;
  margin-top:0;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

/** module overrides **/


/** account management **/

.block.account-management-user-login-top /* "User login form" block */
{
  position:absolute;
  right:0px;
  top:-400px;
  background-image:none;
  background-color: #f9f9f9;
  border:solid #dfdfdf 1px;
  z-index: -10;
  padding: 0px;
  margin: 0px;
  width:220px;
}

.account-management-user-login-top h2 {
  visibility:hidden;
  margin: 10px;
  padding: 4px;
}

.account-management-user-login-top .content {
  padding: 0px 10px 10px 10px;
}

.phone-fieldset, div.phone-fieldset {
  border:none;
  padding:0;
  margin:0;
  height: 55px;
}

div.phone-fieldset a.fieldset-title {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}

div.phone-fieldset div.fieldset-content {
  border: none;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 3px;
}

.phone-fieldset .form-required {
  display:inline;
}

.phone-fieldset label {
  display:none;
}

.contacts-summary-buttons {
  position:relative;
  padding-bottom:2em;
}

.contacts-summary-buttons a {
  text-decoration: none;
  font-size: 0.95em;
  behavior: none;
}

.contacts-summary-buttons>* {
  padding: 3px 4px;
  position:absolute;
  right:0px;
  margin-left:0px;
}

.contact-submit-button-update {
  /*display: inline-block;*/
  position: absolute;
  right: 10px;
  behavior: none;
}

.contact-edit-contact-cancel {
  padding: 3px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: none;
  /*behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);*/
}

.account-management-submit-button-container .fieldset-content {
  border: none;
}

.account-management-submit-button-login {
}

.account-management-submit-button-password {
}

.account-management-submit-button-update {
  float:right;
}

#account-management-add-card-button-wrapper {
  width: 100%;
  margin: 0px 0px 6px 0px;
  height: 25px;
}

#account-management-add-card-button-wrapper .add-payment-details-button {
  position: absolute;
  right: 10px;
}

#account-management-card-information blockquote {
  margin-top: 0px;
}

/** domain management **/

.domain-management-account-domains-view {
  text-decoration: none;
  font-size: 0.95em;
  padding: 4px;
}

#domain-management-domain-summary-contacts #domain-management-domain-owner,
#domain-management-domain-summary-contacts #domain-management-domain-admin,
#domain-management-domain-summary-contacts #domain-management-domain-technical {
  position:relative;
}

.domain-management-dns-entry-wrapper .field-suffix {
  color: #9a9a9a;
}

.domain-management-dns-form-record-type-title {
  background-color: #e1e4f3;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  width: 720px;
}

.domain-management-dns-form-record-type-title h2 {
  color: #2E3192;
}

.domain-management-dns-form-record-type-title input {
}

.domain-management-dns-form-record-new-record input.domain-management-add-new-dns-record-type {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

.domain-management-dns-form-record-new-record .domain-management-dns-form-record-limit {
  color: #454545;
}

.domain-management-dns-form-record-type-footer {
  background-color: #e1e4f3;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

.domain-management-dns-form-record-type-footer input {
}

.domain-management-dns-form-fields-header {
  color: #454545;
  padding-bottom: 20px; 
}

.domain-management-dns-form-status-published {
  background-image: url(../images/round/yes.png);
  background-repeat: no-repeat;
}

.domain-management-dns-form-status-publishing, .domain-management-dns-form-status-edited {
  background-image: url(../images/round/edited_blue.png);
  background-repeat: no-repeat;
}

.domain-management-dns-form-status-failed {
  background-image: url(../images/round/warning_red.png);
  background-repeat: no-repeat;
}

.domain-management-dns-form-target[disabled], .domain-management-dns-form-target[disabled="disabled"] {
  background-color: #DEDEDE;
  border: 1px inset #ABABAB;
  color: #9A9A9A;
}

.domain-management-dns-form-lock {
  background-image: url(../images/round/lock_grey.png);
  background-repeat: no-repeat;
  display: inline !important;
}

#domain_management_example_a {background-image:url("../images/dns-examples/arecord-eg.png");}
#domain_management_example_cname {background-image:url("../images/dns-examples/cname-eg.png");}
#domain_management_example_mx {background-image:url("../images/dns-examples/mx-eg.png");}
#domain_management_example_txt {background-image:url("../images/dns-examples/txt-eg.png");}
#domain_management_example_ns {background-image:url("../images/dns-examples/nameservers-eg.png");}
#domain_management_example_emailfwd {background-image:url("../images/dns-examples/email-fwd-eg.png");}
#domain_management_example_webfwd {background-image:url("../images/dns-examples/web-fwd-eg.png");}

.domain-management-contact-update-summary-buttons {
  position:relative;
  padding-bottom:2em;
}

.domain-management-contact-update-summary-buttons a {
  text-decoration: none;
  font-size: 0.95em;
  padding: 2px;
}

.domain-management-contact-update-summary-buttons>* {
  padding: 3px 4px;
  position:absolute;
  right:0px;
  margin-left:0px;
}

.domain-management-contact-update-price {
  display: inline-block;
  margin-top: 10px;
  position: absolute;
  right: 90px;
}

.domain-management-nameservers-update-summary-buttons {
  position:relative;
  padding-bottom:2em;
}

.domain-management-nameservers-update-summary-buttons a {
  text-decoration: none;
  font-size: 0.95em;
}

.domain-management-nameservers-update-summary-buttons>* {
  padding: 3px 4px;
  position:absolute;
  right:0px;
  margin-left:0px;
}

.domain-management-nameservers-update-price {
  display: inline-block;
  margin-top: 10px;
  position: absolute;
  right: 90px;
}

.domain-management-nameservers-update-submit-button {
  /*display: inline-block;*/
  position: absolute;
  right: 10px;
  behavior: none;
}

.domain-management-nameservers-update-cancel-button {
  padding: 3px;
  behavior: none;
}

#edit-domain-management-nameservers-submit {
  *width:80px;  /* NB: the * is an IE7-specific hack because the fixed width here is to work around an IE7 bug. This whole chunk of CSS can be removed if we drop support for IE7 */
}

.domain-management-manage-dns-refresh {
  *width:60px;
}

/** web requests **/

.wreq-buttons #edit-save-button, .web-requests-proceed-button,
.wreq-buttons #edit-ignore-button, .wreq-buttons #edit-accept-button {
  float:right;
  margin-left:5px;
  padding: 3.5px;
}

.wreq-buttons .fieldset-content {
  position:relative;
}

.wreq-buttons #edit-save-button {
  float: none;
  position: absolute;
  right: 10px;
  top: 16px;
}

/** domain search **/

.domain-search-results-top {
  padding: 0px;
  margin: 0px;
  display: block !important;
}

.domain-search-result-group-filter-collection {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

.domain-search-result-group-filter {
  -moz-border-radius:6px 6px 0px 0px;
  -webkit-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

#domain-search-results-results-and-prices-container, #domain-search-results-advanced-results-and-prices-container, #transfer-in-results-results-and-prices-container {
  background: #ffffff url("../images/block_top.gif") repeat-x scroll center top !important;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  min-height:45px;
}

#transfer-in-results-results-and-prices-container>h2.title {
  background: none;
  color: #FFFFFF;
}

#domain-search-results-advanced-results-and-prices-container>h2.title {
  background: none;
  color: #FFFFFF;
  padding: 5px 5px 5px 10px;
}

.domain-search-alternative-results-title {
  background-color: #E1E4F3;
  border-radius: 6px 6px 6px 6px;
  padding: 5px;
  color: #2E3192;
  margin-top: 10px;
}

.domain-search-premium-results-title {
  background-color: #E1E4F3;
  border-radius: 6px 6px 6px 6px;
  padding: 5px;
  color: #2E3192;
  margin-top: 10px;
}

#domain-search-search-container h2.title, #transfer-in-search-container h2.title, #domain-search-advanced-search-container h2.title {
  color: #D8D8D8;
}

#domain-search-search-container, #transfer-in-search-container, #domain-search-advanced-search-container {
  background:#444444;
  color:#AEAFB2;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

a.domain-search-help-link, a.transfer-in-help-link, a.domain-search-advanced-help-link {
  color: #F15F22;
  font-size:14px;
}

#domain-search-search-button, #transfer-in-search-button, #domain-search-advanced-search-button-domain, #domain-search-advanced-search-button-keyword {
  font-size:20px;
  width: 135px;
  height: 30px;
  padding: 0px;
}

#domain-search-advanced-search-button-domain, #domain-search-advanced-search-button-keyword {
  width: 180px;
}

#transfer-in-search-button {
  width: 185px;
}

#domain-search-form-container, #transfer-in-form-container, #domain-search-advanced-form-container {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

.domain-search-result-domain, .transfer-in-result-domain {
  background-color: #e1e4f3;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

.domain-search-add-to-cart-button, .transfer-in-add-to-cart-button {
  height: 20px;
  width: 20px;
  background:url('../images/round/add.gif') no-repeat center center;
  background-color: transparent !important;
}

.domain-search-remove-from-cart-button, .transfer-in-remove-from-cart-button {
  height: 20px;
  width: 20px;
  background:url('../images/round/delete.gif') no-repeat center center;
  background-color: transparent !important;
}

.domain-search-transfer-in-button, .transfer-in-transfer-in-button {
  height: 20px;
  width: 20px;
  background:url('../images/round/add_blue.gif') no-repeat center center;
  background-color: transparent !important;
}

.domain-search-add-all-button,
.transfer-in-add-all-button,
.domain-search-remove-all-button,
.transfer-in-remove-all-button {
}

.domain-search-button-block .domain-search-add-to-cart-button-text,
.transfer-in-button-block .transfer-in-add-to-cart-button-text {
  color: #00cc33;
}

.domain-search-button-block .domain-search-remove-from-cart-button-text,
.transfer-in-button-block .transfer-in-remove-from-cart-button-text {
  color: #F4792C;
}

.domain-search-button-block .domain-search-transfer-in-button-text,
.transfer-in-button-block .transfer-in-transfer-in-button-text {
  color: #2c75b1;
}

.domain-search-tld-is-available, .transfer-in-tld-is-available {
  color:#00cc33;
  background:url('../images/round/yes.png') no-repeat left center;
  white-space:nowrap;
  display:inline-block;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

.domain-search-tld-is-available a, .transfer-in-tld-is-available a {
  color:#00cc33;
}

.domain-search-tld-not-available,
.transfer-in-tld-not-available {
  color:#b22400;
  background:url('../images/round/no.png') no-repeat left center;
  display:inline-block;
  white-space: nowrap;
  /*ie 7 hack*/
  zoom: 1;
  *display:inline;
}

.domain-search-tld-not-available a,
.transfer-in-tld-not-available a {
  color:#b22400;
}

.domain-search-tld-info, 
.transfer-in-tld-info {
  /*background:url('../images/round/InfoIcon.gif') no-repeat left center;*/
  color: #8c8d8e;
}

.domain-search-whois, 
.transfer-in-whois {
  color: #B22400;
}

/** group nbt extensions **/

#group-nbt-extensions-overlay #group-nbt-extensions-fullscreen-loader {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  /*behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);*/
}

.group-nbt-extensions-window{
  -moz-border-radius: 6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  /*behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);*/
}

.group-nbt-extensions-loader {
  padding: 8px;
  font-style: italic;
}

ul.pager li a,
ul.pager li a:link {
  background: url("/sites/all/themes/clean_theme/subthemes/clean_speednames/images/button_bg_white.gif") repeat-x scroll 0 0 transparent;
}

/** shop **/

.block-shop {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

.block-shop .block-inner .title {
  background: none repeat scroll 0 0 #444444;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 8px;
  margin-right:10px;
  display:inline;
  /*  width: 90px;*/
}

.block-price-list-selector .block-inner {
  white-space:nowrap;
}

.shop-price-list-selector-dkk {
  background: #4bb02e url("../images/button_bg_red.gif") repeat-x center;
}

.shop-price-list-selector-eur {
  background: #4bb02e url("../images/button_bg_blue.gif") repeat-x center;
}

#shop-price-list-selector a.shop-price-list-current {
  -webkit-box-shadow: 0 0 5px rgb(0, 0, 255);
  -moz-box-shadow: 0 0 5px rgb(0, 0, 255);
  box-shadow:0 0 5px rgb(255, 255, 255);
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

/** shopping cart **/

.shopping-cart-line-item {
  background-color: #F15F22;
}

#shopping-cart .highlight {
  background-color: #F15F22;
}

.shopping-cart-remove-from-cart-button,
.shopping-cart-remove-from-cart-widget-button {
  background:url('../images/round/delete.gif') no-repeat left center;
  background-color: transparent !important;
}

#block-shopping-cart-header-widget {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
}

#shopping-cart-checkout-buttons #edit-shopping-cart-checkout-submit {
}

#edit-shopping-cart-checkout-submit {
  *width:100px;  /* NB: the * is an IE7-specific hack because the fixed width here is to work around an IE7 bug. This whole chunk of CSS can be removed if we drop support for IE7 */
}

#shopping-cart-checkout-workflow-buttons .shopping-cart-checkout-confirm-card-confirm {
  font-size: 0.95em;
}

#shopping-cart-checkout-workflow-buttons .shopping-cart-checkout-confirm-card-confirm-disabled {
}

#shopping-cart-header-widget-update-popup {
  border:solid #82db7c 2px;
  color: #000;
  background-color: #b2efad;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  /*behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);*/
}

#shopping-cart-edit-details-form .messages {
  behavior: none;
}

/* prevent word-wrap on long product descriptions; prefer to truncate display instead. (note: Firefox doesn't currently support the ellipsis property, but we'll live without it as it's just eye candy and all other browsers do support it) */
td.shopping-cart-mini-product, td.shopping-cart-product-fqdomain, td.transfer-in-result-tlds-tld div {
  word-wrap:normal;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -ms-text-overflow:ellipsis;
  -moz-binding:url(../bindings/ellipsis-xbl.xml#ellipsis);
}

.shopping-cart-terms-agree .shopping-cart-terms-yes {
  text-decoration: none;
  font-size: 0.95em;
  position: absolute;
  right: 20px;
  padding: 2px;
}

/* orders */

.orders-orders-container {
  width: 740px;
}

.orders-order-odd {
  background-color: #efefef !important;
}

.orders-order-even {
  background-color: #ffffff !important;
}

.orders-order-show-details-button-plus {
  background: url('../images/round/add.gif') no-repeat center center;
  background-color: transparent !important;
}

.orders-order-show-details-button-minus {
  background:url('../images/round/minus_orange.gif') no-repeat center center;
  background-color: transparent !important;
}

.orders-order-show-details-button-disabled {
  background:url('../images/round/add_grey.gif') no-repeat center center;
  background-color: transparent !important;
}
.orders-order-show-details-button-invoice {
  background:url('../images/round/document_blue.gif') no-repeat center center;
  background-color: transparent !important;
}

.view-invoice{
    width:70px;
    
}

.orders-order-sale-lines th,
.orders-order-sale-lines tr,
.orders-order-sale-lines td {
  background: #E1E4F3;
}

.orders-invoices-view-button {
  text-decoration: none;
  font-size: 0.95em;
  padding: 3px 4px;
  margin: 0px 2px;
}

.orders-invoices-view-button[disabled], .orders-invoices-view-button[disabled='disabled'] {
  color:#DDDDDD !important;
}

#orders-order-confirmation-buttons .orders-submit-order-button {
  font-size: 0.95em;
}

#orders-order-confirmation-totals-summary #shopping-cart-total-container {
  width: 732px;
}

/*products*/

.products-product-block-title {
  margin-top: 5px;
}

.products-product-block-price {
  display: inline-block;
/*  position: absolute;
  right: 90px;
  top: 14px;*/
}

.products-product-block-buttons > * {
  padding: 3px 4px;
  position: absolute;
  right: 10px;
}

.products-product-block-buttons div {
  top: 12px;
}

.products-product-block-buttons .products-product-add-to-basket-button {
}

.products-product-block-buttons .group-nbt-extensions-loader {
  position: absolute;
  top: 5px;
  right: 15px;
}

/*hosting management*/

.hosting-management-hosting-package div {
  word-wrap:normal;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -ms-text-overflow:ellipsis;
  -moz-binding:url(../bindings/ellipsis-xbl.xml#ellipsis);
  width:250px;
}

.hosting-management-hosting-package-email-web {
  background-image: url("../images/round/web_mail.gif");
}

.hosting-management-hosting-package-email-mobile {
  background-image: url("../images/round/mobile_mail.gif");
}
.hosting-management-hosting-package-quota {
    
    width: 130px;
}
.hosting-management-hosting-package-quota .meter-wrap {
    position: relative;
    height: 10px;
    width: 40px;
    border: 1px solid #666;
    overflow: hidden;
    float: left;
    margin-top: 3px;
/*  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;*/
}
.hosting-management-hosting-package-quota .meter-value {
    height: 10px;
    width: 40px;
    background-color: #5BB75B;
/*  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;*/
}
.green .meter-value {
    background-color: #5BB75B;
}
.amber .meter-value {
    background-color: #FAA732;
}
.red .meter-value {
    background-color: #DA4F49;
}
.hosting-management-hosting-package-quota .meter-text {
/*    position: absolute;
    top:0; left:0;
    padding-top: 2px;
    text-align: center;
    width: 100%;*/
    display: inline;
    float: left;
    margin-left: 6px;
}

/*overriding collapsible styling*/
#hosting-management-hosting-package-webspaces.expanded a.fieldset-title {
  background: #CCCCCC url(../images/collapsible_expanded.gif) no-repeat 6px 50%;
  padding-left: 15px;
}

#hosting-management-hosting-package-webspaces.collapsed a.fieldset-title {
  background: #E2E2E2 url(../images/collapsible_collapsed.gif) no-repeat 6px 50%;
  padding-left: 15px;
}

#hosting-management-hosting-package-webspace.expanded a.fieldset-title {
  background: #CCCCCC url(../images/collapsible_expanded.gif) no-repeat 6px 50%;
  padding-left: 15px;
}

#hosting-management-hosting-package-webspace.collapsed a.fieldset-title {
  background: #E2E2E2 url(../images/collapsible_collapsed.gif) no-repeat 6px 50%;
  padding-left: 15px;
}

#hosting-management-hosting-package-databases.expanded a.fieldset-title {
  background: #CCCCCC url(../images/collapsible_expanded.gif) no-repeat 6px 50%;
  padding-left: 15px;
}

#hosting-management-hosting-package-databases.collapsed a.fieldset-title {
  background: #E2E2E2 url(../images/collapsible_collapsed.gif) no-repeat 6px 50% !important; 
  padding-left: 15px;
}

#hosting-management-hosting-package-database.expanded a.fieldset-title {
  background: #CCCCCC url(../images/collapsible_expanded.gif) no-repeat 6px 50%;
  padding-left: 15px;
}

#hosting-management-hosting-package-database.collapsed a.fieldset-title {
  background: #E2E2E2 url(../images/collapsible_collapsed.gif) no-repeat 6px 50% !important;
  padding-left: 15px;
}

.collapsible a.fieldset-title
{
  background: #4bb02e url(../images/button_bg_green.gif) repeat-x center !important;
  border: 1px solid #4bb02e !important;
  color: #ffffff !important;
  padding: 2px;
  color: #ffffff !important;
  font-weight: bold;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  behavior: url(/sites/all/themes/clean_theme/subthemes/clean_speednames/behaviours/PIE.htc);
  position:relative;
  cursor: pointer;
}

.collapsible a.fieldset-title
{
  text-decoration: none;
}

.collapsible .fieldset-legend {
    background: none !important;
    padding-left: 0px !important;
}

#hosting-management-hosting-package-webspace .provision-button,
#hosting-management-hosting-package-database .provision-button,
#hosting-management-hosting-package-webspace .add-webspace-header-button,
#hosting-management-hosting-package-webspace .change-password-button,
#hosting-management-hosting-package-webspace .restart-website-button,
#hosting-management-hosting-package-webspace .recycle-application-pool-button,
#hosting-management-hosting-package-database .change-password-button {
  margin: 2px 0px;
}

#hosting-management-hosting-package-webspace .disabled {
}

#hosting-management-hosting-package-database .disabled {
}

/*confirm dialog*/

.confirm-dialog {
  font-weight: bold;
  font-size: large;
}

.confirm-dialog-button-container {
  padding-top: 10px;
  font-size: medium;
}

/*message dialog*/

.message-dialog {
  font-weight: bold;
  font-size: large;
}

.message-dialog-button-container {
  padding-top: 10px;
  font-size: medium;
}

.account-management-user-notifications-block {
  display:none; /* will be displayed dynamically */
}

.account-management-user-notification {
  margin-bottom:10px;
}

#account-management-tnc-button-accept {
}