/* @override http://tenisteam/css/wizard.css */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
  font-size: 92%;
}


a {color: #F87100; text-decoration: none;}
a:hover {color: #F87100; text-decoration: none;}

.row, .row-active{
  margin: 0;
  padding:  10px 10px 10px 10px;
  border-bottom: solid 1px #444;
  color: #fff;
}

.raketa, .raketa-active{
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  float: left;
  width: 220px;
  height: 60px;
  position: relative;
  background: url('/img/box-empty-bg.png') left top no-repeat;
}

.raketa-active{
  background: url('/img/box-bg.png') left top no-repeat;
  color: #000;
}


.vyplet, .vyplet-active{
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  float: left;
  width: 220px;
  height: 60px;
  position: relative;
  background: url('/img/box-empty-bg.png') left top no-repeat;
}

.vyplet-active{
  background: url('/img/box-bg.png') left top no-repeat;
  color: #000;
}

.nastaveni, .nastaveni-active{
  padding: 10px;
  cursor: pointer;
  float: left;
  width: 150px;
  height: 60px;
  position: relative;
}

.nastaveni-active{
  background: url('/img/box-small-bg.png') left top no-repeat;
  color: #000;
}

.row-active{
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  background: #333;
}

.row a{
  visibility: hidden;
}

.row img, .row-active img{
  float: left;
  margin: 0 8px 0 0;
}

.row-active a{
   visibility: visible;
}

.clear{
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	display: block;
}

.moznosti{
  clear: both;
padding-top: 5px;
}

.moznosti a.zrusit-set {
	/*float: right;*/
	/*margin-right: 50px;*/
	padding-left: 14px;
	margin: 0 4px 0 0;
	background: url('/img/remove.png') left 4px no-repeat;
}

.moznosti a{
  display: block;
  float: left;
  padding: 2px 0 0px 14px;
  margin: 0 17px 0 0;
  color: #cacaca !important;
  background: url('/img/arrow.png') left 4px no-repeat;
}

.moznosti a:hover{
color: #fff !important;}

.vybrat-vyplet{
  display: block;
  padding: 20px 30px 30px 70px;
  background: url('/img/plus.png') 30px 16px no-repeat;
  font-size: 130%;
  color: #999;
}

#TB_window .vybrat-vyplet:hover{
  color: #AAA;
  text-decoration: none;
}

.remove{
  display: block;
  position: absolute;
  right: 13px; 
  top: 4px;
  width: 12px;
  height: 12px;
  background: url('/img/delete.gif') center center no-repeat;
  text-decoration: none;
}

.wiz-product {
  color: #000;
  height: 42px;
}
.wiz-attrib{
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #666;
}

.wiz-attrib span{
  float: right;
  color: #F57301;
}

#confirm{
  padding: 7px 10px;
  text-align: center;
}



#confirm strong{
display: block;
padding: 0 0 4px 0;
margin: 0;

}

#confirm p{
  color: #fff;
  text-align: left;
  line-height: normal;
  padding: 0;
  margin: 0;
}



#confirm .wizard-btn {
margin: 0 auto;
padding: 15px 0 5px 0;
width: 167px;
display: block;
height: 30px;
}

#confirm .wizard-btn a {
color: #666;
  display: block;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #444 !important;
  float: left;
  width: 45px;
  margin: 0 10px;
  background: #303030;
}

#confirm .wizard-btn a:hover{
color: #fff;
border: 1px solid #fff !important;
background: #fe8804 url(../img/butt-bg.gif) left bottom repeat-x;
text-decoration: none;

}

#confirm .note{
  clear: both;
  font-size: 80%;
  color: #888;
}

.hint{
  padding: 0 0 8px 0;
}

.hint-done{
  padding: 3px 0 15px 27px;
  font-size: 13px;
  background: url('/img/success.png') left top no-repeat;
}