
/*----------------------------------------
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: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	color: #777777;
	font-size: 15px;
	line-height: 150%;
	height: 100%;
	
	background-image: url(../img/web-bg.jpg);
	background-repeat: repeat-y;
}
body#product-win
{
	background-color: #ffffff;
	background-image: none;
}

body#info {
	background: none;
	margin: 10px;
}

/*--- Link Styles ---*/
a
{
	color: #AE1A0F;
	text-decoration: underline;
}

a:hover
{
	color: #AE1A0F;
	text-decoration: none;
}


/* 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;
}

.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;
}



#web-container {
	width: 827px;	
	margin: 0px auto;	
}
#zone #web-container {
	width: 1000px;	
}
#product-win #web-container {
	width: 710px;	
}


/* Header
----------------------------------------*/

#header {
	padding: 0 10px;
	height: 144px;
	background-image: url(../img/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#product-win #header {
	display: none;
}
	#header .lang {
		width: 180px;
		padding: 12px 0 0 0;
	}
		#header .lang a {
			font-size: 11px;
			color: #817776;
			text-decoration: none;
		}
			#header .lang a:hover {
				text-decoration: underline;
			}
	#header .logo {
		float: left;
		padding: 20px 0 0 0;
		height: 78px;
		overflow: hidden;
	}
	
	#header .menu-box {
		float: right;
		width: 510px;		
		padding: 10px 0 0 0;
		height: 88px;
		overflow: hidden;
	}
		#header .menu-box .zone-button {
			float: right;
			margin: 0 0 10px 0;
			background-image: url(../img/zone-button.png);
			background-repeat: no-repeat;
			width: 181px;
			height: 41px;
		}
			#header .menu-box .zone-button a {
				color: #ffffff;
				font-size: 11px;
				text-decoration: none;
				text-transform: uppercase;
				display: block;
				width: 181px;
				text-align: center;
				padding: 12px 0 0 0;
			}
				#header .menu-box .zone-button a:hover {
					color: #e0e0e0;
				}
		#header .menu-box .lang {
			float: right;
			margin: 0 0 10px 0;
		}
	
	
	#header .menu {
		float: right;
		line-height: 20px;
		padding: 15px 0 0 0;
		width: 550px;
	}
		#header .menu li {
			float: right;			
			height: 31px;
			background-image: url(../img/menu-sep.jpg);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
			#header .menu li.active {
				background-image: url(../img/menu-on.png);
				background-repeat: repeat-x;
				background-position: bottom right;
			}
		#header .menu a {
			text-decoration: none;
			font-size: 13px;
			display: block;
			padding: 6px 10px 0 10px;
			height: 25px;
			float: left; /* ie6 hax */
		}
			#header .menu a.first {
				background-image: url(../img/menu-sep.jpg);
				background-repeat: no-repeat;
				background-position: left bottom;
			}
		
	#header .user {
		float: left;
		padding: 22px 0 0 0;
		font-size: 11px;
	}

	
	
		
/* Content
----------------------------------------*/
#content {
	background-color: #ffffff;
	padding: 10px;
}

#content .home-image {
	position: absolute;
}
#content .home-text {
	height: 578px;
}

#content .main {
	width: 500px;
	padding: 0 5px 0 0;
	float: right;
}

#content .price-list {
	width: 100%;
	float: none;
}

	#content .price-list .links {
		float: right;
		width: 390px;
	}
	
	#content .price-list .links  span {
	 	text-transform: uppercase;
	 	font-size: 16px;
	}
	
	#content .price-list .cenik-text {
		clear: both;
	}




#content .main.postcard {
	width: 500px;
	padding: 0;
	float: none;
	margin: 0 auto;
}
#zone #content .main {
	width: 740px;
}
#content .main.col-1 {
	width: auto;
	padding: 0 15px;
	float: none;
}
	#content .main h1 {
		color: #AE1A0F;
		text-transform: uppercase;		
		font-size: 22px;
		padding: 15px 0 20px 0;
	}
		#content .main h1.gal-detail {
			font-size: 16px;
			display: block;
			height: 20px;
		}
	
	#content .main h2 {
		color: #AE1A0F;
		font-weight: bold;	
		font-size: 18px;
		padding: 25px 0 4px 0;
	}
	
	#content .main .gallery-list {
		
	}
		#content .main .gallery-list .col {
			width: 178px;
			padding: 0 20px 0 0;
			float: left;
		}
			#content .main .gallery-list .col.last {
				padding-right: 0;
			}
		#content .main .gallery-list h2 {
			padding: 15px 4px 4px 4px;
		}
			#content .main .gallery-list h2 a {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
			}
		#content .main .gallery-list .perex {
			background-color: #FCF8F0;
			border: 1px solid #F8EDD9;
			color: #505050;
			font-size: 11px;
			line-height: 16px;
			padding: 4px;
			margin: 0 0 10px 0;
		}
		#content .main .gallery-list .desc {
			line-height: 18px;
			font-size: 13px;
			padding: 4px 0 0 4px;
		}

	#content .main .gallery-detail {
		background-color: #FEFCF4;
		border: 1px solid #EFE8DB;
		padding: 20px 0 0 0;
	}
		#content .main .gallery-detail a {
			float: left;
			width: 172px;
			height: 172px;
			margin: 0 10px 20px 10px;
			text-align: center;
			display: block;			
		}			
			#content .main .gallery-detail a img {
				background-color: #FFFFFF;		
				border: 1px solid #FCF8F0;
				padding: 10px;
			}
			#content .main .gallery-detail a:hover img {
				border-color: #d3bd98;	
			}
			
	#content .main .paging {
		text-align: right;
		padding: 10px 0;
		font-size: 11px;		
	}
		#content .main .paging.center {
			text-align: center;		
		}
	
	
	#content .main .send-postcard {
		text-align: right;
		position: absolute;
		padding: 0 0 0 530px;
		width: 240px;
		height: 60px;
		overflow: hidden;
	}	
		#content .main .send-postcard a {
			font-size: 11px;
			text-decoration: none;
			line-height: 12px;
			display: block;
			background-image: url(../img/icon-mail.png);
			background-repeat: no-repeat;
			padding: 0 0 0 30px;
			margin: 20px 0;
			float: right;
			
		}	
		#content .main .send-postcard .fb-box {
			text-align: right;
			width: 90px;
			overflow: hidden;
			padding-right: 40px;
			padding-top: 20px;
			float: right;
		}
	
	#content .main .gallery-photo {
		background-color: #FCF8F0;
		border: 1px solid #EFE8DB;
		padding: 5px;
		margin: 0 auto;
		position: relative;
		clear: both;
	}
		#content .main .gallery-photo a span {
			display: block;
		}
		#content .main .gallery-photo a.prev {	/* fix ie */		
			display: block;
			opacity: 0;
			position: absolute;
			text-align: center;
			text-indent: -3000px;
			width: 80px;
			color: #AE1A0F;
			background-color: #F9F6EF;
			border-right: 1px solid #999999;
			left: 5px;
			top: 5px;
		}
			#content .main .gallery-photo a.prev span { /* fix ie */			
				text-align: center;
			}
			#content .main .gallery-photo a.prev:hover { /* fix ie */			
				opacity: 0.45;
				text-indent: 0;
				text-decoration: none;
			}
	#content .main .gallery-photo a.next {	/* fix ie */		
			display: block;
			opacity: 0;
			position: absolute;
			text-align: center;
			text-indent: -3000px;
			width: 80px;
			color: #AE1A0F;
			background-color: #F9F6EF;
			border-left: 1px solid #999999;
			right: 5px;
			top: 5px;
		}
			#content .main .gallery-photo a.next span { /* fix ie */			
				text-align: center;
			}
			#content .main .gallery-photo a.next:hover { /* fix ie */			
				opacity: 0.45;
				text-indent: 0;
				text-decoration: none;
			}
	#content .main .gallery-photo a.top {	/* fix ie */		
			display: block;
			opacity: 0;
			position: absolute;
			text-align: center;
			text-indent: -3000px;
			height: 60px;
			color: #AE1A0F;
			background-color: #F9F6EF;
			border-bottom: 1px solid #999999;
			left: 5px;
			top: 5px;
		}
			#content .main .gallery-photo a.top span { /* fix ie */			
				padding-top: 20px;
				text-align: center;
			}
			#content .main .gallery-photo a.top:hover { /* fix ie */			
				opacity: 0.45;
				text-indent: 0;
				text-decoration: none;
			}
			
	#content .main .gallery-thumbs {
		text-align: center;
		padding: 20px 0 0 0;
	}
		#content .main .gallery-thumbs a {
			display: block;
			border: 1px solid #EFE8DB;
			margin: 0 4px;
			padding: 2px;
			background-repeat: no-repeat;
			background-position: center;
		}
			#content .main .gallery-thumbs a:hover {
				border: 1px solid #BD3134;
			}
		#content .main .gallery-thumbs a.active { /* fix ie */			
			opacity: 0.6;
			display: block;
		}
			#content .main .gallery-thumbs a.active:hover { 
				opacity: 1;
			}
		
		#content .main .gallery-thumbs table { 			
			margin: 0 auto;		
		}	
		#content .main .gallery-thumbs td { 			
			text-align: center;
			vertical-align: middle;			
		}

	#content .main h3,
	#content h3.side {
		color: #AE1A0F;
		font-size: 17px;
		padding: 20px 0 10px 0;
		font-weight: normal;
	}
	#content .main h4 {
		font-size: 16px;
		padding: 10px 0 4px 0;
		font-weight: bold;
	}
	#content .main .text-img {
		border: 2px solid #EEEEEE;
		padding: 2px; 
		margin: 0 0 0 10px;
	}
	#content .main ul {
		list-style-type: square;
		padding: 0 0 0 15px;
	}
	#content .main .box {
		background-color: #FCF8F0;
		border: 1px solid #F8EDD9;
		color: #505050;
		padding: 5px;
		margin: 15px 0;
	}
	
	
	#content .main .gal-item-wrapper {
		height: 100px;
		float: left;
		margin: 0 15px 12px 0;
	}
	
	#content .main .gal-item {
		width: 100px;
		height: 100px;
		/*overflow: hidden;*/
		text-align: center;
		background-color: #f5f5f5;
		padding: 2px;		
		border: 2px solid #f0f0f0;
	}
		#content .main .gal-item.wide {
			padding-top: 20px;
			height: 82px;
		}
		#content .main .gal-item img {
			cursor: pointer;		
		}

		#content .main .gal-item-wrapper table {

		}
		#content .main .gal-item-wrapper table th {
			padding: 0 4px 8px 0;
		}
		#content .main .gal-item-wrapper table td {
			padding: 0 4px 8px 0;
		}
		#content .main .gal-item-wrapper .pcs {
			width: 30px;
			text-align: center;
		}
		#content .main .gal-item-wrapper .service {
			width: 170px;
		}
	
	#content .main#obrazy .gal-item-wrapper {
		height: 130px;
		width: 120px;
		float: left;
		margin: 0 15px 20px 0;
		
		background-color: #f5f5f5;
		padding: 2px;		
		border: 2px solid #f0f0f0;
	}
		#content .main#obrazy .gal-item-wrapper.fotokniha {
			height: 195px;
		}
		#content .main#obrazy .gal-item-wrapper.ordered {
			border-color: #AE1A0F;
		}
		#content .main#obrazy .gal-item {
			background-color: transparent;
			padding: 0;
			border-width: 0;
			text-align: center;
			margin: 0 auto;			
		}
		#content .main#obrazy .gal-item-wrapper .pcs-wrap {
			font-size: 11px;
			padding: 0 0 4px 0;
			text-align: center;
		}
			#content .main#obrazy .gal-item-wrapper .pcs-wrap input[type="text"] {
				font-size: 11px;
				text-align: center;
				width: 30px;
			}
			
	#content .main#obrazy .blahoprani-thumby .gal-item-wrapper .pcs-wrap {
		font-size: 14px;
	}
	#content .main#obrazy .blahoprani-thumby .gal-item-wrapper .gal-item.wide {
		padding-top: 20px;
	}
	
	#content .main .products-table {
		width: 740px;
	}
		#content .main .products-table td {
			width: 25%;
			padding: 0 0 30px 0;
			line-height: 16px;
		}
		#content .main .products-table td img {
			margin: 0 0 4px 0;
			border: 1px solid #bbbbbb;
			padding: 2px;
		}
		#content .main .products-table td a {
			color: #666666;
			text-decoration: none;
		}

	#content .main .counter {
		text-align: center;
		padding: 0 0 10px 0;
	}
		#content .main .counter input {
			border: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
		}
	
	#content .main .pre-select {
		background-color: #EFE3CB;
		padding: 15px 15px 0 15px;
		margin: 0 0 30px 0;
		font-size: 12px;
		line-height: 18px;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px; 
	}
		#content .main .pre-select .desc {
			float: left;
			width: 300px;
		}
		#content .main .pre-select .thumbs {
			float: left;
			width: 230px;
			margin: 0 0 0 10px;
		}
			#content .main .pre-select .thumbs #thumb01 {
				width: 100px;
				height: 100px;
				background-color: #ffffff;
				padding: 4px;
				float: left;				
				background-repeat: no-repeat;
				background-position: center;
				margin-right: 10px;
				
				background-image: url(../img/icon-user.jpg);
			}
			#content .main .pre-select .thumbs #thumb02 {
				width: 100px;
				height: 100px;
				background-color: #ffffff;
				padding: 4px;
				float: left;
				background-repeat: no-repeat;
				background-position: center;
				
				background-image: url(../img/icon-user.jpg);
			}
			#content .main .pre-select .thumbs a.remove-selected {
				display: block;
				background-color: #ffffff;
				font-size: 11px;
				padding: 1px 0;
				width: 108px;
				position: absolute;
				margin: 104px 0 0 -4px;
				text-align: center;
				
			}
		#content .main .pre-select .button {
			float: left;
			margin: 0 0 0 25px;
			padding: 80px 0 0 0;
		}
	

	#content .form-box {
		padding: 20px 0 0 0;
	}	
		#content .form-box.login {
			text-align: center;
			width: 300px;
		}
		#content .form-box.login fieldset {
			
		}
		#content .form-box.login legend {
			font-weight: bold;
		}
			
		#content .form-box.friend {
			text-align: left;
			width: 450px;
			padding: 0;
		}
			#content .form-box.friend fieldset {
				margin: 20px 0;
			}
			#content .form-box.friend .counter {
				text-align: center;
				padding: 10px 0;
				color: #AE1A0F;
				font-size: 24px;
			}
		#content .form-box.win {
			padding: 0;
		}	
		#content .form-box fieldset {
			border: 1px solid #EEEEEE;
			padding: 10px 20px;
		}	
		#content .form-box label {
			color: #121A31;
			font-size: 11px;
			line-height: 14px;
		}	
		#content .form-box input[type="submit"] {
			background: none #ffffff;
			border: 1px solid #E5E5E5;
			color: #5E5E5E;
			cursor: pointer;
			font-size: 12px;
			height: 24px;
			line-height: 17px;
			text-align: center;
			padding: 0 48px;
		}
			#content .form-box input[type="submit"]:hover {
				background-color: #f0f0f0;
			}
			
		#content .form-box .info {
			font-size: 11px;
			line-height: 16px;
			padding: 20px 0;
		}	
		
	
	#content .form-box.contact input[type="text"] {
		width: 200px;
	}		
	#content .form-box.contact textarea {
		width: 400px;
		height: 100px;
	}	
		
		
	#content .form-box.postcard input[type="text"] {
		width: 200px;
	}		
	#content .form-box.postcard textarea {
		width: 400px;
		height: 100px;
	}
	#content .form-box.postcard .thumb {
		float: right;
	}
	
	#content .form-box.win .pcs {
		width: 40px;
		text-align: center;
	}
	#content .form-box.win .order label {
		display: block;
		padding: 12px 0 4px 0;
		font-size: 12px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
		#content .form-box.win .order label.first {
			padding: 10px 0 0 0;
		}

	

#content .sidebar {
	width: 285px;
	float: left;
}
#zone #content .sidebar {
	width: 200px;
}
	#content .sidebar ul.submenu {
		margin: 20px 0 10px 0;
	}
		#content .sidebar ul.submenu li {
			border-bottom: 1px solid #FCF8EF;
		}		
			#content .sidebar ul.submenu li a {
				color: #777777;
				text-decoration: none;
				display: block;
				padding: 12px 15px;
				font-size: 17px;
			}
			#content .sidebar ul.submenu li a:hover, #content .sidebar ul.submenu li a.active {
				background-color: #fcf8ef;
				color: #333333;
			}

	#zone #content .sidebar ul.submenu {
		
	}
		#zone #content .sidebar ul.submenu ul {
			margin: 0 0 0 20px;
		}
		
		#zone #content .sidebar ul.submenu a {
		 	font-size: 13px;
		 	padding: 8px 0 8px 10px;
			line-height: 20px;
			font-weight: bold;
		}
			#zone #content .sidebar ul.submenu a:hover {
				background-color: transparent;
			}
			#zone #content .sidebar ul.submenu li a.active:hover {
				background-color: #fcf8ef;
			}
			
			#zone #content .sidebar ul.submenu li.sub {
				padding-left: 20px;
			}
				#zone #content .sidebar ul.submenu li.sub a {
					font-weight: normal;
					padding: 6px 0 6px 10px;
				}


			
	#content .sidebar .postcard-desc {
		background-color: #FCF8F0;
		border: 4px solid #F8EDD9;
		border-width: 0 4px;
		padding: 10px;
		color: #A05050;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		line-height: 18px;
		margin: 88px 0 0 0;
	}
	
	#content .sidebar .cart-box {
		padding: 10px 0 10px 10px;
		background-color: #817373;
		color: #EFE3CB;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
		#content .sidebar .cart-box a {
			color: #ffffff;
		}
	
#product-win {
	border: 2px solid #999999;
}
#product-win .win-content {
	background-color: #ffffff;
	border: 4px solid #E5D7BC;
	height: 420px;
	overflow: hidden;
}
	#product-win .win-content .photo-box {
		width: 400px; 
		height: 400px; 
		background-color: #817373; 
		text-align: center; 
		padding: 10px;
		float: left;
	}
		#product-win .win-content .photo-box div {
			/*text-align: center; */
		}
		#product-win .win-content .photo-box .borders { /* ie7fix */
			position: absolute;
		}
			#product-win .win-content .photo-box .borders.vert {
				/*margin-left: 67px;*/
			}
		#product-win .win-content .order {
			width: 220px; 
			padding: 10px 0 0 20px;
			float: left;
			
			font-size: 13px;
			line-height: 16px;
		}	
			#product-win .win-content .order .note {
				line-height: 14px;
			}		
			#product-win .win-content .order .top-box {
				height: 30px;
				overflow: hidden;
			}	
				#product-win .win-content .order .top-box a.close-win {
					float: right;
					text-align: right;
					cursor: pointer;
					padding: 0 10px 0 0;
				}	
				#product-win .win-content .order .top-box #fblike {
					float: left;
					padding: 0 0 0 0;
					width: 120px;
					overflow: hidden;
				}	
			
			
			#product-win .win-content .order select {
				width: 150px;
				font-size: 12px;
			}
			#product-win .win-content .order #photoName {
				border-width: 0;
				color: #AE1A0F;
				font-family: "Courier New", Courier, monospace;
				font-size: 11px;
				width: 250px;
			}
			#product-win .win-content .order #priceInput {
				border-width: 0;
				color: #666666;
			}
			
			

#photo-detail {
	position: absolute;
	z-index: 20;
}

#ramceky {  /* ie7fix */
	position: absolute;
	z-index: 30;
	
	width: 670px;
	height: 430px;
	background-color: #817373; 
	border: 2px solid #999999;	
	color: #000000;
}
	#ramceky .ramceky-inner {
		border: 2px solid #ffffff;
		padding: 10px;
		width: 650px;
		height: 405px;
		
		overflow-x: hidden;
		overflow-y: scroll;
	}
	#ramceky img {
		cursor: pointer;
		margin: 0 6px 2px 0;
	}

.comm-calendars {
	padding: 10px 0;
}

	.comm-calendars a {
		display: block;
		width: 120px;
		height: 120px;
		overflow: hidden;
		float: left;
		margin: 0 10px 6px 0;
		text-align: center;
	}

.google-code {
	position: absolute;
	top: -2000px;	
}

.cart-table {

}
	.cart-table tr {
		background-color: #f5f5f5;
	}
	

	.cart-table td {
		padding: 2px 5px;
	}
	#content .main .cart-table .gal-item {
		background-color: #ffffff;
	}


/* Footer
----------------------------------------*/
#footer {
	padding: 0 10px;
}
#product-win #footer {
	display: none;	
}
	#footer .copy {
		float: left;
		width: 400px;
		font-size: 11px;
		line-height: 16px;
		padding: 15px 0 0 0;
	}
	#footer .support {
		float: left;
		width: 315px;
		font-size: 11px;
		line-height: 16px;
		padding: 15px 20px 15px 65px;
		background-color: #dac9a6;
		background-image: url(../img/icon-support.png);
		background-repeat: no-repeat;		
		background-position: 15px center;
		
		color: #522211;
		
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-khtml-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
		#footer .support strong {
			font-size: 13px;
			line-height: 20px;
		}
	#footer .fb {
		float: right;
		width: 100px;
		text-align: right;
		padding: 15px 0 0 0;
	}
		#footer .fb a {
			width: 43px;
			height: 42px;
			display: block;
			background-image: url(../img/icon-fb.jpg);
		}


.ie6-warning {
	border: 4px solid #cc0000;
	padding: 20px 20px 20px 120px;
	margin: 10px 0 30px 0;
	background-color: #ffe5e5;
	background-image: url(../img/icon-warning.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* FB page peel 
----------------------------------------*/
a #FB-pagePeel {	
	position: absolute;
	top: 0; right: 0;
	background-image: url(../img/FB-pagePeel.png);		
	width: 50px;
	height: 50px;
	cursor: pointer;
}
a:hover #FB-pagePeel{
	background-position: -50px 0;
}
#product-win a #FB-pagePeel {
	display: none;
}






