.cursored
{
	cursor: pointer;
}


.column {
	position: relative;
}

.column-left
{
	z-index: 200;
}

/* ------------------------ ARTICLE ---------------------- */
.article
{
	position: relative;
}

.article .article-info .article-list-pr {
	font-size: 1.28em;
	background: #eaeaea;
	color: #666666;
	padding: 4px 10px;
}

.article-tags
{
	margin-bottom: 20px;
	color: #999;
}

.article-tags-bottom
{
	font-size: 1em;
	line-height: 1.5;
	color: #000;
}

.article-tags-bottom strong
{
	color: #000;
}

.article-tags a
{
	color: #999;
}

.article-tags-bottom a
{
	color: #000;
	text-decoration: none;
}

.article-tags a:hover
{
	color: #000;
	text-decoration: underline;
}

.article-tags-bottom a:hover
{
	color: #3e96cf;
}


.article h1
{
	font-size: 2.8em;
	line-height: 105%;
  	padding: 0px 0px;
	color: #000000;
	margin-right: 40px;
}

.article h1 a.article-print
{
	display: block;
	position: absolute; 
	height: 30px;
	width: 35px;
	background: url("/Client.Images/Icons/icon-print.png") 0 0 no-repeat;
	right: 0px;
	top: 0;
}

.article h1 a.article-print:hover
{
	background-position: 0 -30px;
}

.article h1 a.article-size
{
	display: block;
	position: absolute; 
	height: 29px;
	width: 35px;
	background: url("/Client.Images/Icons/icon-font-size.png") 0 0 no-repeat;
	right: 0px;
	top: 31px;
}

.article h1 a.article-size:hover
{
	background-position: 0 -29px;
}



.article .article-info
{
	padding: 20px 0;
}

.article .article-info span
{
	color: #000000;
}


.article-annotation
{
	padding: 0 0 1em;
	line-height: 1.55em;
	font-size: 1.28em;
	color: #666666;
	font-weight: normal; /*bold;*/
}

.article-annotation-no-author
{
	padding: 1em 0 1em;
}

#article-body
{
	position: relative;
	z-index: 2;
}

.article-perex
{
	padding: 0 0 1em;
}

.article h3
{
	font-size: 1.4em;
	padding: 0.4em 0 0.7em;
}

.article .article-data
{
	position: relative;
	margin-left: 80px;
	color: #000000;
}

.article .article-data-inherit
{
	margin-left: 0px;
	margin-top: 20px;
}


.article .article-data br
{
	clear: both;
}

.article .article-data h2,
.article .article-data h3,
.article .article-data h4
{
	font-weight: normal;
	color: #30b519;
}

.article .article-data h2
{
	font-size: 1.35em;
	line-height: 1.3em; 
	padding: 0.3em 0 0.7em
}
.article .article-data h3
{
	font-size: 1.2em;
	line-height: 1.3em; 
	padding: 0.3em 0 0.7em
}

.article .article-data h4
{
	font-size: 1.1em;
	line-height: 1.3em; 
	padding: 0.3em 0 0.7em
}

.article .article-data h6
{
	font-size: 0.8em;
	padding-bottom: 1.3em;
	line-height: 1.7em;
	text-align: left;
}

.article .article-data ul,
.article .article-data ol
{
	margin-left:15px;
	padding-left:20px;
	padding-bottom:1em;
}

.article .article-data li
{
	font-size:inherit;
	line-height: 1.6em;
}

.article .article-data ol li
{
	list-style-type:decimal;
}

.article .article-data ul
{
	list-style:none outside url("/Client.Images/List/li-square.png");
}

.article .article-data img
{
	/* border: solid 1px #e8e8e8; */
        margin-top: 7px;
}

.article .article-data-inherit img
{
        margin-top: -1px;
}

.article .article-data .image-gallery
{
        margin-top: 0px;
        margin-bottom 0px;
	/*padding: 0px 0px!important;*/
	clear: both;
}

.article .article-data .image-gallery img
{
        margin-top: 0px;
}

.article .article-data a img
{
	border: solid 1px #e8e8e8;
}

.article .article-data a
{
	color: #30b519;
}

.article .article-data a:hover
{
	color: #000000;
}

.article .article-data .article-video-wrapper
{
	margin-left: -80px;
}


.article .article-data .article-macro-table,
.article .article-data table
{
	border: 3px solid #cccccc;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.article .article-data .article-macro-table td,
.article .article-data .article-macro-table th,
.article .article-data table td,
.article .article-data table th
{
	border: 1px solid #cccccc;
	padding: 2px 4px;
	font-size: 0.9em;
}


.article .article-data-inherit table
{
	border: 0px solid #cccccc;
	border-collapse: collapse;
	margin-bottom: auto;
}

.article .article-data-inherit table td,
.article .article-data-inherit table th
{
	border: 0px solid #cccccc;
	padding: auto;
	font-size: inherit;
}

/* ******************* CHAPTER NAV *********************** */
.article fieldset div
{
	margin-left: 80px;
	margin-top: 5px;
	color: #3e96cf;
	font-weight: bold;
	text-transform: uppercase; 
}

.article fieldset ol
{
	padding-left: 105px;
	padding-bottom: 1em;
	border-bottom: solid 1px #D8D8D8;
	margin-bottom: 1em;
}

.article fieldset ol li
{
	list-style-position: outside;
	list-style-type: decimal;
}

.article fieldset ol li.selected a
{
	color: #0066cc;
	text-decoration: none;
}

.article-chapters-navigator
{
	display: block;
	margin-bottom: 20px;
	height: 48px;
	text-align: right;
}

.article-chapters-navigator .button-row
{
	margin-bottom: 0px;
}

.article-chapters-navigator .disabled
{
	display: none;
}

.article-chapters-navigator .first-cell .button-row .button
{
	background: url("/Client.Images/Buttons/btn-arrow-reverse.png?v=2") no-repeat scroll left center transparent;
	margin-right: 20px;
	padding-left: 52px;
	margin-left: 0px;
	padding-right: 0px;
}

.article-chapters-navigator .first-cell .button-row .button .button-corner {
    background: url("/Client.Images/Buttons/btn-corner-reverse.png?v=2") no-repeat scroll left center transparent;
    float: right;
}

.article-chapters-navigator .first-cell .button-row .button .button-text {
    margin-left: 0px;
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 8px;
}

.article-chapters-navigator a
{
	font-weight: normal;
	font-size: 13px;
}


/* ******************* SOCIALS *********************** */
#social-plugins
{
	display: block;
	width: 60px;
	position: absolute;
	left: -80px;
	top: 0;
	text-align: right;
	z-index: 1;
	padding-bottom: 50px;
}

.social-plugin
{
	margin-top: .4em;
	margin-bottom: .7em;
}


/* ******************** FACEBOOK******************** */
.fb_share_count_top
{
	margin-bottom: 3px!important;
}

.fb_share_count_nub_top
{
	display: none!important;
}

.fb_share_count
{
	font-family: inherit!important;
}


/* ******************* FB SHARE BOTTOM *********** */
#article-society-link
{
	display: block;
	height: 21px;
	margin-bottom: 20px;
}

#article-society-link .fb_share_count_top {
    float: left!important;
    font-size: 12px!important;
    line-height: 16px!important;
    margin-right: 2px!important;
}

#article-society-link .fb_share_count_inner {
    padding-left: 12px!important;
    padding-right: 12px!important;
}

#article-society-link .fb_share_count_nub_top {
    display: none!important;
}

#article-society-link a:hover
{
	text-decoration: none!important;
}

/* ******************* YOUTUBE *********************** */
.YOUTUBE_CLIP
{
	margin-left: -80px;
	/*margin-bottom: .5em;*/
}

.YOUTUBE_VIDEO_CLIP
{
}

.YOUTUBE_CONTAINER
{
	margin-bottom: 10px;
}


.YouTubeVideo-Clip
{
	/*margin-top: 10px;*/
	padding: 8px;
	/*background: url('/Client.Images/YouTube/bg-youtube-player.png') repeat-x left bottom #000000;*/
	background: #c8c8c8;
	text-align: center;
}

.YouTubeVideo-Clip object,
.YouTubeVideo-Clip embed
{
	margin: 0 auto;
}

.YOUTUBE_RESIZER
{
	text-align: right;
	font-size: 80%;
	display: none;
	height: 18px;
	margin-top: 2px;
}

.YOUTUBE_RESIZER a
{
	display: block;
	height: 18px;
	float: right;
	line-height: 18px;
	padding-right: 22px;
	text-decoration: none;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
}

.YOUTUBE_RESIZER a:hover
{
	text-decoration: underline!important;
}

.YOUTUBE_HD_OFF
{
	background-image: url(/Client.Images/YouTube/resize-hd.gif);
}

.YOUTUBE_HD_ON
{
	background-image: url(/Client.Images/YouTube/resize-normal.gif);
}

.YOUTUBE_BOOKMARKS
{
	margin-left: 80px!important;
}

/* --------------------------- FORUM SIMPLE ---------------------------- */
.forum-item-author,
.forum-item-date
{
	float: right;
	width: 120px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.forum-item-date
{
	text-align: right;
}

.forum-item-title
{
	font-weight: bold;
	color: #000000;
}

#box-related-by-tags
{
	margin-top: 20px;
}


/* --------------------------- FORUM ---------------------------- */
.forum-watcher
{
	height: 48px;
	text-align: left;
	vertical-align: middle;
}

.forum-watcher input
{
	width: 180px;
	border: solid 1px #3E96CF;
	font-family: Arial;
	font-size: 1.2em;
	padding-left: 4px;
	vertical-align: top;
}

.forum-watcher input.inp-checkbox
{
	margin-top: 3px;
}

.forum-row-new
{
	display: block;
	position: absolute;
	top: 0px;
	right: -8px;
	width: 17px;
	height: 9px;
	background: url(/Client.Images/Society/Forum/next-item.png) no-repeat center right;
}

.forum-row
{
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.forum-row .text a
{
	color:#3E96CF;
}
.forum-row-readed
{
	opacity: .8;
	filter: alpha(opacity=80);
}

.forum-row-readed:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.forum-collapse-header
{
	padding: 3px 3px 3px 19px;
	background: #f1f1f1 url(/Client.Images/Icons/icon-expand.gif) no-repeat 4px 4px;
	cursor: pointer;
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
	opacity: .40;
	filter: alpha(opacity=40);
}

.forum-collapse-header span
{
	background:none repeat scroll 0 0 #BEBEBE;
	color:#FFFFFF;
	cursor:help;
	float:right;
	font-size:80%;
	height:100%;
	padding-left:4px;
	padding-right:4px;
	line-height:150%;
}

.forum-collapse-header-expanded
{
	background: #f1f1f1 url(/Client.Images/Icons/icon-collapse.gif) no-repeat 4px 4px;
	margin-bottom: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.forum-collapse-data
{
	display: none;
}

.icon-info
{
	display: block;
	float: right;
	width: 14px;
	height: 15px;
	cursor: help;
	padding-top: 3px;
}

.forum-row .header
{
	padding:  3px 6px;	
}


.forum-row .header small b
{
	font-size: 12.9167px;	
}

.forum-row .text
{
	padding:  6px 6px 3px 6px;	
}

.forum-row .oldone
{
	color: #666666;
}

.forum-row .text div small
{
	display: block;
	line-height: 150%;
	margin-top: 10px;	
	color: #9c9c9c;
}

.forum-row .text .forum-avatar{
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}

.forum-row .text div small {
	display: block;
	border-top: 1px solid #d7d7d7;
	margin-top: 5px;
	padding-top: 3px;
	color: #999999;
}

#forum-rules
{
	display: none;
	margin-top: 20px;
	font-size: 0.8em;
}

.img-smiley
{
	margin-top: -1px!important;
}


/* ****************** SOCIETY FORUM  ******************** */
.forum-social-avatar
{
	display: block;
	width: 50px;
	height: 40px;
	float: left;
	background: url("/Client.Images/Society/Forum/avatar.gif") center left no-repeat;
	z-index: 100;
	position: relative;
	margin-top: 1px;
}

.forum-social-avatar a
{
	display: block;
	width: 50px;
	height: 40px;
	z-index: 200;
	position: relative;
}

.forum-social-avatar img
{
	margin: 1px 0 0 1px!important;
}

.forum-social-identification
{
	color: #000000;
}

.forum-social-identification strong
{
	font-size: 130%;
}


.forum-social-user
{
	padding-top: 1px;
	padding-right: 10px;
	background: url("/Client.Images/Society/Forum/user-link.gif") 100% 1px no-repeat;
	color: #000000!important;
}


.forum-social-user img
{
	margin-left: 6px;
	vertical-align: middle;
	border: 0px solid;
}

.forum-social-profile a,
.forum-social-identification a
{
	color: #000000;
}

.forum-social-identification a
{
	text-decoration: none;
}

.forum-social-icons,
.forum-social-info-desc,
.forum-social-profile
{
	float: right;
}

.forum-social-icons img
{
	margin-left: 3px;
	margin-right: 3px;
	border: 0px solid!important;
	width: 14px;
}

.forum-social-user:hover
{
	text-decoration: underline!important;
}

.forum-social-icons a img
{
	margin-top: 3px!important;
}

.forum-social-info
{
	line-height: auto;
	margin: 2px auto;
	padding: auto;
}

.forum-social-agree-vote
{
	color: #a4a4a4!important;
	text-decoration: underline;
	font-weight: normal!important;
}


.forum-social-agree-vote:hover
{
	color: #000!important;
}

.forum-social-agree-vote-disabled,
.forum-social-agree-vote-disabled:hover
{
	color: #c4c4c4!important;
	text-decoration: none!important;
}

.forum-social-disagree
{
	color: #a4a4a4;
}

.forum-social-agree,
#twitter a
{
	color: #3E96CF;
}

.article-list-data.discussion-info
{
	margin-top: 0.8em;
}

.article-list-data.discussion-info p
{
	margin-left: 0px!important;
}

.discussion-info .forum-social-avatar
{
	display: block;
	width: 117px;
	height: 107px;
	float: left;
	background: url("/Client.Images/Society/Forum/avatar-big.gif") center left no-repeat;
	z-index: 1;
	position: relative;
	/*margin-left: 9px;*/
}

.forum-social-avatar a
{
	display: block;
	width: 117px;
	height: 107px;
	z-index: 200;
	position: relative;
}

.discussion-info .forum-social-user
{
	padding-right: 10px;
	background: none;
	font-size: 225%;
}

.discussion-info .forum-social-icons
{
	float: none;
	margin-top: 10px;
}

.discussion-info .forum-social-icons img
{
	margin-left: 0px;
	margin-right: 10px;
	width: 27px;
}
.forum-social-discussion-count
{
	margin-top: 10px;
	font-weight: bold;
}

#forumItems h3
{
	font-size: 1.5em
}

#forumItems .article-list .article-list-data {
    margin-left: 0px;
    float: none;
    height: auto;
    overflow: visible;
    width: auto;
}

#forumItems .article-list .discussion-info h2 {
    background: url("/Client.Images/favicon.png") no-repeat scroll 0 7px transparent;
    margin-bottom: 0em !important;
    padding-left: 20px !important;
}

#forumItems .article-list .discussion-info h2.smaller a:visited {
	color: inherit!important;
}

#forumItems .article-list .article-list-info,
#forumItems .article-list .article-list-info a {
     font-weight: normal;
     font-size: 1.1em
}


/* ------------------------ COMMENTS ---------------------- */
.comments .smileys
{
	padding: 0.6em 0;
	width: 100%;
	background: #dddddd;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.comments .smileys a
{
	padding: 0.2em;
}

.comments .smileys a img
{
	border: solid 0px;
	margin-top: 0px;
}

.comments .smileys a:hover
{
	
}


.comments input,
.comments textarea
{
	width: 630px;
	border: solid 1px #000000;
	margin:0 0;
	font-family: Arial;
	font-size: 1.2em;
}

.comments input
{
	padding: 3px 5px;
}

.comments textarea
{
	height: 18em;
	padding:5px;
	width:630px;
	border-top: solid 0px #000000;
	margin-bottom: 20px;
}


#car-tech-data
{
	margin-bottom: 0px!important;
}

#car-tech-data .box-header h1
{
	color: #000000;
	font-weight: normal;
	border-bottom-width: 0px;
	font-size: 1.8em;
}

#car-tech-data .box-header h2
{
	color: #000000;
	font-weight: normal;
	font-size: 1.3em;
}

#car-tech-data .box-data ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
}

#car-tech-data span.car-tech-data-text
{
	float: left;
	padding-top: 2px;
	width: 300px;
	font-size: .91666em;
}

#car-tech-data span.car-tech-data-value
{
	color: #3e96cf;
	font-size: .91666em;

	float: left;
	padding-top: 2px;
	width: 238px;
}


#rss-bazar #rss-bazar-data table
{
	width: 100%;
	border-collapse: collapse;
}

#rss-bazar #rss-bazar-data table th,
#rss-bazar #rss-bazar-data table td
{
	vertical-align: top;
	text-align: left;
	padding: 1px 5px;
	color: #FFFFFF;
}

#rss-bazar #rss-bazar-data table td.col-1 a
{
	display: block;
	width: 80px;
	height: 60px;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-bottom: 10px;
}


/* ------------------------ BAZAR ---------------------- */
#databox-rss-bazar table
{
	width: 100%;
	border-collapse: collapse;
}

#databox-rss-bazar table th,
#databox-rss-bazar table td
{
	vertical-align: top;
	text-align: left;
	padding: 0px;
	font-size: .91666em;
}

#databox-rss-bazar table td.col-1 a
{
	display: block;
	width: 93px;
	height: 60px;
	border: 1px solid #c8c8c8;
	margin-top: 5px;
}

#databox-rss-bazar table .col-1
{
	width: 105px;
}

#databox-rss-bazar table .col-2
{
	width: 90px;
	color: #0066CC;
}

#databox-rss-bazar table th span
{
	text-transform: capitalize;
}

#databox-rss-bazar table th a
{
	color: #3e96cf
}

.rss-bazar-item
{
	display: block;
	margin-top: 10px;
}


.rss-bazar-separator
{
	display: block;
	height: 8px;
	overflow: hidden;
}


/* ******************** INQUIRY ******************** */
.inquiry-box
{
	width: 200px;
	margin: 0em 0em 1em 1em;
	float: right;
	text-align: left;
	clear: both;
	border-left: solid 4px #dbdbdb;
	font-size: 80%;
	line-height: 110%;
}

.inquiry-list .inquiry-box
{
	margin: 0em .5em .25em 0em;
	float: left;
	clear: none;
	font-size: 100%;
}

.inquiry-box .box-header
{
	padding: 14px 0px 0px 0px;
	border-bottom: solid 0px;
	border-top: solid 0px;
	border-left: solid 0px;
	border-right: solid 0px;
	background: #f7f7f7;
	border-left: solid 1px #FFFFFF;
}

.inquiry-box .box-footer
{
	padding: 0px 11px 14px 11px;
	background: #f7f7f7;
	color: #828282;
	position: relative;
	display: block;
	height: 19px;
	border-left: solid 1px #FFFFFF;
}

.inquiry-box .box-footer div
{
	padding-top: 7px;
	border-top: solid 1px #C3C3C3;
	line-height: 19px;
}

.inquiry-box .box-footer a
{
	position: absolute;
	display: block;
	height: 19px;
	width: 19px;
	right: 11px;
	top: 7px;
	background: transparent url('/Client.Images/Inquiry/ico-inquiry-list.png') center center;
}

.inquiry-box .box-header h3
{
	font-family: arial!important;
	font-weight: bold!important;
	margin:0;
	padding:0;
	text-transform: none;
	font-size: 1em;
	color:#000000;
	border-width: 0px;
	line-height: 16px;
}

.inquiry-box .box-header h3 a
{
	color:#000000;
}

.inquiry-box .box-header h3 a:hover
{
	text-decoration:underline;
}

.inquiry-box .box-data
{
	padding: 5px 11px;
	background: #f7f7f7;
	border-left: solid 1px #FFFFFF;
}


.inquiry-answer
{
	font-size: 90%;
	line-height: 110%;
	clear: both;
}
.inquiry-answer a
{
	font-weight: normal!important;
	color: #000000!important;
	text-decoration: none!important;
}

.inquiry-state
{
	font-size: 90%;
	display: block;
	position: relative;
	clear: both;
	margin: 6px 0px;
}

.inquiry-state-strip
{
	margin-top: 6px;
	display: block;
	position: relative;
	width: 100px;
	height: 11px;
	overflow: hidden;
}

.inquiry-state-count
{
	display: block;
	position: relative;
	width: 50px;
	float: right;
	text-align: right;
	top: -3px;
	color: #828282;
}

.inquiry-state-strip span
{
	display: block;
	height: 11px;
	overflow: hidden;
	background: #88d600 url('/Client.Images/Inquiry/bg-strip.png') top left;
}

.inquiry-state-clip:hover .inquiry-answer a
{
	color: #3E96CF!important;
}

.inquiry-state-clip:hover .inquiry-state-strip span
{
	background: #0066CC url('/Client.Images/Inquiry/bg-strip.png') bottom left;
}

.inquiry-state-clip-voted:hover .inquiry-state-strip span
{
	background: #0066CC url('/Client.Images/Inquiry/bg-strip.png') top left;
}

.inquiry-state-clip-voted:hover .inquiry-answer a,
.inquiry-state-clip-voted .inquiry-answer a:hover,
.inquiry-state-clip-voted:hover .inquiry-state-strip a,
.inquiry-state-clip-voted .inquiry-state-strip a:hover
{
	color: #000000!important;
	cursor: text;
}

.inquiry-state-clip
{
	cursor: pointer;
}

.inquiry-state-clip-voted
{
	cursor: default;
}



/************************ TEXT ADDONS ******************************/
.vykrik
{
	display: block;
	position: relative;
	clear: both;
	margin-bottom:20px;
}

.vykrik .vykrik-head
{
	display: block;
	position: relative;
	height: 15px;
	overflow: hidden;
	padding-left: 51px;
	background: url(/Client.Images/TextAddOns/vykrik-head.png) no-repeat bottom left;
}
.vykrik .vykrik-foot
{
	display: block;
	position: relative;
	height: 15px;
	overflow: hidden;
	padding-left: 51px;
	background: url(/Client.Images/TextAddOns/vykrik-foot.png) no-repeat top left;
}
.vykrik .vykrik-data
{
	display: block;
	position: relative;
	padding-left: 51px;
	padding-right: 20px;
	background: url(/Client.Images/TextAddOns/vykrik-data.png) repeat-y top left;
	font-family: Times New Roman;
	font-size: 23px!important;
	line-height: 26px!important;
	color: #0066cc;
}
.vykrik .vykrik-data p
{
	margin: 0;
	padding: 0.9em 0;
}


.infobox
{
	display: block;
	padding: 20px;
	background: #e8fbe5;
	color: #000000;
	text-align: left;
	height: auto!important;
	font-size: 90%;
	border-left: 4px solid #30b519;
}

.infobox-wrapper
{
	padding-bottom: 1em;
}

.infobox .infobox-data h3
{
	color: #30b519;
	margin-top: 0;
	padding-top: 0;
}

.infobox.infobox-0
{
	float: left;
	margin-bottom: 20px;
	margin-left: -80px;
	margin-right: 20px;
	margin-top: 9px;
}

.infobox.infobox-1
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 9px;
}

.infobox.infobox-2
{
	margin-bottom: 1em;
}
.infobox.infobox-3
{
	float: none;
	margin-bottom: 20px;
	margin-left: -80px;
	width: 600px;
}
div.tip
{
	display: block;
	position: relative;
	clear: both;
}

div.tip .tip-data
{
	display: block;
	position: relative;
	padding-left: 28px;
}

.tip.tip-0 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-doporucujeme.png) no-repeat 0px 3px;
	text-indent: 114px;
}
.tip.tip-1 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-neprehlednete.png) no-repeat 0px 3px;
	text-indent: 114px;
}

.tip.tip-2 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-tip.png) no-repeat 0px 3px;
	text-indent: 34px;
}

.tip.tip-3 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-jak-na-to.png) no-repeat 0px 3px;
	text-indent: 76px;
}

.tip.tip-4 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-vyzkousejte.png) no-repeat 0px 3px;
	text-indent: 104px;
}

.tip.tip-5 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-dalsi-informace.png) no-repeat 0px 3px;
	text-indent: 121px;
}

.tip.tip-6 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-poznamka.png) no-repeat 0px 3px;
	text-indent: 82px;
}

.tip.tip-7 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-usetrete.png) no-repeat 0px 3px;
	text-indent: 76px;
}

.tip.tip-8 .tip-data p
{
	background: url(/Client.Images/TextAddOns/tip-pozor.png) no-repeat 0px 3px;
	text-indent: 57px;
}


/************************ ARTICLE LINKS ******************************/
.article-linktoanother
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.article-linktoanother-image
{
	display: block;
	width: 150px;
	height: 80px;
	float: left;
	margin-right: 15px;
}

.article-linktoanother img
{
	margin-top: 5px!important;
}

.article-linktoanother a img
{
	border: 1px solid #c8c8c8!important;
}

.article-linktoanother-data h2
{
	font-size: 1.3em!important;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 0 0 0!important;
}

.article .article-data a > .article-linktoanother,
.article .article-data a:visited > .article-linktoanother,
.article .article-data a > .article-linktoanother h2,
.article .article-data a:visited > .article-linktoanother h2
{
	color: #30B519!important;
	text-decoration: underline!important;
}

.article .article-data a:hover > .article-linktoanother,
.article .article-data a:hover > .article-linktoanother h2
{
	color: #000000!important;
}

/* ********************* RYCHLE KAPITOLY ******************* */
.quick-chapter-nav {
    display: block;
    width: 100%;
}
.quick-chapter-nav td {
    vertical-align: middle;
    font-size: 16px;
}
.quick-chapter-nav td.first-cell {
    text-align: left;
    width: 150px;
}
.quick-chapter-nav td.first-cell .chapter-previous {
	color: #669900;
}
.quick-chapter-nav td.first-cell .chapter-previous.disabled {
    background-image: url("/Client.Images/Buttons/btn-prev-disabled.png");
	color: #b2b2b2;
	text-decoration: none;
}
.quick-chapter-nav td.middle-cell {
    font-size: 15px;
    color: #959595;
    font-weight: bold;
    text-align: center;
    width: 323px;
}
.quick-chapter-nav td.middle-cell select {
    font-size: 15px;
    padding: 0;
    width: 260px;
}
.quick-chapter-nav td.last-cell {
    text-align: right;
    width: 150px;
}
.quick-chapter-nav td.last-cell .chapter-next {
    float: none;
	color: #669900;
}
.quick-chapter-nav td.last-cell .chapter-next.disabled {
    background-image: url("/Client.Images/Buttons/btn-next-disabled.png");
	color: #b2b2b2;
	text-decoration: none;
}


/* ********************* PLACENY LINK ******************* */
.placeny,
.placeny:active,
.placeny:focus,
.placeny:hover
{
	border-bottom: 1px dotted; 
	text-decoration: none!important;
	font-weight:normal!important;
}


/* ********************* ROZKLIKAVACI TISKOVKY ******************* */
.PressReleaseButton {
	border:1px solid #7f7f7f;
	display:inline-block;
	color:#ffffff!important;
	font-family:arial!important;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #444444;
	-moz-box-shadow:inset 0px 1px 0px 0px #c2c2c2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c2c2c2;
	box-shadow:inset 0px 1px 0px 0px #c2c2c2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #737373), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #737373 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#333333');
	background-color:#737373;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	width: 179px;
	margin-top: 10px;
}

.PressReleaseButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #737373) );
	background:-moz-linear-gradient( center top, #333333 5%, #737373 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#737373');
	background-color:#333333;
	color:#ffffff!important;
}


.PressReleaseData {
    background-color: #F3F3F3;
    padding: 5px 15px;
    text-align:left!important;
    margin: 1em 0!important;
}

.PressReleaseData h2
{
	font-size: 1.25em!important;
	padding: 0.3em 0 0.7em!important;
}

/* ********************* HLEDEJ CENY ******************* */
.hce-link-graph
{
	text-align: center;
	margin:0 0 1em;
}

.hce-link-graph .hce-link-graph-data
{
	border-width:1px;
	border-color:#C0C0C0;
	border-style:solid;
	width: 550px;
	margin: auto;
}

.hce-link-graph .hce-link-graph-desc
{
	padding-top:5px;
	margin: auto;
	display: table
}

.hce-link-1
{
	display: block;
	padding: 0px 0px 1em;
}

.hce-link-1 br
{
	clear: none!important;
	line-height: 0.8em;
}

.hce-link-1 img
{
	margin-top: 1px!important;
}

.hce-link-3
{
	display: block;
	padding: 0px 0px 1em;
}


/* --------------------------- LIVE COMP ----------------- */
#databox-live-companies
{
	padding: 11px 9px;
	width: 282px;
	border: 1px solid #e7e7e7;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(50%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#databox-live-companies .box-header
{
	color: #a9a6a1;
	font-size: 14px;
	border-bottom: solid 1px #dbdbdb;
	padding-bottom: 11px;
	text-align: right;
	line-height: 22px;
}

#databox-live-companies .box-header a
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 103px;
	height: 20px;
	background: transparent url("/Client.Images/LiveCompanies/logo-small.png") no-repeat 0 0;
}

#databox-live-companies .box-data
{
	border-top: solid 1px #ffffff;
	padding-top: 11px;
}

#databox-live-companies ul
{
	display: block;
}

#databox-live-companies ul li
{
	border-top: 0px solid;
	border-bottom: 0px solid;
	padding: 0 0;
	margin-bottom: 6px;
	font-size: 11px;
}

#databox-live-companies ul li a
{
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

#databox-live-companies ul li
{
	padding-left: 20px;
}

#databox-live-companies ul li a:hover
{
	text-decoration: underline;
}

#databox-live-companies ul li.ic-1
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-1.png") no-repeat 0 2px;
}

#databox-live-companies ul li.ic-2
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-2.png") no-repeat 0 2px;
}

#databox-live-companies ul li.ic-3
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-3.png") no-repeat 0 2px;
}

#databox-live-companies ul li.ic-4
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-4.png") no-repeat 0 2px;
}

#databox-live-companies ul li.ic-5
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-5.png") no-repeat 2px;
}

#databox-live-companies ul li.ic-6
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-6.png") no-repeat 0 2px;
}

#databox-live-companies ul li.ic-7
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-7.png") no-repeat 0 2px;
}

#databox-live-companies ul li.ic-8
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-8.png") no-repeat 0 2px;
}

#databox-live-companies ul li.ic-9
{
	background: transparent url("/Client.Images/LiveCompanies/icon-small-9.png") no-repeat 0 2px;
}

#databox-live-companies .box-data .more-link
{
	text-align: right;
}

#databox-live-companies .box-data .more-link a
{
	color: #3e96cf;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#databox-live-companies .box-data .more-link a:hover
{
	text-decoration: underline;
}

/* ********************* ANKETY ******************* */
.bx-inquiry-wrapper
{
	text-align: center;
}

.bx-inquiry
{
	background: #30B519;
	padding: 20px!important;
	width: 190px;
	float: right;
	color: #fff;
}

.bx-inquiry-left
{
	float: left;
	margin: 0 20px 0 0!important;
}

.bx-inquiry-right
{
	float: right;
	margin: 0 0 0 20px!important;
}

.bx-inquiry-center
{
	float: none;
	width: 560px;
	margin: 20px auto!important;
	text-align: left;
}

.bx-inquiry:before
{
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}

.bx-inquiry-center:after
{
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}

.bx-inquiry-center:after
{
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}

.bx-inquiry .bx-cnt,
.bx-inquiry .bx-head
{
	padding: 0 0!important;
}

.bx-inquiry .bx-head h2
{
	color: #fff;
	font-size: 17px;
}

.bx-inquiry .bx-cnt
{
	font-size: 14px;
	font-weight: bold;
	font-weight: 400;
}

.bx-inquiry .bx-cnt .inquiry-row
{
	margin-bottom: 10px!important;
	cursor: pointer;
	color: #fff;
}

.bx-inquiry .bx-cnt .inquiry-row label
{
	display: block;
	clear: both;
	cursor: pointer;
}

.bx-inquiry .bx-cnt .inquiry-row .inquiry-votes
{
	line-height: 20px;
	text-align: right;
	display: block;
	clear: both;
}

.bx-inquiry .bx-cnt .inquiry-row .inquiry-votes span
{
	display: block;
	float: left;
	background: #fff;
	height: 20px;
}

.bx-inquiry .bx-cnt .inquiry-row:hover
{
	color: #fff;
}
.bx-inquiry .bx-cnt .inquiry-row:hover label
{
	text-decoration: underline;
}
.bx-inquiry .bx-cnt .inquiry-row:hover .inquiry-votes span
{
	background: #aaa;
}

.bx-inquiry .bx-foot
{
	color: #fff;
    	font-size: 12px;
	margin-top: 20px!important;
}
