/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}html {
  overflow-y: scroll;
}
body {
  background-color: #e0bf9c;
  font-family: "Times New Roman", Georgia, Serif;
}
.btn-group {
  display: none;
}
.wrapper {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9e7d4;
  box-shadow: 0 0 60px 0px rgba(0,0,0,0.4);
}
.header {
  background: url("../images/header.jpg") no-repeat 0 0;
  height: 410px;
  position: relative;
}
.logo {
  position: absolute;
  left: 438px;
  top: 120px;
  width: 267px;
  height: 138px;
  transition-duration: 0.3s;
}
.logo:hover {
  filter: brightness(1.2);
  transition-duration: 0.3s;
}
.header-social {
  position: absolute;
  top: 19px;
  left: 21px;
  text-align: center;
}
.header-phone {
  position: absolute;
  top: 66px;
  left: 36px;
  color: #ebd9c0;
  font-size: 20px;
}
.header-phone p {
  margin: 0;
  padding: 0;
}
.header-language {
  position: absolute;
  top: 270px;
  left: 530px;
}
.top-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-menu ul {
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0;
}
.top-menu li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
.top-menu a {
  font-size: 19px;
  color: #f9e7d4;
  font-weight: bold;
  display: block;
  padding: 12px 12px 16px 12px;
  margin-right: 6px;
}
.top-menu li:last-child a {
  margin-right: 0px;
}
.nav>li>a:hover {
  background-color: rgba(255,255,255,0.05);
  transition-duration: 0.6s;
}
.nav>li>a:active,
.nav>li>a:focus {
  background-color: rgba(255,255,255,0.1);
}
.top-menu li {
  position: relative;
}
.top-menu li.current a {
  color: #eae1a2;
}
.top-menu li:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 0px;
  top: 20px;
  background-color: #eae1a2;
}
.top-menu li:last-child:after {
  display: none;
}
.top-menu>li {
  position: relative;
}
.top-menu .nav-child {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
}
.top-menu li.active:hover .nav-child {
  display: block;
}
.top-menu .nav-child li {
  display: block;
  background-color: rgba(56,22,8,0.95);
  text-align: center;
}
.top-menu .nav-child li a:hover {
  transition-duration: 0.3s;
}
.top-menu .nav-child li a:hover {
  text-decoration: none;
  background-color: rgba(76,42,28,0.95);
  transition-duration: 0.3s;
}
.top-menu .nav-child li::after {
  display: none;
}
.header-social ul {
  margin: 0;
  padding: 0;
}
.header-social li {
  font-size: 0;
  display: inline-block;
  list-style: none;
}
.socialbtn {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #ebdac0;
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 4px;
  box-shadow: inset 0px 2px 7px 2px rgba(0,0,0,0.2);
  transition-duration: 0.2s;
}
.socialbtn:hover {
  transform: rotate(360deg);
  transition-duration: 1s;
}
.btn-facebook {
  background: #ebdac0 url("../images/icon-fb.png") 50% 50% no-repeat;
}
.btn-viber {
  background: #ebdac0 url("../images/icon-viber.png") 50% 50% no-repeat;
}
.btn-whatsapp {
  background: #ebdac0 url("../images/icon-whatsapp.png") 50% 50% no-repeat;
}
.btn-email {
  background: #ebdac0 url("../images/icon-email.png") 48% 50% no-repeat;
}
.contentlayout {
  margin: 10px 30px 20px 40px;
  font-size: 18px;
  color: #151515;
}
.contentlayout .button,
button.btn,
.contentlayout a.btn {
  display: inline-block;
  color: #f9e7d4;
  font-size: 18px;
  font-weight: bold;
  background-color: #5a3b2a;
  padding: 8px 11px;
  border-radius: 6px;
  background-image: none;
  text-shadow: none;
  border: 0;
}
button.btn {
  margin-left: 14px;
}
.contentlayout .button:hover,
.button:hover,
button.btn:hover,
.contentlayout  a.btn:hover {
  text-decoration: none;
  background-color: #5a3b2a;
  filter: brightness(1.1);
  transition-duration: 0.2s;
  background-image: none;
  text-shadow: none;
  border: 0;
}
.button:active,
.button:focus,
.contentlayout .button:active,
button.btn:active,
button.btn:focus,
.contentlayout  a.btn:focus,
.contentlayout  a.btn:active {
  text-decoration: none;
  background-color: #5a3b2a;
  box-shadow: inset 2px 2px 0px 0px #9a7b6a;
  background-image: none;
  text-shadow: none;
  border: 0;
}
.icon-chevron-right {
  display: none;
}
.contentlayout a,
.contentlayout h1,
.contentlayout h2,
.contentlayout h3,
.contentlayout h4,
.contentlayout h5,
.contentlayout h6 {
  color: #522107;
}
.contentlayout h1,
.contentlayout h2 {
  color: #522107;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}
.contentlayout h1 {
  line-height: 40px;
}
.contentlayout h3 {
  color: #522107;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}
.contentlayout h4 {
  color: #522107;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}
.number {
  color: #522107;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}
.footer {
  background: url("../images/footer.jpg") no-repeat 0 0;
  height: 108px;
  padding-left: 40px;
}
.footer-contacts1 {
  color: #eae1a2;
  font-size: 21px;
  font-weight: bold;
  padding-top: 20px;
}
.footer-contacts1 a {
  color: #eae1a2;
}
.footer-contacts2 {
  color: #f9e7d4;
  font-size: 15px;
}
.footer-contacts2 a {
  color: #eae1a2;
}
.catstable {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.catstable tr:nth-child(1) img {
  outline: 2px solid #fff;
  max-width: 800px;
}
.catstable td {
  vertical-align: top;
}
.catstable tr:nth-child(2) td {
  padding-left: 15px;
}
.mycats h2 {
  font-size: 24px;
  line-height: 50px;
}
.mycats p {
  margin: 0 0 14px;
}
.mycats strong {
  color: #5a3b2a;
}
.catslinks {
  list-style: none;
  font-size: 14px;
  color: #5a3b2a;
  font-weight: bold;
}
.catslinks li {
  position: relative;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 10px;
  transition-duration: 0.3s;
}
.catslinks li a:hover,
.catslinks li a:active {
  text-decoration: none;
}
.catslinks li:hover {
  filter: brightness(1.1);
  transition-duration: 0.3s;
}
.catslinks li a:before {
  display: block;
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.catslinks li:nth-child(1) a:before {
  background: url("../images/catslinks-gallery.png") 0% 0% no-repeat;
}
.catslinks li:nth-child(2) a:before {
  background: url("../images/catslinks-pedigree.png") 0% 0% no-repeat;
}
.catslinks li:nth-child(3) a:before {
  background: url("../images/catslinks-achievements.png") 0% 0% no-repeat;
}
[class^="leading-"] {
  margin-bottom: 50px;
}
.mykittens [class^="leading-"] {
  margin-bottom: 50px;
}
.mycats [class^="leading-"]::after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #522107;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mycats [class^="leading-"]:last-child:after {
  display: none;
}
.pre-component {
  margin: 30px 0;
}
.mykittens {
  text-align: center;
}
.tableparents {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.tableparents td {
  vertical-align: middle;
}
.tableparents td:nth-child(1) img,
.tableparents td:nth-child(3) img {
  border: 2px solid #fff;
  max-width: 400px;
}
.tableparents p {
  margin: 5px 0;
}
.tableparents h3 {
  color: #522107;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 34px;
  margin: 5px 0;
}
.tablekittens {
  width: 100%;
}
.tablekittens tr {
  border-top: 1px solid #522107;
}
.tablekittens td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.tablekittens td:nth-child(1) {
  width: 480px;
}
.tablekittens td:nth-child(1) img {
  max-width: 450px;
  outline: 2px solid #fff;
}
.tablekittens strong {
  color: #5a3b2a;
}
.kittenslinks {
  list-style: none;
  font-size: 14px;
  color: #5a3b2a;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 4px;
}
.kittenslinks li {
  position: relative;
  padding-top: 70px;
  text-align: left;
  padding-bottom: 10px;
  transition-duration: 0.3s;
  display: inline-block;
}
.kittenslinks li a:hover,
.kittenslinks li a:active {
  text-decoration: none;
}
.kittenslinks li:hover {
  filter: brightness(1.1);
  transition-duration: 0.3s;
}
.kittenslinks li a:before {
  display: inline-block;
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.kittenslinks li:nth-child(1) a:before {
  background: url("../images/catslinks-gallery.png") 0% 0% no-repeat;
}
.salefont {
  font-size: 24px;
  color: #09d434;
  font-weight: bold;
  margin: 5px 0 15px 0;
}
.soldfont {
  font-size: 24px;
  color: #d40934;
  font-weight: bold;
  margin: 5px 0 15px 0;
}
.well {
  background-color: transparent;
  border: 1px solid #5a3b2a;
}
fieldset,
legend {
  border: none;
  margin-bottom: 0;
}
#contact-form legend {
  display: none;
}
legend+.control-group {
  margin-top: 0px;
}
input,
textarea {
  width: 75%;
}
#scrollToTop {
  background: rgba(90,59,42,0.5);
}
#scrollToTop:hover,
#scrollToTop:active,
#scrollToTop:focus {
  background: #5a3b2a;
}
p.readmore {
  margin-bottom: 50px;
  margin-top: 20px;
}
.list-striped {
  border: none;
}
.list-striped li {
  background-color: transparent !important;
  border: none !important;
}
.list-striped>li {
  margin-bottom: 30px;
}
.tag-body li {
  list-style-type: disc;
  padding: 0;
  line-height: 20px;
}
.tag-body ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
.pagination ul>li>a,
.pagination ul>li>span {
  background-color: transparent;
  border: none;
}
.pagination ul>li>a:hover,
.pagination ul>li>a:active,
.pagination ul>li>a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.pagination ul {
  box-shadow: none;
  transform: translateX(70%);
}
@media (max-width: 1200px) {
  .top-menu a {
    margin-right: 0;
    padding: 12px 12px 16px 6px;
  }
}
/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
