/*filetypes*/
@media screen{
 dfn {
  cursor: help;
}
}
.pdf {
 list-style-image:url('../img/filetypes/pdf.png');
}
.word {
 list-style-image:url('../img/filetypes/word.png');
}
.excel {
 list-style-image:url('../img/filetypes/excel.png');
}
.image {
 list-style-image:url('../img/filetypes/image.png');
}
input, textarea {
	border: 1px solid #795c08;
	background-color: #fcfcfc;
	padding: 4px;
	color: #000000;
}
input.checkbox, input.button {
	border: 0px;
	background-color: transparent;
	padding: 0px;
}
input.submit {
	border: 3px solid #000000;
	background-color: #6a6a6a;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
img.leftBrd {
	float: left;
	padding: 0px;
	border: 1px solid black;
	margin: 5px;
	margin-left: 0px;
}
img.left {
	float: left;
	padding: 0px;
	margin: 5px;
	margin-left: 0px;
}
img.rightBrd {
	float: right;
	padding: 0px;
	border: 1px solid black;
	margin: 5px;
	margin-right: 0px;
}
img.right {
	float: right;
	padding: 0px;
	margin: 5px;
	margin-right: 0px;
}
div.hline {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.req {
	background-image: url('../img/layout/req.png');
	background-repeat: no-repeat;
	background-position: right top;
}
div .noborder {
  border: 0px;
}
.uppercase {
  text-transform: uppercase;
}
.ajaxLoading {
  width: 32px;
  height: 32px;
  padding-bottom: 10px;
  margin: auto;
  text-align: center;
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

/* vypis tela emailu po objednavce */
#message table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
#message table td {
  padding: 5px;
}
