
/*----------------------------------------
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: #EFEBE2;
	color: #ffffff;
	font-size: 14px;
	line-height: 150%;
	height: 100%;
	
	
	background-repeat: repeat;
}

/*--- Link Styles ---*/
a
{
	color: #00ff00;
	text-decoration: underline;
}

a:hover
{
	color: #00ff00;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

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: 100%;	
}


/* Header
----------------------------------------*/

#header {

}
	#header .inner {
		width: 950px;
		height: 160px;
		overflow: hidden;
		margin: 0 auto;	
		
		/*background-image: url(../img/collage-bg.png);*/
		background-repeat: no-repeat;	
	}
	#header .inner .menu {
		margin: 22px 0 0 30px;
	}
	#header .inner .menu a {
		display: block;
		float: left;
		text-decoration: none;
	}
		#header .inner .menu a span {
			text-transform: uppercase;
			font-size: 13px;
			font-weight: bold;
			color: #171D23;			
			display: block;
			
			height: 24px;
   			padding: 10px 10px 0 10px;
		}
		#header .inner .menu a.active {
			background-image: url(../img/menu-active-l.png);
			background-position: left top;
			background-repeat: no-repeat;
			padding-left: 7px;			
		}
		#header .inner .menu a.active span {
			background-image: url(../img/menu-active-r.png);
    		background-position: right top;
    		background-repeat: no-repeat;
   			color: #00FF00;
			padding-right: 10px;
			padding-left: 3px;
		}
	
		#header .inner .menu a:hover span {
			color: #00B81F;
		}
		

	#header a.logo {
		display: block;
		width: 278px;
		height: 104px;
		margin: 0 0 0 30px;
		/*background-image: url(../img/picstars-logo.png);
		background-repeat: no-repeat;	*/	
	}
	
	#header .banner-box {
		position: absolute;
		margin-top: 160px;
		margin-left: 950px;
		padding: 0 0 0 15px;
	}
	#header .login-box {
		position: absolute;
		margin-top: 60px;
		margin-left: 950px;
		padding: 0 0 0 15px;
		width: 160px;
		height: 45px;
	}
		#header .login-box a {
			display: block;
			width: 160px;
			height: 45px;
			background-image: url(../img/button-login.png);
		}
			#header .login-box a:hover {
				background-position: 0 -45px;
			}
			#header .login-box a span {
				display: none;
			}
	
	
	
	
		
/* Content
----------------------------------------*/
#content {

}
	#content .inner {
		width: 950px; 
		margin: 0 auto;
	}

	#content .inner .top {
		background-image: url(../img/content-top.png);
		height: 9px;
		overflow: hidden;
	}
	#content .inner .bottom {
		background-image: url(../img/content-bottom.png);
		height: 9px;
		overflow: hidden;
	}
	
	#content .inner .main {
		width: 890px; 
		padding: 20px 30px;
		background-image: url(../img/content-bg.png);
		background-repeat: repeat-y;
	}
	
		#content .inner .main .buttons {
			/*width: 340px;
			float: left;
			padding: 30px 0 0 0;*/
		}
		#content .inner .main .buttons.home {
			width: 340px;			
			float: left;
			padding: 30px 0 0 0;
		}
			#content .inner .main .buttons a {
				display: block;
				margin: 0 0 20px 0;
				height: 97px;
				width: 340px;				
			}
				#content .inner .main .buttons a:hover {
					background-position: 0 -97px;
				}
				#content .inner .main .buttons a.butt01 {
					background-image: url(../img/button01.png);
				}
				#content .inner .main .buttons a.butt02 {
					background-image: url(../img/button02.png);
				}
				#content .inner .main .buttons a.butt03 {
					background-image: url(../img/button03.png);
				}
				
			.fb-box {
				/*display: block;
				margin: 0 0 20px 0;
				padding: 5px 20px 5px 20px;
				height: 87px;
				width: 300px;
				background-image: url(../img/button-fb-bg.png);	*/			
			}
				.fb-box a {
					display: inline;			
				}
			
			#content .inner .main .buttons .social-button {
				background-image: url(../img/button-social.png);
				height: 227px;
				width: 320px;	
				padding: 50px 10px 0 10px;			
			}
				#content .inner .main .buttons .social-button a {
					display: inline;		
				}
				#content .inner .main .buttons .social-button .fb-box {
					padding: 10px 0;	
				}
			
			
			#content .inner .main .buttons a#location-date-link,
			#content .inner .main .buttons a#photographers-link {
				width: 340px;
				height: 62px;
				padding: 10px 0 0 20px;
				font-size: 20px;
				line-height: 24px;
				font-weight: bold;
				color: #000000;
				text-decoration: none;
				background-image: url(../img/button-select.png);
				background-repeat: no-repeat;
				margin: 0;
				float: left;
			}
				#content .inner .main .buttons a#location-date-link:hover,
				#content .inner .main .buttons a#photographers-link:hover {
					color: #ffffff;
					background-position: 0 0;
				}
			
			#content .inner .main .buttons a#photographers-link {
				float: right;    
				font-size: 18px;                          
			}
			
			
			#content a#choose-category,
			#content a#photographers-link {
				width: 340px;
				height: 55px;
				padding: 0 0 0 20px;
				font-size: 20px;
				line-height: 55px;
				font-weight: bold;
				color: #000000;				
				text-decoration: none;
				background-image: url(../img/button-choose.png);
				background-repeat: no-repeat;
				margin: 0;
				float: left;
			}
				#content a#choose-category:hover,
				#content a#photographers-link:hover {
					color: #ffffff;
				}
				#content a#photographers-link {
					float: right;
				}
			
		#content .inner .main .news .home-news {
			width: 475px;
			height: 174px;
			float: right;
			background-image: url(../img/news-box-bg.png);
			margin: 0 0 20px 0;
			padding: 20px;
			overflow: hidden;
		}
			#content .inner .main .news .home-news .text-wrap {
				height: 64px;
				overflow: hidden;
			}
			
		#content .inner .main .news {
			width: 515px;
			float: right;
			padding: 30px 0 0 0;
		}
			#content .inner .main .news h1 {
				color: #00FF00;
				font-size: 22px;
				font-weight: bold;
				text-transform: uppercase;
				padding: 0 0 4px 0;
			}
			#content .inner .main .news .item {
				padding: 0 0 20px 0;
				font-size: 14px;
			}
				#content .inner .main .news .item h2 {
					font-size: 16px;
					color: #00FF00;
					font-weight: bold;
					padding: 0 0 4px 0;
				}
				#content .inner .main .news .item .date{
					font-size: 11px;
					color: #d0d0d0;
					padding: 0 0 6px 0;
				}
				#content .inner .main .news .item .view-all {
					text-align: right;
				}
					#content .inner .main .news .item .view-all a {
						color: #00FF00;
					}
		
	
	#content .inner .main .bigbox-home {
		padding: 20px 0 0 0; 
	}
	
	
	
	
	
	
	
	#content .inner .main#text-page-profile {
		font-size: 12px;
		padding: 0 0 30px 0;
		background-image: url(../img/text-profile-bg.png);
		background-repeat: repeat-x;
	}
	#content .inner .main#text-page-contact {
		height: 590px;
		background-image: url(../img/contact-bg.jpg);
		background-repeat: no-repeat
	}
	#content .inner .main#page-gallery {
		font-size: 12px;
		padding: 0 0 30px 0;
		background-image: url(../img/text-profile-bg.png);
		background-repeat: repeat-x;
	}
	

		#content .main .image-box {
			background-repeat: no-repeat; 
			width: 890px; 
			height: 594px
		}
		
		#content .main #image-changer {
			
		}
		
			#content .main .image-box .image-go-box {
				padding: 250px 0 0 0;
				height: 86px;

			}
				#content .main .image-box .image-go-box a#go-left {
					display: block;
					width: 22px;
					height: 86px;
					float: left;
					background-image: url(../img/home-image-contentbox-left.png);
					cursor: pointer;
				}
					#content .main .image-box .image-go-box a#go-left:hover {
						background-image: url(../img/home-image-contentbox-left-on.png);
					}
				#content .main .image-box .image-go-box a#go-right {
					display: block;
					width: 22px;
					height: 86px;
					float: right;
					background-image: url(../img/home-image-contentbox-right.png);
					cursor: pointer;
				}
					#content .main .image-box .image-go-box a#go-right:hover {
						background-image: url(../img/home-image-contentbox-right-on.png);
					}
			
			
			
			
			
			
			#content .inner .main#text-page-profile .image-photo {
				text-align: right;
				padding: 0 0 20px 0;
			}		
			#content .inner .main#text-page-profile .text-block {
				padding: 0 20px;
			}
			#content .inner .common-text-block {
				padding: 100px 20px 20px 170px
			}
				#content .inner .common-text-block h2 {
					color: #459FC5;
					font-size: 18px;
					font-weight: bold;
					padding: 20px 0 6px 0;
					margin: 0;
				}
				#content .inner .common-text-block strong {
					font-weight: bold;
				}
			
			#content .inner .main#text-page-contact .text-block {
				padding: 420px 0 0 20px;
				color: #000000;
				font-size: 18px;
				font-weight: bold;
				line-height: 20px;
			}		
				#content .inner .main#text-page-contact .text-block a {
					color: #000000;
					font-size: 18px;
					font-weight: bold;
				}	
			
			#content .inner .main#text-page-profile .blog {
				padding: 100px 20px 20px 170px;
			}
				#content .main .blog .art {
					padding: 0 0 50px 0;
				}
					#content .main .blog .art .date {
						border-bottom: 1px solid #333333;
						padding: 0 0 10px 0;
					}
					#content .main .blog .art .photo {
						display: block;
						float: left;
						width: 175px;
						height: 175px;
						overflow: hidden;
						background-repeat: no-repeat;
						background-position: center;
					}
					#content .main .blog .art .desc {
						float: right;
						width: 375px;
					}
					#content .main .blog .art .tools {
						font-size: 12px;
						color: #cccccc;
						background-color: #333333;
						padding: 4px 10px;
						height: 20px;
						
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						-khtml-border-radius: 5px;
						border-radius: 5px;
					}
						#content .main .blog .art .tools a {
							color: #cccccc;
						}
						#content .main .blog .art .tools span {
							margin: 0 4px;
							color: #666666;
						}
							#content .main .blog .art .tools .info {
								float: left;
							}
							#content .main .blog .art .tools .share {
								float: right;
								
							}
					#content .main .blog .art small {
						font-size: 11px;
						color: #aaaaaa;
					}
					#content .main .blog h2 {
						color: #00ff00;
						font-size: 18px;
						font-weight: bold;
						padding: 0 0 6px 0;
						margin: 0;
					}
					#content .main .blog .art h2 a {
						text-decoration: none;
						color: #00ff00;
					}
						#content .main .blog .art h1 span {
							float: right;
						}
							#content .main .blog .art h1 span a {
								font-size: 12px;
								font-weight: normal;
								text-decoration: underline;
							}
					#content .main .blog .listing {
						padding: 20px 0;
					}
						#content .main .blog .listing a {
							color: #666666;
							font-weight: bold;
							font-size: 12px;
						}
							#content .main .blog .listing .active {
								color: #459FC5;
								font-weight: bold;
								font-size: 12px;
							}
							
					
					#content .main .blog-posts {
						float: left;
						width: 575px;
					}
						#content .main .blog-posts .title-button {
							padding: 0 0 35px 0;
						}
					
					#content .main .blog-popular {
						float: right;
						width: 300px;
					}
						#content .main .blog-popular .title {
							font-size: 18px;
							font-weight: bold;
							padding: 38px 0 35px 0;
						}
						#content .main .blog-popular .item {
							height: 75px;
							overflow: hidden;
							font-size: 12px;
							line-height: 16px;
							margin: 0 0 15px 0;
						}
							#content .main .blog-popular .item .photo {
								float: left;
								width: 75px;
								height: 75px;
								display: block;
								overflow: hidden;
								background-repeat: no-repeat;
								background-position: center;
							}
							#content .main .blog-popular .item .desc {
								float: right;
								width: 215px;
								color: #dddddd;
							}
							#content .main .blog-popular .item h3 {
								padding: 0 0 10px 0;
							}
								#content .main .blog-popular .item h3 a {
									font-weight: bold;
									color: #ffffff;
									text-decoration: none;
									font-size: 12px;
								}
									#content .main .blog-popular .item h3 a:hover {
										text-decoration: underline;
									}
			
			#content .main#text-page-profile .blog .picstars-thumbs {
				margin: 20px 0;
				width: 700px;
			}	
				#content .main#text-page-profile .blog .picstars-thumbs td {
					color: #459FC5;
					width: 25%;
					text-align: center;
				}
				#content .main#text-page-profile .blog .picstars-thumbs td img {
					margin: 0 auto 4px auto;
				}
				#content .main#text-page-profile .blog .picstars-thumbs td a:hover .pic {
					border: 3px solid #459FC5;
				}			
					
			
			#content .inner .main#page-gallery {
				padding: 0 0 50px 0;
			}
				#content .inner .main#page-gallery .logo {
					/* margin: 0;*/
				}
				#content .inner .main#page-gallery .picstars-thumbs {
					/* margin: 0 0 40px 0; */
				}	
				#content .inner .main#page-gallery .picstars-thumbs td {
					color: #ffffff;
					width: 155px;
				}
						
					#content .inner .main#page-gallery .picstars-thumbs td a:hover .pic {
						border: 3px solid #459FC5;
					}
					#content .inner .main#page-gallery .picstars-thumbs a.add:hover {
						background-image: url(../img/button-add-on2.png);
					}
					#content .inner .main#page-gallery .listing a {
						color: #ffffff;
					}
						#content .inner .main#page-gallery .listing .active {
							color: #459FC5;
							font-size: 16px;
							font-weight: bold;
							padding: 0 4px;
								}
					#content .inner .main#page-gallery h1 {
						color: #ffffff;
						font-size: 16px;
						font-weight: normal;
						margin: 0;
						padding: 70px 0 40px 30px;
					}
							
				#content .inner .main .gallery-menu {					
					text-align: left;
				}
					#content .inner .main .gallery-menu span {
						color: #999999;
						font-size: 11px;
					}
					#content .inner .main .gallery-menu a {
						color: #ffffff;
						font-size: 14px;
						padding: 5px 10px;
						display: block;
						font-weight: bold;
					}
						#content .inner .main .gallery-menu a:hover {
							text-decoration: none;
						}
						#content .inner .main .gallery-menu a.active {
							
						}	
		
						
		#content .main .headline-news {
			margin: 0 0 10px 0;		
		}
			#content .main .headline-news span {
				margin: 0 30px 0 0;		
			}
			
		#content .main .picstars-top {
			height: 215px;			
		}
			#content .main .picstars-top:hover {
				background-position: right -214px;
				cursor: pointer;
			}
			#content .main .picstars-top .world {
				background-image: url(../img/world.jpg);
				background-repeat: no-repeat;
				background-position: right top;
				float: right;
				width: 463px;
				height: 214px;
			}
				#content .main .picstars-top .world:hover {
					background-position: right -214px;
					cursor: pointer;
				}
			#content .main .picstars-top .filter-buttons-wrapper {
			}
			#content .main .picstars-top h1 {
				font-size: 22px;
				font-weight: bold;
				color: #ffffff;
				line-height: 24px;
			}
			#content .main .picstars-top .logo {
				float: left;
			}
			#content .main .picstars-top .search {
				font-size: 14px;
			}
				#content .main .picstars-top .search .buttons {
					padding: 20px 0 0 0;
					/*height: 42px;*/
				}
				#content .main .picstars-top .search .buttons .banner-box {
					height: 60px;
					padding: 0 0 20px 0;
					text-align: center;
				}
					#content .main .picstars-top .search .buttons a#location {
						width: 250px;
						height: 42px;
						float: right;
						background-image: url(../img/button-location.png);
					}
						#content .main .picstars-top .search .buttons a#location:hover {
							background-image: url(../img/button-location-on.png);
							cursor: pointer;
						}
					#content .main .picstars-top .search .buttons a#date {
						width: 251px;
						height: 42px;
						margin: 0 0 0 20px;
						float: right;
						background-image: url(../img/button-date.png);
					}
						#content .main .picstars-top .search .buttons a#date:hover {
							background-image: url(../img/button-date-on.png);
							cursor: pointer;
						}
							
				#content .main .picstars-top .search .selection,
				#content .main .selection {
					padding: 20px 0 0 0;
					float: left;
				}
				#content .main .picstars-top .search .selection-right,
				#content .main .selection-right {
					float: right;
					width: 360px;
					padding: 20px 0 0 0;
				}
				
					#content .main .picstars-top .search .selection strong {
						padding: 0 4px 0 0;
					}
					
					#content .main .picstars-thumbs {
						color: #ffffff;
						text-align: center;
						/*width: 890px;*/
						margin: 40px 0 0 0;
					}
						#content .main .picstars-thumbs td {
							font-size: 11px;
							text-align: left;
							line-height: 14px;
							padding: 0 18px 30px 0px;
							/*width: 25%;*/
							width: 155px;
						}
							#content .main .picstars-thumbs td table { 
								width: 90%;
							}
							#content .main .picstars-thumbs td table td { /* vnorena tabulka */
								font-size: 11px;
								text-align: left;
								line-height: 14px;
								padding: 6px 2px;
								width: 25%;
								border-bottom: 1px solid #f0f0f0;
							}
						#content .main .picstars-thumbs a .pic {
							border: 3px solid #ffffff;
							margin: 0 0 6px 0;
							display: block;
						}
						#content .main .picstars-thumbs td:hover .pic {
							border: 3px solid #00FF00;
						}
						#content .main .picstars-thumbs .pic-camp {
							position: absolute;
							margin: -2px 0 0 -2px;
						}
						#content .main .pic-camp-badge-result {
							position: absolute;
							margin: 90px 0 0 365px;
						}
						#content .main .pic-camp-badge-detail {
							position: absolute;
							margin: 45px 0 0 365px;
						}
						#content .main .picstars-thumbs a.add {
							display: block;
							float: right;
							width: 44px;
							height: 16px;
							cursor: pointer;
							background-image: url(../img/button-add.png);
							background-repeat: no-repeat;
							margin: 0 10px 0 0; /* ie fix*/
						}
							#content .main .picstars-thumbs a.add:hover {
								background-image: url(../img/button-add-on.png);
							}
						#content .main .picstars-thumbs a.del {
							display: block;
							float: right;
							width: 44px;
							height: 16px;
							cursor: pointer;
							background-image: url(../img/button-del.png);
							background-repeat: no-repeat;
							margin: 0 15px 0 0;
						}
							#content .main .picstars-thumbs a.del:hover {
								background-image: url(../img/button-del-on.png);
							}
					
					#content .main .picstars-thumbs#cart-selection {
						/*width: 550px;*/
						margin: 0;
					}
					
					#content .main .cart-order {
						width: 880px;
						/*float: right;*/
						margin: 0 0 30px 0;
						color: #ffffff;
						/*background-color: red;*/
					}
					#content.picstars .main .cart-order {

					}
						#content .main .cart-order th {
							text-transform: uppercase;
							font-size: 14px;
							font-weight: bold;
							vertical-align: top;
							padding: 10px 0 0 0;
						}
						#content .main .cart-order td {
							width: 200px;
							padding: 8px 0 0 0;
							text-align: right;
						}
						#content .main .cart-order .input {
							width: 196px;
							border: 1px inset #cccccc;
						}
						#content .main .cart-order textarea {
							width: 400px;
							height: 80px;
							border: 1px inset #cccccc;
							margin: 0 0 0 10px;
						}
						#content .main .cart-order a#order {
							display: block;
							width: 151px;
							height: 32px;
							cursor: pointer;
							background-image: url(../img/button-order.png);
							background-repeat: no-repeat;
							margin: 20px auto 0 auto;
						}
							#content .main .cart-order a#order:hover {
								background-image: url(../img/button-order-on.png);
							}
							#content .main#page-gallery .cart-order a#order {
								background-image: url(../img/button-order2.png);
								width: 153px;
								height: 42px;
							}
								#content .main#page-gallery .cart-order a#order:hover {
									background-image: url(../img/button-order-on2.png);
									width: 153px;
									height: 42px;
								}
					#content .main .cart-order .pricing {
						padding: 20px 0;
						color: #ffffff;
						/*background-image: url(../img/cart-pricing-bg.png);
						background-repeat: repeat;*/
						width: 95%;
						margin: 20px 0 0 0;
						font-size: 12px;
					}
					#content .main .cart-order .pricing table {
						width: 95%;
					}
							
							
					
			#content .main .picstars-title {
				padding: 15px 0 0 0;
				font-size: 22px;
				font-weight: bold;
				color: #ffffff;
				line-height: 24px;
			}
			#content .main .picstars-subtitle {
				padding: 30px 0 20px 0;
			}
			#content .main .listing {
				padding: 0 10px 15px 10px;
				font-size: 16px;
				font-weight: bold;
			}	
				#content .main .listing a {
					font-size: 16px;
					text-decoration: none;
					font-weight: bold;
					padding: 0 4px;
					color: #00FF00;
				}	
					#content .main .listing a:hover {
						text-decoration: underline;
					}
					#content .main .listing .active {
						color: #ffffff;
						font-size: 16px;
						text-decoration: none;
						font-weight: bold;
						padding: 0 4px;
					}
						
			#content .main .detail-box {
				padding: 80px 0 0 0;
				min-height: 470px;
			}
			#content.picstars .main .detail-box {
				padding: 30px 0 0 0;
			}
				#content .main .detail-box .detail-left {
					width: 720px;
					float: left;
				}
					#content .main .detail-box .photo-player {
						width: 544px; 
						height: 375px;
						
						background-color: #ffffff;
						border: 5px solid #ffffff;
						/*margin: 0 auto; */ /* vycentruje obrazky ktere jsou mensi nez box */
					}
						#content.picstars .main .detail-box .photo-player {
							background-color: #000000;
						}
						#content.picstars .main .detail-box .photo-player div {
							margin: 0 auto;
						}
					#content .main .detail-box .tip-arrows {
						color: #cccccc;
						font-size: 11px;
						padding: 10px;					
					}
						#content .main .detail-box .tip-arrows .note {
							color: #00ff00;
							font-size: 12px;
							padding: 15px 0 0 0;
							width: 540px;
						}
	
	
	#content .main a#banner-over-player {
		background-image: url(../img/button-player.png);
		width: 270px;
		height: 107px;
		position: absolute;
		z-index: 200;
		margin: 50px 0 0 598px;
	}				
					
			
				#content .main .detail-box .detail-right {
					width: 165px; /* fix ie6 */
					float: right;
				}
					#content .main .detail-box .detail-right .photo-info {
						font-size: 11px;
						line-height: 18px;
						padding: 315px 0 0 0;
					}
						#content .main .detail-box .detail-right .photo-info.yia {
							color: #cccccc;
							padding: 175px 0 0 0;
						}
					#content .main .detail-box .detail-right .buttons {
						padding: 0 0 50px 0;
					}
						#content .main .detail-box .detail-right .buttons .b-go {
							/*float: right;
							width: 160px;*/
							height: 42px;
						}
							#content .main .detail-box .detail-right .buttons .b-go a {
								float: left;
								margin: 0 4px 0 0;
							}
						#content .main .detail-box .detail-right .buttons a#b-back {
							background-image: url(../img/button-back.png);
							background-repeat: no-repeat;
							width: 151px;
							height: 32px;
							display: block;
							margin: 4px 0 0 0;
						}
							#content .main .detail-box .detail-right .buttons a#b-back:hover {
								background-image: url(../img/button-back-on.png);
							}
							#content.picstars .main .detail-box .detail-right .buttons a#b-back:hover {								
								background-image: url(../img/button-back-on2.png);
								background-position: 0 0;
							}
						#content .main .detail-box .detail-right .buttons a#b-prev {
							background-image: url(../img/button-prev.png);
							background-repeat: no-repeat;
							width: 74px;
							height: 32px;
							display: block;
						}
							#content .main .detail-box .detail-right .buttons a#b-prev:hover {
								background-image: url(../img/button-prev-on.png);
							}
							#content.picstars .main .detail-box .detail-right .buttons a#b-prev:hover {
								background-image: url(../img/button-prev-on2.png);
								background-position: 0 0;								
							}
						#content .main .detail-box .detail-right .buttons a#b-next {
							background-image: url(../img/button-next.png);
							background-repeat: no-repeat;
							width: 74px;
							height: 32px;
							display: block;
						}
							#content .main .detail-box .detail-right .buttons a#b-next:hover {
								background-image: url(../img/button-next-on.png);
							}
							#content.picstars .main .detail-box .detail-right .buttons a#b-next:hover {
								background-image: url(../img/button-next-on2.png);
								background-position: 0 0;
							}
							
						#content .main .detail-box .detail-right .buttons a#b-add {
							background-image: url(../img/button-addcart.png);
							background-repeat: no-repeat;
							width: 151px;
							height: 32px;
							display: block;
							margin: 25px 0 0 0;
						}
							#content .main .detail-box .detail-right .buttons a#b-add:hover {
								background-image: url(../img/button-addcart-on.png);
							}
							#content.picstars .main .detail-box .detail-right .buttons a#b-add:hover {
								background-image: url(../img/button-addcart-on2.png);
								background-position: 0 0;
							}
						#content .main .detail-box .detail-right .buttons a#b-send {
							background-image: url(../img/button-friend.png);
							background-repeat: no-repeat;
							width: 151px;
							height: 32px;
							display: block;
							margin: 15px 0 0 0;
						}
							#content .main .detail-box .detail-right .buttons a#b-send:hover {
								background-image: url(../img/button-friend-on.png);
							}
							#content.picstars .main .detail-box .detail-right .buttons a#b-send:hover {
								background-image: url(../img/button-friend-on2.png);
								background-position: 0 0;
							}

	
	#content .inner .team-item {

	}	
		#content .inner .team-item .team-photo {
			width: 100px;
			height: 100px;
			float: left;
			margin: 0 20px 0 0;
			text-align: center;
			overflow: hidden;
		}		
		#content .inner .team-item a {
			color: #00ff00;
		}	
		#content .inner .team-item .team-person-photo {
			float: right;
			margin: 0 0 20px 20px;
		}
		#content .inner .team-item .team-photos {
			padding: 20px 0;
		}
			#content .inner .team-item .team-photos img {
				margin: 0 10px 10px 0;
			}
		#content .inner .team-item .team-perex {
			width: 760px;
			float: left;
		}
			#content .inner .team-item .team-perex h2 {
				padding: 0 0 10px 0;
			}
		
		
	#content .inner .label {
		width: 106px;
		padding: 2px 0 0 4px; 
		float: right;
	}
	#content .inner .label a#switch-info-box {
		color: #999999;
		text-decoration: none;
		font-size: 10px;
	}
		#content .inner .label a#switch-info-box:hover {
			text-decoration: underline;
			color: #ffffff;
		}
		#header .cart-box {
			color: #000000;
			font-size: 10px;
			float: right;
		}
		#header .cart-box#gallery-cart {
			padding: 140px 0 0 0;
		}
			#header .cart-box span {
				padding: 0 4px;
			}

			#header .cart-box .cart-info {
				color: #00ffff;
				font-size: 12px;
				background-image: url(../img/cart-bg.png);
				background-repeat: no-repeat;
				width: 171px;
				height: 73px;
				padding: 15px 0 0 100px;
				margin-top: 18px;
				margin-right: 50px;
				line-height: 18px;
			}
				#header .cart-box .cart-info a {
					color: #00ffff;
				}



	#sendToFriend {
		background-color: #2EF63B;
		padding: 10px 6px 10px 6px;
		margin: 10px 0 0 -4px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		
		position: absolute;

	}
		#sendToFriend label {
			display: block;
			padding: 4px 0 0 0;
			text-transform: uppercase;
			font-size: 11px;
			color: #000000;
		}
		#sendToFriend .submit {
			background-color: transparent;
			border-width: 0;
			
			background-image: url(../img/button-friend-send.png);
			width: 151px;
			height: 32px;
		}
			#sendToFriend .submit:hover {
				background-position: 0 -32px;
				cursor: pointer;
			}
		#sendToFriend textarea {
			width: 140px;
		}

	.MessageList {	
	}
	
		.MessageList .Item {	
			padding: 10px 0 0 0;
		}
			.MessageList .Item .Author {
				background-color: #333333;
				font-size: 12px;
				padding: 4px 10px;
				
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
			}
				.MessageList .Item .Author span {	
					color: #888;
					margin-right: 10px;
				}
			.MessageList .Item .Message {	
				padding: 4px;
			}
		.MessageList label {	
			display: block;
		}
		.MessageList .inputSubmit {	
			background-color: #00ff00;
			border-width: 0;
			color: #000000;
			padding: 4px;
		}
			.MessageList .inputSubmit:hover {	
				background-color: #ffffff;
				cursor: pointer;
			}
		
		
	.paypal-wrapper { /* ie6 hide */
		position: absolute;
		margin: -70px 0 0 350px;
	}
		

	
	.filtr-box-window {
		position: absolute;
		z-index: 150;
		top: 50%;
		left: 50%;
		margin-top: -200px;
		margin-left: -310px;
		width: 520px;
		height: 340px;
		background: #1FE72D url(../img/dialog-box-bg.jpg) center top no-repeat;
		color: black;
		padding: 30px 50px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
	}
		.filtr-box-window #LocationSelect {
			width: 240px;
			float: left;
		}
		.filtr-box-window #DateSelect {
			width: 240px;
			float: left;
		}
			
			.filtr-box-window #DateSelect .tip {
				padding: 4px 0 0 0;
				line-height: 14px;
				font-style: italic;
				font-size: 11px;
			}
		.filtr-box-window #close-button, #close-button2, #close-button3  {
			width: 40px;
			height: 39px;
			background-image: url(../img/box-close.png);
			position: absolute;
			z-index: 152;
			margin: -50px 0 0 550px;
		}
		.filtr-box-window h2 {
			padding: 10px 0 20px 0;
		}
	
	#tip1Content {
		position:absolute;
		top:250px;
		left:550px;
		width:500px;
		height:200px;
		border:3px solid black;
		background-color:white;
		color:black;
		padding:15px;
	}
	
	#lightboxLayout {
		display:none;
		position:absolute;
		width: 100%;
		height:100%;
		top: 0px;
		left: 0px;	
		z-index: 50;
		background-image:url('../img/visibleLayer.png');
		background-repeat:repeat;
	}
	
	
	
	#content .sponsors-box {
		width: 890px;
		padding: 20px 0 0 0;
		text-align: center;
	}
		#content .sponsors-box table {
			margin: 0 auto;
		}
		#content .sponsors-box table td {
			padding: 4px 10px;
			text-align: center;
			vertical-align: middle;
		}
	

/* Footer
----------------------------------------*/
#footer {
	color: #171D23;	
}
	#footer .inner {
		width: 890px;
		padding: 10px 30px 30px 30px;
		margin: 0 auto;
	}
	#footer .copy {
		float: left;
	}
		#footer .copy a {
			color: #171D23;
			padding: 0 4px;
		}
	#footer .q2 {
		float: right;
		text-align: right;
	}
		#footer .q2 a {
			color: #171D23;
		}


/* mailchimp */

.mce_inline_error {
	color: red;
	float: none !important;
	padding: 2px 0 6px 0 !important;
}



.locationBox {
}

#filtr-box select,
#photographer-box select {
    width: 240px;
	background: #0b9223;
	border: none;
	cursor: pointer;
}                         
#photographer-box select {
	width: 500px;
}
#LocationSelect {
	margin-right: 30px;
}
	#filtr-box select option,
	#photographer-box select option {
		color: #ffffff;
		font-size: 14px;
		padding: 2px 10px;
		border-bottom: 1px solid #075c16;
	}
	
.button-right {
	float: right;
	font-weight:bold;
}

.button-left {
	float: left;
	font-weight:bold;	
}

   .clearThis {
		clear: both;
   }
