/*** general styles ***/

body {
    margin: 15px;
    background-color: #ffffff;
    text-align: center;
}

body, td, textarea, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
/*    font-size: 1em;*/
    font-size: 9pt;
}

a img {
    border-width: 0px;
}

div.spacer {
    height: 1px;
    overflow: hidden;
}

div.clear {
    float: none;
    clear: both;
}

form{
  margin: 0px;
  padding: 0px;
}

/*** main & top blocks ***/

#main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.top {
  /*background: url("bg_top.png") bottom left repeat-x;*/
}

div.top div.top-header {
	height: 101px;
    width: 900px;
	/*background: url("top-bg.gif") no-repeat;*/
    background-position: top right;
}

div.top div.top-header div.top-hotline {
    text-align: right;
}

div.languages {
    float: left;
    width: 250px;
    height: 18px;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 5px;
    _margin-left: 1px;
}

div.languages a {
    display: block;
    width: 20px;
    height: 16px;
    float: left;
    /*background: url("lang-grey.jpg") no-repeat;
    background-position: top right;*/
    margin: 0px 1px 0px 3px;
    padding-top: 0px;
/*
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
*/
}

div.languages a:hover {
    color: #000000;
    text-decoration: none;
}

div.languages a.active-lang {
    background-image: url("lang-green.jpg");
}

div.top div.top-title {
	float: right;
	font-weight: normal;
	color: #a6a6a6;
	font-size: 13px;
	padding-right:4px;
}

div.top div.top-title h1 {
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #a6a6a6;
}

div.top-logo {
    float: left;
    width: 268px;
    height: 101px;
    padding: 0px;
}

div.top-logo h1 {
    margin: 0;
    padding: 0;
}

div.menu1, div.menu2 {
	  position: relative;
	  z-index: 10;
    height: 34px;
    font-size: 0.9em;
}

div.menu1 {
    background: url(_menu-orange-bg.gif) repeat-x;
    padding-left: 15px;
    padding-right: 15px;
}

div.menu2 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: url("menu-low-grey-bg.gif") repeat-x;
}


div.menu1-h2 {
	font-size: 1.2em;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 9;
}

div.menu1-h2 div.submenu{
  border-top: solid 1px white;
  background: #cb1200;
  position: absolute;
  top: 34px;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  min-width: 99%;
  _width: 99%;
}

div.menu1-h2 div.submenu div{
  padding: 0px;
  z-index: 10;
}

div.menu1-h2 div.submenu div a{
  color: white;
  font-size: 12px;
  border: none;
  float: none;
  height: auto;
  padding: 5px 15px 5px 15px;
  text-align: left;
  white-space: nowrap;

}

div.menu1-h2 div.submenu div a:hover{
  color: white;
  background: #f19300;
}

div.menu2-h3 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}

div.menu1 a, div.menu2 a {
    display: block;
    height: 26px;
    float: left;
    /*border-right: 1px solid #ffffff;*/
    padding: 9px 13px 0px 13px;
    padding-left: auto;
    padding-right: auto;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

div.menu1 a {
    overfloaw: hidden;
    border-right: solid 1px white;
}

div.menu1 a.last {
	border: none;
}

div.menu2 a {
    background: url("_menu-orange-bg.gif") repeat-x;
    background-position: top right;
}

div.menu1 a.selected, div.menu2 a.selected {
    background: url("_menu-red-bg.gif") repeat-x;
    background-position: top right;
}

div.menu2 a.first {
    border-left: 1px solid #ffffff;
}

div.menu1 a:hover, div.menu2 a:hover {
    background: url("_menu-red-bg.gif") repeat-x;
}


ul.menu1-ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
}

li.menu1-li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


ul.menu2-ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
}

li.menu2-li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/*** top-banner ***/


div.top-banner {
	position: relative;
	width: 637px;
	height: 140px;
	margin-top: 5px;
	margin-bottom: 15px;
	z-index: 3; 
	background: url("top-banner3.jpg") bottom right no-repeat;
}

div.top-banner h1 {
    font-size: 0px;
}

div.top-banner img.banner_auto{
  position: absolute;
  bottom: 30px;
  z-index: 3;
	right: 0px;
}

div.top-banner img.banner_text{
  position: absolute;
  top: 15px;
  left: 20px;
}

div.intro-top-banner{
	width: 900px;
	height: 265px;
	/*margin-top: 5px;*/
	margin-bottom: 15px;
	background: url("top-banner2.jpg") bottom right no-repeat;
	position: relative;
}

div.intro-top-banner img.banner_auto{
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}

div.intro-top-banner img.banner_text{
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

/*** content block ***/

.content {
    padding: 5px 0px 5px 0px;
    color: #5f5f5f;
}

div.content-left {
    float: left;
    width: 637px;
}

div.cms-block-view {
    width: 262px;
    margin: 10px 0px 0px 50px;
/*    border: 1px solid red;*/
}

div.content-right {
    margin-bottom: 10px;
    float: right;
    width: 250px;
/*    border: 1px solid red;*/
}

a {
/*    color: #7ec916;*/
    color: #5f5f5f;
/*    font-weight: bold;*/
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#breadcrumbs {
    font-size: 0.9em;
/*    font-size: 9pt;*/
    margin: 0px 0px 10px 0px;
}

div.breadcrumbs {
    color: #DC7900;
}

div.breadcrumbs a {
    color: #DC7900;
    text-decoration: none;
}

div.breadcrumbs a:hover {
    text-decoration: underline;
}


/*** div.bottom ***/


div.bottom {

}

div.bottom div.bottom-boxes {
	width: 900px;
	position: relative;
	/*background: url(bottom-left-box-bg.gif) repeat-x;
	background-position: top left;
	background-color: #c5c5c5;*/
}

div.bottom-boxes div.left-box {
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	height: 144px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 9px;
	color: #4e4e4e;
}

div.bottom-boxes div.left-box-narrow {
    width: 521px;
    float: left;
    border-right-width: 0px;
}

div.bottom-boxes div.left-box table {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div.bottom-boxes div.left-box table td {
	font-size: 11.5px;
	line-height: 120%;
}


div.bottom-boxes div.left-box p {
	line-height: 1.1em;
}

div.bottom-boxes div.left-box h3 {
  font-size: 18px;
}

div.bottom-boxes div.left-box  img {
	margin: 0px;
	margin-bottom: 3px;
}

div.bottom div.bottom-strip {
    position: relative;
    padding: 4px 10px 0px 10px;
    height: 18px;
    width: 880px;
    background: url("bottom-bg.gif") repeat-x;
    background-position: bottom left;
    font-size: 1.0em;
    color: #ffffff;
}

div.bottom div.bottom-strip a {
    color: #ffffff;
}

div.bottom-strip div.left-part {
	float: left;
}

div.bottom-strip div.right-part {
	float: right;
	height: 100%;
}





/*** side boxes ***/

div.side-box {
    font-size: 1em;
    margin: 0px 0px 5px 0px;
/*    border: 1px solid #d3d3d3;*/
/*    background-color: #fcfbf6;*/
/*    background-repeat: repeat-x;*/
}

div.side-box h3 {
    margin: 0px;
    padding: 5px 0px 3px 10px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    /*background-color: #8b8b8b;*/
    /*border: 1px solid #f59200;*/
    color: #ffffff;
    background: url("box-orange-bg.gif") top left no-repeat;
}

div.side-box div.link {
  height: 16px;
  color: white;
  text-align: right;
  padding: 9px 70px 8px 0;
  margin: 3px 0 1px 0;
  font-weight: bold;
  background: url("images/block_href.png") right center;
  cursor: hand;
  cursor: pointer;
}

div.side-box div.link:hover{
  background: url("images/block_href_hover.png") right center;
  text-decoration: underline;
}

div.side-box div.side-box-content {
    padding: 10px 12px 5px 12px;
}

div.content-left div.red-box h3 {
    background-color: #ad0004;
    border: 1px solid #e60005;
}

div.content-left div.red-box div.side-box-content {
    background: url("block-red-bg.gif") bottom left no-repeat;
    color: #ffffff;
}

div.content-left div.red-box div.side-box-content a {
    color: #ffffff;
}

div.content-left div.grey-box h3 {
    background-color: #4c4b4b;
    border: 1px solid #999999;
}

div.content-left div.grey-box div.side-box-content {
    background: url("block-grey-bg.gif") bottom left no-repeat;
    color: #ffffff;
}

div.content-left div.grey-box div.side-box-content a {
    color: #ffffff;
}

div.content-left div.side-box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.content-left div.side-box ul {
/*    font-size: 12pt;*/
    margin: 0px 0px 0px 3px;
    padding-left: 20px;
    list-style-type: circle;
    color: #787878;
}

div.content-left div.side-box ul li {
    margin: 0px 0px 2px 0px;
    padding: 0px;
    font-weight: normal;
}

div.content-left div.side-box ul ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
/*    list-style-type: square;*/
}

div.content-left div.side-box ul ul li {
}

div.content-left div.side-box ul li a {
    color: #606060;
    text-decoration: none;
}

div.content-left div.side-box ul li a:hover {
    color: #ad0004;
/*    text-decoration: none;*/
}

div.content-left div.side-box ul li.in-breadcrumbs {
}

div.content-left div.side-box ul li.in-breadcrumbs > a {
    color: #7ec916;
}

div.content-left div.side-box ul li.selected {
}

div.content-left div.side-box ul li.selected > a {
    font-weight: bold;
    color: #7ec916;
}

div.content-left div.side-box form {
    margin-top: 5px;
}

div.content-left div.side-box input.text {
    border: 1px solid #666666;
    width: 130px;
    padding: 2px 3px;
}

div.content-left div.side-box input.subscribe {
    border: 1px solid #666666;
    font-weight: bold;
    width: 90px;
    padding: 1px 3px;
}


div.lietadlo2-box {
  background: url("box-lietadlo2-bg.gif") no-repeat;
  height: 257px;
}

div.lietadlo2-en-box {
	background: url("banner_letisko_en.jpg") no-repeat;
	height: 257px;
}

div.lietadlo2-de-box {
    background: url("banner_letisko_de.jpg") no-repeat;
    height: 257px;
}

div.quashqai-box {
  background: url("box-quashqai-bg.gif") no-repeat;
  height: 257px;
}



/*** side block: cars ***/

div.content-left div.side-cars {
    font-size: 1em;
    margin: 0px 0px 5px 0px;
/*    border: 1px solid #d3d3d3;*/
/*    background-color: #fcfbf6;*/
/*    background-repeat: repeat-x;*/
}

div.content-left div.side-cars div.caption {
    margin: 0px;
    padding: 2px 0px 2px 10px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    background-color: #ff9c00;
    background: url("box-orange-title.gif") bottom left no-repeat;
    border: 1px solid #ff9c00;
    color: #ffffff;
}

div.content-left div.side-cars div.side-cars-content {
    padding: 0px 1px 14px 1px;
    background: url("panel-green-bg.gif") bottom left no-repeat;
    color: #ffffff;
}

div.content-left div.side-cars div.side-car-subcategory {
	position: relative;
    margin: 0px;
    padding: 2px 0px 4px 3px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #888;
/*    border: 1px solid #828282;*/
    color: #ffffff;
}

div.content-left div.side-cars div.side-car {
    padding: 2px 0px;
    font-weight: bold;
}

div.content-left div.side-cars div.side-car a {
    display: block;
    color: #555;
    text-decoration: none;
}

div.content-left div.side-cars div.side-car a:hover {
    color: #000000;
}

div.content-left div.side-cars div.side-car-active a {
    color: #000000;
}

div.content-left div.side-cars div.side-car-left {
    float: left;
    width: 145px;
    padding: 0px 0px 0px 8px;
/*    border: 1px solid red;*/
}

div.content-left div.side-cars div.side-car-left a {
    width: 145px;
}

div.content-left div.side-cars div.side-car-right {
    float: right;
    width: 98px;
    text-align: right;
    padding: 0px 5px 0px 0px;
/*    border: 1px solid red;*/
}

div.content-left div.side-cars div.side-car-right a {
    width: 98px;
}




/*** content ***/

p {
    margin: 5px 0px 10px 0px;
/*    text-align: justify;*/
/*    border: 1px solid red;*/
}

pre {
    font-size: 0.9em;
    margin: 8px 15px 8px 10px;
    padding: 4px;
    border: 1px solid #d3d3d3;
    background-color: #fcfcfc;
/*    background-image: url("box-bg.gif");*/
/*    background-repeat: repeat-x;*/
}

h1 {
  font-weight: normal;
/*    font-style: italic;*/
    font-size: 2em;
    color: #f66a00;
    border-color: #7ec916;
    margin: 10px 0px 8px 0px;
}

h2 {
    font-weight: normal;
/*    font-style: italic;*/
    font-size: 2em;
    color: #f66a00;
    border-color: #7ec916;
    margin: 10px 0px 8px 0px;
}

h3 {
    font-weight: normal;
    font-size: 1.4em;
/*    color: #f66a00;*/
    border-color: #7ec916;
    margin: 0px 0px 5px 0px;
}

h4 {
    font-weight: bold;
    font-size: 1.2em;
    color: #f66a00;
    border-color: #7ec916;
    margin: 20px 0px 0px 0px;
}

ul {
/*    border: 1px solid red;*/
/*    padding-top: 0px;*/
/*    margin-top: 5px;*/
}

li {
/*    border: 1px solid green;*/
/*    list-style-type: circle;*/
/*    text-align: left;*/
/*    padding-bottom: 4px;*/
}

ul.references {
}

ul.references li {
    padding-top: 5px;
}

strong {
/*    color: #7ec916;*/
}

span.tt {
    font-family: monospace;
    color: #808080;
/*    background-color: #d0d0d0;*/
}



div.cms-content h3 {
    font-size: 1.6em;
    font-weight: normal;
    padding: 5px 0px 0px 0px;
    margin: 5px 0px;
    xcolor: #5c9416;
    color: #f66a00;
}

div.cms-content h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 0px 0px 0px;
    margin: 2px 0px;
   xcolor: #5c9416;
    color: #f66a00;
}

div.cms-content h5 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0px 0px 0px 12px;
    margin: 2px 0px;
    color: #5f5f5f;
}

div.cms-content h6 {
    font-size: 1em;
    font-weight: bold;
    padding: 0px 0px 0px 12px;
    margin: 2px 0px;
    color: #5f5f5f;
}

div.cms-content pre {
    padding: 0px 0px 0px 12px;
    margin: 0px 0px 5px 0px;
}

div.cms-content p {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

div.cms-content ul, div.cms-content ol {
    padding-left: 30px;
    margin: 0px 0px 5px 0px;
}

div.cms-content ul ul, div.cms-content ul ol, div.cms-content ol ol, div.cms-content ol ul {
    padding-left: 23px;
    margin-bottom: 0px;
}

div.cms-content li {
}



/*** cars listing ***/

div.car-category-text {
    margin: 0px 0px 10px 0px;
}

h3.car-subcategory {
    padding: 0px;
    margin: 10px 0px 12px 0px;
    font-size: 1.6em;
    color: #f66a00;
}

div.car-subcategory-text {
    margin: -5px 0px 12px 0px;
    padding: 0px;
}

div.car-box {
    border: 1px solid #d8d8d8;
    float: left;
    width: 637px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    position: relative;
    min-height: 155px;
    _height: 155px;
}

div.car-box div.left{
  width: 320px;
  float: left;
  min-height: 155px;
  _height: 155px;
  position: relative;
}

div.car-box div.right{
  width: 317px;
  float: right;
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  min-height: 155px;
  _height: 155px;
  background: url("images/car_box_right.png") bottom left repeat-x #eeeeee;
}

div.car-box h3 {
    font-family: 'Arial Black';
    color: #F66A00;
    font-weight: bold;
    font-size: 16px;
    margin: 1px 1px 1px 10px;
    padding: 3px 0px 3px 0px;
    text-align: left;
}

div.car-box h3 a {
  color: #F66A00;
  text-decoration: none;
}

div.car-box div.order {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  background: url("orange-bar.gif") repeat-x;
  height: 35px;
  width: 317px;
}

div.car-box div.order:hover {
}

div.car-box div.order a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;

}

div.car-box div.order a:hover {
  color: black;
}

div.car-box div.order div {
    text-align: center;
    margin-top: 9px;
}

div.car-box div.left div.popis-auta {
  margin: 10px 10px 10px 0;
  font-weight: bold;
}

div.car-box div.left div.parametre{
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: 10px 0 0 0;
  text-align: right;
}

div.car-box div.left div.parametre img{
  margin: 0px 2px 0 0;
  float: left;
}

div.car-box div.left div.car_code{
  position: absolute;
  bottom: 2px;
  left: 5px;
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
}

div.car-box div.right div.popis {
  width: 280px;
  margin: 10px 15px;
  font-weight: bold;
}

div.car-box-active {
    border-color: #dd0000;
}

div.car-box div.car-image {
    height: 100px;
    margin: 0px 0px 0px 0px;
}

div.car-box div.car-image a.car-link {
    text-decoration: none;
    display: block;
    height: 100px;
}

div.car-box div.car-image div.car-promo {
    float: right;
    text-align: center;
/*    position: absolute;*/
    margin: -80px -1px 0px 0px;
    padding: 4px 10px;
    border-bottom: 2px solid #e60005;
    background-color: #f59200;
    font-weight: bold;
}

div.car-box div.car-image div.car-promo a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

div.car-box div.car-code {
    float: right;
    margin: -17px 3px 0px 0px;
/*    border: 1px solid red;*/
}

div.car-box div.car-code a {
    text-decoration: none;
    display: block;
}

div.car-box div.car-info {
/*    background-color: #dedede;*/
    overflow: hidden;
    font-size: 1em;
    padding: 0px;
    margin: 1px;
}

span.car-info-price-eur {
    font-size: 0.8em;
}

div.car-box div.car-info div.car-info-left {
    float: left;
    width: 63px;
    padding: 3px 0px 3px 5px;
    color: #ffffff;
    font-weight: bold;
    background: url("car-info-left-bg.gif") top left repeat-x;
    background-color: #A4A3A3;
}

div.car-box div.car-info div.car-info-left-promo {
    background-color: #f59200;
}

div.car-box div.car-info div.sk-fix {
    height: 42px;
}

div.car-box div.car-info div.eur-fix {
    height: 30px;
}

div.car-box div.car-info div.car-info-right {
    background: url("car-info-right-bg.gif") top left repeat-x;
    background-color: #CE3625;
    float: right;
    color: white;
    width: 91px;
    padding: 3px 0px 3px 4px;
    text-transform: uppercase;
    overflow: hidden;
/*    border: 1px solid red;*/
}

div.car-box div.car-info div.car-info-right a {
    text-decoration: none;
    color: white;
}

div.car-box div.car-info div.car-info-right a:hover {
    color: #000000;
}

div.car-box div.car-admin {
    background-color: #e60005;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 1px 5px;
}

div.car-box div.car-admin a {
    color: #ffffff;
    text-decoration: none;
}

div.car-box div.car-admin a:hover {
    color: #000000;
}

div.car-box-active div.car-admin {
    background-color: #f59200;
}

div.side-book-form {
    height: 159px;
    overflow: hidden;
}

div.side-book-form select.book-form-cars {
    width: 180px;
}

div.side-book-form option.book-form-category {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    background-color: #f66a00;
    color: #ffffff;
}

div.side-book-form option.book-form-subcategory {
    font-weight: bold;
/*    text-transform: uppercase;*/
    background-color: #f59200;
    color: #ffffff;
    padding-left: 5px;
}

div.side-book-form option.book-form-car {
    padding-left: 10px;
}

div.side-book-form div.input {
    margin-bottom: 3px;
    clear: both;
}

div.side-book-form div.input-ok {
}

div.side-book-form div.input-error {
}

div.side-book-form div.input label {
    width: 40px;
    float: left;
    text-align: right;
    padding-top: 3px;
    padding-right: 6px;
    clear: left;
    white-space: nowrap;
}

div.side-book-form div.input input.submit {
    border: 1px solid #666666;
    background-color: #f0f0f0;
    border-top: 2px solid #fafafa;
    border-left: 2px solid #fafafa;
    border-bottom: 2px solid #848484;
    border-right: 2px solid #848484;
    font-weight: bold;
    padding: 1px 3px;
    margin: 4px 0px 0px 0px;
    color: #DF3B28;
}

div.side-book-form div.input-price {
/*    padding-left: 50px;*/
    margin: 3px 0px 0px 0px;
    float: left;
}


div.content-left div.side-book-form div.caption {
    /*background: url("_cars-form-title.gif") repeat-x;
    color: #434343;*/
    background-image: none;
    background-color: #DF3B28;
    color: #fff;
    border: 1px solid #DF3B28;
    border-bottom: 0px;
    text-align: left;
    padding: 6px;
}


div.content-left div.side-book-form h3 {
    /*background: url("_cars-form-title.gif") repeat-x;
    color: #434343;*/
    background-image: none;
    background-color: #DF3B28;
    color: #fff;
    border: 1px solid #DF3B28;
    border-bottom: 0px;
    text-align: left;
    padding: 6px;
}

div.content-left div.side-book-form div.side-box-content {
    padding-top: 1px;
    padding-bottom: 5px;
}



/*** car view ***/

div.car {
  background: url("images/bg_striped_gray_white.png") bottom left repeat-x;
  border: solid 1px #d5d5d5;
  position: relative;
}

div.car img.image {
  float: right;
  margin: 20px 20px 60px 20px;
}

div.car-bottom {
    margin: 20px -10px 10px -10px;
    border-bottom: solid 4px red;
}

div.car h2 {
    color:#F66A00;
    font-size: 2.0em;
    margin-bottom:4px;
    font-family: 'Arial Black';
}

div.car h2 em {
    color:#f59200;
    font-size:0.8em;
    font-style: normal;
}

div.car h3 {
    margin: 8px;
    padding: 0px;
    font-size: 1.0em;
/*    font-weight: normal;*/
    color: #F66A00;
    font-weight: bold;
}

div.car h3.car-code {
    margin: -10px 0px 5px 0px;
    padding: 0px;
    color: #5f5f5f;
}

div.car div.car-parameters {
}

div.car div.car-parameter {
    float: left;
    margin-right: 1px;
}

div.car div.car-parameters img {
}

div.car div.car-info {
    margin: 10px 0px 30px 0px;
}

div.car a.car-book {
    background-color: #f66a00;
    background-image: url("cars-book.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 7px;
    margin: 0px 10px 0px 0px;
}

div.car a.car-book:hover {
    color: #000000;
}

div.input div.input-price {
    float: left;
    margin: 3px 0px 0px 0px;
}

div.car div.car-equivalent {
    height: 105px;
/*    border: 1px solid red;*/
    overflow: hidden;
}

div.car div.car-equivalent-car {
/*    border: 1px solid #f59200;*/
	position: relative;
    width: 173px;
    height: 105px;
    float: left;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

div.car div.car-equivalent-line {
    border-right: 1px solid #666666;
}

div.car div.car-equivalent-car h4 {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}

div.car div.car-equivalent-car img {
    padding-top: 5px;
}

p.car-vat {
    margin: 20px 0px 10px 0px;
}

div.car-table-title {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f59200;
    color: #ffffff;
    padding: 2px 4px;
    margin: 20px 0px 0px -1px;
}

div.car-table-title-active {
    background-image: url("arrow-active.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: pointer;
}

table.car {
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #f0f0f0;
}

table.car thead th {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f0f0f0;
    color: black;
    padding: 2px 4px;
}

table.car td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    color: black;
    padding: 0px 4px;
}

table.car td.parameter {
/*    font-weight: bold;*/
}

table.car td.right {
    text-align: right;
}



/*** car form ***/

div.car-table {
}

div.car-table div.row {
    margin-bottom: 3px;
    clear: both;
}

div.car-table div.row input {
    margin: 0px 3px 0px 0px;
    float: left;
}

div.car-table div.row input.parameter {
    width: 240px;
}

div.car-table div.row input.value {
    width: 97px;
}

div.car-table div.row a {
    margin: 0px;
    padding: 0px;
}

div.car-table div.row img {
    margin: 2px 0px 0px 0px;
    padding: 0px;
}

div.cms-form div.car-parameters {
    margin: 0px 0px 6px 114px;
}

div.cms-form div.car-parameter {
    float: left;
    margin-right: 1px;
}

div.cms-form div.car-parameters img {
}

div.iframe {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 163px;
	_height: 162px;
	overflow: hidden;
}

div.categories{
  height: 26px;
  float: left;
}

div.categories div.categories_tabs{
  margin-left: 9px;
  background: url("images/category_tabs.png");
  float: left;
  height: 15px;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 10px;
  color: #ff9100;
}

div.categories div.categories_tabs a{
  color: #5F5F5F;
  text-decoration: none;
}

div.categories div.categories_tabs a:hover{
  color: #5F5F5F;
}

div.categories div.categories_tabs_selected{
  margin-left: 9px;
  background: url("images/category_tabs_over.png");
  float: left;
  height: 15px;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 10px;
  color: #000000;
}

div.categories div.categories_tabs_selected a{
  color: #000000;
  text-decoration: none;
}

div.subcategories{
  height: 34px;
  width: 100%;
  float: left;
  background: url("_menu-orange-bg.gif") top left repeat-x;
  color: white;
}

div.subcategories div.subcategories_tabs{
  float: left;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 13px 11px 13px;
}

div.subcategories div.subcategories_tabs a{
  color: white;
  text-decoration: none;
}

div.subcategories div.subcategories_tabs a:hover{
    color: black;
}

div.subcategories div.subcategories_tabs_selected{
  float: left;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 13px 11px 13px;
  background: url("_menu-red-bg.gif") top left repeat-x;
}

div.subcategories div.subcategories_tabs_selected:hover{
  background: url("_menu-red-bg.gif") top left repeat-x;
}

div.subcategories div.subcategories_tabs_selected a{
  color: white;
  text-decoration: none;
}

div.subcategories div.subcategories_tabs_selected a:hover{
    color: black;
}

div.steps{
  background: url("images/line_bottom.png") bottom left repeat-x;
  width: 100%;
}

div.steps div.steps_tabs{
  background: #f1f1f1;
  float: left;
  border: solid 1px #d7d7d7;
  padding: 5px 10px;
  height: 15px;
  font-size: 13px;
  margin: 0px 0px 0px 7px;
}

div.steps div.steps_tabs_selected{
  background: #ffffff;
  float: left;
  padding: 5px 10px;
  margin: 0px 0px 0px 7px;
  height: 15px;
  border: solid 1px #d7d7d7;
  font-size: 13px;
  font-weight: bold;
  border-bottom: solid 1px #ffffff;
}

.places{
  border-left: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7;
}

.places td{
  width: 50%;
  padding: 15px 25px;
}

.places tr.top{
  background: url("images/bg_striped_lt_gray.png") bottom left repeat-x;
}

.places tr.bottom td{
  background: url("orange-bar.gif") top left;
  border-bottom: solid 1px #d7d7d7;
  color: white;
  font-weight: bold;
  font-size:15px;
  padding: 11px 25px 10px 25px;
}

.places tr.bottom td img{
  float: right;
  margin-left: 10px;
}

.places tr.bottom td a{
  float: left;
  color: white;
  text-decoration: none;
}

.places tr.bottom td a:hover{
  color: black;
}

.places div.title{
  color: #ff9100;
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}

div.green-box{
  /*background: url("images/bg_striped_gray_gray.png") bottom left repeat-x #eaeaea;*/
  border: solid 1px #d7d7d7;
  margin: 5px 0 10px 0;
  border-bottom: solid 4px #F66A00;
}

div.green-box div.caption{
  color: #F66A00;
  font-weight: bold;
  font-size: 15.5px;
  margin: 5px 0 0 0px;
  padding: 0px 0px;
}

div.lietadlo-box{
  background: url("images/bg_lietadlo.png") bottom left repeat-x #f1f1f1;
  border: solid 1px #d7d7d7;
  margin: 5px 0 10px 0;
  border-bottom: solid 4px red;
  font-size: 16px;
}

div.lietadlo-box div.side-box-content{
  font-size: 15px;
  padding: 5px 15px 0 15px;
}

div.lietadlo-box div.side-box-content img{
  margin: 2px 0;
}

div.lietadlo-box div.link{
  font-size: 11px;
}

div.orange-box{
  background: url("images/bg_striped_gray_white.png") bottom left repeat-x white;
  border: solid 1px #d7d7d7;
  margin: 5px 0 10px 0;
  border-bottom: solid 4px red;
}

div.orange-box div.caption{
  color: #555555;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

div.red-box{
  background: url("images/bg_striped_gray_white.png") bottom left repeat-x white;
  border: solid 1px #d7d7d7;
  margin: 5px 0 10px 0;
  border-bottom: solid 4px red;
}

div.red-box div.caption{
  color: #555555;
  font-weight: bold;
  font-size: 17px;
  margin: 5px 0 0 5px;
}

div.pokracovat_border{
    height: 41px;
    overflow: hidden;
    background: url("orange-bar.gif") repeat-x;
}

div.pokracovat_border div.pokracovat{
  padding: 10px 10px;
  text-align: right;
  color: white;
  font-weight: bold;
  font-size: 15px;
  cursor: hand;
  cursor: pointer;
}

div.pokracovat_border div.pokracovat div.pokracovat_text:hover{
    color: black;
}

ul.odrazky_uvod_orange{
  margin-left: 25px;
  padding-left: 0px;
  margin-top: 20px;
  font-size: 11px;
}

ul.odrazky_uvod_orange li{
  list-style-image: url('images/arrows_orange_single.gif');
  margin: 6px 0;
  font-weight: bold;
}

ul.odrazky_uvod_black li{
  list-style-image: url('images/arrows_grey_three.gif');
  text-decoration: underline;
  margin: 3px 0px 0px 0px;
}

ul.odrazky_uvod_black li a {
    color: #eb5300;
}

ul.odrazky_uvod_black li a:hover {
    color: black;
}

div.ajax-status{
  float: right;
  text-align: center;
  display: none;
}

div.ajax-status-processing {
  display: block;
  width: 365px;
  height: 15px;
  padding: 5px 0;
}

div.ajax-status-ok {
  display: block;
  width: 365px;
  height: 15px;
  padding: 5px 0;
}

div.ajax-status img {
  margin: 0px auto;
  padding: 0px;
}

.newsletter_submit{
  width: 100%;
  height: 31px;
  color: white;
  text-align: center;
  padding: 8px 0px 8px 0;
  margin: 3px 0 1px 0;
  font-weight: bold;
  border: none;
  background: url("images/block_href.png") right center;
  cursor: hand;
  cursor: pointer;
}

.newsletter_submit:hover{
  color: black;
  background: url("images/block_href_hover.png") right center;
}