/* @override 
	http://www.balon.cz/css/classes.css
	http://www.balon.cz.apilot.info/css/classes.css
*/

/* @group small-head */

.article.small-head .head, .chapter.small-head .head, .link.small-head .head {
	font-size: 16px;
	margin-top: 18px;
}

.article.small-head p, .chapter.small-head p, .link.small-head p {
	font-size: 12px;
	font-style: italic;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
}

.left-h1 .article.small-head, .left-h1 .chapter.small-head, .left-h1 .link.small-head {
	background: url(img/specific/small-head-content.png) transparent no-repeat 0 10px;
} 

.left-h1 .article.small-head .content, .left-h1 .chapter.small-head .content, .left-h1 .link.small-head .content {
	background: url(img/specific/small-head.png) transparent no-repeat 100% 98%;
	padding: 1px 30px;
} 

/* @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 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;
}

div[class]  .header {
	height: auto;
}

.header.flipped {
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	/*background-image: url(global/img/global/transp-to-white-hr.png);*/
}

div[class] .header.flipped {
	height: auto;
}

.box.no-content .header {
	margin: 0;
	border-bottom: none;
	-webkit-border-radius: 4px;
}

.header a {
	color: inherit;
}

.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;
}

/* @end */

/* @group item-short */

/* @group item-short */

.item-short-place {
	height: 0;
	min-height: 0;
	position: relative;
	z-index: 90;
}

div[class] .item-short-place {
	height: auto;
}

.item-short-place .smart-clear {
	height: 0;
}

.item-short {
	width: 159px;
	height: 0;
	min-height: 0;
	float: left;
	position: relative;
	z-index: 100;
	margin: 0 9px 20px 0;
	padding: 0 0 14px 0;
}

div[class] .item-short {
	height: auto;
}

.item-short .img img {
	/*width: 149px;*/
}

.item-short .img .label, .item-full .img-two .label {
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: 14px;
	font-size: 11px;
	color: #000;
	border-bottom-right-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	/*-webkit-box-shadow: #000 1px 1px 3px;
	-moz-box-shadow: #000 1px 1px 3px;*/
	background: #fec401;
}

div[class] .item-short .img .label, div[class] .item-full .img-two .label {
	height: auto;
}

/*html body .dc-page .item-short a {
	color: #000;
}*/

.item-short.last-in-row {
	margin: 0 0 20px 0;
}

.item-short .img {
	height: 0;
	min-height: 0;
	position: relative;
	z-index: 100;
}

div[class] .item-short .img {
	height: auto;
}

.item-short .img a {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .item-short .img a {
	height: auto;
}

.item-short .img a.zoom {
	width: 20px;
	height: 20px;
	min-height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 105;
	background: url(img/icons/zoom.png) transparent 50% 50% no-repeat;
}

.item-short .img a.zoom span {
	display: none;
}

.item-short .img img {
	display: block;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
     box-shadow: 0 0 2px #888;

}

div[class] .item-short .img .label {
	height: auto;
}

.item-short .catalog-info {
	padding: 10px 5px 25px 5px;
}

.item-short .catalog-info p {
	margin: 0;
}

.item-short .basic-info {
	height: 50px;
	min-height: 50px;
}

div[class] .item-short .basic-info {
	height: auto;
}

.item-short .link-detail {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 101;
}

.item-short .link-detail a {
  	height: 20px;
	line-height: 20px;
	padding: 0 24px 0 10px;
	text-align: left;
	font-size: 12px;
	background:url(img/specific/sprite-one.png) #931722 no-repeat -102px -236px;
	border: solid 1px #ce0005;
	color:#fff;
	text-shadow: #982507 0px -1px 0px;
	-moz-box-shadow: 0 0 4px #1468fc;
    -webkit-box-shadow: 0 0 4px #1468fc;
     box-shadow: 0 0 4px #1468fc;	
}

.item-short .link-detail a:hover {
	-moz-box-shadow: 0 0 6px #1468fc;
    -webkit-box-shadow: 0 0 6px #1468fc;
     box-shadow: 0 0 6px #1468fc;
     border: solid 1px #644f34;
}

.item-short .link-detail a:active {
	-moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
     box-shadow: 0 0 6px #000;
     border: solid 1px #644f34;
}

/* @end */

/* @group tickets */

.item-short.tickets {
	width: auto;
	height: 0;
	min-height: 0;
	margin: 0 0 14px 0;
	float: none;
	background:url(img/specific/item-short.gif) #fff07e repeat-x 0 100%;
	border: solid #fdf4b5 4px;
	padding: 0; 
	-moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
     box-shadow: 0 0 2px #888;
}

div[class] .item-short.tickets {
	height: auto;
}

.item-short.tickets .shadow-corner {
	height: 0;
	min-height: 0;

}

div[class] .item-short.tickets .shadow-corner {
	height: auto;
}

/*.item-short.tickets .shadow-corner .gradient {
	height: 150px;
	min-height: 150px;
	margin-top: 20px;
	border-bottom: solid 1px #F1DD5D;
	padding: 18px 0;
}

div[class] .item-short.tickets .shadow-corner .gradient {
	height: auto;
}*/

.item-short.tickets .img {
	float: left;
	overflow: hidden;
	padding: 2px;
}

/*.item-short.tickets .img img {
	width: 150px;
}*/

div[class] .item-short.tickets .img {
	height: auto;
}

.item-short.tickets .right {
	width: 310px;
	float: right;
	clear: right;
	padding: 10px 10px 20px 0;
}

.item-short.tickets .right p.head {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	text-shadow: #fff29e 0px 1px 0px;
}

.item-short.tickets .right p.head strong {
	font-weight: 400;
}

.item-short.tickets .right p.head a {
	color: #e1011b;
	text-decoration: none;
}

.item-short.tickets .right .text-one {
	font-size: 12px;
}

.item-short.tickets .right .text-one p {
	margin: 0 0 10px 0;
}

.item-short.tickets .price {
	width: 225px;
	position: absolute;
	left: 168px;
	bottom: 12px;
	text-align: left;
	z-index: 110;
}

.item-short.tickets .price strong {
	font-size: 18px;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	text-shadow: #fff29e 0px 1px 0px;
}

.item-short.tickets .price strong {
	color: #DD0021;
	font-size: 20px;
	font-weight: 300;
}

.item-short.tickets .link-detail {
	width: auto;
	height: 30px;
	position: absolute;
	left: 400px;
	#left: 384px;
	bottom:6px;
	z-index: 201;
}

.item-short.tickets .link-detail .button {
	height: 27px;
	line-height: 27px;
	width: 94px;
	padding: 0;
	text-align: left;
	font-size: 16px;
	background:url(img/specific/sprite-one.png) #fc5504 no-repeat 0 -144px;
	border: solid 1px #ce0005;
	color:#fff;
	text-shadow: #982507 0px -1px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: #a73c00 0px -1px 0px;
	-moz-box-shadow: 0 0 4px #1468fc;
    -webkit-box-shadow: 0 0 4px #1468fc;
     box-shadow: 0 0 4px #1468fc;
     text-indent: 18px;
     font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
}

.item-short.tickets .link-detail .button:hover {
	-moz-box-shadow: 0 0 6px #1468fc;
    -webkit-box-shadow: 0 0 6px #1468fc;
     box-shadow: 0 0 6px #1468fc;
     border: solid 1px #644f34;
}

.item-short.tickets .link-detail .button:active {
	-moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
     box-shadow: 0 0 6px #000;
     border: solid 1px #644f34;
}

/* @end */

.card-short {
	width: 168px;
	height: 0;
	min-height: 0;
	float: left;
	background: url(img/card/card-shadow-most.gif) #e64700 0 0 no-repeat;
}

.card-short .img {
	border-bottom: 1px solid #ff8130;
}

.card-short .img img {
	display: block;
	margin: 0;
}

div[class] .card-short {
	height: auto;
}

.card-short .shadow-rest {
	height: 0;
	min-height: 0;
	padding: 2px 5px 7px 3px;
	position: relative;
	z-index: 100;
	background: url(img/card/card-shadow-rest.gif) transparent 0 100% no-repeat;
}

div[class] .card-short .shadow-rest {
	height: auto;
}

div[class] .card-short .basic-info .head {
	height: auto;
}

.card-short .basic-info {
	height: 30px;
	min-height: 30px;
	padding: 5px 10px 50px 10px;
	font-size: 11px;
	background: url(img/card/card-grad.gif) #e64700 0 0 repeat-x;
}

div[class] .card-short .basic-info {
	height: auto;
}

.card-short .basic-info .head {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0 0 10px 0;
}

.card-short .basic-info .text-one p {
	margin: 0 0 10px 0;
}

.card-short .price {
	width: 80px;
	height: 30px;
	min-height: 30px;
	line-height: 16px;
	padding: 5px 0 10px 10px;
	font-size: 11px;
	position: absolute;
	left: 3px;
	bottom: 7px;
	z-index: 110;
}

div[class] .card-short .price {
	height: auto;
}

.card-short .price strong {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.card-short .link-detail {
	width: 50px;
	height: 19px;
	position: absolute;
	right: 15px;
	bottom: 17px;
	z-index: 110;
}

.card-short .link-detail a {
	display: block;
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
	text-decoration: none;
	font-weight: 900;
	background: url(img/card/btn-more-card.gif) #900c23 0 0 no-repeat;
}

/* @end */

/* @group wysiwyg-classes */

span.plovouci-blok-vlevo {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

span.plovouci-blok-vpravo {
	display: block;
	float: right;
	margin: 0 0 8px 8px;
}

span.plovouci-blok-vlevo img, span.plovouci-blok-vpravo img {
	display: block;
	margin: 0;
}

table.tabulka-format tr td {
	padding: 8px;
	border: solid 1px #646464;
}

table.tabulka-format thead tr {
	border-bottom: solid 1px #CDDBE4;
}

table.tabulka-format thead tr td {
	padding: 8px;
	color: #646464;
	font-weight: 900;
	/*background: #646464;*/
}

body.vyhlidkove-lety table.tabulka-format tr td, body.vyhlidkove-lety table.tabulka-format tr th {
	border-bottom: solid 1px #E2D270;
}

body.balonove-letani table.tabulka-format tr td, body.balonove-letani table.tabulka-format tr th {
	border-bottom: solid 1px  #CDDBE4;
}

body.vyhlidkove-lety table.tabulka-format thead tr td {
	background: #000;
}

/* @end */

/* @group margin */

.margin {
	height: 200px;
	min-height: 200px;
}

div[class] .margin {
	height: auto;
}

.dc-content .margin {
	padding: 12px 0 0 0;
}

body.search-fulltext .margin, body.error .margin {
	min-height: 580px;
	height: auto;
}

body.comp-condtns .dc-content .margin {
	padding: 10px 10px 0 10px;
}

.dc-right .margin {
	padding: 13px 0 0 12px;
}

body.intro .margin, body.intro-new .margin {
	padding: 0;
	height: 290px;
	min-height: 290px;
	position: relative;
	z-index: 50;
}

body.intro-new .margin {
	height: 412px;
	min-height: 412px;
	z-index: 80;
}

body.intro div[class] .margin, body.intro-new div[class] .margin {
	height: auto;
}

body.intro .dc-content .margin {
	padding: 0 0 0 1px;
	border-top: solid 10px #fff;
	background: url(img/intro-box-separator.gif) transparent 0 0 no-repeat;
}

body.intro .dc-panels .margin {
	height: auto;
	min-height: 0;
	background: url(img/dc-panels.gif) #fff 322px 0 repeat-y;
}

/* @end */

/* @group i-text */

.i-text {
	width: 120px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0;
	padding: 2px;
	cursor: text;
    border: solid #dbcf83 1px;
	background: #fdf6cb;
}

.i-text:focus, .i-text:hover {
	/*border: solid 1px #634B07;*/
	-moz-box-shadow: inset 0 0 5px #5FB5EC;
	-webkit-box-shadow: inset 0 0 5px #5FB5EC;
	box-shadow: inner 0 0 5px #5FB5EC;
}

textarea.i-text {
	width: 400px;
	height: 100px;
	overflow: auto;
}

.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: #fff;
	border: solid #dbcf83 1px;
}

.input_radio {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

/* @end */

/* @group buttons */

.buttons {
	height: 0;
	min-height: 0;
	clear: both;
	float: none;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
}

div[class] .buttons {
	height: auto;
}

.buttons.btns-indent, .buttons.btns-indent.btns-swap {
	height: 0;
	min-height: 0;
	clear: both;
	float: none;
	text-align: right;
	vertical-align: middle;
	padding: 10px 0;
	/*overflow: hidden;*/
}

div[class] .buttons.btns-indent {
	height: auto;
}

/* @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;
	direction: ltr;
	color: #353535;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-shadow: #dcdcdc 0 1px 1px;
	cursor: default;
	border: 1px solid #969696;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/button/button-light.png);
	background-color: #d7d7d7;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-background-clip: padding-box;
}

.button.btn-blue {
	display: inline-block;
	color: #fff;
	text-shadow: none;
	border: solid 1px #ce0005;
	background-image: url(img/specific/sprite-one.png);
	background-position: 0 -54px;
	background-color: #FF6500;
	background-repeat: no-repeat;
    padding: 6px 0;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 185px;
	text-align: left;
	text-indent: 8px;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 13px;
	text-shadow: #a73c00 0px -1px 0px;
	-moz-box-shadow: 0 0 4px #1468fc;
    -webkit-box-shadow: 0 0 4px #1468fc;
     box-shadow: 0 0 4px #1468fc;
}

.button.btn-blue:hover {
	-moz-box-shadow: 0 0 6px #1468fc;
    -webkit-box-shadow: 0 0 6px #1468fc;
     box-shadow: 0 0 6px #1468fc;
     border: solid 1px #644f34;
}

.button.btn-blue:active {
	-moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
     box-shadow: 0 0 6px #000;
     border: solid 1px #644f34;
     background-position: 0 0;
}

.dc-page div[class] .button {
	height: auto;
}

.button a {
	text-decoration: none;
}

input.button {
	display: inline;
}

.growl .report .button {
	color: #000;
}

body:last-child input.button {
	height: 20px;
	min-height: 20px;
}

body:last-child div[class] input.button {
	height: auto;
}

.button:hover, .button:focus {
	box-shadow: #999999 0 0 3px;
	-webkit-box-shadow: #999999 0 0 3px;
	-moz-box-shadow: #999999 0 0 3px;  
}

.button:active {
	outline: none;
	background-position: 0 -60px;
	background-color: #c4c4c4;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.button:disabled, .button.disabled {
	opacity: 0.6;
}

.button:disabled:hover, .button.disabled:hover {
	background-position: 0 0;
}

.buttons .button {
	/*vertical-align: bottom;*/
	margin-left: 6px;
}

.buttons.btns-swap {
	direction: rtl;
}

.buttons.btns-swap .button {
	/*float: right;*/
	margin: 0 0 0 6px;
}

.button.btn-big {
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.button.btn-big {
	height: 32px;
	min-height: 32px;
	line-height: normal;
}

div[class] input.button.btn-big {
	height: auto;
}

.button.no-radius, .button.left-radius, .button.right-radius {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.button.left-radius {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.button.right-radius {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}

.grouped-buttons {
	height: 0;
	min-height: 0;
}

div[class] .grouped-buttons {
	height: auto;
}

.grouped-buttons .button {
	display: block;
	float: left;
	border-right: 0;
}

.grouped-buttons .button.right-radius {
	border-right: solid 1px #969696;
}

.grouped-buttons .button.active {
	background-position: 0 -60px;
	background-image: url(img/global/button/png-transp/button-light.png);
}

.button.minp, .button.l.minp, .button.r.minp {
	padding: 0;
}

/* @group btn-img */

.button.btn-img {
	padding: 0;
}

.button.btn-img.img-right {
	padding: 0 3px 0 0;
}

.button.btn-img .icon-part {
	display: inline-block;
	height: 18px;
	min-height: 18px;
	margin: 0;
	padding: 0 12px 0 30px;
	font-size: 12px;
	vertical-align: bottom;
	color: inherit;
	text-shadow: inherit;
	cursor: default;
	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.img-right .icon-part {
	padding: 0 18px 0 12px;
	background-position: 100% 50%;
}

.button.btn-img.btn-blue .icon-part {
	color: #fff;
}

.button.btn-img .icon-only {
	display: block;
	width: 16px;
	height: 18px;
	min-height: 18px;
	padding: 0 8px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div[class] .button.btn-img .icon-only {
	height: auto;
}

/* @end */

/* @end */

/* @group general-form */

.general-form br {
	display: none;
}

.general-form fieldset label {
	display: block;
	height: 20px;
	min-height: 20px;
	margin: 2px 0;
	clear: left;
	text-align: right;
}

div[class] .general-form fieldset label {
	height: auto;
}

.general-form fieldset label span {
	display: block;
	float: none;
	margin: 0 0 0 6em;
	line-height: 20px;
}

.general-form fieldset label .i-text {
	width: 92%;
	margin: 0;
}

.general-form fieldset label.textarea {
	margin: 3px 0;
}

.general-form fieldset label.textarea span {
	line-height: 100%;
}

.general-form fieldset label span.left {
	float: left;
	width: 7em;
	margin: 0;
	text-align: left;
}

.general-form fieldset .buttons {
	clear: left;
	float: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.general-form fieldset .buttons input.button {
	float: none;
	margin: 0;
}

/* @end */

/* @group general */

body[class] .box {
	height: auto;
}

.hdn {
	display: none;
}

.smart-clear {
	display: block;
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
}

.br-used br {
	display: block;
}

.max-width {
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.legend {
	font-size: 120%;
	margin: 0 0 10px 0;
}

table tr.stripe-two td {
	background: #e1e1e1;
}

.highlight {
	color: #fff;
}

.small-text {
	font-size: 11px;
}

/* @end */

.folder-images  {
	font-size: 40px;
	line-height: 80px;
}

.folder-images a {
	float: none;
	display: inline-block;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

.folder-images a img {
	float: none;
	-moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
     box-shadow: 0 0 2px #888;
}

/* @group basket-panel */

.basket-panel {
	width: 180px;
	padding: 14px;
	float: right;
	color: #fff;
	background: url(img/specific/basket-panel-box) transparent 0 0;
	border: solid 1px #e1f0fe;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-moz-box-shadow: 0 0 2px #346b94;
    -webkit-box-shadow: 0 0 2px #346b94;
    box-shadow: 0 0 2px #346b94;
    position: absolute;
    right: 0;
    top: 20px;
}

.basket-panel .legend {
	font-weight: 900;
	font-size: 14px;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	padding-left: 22px;
	margin: 0;
	display: block;
	background: url(img/specific/legend.png) transparent no-repeat 0 1px;
    color: #d3010d;
    text-shadow: #e1ecf7 0px 1px 0px;
}

.basket-panel em {
	margin-top: 4px;
	display: block;
	color: #56554f;
	text-align: right;
}

.basket-panel em.empty-basket {
	margin: 0;
	position: relative;
	margin-top: -16px;
}

.dc-page .basket-panel .legend a {
	color: #d3010d;
	text-decoration: none;
}

.basket-panel .final-price {
	font-weight: 900;
	font-size: 13px;
	color: #d3010d;
}

table.basket-brief {
	margin: 5px 0;
	font-size: 11px;
}

table.basket-brief thead th {
	padding: 2px 10px 2px 0;
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #2985b4;
}

table.basket-brief tr td {
	padding: 2px 10px 2px 0;
}

table.basket-brief tr td.pcs {
	
}

table.basket-brief tr td.price {
	
}

table.basket-brief tr td.price-sum {
	font-size: 12px;
}

/* @end */

.fill-checker {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #ec0002;
}

.fill-checker h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}

.dc-head-logo .logged-user {
	width: 190px;
	height: 0;
	min-height: 0;
	color: #000;
	position: absolute;
	right: 0;
	top: 82px;
}

div[class] .dc-head-logo .logged-user {
	height: auto;
}

.dc-head-logo .logged-user strong {
	display: inline-block;
	padding: 0 0 0 20px;
	font-weight: 400;
	background: url(img/icons/user.png) transparent 0 50% no-repeat;
}

.dc-head-logo .logged-user a {
	color: #fff;
}

/* @group social-icon */

.social-icon {
	display: inline-block;
	width: 40px;
	height:40px;
	background-image: url(img/social-icons/social-icons.png);
}

.social-icon.fcb {
    background-position: 0 0;
}

.social-icon.balon-let {
    background-position: -80px 0;
}

.social-icon span {
	display: none;
}

/* @end */


/* @group box */

#dc-left .box {
	margin-bottom: 14px;
}

/* @end */

/* @group img-one */

.article-full .img-one {
	margin-bottom: 10px;
}

.article-full .img-one img, .article-full .img-two img, .article-full .img-three img {
	-moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
     box-shadow: 0 0 2px #888;
}

/* @end */
