/* @override 
	http://www.zepiko.apilot.cz/css/global/classes.css
	http://www.zepiko.cz/css/global/classes.css
*/

.beton-pisek-sterk-odpady {
	color: #b2b2b2;
	text-align: center;
	display: block;
	margin: 5px;
}


/* @group general */

.nowrap {
	white-space: nowrap;
}

.max-width {
	width: 100%;
}

.search-highlight {
	padding: 2px;
	color: #fff;
	text-decoration: inherit;
	font-style: inherit;
	background: #ff8b00;
}

table.no-tfoot tfoot tr td {
	display: none;
}

table tr.stripe-two td {
	background: #e1e1e1;
}

.input_radio {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

.input_checkbox {
	margin: 0 5px 0 0;
	vertical-align: top;
}

.smart-clear, .clr {
	display: block;
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
}

.hdn, html body div#dc-page .hdn {
	display: none;
}

/* @end */

/* @group wysiwyg */

.plovouci-blok-vlevo img, .plovouci-blok-vpravo img {
	display: block;
}

table.tabulka-format tr td, table.tabulka-format tr th, table.tabulka-format tr td table.tabulka-format tr td {
	padding: 2px 5px;
	border: 1px solid #B3B3B3;
}

table.tabulka-format tr td table tr td, table.tabulka-format tr td table tr th {
	padding: 0;
	border: none;
}

table.tabulka-format thead tr td, table.tabulka-format tr th {
	background: #E9EAEA;
}

table.ohraniceni tr td, table.ohraniceni tr th, table tr td.ohraniceni, table tr th.ohraniceni {
	padding: 2px 3px;
}

table.ohraniceni tr th {
	border: 1px solid #B3B3B3;
	background: #E9EAEA;
}

.vice {
	padding: 0 0 0 15px;
	background: url(img/specific/arrow-more.gif) transparent 0 50% no-repeat;
}

/* @end */

/* @group rows */

.rows br {
	display: none;
}

.rows .br-used br {
	display: block;
}

.row, .row .left, .row .right {
	display: block;
}

.row {
	height: 20px;
	min-height: 20px;
	margin: 2px 0;
	clear: left;
	text-align: right;
}

div[class] .row {
	height: auto;
}

.row .left {
	float: left;
	line-height: 20px;
	text-align: left;
}

.row .right {
	float: none;
	margin: 0 0 0 6em;
	line-height: 20px;
}

.row .i-text {
	width: 92%;
	margin: 0;
}

/* @end */

/* @group i-text */

.i-text {
	width: 160px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0;
	padding: 2px;
	cursor: text;
	border-width: 1px;
	border-style: solid;
	border-top-color: #727272;
	border-bottom-color: #b4b4b4;
	border-left-color: #B4B4B4;
	border-right-color: #B4B4B4;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/global/input_text_bg_patt.gif);
	background-color: #fff;
}

.i-text.short-field {
	width: 50px;
}

.i-text:focus, .i-text:hover {
	border-top-color: #4a4a4a;
	border-bottom-color: #7e7e7e;
	border-left-color: #7e7e7e;
	border-right-color: #7e7e7e;
}

textarea.i-text {
	width: 400px;
	height: 150px;
	overflow: auto;
	background-image: url(img/global/input_text_bg.gif);
	background-color: #fff;
}

.i-text.fill-error {
	border: solid 2px #f00;
}

.i-text.fill-error:hover, .i-text.fill-error:focus {
	border: solid 2px #f00;
}

.fill .i-text {
	background-image: url(img/global/input_text_bg.gif);
	background-color: #fff;
}

/* @end */

/* @group buttons */

.buttons {
	display: block;
	height: 0;
	min-height: 0;
	padding: 1px 0;
	clear: both;
	float: none;
	text-align: right;
}

div[class] .buttons {
	height: auto;
	padding: 0;
}

.buttons.btns-indent, div[class] .buttons.btns-indent {
	padding: 10px 0 0 0;
}

.buttons .smart-clear {
	height: 0;
}

/* @end */

/* @group button */

.button {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0 12px;
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
	border: 1px solid #969696;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/global/button.gif);
	background-color: #c8c8c8;
}

input.button {
	display: inline;
	height: 20px;
	line-height: normal;
}

.button:hover {
	background-position: 0 -20px;
}

.button:active {
	background-position: 0 100%;
}

.button:disabled, .button.disabled {
	opacity: 0.6;
}

.button:disabled:hover, .button.disabled:hover {
	background-position: 0 0;
}

.buttons.btns-swap .button {
	float: right;
	margin: 0 0 0 3px;
}

/* @group btn-img */

.button.btn-img {
	padding: 0;
	background-image: url(img/global/button.png);
}

.button.btn-img .icon-part {
	height: 18px;
	margin: 0;
	padding: 0 12px 0 30px;
	font-size: 11px;
	vertical-align: baseline;
	border: none;
	background-position: 7px 50%;
	background-repeat: no-repeat;
	background-color: transparent;
}

.button.btn-img input.icon-part {
	padding: 0 0 0 9px;
}

.button.btn-img:last-child input.icon-part {
	padding: 0 12px 0 30px;
}

/* @end */

/* @group basket-add */

.button.btn-img.basket-add {
	background-color: #d5c7e7;
}

.button.btn-img.basket-add .icon-part {
	background-image: url(img/icons/basket.png);
}

/* @end */

/* @end */

/* @group elements */

/* @group element-img-true */

.element-img-true .img-one {
	float: right;
	width: 280px;
	text-align: right;
}

.element-img-true .img-one img {
	margin: 0;
}

.element-img-true .rest-content {
	float: none;
	margin: 0 300px 0 0;
}

.element-img-true .rest-content h2, .element-img-true .rest-content h3, .element-img-true .rest-content h4, .element-img-true .rest-content h5, .element-img-true .rest-content h6, .element-img-true .rest-content .abstract, .element-img-true .rest-content .content {
	clear: none;
}

/* @end */

/* @group general */

.article, .chapter {
	margin: 20px 0 0 0;
}

.link {
	margin: 10px 0;
}

.link.call-free {
	margin: 0;
	padding: 0;
	text-indent:28px;
	background:url(img/specific/call-free3.gif) #ffdf00 no-repeat 0 0;
	float: right;
	height: 28px;
	min-height: 28px;
	width: 192px;
}

.link.call-free a{
	line-height: 40px;
	color: #181c1e;
	text-decoration: none;
	display: block;
	height: 28px;
}

a.link.call-free{
	line-height:26px;
	color: #181c1e;
	font-size:16px;
	font-weight: 900;
	text-decoration: none;
	display: block;
	height: 28px;
	position: relative;
	right: -20px;

}

a.link.call-free span{
	font-weight: 900;
}



.abstract, .content, .appendix, .navig {
	clear: both;
}

h2.head, h3.head {
	margin: 0 0 10px 0;
}

.article-full h2, .article-full h3, .article-full h4, .article-full h5, .article-full h6 {
	clear: both;
}

.link-more {
	margin: 10px 0;
	text-align: right;
}

/* @end */

/* @group panel-full */

.dc-left .panel-full {
	margin: 28px 0;
	text-align: center;
}

.panel-full p {
	margin: 0 0 10px 0;
}

.panel-full .panel {
	margin: 0 0 20px 0;
}

.panel .indent {
	padding: 10px 0;
}

.panel-full .article, .panel-full .chapter, .panel-full .link {
	margin: 0 0 15px 0;
	padding: 0 10px;
}

.panel-full h2.head {
	margin: 0;
	font-size: 12px;
	color: #000;
}

.panel-full .panel h3.head {
	font-size: 14px;
}

/* @end */

.intro-text {
	margin: 0;
}

.intro-text .content {
	width: 400px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #eb6b0a;
	text-align: right;
	position: absolute;
	right: 26px;
	top: -160px;
	z-index: 40;
}

/* @group product */

.product {
	margin: 20px 0 0 0;
}

.product .img-one {
	width: 280px;
	float: right;
}

.product .img-one img {
	display: block;
}

.product .text {
	width: 350px;
	float: left;
}

/* @end */

/* @group link-intro */

.link-intro {
	width: 310px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	color: #767476;
	position: relative;
	z-index: 10;
	background: #fff;
}

.link-intro.last-in-row {
	margin: 0;
}

.link-intro .head {
	width: 88px;
	height: 84px;
	margin: 0 0 36px 0;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 20;
	border-bottom: solid 2px #e6e6e6;
}

.link-intro .head a {
	display: block;
	width: 250px;
	height: 0;
	min-height: 0;
	padding: 100px 30px 0 30px;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 0;
	background-position: 30px 30px;
	background-repeat: no-repeat;
	background-image: url(img/specific/logo-zepiko-intro.gif);
	background-color: transparent;
}

div[class] .link-intro .head a {
	height: auto;
}

.link-intro.logo-transbeton .head a {
	background-image: url(img/specific/logo-transbeton-intro.gif);
}

.link-intro.logo-zabcice .head a {
	background-image: url(img/specific/logo-pisek-zabcice-intro.gif);
}

.link-intro .abstract {
	height: 240px;
	min-height: 240px;
	padding: 0 20px 0 30px;
}

div[class] .link-intro .abstract {
	height: auto;
}

.link-intro .link-more {
	margin: 0;
	padding: 0 20px;
}

.link-intro .vice {
	padding: 5px 5px 5px 24px;
	color: #333333;
	text-decoration: none;
	background-position: 8px 50%;
	background-repeat: no-repeat;
	background-image: url(img/specific/arrow-enter.gif);
	background-color: #e6e6e6;
}

.link-intro .vice:hover {
	color: #fff;
	background-position: -247px 50%;
	background-color: #eb6a0a;
}

/* @end */

/* @end */

/* @group margin */

.margin {
	height: 300px;
	min-height: 300px;
	padding: 40px 0 0 0;
}

div[class] .margin {
	height: auto;
}

body.error .margin {
	padding: 40px 10px 10px 10px;
}

body.intro .margin {
	height: 366px;
	min-height: 366px;
	padding: 0;
	background: url(img/specific/shadow-box-separator.gif) transparent 640px 0 no-repeat;
}

body.intro div[class] .margin {
	height: auto;
}

/* @end */

/* @group server-map */

.content-map, .catalog-map {
	float: left;
	margin: 0 20px 0 0;
}

.content-map h3, .catalog-map h3 {
	margin: 0 0 15px 0;
}

.server-map ul {
	font-weight: 900;
	text-transform: uppercase;
}

.server-map ul li {
	margin: 0 0 15px 0;
}

.server-map ul li ul {
	font-weight: normal;
	text-transform: none;
}

.server-map ul li ul li {
	margin: 0;
}

/* @end */

/* @group pager */

.pager {
	clear: both;
	height: 0;
	min-height: 0;
	margin: 10px 0;
}

div[class] .pager {
	height: auto;
}

.pager .left-arrow, .pager .page, .pager .right-arrow, .pager .dots {
	display: block;
	height: 0;
	min-height: 0;
	float: left;
	padding: 1px 5px;
	text-decoration: none;
	color: #4f4f4f;
}

div[class] .pager .left-arrow, div[class] .pager .page, div[class] .pager .right-arrow, div[class] .pager .dots {
	height: auto;
}

.pager .left-arrow, .pager .page {
	border-right: 1px solid #bdbdbd;
}

.pager .right-arrow {
	border-left: 1px solid #bdbdbd;
}

.pager .left-arrow, .pager .right-arrow {
	color: #000;
}

.pager .dots {
	padding: 1px 2px;
	letter-spacing: 1px;
}

.pager .first, .pager .last {
	border: none;
}

.pager strong.page {
	color: #000;
}

.pager .left-arrow:hover, .pager .page:hover, .pager .right-arrow:hover {
	color: #000;
	background: #e3e3e3;
}

.pager strong.page:hover {
	background: transparent;
}

/* @end */
