#fullpage #content {
  background: transparent url(stock-cars-bg.jpg) top left no-repeat;
}
#fullpage #itemhead {
  margin-bottom: 20px;
}

#fullpage #footer {
  border-top: #999999 1px dotted;
  padding-top: 20px;
  padding-left: 20px;
  background-position: right 20px;
 
}

#fullpage .crumbnavi a.active, #fullpage .crumbnavi a.active:visited {
  color: #89cfff;  
}

/* ------------------------------------------------------------- */
#fullpage #itemhead .tblform {
  margin-top: 10px;
  width: 100%;
}
#fullpage #itemhead .tblform td {
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
}
#fullpage #itemhead .tblform td.submit {
  text-align: right;
  padding-right: 0;
}

#fullpage #itemhead .tblform td{
  padding: 6px 3px 0 0;
}

#fullpage #itemhead .tblform #znacka,
#fullpage #itemhead .tblform #kategorie,
#fullpage #itemhead .tblform #druh{
  width: 100px;
}

#fullpage #itemhead .tblform #model{
  width: 180px;
}

/* ------------------------------------------------------------- */
.tblstockcars {
  display: table;
  border-collapse: collapse;
  border: none;
  /*border-top: 1px dotted #3a3a3a;*/
  margin: 0 24px 10px 24px;
  width: 852px;
}
.tblstockcars th,
.tblstockcars td {
  font-size: 100%;
  color: #414141;
  padding: 7px 0 7px 5px;
  border-bottom: 1px dotted #a0a0a0;
  vertical-align: middle;
}
	.tblstockcars th.name
	{
		padding: 0 20px 0 20px;
	}
	.tblstockcars th.counter
	{
		text-align: right;
		padding: 0 10px 0 10px;
	}
	
	

.tblstockcars .last td {
  border-bottom: none;
}
.tblstockcars td.image {
  text-align: center;
  width: 90px;
  height: 63px;
}
.tblstockcars td.image img {
  vertical-align: middle;
}
.tblstockcars td.name {
  font-size: 100%;
  font-weight: normal;
  padding: 0 20px 0 20px;
  width: 220px;
}
.tblstockcars td.name a, .tblstockcars td.name a:visited {
  color: #18426d;
  text-decoration: none;
}
.tblstockcars td.name a:hover {
  text-decoration: underline;
}
.tblstockcars td.year {
  text-align: center;
  padding: 0 20px 0 20px;
  width: 40px;
}
.tblstockcars td.counter {
  text-align: right;
  white-space: nowrap;
  padding: 0 10px 0 10px;
  width: 80px;
}
.tblstockcars td.price {
  text-align: right;
  font-weight: bold;
  padding: 0 10px 0 20px;
}
.tblstockcars td.func {
  text-align: right;
  padding-right: 0;
}

/* ------------------------------------------------------------- */
#fullpage .pageing {
  margin: 0 24px 0 24px;
}

/* ------------------------------------------------------------- */
#stockcardetail {
  margin-top: -20px;
  padding: 0 15px 10px 24px;
  position: relative;
}
#stockcardetail p.back {
  font-size: 85%;
  position: absolute;
  text-align: right;
  top: 15px;
  right: 26px;
}
#stockcardetail a.morelink, #stockcardetail a.morelink:visited {
  text-decoration: none;
  font-weight: bold;
  color: #11437f;
}
#stockcardetail a.morelink:hover {
  text-decoration: underline;
}
#stockcardetail h2 {
  font-weight: normal;
  font-size: 175%;
  color: #333333;
  background: transparent url(stockcar-detail-heading-bg.gif) left bottom no-repeat;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  position: relative;
}

#stockcardetail #stockcardesc {
  float: left;
  width: 300px;
}
#stockcardetail #stockcardesc .tblcarparams {
  display: table;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
#stockcardetail #stockcardesc .tblcarparams th, #stockcardetail #stockcardesc .tblcarparams td {
  font-size: 100%;
  color: #333333;
  padding: 4px 10px 3px 10px;
  text-align: left;
  background: transparent url(stockcar-detail-paramtable-th.gif) left no-repeat;
  font-weight: normal;
}
#stockcardetail #stockcardesc .tblcarparams td {
  text-align: right;
  background: transparent url(stockcar-detail-paramtable-td.gif) right no-repeat;
  font-weight: bold;
}
#stockcardetail #stockcardesc tr.tbl2ndrow th, #stockcardetail #stockcardesc tr.tbl2ndrow td {
  background: transparent;
}
#stockcardetail #stockcardesc h3 {
  font-weight: bold;
  color: #333333;
  font-size: 100%;
  padding: 10px 0 8px 10px;
  margin-bottom: 10px;
  background: transparent url(cardetail-h3-bg.gif) left bottom no-repeat;
}
#stockcardetail #stockcardesc p {
  /* color: #c3cdd7; */
  color: black;
  font-size: 100%;
  padding: 0 10px 8px 10px;
  line-height: 150%;
}
#stockcardetail #stockcardesc p strong {
  font-weight: normal;
  color: #000000;
}


#stockcardetail #stockcargallery {
  float: left;
  width: 319px;
  padding: 0 0 0 19px;
}
#stockcardetail #stockcargallery .mainphoto {
  padding: 0 0 8px 5px;
  text-align: center;
}
#stockcardetail #stockcargallery .preview {
  float: left;
  background: transparent url(stockcar-detail-gallery-bg.jpg) bottom left no-repeat;
  padding: 3px;
  width: 90px;
  height: 63px;
  text-align: center;
  margin: 0 9px 8px 0;
}
#stockcardetail #stockcargallery .link {
  clear: both;
  font-weight: bold;
  font-size: 75%;
  padding: 8px 0 0 5px;
}

#stockcardetail #stockcarcontact {
  float: right;
  width: 223px;
}
#stockcardetail #stockcarcontact p.carcode {
  font-size: 95%;
  font-weight: bold;
  color: #666666;
  padding: 5px 0 15px 17px;
  background: transparent url(bullet-cardetail-code.gif) left 1em no-repeat;
}
#stockcardetail #stockcarcontact p.carcode strong {
  font-size: 130%;
  color: #333333;
  padding-left: 5px;
}
#stockcardetail #stockcarcontact .contact {
  background: transparent url(stockcar-detail-contact-bg.gif) left bottom no-repeat;
}
#stockcardetail #stockcarcontact img {
  margin-bottom: 8px;
}
#stockcardetail #stockcarcontact .contact h3 {
  background: transparent url(stockcar-detail-contact-heading-bg.gif) left top no-repeat;
  padding: 8px 17px 8px 17px;
  color: #11437f;
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}
#stockcardetail #stockcarcontact .contact address {
  line-height: 120%;
  font-size: 100%;
  padding: 10px 17px 17px 17px;
  color: #11437f;
  font-weight: bold;
  margin-bottom: 10px;
}
#stockcardetail #stockcarcontact .contact address span.phone {
  color: #333333;
  font-size: 90%;
}
#stockcardetail #stockcarcontact .contact address a, #stockcardetail #stockcarcontact .contact address a:visited {
  font-weight: normal;
  color: #11437f;
  font-size: 90%;
  text-decoration: none;
}
#stockcardetail #stockcarcontact .contact address a:hover {
  text-decoration: underline;
}

#stockcardetail .formblock{
  margin: 20px 0 0 0;
  clear: both;
}

#stockcardetail .price{
  font-size: 110%;
}

.nocars{
  margin: 0 0 2em 30px;
}

.carDescHighL
{
	font-weight: bold !important;
	color: #f00 !important;
	display: block !important;
}
