/*
K:CMS (1.4.0) - WideBlue skin
*/

/* \*/
    * html p { overflow: hidden; o\verflow: visible; he\ight: 1%; }
/* */

a:link, a:visited {
	color: #000;
}
a:hover {
	color: #ff8000;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80% Verdana, Tahoma;
}
img {
	border: 0px;
}
.header {
	background: #07c0fe url('./skartovacka/header.png') repeat-x;
	color: #fff;
	text-align: left;
	font-size: 170%;
	padding: 40px 20px;
	font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 0px auto 70px auto;
  width: 1060px;
}
h1 {
	background: #ff8000;
	text-align: left;
	font-size: 125%;
	padding: 10px 20px;
	color: #fff;
  margin-left:-550px;
  width: 1060px;
  position:absolute;
  left:50%;
  top:97px;
}
h2.cesta {
	background: #f0f0f0;
	text-align: left;
	font-size: 70%;
	padding: 3px 20px;
	color: #000;
  margin-left:-550px;
  width: 1060px;
  position:absolute;
  left:50%;
  top:137px;
}
h2.cesta a {
  padding-left:5px;
  margin-left:10px;
  text-decoration:none;
  color:#000;
	border-left: 3px solid #028ece;
}
h2.cesta a:hover {
	border-left: 3px solid #ff8000;
}
h2.cesta span {
  padding-left:5px;
  margin-left:10px;
  text-decoration:none;
  color:#000;
	border-left: 3px solid #ff8000;
}
h2 {
	margin: 10px 0px 0px 0px;
	font-size: 130%;
	padding: 0px;
	color: #028ece;
}
h2 a:link, h2 a:visited {
	color: #028ece;
}
h2.promo a:link, h2.promo a:visited {
	color: #ff8000;
}
h2 a:hover, h2.promo a:hover {
	color: #000;
}
.menu-title, .index-title {
	background: #808080;
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}
h3 {
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	padding: 0px;
}
h4 {
	margin: 10px 0px 0px 0px;
	font-size: 100%;
	padding: 0px;
}
p {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
ul, ol {
	line-height: 160%;
}
.center-column p {
	text-align: justify;
}
.left-column p, .right-column p {
	margin: 10px 10px 0px 10px;
}
.center-column ul, .center-column ol {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}
form {
	padding: 0px;
	margin: 0px;
}
.source-code {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #d7d7d7;
	line-height: 160%;
	margin-top: 10px;
	font-family: monospace;
}
form div {
	line-height: 200%;
	margin-top: 10px;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #d7d7d7;
}
form div table {
	margin: 0px;
	border: 0px;
	width: 100%;
}
form div table td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table {
	margin: 10px 0px 0px 0px;
	border: 1px solid #808080;
	width: 100%;
}
table td {
	padding: 3px;
	margin: 0px;
	border: 1px solid #f0f0f0;
}
table th {
	background: #ffb40a;
	text-align: left;
	padding: 3px;
	margin: 0px;
}
.desc {
	font-size: 75%;
	margin-top: 5px;
	display: block;
}
.table-title {
	background: #ff8000;
	color: #fff;
	font-size: 110%;
	padding: 10px;
}
.discussion {
	font-weight: bold;
	border-top: 5px solid #f0f0f0;
	padding-top: 3px;
}
.paging {
	font-weight: bold;
	border-top: 5px solid #f0f0f0;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
.main {
	text-align: left;
  margin: 0px auto;
  width: 1100px;
}
.left-column ul, .right-column ul {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.left-column ul li, .right-column ul li {
	display: inline;
}
.left-column ul li a:link, .left-column ul li a:visited, .right-column ul li a:link, .right-column ul li a:visited {
	padding: 3px 10px;
	display: block;
	color: #000;
	margin-bottom: 1px;
	border-left: 3px solid #028ece;
	background: #f0f0f0;
}
.right-column ul li a:link, .right-column ul li a:visited {
  border: 0px;
  border-right: 3px solid #028ece;
}
.left-column ul li a:hover, .right-column ul li a:hover {
	border-left: 3px solid #ff8000;
	background: #fff;
}
.right-column ul li a:hover {
  border: 0px;
  border-right: 3px solid #ff8000;
}
.left-column ul li a:active, .right-column ul li a:active {
  font-weight: bold;
}
#columns {
  float:left;
  width:890px;
}
.left-column {
	margin-right: 10px;
	width: 200px;
	float: left;
}
.center-column {
	padding: 0px 10px;
	float: right;
	position: relative;
	width: 660px;
}
.right-column {
	margin-left: 10px;
	width: 200px;
	float: right;
}
.right-column ul li strong {
  font-weight:normal;
}
.cb {
	height: 10px;
	clear: both;
}
.cb2 {
	height: 0px;
	clear: both;
	display: block;
}
.perex-img {
	float: left;
	margin-right: 10px;
}
.center-column img {
	border: 1px solid #f0f0f0;
	padding: 5px;
}
.footer {
	padding: 10px;
	line-height: 150%;
	margin: 0px auto;
	width: 1080px;
	text-align: left;
	font-size: 75%;
	margin-top: 1px;
	color: #fff;
	background: #07c0fe url('./skartovacka/footer.png') repeat-x bottom;
}
.footer a:link, .footer a:visited {
	color: #fff;
	padding-left:20px;
}
.footer a:hover {
	text-decoration: none;
	color: #fff;
}
.popup-error, .popup-success {
	position: absolute;
	top: -25px;
	right: 10px;
	z-index: 1000;
	width: 300px;
	height: auto;
	background: #e23e00;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.popup-success {
	background: #8ecb03;
}
.input-error {
	background: #d23d24;
	color: #fff;
	font-weight: bold;
}
.comment-line {
	padding: 3px 5px;
	background: #f0f0f0;
	margin-top: 10px;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	font-weight: bold;
}
p.comment-text {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 5px;
	margin: 0px;
	font-size: 90%;
}
p.comment-text img {
  border: 0px;
  padding: 0px;
}
.comment-line span, .cl-right {
	color: #808080;
	font-size: 90%;
}
.cl-left {
	float: left;
}
.cl-right {
	float: right;
}
p.article-info {
	padding: 3px;
	background: #f0f0f0;
	text-align: right;
	font-weight: bold;
	font-size: 75%;
	color: #808080;
	clear:both;
	display:block;
}
.a-center, p.a-center {
	display: block;
	text-align: center;
}
.a-left, p.a-left {
	display: block;
	text-align: left;
}
.a-right, p.a-right {
	display: block;
	text-align: right;
}
.f-left {
	float: left;
	display: block;
	margin: 10px 10px 10px 0px;
}
.f-right {
	float: right;
	display: block;
	margin: 10px 0px 10px 10px;
}
.footer em {
  display: block;
  text-align: right;
  margin-top: -15px;
}
.poll {
  display: block;
  background: #ff8000;
  margin: 3px;
  height: 5px;
}
.ceny {
  width:300px;
  height:75px;
  margin:20px 0 0 0;
  padding:15px 0 0 0;
  display:block;
  float:right;
  background:url(skartovacka/kosik.jpg) top right no-repeat;
}
.ceny a {
  color:#ff8000;
}
.ceny a:hover {
  color:#000;
}
h3.h3hx {
  font-size:90%;
  font-weight:normal;
}
strong {
  font-weight:normal;
  border-bottom:1px dashed #07c0fe;
}
