@charset "utf-8";

/* členská sekce*/
/*
.video-nadpis {
	min-height: 40px;
}
	* html .video-nadpis {
		height: 40px;
	}
*/
.podmenu {
	padding: 5px 0px 10px 0px!important;
}
.podmenu ul li {
	font-size: 12px;
	display: inline;
	margin-right: 10px;
}

.content-block {
	/* kopie v style-admin.css*/
	margin-bottom: 10px; background-color: #999999; padding: 10px 3px 3px 3px; color: #FFFFFF; border-left: 3px solid #666666;
	font-weight: bold;
	font-size: 0.7em;
}
/* konec členská sekce*/

.clanek-titulek, .clanek-titulek a {
	color: #006699;
	text-decoration: none;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	margin-bottom: 0px;
}
.clanek-titulek a:hover {
	text-decoration: underline;
}
.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 {
	text-align: center;
	font-size: 0.75em;
	padding-bottom: 5px;
}

.anketa-odrazka {
	background: url('/images/ikony/anketa_odrazka.gif') left top no-repeat;
}

.odrazka-tucne {
	font-weight: bold;
	text-decoration: underline!important;
	color: #000000!important;
}

.rozcestnik2 span {
	display: block;
	margin-bottom: 5px;
}
.rozcestnik .rozcestnik-odkaz,
.rozcestnik2 .rozcestnik-odkaz {
	background-color: #E6EEF9;
	border-bottom: 1px solid #BAD3E9;
	padding: 10px;
	font-size: 11px;
	font-weight: bold; 
}
.rozcestnik2 .rozcestnik-odkaz {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* HLAVNÍ STRUKUTRA WEBU */
h1 {
	display: none;
}
#body {
	background: #ffffff url('/images/gr/body-bg.jpg') center top no-repeat;
}


#body-center {
	text-align: center;
}
	#main {
		width: 1000px;
		min-height: 650px;
		text-align: left;
		background: url('/images/gr/main-uvod-bg.jpg') left 442px no-repeat;
	}
	* html #main {
		height: 650px;
	}
		#header {
			
		}
			#header-title {
				float: left;
				width: 670px;
				height: 119px;
			}
			#header-lang {
				float: left;
				width: 330px;
				height: 119px;
				background: url('/images/gr/header-lang.jpg') left top no-repeat;
			}
				#header-lang p {
					text-align: right;
					padding-right: 25px;
					padding-top: 5px;
				}
				#header-lang a {
					font-size: 11px;
					text-decoration: none;
					color: #FFFFFF;
				}
				#header-lang a:hover {
					color: #FFFFFF!important;
				}
				#header-lang .lang-no-active {
					color: #CFD8DE!important;
				}
			#header-pic {
				clear: both;
				width: 1000px;
				height: 175px;
			}
		
		#main-content {
			
		}
			/* ostatní stránky*/
			#menu {
				padding-top: 29px;
				padding-left: 25px;
				height: 45px;
				background: url('/images/gr/menu-bg.jpg') left top no-repeat;
			}
				#menu ul li {
					list-style: none;
					padding-left: 16px;
					float: left;
					background: url('/images/gr/menu-sep.png') right 7px no-repeat;
				}
				#menu a {
					color: #006699;
					text-decoration: none;
					padding: 3px 20px 0 0;
					display: block;
					font-size: 13px;
					font-weight: bold;
					text-transform: uppercase;
				}
				#menu a:hover {
					color: #000000;
					text-decoration: underline;
				}
				
			#menu2 {
				float: left;
				padding-left: 35px;
				width: 215px;
				background: url('/images/gr/menu2-bg.gif') right top repeat-y;
			}
				#menu2 ul {
					list-style: none;
					margin: 0;
					padding: 0;
					line-height: 200%;
				}
				#menu2 li {
					background: url('/images/gr/menu-odrazka.gif') 5px 9px no-repeat;
					padding: 0 0 0 20px;
				}
				#menu2 li a {
					font-size: 13px;
					color: #000000;
					text-decoration: none;
				}
				#menu2 li a:hover {
					text-decoration: underline;
				}
			#content {
				float: left;
				width: 720px;
			}
			
			/* úvod */
			#main-rozcestnik-1 {
				float: left;
				width: 500px;
				height: 148px;
			}
			#main-rozcestnik-2 {
				float: left;
				width: 500px;
				height: 148px;
			}
			#main-uvod-text {
				float: left;
				width: 530px;
				padding: 10px 35px 0 25px;
			}
				#main-uvod-text p {
					font-size: 16px;
				}
			#main-uvod-aktuality {
				float: left;
				width: 380px;
			}
				
				.uvod-aktuality-title {
					font-size: 13px;
					color: #006699;
					text-transform: uppercase;
					font-weight: bold;
					padding-left: 12px;
					padding-top: 10px;
				}
				.uvod-aktuality-datum {
					padding-left: 12px;
					padding-top: 5px;
					font-size: 11px;
					color: #333333;
					font-weight: bold;
				}
				#main-uvod-aktuality h2 {
					padding: 0;
					margin: 0;
					font-size: 13px;
				}
				#main-uvod-aktuality h2 a {
					color: #006699;
				}
				#main-uvod-aktuality h2 a:hover {
					text-decoration: none;
				}
				
				.archiv-aktualit {
					text-align: right;
				}
				.archiv-aktualit a {
					color: #006699;
				}
				.archiv-aktualit a:hover {
					color: #006699;
				}
		
		#footer {
			
		}
			#footer-line-1 {
				padding-top: 5px;
			}
				#footer-col1 {
					padding-left: 25px;
					float: left;
					/*width: 300px;*/
				}
				#footer-col2 {
					float: left;
					width: 300px;
				}
				#footer-col3 {
					float: left;
					width: 350px;
				}
			
			#footer-line-2 {
				padding: 0 25px;
				padding-top: 5px;
			}
				.footer-text1 {
					font-size: 13px;
					color: #006699;
					padding-bottom: 3px;
				}
					.footer-text1 a {
						color: #006699;
					}
					.footer-text1 span {
						font-weight: bold;
						font-size: 13px;
					}
				.footer-text2, .footer-text2 a {
					font-size: 11px;
					color: #666666;
					text-decoration: none;
				}
				.footer-text2 a:hover {
					text-decoration: underline;
				}
				.footer-text2 {
					color: #666666;
				}
				#web-media-sign {
					position: absolute;
					width: 32px;
					height: 11px;
					margin-top: 15px;
					margin-left: 916px;
				}
		
		.footer-title {
			font-size: 13px;
			color: #006699;
			text-transform: uppercase;
			font-weight: bold;
		}


/* Styly pro e-shop (košík, výpisy, detail produktu, ..) */


/*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: url('/images/eshop/warning-bg.png') left bottom repeat-x;
	padding: 15px 15px 0 15px;
}
	.warning div p {
		font-size: 12px;
		font-family: tahoma;
		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: 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: url('/images/eshop/cart-bg.png') left bottom repeat-x;
	}
	.cart-nobg {
		height: 40px;
		background-color: #ffffff;
	}
	.button {
		padding: 10px;
	}
		.button input {
			width: 140px;
			height: 24px;
			font-size: 11px;
		}
		.button strong input {
			font-weight: bold;
			font-size: 14px;
		}
		.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: 25%;
		float: left;
		font-size: 12px;
		font-family: arial, tahoma, verdana, sans-serif;
	}
		.progress-row p {
			font-size: 12px;
			font-family: arial, tahoma, verdana, 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;
	}
.shipping {
	 border: 1px solid #E1E1E1;
}
	.shipping table {
		padding-top: 10px;
	}
	.shipping p {
		 color: #333333;
	}
	.shipping-tr {
		background: url('/images/eshop/bg.png') left bottom repeat-x;
	}
	.shipping-arrow p {
		text-align: center;
		color: #1AA2EF;
		font-size: 11px;
	}
.total-price {
	background: 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: 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: Tahoma;
		padding-left: 5px;
	}
	.kupon-neplatny {
		color: #DD0000;
		font-size: 12px;
		font-family: Tahoma;
		padding-left: 5px;
	}
.table-porovnani {
	width: 100%;
}
	.table-porovnani td {
		 border-top: 1px solid #999999;
	}
/* Konec - Styly pro e-shop */


.table {
	border: 1px solid #999;
	
	background-color: #FFFFFF;
	width: 100%;
}
.table2 {
	border: 2px solid #F2DDDD;
	background-color: #FFFFFF;
	width: 100%;
}
.table-border {
	/*border: 1px solid #999999;*/
	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: 0.7em;
	text-align: right;
}
.edit-label2 {
	font-size: 0.7em;
	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('/admin/gr/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*/
@media print {
	.no_print {
		display: none;
	}
}
.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-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-right {
	float: right;
}

#adm-basic-bar {
	height: 31px;
	background: #333333 url('/admin/gr/basic-bar-bg.gif') left bottom repeat-x;
}
	.adm-basic-bar-col1,
	.adm-basic-bar-col2 {
		width: 39.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: 91px;
			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-web {
			background: url('/admin/gr/basic-bar-web.gif') left top no-repeat;
			width: 37px;
			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-col2 {
		width: 59.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 6px 0 10px;
		}
		
/* fórum */
.hlavni_sekce {
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.kategorie {
	color: #5B5B5B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.kategorie:hover {
	color: #5B5B5B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#forum table {
	width: 100%;
	border: 1px solid white;
}

.forum_hlavicka p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.forum_hlavicka2 p {
	color: #FFFFFF;
	font-size: 12px;
}

.forum_table_border {
	border: 1px solid #909090;
}

.forum_table_border table {
	#width: 1px;
}
.forum_tr_border1 {
	background: #666666;
	color: #FFFFFF;
}

.forum_tr_border {
	background: #999999;
	color: #FFFFFF;
}
.forum_tr_border td, .forum_tr_border1 td {	
	border-bottom: 1px solid white;
}

.forum_td_border {
	border-right: 1px solid white;
}
.forum_popis {
	font-size: 11px;
}
.forum_td2 {
	background: #EAEBEC;
}

.forum_tr_border2 {
	background: #F1F2F3;
	color: #5B5B5B;
}	
	
.forum_tr_border2 td {	
	border-bottom: 1px solid white;
}

* html .forum_zalomeni {
	width: 1px;
}
.quote {
	margin: 5px 5px 0px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #c5d1e4;
	color: #4B5C77;
}

