/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Tag styles
-----------------------------------------------------------*/

html {
	height: 100%;
	background: #f8ffe4;
}

body {
	height: 100%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #484848;
	background: #f8ffe4;
}

td {
	padding: 2px;
}

th {
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #484848;
	text-decoration: none;
}

a:visited {
	color: #484848;
	text-decoration: none;
}

a:hover {
	color: #909090;
	text-decoration: none;
}

a:active {
	color: #484848;
	text-decoration: none;
}

h1 {
	margin: 18px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #484848;
}

h2 {
	margin: 20px 0px 15px 0px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #484848;
}

h3 {
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #484848;
}

ul {
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

ol {
	margin: 0px 0px 15px 20px;
}

li {
	display:list-item;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

p {
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

form {
	position: relative;
	margin: 0px auto 0px auto;
}

select {
	width: 204px;
	color: #909090;
	border: 1px solid #484848;
	background: white;
	padding: 2px;
}

input {
	width: 200px;
	border: 1px solid #909090;
	background: white;
	padding: 2px;
}

textarea {
	width: 200px;
	color: #909090;
	border: 1px solid #484848;
	background: white;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	border: 1px solid black;
}

.checkbox {
	width: 20px;
	border: 0px solid black;
	background: none;
}

input[type="radio"],
.radiobutton {
	width: 20px;
	border: 0px solid black;
	background: none;
}

/* Positioning styles
-----------------------------------------------------------*/

#top {
	position: relative;
	height: 28px;
	margin: 0 0 14px 0;

	min-width: 670px;
	
	border-bottom: 2px solid #999;

	box-shadow: 1px 1px 4px #aaa;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	-moz-box-shadow: 1px 1px 4px #aaa;
	
	background: #BBE660;
	
	background: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.3, rgb(187,230,96)),
		color-stop(0.5, rgb(221, 242, 174)),
		color-stop(0.7, rgb(187,230,96))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(187,230,96) 30%,
		rgb(221, 242, 174) 50%,
		rgb(187,230,96) 70%
	);		
}

#logo {
	position: relative;
	height: 28px;
	background: url(../gfx/logo.png) no-repeat center center;
}

#logo a {
	display: block;
	height: 100%;
}

#sidebars {
	position: absolute;
	top: 48px;
	left: 0px;
	width: 100%;
}

#left {
	position: relative;
	width: 155px;
}

#left_to_right {
	position: relative;
	width: 155px;
}

#right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 155px;
}

#center {
	overflow: hidden;
}

.center_lt_1280 {
	position: relative;
	margin: 0px auto 0px 160px;
	min-width: 500px;
}

.center_gte_1280 {
	position: relative;
	margin: 0px auto 0px auto;
	width: 950px;
}

.textpage #center,
.textpage #center_relative,
.textpage #center_relative_wide {
	width: 600px;
}

.textpage #content a:link,
.textpage #content a:visited,
.textpage #content a:active {
	text-decoration: underline;
}

.textpage #content a:hover {
	text-decoration: none;
}

.cms_image {
	margin: 0px 0px 15px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.cms_image img {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	border: 1px solid #909090;
}

#content {
	position: relative;
	min-height: 500px;
	width: 100%;
}

#banner,
.banner {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 10px 0px 25px 0px;
}

/* Menu
-----------------------------------------------------------*/

#menu {
	font-weight: bold;
	font-size: 12px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu ul li {
	padding: 0px;
	width: 90%;
}

#menu ul ul {
	margin: 5px 0px 0px 0px;
}

#menu ul ul li {
	padding: 0px 0px 0px 10px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #7b7b7b;
}

#menu a:hover {
	color: #484848;
}

#active_page a:link, #active_page a:visited, #active_page a:hover, #active_page a:active {
	color: #484848;
}

/* Targeted styles
-----------------------------------------------------------*/

.login_form {
	position: relative;
	margin: 0px auto 0px auto;
}

.login_form input {
	width: 126px;
}

.login_form .form_button {
	width: 130px;
}

.login_form .checkbox {
	width: 20px;
}

.user_name {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 5px auto 25px auto;
	text-align: center;
}

.pager {
	position: relative;
	margin: 7px auto 0 auto;
	text-align: center;
}

.basket_sizes {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

#update_account p,
#new_account p {
	width: 100%;
}

form p {
	width: 100%;
}

.checkout_table {
	margin: 0 auto;
}

.order_table {
	text-align: right;
}

.order_table th {
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}

.order_table td {
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}

.summary {
	font-weight: bold;
}

.album_title {
	text-align: center;
}

.album_title h1 {
	margin: 0;
}

.date_taken {
	font-weight: normal;
	font-size: 10px;
	color: #909090;
	text-align: center;
	margin: 0 0 20px 0;
}

.thumbnails {
	overflow: hidden;
}

.thumbnail {
	float: left;
	width: 190px;
	height: 200px;
	text-align: center;
}

.thumbnail img {
	box-shadow: 1px 1px 4px #aaa;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	-moz-box-shadow: 1px 1px 4px #aaa;
}

.thumbnail img:hover {
	opacity: 0.7;
    filter:alpha(opacity=70);
}

.photo {
	position: relative;
	margin: 0px auto 10px auto;
	width: auto;
	display: table;
}

.photo img {	
	position: relative;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: -moz-zoom-in, -webkit-zoom-in, pointer;
	box-shadow: 1px 1px 4px #aaa;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	-moz-box-shadow: 1px 1px 4px #aaa;
	-ms-interpolation-mode: bicubic;
}

#dialog-container img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: -moz-zoom-out, -webkit-zoom-out, pointer;	
}

.block-save-container {
	position: absolute;
	top: 0;
}

.block-save {
	position: relative;
	background: url(../gfx/spacer.png) top left repeat;
}

.block-save a:link,
.block-save a:visited,
.block-save a:hover,
.block-save a:active {
	display: block;
	height: 100%;
}

.exif {
	font-size: 10px;
	text-align: right;
}
.photo_views {
	font-size: 10px;
}

.photo_name {
	margin-bottom: 10px;
	text-align: center;
}

.photo_name h2 {
	margin: 0px;
	text-decoration: none;
}

.photo_title {
	color: black;
	font-size: 10px;
	height: 12px;
	text-align: center;
}

.photo_title h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.address_block {
	padding: 10px 10px 10px 10px;
	background-color: #f3fddc;
	border: 2px dotted #BAE55E;
	margin: 0px 0px 10px 0px;
}

.error_block {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #fddcdc;
	border: 2px dotted #e55e5e;
	display: none;
}

.confirm_block {
	background-color: #fffadf;
	border: 2px dotted #fedd28;
}

#notify {
	position: relative;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

#notify a {
	cursor: pointer;
}

.error_block label {
	font-size: 12px;
	font-weight: bold;
}

.error_block .error {
	color: #e55e5e;
}

.error_block ul {
	color: #e55e5e;
	margin: 0px 0px 0px 20px;
}

#statistics th,
#statistics td {
	white-space: nowrap;
}

.row {
	margin: 0px 0px 10px 0px;
}

.label {
	width: 100px;
	float: left;
}

label {
	width: 200px;
	font-size: 10px;
	display: block;	
}

.field {
	float: left;
}

.clear {
	clear: both;
}

.nowrap th, .nowrap td {
	white-space: nowrap;
}

.album-row {
	position: relative;
	width: 550px;
	margin: 0 auto;
	overflow: hidden;
}

.album-row .thumbnail {
	height: auto;
	margin: 0 0 10px 0;
}

.album-details {
	float: left;
	width: 300px;
}

.album-details  a {
	font-weight: bold;
}

.year {
	width: 200px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}

.new {
	float: left;
	width: 50px;
	font-weight: bold;
	color: #484848;
}

.number {
	text-align: right;
}

.summary {
	font-weight: bold;
}

label.error {
	color: red;
	color: #e55e5e;
}

input.error,
textarea.error {
	border-color: red;		
	border-color: #e55e5e;
}

.error a:link,
.error a:visited,
.error a:active	{
	font-weight: bold;
	color: red;
	color: #e55e5e;
	text-decoration: underline;	
}

.error a:hover {
	font-weight: bold;
	color: red;
	color: #e55e5e;
	text-decoration: none;	
}

#logonForm {
	display: none;
}

.hide {
	display: none;
}

/* Autocomplete
-----------------------------------------------------------*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background: #f8ffe4;	
	background: #eeeeee;	
}

.ac_over {
	background: #caeb83;
	background: #909090;
	color: white;
}

/* Dialog popup
-----------------------------------------------------------*/

#modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
}

#modal.dark {
	background: #1D1D1D;
    opacity: 1;
    filter:alpha(opacity=100);
}

#dialog-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dialog {
    position: relative;
    display: table;
    width: auto;
    height: auto;    
    margin: 10% auto 0 auto;
    padding: 10px 10px 0 10px;
    border: 2px solid white;    
}

.dialog p {
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.yes-button {
    margin: 0 10px 0 0;
}

.no-button {
}


/* Reusable css3 styles
-----------------------------------------------------------*/

.shadow {
	box-shadow: 1px 1px 4px #aaa;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	-moz-box-shadow: 1px 1px 4px #aaa;
}

.rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.gradient {
	background: #BBE660;
	background: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.4, rgb(187,230,96)),
		color-stop(1, rgb(220,242,173))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(187,230,96) 40%,
		rgb(220,242,173) 100%
	);
}

/* Buttons
-----------------------------------------------------------*/

.button {
	border: 2px solid #555;
	color: #555;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	display: inline-block;
	overflow: visible;
	
	text-align: center;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee), color-stop(0.1, #fff), color-stop(0.2, #eee), color-stop(0.5, #e3e3e3), color-stop(0.65, #d8d8d8));
	background: -moz-linear-gradient(-90deg, #eee 5%, #fff 15%, #eee 25%, #e3e3e3 50%, #d8d8d8 65%, #eee);
}

.button.active {
	border: 2px solid #444;
	color: #444;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd), color-stop(0.1, #fff), color-stop(0.2, #ddd), color-stop(0.5, #ccc), color-stop(0.65, #bbb));
	background: -moz-linear-gradient(-90deg, #ddd 5%, #fff 15%, #ddd 25%, #ccc 50%, #bbb 65%, #ddd);
}

input.button:hover,
a.button:hover {
	border: 2px solid #444;
	color: #444;
	cursor: pointer;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#d8d8d8), color-stop(0.1, #fff), color-stop(0.2, #d8d8d8), color-stop(0.5, #c4c4c4), color-stop(0.65, #b0b0b0));
	background: -moz-linear-gradient(-90deg, #d8d8d8 5%, #fff 15%, #d8d8d8 25%, #c4c4c4 50%, #b0b0b0 65%, #d8d8d8);
}

.button:active {
	border: 2px solid #333;
	color: #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc), color-stop(0.1, #eee), color-stop(0.2, #ccc), color-stop(0.5, #bbb), color-stop(0.65, #aaa));
	background: -moz-linear-gradient(-90deg, #ccc 5%, #eee 15%, #ccc 25%, #bbb 50%, #aaa 65%, #ccc);	
}

.button:focus {
	border-style: dashed;
	outline: none;
}

.button.ghosted  {
	border: 2px solid #bbb;
	color: #bbb;
	background: #f8f8f8;
	cursor: default;
}

input.button,
span.button,
a.button,
div.button {
	width: auto;	
	min-width: 105px;
	padding: 3px 10px;
}

input.button {
	padding: 2px 10px;
	display: block;
	width: 132px;
}

#content .button {
	box-shadow: 1px 1px 4px #aaa;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	-moz-box-shadow: 1px 1px 4px #aaa;
	margin-right: 10px;
}

div#content .button.ghosted {
	box-shadow: 0 0 0 #aaa;
	-webkit-box-shadow: 0 0 0 #aaa;
	-moz-box-shadow: 0 0 0 #aaa;	
}

#content .pager .button {
	min-width: 20px;
	margin-right: 5px;
}

.block .button {
	margin-bottom: 5px;
}

.small.button {
	min-width: 20px;
	margin-right: 5px;
}

/* Panes
-----------------------------------------------------------*/

.block {
	position: relative;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	font-weight: bold;	
	
	padding: 10px;

	border: 2px solid #999;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	

	box-shadow: 1px 1px 4px #aaa;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	-moz-box-shadow: 1px 1px 4px #aaa;
	
	background: #BBE660;
	
	background: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.3, rgb(187,230,96)),
		color-stop(0.5, rgb(221, 242, 174)),
		color-stop(0.7, rgb(187,230,96))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(187,230,96) 30%,
		rgb(221, 242, 174) 50%,
		rgb(187,230,96) 70%
	);	
}

#left .block,
#left_to_right .block {
	border-left: 0;
	
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;

	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;	

	background: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.4, rgb(187,230,96)),
		color-stop(1, rgb(220,242,173))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(187,230,96) 40%,
		rgb(220,242,173) 100%
	);		
}

#right .block {
	border-right: 0;

	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;

	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;	

	background: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0.4, rgb(187,230,96)),
		color-stop(1, rgb(220,242,173))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(187,230,96) 40%,
		rgb(220,242,173) 100%
	);		
}

.block h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.block p {
	margin: 0px 0px 5px 0px;
	width: 100%;
}

.block img {
	margin: 0px 0px 5px 0px;
	-ms-interpolation-mode: bicubic;
}
