@CHARSET "UTF-8";

h1#headCalc{
	border-bottom:1px solid #6D542B;
	padding-left: 0;
}

#penHand{
	float: right;
	height: 424px;
	width: 283px;
	background: transparent url(images/hand.jpg) top left no-repeat;
	border: 4px solid #c9ba94;
	margin-top: 10px;
}

.clear{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#calc_content{
	background-color: transparent;
	width: 580px;
	min-height: 200px;
	display: block;
}

#userData {
	display: none;
}

#frmOrder-status {
	display: none;
	font-size: 11px;
	padding-top: 20px;
}

.labelTable{
	clear: left;
	margin-top: 10px;
	position: relative;
}

.likeLabel{
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
	font-size: 12px;
	color: #000;
}

.likeLabelReq{
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.rightPart{
	margin: 5px 0 0;
}

.rightPart table{
	width: 580px;
	border: 1px solid #c9ba91;
	background-color: #efe7d0;
}

.rightPart table th{
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 0px;
	background-color: #c9ba91;
}

.rightPart table td{
	border-bottom: 1px solid #c9ba94;
	padding-bottom: 0px;
}

.rightPart table td.rowHead{
	padding: 2px 0 2px 5px;
	color: #6d542b;
}

.rightPart table tr{ }

.rightPart table .tabInput{
	width: 50px;
	text-align: center;
}

.rightPart table .tabPrice{
	width: 60px;
	color: #6D542B;
	text-align: right;
	padding: 0px 6px;
}

.rightPart table .headPrice{
	width: 60px;
	color: #fff;
	text-align: center;
	padding: 0px 6px;
}

.tabInput input{
	width: 50px;
	background-color: #fff;
	border: none;
	color: #000;
	padding: 2px 5px;
}

.rightPart table .tabCheck{
	width: 60px;
	text-align: center;
}

input.big{
	border: 1px solid #c9ba91;
	background-color: #efe7d0;
	color: #6d542b;
	font-size: 12px;
	text-transform: uppercase;
	width: 558px;
	height: 16px;
	padding: 2px 10px 0;
}

input.standard{
	border: 1px solid #c9ba91;
	background-color: #efe7d0;
	color: #6d542b;
	font-size: 12px;
	width: 378px;
	height: 16px;
	padding: 2px 10px 0;
}
textarea.standard{
	border: 1px solid #c9ba91;
	background-color: #efe7d0;
	color: #6d542b;
	font-size: 12px;
	width: 378px;
	height: 90px;
	padding: 2px 10px 0;
}

input#total{
	font-weight: bold;
}
HR {
	color: #6d542b;
	height: 1px;
	width: 580px;
	margin: 0px;
	margin-top: 5px;
}
a.default {
	background: transparent url(images/button.jpg) 0 0 no-repeat;
	border: none;
	text-decoration:none;
	width:94px;
	height: 21px;
	display: block;
	float:right;
	margin-top:30px;
}
/*zapytanie pl*/
a.zapyt, a.zapyt:visited, a.zapyt:hover, a.zapyt:active{
	background-position: 0 0;
}

a.zapyt:hover{
	background-position: -103px 0;
}

/*zapytanie en*/
a.quest, a.quest:visited, a.quest:hover, a.quest:active{
	background-position: 0 -26px;
}

a.quest:hover{
	background-position: -103px -26px;
}

/*drukuj pl*/
a.druk, a.druk:visited, a.druk:hover, a.druk:active{
	background-position: 0 -53px;
}

a.druk:hover{
	background-position: -103px -53px;
}

/*drukuj en*/
a.print, a.print:visited, a.print:hover, a.print:active{
	background-position: 0 -80px;
}

a.print:hover{
	background-position: -103px -80px;
}

input.default {
	background: transparent url(images/button.jpg) 0 0 no-repeat;
	border: none;
	text-decoration:none;
	width:94px;
	height: 21px;
	display: block;
	cursor: pointer;
	float:right;
	margin-top:30px;
}

input.zapyt, input.zapyt:hover{
	background-position: 0 0;
	margin-left: 20px;
}

input.zapyt:hover{
	background-position: -103px 0;
}

input.quest, input.quest:hover{
	background-position: 0 -26px;
	margin-left: 20px;
}

input.quest:hover{
	background-position: -103px -26px;
}