/* obecne styly - zmeni se dle vnejsi aplikace */
html {
	overflow: -moz-scrollbars-vertical;
}

ul {
	list-style-type: none;	
}
body {
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	background-color: #35261d;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 13pt;
	}
	
a img {
	border: 4px solid white;
	}

a:hover img, a#selected img {
	border: 4px solid #94887B;
	}
h1, h2 {
  position: relative;
  text-align: left;
}

select {
	width: 150px;
	}

label {
	text-align: left;
	float: left;
	width: 40px;
	display: block;
	}

div#dimensions {
	background-color: #957f66;
	margin: auto;
	}
	
div#dimensions div.dimension {
	border: 1px solid #957f66;
	background-color: #957f66;
	text-align: left;
	display:block;
	width: 45%;
	float: left;
	padding: 5px;
	}

div#dimensions label {
	width: 20px;
	padding-right: 5px;
	text-align: right;	
	}

div#sides label {
	width: 40%;
	padding: 0 5px;
	text-align: left;
	}
div#sides label input {
	float: right;
	}

#side-price{
	background-color: #91980C;
	font-size: 12pt;
	padding: 15px;
	}
.clear {
	clear:both;
	}
	
div.kalkulator {
  background-color: #35261d;
}

tr.formelement {
  text-align: left;
}

tr.formelement td {
  padding-top: 10px;
}


div.debug {
  font-size: 80%;
  background-color: #ffaaaa;
}

div.clearer {
  clear: both;
}

.logo {
	height: 62px;
	background: transparent url("img/logo.png") no-repeat;
	background-color: #ecf4c9;
}

.logo #kalkulator {
	position: absolute;
	display: block;
	width: 190px;
	height: 150px;
	left: 30px;
	}

.logo #mojeterasa {
	position: absolute;
	display: block;
	width: 250px;
	height: 150px;
	
	left: 225px;
}
	
.elementType {
	
}

.steps {
	font-weight: bold;
}

#shapeSelected {
	font-size: 80%;
}

.left {
	position: absolute;
	top: 65px;
	text-align: center;
	padding: 2px;
	padding: 5px;
	margin-left: 5px;
	border: 2px solid white;
	color: white;
	background: #35261d;
	float: left;
	width: 250px;
}

.left td {
	color: white;
}

.test {
	width: 160px;
}
#createRequest {
	position:absolute;
	
	right: 140px;
	height: 30px;
	bottom: -31px;
	
	width: 115px;
	
	background-color: white;
	border-top: none;
	}
	
#submit {
	position:absolute;
	
	right: 10px;
	height: 30px;
	bottom: -31px;
	
	width: 115px;
	
	background-color: white;
	border-top: none;
}

#print-button {
	position:absolute;
	
	left: 10px;
	height: 30px;
	bottom: -31px;
	
	width: 115px;
	
	background-color: white;
	border-top: none;
}


.menu_ {
	text-align: center;
	width: 600px;
	position: absolute;
	top: 27px;
	left: 670px;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
}

.results div b {
	display: block;
	float: left;
	}
.menu_ a {
	text-decoration: none;
	color: white;
	
}
#tab0{
	padding-top: 10px;
	position: absolute;
	height:34px;
	width: 143px;
	background: transparent url("img/red.png") no-repeat;
	
	left: -170px;
	}
	
#tab1{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/brown.png") no-repeat;
} 
#tab2{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/brown.png") no-repeat;
}
#tab3{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/green.png") no-repeat;
}
#tab4{
	padding-top: 10px;
	float: left;
	height:34px;
	width: 143px;
	background: transparent url("img/green.png") no-repeat;
}

.results {
	display: none;
	position: absolute;
	top: 65px;;
	left: 268px;
	width: 920px;
	
	padding: 10px 0px 50px 50px;
		
	background-color: white;
	min-height: 940px;
	_height: 940px;
	
}

#pokladka, #nosice_klipy {
	padding: 0px;
	}
	
.results label {
	width: 70%;
	border-bottom: 1px dotted #ccc;
	}

.floatleft {
	width: 42%;
	border-right: 1px dotted #ccc;
	float: left;
}

/**** POPTAVKA *****/
#contactform {
	margin-top: 15px;
	}
#contactform input, #contactform textarea {
	margin-bottom: 10px;
	width: 300px;
	margin-left: 150px;
	display: block;
	}
#contactform textarea  {
	width: 400px;
	height: 150px;
	}
	
#contactform input.button {
	width: auto;
	margin: auto;
	}
	
#contactform label {
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 150px;
}

.notice {
	width: 550px;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	
	border-top: 2px solid #80C31C;
	border-bottom: 2px solid #80C31C;
	
	background-color: #BCDD5A;
	margin: 20px 0;
}
.warning {
	width: 550px;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	
	border-top: 2px solid #FFCC33;
	border-bottom: 2px solid #FFCC33;
	
	background-color: #FFFF66;
	margin: 20px 0;
	}
	
.error {
	width: 550px;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	
	border-top: 1px solid #D34328;
	border-bottom: 1px solid #D34328; 
	
	background-color: #E15119;
	margin: 20px 0;
}
img {
	border: none;
	}

.jTip {
	float: right;
	cursor:help;
	padding: 0;
	height: 0px;
	}
	
.jTip img, .jTip:hover img {
	border: 0px;
	margin: 0;
	}
/*********** tooltips **************/

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

#print {
	position: absolute;
	z-index: 10;
	top: 70px;
	left: 1150px;
	padding: 10px; 
}

#timberPreview {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
#print img {
	border: none;
}

.Balloon {
	border: 1px solid red;
}

#contact {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: -450px;
}

#contact div {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px dotted #eee;
}

#contact div a {
	color: white;
}
