﻿@media screen and (max-width: 767px) {
    h1 {
        font-size: 100%;
    } 
   h2 {
        font-size: 95%;
    } 
   h3 {
        font-size: 90%;
    }    

   .list-unstyled li {
    padding-bottom: 5px;
   }
}

address {
    margin-bottom: 5px;
}

html { 
  -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961);
}

hr {
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  border: 0;
}

.cuk-table th.tablecol, .cuk-table td.tableid, .cuk-table td.even , .cuk-table td.odd{
text-align: left;
background-color: #e4e4e4;
border-color: #cfcfcf;
border-style: solid;
border-width: 1px 1px 0;
}

.cuk-table td.even {
background-color: #efefef;
}

.cuk-table td.odd {
background-color: #f6f6f6;
}

.cuk-table td.first {
border-top: 1px solid #cfcfcf;
}

.cuk-table td.last {
border-bottom: 1px solid #cfcfcf;
}

.faq 
{
    display:none;
    padding:10px;
}

.ie7 .faq {
    display: block;
}

.faqs li {
    line-height: 200%;
}

.helpText {
font-size:16px;
}

.financial th.date {
    text-align: center;
}

.financial td.accounts {
    text-align: center;
}

.financial td.amount {
    text-align: right;
    padding-right: 10px;
}

.financial td.financial-label {
    padding-left: 5px;
}

#footer_bottom{
padding:26px 0 20px;
overflow:hidden;
text-align:center;
color:#848484;
}
#footer_bottom p{
font:11px/11px Arial, sans-serif;
text-shadow:1px 1px #ffffff;
}
#footer_bottom a{
color:#1e1e1e;
text-decoration:none;
}

.isNew:after {
    content: 'new';
    color: #b22222;
    padding-left: 10px;
    font-size: 80%;
}

.map {
    background-color: white;
    height: 218px;
    margin: 0;
    width: 353px;
    border:1px solid #0576ab;    
}

@media screen and (max-device-width: 320px) and (orientation: portrait){
    .map {
        width: 305px;
        height: 197px;
    }
}

#sic-section-name 
{
    border-bottom: solid;
    border-width: 1px;
    border-color: #888;    
    cursor: pointer;    
    padding: 12px;    
}

#sic-section-name:hover 
{
    background-color: lightblue;    
}

#sic-section-description
{
    font-size: 110%;
}

#sic-section-description:visited
{
    text-decoration: none;
}

#sic-section-description:active
{
    text-decoration: none;
}

#sic-section-description:link 
{
    text-decoration: none;
}

.searchLink a {
    color: #005500;
    text-decoration: none;
}

.search_result_title 
{
    font-size: 120%;
}

.smallThrobber 
{
    display: none;
    background:url(img/smallThrobber.gif);
    width: 35px;
    height: 35px;
}

.check_status {
    background:url(img/line_throbber.gif) 0 100% no-repeat;
    padding: 0px 0px 0px 20px;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

span.tiny {
    font-size: 10%
}

ul.cuk{
    list-style:none;
    margin:0 0 1.5em;
    padding-left: 10px;
}
ul.bullet-dot li{
background:url(img/bullet-dot.png) no-repeat scroll 0 0.1em transparent;
padding-left:22px;
margin-bottom:6px;
}
ul.bullet-check li{
background:url(img/bullet-check.png) no-repeat scroll 0 0.1em transparent;
padding-left:22px;
margin-bottom:6px;
}
ul.bullet-cross li{
background:url(img/bullet-cross.png) no-repeat scroll 0 0.1em transparent;
padding-left:22px;
margin-bottom:6px;
}
ul.bullet-plus li{
background:url(img/bullet-plus.png) no-repeat scroll 0 0.1em transparent;
margin-bottom:6px;
}
ul.bullet-minus li{
background:url(img/bullet-minus.png) no-repeat scroll 0 0.1em transparent;
padding-left:22px;
margin-bottom:6px;
}
ul.bullet-info li{
background:url(img/bullet-info.png) no-repeat scroll 0 0.1em transparent;
padding-left:22px;
margin-bottom:6px;
}
ul.bullet-arrow li{
background:url(img/bullet-arrow.png) no-repeat scroll 0 0.1em transparent;
padding-left:22px;
margin-bottom:6px;
}
ul.bullet-arrow-tight li{
background:url(img/bullet-arrow.png) no-repeat scroll 0 0.1em transparent;
padding-left:22px;
}
ul.bullet-arrow-tight 
{
    margin: 0;
}

@media screen and (max-width: 767px) {    
   ul.bullet-arrow-tight li{   
        padding-bottom: 5px;
   }
   ul.bullet-dot li{
        padding-bottom: 5px;
   }
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}


/******************* sale form *****************************/
    
.basket 
{
    border-collapse:collapse;
}

.basketItem
{
    border: 1px solid darkgrey;
    padding: 5px;
    width: 80%;
    background-color: #E0E0E0;
}

.basketRemove
{
    border: 1px solid darkgrey;
    background-color: #E0E0E0;
}

.basketRemove a {
    display: block;
    text-align: center;
}

.itemCompany 
{
    font-weight:bold;
    font-size:11pt;
    padding-bottom: 5px;
}

.itemMore 
{
    padding-top: 10px;
    padding-bottom: 5px;
}

.itemPrice
{
    border: 1px solid darkgrey;
    width: 10%;
    text-align: right;
    padding: 5px;
    background-color: #E0E0E0;
}

.itemSubTotal 
{
    border: 1px solid darkgrey;
    width: 10%;
    text-align: right;
    padding: 5px;
    background-color: #E0E0E0;
}

.itemSubTotalText 
{
    border: none;
    text-align: right;
    padding: 5px;
}

.itemTax 
{
    border: 1px solid darkgrey;
    width: 10%;
    text-align: right;
    padding: 5px;
    background-color: #E0E0E0;
}

.itemTaxText 
{
    border: none;
    text-align: right;
    padding: 5px;
}

.itemTotal 
{
    border: 1px solid darkgrey;
    width: 10%;
    text-align: right;
    padding: 5px;
    font-weight:bold;
    background-color: #E0E0E0;
}

.itemTotalText 
{
    border: none;
    text-align: right;
    font-weight:bold;
    padding: 5px;
}

.check_status {
    background:url(img/line_throbber.gif) 0 100% no-repeat;
    padding: 0px 0px 0px 20px;
}
/*
.modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
  }

  .modal .cancel {
    float: right;    
  }
  
  .modal h2 {
    background:url(img/information.png) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
  }
    */
#cardLabel button
{
    vertical-align:top;
    padding:10px;
}

#cardLogos {
    cursor: pointer;
}

#voucherCheckout button
{
    padding:10px;
    vertical-align:top;
}

#paypalLabel button
{
    padding:10px;
    vertical-align:top;
}

#paypalCheckout 
{
    padding:0px 0px 0px 20px;
    cursor: pointer;
}

#paypalLabel 
{
    padding:20px 0px 0px 0px;
}

#paypallogo 
{
    padding-top:10px;
    cursor: pointer;        
}

#voucherCheckout
{
    padding:0px 0px 30px 0px;
}

#terms 
{
    margin-top: 30px;
    font-weight: bold;
}

/*** validation errors */
.field-validation-error,
span.input-validation-error
{
    color: #cc0000;
}

.error-message {
    color: #cc0000;
    font-weight: bold;    
    font-size: 120%;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    border: 3px solid #cc0000 !important;
    background-color: #ffffcc !important;
}

input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/************* enhanced listing *****************/
a.plan 
{
	background-color: #F6F6F6;
	color: #444;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none !important;
}

a.plan:hover 
{
	background-color:#cddead;
}

.bannerHeader 
{
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:123.1%;
	text-align:center;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}

.draft 
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	opacity: 0.1;
	filter: alpha(opacity=10);
	background-image: url('img/Draft.png');
	background-position: 0 0;
	background-repeat: repeat;
}

.hover  
{
	width: 123px; 
	height: 35px; 
	cursor: pointer; 
	display: block; 
	top: 0px; 
	left: 0px; 
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; 
	padding-left: 0px; 
	margin-left: 10px;
	background-image: url('img/signup.png'); 
	background-repeat: no-repeat;
}

.grid 
{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	width:160px;
}

.name 
{
	padding:5px;
	font-size:123.1%;
	font-weight:bold;
}

.tooltip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:10px;
	color:#000;	
	background-color:#FFD593;
	z-index:99;
}

.placeholder 
{
	margin-top:130px;
}

.feature 
{
	margin-top: 10px;
	padding-bottom: 10px;
	font-size:108%;
}

.featureHeader 
{
	cursor:help;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size:108%;
	font-weight:bold;
}

.listing 
{
	margin: 10px;
	margin-bottom: 15px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-bottom-width:1px;
}

.listingCompany 
{
	font-size:123.1%;
	margin: 5px;
}

.listingDetail 
{
	margin: 5px;
}

.listingDetailLabel 
{
	margin: 5px;
}

.listingInvoicesHeader 
{
	margin-bottom: 5px;
}

.listingLinks 
{
	margin: 5px;
}

.listingMessage 
{
	font-weight:bold;
	font-size:116%;
}

.listingPage 
{
	padding: 10px;
	border-bottom-style: dotted;
}

.listingPageDetail
{
}

.listingPageLabel 
{
}

.listingPageLink
{
	padding: 10px;
}

.listingTrailer
{
	margin:15px 0px 15px 0;
}

.listingVersion
{
	font-size: 116%;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(img/select.gif) no-repeat;
	overflow: hidden;
}

input.styled { display: none; } 
select.styled { position: relative; width: 190 px; opacity: 0; filter: alpha(opacity=0); z-index: 5; } 
.disabled { opacity: 0.5; filter: alpha(opacity=50); }

/********* autocomplete **************/

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

/*********** typeahead *****************/

/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.twitter-typeahead {
  width: 100%;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
  float: left;
}
.twitter-typeahead .tt-hint {
  color: #999999;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a {
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}

/**********/

@media only screen and (min-device-width : 320px) and (max-device-width : 320px) and (orientation : portrait) {
    .no-padding-iphone-portrait {
        padding-left: 0;
        padding-right: 0;
    }
}

.details-link-unit {
    padding-top: 6px;
} 

.article .title {     
    padding: 5% 10%;
    margin-bottom: 35px;
}

.article h1 {
     font-family: sans-serif; 
     font-size: 50px; 
     font-weight: bold; 
     color: white;
     text-align: center;
}

.article h4 {
     font-family: sans-serif; 
     font-size: 28px; 
     font-weight: bold; 
     color: black;
    margin-top: 30px;
    margin-bottom: 20px;
}

.article h5 {
     font-family: sans-serif; 
     font-size: 22px; 
     font-weight: bold; 
     color: black;
     margin-top: 20px;
     margin-bottom: 10px;
}

.article .content {
    font-family: sans-serif; 
    font-size: 18px; 
}
