/* @override http://www.teplous.sk/css/global/classes.css */

/* @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;
}

.dc-right .panel-full .vice {
	color: #fff;
}

/* @group table.line-rows */

table.line-rows tr td, table.line-rows tr th {
	padding: 2px 5px;
	border-bottom: 1px solid #e6e6e6;
}

table.line-rows thead tr td, table.line-rows tr th {
	font-weight: 400;
	color: #7e7e7e;
}

table.line-rows tr.stripe-two td {
	background: #f0f0f0;
}

table.line-rows tr td .name {
	font-weight: 400;
}

table.line-rows tr.first-row td .name {
	font-weight: 900;
}

table.line-rows tr td.first-cell, table.line-rows tr th.first-cell {
	padding: 2px 5px 2px 0;
}

table.line-rows tr td.last-cell, table.line-rows tr th.last-cell {
	padding: 2px 0 2px 5px;
}

table.line-rows tr.last-row td, table.line-rows tr.first-last-row td {
	border-bottom: none;
}

table.line-rows tr td .icon-btn {
	margin: 0;
}

table.line-rows tfoot tr td {
	font-size: 11px;
	border: none;
}

table.line-rows.set-line tr td {
	border-bottom: none;
}

table.line-rows.set-line tr.line td {
	border-bottom: 1px solid #e6e6e6;
}

/* @end */

.input_checkbox, .input_radio {
	margin: 0 3px 0 0;
}

.smart-clear, .clr {
	display: block;
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
}

html .hdn, html body div#dc-page .hdn {
	display: none;
}

em.title {
	color: #7e7e7e;
}

/* @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 #cecece;
}

table.tabulka-format tr td table tr td {
	padding: 0;
	border: none;
}

table.tabulka-format thead tr td, table.tabulka-format thead tr th {
	padding: 5px;
	background: #cdcdcd url(img/global/header.png) repeat-x 0 0;
}

table.prodejci tr td, table.prodejci tr th {
	padding: 2px 5px;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
}

table.prodejci tr th {
	font-weight: 400;
	font-size: 11px;
	color: #868686;
	border-bottom: solid 2px #e8e8e8;
}

table.prodejci tr th.name{
	width: 300px;
}
table.prodejci tr th{
	width: 147px;


} 
 

table.prodejci tr:hover td {
	background: #f2f4f4;
}

/* @end */

/* @group box */

.box {
	margin: 10px 0;
	border: solid 1px #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}

.dc-left .box, .dc-right .box {
	margin: 0 0 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: transparent;
}

.box.no-content {
	padding: 0;
}

/* @end */

/* @group header */


.header {
	display: block;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	color: #242424;
	position: relative;
	z-index: 50;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/global/header.png);
	background-color: #e8e8e8;
}

div[class] .header {
	height: auto;
}

.header.flipped {
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	background-image: none;
}

div[class] .header.flipped {
	height: auto;
}

.box.no-content .header {
	margin: 0;
}

.header a {
	display: block;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	color: #242424;
}

div[class] .header a {
	height: auto;
}

.basket-panel .header a {
	text-decoration: none;
}

.header .icon {
	display: block;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 0 0 24px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: transparent;
}

div[class] .header .icon {
	height: auto;
}

.header .button {
	margin: -9px 0 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
}

/* @end */

/* @group indent */

.indent, .indent-vertical, .indent-horizontal {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .indent, div[class] .indent-vertical, div[class] .indent-horizontal {
	height: auto;
}

.indent {
	padding: 10px;
}

.indent-vertical {
	padding: 10px 0;
}

.indent-horizontal {
	padding: 0 10px;
}

/* @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 0;
	cursor: text;
	text-indent: 2px;
	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 1px #f00;
}

.i-text.fill-error:hover, .i-text.fill-error:focus {
	border: solid 1px #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;
	clear: both;
	float: none;
	text-align: right;
}

div[class] .buttons {
	height: auto;
}

.buttons.btns-indent {
	margin: 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;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0 12px;
	vertical-align: middle;
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	cursor: default;
	border: 1px solid #969696;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/global/button.gif);
	background-color: #c8c8c8;
}

div[class] .button {
	height: auto;
}

input.button {
	display: inline;
	height: 20px;
	min-height: 20px;
	line-height: normal;
}

div[class] input.button {
	height: auto;
}

.button:hover {
	background-position: 0 50%;
}

.button:active {
	outline: none;
	background-position: 0 100%;
}

.button:disabled, .button.disabled {
	opacity: 0.6;
}

.button:disabled:hover, .button.disabled:hover {
	background-position: 0 0;
}

.buttons .button {
	vertical-align: bottom;
}

.buttons.btns-swap .button {
	float: right;
	margin: 0 0 0 3px;
}

.button.btn-big {
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(img/global/button-big.png);
}

input.button.btn-big {
	height: 32px;
	min-height: 32px;
	line-height: normal;
}

div[class] input.button.btn-big {
	height: auto;
}

/* @group btn-img */

.button.btn-img {
	padding: 0;
	background-image: url(img/global/button.png);
}

.button.btn-img .icon-part {
	height: 18px;
	min-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;
}

div[class] .button.btn-img .icon-part {
	height: auto;
}

.button.btn-img input.icon-part {
	padding: 0 0 0 20px;
}

.button.btn-img:last-child input.icon-part {
	padding: 0 12px 0 30px;
}

/* @end */

/* @end */

/* @group small-btn */

.small-btn {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 2px 8px 2px 16px;
	font-size: 11px;
	font-weight: 400;
	color: #3a3a3a;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #e2e2e2;
}

.small-btn.right-top-cor {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 30;
}

.small-btn:hover {
	color: #fff;
	background-position: 0 50%;
	background-color: #7f7f7f;
}

.small-btn:active {
	color: #fff;
	background-position: 0 100%;
	background-color: #006bbc;
}

/* @end */

/* @group icon-btn, icon-link */

.icon-btn, .icon-link {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	display: inline-block;
	height: 16px;
	min-height: 16px;
	line-height: 16px;
	padding: 0 0 0 19px;
	color: #3a3a3a;
	font-size: 11px;
	vertical-align: middle;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}

div[class] .icon-btn, div[class] .icon-link {
	height: auto;
}

.icon-btn.pos-right-top {
	position: absolute;
	right: 4px;
	top: -19px;
	z-index: 30;
}

.icon-btn:hover {
	background-position: 0 50%;
}

.icon-btn:active {
	background-position: 0 100%;
}

.buttons .icon-btn {
	margin: 0;
}

.icon-link {
	vertical-align: baseline;
	padding: 0 0 0 22px;
	text-decoration: underline;
	background-position: 0 50%;
}

.head .icon-link {
	text-decoration: underline;
}

.icon-link:hover {
	text-decoration: none;
}

.icon-link.pos-right {
	margin: -8px 0 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 30;
}

/* @end */

/* @group icns */

.icn-add {
	background-image: url(img/icons/add.png);
}

.icn-edit {
	background-image: url(img/icons/edit.png);
}

.icn-delete {
	background-image: url(img/icons/delete.png);
}

.icn-display {
	background-image: url(img/icons/display.png);
}

.icn-more {
	background-image: url(img/icons/more.png);
}

.icn-home {
	background-image: url(img/icons/home.png);
}

.icn-basket {
	background-image: url(img/icons/basket.png);
}

.icn-user {
	background-image: url(img/icons/user.png);
}

.icn-tag {
	background-image: url(img/icons/tag.png);
}

.icn-counter {
	background-image: url(img/icons/counter.png);
}

.icn-calendar {
	background-image: url(img/icons/calendar.png);
}

.icn-bubble {
	background-image: url(img/icons/bubble.png);
}

.icn-download {
	background-image: url(img/icons/download.png);
}

.icn-reply {
	background-image: url(img/icons/reply.png);
}

.icn-trash {
	background-image: url(img/icons/trash.png);
}

.icn-zoom {
	background-image: url(img/icons/zoom.png);
}

/* @end */

/* @group elements */

/* @group general */

.article-full .img {
	margin: 0 0 16px 0;
}

.article-full .img.img-six {
	margin: 16px 0 0 0;
}

.article-full .img img {
	display: block;
	margin: 0;
}

.dc-content .article-full .img-one {
	margin: -10px 0 16px 0;
}

.dc-content .article-full .article .img-one, .dc-content .article-full .chapter .img-one,  .dc-content .article-full .link .img-one {
	margin: 0 0 16px 0;
}

.article, .chapter, .link {
	margin: 0 0 24px 0;
}

.abstract, .content, .appendix {
	clear: both;
	margin: 0 0 16px 0;
}

.abstract {
	font-weight: 900;
	font-style: italic;
}

.article .abstract, .chapter .abstract, .link .abstract {
	font-weight: 400;
	font-style: normal;
}

.appendix {
	margin: 24px 0 0 0;
	font-style: italic;
}

.article .appendix, .chapter .appendix, .link .appendix {
	margin: 16px 0 0 0;
}

.head {
	display: block;
	height: 0;
	min-height: 0;
	clear: both;
	margin: 24px 0 8px 0;
	text-align: left;
}

div[class] .head {
	height: auto;
}

strong.head {
	font-size: 16px;
}

strong.head.with-link {
	height: 16px;
	min-height: 16px;
	line-height: 16px;
	position: relative;
	z-index: 25;
}

div[class] strong.head.with-link {
	height: auto;
}

.head a {
	color: inherit;
	text-decoration: none;
}

.article-full h2, .article-full h3, .article-full h4, .article-full h5, .article-full h6 {
	clear: both;
}

.link-more {
	text-align: right;
}

/*.dc-content .map .img.img-one {
	width: 360px;
	float: left;
	margin: 0;
}*/

.dc-content .map .img.img-one {
	margin: 0;
}

.map {
	margin: 0 0 24px 0;
	position: relative;
}

/*.map .head {
	height: 28px;
	min-height: 28px;
}

div[class] .map .head {
	height: auto;
}*/

/*.map .right {
	width: 140px;
	float: right;
}*/

.map .right .article {
	margin: 0 0 5px 0;
}

.map .right .article .head {	
	height: auto;
	min-height: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}

.map .right .article .head a {
	text-decoration: underline;
	color: #211e21;
}

.map .right .article .head a:hover {
	text-decoration: none;
	color: #e96c0e;
}

.head a span {
	font-size: 0;
	text-decoration: none;
}

/*.map .right .article .head a span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	color: #ffdebd;
	background: url(img/specific/transp-one-pix.gif) transparent 0 0 repeat;
}

.map .right .article.praha .head a span {
	left: 114px;
	top: 105px;
}

.map .right .article.stred .head a span {
	left: 140px;
	top: 118px;
}

.map .right .article.pardubice .head a span {
	left: 200px;
	top: 123px;
}

.map .right .article.jihlava .head a span {
	left: 178px;
	top: 162px;
}

.map .right .article.jihcech .head a span {
	left: 106px;
	top: 185px;
}

.map .right .article.plzen .head a span {
	left: 46px;
	top: 139px;
}

.map .right .article.vary .head a span {
	left: 26px;
	top: 94px;
}

.map .right .article.usti .head a span {
	left: 83px;
	top: 68px;
}

.map .right .article.liberec .head a span {
	left: 150px;
	top: 55px;
}

.map .right .article.hradec .head a span {
	left: 187px;
	top: 85px;
}

.map .right .article.jihmoravy .head a span {
	left: 228px;
	top: 194px;
}

.map .right .article.olomouc .head a span {
	left: 260px;
	top: 148px;
}

.map .right .article.ostrava .head a span {
	left: 306px;
	top: 137px;
}

.map .right .article.zlin .head a span {
	left: 285px;
	top: 183px;
}*/

.map .right .article .link-more {
	display: none;
}

/* @end */

/* @group panel-full */

.dc-right .panel-full {
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #e96c10;
}

.dc-right .panel-full.galerie-panel  {
	background: #fff;
	padding: 2px 0 0 0;
}
.dc-right .panel-full .head, .dc-right .panel-full .head a {
	color: #fff;
}

.panel-full .panel {
	margin: 0 0 16px 0;
}

.panel-full .header {
	height: 0;
	min-height: 0;
	line-height: normal;
	padding: 0 10px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
}
.panel-full.galerie-panel .header{
	color: #000;
	margin: 0 0 6px 0;
}


.panel-full .indent-vertical {
	padding: 0;
}

.panel-full p {
	margin: 0 0 8px 0;
}

.panel-full .head {
	margin: 0;
	font-size: 12px;
}

.panel-full .head a {
	text-decoration: underline;
}

.panel-full .head a:hover {
	text-decoration: none;
}

.panel-full .article, .panel-full .chapter, .panel-full .link {
	margin: 0 0 8px 0;
	padding: 0 10px;
}

.panel-full.galerie-panel .chapter {
	margin: 0;
	padding:0;
	
}

.panel-full .abstract, .panel-full .content, .panel-full .appendix {
	margin: 0 0 8px 0;
}

/* @end */

/* @end */

/* @group folder-files */

.folder-files {
	margin: 24px 0 0 0;
}

.folder-files .head {
	margin: 0 10px 10px 10px;
	font-size: 12px;
}

.folder-files table.line-rows tr td.first-cell, .folder-files table.line-rows tr th.first-cell {
	padding: 2px 5px 2px 10px;
}

.folder-files table.line-rows tr td.last-cell, .folder-files table.line-rows tr th.last-cell {
	padding: 2px 10px 2px 5px;
}

/* @end */

/* @group folder-images */

.folder-images a img {
	vertical-align: baseline;
}

.folder-images .smart-clear {
	height: 0;
}

/* @end */

/* @group card-short */

/* @group item-short-table */

.item-short-table {
	height: 0;
	min-height: 0;
	margin: 0 0 10px 0;
}

div[class] .item-short-table {
	height: auto;
}

.item-short-table table {
}

.item-short-table table tr td, .item-short-table table tr th {
	padding: 1px 5px;
}

.item-short-table table tr td {
	border-bottom: 1px solid #cecece;
}

.item-short-table table tr th {
	padding: 3px 5px;
	font-weight: 400;
	font-size: 11px;
	color: #868686;
	border-bottom: solid 2px #e8e8e8;
}

.item-short-table .odd-stripe td {
	background: #fbfbfb;
}

.item-short-table table tr td .i-text {
	width: 50px;
}

/* @end */

.card-short-place .smart-clear {
	height: 0;
}

.card-short-place .card-row {
	height: 0;
	min-height: 0;
	clear: left;
	margin: 0 0 20px 0;
}

div[class] .card-short-place .card-row {
	height: auto;
}

.card-short legend {
	display: none;
}

.card-short {
	height: 0;
	min-height: 0;
	margin: 0 10px 0 0;
	position: relative;
	z-index: 30;
}

div[class] .card-short {
	height: auto;
}

.five-cards .card-short {
	margin: 0 17px 0 0;
}

.four-cards .card-short {
	margin: 0 15px 0 0;
}

.card-short-place .card-short.last-in-row {
	margin: 0;
}

.tabs .card-short-place .card-short {
	margin: 0 4px 0 0;
}

.tabs .card-short-place.five-cards .card-short {
	margin: 0 14px 0 0;
}

.tabs .card-short-place.four-cards .card-short {
	margin: 0 11px 0 0;
}

.tabs .card-short-place .card-short.last-in-row {
	margin: 0;
}

.dc-left .card-short, .dc-left .card-short.last-in-row, .dc-right .card-short, .dc-right .card-short.last-in-row {
	float: none;
	margin: 0 auto 10px auto;
}

.card-short .header {
	height: 0;
	min-height: 0;
	padding: 0;
	line-height: normal;
	font-size: 12px;
	color: #e96c10;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: transparent;
}

div[class] .card-short .header {
	height: auto;
}

.card-short .header span {
	color: #000;
	text-transform: none;
	letter-spacing: normal;
}

.card-short .img {
	width: 220px;
	height: 0;
	min-height: 0;
	float: left;
	position: relative;
	z-index: 100;
}

.card-border .card-short .img {
	border-bottom: 2px solid #909090;
	border-left: 2px solid #909090;
}

.card-short .right {
	width: 290px;
	float: right;
}

.card-short .img img {
	display: block;
	width: 220px;
	height: 220px;
	margin: 0;
}

div[class] .card-short .img {
	height: auto;
}

.card-short .img a {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .card-short .img a {
	height: auto;
}

.card-short .img a.icn-zoom {
	width: 16px;
	height: 16px;
	min-height: 16px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 105;
}

.card-short .img a.icn-zoom span {
	display: none;
}

.card-short .img .label {
	width: 70px;
	height: 70px;
	line-height: 70px;
	padding: 0 8px 8px 0;
	position: absolute;
	left: -12px;
	top: -10px;
	z-index: 105;
	color: #000;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}

.card-short .img .label.status_2 {
	background-image: url(img/specific/status_new.png);
}

.card-short .img .label.status_3 {
	font-size: 10px;
	background-image: url(img/specific/status_sold.png);
}

.card-short .basic-info {
	margin: 16px 0 4px 0;
	font-size: 11px;
}

.card-short .basic-info .price {
	font-size: 16px;
	color: #003086;
}

.card-short .purchase-field {
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	margin: 0 0 8px 0;
}

div[class] .card-short .purchase-field {
	height: auto;
}

.card-short form .i-text {
	width: auto;
}

.card-short form .button {
	vertical-align: middle;
}

.card-short .description {
	height: 0;
	min-height: 0;
	margin: 0 0 16px 0;
	font-size: 11px;
}

div[class] .card-short .description {
	height: auto;
}

.card-short .description p {
	margin: 0 0 8px 0;
}

.card-short .link-detail {
	height: 0;
	min-height: 0;
	margin: 24px 0 0 0;
}

div[class] .card-short .link-detail {
	height: auto;
}

.card-short .link-detail a {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

/* @end */

/* @group margin */

.margin {
	height: 200px;
	min-height: 200px;
}

div[class] .margin {
	height: auto;
}

.dc-content .margin {
	padding: 10px 0;
}

.dc-right .margin {
	padding: 10px 0;
}

body.one-col .dc-content .margin {
	padding: 10px 40px 0 40px;
}

body.two-cols-left .dc-content .margin {
	padding: 10px 10px 10px 0;
}

body.two-cols-right .dc-content .margin {
	padding: 10px 0 0 10px;
}

/* @end */

/* @group login-form */

.login-form {
	clear: both;
}

.login-form .row .right {
	margin: 0 0 0 3.6em;
}

.login-form .options {
	margin: 0;
	line-height: 20px;
}

.login-form .options a {
	color: #000;
}

.login-form .other-options {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
}

.login-form .other-options.options-down {
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	margin: 0 0 -20px 0;
	padding: 0;
}

div[class] .login-form .other-options.options-down {
	height: auto;
}

.login-form .other-options a {
	color: #3a3a3a;
}

/* @end */

/* @group basket-panel */

.basket-panel {
	font-size: 11px;
}

.basket-panel p {
	margin: 0;
}

.basket-panel .item {
	margin: 0 0 2px 0;
	border-bottom: 1px solid #ddd;
}

.basket-panel .item span {
	display: block;
	text-align: right;
}

.basket-panel .sum {
	padding: 15px 0 0 0;
	text-align: right;
}

.basket-panel .sum strong {
	font-size: 12px;
}

/* @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 */
