.verdikt {
  width: 90%;
  background-color: #A7D185;
  font-size: 100%;
  color: #000;
  margin-bottom: 20px;
  padding: 10px;
}

.verdikt img {
  border:0px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.verdikt_false {
  width: 90%;
  background-color: #ED8530;
  font-size: 100%;
  color: #FFF;
  margin-bottom: 20px;
  padding: 10px;
}

.verdikt_false img {
  border:0px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.okno_pro_nabidku {
	background-color: #EBEBED;
	border: 1px outset;
	padding: 10px 10px 0px 0px;
	margin: 0px auto 20px auto;
	width: 540px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.okno_pro_nabidku a {
  font-family: Arial;
	font-size: 14px;
}

.nadpis {
	width: 520px;
}

.nadpis_text {
	float: left;
	width: 210px;
	margin-left: 20px;
  margin-bottom: 12px;
	text-align: center;
}

.nadpis a {
	text-decoration: none;
	color: #633814;
	font-size: 18px;
}

.nadpis a:hover {
	color: #fdc010;
	font-size: 18px;
}

.nadpis_linka {
	float: right;
	width: 260px;
	height: 20px;
}

.foto {
	float: right;
	margin: 10px 15px 10px 0px;
	width: 270px;
	text-align: center;
}

.foto_velka {
	border: 0px;
}

.parametr_container{
  width: 245px;
  margin-bottom: 10px;
}

.parametry {
	width: 210px;
	float: left;
  margin-top: 0px;
	margin-left: 20px;
}

.parametry td {
  margin: 0px;
  padding: 0px;
}

.parametry_nadpis {
	font-size: 12px;
	color: #9e1c20;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 0px 2px 0px 2px;
	border: 1px outset #999999;
	text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

#zadost input{
  background-color: #FFFFFF;
  border: 1px #D2D2D2 solid;
}

#zadost input:hover, #zadost input:focus{
  background-color: #F2F2F2;
  color: #000000;
}

#zadost textarea{
  background-color: #FFFFFF;
  border: 1px #D2D2D2 solid;
}

#zadost textarea:hover, #zadost textarea:focus {
  background-color: #F2F2F2;
}

#zadost .povinna_polozka {
  font-weight: bold;
}

#zadost .tlacitko_odeslat {
  width: 130px;
  height: 35px;
  float: right;
  background-color: #E5A704;
  color: #F2F2F2;
  font-size: 110%;
  font-weight: bold;
  border: 1px #B9141B solid;
}

#zadost .tlacitko_odeslat:hover, #zadost tlacitko_odeslat:focus{
  background-color: #F2F2F2;
  color: #000000;
}

.popiska {
	font-size: 100%;
	color: #9e1c20;
	text-decoration: none;
  padding-left: 10px;
}

.hodnota {
	font-size: 14px;
	font-weight: bold;
	color:  #633814;
	text-align: center;
}

.pridat_do_kosiku {
  margin-top: 0px;
  width: 150px;
}

.pridat_do_kosiku input{
  border: 1px #333333 solid;
  font-size: 90%;
  font-weight: bold;
  background-color: #F1F2ED;
  margin-right: 3px;
}

button{
  color:#B9141B;
  font-weight: bold;
  margin-right: 1px;
  background-position: left center;
  background-repeat: no-repeat;
  border: 0px;
  padding-left: 32px;
}

button:hover{
  color: #E2A701;
}

#button_kos{
  width: 90px;
  height: 32px;
  margin-right: 1px;
	background-color: #EBEBED;
  background-image: url(../../../admin/img/icons/eshop_basket_add.png);
  background-position: left center;
  background-repeat: no-repeat;
  border: 0px;
  padding-left: 32px;
}

#button_mnoz{
  width: 120px;
  height: 32px;
  margin-right: 5px;
	background-color: #F0EDF8;
  background-image: url(../../../admin/img/icons/eshop_arrow_refresh.png);
  background-position: left center;
  background-repeat: no-repeat;
  border: 0px;
  padding-left: 32px;
}

#button_potvrdit {
  width: 240px;
  float: right;
  margin: 10px 20px 10px 0px;
  padding: 8px;
  background-color: #CACACA;
  border: 1px #B4B4B4 solid;
  color: #9E1C20;
  font-weight: bold;
  font-size: 100%;
  background-image: url(../../../admin/img/icons/basket_go.png);
  background-position: 10 center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.odkazy {
	margin-top: 5px;
	background-color: #EBEBED;
	clear: both;
}

.odkazy td {
	text-align: center;
	border: 0px;
}

.odkazy td a {
  font-size: 90%;
}


.obsah_kose td{
 border: 1px #B7B7B7 solid;
 text-align: center;
 vertical-align: center;
}

.obsah_kose th{
 border: 1px #B7B7B7 solid;
 text-align: center;
 vertical-align: center;
 font-size: 90%;
}

.ikona{
  border:0px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

/* Detail zboží */
.ramec_fotografie {
	margin: 0px auto 20px auto;
	width: 550px;
}

.foto_ramecek{
  float: left;
  margin: 4px;
  width: 175px;
  background-color: #E7E9E8;
}

.foto_ramecek:hover {
  background-color: #6E350A;
}

a:hover foto_ramecek{
  background-color: #6E350A;
}

.ramec_nabidky_zbozi_left {
  width: 168px;
  float: left;
  padding: 5px 2px;
  background-color: #F2F2F2;
  border: 1px #D2D2D2 solid;
  margin: 0px;
  margin-bottom: 5px;
  margin-left: 2px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

.ramec_nabidky_zbozi_left span {
  width: 93px;
  max-width: 93px;
  margin-left: 10px;
  display: block;
  float: right;
  font-size: 70%;
  font-weight: none;
}