/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #191919;
	color: #999999;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	background-image: url(../img/web-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*--- Link Styles ---*/
a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #BF1E2D;
	text-decoration: underline;
}


/* Standard Definitions
----------------------------------------*/

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}


body#popup {
	padding: 0 30px;
}




.wrapper01{
	background-image: url(../img/facelift/kyticky/zimni/kytka-leva.png);
	/*background-image: url(../img/facelift/kyticky/jarni/kytka-leva-svetle.png);*/
	background-repeat: repeat-y;	
}
.wrapper02{
	background-image: url(../img/facelift/kyticky/zimni/kytka-prava.png);
	/*background-image: url(../img/facelift/kyticky/jarni/kytka-prava-svetle.png);*/
	background-repeat: repeat-y;	
	background-position: right -500px;
}




#web-container {
	width: 1000px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#header {

}
	#header .top-bar {
		height: 32px; /* 40 */
		padding: 8px 30px 0 30px;
		font-size: 10px;
	}
		#header .top-bar a {
			color: #999999;
			text-decoration: none;
		}
		#header .top-bar a:hover {
			color: #ffffff;
			text-decoration: none;
		}
		#header .top-bar .item {
			border: 1px solid #232323;
			background-color: #000000;
			padding: 1px 6px;
		}
			#header .top-bar .breadcrumb {
				float: left;
			}
				#header .top-bar .breadcrumb h1 {
					padding: 0;
					margin: 0;
				}
			#header .top-bar .lang {
				float: right;
				text-transform: uppercase;
				margin: 0 0 0 10px;
				padding: 1px 10px;
			}
				#header .top-bar .lang a.selected {
					color: #ffffff;
				}
			#header .top-bar .search {
				float: right;
				text-transform: uppercase;
				margin: 0 20px 0 0;
				padding: 1px 10px;
			}

	#header .top-bar #vyhledavani {
		background-color: #161616;
		border: 2px solid #232323;
		padding: 2px 4px;
		margin: 4px 0 0 0;
	}
		#header .top-bar #vyhledavani label {
			display: block;
			padding: 4px 0 2px 0;
		}
			#header .top-bar #vyhledavani input {
				border: 1px solid #232323;
				padding: 2px 4px;
				font-size: 11px;
				color: #666666;
			}
			#header .top-bar #vyhledavani input.submit {
				background-color: #666666;
				color: #ffffff;
				padding: 1px 4px;
				font-size: 11px;
				
			}


	#header .top-banner {
		border: 1px solid #232323;
		background-color: #ffffff;
		padding: 19px;
	}
	
	
	#header .logo-link {
		display: block;
		width: 250px;
		height: 70px;
		position: absolute;
		margin: 46px 0 0 20px;
		z-index: 200;
	}
	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	
}
	#content .sidebar {
		width: 300px;
		float: left;
	}
		#content .sidebar .menu {
			background-image: url(../img/menu-bg.jpg);
			background-repeat: repeat-y;
			padding: 0 0 8px 20px;
			font-family: "Arial Narrow", Arial;
			font-size: 14px;
		}
			#content .sidebar .menu ul {
				padding: 25px 20px 10px 20px;
			}
				#content .sidebar .menu li {
					padding: 2px 0;
				}
				#content .sidebar .menu a {
					color: #BF1E2D;
					text-decoration: none;
					text-transform: uppercase;
				}
					#content .sidebar .menu a:hover {
						text-decoration: underline
					}
					#content .sidebar .menu li ul{
						padding: 0 0 0 20px;
					}
						#content .sidebar .menu li li a {
							color: #ffffff;
							text-transform: none;
						}
						#content .sidebar .menu li li.list {
							padding-top: 10px;
						}
						#content .sidebar .menu li li.active {
							font-weight: bold;
							padding-top: 5px;
							padding-bottom: 5px;
						}
		#content .cinema {
			padding: 2px 0 2px 20px;
		}
	
	
	
	#content .main {
		width: 690px;
		float: right;
	}
		#content .main .home-news {
			font-size: 11px;
			line-height: 15px;
			padding: 30px 0 0 0;
		}
			#content .main .home-news .item {
				width: 211px;
				margin: 0 18px 20px 0;
				border-bottom: 1px solid #232323; 
				background-color: #161616;
				float: left;
			}
				#content .main .home-news .item.last {
					margin-right: 0;
				}
				#content .main .home-news .text {
					padding: 0 6px;
				}
					#content .main .home-news .text-wrap {
						height: 86px;
						overflow: hidden;
					}
					#content .main .home-news .text .text-inner {
						height: 62px;
						overflow: hidden;
					}
					#content .main .home-news h2 {
						font-size: 12px;
						padding: 6px 0 4px 0;
						font-weight: normal;
					}
						#content .main .home-news h2 a {
							text-transform: uppercase;
							text-decoration: none;
							color: #BF1E2D;
						}
							#content .main .home-news h2 a:hover {
								text-decoration: underline;
							}
					#content .main .home-news .more {
						text-align: right;
						padding: 0 0 4px 0;
					}
						#content .main .home-news .more a {
							text-decoration: none;
						}
							#content .main .home-news .more a:hover {
								text-decoration: underline;
							}
							
		#content .main .home-news #poll-box {
			
		}
			#content .main .home-news #poll-box h6 {
				color: #BF1E2D;
				padding: 10px 0 2px 0;
				font-size: 12px;
				text-transform: uppercase;
			}


				#content .main .home-news #poll-box .q {
					padding: 0 0 4px 0;
					font-size: 11px;
				}
				#content .main .home-news #poll-box .r {
					padding: 0 0 4px 0;
					height: 30px;
				}
					#content .main .home-news #poll-box .r span {
						color: #a0a0a0;
						width: 30px;
						padding: 0 10px 0 0;
						text-align: right;
						float: left;
						display: block;
					}
					#content .main .home-news #poll-box .r a {
						font-size: 11px;
						text-decoration: underline;
						font-weight: bold;
					}
					#content .main .home-news #poll-box .r a:hover {
						text-decoration: none;
					}
				#content .main .home-news #poll-box .total {
					color: #a0a0a0;
					padding: 1px 0 4px 0;
				}
				#content .main .home-news #poll-box img {
					margin: 6px 0 0 0;
				}

			
			
			
			
			
			
	#content .main .text-box {
		padding: 26px 0 0 0;
	}
		#content .main .text-box .textbox-content {
			padding: 20px 0 0 0;
		}
		#content .main .text-box .textbox-content strong {
			color: #e5e5e5;
		}
	
	#content .main .text-box#carrier {
		padding: 26px 0 20px 0;
	}
		#content .main .text-box#carrier .title {
			color: #F89C2E;
			padding: 10px 0 0 0;
		}
		#content .main .text-box#carrier h3.title {
			color: #F89C2E;
			padding: 20px 0 0 0;
			text-transform: uppercase;
		}
	#content .main .text-box .carrier-list {
		padding: 0 0 0 18px;
		list-style-type: square;
		color: #F89C2E;
		font-size: 14px;
	}
		#content .main .text-box .carrier-list li {
			padding: 0 0 8px;
		}
		
	#content .main .text-box .vip-zona-info {
		float: right;
		width: 500px;
	}
	
	#content .main .text-box #int-map {
		width: 650px;
		padding: 10px 10px 20px 10px;
		background-color: #ffffff;
	}
		#content .main .text-box #int-map h2 {		
			padding:  0 0 20px 0;		
		}
	
	#content .main .text-box#news {
		
	}
		#content .main .text-box#news .item {
			padding: 20px 0 0 0;
		}
			#content .main .text-box#news .item .news-image {
				width: 211px;
				height: 79px;
				padding: 4px 0 0 0;
				float: left;
			}
			#content .main .text-box#news .item .news-content {
				width: 450px;
				float: right;
			}
				#content .main .text-box#news .item .news-content h3 {					
					padding: 0 0 2px 0;
					margin: 0;
					text-transform: uppercase;
				}
					#content .main .text-box#news .item .news-content h3 a {
						color: #F89C2E;
						text-decoration: none;
					}
						#content .main .text-box#news .item .news-content h3 a:hover {
							text-decoration: underline;
						}
			
			#content .main .text-box#news .item .news-bar {
				font-size: 11px;
				padding: 6px 0 2px 0;
				margin: 4px 0 10px 0;
				border-bottom: 1px solid #4C4C4C;
			}
				#content .main .text-box#news .item .news-bar a {
					color: #cccccc;
					text-decoration: none;
				}
					#content .main .text-box#news .item .news-bar a:hover {
						color: #ffffff;
						text-decoration: none;
					}
					#content .main .text-box#news .item .news-bar a.share {
						float: right;
					}
				#content .main .text-box#news .item .news-bar .share-box {
					background-color: #ffffff;
					padding: 0 5px;
					width: 190px;
					border: 2px #C9C9C9;
				}
					#content .main .text-box#news .item .news-bar .share-box a {
						color: #7F7F7F;
						display: block;
						line-height: 14px;
						border-bottom: 1px solid #C9C9C9;
						padding: 7px 0 7px 40px;
						background-image: url(../img/icon-fcb.jpg);
						background-repeat: no-repeat;
						background-position: 0 8px;						
					}
						#content .main .text-box#news .item .news-bar .share-box a.last {
							border-bottom: 0px solid #C9C9C9;
							background-image: url(../img/icon-mail.jpg);
							background-repeat: no-repeat;
						}
	body#popup h2 {
		color: #F89C2E;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
		padding: 30px 0;
	}
	body#popup label {
		display: block;
		padding: 10px 0 2px 0;
	}
	
	
	#content .main .text-box .reminder {
		padding: 20px 0;
	}
		#content .main .text-box .reminder th {
			padding: 0 10px 6px 0;
			color: #ffffff;
		}
		#content .main .text-box .reminder td {
			padding: 0 10px 6px 0;
		}
			#content .main .text-box .reminder .submit {
				padding: 20px;
				text-align: center;				 
			}
			#content .main .text-box .reminder .submit input {
				background-color: #F89C2E;
				color: #ffffff;
				border-width: 0;				 
				padding: 1px 30px;
			}
			
			
	#content .main .text-box .vip-box {
		padding: 20px 0;
	}
		#content .main .text-box .vip-box .login-form {
			margin: 20px 0 0 0;
		}
			#content .main .text-box .vip-box .login-form th {
				padding: 0 10px 6px 0;
				color: #ffffff;
			}
			#content .main .text-box .vip-box .login-form td {
				padding: 0 10px 6px 0;
			}
			#content .main .text-box .vip-box .login-form .submit input {
				background-color: #F89C2E;
				color: #ffffff;
				border-width: 0;				 
				padding: 1px 38px;
			}
	
	
	
				
	
	#content .main .text-box#magazine {
		
	}	
		#content .main .text-box#magazine h2 {
			margin: 0 0 10px 0;
		}	

		#content .main .text-box#magazine .magazine-detail {
			width: 260px;
			float: left;
		}
			#content .main .text-box#magazine .magazine-detail img {
				margin: 4px 0;
				border: 2px solid #f0f0f0;
			}
			#content .main .text-box#magazine .magazine-detail h3 {
				color: #F89C2E;
				text-transform: uppercase;
				padding-bottom: 10px;
			}
		#content .main .text-box#magazine .magazine-list {
			width: 200px;
			float: right;
		}
			#content .main .text-box#magazine .magazine-list li {
				padding: 0 0 2px 0;
			}		
	
	
	#content .main .text-box#shop-detail {
		padding: 26px 20px 0 0;
	}
		#content .main #shop-detail .shop-main {
			width: 438px; 
			float: left;
		}
			#content .main #shop-detail .shop-info {
				padding: 10px 0;
			}
				#content .main #shop-detail .shop-info .row {
					border-bottom: 1px solid #282828;
					color: #ffffff;
					font-size: 12px;
					padding: 4px 0;
					font-weight: bold;
				}
					#content .main #shop-detail .shop-info .row .value {
						color: #ffffff;
						font-weight: normal;
						float: right;
						text-align: right;
						width: 65%;
					}
						#content .main #shop-detail .shop-info .row .value a {
							color: #ffffff;
							text-decoration: none;
						}
						#content .main #shop-detail .shop-info .row .value a:hover {
							color: #ffffff;
						}
			#content .main #shop-detail .info-item {
				padding: 10px 0 15px 0;
			}
				#content .main #shop-detail .info-item .title {
					color: #ffffff;
					padding: 0 0 2px 0;
				}
				
			#content .main #shop-detail .shop-photos-wrapper {
				margin: 20px auto;
				width: 370px;
			}
				#content .main #shop-detail .shop-photos-wrapper img.arrow {
					float: left;
					margin: 70px 0 0 0;
				}
			#content .main #shop-detail .shop-photos {
				border: 1px solid #CCCCCC;
				width: 310px;
				height: 204px;
				overflow: hidden;
				float: left;
			}
					
						
		#content .main #shop-detail .shop-sidebar {
			width: 212px; 
			float: right;
			background-color: #161616;
		}
			#content .main #shop-detail .shop-sidebar h3 {
				margin: 0;
				padding: 4px 10px;
				font-size: 14px;
				font-family: "Arial Narrow", Arial;
				font-weight: normal;
				color: #ffffff;
				background-color: #666666;
				text-transform: uppercase;
			}
			#content .main #shop-detail .shop-sidebar h4 {
				margin: 0;
				padding: 0;
				font-weight: normal;
			}
			#content .main #shop-detail .shop-sidebar ul {
				padding: 4px 0 15px 25px;
				list-style-type: square;
			}
			
			#content .main #shop-detail .shop-sidebar ul a {
				color: #999999;
				text-decoration: none;
			}
				#content .main #shop-detail .shop-sidebar ul a:hover {
					text-decoration: underline;
				}
				
			#content .main #shop-detail .shop-logo {
				padding: 10px 0;
				text-align: center;
			}
	
	
	
	
	
	
	#content .main h2.section-title {
		font-size: 18px;
		font-family: "Arial Narrow", Arial;
		color: #BF1E2D;
		text-transform: uppercase;
	}
	#content .main .search-result {
		
	}
		#content .main .search-result .query {
			padding: 10px 0 10px 0;
		}
			#content .main .text-box h3 {
				font-weight: normal;
				font-size: 16px;
				padding: 10px 0 2px 0;
				color: #ffffff;
			}
			
	#content .main ul.sitemap {
		margin: 20px 0;
	}
		#content .main ul.sitemap li li {
			padding: 0 0 0 20px;
		}
			#content .main ul.sitemap li li a {
				color: #EB8D1D;
			}
	#content .main ul.cinema {
		margin: 20px 0;
		float: left;
	}
		#content .main ul.cinema li li {
			padding: 0 0 0 20px;
		}
			#content .main ul.cinema h6 {
				color: #ffffff;
				padding: 10px 0 0 0;
			}
		#content .main .image-cinema {
			float: right;
			margin: 40px 0;
		}
		
	#content .main .list-shops {
		width: 670px;
		padding: 15px 0 0 0;
	}
	#content .main .list-shops .item {
		width: 210px;
		float: left;
		margin: 0 20px 0 0;
		background-color: #161616;
	}
		#content .main .list-shops .item.last {
			margin-right: 0;
		}
		#content .main .list-shops h3 {
			margin: 0;
			padding: 4px 10px;
			font-size: 14px;
			font-family: "Arial Narrow", Arial;
			font-weight: normal;
			color: #ffffff;
			background-color: #666666;
			text-transform: uppercase;
		}
		#content .main .list-shops h4 {
			margin: 0;
			padding: 0;
			font-weight: normal;
		}
		#content .main .list-shops ul {
			padding: 4px 0 15px 25px;
			list-style-type: square;
		}
		
		#content .main .list-shops ul a {
			color: #999999;
			text-decoration: none;
		}
			#content .main .list-shops ul a:hover {
				text-decoration: underline;
			}
			
	#content .main .gallery-filter {
		padding: 15px 0 20px 0;
	}
		#content .main .gallery-filter label {
			display: block;
			padding: 0 0 4px 0;
		}
		#content .main .gallery-filter select {
			display: block;
			margin: 0 0 4px 0;
			color: #ffffff;
			background-color: #000000;
			border: 1px solid #999999;
		}
		
	#content .main .gallery-table {
		width: 670px;
	}
		#content .main .gallery-table td {
			text-align: center;
			padding: 10px 0;
		}
	#content .main h3.gallery-name {
		color: #F89C2E;
		font-family: "Arial Narrow", Arial;
		font-weight: normal;
		font-size: 18px;
		text-transform: uppercase;
	}	
	
	#content .main #flashklienti {
		width: 649px;
		background-color: #262626;
		padding: 10px;
		margin: 20px 0 0 0;
	}	

	#content #refreshButton {
		background-image: url(../img/icon-refresh.png);	
		background-repeat: no-repeat;
		margin: 0 0 0 10px;
		background-color: transparent;
		border-width: 0;
		text-align: center;
		padding: 0 0 0 20px;
		color: #ffffff;
		text-decoration: none;
	}
		#content #refreshButton:hover {
			text-decoration: underline;
			cursor: pointer;
		}

.shop-assistent-terminy {
	width: 340px;
	margin-top: 20px;
	border: 1px dotted #999999;
}
	.shop-assistent-terminy td, .shop-assistent-terminy th {
		text-align: center;
		border: 1px dotted #999999;
	}
	
	.shop-assistent-terminy th {
		font-weight: bold;
	}
	
	.shop-assistent-terminy td {
		padding: 2px 0;
	}

		




/* Footer
----------------------------------------*/
#footer {

}
	#footer .partners {
		width: 998px;
		border: 1px solid #232323;
		background-color: #000000;
	}
		#footer .partners td {
			text-align: center;
			vertical-align: middle;
			padding: 10px 0;
		}
	#footer .footer-bar {
		width: 998px;
		height: 35px;
		margin: 20px 0 40px 0;
		background-color: #131313;
		font-size: 10px;
	}
		#footer .footer-bar .copy {
			float: left;
			padding: 8px 0 10px 20px;
		}
		#footer .footer-bar .links {
			float: right;
			text-align: right;
			text-transform: uppercase;
			padding: 8px 20px 10px 0;
		}
			#footer .footer-bar .links a {
				color: #999999;
				text-decoration: none;
				margin: 0 0 0 20px;
			}
				#footer .footer-bar .links a:hover {
					color: #999999;
					text-decoration: underline;
				}
				#footer .footer-bar .links a.fcb {
					color: #2C6AA2;
				}
				
		
		








.fb-bo, #likeBox {
	float: right;
	width: 400px;
}
