
* {
	margin: 0;
	padding: 0;
	font: normal 15px/21px Helvetica, Arial, sans-serif;
	color: #6C6D6F;
}

section, article, header, footer, nav, aside, address {
	display: block;
}

body {}

.overflow {
	overflow: hidden;
}

h1, h1 *, .h1, .h1 * {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 23px;
	font-weight: lighter;
}

h2, h2 *, .h2, .h2 * {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 23px;
}

h3, h3 *, .h3, .h3 * {
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	/* border-left: 3px solid #1D9300; */
	margin-bottom: 18px;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
   font-size: 62%;
}

sub { top: 0.4em; }

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.centered,
.centered * {
    text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

.vcentered {
	vertical-align: middle;
	margin-top: -5px;
}

.bottommpadded,
.bottompadded {
	margin-bottom: 21px !important;
}

.leftpadded {
	padding-left: 38px;
}

.twocols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  
  -webkit-column-gap: 58px; /* Chrome, Safari, Opera */
  -moz-column-gap: 58px; /* Firefox */
  column-gap: 58px;
}

img {
	border: none;
}

input.f, select, textarea {
    border: 1px solid #777;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 8px;
    width: 180px;
}

.povinne {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAXEQAAFxEByibzPwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjgvMTI8YceoAAAAp0lEQVQoka2QWw2EMBBFL5v9Lw4WB+AACUhAAlLACTgAB+CgOKiEsx+TpjySTUj2/jQzPWemaQagB3k9gf8k5LmUZdK2/RCmSVoW6xRFOvddGoazQQjgHEjQ99A0Vs9z6s8zMSZ0HXw+dulcAp2DtoV1PQgx3kNZGijZgHHkGt3AsjQ4brmItiEC6wp1bWAIaZD3F8F7A6J8hA7vB3ifvlKSqupeH/IFjHPpBLpNhXwAAAAASUVORK5CYII=) top right no-repeat;
}

select.povinne {
  background-position: right 10px top 0 !important;
  padding-right: 12px;
}

label {
  cursor: pointer;
}

strong, .strong, strong *, .strong * {
	font-weight: bold;
}

.light, .light * {
  font-weight: lighter;
}

.red {
	color: #FF2835 !important;
}

.green, .green * {
	color: #1D9300 !important;
}

.blue {
	color: #314795 !important;
}

.black {
	color: #222 !important;
}

.gray {
	color: #B9B9B9 !important;
}

.orange {
    color: #F2592A !important;
}

.white {
  color: #fff !important;
}

.skrtnute {
	text-decoration: line-through;
}

a, a:link, a:visited {
    color: #EC1B23;
}

a:hover {
    color: #870013;
}

a:active {
    color: #acacac;
}

small, .smaller {
	font-size: 13px !important;
}

.bigger {
	font-size: 21px;
	line-height: 27px;
}

.topmargined {
	margin-top: 5px !important;
}

.bottommargined {
	margin-left: 5px !important;
}

.rightmargined {
	margin-right: 18px !important;
}

.leftmargined {
	margin-left: 18px !important;
}

.rightpadded {
	padding-right: 28px !important;
}

ul, ol {
	margin: 0 0 12px 20px;
	padding: 0;
}

ul li {
	list-style: circle;
	list-style-type: circle;
	margin: 0 0 5px 20px;
	padding: 0;
}

header {
  padding: 0 0 30px 0;
}

header h1 {
  margin: 0;
	padding: 70px 0 70px 0;
}

header h1 a {
  display: block;
  width: 290px;
  height: 73px;
  margin: 0 auto;
  background: url(/images/sprites5.png) -1px -1px no-repeat;
}

header h1 a span {
  display: none;
}

header nav {
  width: 980px;
  margin: 0 auto;
}

header nav ul {
  overflow: hidden;
  background: #6C6D6F;
  margin: 0;
  padding: 0;
}

header nav ul li {
  list-style: none;
  float: left;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0;
}

header nav ul li a,
header nav ul li a:visited {
  display: block;
  padding: 0 18px;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  text-decoration: none;
  color: #fff !important;
}

header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a.active {
  background: #EC1B23;
}

header nav ul li a span#menu-logo {
  display: block;
  width: 24px;
  height: 48px;
  background: url(/images/sprites5.png) -292px 9px no-repeat;
}

.tbl {
  display: table;
  width: 100%;
}

.tbl-row {
  display: table-row;
}

.tbl-cell {
  display: table-cell;
  padding: 0 15px;
}

.cw25 {
  width: 25%;
}

table {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin: 0 0 12px 0;
	padding: 5px;
	border-spacing: 0;
	background: #fff;
}

table thead tr th {
	background: #6C6D6F;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	padding: 8px 5px;
	text-align: left;
	vertical-align: top;
}

table tbody tr td {
	padding: 8px 5px;
}

table.lighter tr td {
	padding: 4px 5px;
}

table tbody tr.higher td {
	padding: 12px 5px;
}

table.higher tbody tr td {
	padding: 12px 5px;
}

table tbody tr:nth-child(even) td {
	background: #e9e9e9;
}

table.srovnani {
  margin-top: 20px;
}

table.srovnani thead tr th {
  width: 160px;
}

table.srovnani thead tr th:first-child {
  width: auto;
}

table.srovnani thead tr th span {
  display: block;
  font-weight: bold;
  color: #fff;
}

table.srovnani tbody tr td {
  text-align: center;
}

table.srovnani tbody tr td:first-child {
  text-align: left;
}

table.srovnani tbody tr:hover td {
	background: #e7f9de;
}

table.srovnani tbody tr:nth-child(even):hover td {
	background: #d7fcc6;
}

table.noformat {
	border: none !important;
	background: none !important;
	padding: 0 !important
}

table.noformat td {
	background: none !important;
	padding: 0 0 2px !important
}

table.newformat {
  border-spacing: 0 1px;
  border-collapse: separate;
}

table.newformat tr td,
table.newformat tbody tr:nth-child(even) td {
  background: none;
  padding: 8px 18px;
}

table.newformat tbody tr td:nth-child(1) {
	background: #e9e9e9;
	font-weight: bold;
}

.button,
.button:visited {
	padding: 5px 12px;
  background: #EC1B23 /* RED */;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2px;
	font-size: 15px;
}

.button:hover,
.button:active {
  background: #A71529 /* DARK RED */;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}

.small_button,
.small_button:visited {
	padding: 3px 7px;
	font-size: 13px;
}

section {
  width: 980px;
  overflow: hidden;
	margin: 0 auto 30px auto;
}

section.graybg {
  width: 920px;
	background: #ECECEC;
	padding: 40px 30px;
}

section.whitebg {
  padding: 20px 0;
}

section article {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

section p {
	margin: 0;
	padding: 0 0 8px 0;
	text-align: justify;
}

section.buy .tbl h2 {
  padding: 0;
  margin: 0 0 15px 0;
}

section.buy .tbl h2 strong {
  display: block;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  padding: 5px 0 0 0;
}

section.buy .tbl h2 em {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-weight: bold;
  color: #EC1B23;
  padding: 3px 0 0 0;
}

section.buy .tbl h2.premium em {
  color: #B28500;
}

section.buy .tbl h2 span {
  display: block;
  width: 42px;
  height: 48px;
  background: url(/images/sprites5.png) -317px -1px no-repeat;
  float: left;
  margin: 0 15px 0 0;
}

section.buy .tbl h2.premium span {
  background: url(/images/sprites5.png) -360px -1px no-repeat;
}

section.buy .tbl ul {
  padding: 0;
  margin: 0;
  height: 105px;
}

section.buy .tbl ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

section.buy .tbl .buy-button {
  overflow: hidden;
  padding: 15px 0;
}

/*
section.buy .tbl .buy-button a,
section.buy .tbl .buy-button a:visited {
  display: inline-block;
  background: #6C6D6F url(/images/sprites5.png) -595px -22px no-repeat;
  color: #fff;
  text-decoration: none;
  padding: 5px 18px 5px 50px;
}

section.buy .tbl .buy-button a:hover,
section.buy .tbl .buy-button a:active {
  background-color: #EC1B23;
}
*/

section.buy .tbl .price {
  font-weight: lighter;
}

section.buy .tbl .price em,
section.buy .tbl .price em * {
  font-style: normal;
  font-weight: bold;
  color: #EC1B23;
}

section.buy .tbl .price span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #aaa;
}

.compare-link {
  margin: 30px 0 0 0;
  padding: 8px 0;
  text-align: center;
  /* background: #ECECEC; */
  border-top: 1px dotted #ccc;
}

.leftarticle,
.rightarticle {
	width: 475px;
	float: left;
}

.graybg .leftarticle,
.graybg .rightarticle {
	width: 445px;
}

.rightarticle {
	float: right;
}

.leftwide {
    width: 650px;
    float: left;
}

.rightnarrow {
    /* background: #E1E0DD; */
    /* background: #e9e8e5; */
    /* border-radius: 8px; */
    width: 300px;
    padding: 0 0 0 15px;
    float: right;
}

footer {
	background: #6C6D6F;
	border-top: 8px solid #EC1B23;
  width: 940px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
}

footer * {
	color: #fff;
}

footer nav {
	text-align: center;
}

footer nav a,
footer nav a:visited {
  display: inline-block;
  padding: 0 8px;
  color: #fff !important;
  font-size: 13px;
  border-right: 1px solid #A3A3A3;
}

footer nav a:last-child {
  border-right: none !important;
}

footer nav a:hover,
footer nav a:active,
footer nav a.active {
  text-decoration: none;
}

footer .copyrights {
  margin: 38px 0 0 0;
  text-align: center;
  font-size: 12px;
}

ul.list,
ol.list {
    margin: 0 0 15px 0;
}

ul.lul,
ol.lul {
    margin: 0 !important;
}

ul.list li,
ol.list li {
    margin: 0 0 0 20px;
    padding: 2px 0;
}

ul.niked li {
    list-style: none;
    /* background: transparent url('https://img.ssls.cz/bullet-nike-green-small.png') left center no-repeat; */
    background: transparent url('https://img.ssls.cz/yes.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.crossed li {
    list-style: none;
    background: transparent url('https://img.ssls.cz/no.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.arrowed li {
    list-style: none;
    background: transparent url('https://img.ssls.cz/bullet-arrow-green-small.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 20px;
}

ul.lock li {
    list-style: none;
    background: transparent url('https://img.ssls.cz/bullet-lock.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 17px;
}

ul.key li {
    list-style: none;
    background: transparent url('https://img.ssls.cz/bullet-key.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.cart li {
    list-style: none;
    background: transparent url('https://img.ssls.cz/bullet-cart.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.download li {
    list-style: none;
    background: transparent url('https://img.ssls.cz/bullet-download.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 17px;
}

ul.attention li {
    list-style: none;
    background: transparent url('https://img.ssls.cz/bullet-attention.png') left center no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 23px;
}

ul.clean {
	list-style: none;
}

ul.clean li {
	padding-bottom: 2px;
}

ul.niked li {
	margin: 0;
	padding: 0 0 11px 23px;
	list-style: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yNS8xMx97JFcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA9klEQVQokZWSsXGDQBBFH4xz1IHdgZ0RopzEHeiuAlOCS5ArAJXgGV0uZVxk6EDqwKoAB148Owt4xM/u39673X+XsFJ5Xb4AJyBTdp+shGwE8qzsG7BNVza0NxCAqnXH7m5QXpcO2Bn70LpjA3AXSHLZG7sHqnGR5HW5NQVd9OFbQRZziT50wzAA8AA0wKMq+tA3sZBL9KHTRgo4U/SW1+WTdFMxk0v0oTEeiRw4AYXyz9LVl6nvZaS/0cfRxrArc6DgNxetG+A0RCsFkHkPZi8z60kuE5DoXW6d0+dcLrOg6MOF6V8BuDJ9kH87QkC2q9elXLR+AK2MUe00ZTHOAAAAAElFTkSuQmCC) left 1px no-repeat;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.highlight {
	background: #ffe583;
	display: inline-block;
	border-radius: 5px;
	padding: 0 3px;
}

.floatcontent {
  width: 810px !important;
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.floatcontent .contents {
  overflow: hidden;
}

.floatcontent .image {
  display: block;
}

.imgleft .image {
  float: left;
  margin: 0 46px 0 0;
}

.imgright .image {
  float: right;
  margin: 0 0 0 46px;
}

/* IMAGES : */

.ubiquity {
  width: 635px;
  height: 65px;
  margin: 0 auto 20px auto;
  background: url(/images/sprites5.png) -1px -75px no-repeat;
}

.rootca {
  width: 569px;
  height: 125px;
  margin: 0 auto 20px auto;
  background: url(/images/sprites5.png) -1px -426px no-repeat;
}

.feature-expres {
  display: block;
  margin: 0 auto 15px auto;
  width: 113px;
  height: 113px;
  background: url(/images/sprites5.png) -1px -313px no-repeat;
}

.feature-mobile {
  display: block;
  margin: 0 auto 15px auto;
  width: 76px;
  height: 113px;
  background: url(/images/sprites5.png) -115px -313px no-repeat;
}

.feature-wildcard {
  display: block;
  margin: 0 auto 15px auto;
  width: 78px;
  height: 113px;
  background: url(/images/sprites5.png) -193px -313px no-repeat;
}

.feature-easyinstall {
  display: block;
  margin: 0 auto 15px auto;
  width: 118px;
  height: 113px;
  background: url(/images/sprites5.png) -272px -313px no-repeat;
}

.www-non-www {
  width: 165px;
  height: 142px;
  background: url(/images/sprites5.png) -172px -141px no-repeat;
}

.zaruka30 {
  width: 170px;
  height: 170px;
  background: url(/images/sprites5.png) -1px -141px no-repeat;
}

.modernsecurity {
  width: 125px;
  height: 143px;
  background: url(/images/sprites5.png) -338px -141px no-repeat;
}

.freereissue {
  width: 171px;
  height: 171px;
  background: url(/images/sprites5.png) -464px -141px no-repeat;
}

.footer-logo {
  width: 156px;
  height: 39px;
  background: url(/images/sprites5.png) -391px -312px no-repeat;
  margin: 0 auto 20px auto;
}

pre {
  font-family: courier;
  overflow-x: auto;
  overflow-y: hidden;
  /*
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  */
  background: #fefefe;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 8px;
}

.code, code {
  font-family: courier;
  word-break: break-all;
  word-wrap: break-word;
}

.vtop {
  vertical-align: top;
}

.goback {
  text-decoration: none;
}

.box_info,
.box_error,
.box_red,
.box_green,
.box_ok,
.box_default,
.box_cert,
.box_chain,
.box_chain_broken,
.box_attention,
.box_attention_small {
    font-size: 15px;
    padding: 15px;
    border-radius: 8px;
    margin: 0 0 15px 0;
    text-align: left;
}

.box_info p,
.box_error p,
.box_red p,
.box_green p,
.box_ok p,
.box_default p,
.box_cert p,
.box_chain p,
.box_chain_broken p,
.box_attention p,
.box_attention_small p {
    text-align: left;
}

.box_info {
    background: #d5efff;
    border: 1px solid #69c9ff;
}

.box_ok {
    background: #dbffdb;
    border: 1px solid #b2dba8;
}

.box_error {
    background: #ffe3e3;
    border: 1px solid #ff5b5b;
}

.box_default {
	background: #e9e8e5;
	border: 1px solid #d2d2d2;
}

.box_red {
	background: #c00;
	color: #fff !important;
	text-shadow: -1px -1px 0 #900 !important;
}

.box_red * {
	color: #fff !important;
	text-shadow: -1px -1px 0 #900 !important;
}

.box_green {
	padding-left: 101px;
	background: #53A444 url('https://img.ssls.cz/box_green-bg.png') 21px 15px no-repeat;
	color: #fff !important;
	text-shadow: -1px -1px 0 #478d3a !important;
	border: none;
}

.box_green * {
	color: #fff !important;
	text-shadow: -1px -1px 0 #478d3a !important;
}

.box_attention {
	padding-left: 101px;
	background: #FFFFBF url('https://img.ssls.cz/attention.png') 15px 15px no-repeat;
	border: 1px solid #FFC926;
	text-shadow: 1px 1px 0 #fff !important;
}

.box_attention_small {
	padding: 10px;
	padding-left: 60px;
	background: #FFFFBF url('https://img.ssls.cz/attention_small.png') 15px 15px no-repeat;
	border: 1px solid #FFC926;
	text-shadow: 1px 1px 0 #fff !important;
	margin-bottom: 3px;
}

.box_attention *,
.box_attention_small * {
	text-shadow: 1px 1px 0 #fff !important;
}

.box_cert {
	background: #fff url('https://img.ssls.cz/box_cert-bg.png') 0 0 no-repeat;
	padding-left: 75px;
}

.box_chain,
.box_chain_broken {
	background: transparent url('https://img.ssls.cz/arrow-down-green.png') center top no-repeat;
	text-align: center !important;
	padding: 19px 0 3px 0;
	margin: 0;
	/*font-weight: bold;*/
}

.box_chain_broken {
	background: transparent url('https://img.ssls.cz/arrow-down-red.png') center top no-repeat;
}

.box_cert h2 {
	float: left;
	margin: 0 0 3px 0;
}

.box_cert h2, .box_cert h2 * {
	font-size: 21px;
	font-weight: normal;
}

.box_cert aside {
	float: right;
}

.box_cert aside, .box_cert aside * {
	font-size: 21px;
	font-weight: lighter;
	text-shadow: none !important;
	color: #aaa;
}

.box_cert p.ca {
	margin: 0 0 5px 0;
}

.big_box {
    padding: 28px;
}

.big_box img {
	float: left;
	margin: -10px 28px 0 28px;
}

.big_box p.bigger {
    font-size: 21px !important;
}


/* Messenger : */
#msgr{width:180px;height:38px;z-index:49999;position:fixed;right:28px;bottom:0}#msgr #msgr_chatbutton,#msgr #msgr_header{display:block;height:38px;text-decoration:none;background:#FF2835 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAYAAACuLnWgAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAXEQAAFxEByibzPwAAABV0RVh0Q3JlYXRpb24gVGltZQAxLzE2LzE0uWWqygAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAC4SURBVDiN1ZThCYMwEIXfSQdwhHaTjBA36AjdrI7QERzBTvL8cwlHOSMNZ6EPBAPx+/LEEwBAMpNcGZOVZIaGZBWckWwltsFMMqEjJJM+XxtZSRX0wB2ZFY2fkq4GjiQVoK4hZSEiYjZyD2L3NUSVSRKXXtA3cSWtJntpHex/mhwd6idNhkjYoSRqTtxET7wyF2XeQ/9dRpAM81UmPgN4xnRwcxtEZAYwAXifJHmEfqr6qq96lftxA/nGdK9DssLrAAAAAElFTkSuQmCC) 15px 11px no-repeat;border-radius:5px 5px 0 0}#msgr #msgr_chatbutton span,#msgr #msgr_header span{display:block;color:#fff;text-shadow:none;padding:12px 0 0 52px;font-size:16px}#msgr #msgr_header em{font-style:normal;display:block;float:right;text-shadow:none;color:#fff;padding:12px;cursor:pointer}#msgr #msgr_form{display:none}.msgr_opened{width:310px !important;height:305px !important;background:#ddd;border-radius:5px 5px 0 0}#msgr_form_container_contents{padding:12px}#msgr_i_name,#msgr_i_email{width:120px}#msgr_i_name{margin-right:10px}#msgr_i_text{width:268px;height:70px;margin:5px 0}#msgr_notice{line-height:16px;margin:0;padding:7px 12px;background:#FFFFBF;border-bottom:1px solid #aaa;color:#222}.msgr_mustfill{border:1px solid #e40000 !important;background:#ffe3e3 !important}#msgr_sending{display:none;float:left;margin-top:6px}#msgr_b_send{display:inline-block}

/*! jQuery UI - v1.11.4 - 2016-03-30
* http://jqueryui.com
* Includes: core.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tooltip {
	padding: 3px 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background: #ffc;
	border-radius: 3px;
}
body .ui-tooltip {
	border-width: 2px;
}
.ui-tooltip * {
	font-size: 12px;
}