
/****************************************
 *
 * obecne
 *
 ***************************************/
body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	background: #FFF url('../images/frontend/srafura-svetla.png') repeat;
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-size: 11px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

img, a img {
	border: 0;
}

img.levy {
	width: auto;
	float: left;
	margin: 0 5px 5px 0;
}

img.right, img.pravy {
	width: auto;
	float: right;
	margin: 0 0 5px 5px;
}

form {
	padding: 0;
	margin: 0;
}

input {
	border:1px solid #B3B3B3;
}

a {
	color: #1A8DD6;
	text-decoration: none;
}

.ui-tabs a {
	color: #1A8DD6;
}

a:hover {
	text-decoration: underline;
	color: #1472AC;
}

ul.sipky {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.sipky li {
	margin: 0;
	padding: 0;
	padding-left: 12px;
	background: url('../images/frontend/sipka.gif') 0 6px no-repeat;
}

h1 img, h2 img {
	vertical-align: middle;
}

h1 {
	font-size: 32px;
	margin: 0.8em 0;
	font-weight: normal;
	line-height: 120%;
}

.nadpis-clanek { /* pro zobrazeni jednotliveho clanku */
	margin-bottom: 0;
    line-height: 100%;
}

h2, h2.normal {
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

.submit, #submit-element input {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#6399d6;
	border:0 none;
	color:#FFFFFF !important;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	text-transform:uppercase;
}

a.submit:hover {
	text-decoration: none;
}

.error {
	font-weight: bold;
	color: red;
}

.ok {
	font-weight: bold;
	color: #6399d6;
}

.invisible {
	visibility: hidden;
}

/****************************************
 *
 * layout
 *
 ***************************************/

#hlavicka {
	background: #0B3956 url('../images/frontend/srafura-tmava.png') repeat;
	margin: 0 auto;
	padding-top: 10px;
}

#hlavicka-odkazy {
	height: 32px;
	margin: 0 auto;
	width: 920px;
	text-align: left;
}

#hlavicka-odkazy a {
	margin:0 -4px 0 0;
}

#hlavicka-odkazy a:hover {
	text-decoration: none;
}

.zalozky {
	margin-top: 3px;
	text-align: left;
}

.zalozky a {
	height: 30px;
	display: inline-block;
	text-decoration: none;
}

.zalozky a:hover {
	text-decoration: none;
}

.zalozky span {
	visibility: hidden;
}

.zalozky .zalozka-behej {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll 0 0;
	width: 85px;
}

.zalozky .zalozka-behy {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll -85px 0;
	width: 75px;
}

.zalozky .zalozka-nike {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll -160px 0;
	width: 79px;
}

.zalozky .zalozka-triexpert {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll -238px 0;
	width: 79px;
}

#hlavicka-odkazy .hledani {
	float: right;
	margin-top: 12px;
}

#hlavicka-odkazy .hledani-input {
	height:16px;
	padding:0 !important;
	position:relative;
	top:-1px;
	width:200px;
}

#hlavicka-odkazy .hledani-submit {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll 0 -30px;
	border: 0;
	color: transparent;
	height: 18px;
	text-indent:-999px;
	width: 67px;
}

#prihlaseni {
	float:right;
	margin-right:20px;
	margin-top:7px;
	width:135px;
}

#prihlaseni input.identity {
	font-size:11px;
	height:16px;
	margin-top:5px;
	padding:2px 0 0 2px;
	width:130px;
}

#prihlaseni .avatar {
	border:1px solid #FFFFFF;
	margin-right:10px;
	width:40px;
}

#registrovat {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll -135px -30px;
	color: transparent;
	float: right;
	height: 18px;
	margin-top: 3px;
	text-indent: -999;
	width: 85px;
}

#odhlasit {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll 0 -48px;
	color: transparent;
	float: right;
	height: 18px;
	margin-top: 3px;
	text-indent: -999;
	width: 65px;
}

#account {
	background: transparent url('../images/frontend/header-buttons.png') no-repeat scroll -67px -48px;
	color: transparent;
	height: 18px;
	width: 85px;
}

#lista-logo #avatar, #lista-logo #nickname, #account, #my-nickname {
	float: right;
}

#lista-logo #my-nickname, #account a {
	color: #fff;
}

#Form_Login #submit {
	background:transparent url(../images/frontend/header-buttons.png) no-repeat scroll -67px -30px;
	border:0 none;
	color:transparent;
	height:18px;
	margin-left:28px;
	margin-top:7px;
	text-indent: -999;
	width:66px;
}

.logo-facebook {
	width: 25px;
	height: 25px;
	background-image:url('../images/frontend/facebook-icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	line-height: 200px;
	margin: 0;
	overflow: hidden;
	float: left;
}

.cara-hlavicka {
	background: transparent url('../images/frontend/hlavicka-cara.png') repeat-x;
	width: 100%;
	height: 5px;
	overflow: hidden;
}

#lista-logo {
	background: transparent url('../images/frontend/lista-pozadi-pro-casopis.jpg');
	width: 920px;
	height: 116px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #FFF; /* kvuli opere - neda pak margin obsahu pod tim */
}

#lista-cara {
	background:url("../images/frontend/lista-cara.png") repeat-x scroll 0 0 transparent;
	height:5px;
	margin:-1px auto 0;
	width:920px;
}

#logo-casopis {
	background-image:url(../images/frontend/aktualni-cislo.gif);
	display:block;
	float:right;
	height:83px;
	margin-right:19px;
	margin-top:16px;
	overflow:hidden;
	width:74px;
}

a#logo-casopis:hover {
	text-decoration: none;
}

a#logo-casopis span {
	color:Yellow;
	font-size:14px;
	font-weight:bold;
	left:15px;
	position:relative;
	text-decoration:blink;
	text-transform:uppercase;
	top:50px;
}

.logo {
	display:block;
	float:left;
	height:59px;
	line-height:200px;
	margin-left:12px;
	margin-top:16px;
	margin-bottom:12px;
	overflow:hidden;
	width:213px;
}

#menu-hlavni {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	height:30px;
	text-transform:uppercase;
	width:580px;
}

#menu_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_list li {
	display:block;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0;
}

#menu_list li:hover {
	background: #f8f8f8;
}

#menu_list li a {
	color:#FFFFFF;
	display:block;
	font-size:10px;
	height:24px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	width:70px;
}

#menu_list li a:hover {
	background: transparent url('../images/frontend/menu-hover.png') top center;
	color: #336699;
	text-decoration: none;
}

#menu_list li.first {
	background: transparent url('../images/frontend/menu-first.png') top center;
	width: 63px;
}

#menu_list li.first a span {
	margin-right: 7px;
}

#menu_list li.first > a:hover {
	background: transparent url('../images/frontend/menu-first-hover.png');
}

#menu_list li.dark {
	background: transparent url('../images/frontend/menu-dark.png') top center;
	margin-left: -6px;
}

#menu_list li.light {
	background: transparent url('../images/frontend/menu-light.png') top center;
	margin-left: -6px;
}
		
#menu_list li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #336699;
	z-index: 1000;
	width:110px;
}
		
#menu_list li ul li {
	float: none;
	display: inline;
	width:100%;
}
		
#menu_list li ul li a {
	color:#FFFFFF;
	height:20px;
	padding:4px 4px 0;
	text-align:left;
	width:100%;
}
		
#menu_list li ul li a:hover {
	background: #ffffff;
	color: #336699;
}

.submenu li {
	margin-left: 0 !important;
}

.submenu .light a {
	background-color: #6399d6;
}

.submenu .dark a {
	background-color: #3c6ba1;
}

#stranka {
	background: #FFF url('../images/frontend/pozadi-ramecky2.gif') top center repeat-y;
	border: 1px solid #EBEAE8;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 5px;
	overflow: hidden;
	text-align: left;
	width: 920px;
}

.leva-cast { /* aby mohl byt obsah pred menu - do tohoto divu se uzavre levy sloupec + obsahova cast */
	width: 620px;
	float: left;
	/*border-right: 1px solid #EBEAE8;*/
	overflow: hidden;
}

.levy-sloupec {
    width: 145px;
    float: left;
    _margin-right: -3px; /* three-pixel bug v ie */
    
    overflow: hidden;
    _width: 142px;
}

.levy-sloupec-in {
	padding: 10px;
}

.obsah {
	width: 620px; /* s levym sloupcem 475px */
	float: right;
	_margin-right: -3px; /* three-pixel bug v ie */
	padding-bottom: 20px;
}

.obsah-in {
	padding: 0 8px 0 8px;
	line-height: 160%;
}

.pravy-sloupec {
	width: 300px;
	float: right;
}

.pravy-sloupec-in {
	padding: 10px 10px 5px 10px;
}

#footer {
	width: 920px;
	background: #FFF;
	border: 1px solid #EBEAE8;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	background: #FFF url('../images/frontend/pozadi-footer.gif') top center repeat-y;
}



/****************************************
 *
 * widgety
 *
 ***************************************/

.cara {
	border-top: 1px solid #EBEAE8;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.cara-silna {
	height: 5px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: transparent url('../images/frontend/linka-seda.png') bottom left repeat-x;
}

.verzalky {
	text-transform: uppercase;
}

.center, .align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}


.rubrika {
	background: #FF004D;
	line-height: 100%;
	padding: 2px 1px; /* hacky a carky zustavaji mimo podbarveni */
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	display: inline;
	font-weight: normal;
}

.rubrika a {
	color: #FFF;
}

.mezera-5 {
	height: 5px;
}

.mezera-10 {
	height: 10px;
}

.mezera-15 {
	height: 15px;
}

.mezera-25 {
	height: 25px;
}

.mezera-40 {
	height: 40px;
}

.clear {
	clear: both;
}

.sipka {
	color: #FF004D;
}

.datum {
	font-size: 11px;
	line-height: 110%;
	color: #ABABAB;
}

.autor {
	font-size: 11px;
	line-height: 110%;
	color: #ABABAB;
}

.sloupec-145 {
	width: 145px;
	float: left;
	font-size: 12px;
	padding: 0;
	padding-left: 8px;
	margin: 0;
}

.vybrane-clanky .sloupec-145 a {
	display: block;
	height: 96px;
	width: 145px;
}

.vybrane-clanky .sloupec-145 a:hover {
	text-decoration: none;
}

.vybrane-clanky .sloupec-145 a.first {
	background: url('../images/frontend/misc/bottom-links.jpg') no-repeat scroll 0 0;
}

.vybrane-clanky .sloupec-145 a.second {
	background: url('../images/frontend/misc/bottom-links.jpg') no-repeat scroll -145px 0;
}

.vybrane-clanky .sloupec-145 a.third {
	background: url('../images/frontend/misc/bottom-links.jpg') no-repeat scroll -290px 0;
}

.vybrane-clanky .sloupec-145 a.fourth {
	background: url('../images/frontend/misc/bottom-links.jpg') no-repeat scroll 0 -96px;
}

.vybrane-clanky .sloupec-145 a.fifth {
	background: url('../images/frontend/misc/bottom-links.jpg') no-repeat scroll -145px -96px;
}

.vybrane-clanky .sloupec-145 a.sixth {
	background: url('../images/frontend/misc/bottom-links.jpg') no-repeat scroll -290px -96px;
}

.sloupec-fotogalerie {
	width: 100px;
	float: left;
	text-align: center;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 30px;
}

.sloupec-290 {
	width: 290px;
	float: left;
	padding: 0;
	padding-left: 8px;
	margin: 0;
}

.reklama {
	color: #999;
	font-size: 10px;
	border-bottom: 1px solid #C8C5C0;
}

.blok {
	margin-bottom: 15px;
}

.vertical-middle {
	vertical-align: middle;
}

.uvod {
	font-size: 12px;
	line-height: 160%;
}

.uvod table {
	border-collapse: collapse;
}

.uvod table tr:hover {
	background-color: #fafafa;
}

.uvod table td {
	border: 1px solid #000;
	padding: 1px 10px;
}

.levy {
	width: 48%;
	float: left;
	padding-right: 2px;
}

.auto-width>.levy {
	width: auto;
}

.obsah form .levy {
	width: 120px;
	text-align: right;
	padding-right: 10px;
}

.pravy {
	width: 48%;
	float: right;
}

.auto-width>.pravy {
	width: auto;
}

.obsah form .pravy {
	width: 450px;
	text-align: left;
}

div.pageerrorcontainer {
	color: #FFF;
	margin: 15px 3px;
	padding: 12px;
	font-size: 1.1em;
	font-weight: bold;
}

div.message_green {
	color: #fff;
	background-color: #6399d6;
}

div.message_red {
	color: #fff;
	background-color: #ff0084;
}

.paginationControl {
	margin: 20px auto;
	text-align: center;
}

/*** blok - s tmavym pozadim *****************************/
.pravy-sloupec .blok, .blok-tmavy {
	background: #0B3956 url('../images/frontend/linka-modra.png') bottom center repeat-x;
	padding: 10px 10px 10px 10px;
	color: #FFF;
}

.pravy-sloupec .blok {
	color: #AEBEC7;
}

.pravy-sloupec .blok h3, .blok-tmavy h3 {
	color: #FFF;
	font-size: 10px;
}

.pravy-sloupec .blok img, .blok-tmavy img {
	border: 1px solid #5E7C90;
}

.pravy-sloupec .blok a, .blok-tmavy a {
	color: #8DC6EB;
}

.pravy-sloupec .blok a:hover, .blok-tmavy a:hover {
	color: #FFF;
}

.pravy-sloupec .blok .cara, .blok-tmavy .cara {
	border-top: 1px solid #7690A1;
	margin-top: 1em;
}





/*** blok - se svetlym pozadim *************************************/
.blok-svetly {
	border: 1px solid #C8C5C0;
}

.blok-svetly-in {
	padding: 8px;
}

.blok-svetly h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 100%;
}

.blok-svetly .cara {
	margin: 10px 0;
}

.obsah .blok-svetly {
	width: 300px;
	padding: 0;
	margin: 10px 0 10px 10px;
}

.obsah .blok-svetly-in {
	padding: 8px;
}

.obsah .blok-svetly img.pravy {
	width: auto;
	float: right;
	margin-left: 10px;
}


/*** blok - zvyrazneny (cerveny) ********************/
.blok-zvyrazneny {
	background: #FF004D;
	padding: 8px;
}

.obsah .blok-zvyrazneny {
	width: 300px;
	padding: 0;
	margin: 10px 0 10px 10px;
}

.obsah .blok-zvyrazneny-in {
	padding: 8px;
}

.blok-zvyrazneny h2 {
	font-size: 14px;
}

.blok-zvyrazneny a {
	color: #FFF;
}

.blok-zvyrazneny b {
	color: #FFF;
}

.blok-zvyrazneny ul li {
	background: url('../images/frontend/sipka-bila.gif') 0 6px no-repeat;
}

/*** blok - zvyrazneny (cerveny) ********************/
.blok-sedy {
	background: #EBEAE8 url('../images/frontend/linka-seda.png') bottom center repeat-x;
}

.blok-sedy-in {
	padding: 8px;
}


/****************************************
 *
 * bannery
 *
 ***************************************/
.banner-468 {
	margin: 15px 0;
	text-align: center;
}

.banner-300 {
	margin-bottom: 5px;
}


/*********************************************
 *
 * zbytek
 *
 ********************************************/

.bleskovka {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #EBEAE8;
	background: #FFF;
}


.titulni_obrazek_autor  {
	font-size:smaller;
	margin-top:-2px;
	text-align:right;
	width:440px;
}

.pripravujeme {
	background: #EBEAE8 url('../images/frontend/linka-seda.png') bottom left repeat-x;
	padding: 10px;
	overflow: hidden;
}

.rubriky {
	padding: 10px;
	margin-top: 15px;
}

.sloupec-145 .rubriky {
	padding: 0;
	margin: 0;
}

.rubriky li a {
	text-transform: uppercase;
	color: #808080;
	font-size: 10px;
	line-height: 120%;
}

.rubriky li a:hover {
	color: #1A8DD6;
}

.otvirak {
	font-size: 13px;
	line-height: 120%;
}

#title-photo {
	display: block;
	margin: 0 auto;
}

.otvirak h2 {
	font-size: 27px;
	line-height: 100%;
	margin: 0;
	font-weight: normal;
}

.odkazy-otviraky {
	color: #ABABAB;
	font-size: 10px;
	margin: 5px 0 5px 0;
}

.odkazy-otviraky a, a.odkazy-otviraky {
	text-transform: uppercase;
}





/*** pravy sloupec ************************************/
.pravy-sloupec h2, h2.nadpis-bloku, h2.nadpis-bloku-sedy {
	font-size: 22px;
	text-transform: uppercase;
	color: #0B3956;
	font-weight: normal;
	margin: 0;
}

h2.nadpis-bloku-sedy {
	color: #BAB5B0;
}

.pravy-sloupec .kalendar h2 {
	margin: 0 0 1em 0;
	font-size: 12px;
	font-weight: bold;
}


.pravy-sloupec .levy {
	width: 138px;
	padding-right: 2px;
	float: left;
}

.pravy-sloupec .pravy {
	width: 140px;
	float: right;
}


/*** anketa ************************************/
.anketa {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 278px;
}

.anketa div.clear {
	margin: -10px 0; /* ie moc dela mezery */
}

.anketa .otazka {
	margin: 1em 0;
}

.anketa .odpoved {
	width: 120px;
	text-align: right;
	float: left;
	padding: 3px 5px 3px 0;
}

.anketa .odpoved a {
	color: #000;
}

.anketa .graf {
	width: 85px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 7px 0;
}


.anketa .hlasy {
	width: 65px;
	float: right;
	padding: 3px 0;
}

.anketa .cara {
	margin: 20px 0 15px 0;
}

.anketa .celkem b {
	font-size: 13px;
}

/*** forum ************************************/
div.blocktable {
	border-bottom:1px solid #DDDDDD;
	margin-bottom:10px;
}

.blocktable h2 {
	background-color: #1a8dd6;
	color: #ffffff;
	font-size: 11px;
	margin: 0;
	padding: 4px 6px;
	text-transform: none;
}

.blocktable h3 {
	background-color: #1a8dd6;
	color: #ffffff;
	font-size: 11px;
	margin: 0;
	padding: 2px 6px;
	text-transform: none;
}

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

.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 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url('../images/frontend/topic-background.png') repeat-y left top;
	padding-right:5px;
}

.tc1-main {
	width: 205px !important;
}

.tc1 {
	text-align: left;
	width: 60%;
	overflow: hidden;
}

.tc1 a {
	/*color: #ff7800;*/
	font-size: 1.2em;
	font-weight: bold;
}

.tc2 {
	width: 58px;
	text-align: center;
}

.tc3 {
	width: 77px;
	text-align: center;
}

.tcr {
	/*font-size: 10px;*/
	width: 200px;
	text-align: left;
	overflow: hidden;
}

th.tcr {
	text-align: center;
}

div.forum-description {
	font-size: 10px;
	margin-top: 3px;
}

span.forum-right {
	display: block;
	text-align: right;
	position: relative;
	padding-top: 10px;
	top: -5px;
}

span.forum-right a.submit {
	color:#FFFFFF;
	text-decoration:none;
}

div.postleft {
	float:left;
	padding-bottom:5px;
	width:140px;
}

div.postleft .firstbigger {
	margin: 0;
}

.firstbigger div:FIRST-LETTER, .firstbigger p:FIRST-LETTER {
	text-transform: uppercase;
	margin: 0;
}

div.postleft table td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

div.postleft .show-map {
	margin-bottom:5px;
	margin-left:5px;
	vertical-align:top;
	width:15px;
}

.postleft div {
	margin: 0 0 0 5px;
}

.postleft p {
	margin: 0 0 0 5px;
}

.bigger {
	font-size: 1.3em;
}

.aura {
	text-transform: uppercase;
}

div.postright {
	background-color: #ffffff;
	margin: 0;
	float: left;
	width: 405px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

div.postmsg {
	overflow: auto;
	padding: 5px;
	padding-bottom: 15px;
	width: 455px;
}

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

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

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

div.postfootleft {
	float: left;
	heigth: 1%;
	overflow: hidden;
	width: 140px;
}

div.postfootright {
	margin-left: 140px;
	text-align: right;
	width: 455px;
}

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

.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;
}

div.add-reply {
	margin:15px 0;
	padding:10px;
}

/*** fotky-videa (v pravem sloupci) ************************************/
.pravy-sloupec .fotky-videa h2 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}

.pravy-sloupec .fotky-videa a {
	color: #FF004D;
	width: 131px;
	float: left;
	padding: 5px 5px 5px 10px;
	border: 1px solid black;
	border-bottom: none;
	margin-top: 5px;
}

.pravy-sloupec .fotky-videa .videa a {
	width: 132px;
}

.pravy-sloupec .fotky-videa a:hover {
	color: #FF004D;
}

.pravy-sloupec .fotky-videa a.aktivni:hover {
	color: #FFF;
}


.pravy-sloupec .fotky-videa a.aktivni {
	background: #0B3956;
	color: #FFF;
	border: none;
	margin: 0;
	padding-top: 11px;
}

.pravy-sloupec .fotky-videa .fotky a.aktivni {
	margin-right: 5px;
}

.pravy-sloupec .fotky-videa .videa a.aktivni {
	margin-left: 5px;
}



/*** homepage - vyber clanku dole *******************************/
.vyber-clanku {
	background: #FFF;
	border-top: 1px solid #C8C5C0;
	margin-top: 0;
	padding: 10px 0 0 0;
}

.vyber-clanku-in {
	padding: 0 10px 10px 10px;
	background: #FFF;
}

.vyber-clanku h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	color: #BAB5B0;
}

.vybrane-clanky, .clanky-posledni {
	padding: 25px 0;
	background: #F2F1F0 url('../images/frontend/linka-seda.png') bottom center repeat-x;
}

.vybrane-clanky .sloupec-145 {
}

.vyber-clanku .sloupec-145 .cara {
	border-top: 1px solid #C8C5C0;
}

.vyber-clanku .sloupec-145 a {
	font-size: 15px;
	line-height: 100%;
}


.clanky-posledni .sloupec-290 .datum {
	width: 30%;
	float: left;
	clear: right;
}

.clanky-posledni .sloupec-290 .titulek {
	width: 68%;
	float: right;
}



/*** homepage - obchod dole *******************************/
h2.nakupujte {
	margin-top: 25px;
	font-size: 36px;
	font-weight: normal;
	padding: 10px;
	background: #FFF;
}

.otvirak-nakupujte img {
	float: left;
	margin: 0 10px 10px 0;
}

.otvirak-nakupujte h2 .vyhodny-nakup {
	font-size: 12px;
	background: #1A8DD6;
	color: #FFF;
	padding: 2px;
}

.cena {
	color: #FF004D;
}

.cena b {
	font-size: 120%;
}

.pravy-sloupec .clanky .levy, .obsah .clanky .levy {
	width: 90px;
}

.pravy-sloupec .clanky .pravy {
	width: 180px;
}

.obsah .clanky .pravy {
	width: 180px;
}






.poradna-sede .blok-levy {
	width: 275px;
	height: 100px;
	float: left;
	padding: 10px 10px 25px 10px;
	background: #EBEAE8 url('../images/frontend/linka-seda.png') bottom center repeat-x;
	margin-right: 5px;
}

.poradna-sede h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}



.poradna-sede input.hledani {
	width: 275px;
	margin-bottom: 1em;
	_margin-bottom: 0;
}

.poradna-sede select {
	width: 60%;
}

.poradna-sede .blok-pravy {
	width: 275px;
	height: 100px;
	float: right;
	padding: 10px 10px 25px 10px;
	background: #EBEAE8 url('../images/frontend/linka-seda.png') bottom center repeat-x;
}

.poradna-sede .dotaz {
	padding: 10px 135px 25px 10px;
	_margin-right: 5px; /* ie blbne */
	background: #EBEAE8 url('../images/frontend/linka-seda.png') bottom center repeat-x;
}

.poradna-sede .dotaz textarea {
	width: 100%;
	height: 120px;
}

.poradna-sede .dotaz input {
	width: 60%;
}

.poradna-sede .dotaz .nazev {
	width: 60%;
	float: left;
}

.poradna-sede .dotaz .nazev input {
	width: 100%;
}

.poradna-sede .dotaz .oblast {
	width: 38%;
	float: right;
}

.poradna-sede .dotaz .oblast select {
	width: 100%;
}

.komentare li {
	margin: 20px 0;
}

.komentare li li {
	margin-left: 20px;
}

.strankovani {
	color: #ABABAB;
	font-size: 13px;
	text-align: center;
}

.strankovani a {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 1px; /* zvetsit mezery mezi cisly */
}


/****************************************
 *
 * reklamy
 *
 ***************************************/


.reklama-hlavni {
	height: 103px;
	margin: 0 auto;
	text-align: center;
	width: 920px;
}

/******************************************
 *
 * deti
 *
 *****************************************/
h2.zavody {
	background: #ff4a00 url('../images/frontend/prechod-black-orange.gif') repeat-y;
	color: #ffffff;
	margin-bottom: 0px;
	padding: 2px;
	padding-left: 0.5em;
	font-family: Verdana;
	font-weight: bold;
}

div.tlacitko-pohoda {
	background: #fafafa;
	border: 1px solid #ebeae8;
	float: left;
	height: 22px;
	margin-right: 1px;
	text-align: center;
}

div.tlacitko-pohoda img {
	margin-top: 3px;
}

div.tlacitko-pohoda span {
	font-weight: bold;
	vertical-align: 20%;
}

div.tlacitko-pohoda a {
	display:block;
	padding:2px 11px 0;
}

div.tlacitko-pohoda a:hover {
	background: #fafafa url('../images/frontend/prechod-grey-white.gif') repeat-x;
	color: #000000;
	text-decoration: none;
}

div.tlacitko-pohoda img {
	padding-right: 2px;
}

.nastaveni-parametru {
	background-color: #F9F9F9;
	border: 1px solid #EBE8EA;
	margin: 0px 0px 5px 0px;
	float: left;
}

div.terminovka-zavod {
	background-color: #fafafa;
	border: 1px solid #ebeae8;
	border-top: 0;
	padding: 0px 1em;
}

img.photo-detail {
	
	max-width: 500px;
}


/*****************************************/
/* to ostatni ****************************/
/*****************************************/

.blogy-nadpis {
	text-transform: uppercase;
}


.box-fotografie {
	border: 1px solid #ebe8ea;
	margin: 1em 0px;
}

.show-photo {
	margin: 20px 0;
	text-align: center;
}

.clanek_fotka {
	float:left;
	margin:20px 10px 0;
}

#google_mapa {
	width: 904px; 
	height: 420px;
}
#fieldset-mapsSelect {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/***********************************************/
/* POPUP ***************************************/
/***********************************************/
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
.popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
/*height:384px;*/
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
.popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}


/* Map */
div.map-marker-bubble {
    min-height: 80px;
}
div.map-marker-bubble img {
    max-height: 60px;
    max-width: 60px;
    float: left;
}
div.map-marker-bubble p {
    margin: 0px;
}
div.map-marker-bubble div.bubble-info {
    float: right;
    width: 140px;
}