/* 
    Description: default cascading style sheet for web Kalkulátor Mazda Finance
*/

root { 
  display: block;
}

/* ===========================================================================*/
/* HTML prvky ================================================================*/

body {
  color: #ffffff;
	font: 76%/1.4em "Segoe UI", sans-serif;
  font-size: 14px;
  background-color: #222c68;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  padding: 0px;
  margin: 0px;
}

div {
  margin: 0px;
  padding: 0px;
  border: 0px none;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a img {
  border: none;
}

ul, ol {
  font-size: 14px;
  margin: 0px;
  padding-left: 20px;
}

/* ===========================================================================*/
/* sdílené části a pomocné styly =============================================*/

.clearer {
  clear: both;
}
.ok {
  color: #4f5;
}
.bad {
  color: #f45;
}
.decent {
  color: #D3E3EF;
}

/* ===========================================================================*/
/* hlavní části layoutu ======================================================*/

div#container {
  margin: 0px auto;
  width: 952px;
  position: relative;
}

div#top-links {
  width: 952px;
  height: 42px;
  position: relative;
  background-color: #222c68;
  margin-top: 10px;
}

div#top-block {
  width: 952px;
  height: 360px;
  position: relative;
  background-color: #222c68;
  margin-top: 0px;
}

div#main {
  color: #222c68;
  background-color: #aad786;
  width: 952px;
  min-height: 315px;
  padding-top: 20px;
  padding-bottom: 1px;
  position: relative;
}

div#footer {
  color: #bbb;
  text-align: center;
  width: 952px;
  margin: 10px;
  clear: both;
}

/* ===========================================================================*/
/* detailnější části layoutu =================================================*/

/* top-links části ===========================================================*/
div#top-links a {
  font-size: 13px;
  font-weight: bold;
  color: #e8e8e8;
  line-height: 15px;
  padding: 7px 0px 0px 40px;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 156px;
  height: 35px;
  background-repeat: no-repeat;
}
div#top-links a:hover {
  color: #fff;
}

div#top-links a#link-drive {
  left: 25px;
  background-image: url('../images/layout/top-links-key.jpg');
}
div#top-links a#link-brochure {
  left: 200px;
  background-image: url('../images/layout/top-links-brochure.jpg');
}
div#top-links a#link-newsletter {
  left: 375px;
  padding-left: 37px;
  background-image: url('../images/layout/top-links-mail.jpg');
}
div#top-links a#link-offer {
  left: 550px;
  background-image: url('../images/layout/top-links-cars.jpg');
}

/* top-block části ===========================================================*/
div#top-block div, div#top-block a {
  position: absolute;
  background-repeat: no-repeat;
}
div#top-block div#line-1 {
  width: 952px;
  height: 1px;
  left: 0px;
  top: 1px;
  background-image: url('../images/layout/top-block-line-1.png');
}
div#top-block div#line-2 {
  width: 608px;
  height: 1px;
  left: 0px;
  top: 111px;
  background-image: url('../images/layout/top-block-line-2.png');
}
div#top-block div#line-3 {
  width: 330px;
  height: 1px;
  left: 622px;
  top: 351px;
  background-image: url('../images/layout/top-block-line-3.png');
}
div#top-block div#title {
  width: 309px;
  height: 68px;
  left: 312px;
  top: 25px;
  background-image: url('../images/layout/top-block-title.png');
}
div#top-block div#title-cz {
  width: 321px;
  height: 68px;
  left: 312px;
  top: 25px;
  background-image: url('../images/layout/top-block-title-cz.png');
}
div#top-block div#title-sk {
  width: 321px;
  height: 68px;
  left: 312px;
  top: 25px;
  background-image: url('../images/layout/top-block-title-sk.png');
}
div#top-block div#gradient {
  width: 952px;
  height: 110px;
  left: 0px;
  top: 2px;
  background-image: url('../images/layout/top-block-gradient.png');
  background-repeat: repeat-y;
}
div#top-block div#gradient-right {
  width: 344px;
  height: 349px;
  left: 608px;
  top: 2px;
  background-image: url('../images/layout/top-block-gradient.png');
  background-repeat: repeat-y;
  background-position: -608px 0px;
}
div#top-block div#shadow-corner-blue {
  width: 5px;
  height: 8px;
  left: 0px;
  top: 112px;
  background-image: url('../images/layout/top-block-shadow-corner-blue.png');
}
div#top-block div#shadow-blue {
  width: 15px;
  height: 8px;
  left: 5px;
  top: 112px;
  background-image: url('../images/layout/top-block-shadow-blue.png');
  background-repeat: repeat-x;
}
div#top-block div#shadow-green {
  width: 551px;
  height: 8px;
  left: 21px;
  top: 112px;
  background-image: url('../images/layout/top-block-shadow-green.png');
  background-repeat: repeat-x;
}
div#top-block div#inner-corner {
  width: 36px;
  height: 24px;
  left: 572px;
  top: 112px;
  background-image: url('../images/layout/top-block-inner-corner.png');
}
div#top-block div#vertical-edge {
  width: 36px;
  height: 195px;
  left: 572px;
  top: 136px;
  background-image: url('../images/layout/top-block-vertical-edge.png');
  background-repeat: repeat-y;
}
div#top-block div#corner {
  width: 25px;
  height: 29px;
  left: 597px;
  top: 331px;
  background-image: url('../images/layout/top-block-corner.png');
  background-repeat: repeat-x;
}
div#top-block div#bottom-shadow-green {
  width: 309px;
  height: 8px;
  left: 622px;
  top: 352px;
  background-image: url('../images/layout/top-block-bottom-shadow-green.png');
  background-repeat: repeat-x;
}
div#top-block div#bottom-shadow-blue {
  width: 16px;
  height: 8px;
  left: 931px;
  top: 352px;
  background-image: url('../images/layout/top-block-bottom-shadow-blue.png');
  background-repeat: repeat-x;
}
div#top-block div#bottom-shadow-corner-right {
  width: 5px;
  height: 8px;
  left: 947px;
  top: 352px;
  background-image: url('../images/layout/top-block-bottom-shadow-corner-right.png');
}
div#top-block a#credium-logo {
  display: block;
  width: 158px;
  height: 69px;
  left: 25px;
  top: 21px;
  background-image: url('../images/layout/credium-logo-new.gif');
  cursor: pointer;
}
div#top-block a#mazda-finance-logo {
  display: block;
  width: 222px;
  height: 56px;
  left: 695px;
  top: 33px;
  background-image: url('../images/layout/mazda-finance-logo.jpg');
  cursor: pointer;
}
div#top-block div#input-body {
  width: 576px;
  height: 240px;
  left: 21px;
  top: 120px;
  background-color: #aad786;
}

div#top-block div.input-package {
  width: 208px;
  height: 49px;
  left: 312px;
  background-color: #AAD786;
  position: absolute;
  border: 0px none;
  background-image: url('../images/layout/top-block-input.png');
}
div#top-block div#input-akontace {
  top: 156px;
}
div#top-block div#input-splatka {
  top: 206px;
}
div#top-block div#input-delka {
  top: 256px;
}
div#top-block input {
  width: 160px;
  padding: 0px;
  margin: 0px;
  border: 0px none;
  background: transparent;
  text-align: right;
	font-family: "Segoe UI", sans-serif;
  font-style: italic;
  font-size: 20px;
  color: #01345a;
  line-height: 28px;
  position: absolute;
  left: 335px;
}
div#top-block input:focus {
  outline-width: 0;
}
div#top-block input#akontace {
  top: 161px;
}
div#top-block input#splatka {
  top: 211px;
}
div#top-block input#delka {
  top: 261px;
}
div#top-block div#akontace-for-print {
  top: 161px;
  display: none;
}
div#top-block div#splatka-for-print {
  top: 211px;
  display: none;
}
div#top-block div#delka-for-print {
  top: 261px;
  display: none;
}
div#top-block input#submit {
  width: 210px;
  height: 53px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  border: 0px none;
  background-image: url('../images/layout/top-block-submit.png');
  background-position: 0px 0px;
  background-repeat: repeat;
  text-align: center;
	font-family: "Segoe UI", sans-serif;
  font-style: italic;
  font-size: 20px;
  color: #fff;;
  line-height: 28px;
  position: absolute;
  left: 312px;
  top: 309px;
  cursor: pointer;
}
div#top-block input#submit:hover {
  background-position: 0px 53px;
}

div#top-block div.label {
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  color: #01345a;
  font-style: italic;
}
div#top-block div#label-akontace {
  top: 166px;
  right: 652px;
}
div#top-block div#label-splatka {
  top: 216px;
  right: 652px;
}
div#top-block div#label-delka {
  top: 266px;
  right: 652px;
}
div#top-block div#label-akontace-right {
  top: 166px;
  left: 529px;
}
div#top-block div#label-splatka-right {
  top: 216px;
  left: 529px;
}
div#top-block div#label-delka-right {
  top: 266px;
  left: 529px;
}

div#top-block div#arrow {
  width: 36px;
  height: 56px;
  background-image: url('../images/layout/top-block-arrow.png');
  top: 278px;
  left: 572px;
  display: none;
}
div#top-block div#text-area, div#top-block div#text-area-dummy {
  color: #ec6b0c;
  line-height: 18px;
  width: 200px;
  min-height: 20px;
  background-color: #fff;
  background-image: url('../images/layout/top-block-text-area-bg.png');
  background-repeat: repeat-x;
  top: 111px;
  left: 650px;
  padding: 25px;
}
div#top-block div#text-area-dummy {
  display: none;
}
div#top-block div#text-area div#text-area-edge-left {
  width: 20px;
  height: 100%;
  background-image: url('../images/layout/top-block-text-area-edge-left.png');
  background-repeat: repeat-y;
  top: 0px;
  left: 0px;
}
div#top-block div#text-area div#text-area-edge-left-gradient {
  width: 20px;
  height: 49px;
  background-image: url('../images/layout/top-block-text-area-edge-left-gradient.png');
  background-position: 0px 20px;
  background-color: #fff;
  top: 0px;
  left: 0px;
}
div#top-block div#text-area div#text-area-edge-right {
  width: 1px;
  height: 100%;
  background-color: #bcbcbc;
  top: 0px;
  right: 0px;
}
div#top-block div#text-area div#text-area-edge-bottom {
  width: 100%;
  height: 1px;
  background-color: #bcbcbc;
  bottom: 0px;
  left: 0px;
}
div#top-block div#text-area div#text-area-corner-top-left {
  width: 20px;
  height: 20px;
  background-image: url('../images/layout/top-block-text-area-top-left.png');
  top: 0px;
  left: 0px;
}
div#top-block div#text-area div#text-area-corner-top-right {
  width: 20px;
  height: 20px;
  background-image: url('../images/layout/top-block-text-area-top-right.png');
  top: 0px;
  right: 0px;
}
div#top-block div#text-area div#text-area-corner-bottom-left {
  width: 20px;
  height: 20px;
  background-image: url('../images/layout/top-block-text-area-bottom-left.png');
  bottom: 0px;
  left: 0px;
}
div#top-block div#text-area div#text-area-corner-bottom-right {
  width: 20px;
  height: 20px;
  background-image: url('../images/layout/top-block-text-area-bottom-right.png');
  bottom: 0px;
  right: 0px;
}

/* ===========================================================================*/
/* main části ================================================================*/

div#main a.print {
  border: none;
  color: #666;
  float: right;
  margin: 0px;
  padding: 7px 0px 0px 40px;
  display: block;
  width: 160px;
  height: 25px;
  background-image: url('../images/layout/print.png');
  background-repeat: no-repeat;
}
div#main a.print:hover {
  color: #333;
}

div#main div#bg-blue-left {
  width: 21px;
  height: 100%;
  background-image: url('../images/layout/main-bg-blue.png');
  background-position: 10px 10px;
  background-color: #222c68;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
div#main div#bg-blue-right {
  width: 21px;
  height: 100%;
  background-image: url('../images/layout/main-bg-blue.png');
  background-position: 0px 10px;
  background-color: #222c68;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}
div#main div#bg-green {
  width: 910px;
  height: 100%;
  background-image: url('../images/layout/main-bg-green.png');
  background-position: 10px 10px;
  background-color: #aaD786;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 21px;
}
div#main div#bg-gradient-blue-left {
  width: 21px;
  height: 311px;
  background-image: url('../images/layout/main-bg-gradient-blue.png');
  background-position: 10px 0px;
  background-color: #222c68;
  background-repeat: repeat-x;
  position: absolute;
  top: 0px;
  left: 0px;
}
div#main div#bg-gradient-blue-right {
  width: 21px;
  height: 311px;
  background-image: url('../images/layout/main-bg-gradient-blue.png');
  background-color: #222c68;
  background-repeat: repeat-x;
  position: absolute;
  top: 0px;
  right: 0px;
}
div#main div#bg-gradient-green {
  width: 910px;
  height: 311px;
  background-image: url('../images/layout/main-bg-gradient-green.png');
  background-position: 10px 0px;
  background-color: #aad786;
  background-repeat: repeat-x;
  position: absolute;
  top: 0px;
  left: 21px;
}

/* result-bar (výsledek) -----------------------------------------------------*/
div#main div.content {
  padding: 10px 60px 35px 60px;
}
div#main div.result-bar {
  width: 950px;
  height: 102px;
  margin: 0px 0px 18px 0px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #0d122e;
  background-image: url('../images/layout/result-bar-bg.png');
  background-repeat: repeat-x;
  position: relative;
}
div#main div.result-bar-2 {
  width: 950px;
  height: 102px;
  margin: 0px 0px 18px 0px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #0d122e;
  background-image: url('../images/layout/result-bar-2-bg.png');
  background-repeat: repeat-x;
  position: relative;
}
div#main div.result-bar div.result-bar-corner-top-left {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-corner-top-left.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -1px;
}
div#main div.result-bar-2 div.result-bar-corner-top-left {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-2-corner-top-left.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -1px;
}
div#main div.result-bar div.result-bar-corner-top-right {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-corner-top-right.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -1px;
}
div#main div.result-bar-2 div.result-bar-corner-top-right {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-2-corner-top-right.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -1px;
}
div#main div.result-bar div.result-bar-corner-bottom-left {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-corner-bottom-left.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: -1px;
}
div#main div.result-bar-2 div.result-bar-corner-bottom-left {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-2-corner-bottom-left.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: -1px;
}
div#main div.result-bar div.result-bar-corner-bottom-right {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-corner-bottom-right.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
div#main div.result-bar-2 div.result-bar-corner-bottom-right {
  width: 10px;
  height: 11px;
  background-image: url('../images/layout/result-bar-2-corner-bottom-right.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
div#main div.result-bar div.car-thumbnail, div#main div.result-bar-2 div.car-thumbnail {
  width: 105px;
  height: 60px;
  border: 1px solid #8a8a8a;
  background-image: url('../images/layout/result-bar-default-thumbnail.gif');
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 40px;
}
div#main div.result-bar div.car-title, div#main div.result-bar-2 div.car-title {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  position: absolute;
  top: 6px;
  left: 34px;
}
div#main div.result-bar div.amount, div#main div.result-bar-2 div.amount {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  position: absolute;
  top: 8px;
  right: 120px;
}
div#main div.result-bar div.main-lease-info, div#main div.result-bar-2 div.main-lease-info {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  position: absolute;
  top: 28px;
  left: 170px;
}
div#main div.result-bar div.variant-lease-info, div#main div.result-bar-2 div.variant-lease-info {
  color: #ddd;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  top: 53px;
  left: 230px;
}
div#main div.result-bar div.or-lease-info, div#main div.result-bar-2 div.or-lease-info {
  color: #ddd;
  font-size: 16px;
  font-style: italic;
  -font-weight: bold;
  position: absolute;
  top: 53px;
  left: 170px;
}
div#main div.result-bar div.car-description, div#main div.result-bar-2 div.car-description {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  width: 300px;
  position: absolute;
  top: 8px;
  left: 552px;
}
div#main div.result-bar a.more-info-button {
  color: #ccc;
  font-size: 18px;
  font-style: italic;
  padding: 15px 10px 15px 10px;
  display: block;
  width: 115px;
  height: 24px;
  background-image: url('../images/layout/result-bar-more-info-button.png');
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  right: 17px;
}
div#main div.result-bar-2 a.more-info-button {
  color: #ccc;
  font-size: 18px;
  font-style: italic;
  padding: 15px 10px 15px 10px;
  display: block;
  width: 115px;
  height: 24px;
  background-image: url('../images/layout/result-bar-2-more-info-button.png');
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  right: 17px;
}
div#main div.result-bar a.more-info-button:hover {
  color: #fff;
  background-image: url('../images/layout/result-bar-more-info-button-hover.png');
}
div#main div.result-bar-2 a.more-info-button:hover {
  color: #fff;
  background-image: url('../images/layout/result-bar-2-more-info-button-hover.png');
}

/* warning-block  ------------------------------------------------------------*/
div#main div.warning-block {
  width: 770px;
  min-height: 50px;
  position: relative;
  margin: 0px;
  display: inline-block;
}
div#main div.warning-block-mark {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 60px;
  height: 70px;
  position: relative;
  float: left;
  margin: 0px 15px 5px 0px;
  top: 0px;
  left: 0px;
  text-align: center;
  background-image: url('../images/layout/warning-block-bg.png');
}
div#main div.warning-block-corner-top-left {
  background-image: url('../images/layout/warning-block-corner-top-left.png');
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: -1px;
}
div#main div.warning-block-corner-top-right {
  background-image: url('../images/layout/warning-block-corner-top-right.png');
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  right: -1px;
}
div#main div.warning-block-corner-bottom-left {
  background-image: url('../images/layout/warning-block-corner-bottom-left.png');
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: -1px;
}
div#main div.warning-block-corner-bottom-right {
  background-image: url('../images/layout/warning-block-corner-bottom-right.png');
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
div#main div.warning-block-character-normal {
  color: #ff8c37;
  font-size: 35px;
 	font: "Segoe UI", sans-serif;
  margin-top: 23px;
}
div#main div.warning-block-character-ok {
  color: #01B300;
  font-size: 35px;
 	font: "Segoe UI", sans-serif;
  margin-top: 23px;
}
div#main div.warning-block-character-bad {
  color: red;
  font-size: 35px;
 	font: "Segoe UI", sans-serif;
  margin-top: 23px;
}
div#main div.warning-block-title {
  font-size: 18px;
  margin-bottom: 10px;
  width: 600px;
}
div#main div.warning-block-content {
  qposition: absolute;
  top: 30px;
  left: 80px;
}

/* TableInfo styl ------------------------------------------------------------*/
table.tableInfo {
  border: 0px none;
}
table.tableInfo td {
  border-bottom: 0px none;
  padding: 0px 5px;
  margin: 2px;
}

table.tableInfoExtra {
  border: 0px none;
}
table.tableInfoExtra td {
  border: 0px none;
  padding: 2px 5px;
  margin: 2px;
}
table.tableInfoExtra td.tableInfoExtraLabel {
  padding: 15px 0px 0px 5px;
  font-style: italic;
  color: #777;
}
table.tableInfoExtra td.tableInfoExtraText {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
}
table.tableInfoExtra td.tableInfoExtraIcon {
  font-weight: bold;
  padding: 5px 0px 10px 5px;
}
