/*
barvy:
hlavni - tmave zelena - #99a927
podbarveni - svetle zelena - #d8f8be
svetlejsi podbarveni - svetlonce zelena - #f7fef2
nadpisy, linky - velmi tmave zelena - #2d6500

 */

* {
	margin: 0;
	padding: 0;
}

img, a img {
	border: 0;
}

body {
	background-color:#e0e0e0;
	color:#000;
	font-family:Verdana,Geneva,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	min-height:1000px;
	padding:0;
	background-color: #fff;	
}

body.background {
	background: url(../files/pozadi_web.jpg) no-repeat fixed center top #fff !important;
}

#topmenu {
	background-color: #3a3a3a;
	color: #FF7300;
	margin: 0 auto;
	padding: 1px;
}
#topmenu-inside {
	margin: 0px auto;
	width: 1020px;
	padding: 3px 5px;
}
#topmenu a {
	color: #fff;
	text-decoration: none;
}

#top {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background: url(../images/frontend/bckg-top.png) repeat-x top;*/
	margin:0 auto;
	padding:0;
	width:100%;
}

#top-center {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background: url(../images/frontend/bckg-top-gradient.png) repeat-x top;*/
	margin:0 auto;
	padding:0;
}

#topheader {
	margin:0 auto;
	padding-top:3px;
	width:1000px;
}

/* hlavni baner nahore */
#banner {
	margin: 5px auto 0 auto;
	text-align: center;
    width: 1046px;
}
.banner-vertical {	
	margin-top:-40px;
	position:absolute;
	width:120px;
}
.banner-vertical.left {
	margin-left:-120px;
}
.banner-vertical.right {
	margin-left:1040px;
}

.banner-vertical.fixed {
	position: fixed;
	margin-top: 0px;
	top: 2px;
}

.banner-468 {
	text-align: center;
	margin: 10px 0 20px 0;
}

#main {
	background-color: #fff;
	margin: 0 auto;
	width:1030px;
}

#header {
	padding: 12px;
	width: 1006px;
}

#logo {	
	float: left;
	position: relative;
}

#logo img {
	height: 57px;
	display: block;
}
#logo span {
	visibility: hidden;
	position: absolute;
	top: 0;
}

#heading {
	float: left;
	height: 60px;
	margin-left: 5px;
	position: relative;
	width: 510px;
}

#heading strong {
	position: absolute;
	top: 32px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
}
#heading h1 {
	text-transform: lowercase;
	float: left;
}

.page-editor-link {
	display: inline-block;
	font-size: 1.1em;
	float: right;
	margin-top: 10px;
}

h1 span.small {
	font-weight: normal;
	font-size: 0.7em;
	color: #999;
}
h3 span.small {
	font-weight: normal;
	font-size: 0.9em;
	color: #999;
}

#facebook {
	float: left;
	margin-top: 4px;
}
#facebook a {
	margin-right: 3px;
	text-decoration: none;
}
#profile {
	float: right;
}
#Default_Form_Login .identity, #Default_Form_Login_Profile .identity {
	color: black;
	height: 18px;
	padding-left: 3px;
	width: 100px;
	margin-right: 4px;
}
#Default_Form_Login_Profile #submit, #Default_Form_Login_Profile #password {
	margin-top: 5px;
}
#Default_Form_Login_Profile .submit {
	font-size: 0.9em;
}

#menu {
	height: 125px;
	padding: 15px 12px 0px 12px;
	text-align: left;
	width: 1006px;
}
div.uzivatelskyprofil {
	color: #666;
}

div.uzivatelskyprofil .left {
	float: left;
}
div.uzivatelskyprofil .right {
	float: right;
	text-align: left;
}

div.uzivatelskyprofil a {
	color: #666;
	text-decoration: none;
}

div.uzivatelskyprofil .avatar {
	margin-right: 10px;
	width: 50px;
}
div.uzivatelskyprofil .logout {
	color: #ff7300;
	font-size: 11px;
	margin-left: 10px;
}
div.uzivatelskyprofil .submit.small {
	margin: 3px 5px 3px 0;
}

#pmenublock #email, #pmenublock #password {
	margin-top:3px;
	width:100px;
}

#content-holder {
	background-color: #ffffff;
	margin: 0 auto;
	width: 1006px;
}

/* 580px = 555 + 13 + 12 */
#content-center {
	background-color: #ffffff;
	width: 560px;
	_width: 555px; /* hack for IE */
	float: left;
	padding: 0px 12px 10px 0;
	position: relative;
	left: 132px
}

/* kvuli fotkam v clancich ze stareho snow, posledni selector je pro prispevky pod clankem */ 
#content-center .article > img,
#content-center .topic img,
#content-center .article td img,
#content-center > div > div > p > img,
.content-center-max-width {
	max-width: 555px;
	width: expression(this.width > 545 ? 545 : true);
}

/* 120px */
#column-left {
	background-color: #ffffff;
	width: 120px;
	float: left;
	padding-bottom: 10px;
	color: #333;
	overflow: hidden;
	font-size: 11px;
	position: relative;
	left: -572px
}

#column-right {
	width: 300px;
	padding: 12px 0 10px 0px;
	float: right;
	color: #000;
	height: 100%;
}

#footer-holder {
	clear:both;
	margin:10px auto;
	width:1030px;
}

#footer-content {
	background: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 10px 15px;
}

#partneri {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

#partneri a {
	color: #999999;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #4a4a4a;
}

a.neg {
	text-decoration: none;
}
a.neg:hover {
	text-decoration: underline;
}

.article-detail h1, .article-detail h2, .article-detail h3, .article-detail h4, .article-detail h5 {
	margin: 1em 0 0.5em 0;
}

.article-detail h2 {
	font-size: 1.6em;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 11px;
	color: #99a927;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	
}

p {
	margin-top: 5px;
}

a img {
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
	margin: 15px 0;
}

#content-center ul.ui-tabs-nav {
	margin-left:0;
}

textarea, select {
	border: 1px solid #B3B3B3;
}

#content-center ul, #content-center ol {
	margin-left: 2em;
}

.article-detail ul, .article-detail ol {
	margin-left: 2em;
}

.article-text h2, .article-text h3, .article-text h4 {
	margin-top: 10px;
}

.article-text img {
	margin: 10px;
	margin-left: 0;
}
img.left-texy {
	float: left;
}
img.right-texy {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.article-text img.emoticon {
	margin: 0;
}

.paginationControl {
	font-weight: bold;
	margin: 15px 0;
	text-align: center;
}

fieldset {
	padding: 10px;
	border: 1px solid #aaa;
}

#Admin_Form_Users_Profile fieldset {
	border-radius: 3px;
}

fieldset legend {
	font-size: 1.3em;
}

/* zakomentoval jsem to, protoze to rusi css tlacitek texyly a nenasel jsem tridu pouzitou nikde jinde

.btn {
	position: relative;
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#DEDEDE));
	background-image: -moz-linear-gradient(top,white,#DEDEDE);
	background-image: -o-linear-gradient(top,white,#DEDEDE);
	background-image: -ms-linear-gradient(top,white,#DEDEDE);
	background-image: linear-gradient(top,white,#DEDEDE);
	border: #CCC solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	max-width: 98%;
	overflow: hidden;
	text-decoration: none !important;
}
.btn span {
	padding: 5px;
	color: #333;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	top: 1px;
}
*/

.first-big:FIRST-LETTER {
	text-transform: uppercase;
}

#logo-container {
	float:left;
	width:700px;
}

a#zalozka-soutez {
	display:block;
	float:left;
	left:70px;
	position:relative;
	top:44px;
	width:170px;
}

/* cara kolem loga */
.cara {
	width: 100%;
	height: 5px;
	float: left;
	background: url(../images/frontend/cara-998.jpg) no-repeat;
}

.highslide-gallery {
	margin-top: 10px;
}
.highslide-dimming {
	background: url('../images/frontend/bg-fotogal-snow.png') repeat 0 0 transparent !important;
	opacity: 0.85 !important;
}
.clanek_fotka {
	float:left;
	margin:13px 0 0 11px;
}

/* kalendar akci */
.event-detail-organizer {
	background:url("../images/frontend/grad-grey-white.png") repeat-y scroll 0 0 transparent;
	float:right;
	margin-left:10px;
	padding:10px;
}

/* obecne tridy */
.breadcrumbs {
	background: url('../images/frontend/home.png') no-repeat 0 2px transparent;
	color: #666;
	font-size: 0.8em;
	padding-left: 16px;
	margin: 1em 0;
	line-height: 1.6em;
}
.breadcrumbs a {
	color: #003366;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

.sipky-cerne {
	background: url('../images/frontend/sipky-cerne.png') left center no-repeat;
}

.sipky-bile {
	background: url('../images/frontend/sipky-bile.png') left center no-repeat;
}

.sipky-oranzove {
	background: url('../images/frontend/sipky-oranzove.png') left center no-repeat;
}

.sipky-zlute {
	background: url('../images/frontend/sipky-zlute.png') left center no-repeat;
}

.sipky-modre {
	background: url('../images/frontend/sipky-modre.png') left center no-repeat;
}

.sipky-zelene {
	background: url('../images/frontend/sipky-zelene.png') left center no-repeat;
}

.podnadpis {
	font-size: 0.9em;
	margin: 0;
}

.podnadpis img {
	vertical-align: bottom;
}

.oddelovac {
	border-top: 1px solid #ddd;
	height: 1px;
	margin-top: 10px;
	padding-top: 10px;
}

.oddelovac-grey {
	border-top: 1px solid #999999;
	height: 1px;
	margin-top: 10px;
	padding-top: 10px;
}

.grey {
	color: #666;
}

.bold {
	font-weight: bold;
}

p.description {
	margin-top: 0em;
	padding-top: 2px;
}

.back {
	margin: 10px;
}

.black {
	color: #000 !important;
}

.image-button {
	width: 18px;
	height: 18px;
	background-color: #2d6500;
	color: white;
	float: left;
	margin-right: 5px;
	position: relative;
	bottom: 0px;
}
.image-button.skicentre {
	background-color: #99a927;
}
.image-button.market {
	background-color: #99a927;
}
.image-button span {
	font-size: 20px;
    font-weight: bold;
    left: 1px;
    position: relative;
    top: -5px;
}

.skicentre-color {
	color: #99a927 !important;
}

.font-10 {
	font-size: 10px;
}

/* levy sloupec vnitrni prvky */
.lbanner {
	margin-bottom: 10px;
	clear: both;
}

.kzpravy {
	margin: 10px 0;
}

.kzpravy h3.black {
	background: #fff url(../images/frontend/grad-grey-left.png) repeat-y;
}

.kzpravy h3 a {
	color: #fff;
	text-decoration: none;
}

.kzpravy h3 a:hover {
	text-decoration: underline;
}

.kzpravy p {
	color:#555555;
	font-size:10px;
	margin-bottom:5px;
}

.kzpravy h3 {
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 4px;
}

.kzpravy h4 {
	display: block;
	margin-bottom: 5px;
}

.kzpravy h4 a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.kzpravy h4 a:hover {
	color: #333333;
	text-decoration: underline;
}

.kzpravy a.active {
	color: #ff7300;
}

.kzpravy .eshop a {
	padding-left: 5px;
}

.kzpravy h4 span {
	color: #333333;
}

.kzpravy .country img {
	display: none;
}

.kzprava {
	border-bottom:1px solid #ffffff;
}

.uvnitr {
	margin-top:5px;
	padding:0 5px;
}

.kzprava .datum {
	color: #555;
	font-size: 10px;
	font-weight: normal;
}

.snowtipy {
	margin: 10px 0;
}

.snowtipy h3 {
	color:#FFFFFF;
	font-size:1em;
	padding:4px;
}

.snowtipy div.text {
	color: #000;
	padding: 5px 10px;
}

.snowtipy div.underlined {
	border-bottom: 1px solid #fff;
}

.snowtipy a {
	text-decoration: none;
}


#Form_SystemUsersProfile #description {
	width: 550px;
}

/* porovnavani v marketu a kosik v eshopu */
.left-compare {
	background: url(../images/frontend/grad-market-grey.png) repeat-y transparent;
	padding-bottom: 10px;
}

.left-compare-in {
	background:url("../images/frontend/grad-market-lupa.png") no-repeat scroll 0 0 transparent;
	min-height:49px;
}

.left-compare div.empty {
	padding: 4px 0 0 0;
}

.left-compare p {
	border-bottom:1px solid #FFFFFF;
	font-size:10px;
	margin-top:0;
	padding-bottom:5px;
	padding-top:5px;
}

.left-compare a {
	color: #ffffff;
	text-decoration: none;
}

.left-compare a:hover {
	color: #e4e4e4;
}
.left-compare .dalsi {
	text-align: right;
	margin-top: 10px;
}

/* content vnitrni prvky */
#content-center h1,#content-left h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article {
	-webkit-box-shadow: 0 6px 6px -9px #999999;
	-moz-box-shadow: 0 6px 6px -9px #999999;
	box-shadow: 0 6px 6px -9px #999999;
	margin:0 0 20px;
	padding:0 0 20px;
}

.article h2 {
	font-size: 16px;
}

.skupina {
	font-weight: bold;
}

.article h1, .article h2, .article h3, .article h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.article .podnadpis {
	margin-top: 8px;
}

.article .text, .article-perex {
	margin: 20px 0;
}
.article-perex, .article-text, .article-share, .highslide-gallery {
	-webkit-box-shadow: 0 6px 8px -6px #ccc;
	-moz-box-shadow: 0 6px 8px -6px #ccc;
	box-shadow: 0 6px 8px -6px #ccc;
	padding-bottom: 20px;
}
.article .text p {
	margin-bottom: 1em;
}

.article .text h1,.article .text h2,.article .text h3,.article .text h4 {
	margin: 5px 0;
}

.article-coments {
	float: right;
	font-weight: bold;
	text-align: right;
}

.article-about a,.article-coments a {
	font-size: 10px;
	text-decoration: none;
}

.titlephoto {
	float: right;
	width: 293px;
	height: 190px;
	padding: 0 0 10px 10px;
}

.titlephoto-author {
	color: #999;
	text-align: right;
	position: relative;
}

.titlephoto-left {
	float: left;
	width: 142px;
	height: 94px;
	margin-right: 15px;
	text-align: center;
}

.titlephoto-left img {
	border: 2px solid #ddd;
}

.titlephoto-center {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.titlephoto-center img {
	max-width: 450px;
	width: expression(document.body.clientWidth > 450? "450px" : "auto" );
}

.article-photo-left {
	float: left;
	width: 170px;
	height: 109px;
	margin-right: 15px;
	text-align: center;
	background-color: #ddd;
}

.article-photo-left-square {
	float: left;
	margin: 2px 10px 0px 0;
	text-align: center;
}

.article-photo-left-square img {
	border: 1px solid #bbb;
}

.article-photo-right {
	float: left;
	margin-right:10px;
}

.article-photo-right img {
	width: 170px;
	height: 109px;
}

.article-content-left {
	float: left;
	width: 355px;
	font-size: 11px;
}
.article-content-left.square {
	width: 450px;
}

.article-content-left .podnadpis {
	margin-top: 0;
}

.article-content-left h2, .article-content-left h2 a {
	font-size: 1.1em;
	margin-top: 0px;
	color: #99a927;
	text-decoration: none;
}
.article-content-left h2 a:hover {
	text-decoration: underline;
}

.article-content-left .dalsi {
	margin-top: 5px;
	float: right;
	color: #999;
}
.article-content-left .dalsi a {
	color: #999;
	text-decoration: none;
}

.rating {
	color: #333;
	float: left;
}

.tags {
	color: #999;
	text-align: right;
	margin: 20px 0 5px 0;
}
.tags a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.tags a:hover {
	text-decoration: underline;
}

.add-this {
	/*float:right;*/
}

.category-jump {
	float: right;
}

.category-jump select {
	background-color: #666;
	color: #fff;
	font-size: 1.5em;
	margin-top: -15px;
	min-width: 10em;
}

.category-jump select option {
	padding-left: 0.3em;
}

.category {
	color: #666;
	text-decoration: underline;
}

div.add-reply {
	background-color: #f0f0f0;
	border: 1px solid #cecdcd;
	margin-top: 15px;
	padding: 10px;
}

.add-reply .header {
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 5px;
    padding-bottom: 11px;
}

#content-center .groups h3 {
	margin-bottom: 5px;
}

#content-center .groups h4 {
	float: left;
	margin-right: 1em;
	margin-bottom: 2px;
}

#content-center .groups h4 a {
	text-decoration: none;
}

.article table.events {
	width: 100%;	
}
.article table.events td {
	vertical-align: top;
}
.article table.events td.left {
	border-right: 1px solid #CCC;
	width: 350px;
	padding-right: 10px;
}
.article table.events td.right {
	padding-left: 10px;
	text-align: left;
}
.article table.events td h2 {
	font-size: 1.1em;
	margin-top: 0;
}
.article table.events td h2 a {
	color: #99a927;
	text-decoration: none;
}
.article table.events td h2 a:hover {
	text-decoration: underline;	
}

/* - obrazky se zarovnavaji v texy
.article table.events img {
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
}*/
.article table.events .skupina {
	background-color: #999;
	color: white;
	padding: 1px 8px;
	margin: 4px 0;
	display: inline-block;
}
.article table.events td .data a {
	color: #99a927;
	text-decoration: none;
}

.article table.events .archive {
	float: right;
	color: #777;
}
.bazar-detail-page .archive {
	color: #555;
	margin: 1em 0;	
}

.events-archive-link {
	float: right;
	text-align: right;
	font-weight: bold;
}

.events-archive-link a {
	color: #777;
	text-decoration: none;
}

.events-archive-link a:hover {
	text-decoration: underline;
}

/* kalendar a bazar - spolecne prvky */
#novy-inzerat {
	border: 1px solid #DFDFDF;
	float: left;
	padding: 5px 5px 3px 5px;
	margin-top: 10px;
	margin-right: 15px;
}
#novy-inzerat:hover {
	background-color: #DFDFDF;
}

#novy-inzerat a {
	font-size: 15px;
	text-decoration: none;
}
#novy-inzerat a:hover {
	color: #000;
}

#filter-form {
	background-color: #ccc;
	margin: 5px 0px;
	padding: 5px;
}

#bazar-table {
	border-spacing: 8px;
	width: 100%;
}

#bazar-table td {
	font-size: 12px;
}

#bazar-table td1 {
	width: 140px;
}

#bazar-table td2 {
	width: 100px;
}

#bazar-table td3 {
	width: 160px;
}

#bazar-table select, #bazar-table select option {
	background-color: #888888;
	color: #ffffff;
}

#bazar-table select#locality, #bazar-table select#categories {
	width: 150px;
}

#bazar-table select#orderby {
	width: 70px;
}

.bazar-detail-page .termin {
	background-color: #666;
	color: white;
	display: inline-block;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 13px;
	margin-right: 20px;
}
.bazar-detail-page .skupina {
	color: #666;
	font-weight: normal;
}

.banner {
	text-align: center;
	margin: 1em 0;
}

.banner3 {
	padding: 0px;
	margin-bottom: 10px;
}

.horizontal-articles {
	float: left;
	/*background: url(../images/frontend/sloupce-pozadi.png) repeat-y;*/
	background:url("../images/frontend/bckg-articles-gradient.png") repeat-x scroll 0 0 transparent;
	padding: 10px;
	width: 536px;
}

.horizontal-articles h2 {
	margin: 5px 0;
}

.sloupec {
	float: left;
	font-size: 11px;
	padding-bottom: 30px;
	width: 163px;
}

.levy {
	float: left;
	padding-left:0;
	padding-right:10px;
}

.prostredni {
	margin:0 5px;
	padding:0 15px 0 4px;
}

/* 180px = 170 + 10 */
.pravy {

}

.sloupec img {
	margin-bottom: 5px;
}

.oldest-articles {
	font-size: 0.9em;
}

.oldest-articles h2 {
	display: inline;
	font-size: 10px;
	line-height: 1.5em;
}

.oldest-articles span.datum {
	font-size: 10px;
}

.grey-background {
	background-color: #e9e9e9;
	padding: 10px;
}

.oldest-articles h2 {
	margin-bottom: 10px;
}

.oldest-articles h3 {
	display: inline;
	
}

.oldest-articles td {
	vertical-align: top;
	height: 18px;
	line-height: 16px;
}

.oldest-articles .date {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
}

.oldest-articles .skupina {
	margin-left: 8px;
}

.oldest-articles .svislice {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	width: 15px;
}

.dlinline dt,.dlinline dd {
	float: left;
	margin: 0 .5em 0.8em 0;
}

.dlinline dt {
	clear: left;
	font-weight: bold;
}

/* INQUIRY */
.anketa {
	float: left;
	margin: 5px auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 11px;
	background-color: #c8c8c8;
	width: 280px;
}

.anketa .nadpis {
	border-bottom:1px solid #99a927;	
	font-weight:bold;
	margin-bottom: 5px;
	padding-bottom:5px;
}

.anketa .otazka {
	color: #2d6500;
	font-weight:bold;
	padding: 0 5px 5px 5px;
}

.anketa .odpoved {
	margin-top: 5px;
}
.anketa .odpoved a {
	color: #000 !important;
	font-weight: bold;
}

.anketa .graf {
	background-color:#2d6500;
	float:left;
	height:6px;
	margin-right:8px;
	margin-top:4px;
}

.anketa .celkem {
	padding: 0 5px 5px 5px;
}

.anketa-clanek {
	margin: 25px auto;
	width: 300px;
}

.lazyload_ad {
	display: inline-block;
}
.block-commerce {
	color: #666;
	margin-bottom: 5px;
	float: left;
	font-size: 10px;
	width: 300px;
}
.commerce_title {
	font-size: 10px;
	color: #666;
	text-align: left;
	background: transparent url(../images/frontend/inzerce.gif) no-repeat scroll 0 0;
	width: 39px;
	height: 10px;
}
.commerce_title.right {
	float: right;
	margin-top: 10px;
}

/* nahled do fotogalerie */
.sloupecf {
	width: 80px;
	float: left;
	text-align: left;
	padding-right: 13px;
}

.sloupecf img {
	width: 80px;
	height: 80px;
	padding-bottom: 5px;
}

.sloupecf .date {
	font-size: 10px;
}

#content-center .new-posts h4 {
	font-size: 11px;
}

.new-posts {
	font-size:11px;
	height:290px;
	overflow-y:scroll;
}

.new-posts table td {
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 5px;
	vertical-align: top;
}

.new-posts span {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.hledej {
	float:right;
}

.query {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: 1px none silver;
	color: black;
	float: left;
	font-weight: normal;
	height: 16px;
	padding: 2px 0 0 3px;
	vertical-align: middle;
	width: 138px;
}

#QSsubmit {
	float: right;
	margin-left: 2px;
}

input[type=text], input[type=password], textarea {
	background-color: #fff;
	background-image: linear-gradient(top, rgb(237,237,237) 35%, rgb(255,255,255) 91%);
	background-image: -o-linear-gradient(top, rgb(237,237,237) 35%, rgb(255,255,255) 91%);
	background-image: -moz-linear-gradient(top, rgb(237,237,237) 35%, rgb(255,255,255) 91%);
	background-image: -webkit-linear-gradient(top, rgb(237,237,237) 35%, rgb(255,255,255) 91%);
	background-image: -ms-linear-gradient(top, rgb(237,237,237) 35%, rgb(255,255,255) 91%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.35, rgb(237,237,237)),
		color-stop(0.91, rgb(255,255,255))
	);
	border:1px solid #B3B3B3;
	font-size: 11px;
	height: 18px;
	margin-right: 4px;
	padding: 0 0 0 3px;
	
}

textarea {
	width: 485px;
	height: inherit;
}

input[type=text] {
	width: 100px;
}

input[type=text].wide, textarea.wide {
	width: 300px;
}
input[type=password] {
	width: 200px;
}



input[type=submit], button.submit {
	background-color: #99a927;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 3px 4px;
	text-transform: uppercase;
	text-indent: 2px;
}

input[type=submit]::-moz-focus-inner {
    border:0;
    padding:0;
}

input[type=submit].orange {
	background: #99a927;
	color: white !important;
}
input[type=submit].grey {
	background: #666;
	color: white !important;
}

.placeholder {
	color: #aaa;
}


.ui-widget-content a.submit {
	color: #FFFFFF;
}

a.submit {
	background-color: #99a927;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 6px 3px;
    text-decoration: none;
    text-transform: uppercase;
}
a.submit.grey {
	background-color: #666;
	color: white;
}
a.submit.dark {
	background-color: #333;
	color: white;
}
a.submit.add-to-compare {
	background-color: #333;
	color: white;
	float: left;
	margin-right: 5px;
}
a.submit.small {
	font-size: 10px;
	margin-right: 5px;
	padding: 2px 3px;
	text-transform: none;
	font-weight: bold;
}

a.submit:hover {
	color: #ddd;
}

.cse-branding-logo {
	float: left;
}

#profile #registrovat {
	border:0 none;
	height:20px;
	margin:0px 0 0 2px;
	width:94px;
}

#profile .prihlasit {
	background:transparent url(../images/frontend/prihlasit.jpg) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:20px;
	margin:2px 0 0 2px;
	width:94px;
}

.login {
	font-weight: normal;
	font-size: 11px;
	margin: 2px 0px 0px 0px;
	padding: 3px 0 0 5px;
	background: url(../images/frontend/inputbcklight.jpg) no-repeat 0 0;
	border: 1px silver;
	width: 120px;
	height: 18px;
	color: #ffffff;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.bold {
	font-weight: bold;
}

.mezera-5 {
	height: 5px;
}

.mezera-10 {
	height: 10px;
}

.mezera-15 {
	height: 15px;
}

.mezera-20 {
	height: 20px;
}

.mezera-25 {
	height: 25px;
}

.mezera-40 {
	height: 40px;
}

.normal {
	font-weight: normal;
}

/* vypis chybovych hlasek pomoci messengeru, stejne jako v adminu, jen jiny design */
div.pageerrorcontainer {
	margin: 20px 3px;
	padding: 20px 12px;
	font-size: 1.1em;
	font-weight: bold;
}

/* zabarveni zpravy */
div.message_green {
	background: #d7d7d7 url('../images/frontend/gradient-grey.png') top left repeat-x;
	border: 1px solid #323232;
}

div.message_red {
	background: #d7d7d7 url('../images/frontend/gradient-grey.png') top left repeat-x;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.gallery {
	float: left;
}

.gallery .image-holder {
	width: 90px;
	/*height: 60px;*/
	margin: 30px 20px;
	float: left;
	text-align: center;
	vertical-align: center;
}

.gallery .image-holder .kratky-popisek {
	font-size: 11px;
	/*height: 40px;*/
}

.change-password a {
	font-size: 1.2em;
	color: red;
}


#column-left .highlightbox {
	margin-bottom: 15px;
}
.highlightbox {
	padding: 0;
	float: left;
	font-size: 0.9em;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;	
}

.box-container {
	position: relative;
}
.highlightbox .bottom {
	position: absolute;
	bottom: 5px;
}

.highlightbox .inside {
	border: 1px solid #dfdfdf;
}
.highlightbox h2 {
	font-size: 12px;
	margin-bottom: 0px;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #dfdfdf;
}
.highlightbox h2 span {
	color: #333;
	padding-left: 5px;
	padding-bottom: 2px;
	line-height: 1.8em;
	display: block;
}
.highlightbox h2.nolink:hover {
	background: none !important;
}
.highlightbox h2 a {
	color: #000;
	text-decoration: none;
}
.highlightbox h2 a:hover {
	text-decoration: none;
}

.highlightbox.alone h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
}

.highlightbox a {
	text-decoration: none;
}
.highlightbox a:hover {
	text-decoration: underline;
}

.highlightbox .box-table {
	width: 100%;
	border-collapse: collapse;
}

.highlightbox .box-table tr {
	border-top: 1px solid #dfdfdf;
}

.highlightbox .box-table td, .highlightbox .box-table th {
	padding: 3px;
}

.highlightbox .box-table th {
	background-color: #eee;	
}


.box-table .totals th {
	padding-top: 6px;
	font-size: 1.2em;
}

.highlightbox .box-item {
	line-height: 1.3em;
	position: relative;
	clear: both;
}
.highlightbox .box-item, .highlightbox li {
	border-top: 1px solid #dfdfdf;
	padding: 6px;
}

.highlightbox.big .box-item {
	padding: 14px;	
}


.highlightbox .box-item:FIRST-CHILD, .highlightbox li:FIRST-CHILD, .highlightbox .box-table tr.first {
	border-top: none;
}
.highlightbox .box-item h4 {
	display: inline;
}

.highlightbox .box-item.photo h4 {
	display: block;
}

.highlightbox .box-item.report h4 {
	font-size: 1em;
	margin: 5px 0;
	display:block;
	line-height: 1.2em;
	width: 83px;
	overflow: hidden;
}

#column-right .highlightbox .box-item.report h4 {
	width: 68px;
}

.highlightbox .dalsi {
	text-align: right;
	margin: 10px 0 0px 0;
}
.highlightbox .dalsi a {
	font-size: 10px;
	font-weight: bold;
	padding: 1px 6px;
	text-decoration: none;
}
.highlightbox .dalsi .leve {
	background-color: #858585 !important;
	float: left;
}



.highlightbox .box-item p {
	margin: 0;	
}
.highlightbox .box-item p.wide {
	margin: 5px 0;	
}

.highlightbox .box-item .value {
	float: right;
	font-weight: bold;
}

.highlightbox .photo-box {
	float: left;
	margin: 4px;
	width: 47%;
}

.highlightbox .box-item.photo {
	padding: 10px;
}

.highlightbox .photo-box a img, .highlightbox .photo a img {
	float: left;
	margin-right: 10px;
}

.highlightbox .box-item.photo a img.country-ensign {
	float: none;
}

.highlightbox .rating {
	float: right;
}
.highlightbox .report-info-hp a {
	color: #000;
}
.highlightbox .report-info-hp a:hover {
	color: #000;
}

#column-right .highlightbox .photo-box a img, .highlightbox .photo a img {
	margin-right: 5px;
}

.highlightbox .box-item .cropped-image {
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

#column-right .highlightbox img.photo-left {
	border: 1px solid #DFDFDF;
	width: 65px;
	height: 65px;
	margin-right: 7px;
	float: left;
} 

.highlightbox.grey .inside {
	background-color: #eee;
}
.highlightbox.grey h2 {
	border-bottom: 3px solid #ffffff;
}
.highlightbox.grey h2:hover {
	background-color: #ffbf71;
}
.highlightbox.grey a {
	color: #000000;
}
.highlightbox.grey .dalsi a {
	background-color: #FF7800;
	color: #fff;
}
.highlightbox.grey .button-detail {
	float: right;
	color: white;
	background-color: #999;
	padding: 4px;
	position: relative;
	top: -4px;
	font-weight: bold;
}

.highlightbox.portal .inside {
	background-color: #f7fef2;
}
.highlightbox.portal h2 {
	border-bottom: 3px solid #2d6500;
}
.highlightbox.portal h2:hover {
	background-color: #d8f8be;
}
.highlightbox.portal a {
	color: #99a927;
}
.highlightbox.portal .dalsi a {
	background-color: #2d6500;
	color: #fff;
}

.highlightbox.portal .dalsi.simple a {
	background-color: transparent;
	color: #FF7800;
	font-weight: normal;
}

.highlightbox.portal .podnadpis {
	color: #666;
	padding: 3px 0;
}
.highlightbox.portal .dalsi.simple .comments {
	color: #666;
}
.highlightbox.narrow .box-item {
	line-height: 1.1em;
}

.highlightbox.big .photo-box img {
	margin-right: 10px;
}

.highlightbox.light .inside {
	background-color: #fff;
}
.highlightbox.eshop2 h2 {
	border-bottom: 3px solid #2d6500;
}

.highlightbox.eshop .inside {
	background-color: #ecebeb;
}
.highlightbox.eshop h2 {
	border-bottom: 3px solid #CC0000;
}
.highlightbox.eshop h2 span.desc {
	font-weight: normal;
	text-transform: none;
}
.highlightbox.eshop h2 span.desc span.small {
	border-bottom: none;
	font-size: 10px;
}
.highlightbox.eshop h2 .basket-img {
	float: right;
	height: 17px;
	margin-right: 3px;
}
.highlightbox.eshop h2:hover {
	background-color: #f5cccc;
}
.highlightbox.eshop p a {
	color: #FF7800;
}
.highlightbox.eshop .dalsi a {
	background-color: #d43131;
	color: #fff;
}

/**
 * rozbalovaci vertikalni menu
 */

.highlightbox li a {
	font-weight: bold;
}
.highlightbox li a:hover {
	text-decoration: underline;
}
.highlightbox li.active a:hover {
	text-decoration: underline;
}

.highlightbox ul.level-2 li {
	padding-left: 12px;
}
.highlightbox ul.level-2 li a {
	font-weight: normal;
}
.highlightbox ul.level-2 li.active a {
	font-weight: bold;
}
.highlightbox ul.level-2 li a:hover {
	text-decoration: underline;
}


/**
 * vertikalni menu - barvy eshop
 */
.highlightbox.eshop li a:hover {
	color: #000;
}
.highlightbox.eshop li.active {
	background-color: #e2fbcf;
}
.highlightbox.eshop li.active a {
	color: #CC0000;
}
.highlightbox.eshop ul.level-2 li {
	background-color: #e2fbcf;
	border-top: 1px solid #fff;
}
.highlightbox.eshop ul.level-2 li:hover {
	background-color: #d8f8be;
}
.highlightbox.eshop ul.level-2 li a {
	color: #003366;	
}

/**
 * vertikalni menu - barvy market
 */

.highlightbox.market li a:hover {
}

/* aktivni kategorie */

.highlightbox.market li.active {
	background-color: #d8f8be;
}
.highlightbox.market li.active a {
	color: #111111;
}
/* podkategorie */
.highlightbox.market ul.level-2 li {
	background-color: #e2fbcf;
	border-top: 1px solid #fff;
}
.highlightbox.market ul.level-2 li:hover {
	background-color: #d8f8be;
}
.highlightbox.market ul.level-2 li a {
	color: #333333;
}



.highlightbox.eshop h4 a {
	color: #c00;
	line-height: 1.2em;
}

.highlightbox.eshop .box-item .bottom {
	position: absolute;
	bottom: 4px;
	left: 80px;
}

.highlightbox.eshop .price_common {
	text-decoration: line-through;
	font-size: 0.9em;
}

.highlightbox.eshop .price {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}


.highlightbox.market.light .inside {
	background-color: #fff;
}
.highlightbox.market .inside {
	background-color: #f4f2f3;
}
.highlightbox.market h2 {
	border-bottom: 3px solid #99a927;
}
.highlightbox.market h2:hover {
	background-color: #f7fef2;
}
.highlightbox.market a {
	color: #2d6500;
}
.highlightbox.market .dalsi a {
	background-color:#99a927;
	color: #fff;
}
.highlightbox.market a.submit, .highlightbox.market input[type="submit"] {
	background-color: #99a927;
	color: #fff;
}
.highlightbox.market span.price {
	color: #2d6500;
	font-weight: bold;
}

.highlightbox.skicentre .inside {
	background-color: #fff;
}
.highlightbox.skicentre h2 {
	border-bottom: 3px solid #99a927;
}
.highlightbox.skicentre h2:hover {
	background-color: #D6EBFF;
}
.skicentre a {
	color: #99a927;
}

.highlightbox .dalsi.bigger {
	margin-top: 20px;
}

.highlightbox.skicentre .dalsi a {
	background-color: #99a927;
	color: #fff;
}

.highlightbox.skicentre span a {
	color: #000;
}

.highlightbox.skicentre .dalsi.bigger a {
	padding: 4px 8px;
	font-size: 1.1em;
}

.highlightbox.dark .inside {
	background-color: #eee;
}

.highlightbox label {
	font-weight: bold;
}
.highlightbox label.normal {
	font-weight: normal;
}

.highlightbox input[type=text], .highlightbox input[type=password] {
	width: 200px !important;
}
.highlightbox #submit-element, .highlightbox #submit_register-element {
	text-align: right;
}
.highlightbox.eshop2 input[type=submit], .highlightbox.eshop2 button.submit {
	color: #fff;
	background-color: #335C85;
	font-weight: bold;
	text-transform: none;
}

.highlightbox.eshop2 p {
	padding-bottom: 10px;
	line-height: 1.1em;
}

.highlightbox .new-password {
	text-align: right;
	margin: 10px 0;
}

.highlightbox .new-password a {
	background-color: #777;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 0.8em;
}

.highlightbox .article-content-left h4 {
	font-size: 1.2em;
}



.main-categories {
	margin: 15px 0;
}

.main-categories .label {
	padding: 5px 0 3px 0;
}

.main-categories ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
.main-categories ul li {
	background-color: #d8f8be;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.main-categories.grey ul li {
	background-color: #999;
}
.main-categories.grey ul li a {
	color: #fff;
}
.main-categories.yellow ul li {
	background-color: #99a927;
}
.main-categories.yellow ul li a {
	color: #fff;
}
.main-categories.yellow ul li.current {
	background-color: #336688;
}
.main-categories.yellow ul li.current a {
	color: #ffffff;
}
.main-categories ul li:hover {
	background-color: #e2fbcf;
}
.main-categories.grey ul li:hover, .main-categories.grey ul li.active {
	background-color: #99a927;
}
.main-categories.yellow ul li:hover {
	background-color: #336688;
}
.main-categories.green ul li {
	background-color: #d8f8be;
}
.main-categories.green ul li:hover {
	background-color: #e2fbcf;
}
.main-categories.green ul li.nolink {
	color: #000;
}
.main-categories.green ul li.nolink:hover {
	background: #e2fbcf;
}

.main-categories ul li.nolink {
	color: #fff;
}
.main-categories ul li.nolink:hover {
	background: #336688;
}
.main-categories ul li.nolink.nohover {
	color: #000;
}
.main-categories ul li.nolink.nohover:hover {
	background: #d8f8be;
}

.main-categories ul li.nolink a {
	font-weight: normal;
}

.main-categories ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.main-categories ul li a:hover {
	text-decoration: underline;
}
.main-categories ul li span.small {
	font-weight: normal;
	font-size: 0.8em;
}
.main-categories ul li.green {
	background-color: #99a927;
	color: #fff;
}
.main-categories ul li.orange {
	background-color: #99a927;
	color: #fff;
}
.main-categories ul li.red {
	background-color: #CC0000;
	color: #fff;
}
.main-categories ul li.grey {
	background-color: #666666;
	color: #fff;
}

.temp_max, .temp_min {
	font-size: 1.1em;
}
.temp_max {
	color: #e00000;
}
.temp_min {
	color: #336699;
}
.temp_max.normal, .temp_min.normal {
	font-size: 1.0em;
}

.weather-symbol {
	width: 25px;
	margin: -6px 0;
}

#column-right h3.strediska {
	border-bottom: 1px solid #99a927;
}

#column-right h3.market {
	border-bottom: 1px solid #99a927;
}

.upper {
	text-transform: uppercase;
}

.strediska {
	color: #99a927;
}

#shadow {
	margin: 0 auto;
	width: 1046px;
}
#shadow-top {
	background: url('../images/frontend/shadow-top.png') no-repeat;
	height: 8px;
}

#shadow-content {
	background: url('../images/frontend/shadow-content.png') repeat-y;
}

#shadow-bottom {
	background: url('../images/frontend/shadow-bottom.png') no-repeat;
	height: 8px;
	margin: 0 auto;
	width: 1046px;
}

#Magazine_Form_Subscription fieldset, #Eshop_Form_Order fieldset, .bordered fieldset {
	border: 1px solid gray;
	padding: 5px;
}

.webcams-img
{
    max-width: 555px;
	width: expression(document.body.clientWidth > 545? "545px" : "auto" );
}

.invisible {
	display: none;
}

div.edit-in-place {
	background-color:#E5E5E5;
	height: 30px;
	margin-top:5px;
	overflow-y:auto;
	padding:3px;
	text-align: left;
}

div.text {
	display: inline;
	text-align: left;
}

.photolistitem {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#eee none repeat scroll 0 0;
	border:1px solid darkgray;
	display:block;
	float:left;
	font-size: 11px;
	height:150px;
	list-style-type:none;
	margin:12px;
	padding:10px;
	position:relative;
	text-align:center;
	width:170px;
}

.photolistitem img {
	text-align: center;
}

#new-gallery a {
    font-weight: bold;
    text-decoration: none;
}

#filter-form hr {
    background-color: #EEEEEE;
    margin: 8px 0;
}

.images-list-container {
	background: #d7d7d7 url('../images/frontend/gradient-grey.png') top left repeat-x;
	padding: 10px 0 0 10px;
	margin-top: 0.5em;
}

.images-list-container a {
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}

.images-list-container img {
	border: 2px solid silver;
}

.images-list-container a:hover img {
	border-color: gray;
}

.images-list-container.squared a {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.images-list-container.squared img {
	width: 160px;
}

.button-plus {
	position: relative;
	width: 19px;
	height: 20px;
	background: #99a927 url('../images/frontend/plus-oranzove.jpg');
	float: left;
	margin-right: 3px;
	top: -3px;
}

.button {
	color: #fff;
	background-color: #99a927;
	padding: 3px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
}

.button:hover {
	color: #f1f1f1;
	text-decoration: underline;
}

.share-box {
	margin-top: 20px;
	min-height: 30px;
}
.share-item {
	float: left;
}
a.email_button {
	background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    display: block;
    padding: 3px;
	text-decoration: none;
	color: #666;
	font-size: 0.9em;
}
a.email_button:hover {
	text-decoration: underline;
}

.alpha60 {
	background-attachment: scroll;
	background-color: 
	transparent;
	background-image: url("../images/frontend/bg-transparent.png");
	background-repeat: repeat;
}

.dialogNewItem-link {
	padding-left: 0.5em;
}

.box-container {
	width: 100%;
	clear: both;
	margin-bottom: 2em;
}

.box-left, .box-right {
	width: 49%;
	float: left;
}
.box-left {
	margin-right: 0.5em;
}
.box-right {
	margin-left: 0.5em;
}

dl.zend_form dt {
	margin-top: 1.2em;
}
dl.zend_form dd {
	margin-top: 0.2em;
}
dl.zend_form .description, dl.zend_form .hint {
	font-size: 0.8em;
}

.photo-left {
	float: left;
	margin-right: 0.5em;
}

#column-left .photo-top {
	width: 100%;
	margin-bottom: 5px;
}

#captcha-element img {
	border: 1px solid #b3b3b3;
	padding: 5px;
}

#adform_gateway .adform-adbox-custom.adform-adbox-custom-L {
    left: -135px !important;
}

#adform_gateway .adform-adbox-custom.adform-adbox-custom-R {
	left: 1015px !important;
}

.miniprofile .photo {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}

.miniprofile h3 {
	margin-bottom: 5px;
}

.link-feed {
    background: url("../images/icon_feed.gif") no-repeat scroll left 2px transparent;
    padding-left: 18px;
}

input.readonly {
	background-color: #DDDDDD;
    background-image: none;
    border-color: #999999;
}

/**
 * forum partial post
 */
div.blocktable {
	margin-bottom: 10px;
}

div.blocktable.deleted h3 {
	background-color: #cc0000;
}

.blocktable h2 {
	background-color: #99a927;
	color: #ffffff;
	font-size: 11px;
	padding: 4px 6px;
	margin:0 !important;
}

.blocktable h3 {
	background-color:#99a927;
	color:#FFFFFF;
	font-size:11px;
	margin:0 !important;
	padding:4px 6px;
}

#content-center .blocktable h3 a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#content-center .blocktable h3 a.poster {
	color: #0000FF;
    font-weight: bold;
    padding-right: 10px;
}

.blocktable h3 a:hover {
	text-decoration: underline;
}

.blocktable table {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

.blocktable th {
	background-color: #e9e9e9;
}

.blocktable td {
	border-bottom: 2px solid #e9e9e9;
	border-right: none;
	margin: 0;
	padding: 0;
}

.blocktable th,.blocktable td {
	padding: 4px 6px;
}

.topic-subscription {
	float: right;
}

div.blocktable.deleted .topic {
	background-color: #ffeeee;
}

.topic {
	border: 1px solid #cecdcd;
	padding:5px 10px;	
}

.topic .header .profile {
	float: right;
	padding: 0 0 10px 10px;
 	width: 103x;
}

.topic .header .avatar-container {
	height: 80px;
}

.topic .header .avatar {
	float: right;
	padding-left: 7px;
}

.topic .post-count {
	font-size: 0.75em;
	margin-top: 3px;
	float: right;
	text-align: right;
}

.topic .profile .link {
	margin-bottom: 2px;
}

.topic .header h4 {
	border-bottom: 1px solid #CECDCD;
    font-size: 1.1em;
    margin-bottom: 8px;
    padding-bottom: 3px;
	width: 79%;
}

.media {
	border-top: 1px solid #cecdcd;
	padding-top: 5px;
	margin-top: 5px;
}

.media .highslide-gallery{
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.media .media-header {
	font-size: 0.8em;
}

div.postmsg {
	margin-bottom: 10px;	
}

div.postmsg img {
	max-width: 395px;
	width: expression(document.body.clientWidth > 395? "395px" : "auto" );
}

div.postsignature {
	border-top: 1px solid #cecdcd;
	clear: both;
	margin-top: 20px;
	padding: 5px 0;
}

.postsignature .signature {
	font-size: 10px;
}

.postfoot {
	padding: 2px;
}

.postfoot .left
{
}

.postfoot .links {
}

.postfoot .right {
	float: right;
}

.votes, .votes_count, .vote_buttons {
	display:inline-block;
}

.votes a:hover {
	text-decoration: none !important;
}

.vote_buttons span {
	visibility: hidden;
}

a.vote_up, a.vote_down {
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	height:16px;
	width:16px;
	margin-left:4px;
	text-decoration: none;
	text-indent:-900%;
}

a.vote_up {
	background:url("../images/frontend/thumb_up.png");
}

a.vote_down {
	background:url("../images/frontend/thumb_down.png");
}

.conr {
	float: right;
	text-align: right;
	clear: right;
	width: 40%;
	font-weight: normal;
}

.post-reply {
	cursor: pointer;
}

a.post-reply {
	color: #ff7800;
	text-decoration: none;
}

a.post-reply:hover {
	color: #4a4a4a;
}

a.login-dialog-link.submit {
	background-color: #99a927;
}

.highlightbox dl dd {
	min-height: 34px;
}

.highlightbox dl.zend_form dt {
    margin-top: 2px;
}

.highlightbox .errors {
	list-style-type:none;
}

.highlightbox .errors li{
	padding: 0 0 0 3px;
	font-size: 0.9em;
}
.highlightbox p.description {
	padding-bottom: 0px;
	padding-left: 3px;
}

input.error, textarea.error, select.error {
	border-color: #FF0084;
}

.login-messenger.pageerrorcontainer {
	margin: 0;
	margin-bottom: 5px;
}

#overlay { 
    background: none repeat scroll 0 0 #fff;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    width: 100%;
	height: 100%;
    z-index: 1000;
	display: none;
}
#img-load {
	background: url(jquery/images/loading.gif) no-repeat;
	width: 508px;
	height: 381px;
	margin: 0 auto;
}

.tour {
	clear: both;
}

.tour a{
	text-decoration: none;
}

.tour h2 a{
	color: #99a927;
}

.tour .photo-left { 
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 1em;
}

.tour .photo-left img { 
	width: 100%;
	height: 100%;
}

.tour .content-right {
	float: left;
	width: 448px;
}

.tour .attributes {
	width: 100%;
}

.tour .attributes td {
	padding-right: 1em;
	max-width: 180px;
}

.tour .attributes td span {
	font-weight: bold;
}

.tour .currency {
	font-weight: bold;
	font-size: 1.4em;
}

.tour .percent {
	font-weight: bold;
	font-size: 1.4em;
	color: #99a927;
}

.tour .bottom-prices {
	clear: both;
	margin-top: 1em;
	float: right;	
	background-color: #eaeaea;
}

.tour .bottom-prices > div {
	
	padding: 0.3em 1em;
	float: left;
}

.tour .bottom-prices .offer-type {
	width: 160px;
	font-weight: bold;
	font-size: 1.1em;
}
.tour .FM { color: #336600; }
.tour .LM { color: #ff0000; }
.tour .SP { color: #ff6600; }

.tour .bottom-prices .max-discount {
	text-align: right;
	font-size: 0.8em;
	width: 91px;
}
.tour .bottom-prices .price-from {
	width: 121px;
	text-align: right;
	padding: 0.5em 25px;
	font-size: 0.8em;
}

.tour .link {
	display: block;
	background-color: #99a927;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: bold;
	float: left;
}

.tour .top-container {
	float: left;
	background-color: #eaeaea;
	padding: 0.7em;
}

.tour .top-container .content-right {
	width: 389px;
}

.tour .top-container .links .link {	
	float: right;
	margin-left: 1.5em;
	padding: 0.2em 0.6em;
}

.tour .top-container .photo-left { 
	width: 130px;
	height: 130px;
	margin-right: 2em;
}

.tour .prices {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding: 0.5em;
}

/* upravy pro boxik */
.tour.box-item .bottom-prices {
	background-color: transparent;
	clear: none;
}
.tour.box-item .bottom-prices .price-from {
    padding: 0.5em 0;
	width: auto;
}
.tour.box-item .bottom-prices .price-from .percent {
    padding-right: 0.8em;
}
#navigation a.snow-tour {
	padding: 3px 0px 0 0;
	display: block;
}


.country-ensign {
	height: 15px;
	vertical-align: sub;
	margin-right: 5px;
}

.description li {
	list-style: none;
}

#heading .fb-like-container {
	width: 180px;
	float: left;
}

#heading .fb_iframe_widget {
	display: block;
	float: left;
}

#heading .fb_iframe_widget_lift {
  z-index: 600;
}
.nordic-container {
	float: right;
	margin-right: 16px;
	margin-top: 2px;
}
.nordic-label {
	display: inline-block;
	background-color: #a3a3a3;
	color: #fff;
	padding: 1px 2px;
	margin-right: 5px;
	font-size: 0.8em;
	border-radius: 3px;	
}

.nordic-container a {
	display: inline-block;
	background: url(../images/frontend/nordic-logo.png) no-repeat center top transparent;
	width: 90px;
	height: 16px;
}
.nordic-container a span {
	display: inline-block;
	color: transparent;
}

.fb_iframe_widget {
  background-color: #fff;  
  overflow: hidden;
}

#facebook_side {
	position:fixed;
	z-index:99;
	top:50%;
	right:-212px;
	margin-top:-198px;
	width: 246px;
}

.cc_container {
	font-size: 15px !important;
	background-color: #333 !important;
	opacity: 0.9;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #fff !important;
	background-color: #99a927 !important;
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: #fff !important ;
    color:#000 !important;
}