@charset "utf-8";
/* Základní style odkazů */
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/*oštření teček u odkazu v FF*/
* a {
	outline: none;
}
/* End Základní styly odkazů */
/* Základní nastavení elementů*/
ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	
	font-size: 12px;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
}
ol ol {
	list-style: circle;
}
ul {
	margin: 0px;
	padding: 0px;
	padding-left: 22px;
	list-style: square;
	color: #333333;
	
	font-size: 12px;
	line-height: 170%;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
	ul li {
		background: url('/templates/107/gr/odrazka-li.gif') 0 9px no-repeat;
		padding-left: 13px;
	}
ul ul {
	list-style: circle;
}
	ul li ul li {
		background: none;
		padding-left: 0;
	}
/**/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/*table {
	border-collapse: collapse;
}
	table tr {
		
	}
		table tr td {
			color: #333333;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}*/
img {
	border: 0;
}
div {
	margin: auto;
}
hr {
	color: #000000;
	height: 1px;
}
h1, h2, h3, h4, h5, h6 {
	color: #4D4D4D;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	clear: both;
	font-weight: normal;
}
h1 {
	display: none;
}
h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-size: 34px;
	color: #0282BF;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #004E82;
	padding-top: 15px;
	padding-bottom: 10px;
}
h4 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #0282BF;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 150%;
}
form {
	margin: 0;
}
input {
	font-size: 12px;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	font-size: 12px;
}
/* Rozšířené styly běžné pro každý web*/
p.article {
	text-indent: 20px;
	text-align: justify;
	line-height: 150%;
	margin-bottom: 5px;
}
p.article2 {
	text-align: justify;
	line-height: 150%;
	margin-bottom: 5px;
}
p.small {
	font-size: 11px;
}
p.small2 {
	font-size: 10px;
}
.ramecek {
	padding: 7px 3px 6px 8px;
	background-color: #FFFFFF;
	border: 1px dotted silver;
}
.legend {
	color: Gray;
	font-size: 11px;
}
.clanek-info-blok {
	float: right;
	width: 38%;
	border-left: 2px solid silver;
	padding: 5px 10px 0 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
	.clanek-info-blok h3 {
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 5px 0;
		text-transform: uppercase;
		margin: 0;
		border: 0;
		background: none;
	}
	.clanek-info-blok p {
		font-size: 13px;
		line-height: 140%;
		padding-bottom: 5px;
	}
.alert-div {
	padding: 10px; border: 1px solid #E1968A; background-color: #EAB7AD; background-image: url('/admin/gr/icons/alert-background.gif');
}
.pass-div {
	padding: 10px; border: 1px solid #C7D39A; background-color: #D7E0B8; background-image: url('/admin/gr/icons/pass-background.gif');
}
.proc-div {
	padding: 10px; border: 1px solid #E1C38A; background-color: #FFCC66; background-image: url('/admin/gr/icons/proc-background.gif');
}
.pagination, .pagination-active { /* stránkování pagination()*/
	background: #666666;
	color: #FFFFFF!important;
	padding: 2px 5px!important;
	text-decoration: none!important;
	font-family: Verdana!important;
}
.pagination-active {
	background: #CC0000!important;
}
.pagination:hover {
	background: #CC0000;
}
.cara	{
	width: 100%;
	background: #555555;
	height: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.highslide {
	
}
#hledani-zalozky {
	border-bottom: 1px solid silver;
	height: 31px;
}
	#hledani-zalozky div {
		float: left;
		width: 100px;
		height: 30px;
		border: 1px solid silver;
		margin-left: 10px;
		text-align: center
	}
		#hledani-zalozky div p {
			padding: 7px 0 0 0;
		}
		#hledani-zalozky div a {
			text-decoration: none;
			color: #000000;
		}
		#hledani-zalozky div a:hover {
			text-decoration: underline;
		}












/* STYLE */
.slider {
	position: relative;
}
.slider-html-content {
	width: 430px;
	height: 225px;
	background: url('/templates/107/gr/slider-html-content-bg.png');
	color: #000000;
	padding: 25px 30px 0 25px;
	position: absolute;
	top: 14px;
	left: 262px;
}
	.slider-html-content p.title {
		color: #FFFFFF;
		font-size: 40px;
		font-family: Tahoma, Geneva, sans-serif;
		line-height: 120%;
		padding-bottom: 10px;
	}
	.slider-html-content a {
		color: #FFFFFF;
	}
	.slider-html-content p {
		color: #FFFFFF;
		font-size: 12px;
		line-height: 120%;
		padding-bottom: 15px;
	}

.kalendar {
	
}
	.kalendar table {
		width: 100%;
	}
		/* názvy dnů */
		.kalendar-hlavicka p {
			font-weight: bold;
		}
			.kalendar-hlavicka td {
				background: none!important;
			}
				.kalendar-hlavicka td p {
					color: #000000!important;
				}
		/* seznam dnů */
		.kalendar td {
			background-color: #DFDFDF;
		}
			.kalendar td p {
				font-size: 11px;
				text-align: center;
				color: #FFFFFF;
			}
			.kalendar td p a {
				color: #FFFFFF;
				display: block;
				width: 100%;
				height: 100%;
			}
			.kalendar td.kalendar-udalost {
				background-color: #CC0000!important;
				font-weight: bold;
			}
			.kalendar td.kalendar-vikend { /* změnit */
				background-color: #004262!important;
			}
			.kalendar td.kalendar-tyden { /* změnit */
				background-color: #006699!important;
			}
			.kalendar-vyber-mesice {
				text-align: center;
				margin-top: 5px;
			}
			
fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fotogalerie {
	/*border: 1px solid #C9C9CB;*/
}
.fotogalerie img {
	border: 3px solid #FFFFFF;
}
.fotogalerie-popis {
	padding: 5px; background-color: #F2F2F2; text-align: right;
	font-size: 11px;
}
.formular {
	
}
	.formular p {
		padding-top: 5px;
	}
	.formular-titulek {
		font-size: 13px;
		color: #DD0000;
		padding-top: 0;
		padding-bottom: 5px;
		font-weight: bold;
	}
/* konec členská sekce*/
h2.clanek-titulek, h2.clanek-titulek a {
	color: #004E82;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	margin: 0;
	margin-bottom: 0px;
}
h2.clanek-titulek {
	text-decoration: none;
}
h2.clanek-titulek:hover, h2.clanek-titulek a:hover {
	text-decoration: underline;
}
h2.clanek-titulek-detail, h2.clanek-titulek-detail a {
	color: #004E82;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 24px;
	margin: 0;
	margin-bottom: 0px;
}
h2.clanek-titulek-detail:hover, h2.clanek-titulek-detail a:hover {
	text-decoration: underline;
}
.vypis-clanku-2 {
	
}
	.vypis-clanku-2-foto {
		float: left;
		margin-right: 10px;
	}
	.vypis-clanku-2 h3 {
		padding: 3px 0;
		margin: 0;
		clear: none;
		font-weight: normal;
		font-size: 17px;
	}
	.vypis-clanku-2 h3 a {
		text-decoration: none;
		color: #004E82;
	}
	.vypis-clanku-2 h3 a:hover {
		text-decoration: underline;
	}

.vypis-clanku {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
	.vypis-clanku h2.clanek-titulek {
		padding: 10px;
		background-color: #DDECF7;
		line-height: 110%;
	}
	.vypis-clanku h2.clanek-titulek, .vypis-clanku h2.clanek-titulek a {
		font-size: 30px;
		color: #008ACC;
	}
	.vypis-clanku-content {
		float: left;
		width: 330px;
		margin-right: 10px;
		padding-left: 10px;
		padding-top: 3px;
	}
	.vypis-clanku-foto {
		float: right;
		width: 139px;
		padding-top: 7px;
		padding-right: 10px;
	}
	.vypis-clanku .clanek-footer {
		padding: 0 10px 10px 10px;
	}

.clanek-hr {
	clear: both;
	height: 15px;
	font-size: 1px;
	background: url('/images/icons/clanek-uvod-hr.gif') left center repeat-x;
}
.clanek-footer {
	clear: both;
}
	.clanek-footer a {
		color: #4D4D4D;
	}
	.clanek-footer p {
		font-size: 10px;
	}
	.clanek-footer .vice {
		background: url('/templates/107/gr/odrazka.gif') 0 4px no-repeat;
		padding: 0 0 0 12px;
		font-weight: bold;
		font-size: 12px;
	}
	.clanek-footer .poslat {
		background: url('/templates/general-icons/poslat.gif') 0 3px no-repeat;
		padding: 0 0 0 17px;
	}
	.clanek-footer .diskuse {
		background: url('/templates/general-icons/diskuse.gif') 0 2px no-repeat;
		padding: 0 0 0 17px;
	}
	.clanek-footer .tisk {
		background: url('/templates/general-icons/tisk.gif') 0 1px no-repeat;
		padding: 0 0 0 17px;
	}
	.clanek-footer .oblibene {
		background: url('/templates/general-icons/oblibene.gif') left top no-repeat;
		padding: 0 0 0 17px;
	}
	.clanek-footer span {
		padding-right: 15px;
	}
h3.video-detail-subtitulek {
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 5px 20px; 
	border-bottom: 1px solid #CCCCCC;
}
.clanek-zarazeni {
	margin-top: 5px;
	margin-bottom: 10px;
}
.clanek-zdroj {
	margin: 10px 0px;
}
.clanek-prilohy {
	background-color: #F5F5F5; padding: 5px; border: 1px solid #DDDDDD; margin-top: 5px;
}
.clanek-tlacitka {
	background-color: #EEEEEE; padding: 5px; border-top: 1px solid #BEBEBE; margin-top: 5px;
}
#clanek-zpet {
	text-align: center;
	padding: 5px;
	font-size: 0.7em;
}
.anketa-otazka,
.soutez-otazka {
	text-align: center;
	padding: 0 0 8px 0;
	color: #000000;
}
	.anketa-table {
		width: 100%;
	}
	.anketa-ul {
		float: left;
		padding: 0;
		margin: 0 15px 0 0;
	}
		.anketa-odpoved {
			padding: 0 0 1px 17px;
			background: url('/templates/107/gr/odrazka-anketa.gif') left 4px no-repeat;
		}
			.anketa-odpoved a {
				font-size: 15px;
				text-decoration: underline;
			}
			.anketa-odpoved a:hover {
				text-decoration: none;
			}
		.anketa-odpoved-procenta {
			font-size: 12px;
			text-align: right;
		}
		.anketa-bar-border {
			border: 1px solid #CCCCCC;
		}
			.anketa-bar-bg {
				background-color: #E5E5E5; border: 1px solid #FFFFFF;
			}
				.anketa-bar {
					margin: auto 0; height: 10px; background-color: #CCCCCC;
				}
	.anketa-pocet-hlasu {
		padding-left: 13px;
		font-size: 11px;
		padding-top: 5px;
	}
	.anketa-vyhra {
		text-align: center;
	}
		.anketa-vyhra a {
			font-size: 15px;
		}
	.stocek p.small {
		text-align: center;
		font-weight: bold;
	}


.odrazka-tucne {
	font-weight: bold;
	color: #CC0000!important;
}
.rozcestnik2 span {
	display: block;
	margin-bottom: 0;
}
.rozcestnik .rozcestnik-odkaz, .rozcestnik2 .rozcestnik-odkaz {
	background-color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #20B7FF;
	padding: 10px;
	font-size: 13px;
}
	.rozcestnik a, .rozcestnik2 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.rozcestnik a:hover, .rozcestnik2 a:hover {
		color: #FFFF00;
		text-decoration: underline;
	}
	.rozcestnik2 td {
		padding: 6px 0;
	}
.readonly {
	color: #AAAAAA;	
}
.user-menu {
	
}
	.user-menu ul {
		padding: 0;
		margin: 0;
		padding-left: 6px;
		font-size: 11px;
	}
#content .my-table table {
	border: 0;
}
	#content .my-table table td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 5px;
	}
/* HLAVNÍ STRUKUTRA WEBU */
#body {
	
}
#body-center {
	background: #FFFFFF url('/templates/107/gr/body-bg.png') center top no-repeat;
	margin: auto;
}
#main {
	width: 1000px;
}
	#header-log-menu {
		height: 45px;
	}
		#header-log-menu ul {
			margin: 13px 0 0 0;
			padding: 0;
			border: 0;
			background: none;
			float: right;
		}
			#header-log-menu ul li {
				margin: 0 0 0 24px;
				padding: 0;
				border: 0;
				background: none;
				float: left;
				font-size: 11px;
				color: #000000;
			}
				#header-log-menu ul li a {
					color: #000000;
				}
				#header-log-menu ul li .odrazka-tucne {
					color: #000000!important;
				}
		#header-log {
			width: 400px;
			float: left;
			height: 45px;
		}
			#header-log img {
				vertical-align: top;
				margin-right: 7px;
			}
			#header-log ul {
				float: left;
			}
				#header-log li {
					margin: 0 24px 0 0!important;
				}
		#header-menu {
			width: 600px;
			float: right;
			height: 45px;
		}
			
	#header {
		height: 290px;
	}
		#logo-search {
			float: left;
			width: 238px;
			height: 290px;
			margin-right: 1px;
			background: #006699 url('/templates/107/gr/logo-search-bg.png') left top no-repeat;
		}
			#logo {
				height: 225px;
			}
				#logo div {
					padding: 10px 0 0 12px;
				}
			#search {
				height: 65px;
			}
				#search div {
					background: url('/templates/107/gr/search-bg.png') 15px 16px no-repeat;
					padding: 16px 0 0 15px;
					width: 223px;
					height: 34px;
				}
				#search .input-text {
					border: 0;
					width: 155px;
					margin: 3px 9px 0 3px;
					padding: 6px 5px 6px 5px;
					line-height: 100%;
					float: left;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					color: #666666;
				}
				#search .ie .input-text {
					padding-top: 8px;
				}
				#search .input-submit {
					margin: 3px 0 0 0;
					padding: 0;
					float: left;
				}
		#header-trailer {
			float: left;
			width: 761px;
			height: 290px;
		}
		
	#menu-top {
		margin-top: 1px;
		height: 45px;
		background: #247FB3 url('/templates/107/gr/menu-top-bg.png') left top no-repeat;
	}
		#menu-top ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			#menu-top li {
				float: left;
				padding: 0;
				margin: 0;
				background: url('/templates/107/gr/menu-top-sep.gif') right 3px no-repeat;
				font-size: 13px;
			}
				#menu-top li a {
					display: block;
					padding: 13px 20px 15px 20px;
					background: none;
					color: #000000;
					text-decoration: none;
				}
				#menu-top li a:hover {
					text-decoration: underline;
					color: #000000;
				}
				#menu-top li .odrazka-tucne {
					color: #000000!important;
				}
		#social-network {
			float: right;
			padding: 14px 14px 0 0;
		}
			#social-network a {
				margin-left: 3px;
			}
	#content {
		margin-top: 15px;
		clear: both;
	}
		#content-left {
			float: left;
			width: 225px;	
			margin-right: 25px;
		}
			#menu-left {
				
			}
				#menu-left ul {
					padding: 0;
					margin: 0;	
				}
					#menu-left ul li {
						padding: 0;
						margin: 0;
						font-family: Tahoma, Geneva, sans-serif;
						font-size: 14px;
					}
						#menu-left ul li a {
							display: block;
							padding: 8px 0 8px 22px;
							background: #333333;
							border-top: 1px solid #666666;
							color: #FFFFFF;
							text-decoration: none;
						}
						#menu-left ul li a:hover {
							text-decoration: underline;
						}
						#menu-left ul li .odrazka-tucne {
							color: #FFFF00!important;
						}
						
							#menu-left ul li ul {
								list-style: none;
							}
								#menu-left ul li ul li {
									
								}
									#menu-left ul li ul li a {
										padding-left: 40px;
									}
				
				.stocek {
					padding: 0 0 10px 0;
				}
					.stocek a {
						color: #000000;
					}
					.stocek .title, .footer-stocek-title {
						padding: 10px 20px 11px 12px;
						color: #FFFFFF;
						font-size: 17px;
						font-family: Tahoma, Geneva, sans-serif;
						background: #006699 url('/templates/107/gr/stocek-bg.gif') right top no-repeat;
					}
					.stocek-content {
						padding: 5px 12px;
						background: #DDECF7;
					}				
				
					.stocek-content ul {
						padding: 0;
						margin: 0;	
					}
						
					.list-stocek li, .list-stocek2 li, .list-stocek3 li {
						line-height: 140%;
						background-position: left 6px;
					}
						.list-stocek a {
							
						}
						.list-stocek a:hover {
							text-decoration: none;
						}
					.list-stocek2 li {
						background-image: url('/templates/107/gr/odrazka2-li.gif');
					}
						.list-stocek2 li p {
							font-size: 11px;
						}
					
					.list-stocek3 li {
						background-image: url('/templates/107/gr/odrazka-star-li.gif');
						background-position: 0 3px;
					}
					.list-stocek3 .li_no_image {
						background: none;
					}
					.stocek .radkovani li {
						margin-bottom: 8px;
					}
					.hidden {
						display: none;
					}
					#serialy_vice {
						cursor: pointer;
					}
				
				#odber-novinek {
					height: 65px;
				}
					#odber-novinek div {
						background: url('/templates/107/gr/odber-novinek-bg.png') 0 0 no-repeat;
						padding: 2px 0 0 45px;
						width: 180px;
						height: 45px;
					}
					#odber-novinek .input-text {
						border: 0;
						width: 120px;
						margin: 3px 5px 0 3px;
						padding: 6px 5px 5px 5px;
						line-height: 100%;
						float: left;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 12px;
						color: #666666;
					}
					#odber-novinek .ie .input-text {
						padding-top: 7px;
					}
					#odber-novinek .input-submit {
						margin: 3px 0 0 0;
						padding: 0;
						float: left;
					}
				
		#content-center {
			float: left;
			width: 500px;
			margin-right: 25px;
		}
			#SUBLeft {
				float: left;
				width: 515px;
				font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 150%;
			}
				#SUBLeft .Hclanek {
					font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
					float: left;
					width: 515px;
					padding-bottom: 15px;
				}
				#SUBLeft .HclanekTop {
					float: left;
					width: 515px;
				}
				#SUBLeft .HclanekObr {
					width: 270px;
					background-color: white;
					height: 110px;
					text-align: center;
					border: 1px solid #999;
					float: left;
				}
				#SUBLeft .HclanekTitle {
					float: right;
					width: 234px;
					font-size: 11px;
					line-height: 130%;
					text-transform: uppercase;
					color: black;
					padding-top: 0px;
					padding-bottom: 0px;
					padding-right: 3px;
					padding-left: 3px;
				}
				#SUBLeft .HclanekText {
					float: left;
					width: 510px;
					padding-top: 0px;
					padding-right: 5px;
					padding-bottom: 5px;
					padding-left: 3px;
					font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: black;
					line-height: 130%;
				}
		#content-center2 {
			float: left;
			width: 750px;
		}
			#navigace {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				padding-bottom: 5px;
			}
		#content-right {
			float: left;
			width: 225px;	
		}
		
	#footer {
		
	}
		#footer-info {
			background: #C7E0F1;
			border-top: 1px solid #9FC8DF;
			padding: 20px 0 20px 0;
		}
			#footer-info-center {
				width: 1000px;
				background: url('/templates/107/gr/footer-info-bg.gif') left top repeat-y;
			}
				#footer-info h2 {
					color: #99FDBE;
					font-size: 18px;
					border: none;
					background: none;
					padding: 10px 0 10px 0;
					margin: 0;
				}
				#footer-info a {
					color: #000000;
				}
				
				.footer-info-block-1, .footer-info-block-2, .footer-info-block-3 {
					width: 320px;
					float: left;
					margin-right: 20px;
					background-color: #E7F1FA;
				}
				.footer-info-block-3 {
					margin-right: 0;
				}
					.footer-info-block-1 table {
						margin-top: 5px;
					}
						.footer-info-block-1 table td {
							padding-left: 0px;
							padding-right: 20px;
						}
				
				.footer-info-block-3 {
					
				}
					.footer-info-block-3 textarea {
						width: 99%;
					}
				
				.footer-stocek-content {
					padding: 17px;
				}
				
		
		#footer-content {
			border-top: 1px solid #002B40;
			background: #006699;
			padding: 15px 0 40px 0
		}
			#footer-content-center {
				width: 1000px;
			}
				#footer-content p {
					font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				}
					#footer-item1 {
						font-weight: bold;
						font-size: 14px;
						color: #FFFFFF;
					}
					#footer-item2 {
						font-size: 12px;
						margin-top: 3px;
						color: #FFFFFF;
					}
						#footer-item2 a {
							color: #FFFFFF;
							text-decoration: none;
						}
					#footer-item3 {
						color: #FFFFFF;
						font-size: 12px;
						margin-top: 12px;
					}
						#footer-item3 a {
							color: #FFFFFF;
						}
				#web-media-sign {
					position: absolute;
					width: 32px;
					height: 11px;
					margin-top: 33px;
					margin-left: 965px;
				}

.facebook-plugin {
	border: none;
	overflow: hidden;
	width: 225px;
	height: 262px;
}


/* vlastní efekt klikacího buttonu */
a.my-button,
a.my-button2 {
	background: transparent url('/templates/107/gr/bg_button_a.png') no-repeat scroll top left;
	color: #FFFFFF!important;
	display: block;
	float: left;
	font: bold 12px arial, sans-serif;
	margin-right: 6px;
	text-decoration: none;
	position: relative;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 0;
	padding: 8px 7px 6px 8px; /* is important to change bottom padding as well if you need to update top padding */
	text-transform:uppercase;
}

a.my-button span,
a.my-button2 span {
	background: transparent url('/templates/107/gr/bg_button_span.png') no-repeat top right;
	display: block;
	margin-right: -1px;
	position: absolute;
	right: 0;
	top: 0;
	height: 27px;
	width: 4px;
	font-size: 0px;
} 
a.my-button:active, a.my-button:hover,
a.my-button2:active, a.my-button2:hover {
	background-position: bottom left;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
	padding: 8px 7px 6px 8px; /* push text down 1px */
}

a.my-button:active span, a.my-button:hover span,
a.my-button2:active span, a.my-button2:hover span {
	background-position: bottom right;
	font-size: 0px;
	height: 28px;
}
a.my-button2 {
	background-image: url('/templates/107/gr/bg_button2_a.png');
}
a.my-button2 span {
	background-image: url('/templates/107/gr/bg_button2_span.png');
}

#prihlaseni {
	
}
	#prihlaseni table {
		
	}
	#prihlaseni table td {
		padding-left: 0;
	}
	#prihlaseni .input {
		width: 150px;
	}
	#prihlaseni input  {
		font-size: 14px;
		padding: 5px;
	}
	#prihlaseni ul {
		padding: 0;
		margin: 0;
	}
	
.dialog-box {
	text-align: left;
	padding: 10px 30px!important;
	border: 10px solid #333333!important;
}





/* Styly pro e-shop (košík, výpisy, detail produktu, ..) */
.produkt-galerie {
	margin-right: 12px;
	width: 242px;
	float: left;
	border: 1px solid #E6E6E6;
}
.produkt-galerie2 {
	width: 242px;
	float: left;
	border: 1px solid #E6E6E6;
}
.produkt-telo {
	width: 100%;
	float: right;
}
.foto-pozadi {
	width: 100%;
	height: 150px;
	background-color: #FFFFFF;
	position: static; border-bottom: 1px dotted #CCC;
}
.priznaky {
	position: absolute;
	float: left;
}	
	.priznaky .akce, .priznaky .skladem, .priznaky .procenta, .priznaky .novinka {
		color: #FFFFFF;
		font-size: 9px;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: bold;
		text-shadow: #333333 1px 1px 3px;
		text-transform: uppercase;
		padding: 4px;
		margin-bottom: 6px;
		float: left;
		clear: both;
	}
	.priznaky .akce, .priznaky .procenta {
		background-color: #CC0000;
	}
	.priznaky .novinka {
		background-color: #FFCC00;
	}
	.priznaky .skladem {
		background-color: #84A70C;
	}
.produkt-informace {
	min-height: 52px;
	padding: 0 7px;
	border-bottom: 1px dotted #97B924; background-color: #FAFAFA;
}
.produkt-uvod {
	display: block;
	min-height: 0;
}
	* html .produkt-uvod {
		height: 0;	
	}
.nazev-produktu {
	height: 56px;
}
	.nazev-produktu table {
		height: 100%; width: 100%;
	}
	.nazev-produktu h3 {
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
		
		text-align: center;	
	}
	.nazev-produktu h3 a {
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #333333;
	}
	.nazev-produktu h3 a:hover {
		text-decoration: underline;
	}
.cena-produktu {
	color: #BE1B1B;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.dph {
	color: #999999;
	font-size: 10px;
}
.produkt-detail a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.produkt-detail {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('/images/eshop/arrow.gif') right center no-repeat;
	padding: 3px 25px 0 0;
	height: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #000000;
}
.add2cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent !important;
	background: url('/images/eshop/add2cart.gif') left center no-repeat;
	padding: 0 0 0 23px !important;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	color: #000000 !important;
}
a.produkt-detail:hover, .add2cart:hover {
	color: #CE112E !important;
}
/*hlavní deklarace ---------------------------------------------------*/
.shop-strong, .shop-nadpis {
	color: #1AA2EF;
	font-weight: bold;
}
p.shop-nadpis {
	margin: 0 !important;
	padding: 5px 0 5px 0;
}
.warning {
	border: 1px solid #E1E1E1;
	background: #FFFFFF url('/images/eshop/warning-bg.png') left bottom repeat-x;
	padding: 15px 15px 0 15px;
}
	.warning div p {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #1AA2EF;
		padding-top: 10px;
	}
	.warning p strong {
		color: #666666;
	}
	.warning p img {
		float: left;
		padding: 0 32px 10px 0;
	}
/*--------------------------------------------------------------------- */
.registrace {
	border: 1px solid #E1E1E1;
	background: #FFFFFF url('/images/eshop/warning-bg.png') left bottom repeat-x;
}
.registrace p {
	color: #666666;
}
.cart {
	color: #666666;
}
	.cart-nadpis {
		float: left;
		font-size: 12px;
	}
	.shop-nadpis {
		text-align: left;
	}
	.cart-min-height {
		float: left;
		width: 1px;
		height: 55px;
	}
	
	/* První výrobek v košíku  */
	.cart-checkbox-top {
		border: 1px solid #E1E1E1;
		border-right: 0;
	}
	.cart-img-top {
		border: 1px solid #E1E1E1;
		border-right: 0;
	}
	.cart-title-top {
		border-top: 1px solid #E1E1E1;
		border-bottom: 1px solid #E1E1E1;
	}
	.cart-price-top {
		width: 120px;
		border-top: 1px solid #E1E1E1;
		border-bottom: 1px solid #E1E1E1;
	}
	.cart-input-top {
		width: 60px;
		border: 1px solid #E1E1E1;
	}
	.cart-other-top {
		width: 30px;
		border: 1px solid #E1E1E1;
		border-left: 0;
	}
	/* Další výrobky */
	.cart-checkbox {
		border: 1px solid #E1E1E1;
		border-top: 0;
		border-right: 0;
	}
	.cart-img {
		border: 1px solid #E1E1E1;
		border-right: 0;
		border-top: 0;
	}
	.cart-title {
		border-bottom: 1px solid #E1E1E1;
	}
		.cart-title a, .cart-title-top a {
			color: #666666;
		}
	.cart-price {
		border-bottom: 1px solid #E1E1E1;
	}
		.cart-price strong, .cart-price-top strong {
			color: #666666;
		}
	.cart-input {
		border: 1px solid #E1E1E1;
		border-top: 0;
	}
		.cart-input input, .cart-input-top input {
			 width: 30px;
			 text-align: center;
		}
	.cart-other {
		border-bottom: 1px solid #E1E1E1;
		border-right: 1px solid #E1E1E1;
	}
	
	.cart-bg {
		height: 40px;
		background: #FFFFFF url('/images/eshop/cart-bg.png') left bottom repeat-x;
	}
	.cart-nobg {
		height: 40px;
		background-color: #ffffff;
	}
	#content .button {
		padding: 5px 10px;
	}
		#content .button input {
			width: 140px;
			height: 24px;
			font-size: 11px;
		}
		#content .button strong input {
			font-weight: bold;
			font-size: 14px;
		}
		#content .button img {
			position: relative;
			top: 7px;
		}
.rekapitulace-blok {
	padding: 10px;
	border: 1px solid #1AA2EF;
}
.shop-progress {
	border: 1px solid #E1E1E1;
	background: url('/images/eshop/bg-mini.png') left bottom repeat-x;
}
	.progress-row {
		width: 24%;
		float: left;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
		.progress-row p {
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			color: #999999;
			padding-top: 12px;
		}
		.progress-row img {
			float: left;
		}
		.progress-active {
			color: #1AA2EF !important;
			font-weight: bold;
		}
		.progress-row a {
			color: #999999;
			text-decoration: none;
		}
		.progress-row a:hover {
			color: #000000;
			text-decoration: underline;
		}
.order-total {
	padding-left: 10px;
	border: 1px solid #E1E1E1;
	border-right: 0;
}
	.order-total p {
		font-size: 15px;
	}
.order-price  {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
	.order-price strong {
		font-size: 19px;
		color: #1AA2EF;
	}
.order-arrow {
	width: 68px;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.order-button {
	width: 150px;
	border: 1px solid #E1E1E1;
	border-left: 0;
	padding-right: 10px;
}
	.order-button strong input {
		font-weight: bold;
		font-size: 15px;
		width: 150px;
	}
.order-address-select {
	background: #EEEEEE url('/images/icons/sipka-nahoru.gif') 98% center no-repeat;
	padding: 5px;
	cursor: pointer;	
}
	.order-address-values {
		position: absolute;
		margin-top: 28px;
	}
.shipping {
	 border: 1px solid #E1E1E1;
}
	.shipping table {
		padding-top: 10px;
	}
	.shipping p {
		 color: #333333;
	}
	.shipping-tr {
		background: #FFFFFF url('/images/eshop/bg.png') left bottom repeat-x;
	}
	.shipping-arrow p {
		text-align: center;
		color: #1AA2EF;
		font-size: 11px;
	}
.total-price {
	background: #FFFFFF url('/images/eshop/bg.png') left bottom repeat-x;
	border: 1px solid #E1E1E1;
	padding: 10px;
}
	.price {
		color: #1AA2EF;
		font-size: 17px;
		float: left;
		padding-top: 10px;
	}
	.total-price div {
		float: right;
	}
.form-info {
	background: #FFFFFF url('/images/eshop/bg-mini.png') left bottom repeat-x;
	border: 1px solid #E1E1E1;
	padding: 10px;
	margin: 20px 0 0 0;
}
	.form-info p {
		background: url('/images/ikony/priorita_vysoka.gif') left -3px no-repeat;
		padding-left: 20px;
	}
	.form-info p strong {
		color: #F09A07;
	}
.kupon-bg {
		height: 40px;
		background: url('/images/eshop/cart-bg.png') left bottom repeat-x;
	}
	#kuponOvereni {
		position: relative;
	}
	.kupon-platny {
		color: green;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 5px;
	}
	.kupon-neplatny {
		color: #DD0000;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 5px;
	}
.table-porovnani {
	width: 100%;
}
	.table-porovnani td {
		 border-top: 1px solid #999999;
	}
/* Konec - Styly pro e-shop */
/********* NEMOVITOSTI ***********/
.nemovitost-vypis, .nemovitost-vypis2 {
	width: 240px;
	margin-right: 20px;
	float: left;
}
.nemovitost-vypis2 {
	margin-right: 0px;
}
	.nemovitost-vypis-foto {
		width: 240px;
		height: 145px;
		background: #EEEEEE;
		display: table-cell;
		vertical-align: middle;
	}
		.nemovitost-vypis-foto .priznaky {
			position: absolute;
			float: left;
		}	
			.nemovitost-vypis-foto .priznaky .novinka,
			.nemovitost-vypis-foto .priznaky .top,
			.nemovitost-detail-foto .priznaky .novinka,
			.nemovitost-detail-foto .priznaky .top {
				color: #FFFFFF;
				font-size: 15px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				text-shadow: #333333 1px 1px 3px;
				text-transform: uppercase;
				padding: 6px;
				margin-bottom: 6px;
				float: left;
				clear: both;
			}
			.nemovitost-vypis-foto .priznaky .novinka,
			.nemovitost-detail-foto .priznaky .novinka {
				background-color: #FFCC00;	
			}
			.nemovitost-vypis-foto .priznaky .top,
			.nemovitost-detail-foto .priznaky .top {
				background-color: #FF9900;
				margin-right: 10px;
			}
	.nemovitost-vypis h3, .nemovitost-vypis2 h3 {
		background-color: #407FB7;
		padding: 0;
	}
		.nemovitost-vypis h3 a, .nemovitost-vypis2 h3 a {
			display: block;
			font-size: 13px;
			font-weight: bold;
			color: #FFFFFF;
			padding: 7px 5px;
			text-decoration: none;
			text-shadow: 1px 1px 1px #333333;
		}
		.nemovitost-vypis h3 a:hover, .nemovitost-vypis2 h3 a:hover {
			text-decoration: underline;
		}
	.nemovitost-vypis-info {
		background: #EEEEEE;
		padding: 5px;
	}
		.nemovitost-vypis-info p {
			font-size: 11px;
		}
			.nemovitost-vypis-info p span {
				float: right;
				margin-top: -2px;
				font-weight: bold;
			}
	.nemovitost-detail-foto {
		float: right; min-width: 235px; margin-left: 20px; margin-top: 8px; padding-bottom: 10px
	}
	.nemovitost-detail-info {
		background: #EEEEEE;
		padding: 5px;
		margin-top: 5px;
	}
		.nemovitost-detail-info p {
			font-size: 11px;
		}
			.nemovitost-detail-info p span {
				float: right;
				margin-top: -2px;
				font-weight: bold;
			}
/*********************************/
.table {
	border: 2px solid #E9E9E9;
	background-color: #FFFFFF;
	width: 100%;
}
.table2 {
	border: 2px solid #F2DDDD;
	background-color: #FFFFFF;
	width: 100%;
}
.table3 {
	border: 2px solid #E9E9E9;
	background-color: #FFFFFF;
}
.table-border {
	border: 1px solid silver;
	margin-bottom: 10px;
}
.table-border2 {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.table-border p, .table-border p {
	padding: 2px;
}
.table-header, .table-header2, .table-header-list {
	background: #F0F0F0 url('/admin/gr/edit-stocek-pozadi.gif') left bottom repeat-x;
	height: 23px;
}
.table-header2 {
	background: #F0F0F0 url('/admin/gr/edit-stocek-pozadi2.gif') left bottom repeat-x;
}
.table-header p, .table-header2 p {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
}
.table-header2 p {
	color: #DD0000;
}
.table-header-list p {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.edit-label {
	font-size: 11px;
	text-align: right;
}
.edit-label2 {
	font-size: 11px;
	color: #DD0000;
	text-align: right;
}
.edit-column {
	background: url('/admin/gr/edit-sloupec.gif') right top repeat-y;
}
.legend {
	color: Gray;
	font-size: 10px;
}
.td_border {
	border-right: 1px dotted #CCCCCC;
}
.tr_border,
.tr2_border {
	background: url('/images/pozadi_bunky.gif') repeat-x left bottom;
}
.tr_border1,
.tr2_border1 {
	background: url('/images/pozadi_bunky1.gif') repeat-x left bottom;
}
.tr_border2,
.tr2_border2 {
	background: url('/admin/gr/pozadi_bunky2.gif') repeat-x left bottom;
}
.tr_border3,
.tr2_border3 {
	background: url('/images/pozadi_bunky3.gif') repeat-x left bottom;
}
.tr_border4,
.tr2_border4 {
	background: url('/images/pozadi_bunky4.gif') repeat-x left bottom;
}
.tr_border5,
.tr2_border5 {
	background: url('/images/pozadi_bunky5.gif') repeat-x left bottom;
}
.tr_border6,
.tr2_border6 {
	background: url('/images/pozadi_bunky5.gif') repeat-x left bottom;
}
.tr_border7,
.tr2_border7 {
	background: #FFFFFF;
}
.tr_border7-2,
.tr2_border7-2 {
	background: #EEEEEE;
}
.tr_border,
.tr_border1,
.tr_border2,
.tr_border3,
.tr_border4,
.tr_border5,
.tr_border6 {
	cursor: pointer;
}
.tr_border:hover,
.tr_border1:hover,
.tr_border2:hover,
.tr_border3:hover,
.tr_border4:hover,
.tr_border5:hover,
.tr_border6:hover,
.tr2_border:hover,
.tr2_border1:hover,
.tr2_border2:hover,
.tr2_border3:hover,
.tr2_border4:hover,
.tr2_border5:hover,
.tr2_border6:hover {
	background: url('/admin/gr/pozadi_bunky-hover.gif') repeat-x left bottom;
}
.tr2_border7:hover,
.tr2_border7-2:hover {
	background: #FFFFEA;	
}
.pocasi {
	width: 85px; float: left;
}
.pocasia {
	text-align: center; color: #666666; padding-bottom: 3px;
	font-size: 0.6em;
}
.pocasib {
	margin-right: 5px;
}
.pocasic {
	padding-top: 15px;
}
/* STYLY POUZE PRO E-SHOP */
.vypis-strukturovany-bg-white {
	background-color: #fff;
}
.vypis-strukturovany-bg-silver {
	background-color: #eee;
}
.vypis-strukturovany {
	border-bottom: silver 1px solid;
}
.vypis-strukturovany-akcni {
	border: #DD0000 1px solid;
	border-right: 0;
}
.vypis-strukturovany-akcni2 {
	border: #DD0000 1px solid;
	border-left: 0;
}
.vypis-strukturovany-akcni-nonborder {
	border: #DD0000 1px solid;
	border-right: 0;
	border-left: 0;
}
.stocek-uvod {
	width: 248px; border: #808080 1px solid; float: left;
}
.stocek-uvod-akce {
	width: 248px; border: #DD0000 1px solid; float: left;
}
.stocek-uvod h3, .stocek-uvod a, .stocek-uvod-akce h3, .stocek-uvod-akce a {
	color: white; text-decoration: underline; font-size: 14px; font-weight: bold; padding-top: 5px;
}
.stocek-uvod-paticka a, .stocek-uvod-paticka-akce a {
	color: black; font-size: 11px; font-weight: normal;
}
.stocek-uvod-bg {
	background-color: #808080;
}
.stocek-uvod-bg-akce {
	background-color: #DD0000;
}
.stocek-uvod-img {
	position: absolute; width: 73px; height: 73px; border: #808080 1px solid; background-color: white; margin: 10px; text-align: center;
}
.stocek-uvod-img-akce {
	position: absolute; width: 73px; height: 73px; border: #DD0000 1px solid; background-color: white; margin: 10px; text-align: center;
}
/* KONEC STYLŮ PRO E-SHOP */
/* OBECNÉ STYLY KE KAŽDÉMU WEBU*/
.print {
	display: none;
}

@media print {
	.no_print, .no-print {
		display: none;
	}
	.print {
		display: block;
	}
	#body-center, .vypis-clanku {
		background: none;
	}
	#main, #content {
		width: auto;
		margin: auto;
	}
	#content-center {
		margin: auto;
		float: none;
	}
	#header, #header-log-menu, #menu-top, #content-left, #content-top, #content-right, #footer, #navigace, .clanek-footer {
		display: none;
	}
	#print-logo {
		text-align: center;
	}
}
.odrazky {
	line-height: 125%;
	color: #FF6600;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	padding-left: 5px;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0;
}
.clear-1px {
	font-size: 1px;
	clear: both;
}
.clear-5px {
	font-size: 1px;
	height: 5px;
	clear: both;
}
.clear-10px {
	height: 10px;
	font-size: 1px;
	clear: both;
}
.clear-15px {
	height: 15px;
	font-size: 1px;
	clear: both;
}
.clear-20px {
	height: 20px;
	font-size: 1px;
	clear: both;
}
.clear-30px {
	height: 30px;
	font-size: 1px;
	clear: both;
}
.clear-5px-white {
	height: 5px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-10px-white {
	height: 10px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-15px-white {
	height: 15px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.button {
	font-size: 1.2em;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#adm-basic-bar { /* kopie v style.css*/
	height: 31px;
	background: #333333 url('/admin/gr/basic-bar-bg.gif') left bottom repeat-x;
}
	.adm-basic-bar-col1,
	.adm-basic-bar-col2 {
		width: 49.9%;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
		font-size: 11px !important;
	}
		.adm-basic-bar-administrace {
			background: url('/admin/gr/basic-bar-administrace.gif') left top no-repeat;
			width: 90px;
			height: 30px;
			display: block;
			float: left;
		}
			.adm-basic-bar-administrace:hover,
			.adm-basic-bar-administrace-active {
				background-image: url('/admin/gr/basic-bar-administrace-active.gif') !important;
			}
		.adm-basic-bar-crm {
			background: url('/admin/gr/basic-bar-crm.gif') left top no-repeat;
			width: 42px;
			height: 30px;
			display: block;
			float: left;
		}
			.adm-basic-bar-crm:hover,
			.adm-basic-bar-crm-active {
				background-image: url('/admin/gr/basic-bar-crm-active.gif') !important;
			}
		.adm-basic-bar-web {
			background: url('/admin/gr/basic-bar-web.gif') left top no-repeat;
			width: 36px;
			height: 30px;
			display: block;
			float: left;
		}
			.adm-basic-bar-web:hover,
			.adm-basic-bar-web-active {
				background-image: url('/admin/gr/basic-bar-web-active.gif') !important;
			}
		.adm-basic-bar-link {
			float: left;
			color: #FFFFFF;
			padding: 8px 0 0 0;
			text-decoration: none;
			margin-right: 10px;
		}
		.adm-basic-bar-link:hover {
			text-decoration: underline;
			color: #FFFFFF;
		}
		.adm-basic-bar-aktivita {
			background: url('/admin/gr/basic-bar-crm-aktivita.gif') left top no-repeat;
			width: 83px;
			height: 30px;
			display: block;
			float: left;
			margin-right: 10px;
		}
			.adm-basic-bar-aktivita:hover,
			.adm-basic-bar-aktivita-active {
				background-position: 1px 1px;
			}
		.adm-basic-bar-zaznam {
			background: url('/admin/gr/basic-bar-crm-zaznam.gif') left top no-repeat;
			width: 83px;
			height: 30px;
			display: block;
			float: left;
			margin-right: 4px;
		}
			.adm-basic-bar-zaznam:hover,
			.adm-basic-bar-zaznam-active {
				background-position: 1px 1px;
			}
	.adm-basic-bar-col2 {
		width: 49.9%;
	}
		.adm-basic-bar-col2 a {
			color: #FFFFFF !important;
			text-decoration: none;
		}
		.adm-basic-bar-col2 a:hover {
			text-decoration: underline;
		}
		.adm-basic-bar-col2 table {
			height: 29px;
		}
		.adm-login {
			padding-left: 12px;
			background: url('/admin/gr/login-user.gif') 0 3px no-repeat;
		}
		.adm-logout {
			padding-left: 12px;
			background: url('/admin/gr/logout-user.gif') 0 2px no-repeat;
			margin: 0 10px 0 10px;
		}

/* můj účet*/
.muj-ucet-block-1 {
	float: left; width: 65%;
}
.muj-ucet-block-2 {
	float: left; width: 34.9%;
}
.muj-ucet-block-1 a {
	color: #333333;
}
.muj-ucet-block-title {
	background-color: #666666; padding: 4px 4px 2px 6px;
}
	.muj-ucet-block-title p {
		color: #FFFFFF; font-weight: bold;
	}
.muj-ucet-block-stahnete-si .barevny-odkaz {
	color: #CE112E;
}
.muj-ucet-sprava-padding {
	padding: 5px;
}
	.muj-ucet-sprava-padding p {
		padding: 7px 0 7px 43px; font-size: 17px;
	}
	.muj-ucet-sprava-padding p a {
		color: #333333;
	}
	.muj-ucet-sprava-zakladni {
		float: left;
		padding-right: 30px!important;
	}