body {/*{{{*/
	font-size: 14px;
	font-family: Trebuchet MS;
	margin: 0;
	padding: 0;
}

a {
	color: #1b60b6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

strong {
	color: #000;
	font-weight: normal;
}

h1.page-title {
	font-size: 1em;
	font-weight: normal;
	margin: 2em 0 0 0;
	padding: 0;
}

h2.path {
	font-size: 1em;
	font-weight: normal;
	padding: 0.5em 80px;
	margin: 0;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}/*}}}*/


form {/*{{{*/
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.err {
	color: #ff0000 !important;
}

label {
	color: #575757;
}

.fld, .fld-txt, .fld-div, .fld-rds {
	margin-top: 0.5em;
	clear: left;
	overflow: hidden;
}
.fld-txt textarea {
	height: 5em;
	width: 20em;
}

.fld {
	padding-left: 16em;

}

.fld-txt label, .fld-div label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 1em;
	width: 15em;
}

.fld-div div {
	margin-left: 16em;
}

.fld-div div label {
	display: inline;
	float: none;
	text-align: left;
	margin: 0;
	width: auto;
}


.fld-txt label span {
	display: block;
	color: #9a9a9a;
}

.fld-txt input, .fld-txt select{
	width: 20em;
}/*}}}*/

table, td {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	color: #575757;
	width: 10em;
	margin-right: 0.5em;
	text-align: right;
	float: left;
	padding-top: 0.3em;
}
dd {
	margin: 0em 0 0 10.5em;
	padding-top: 0.3em;
}

.tl,  .tr,  .bl,  .br {/*{{{*/
	background: url(white-corners.gif) top left no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	z-index: 10;
}
.tl {
	background-position: -17px -17px;
	top: 0;
	left: 0;
}
.tr {
	background-position: 0 -17px;
	top: 0;
	right: 0;
}
.bl {
	background-position: -17px 0;
	bottom: 0;
	left: 0;
}
.br {
	background-position: 0 0;
	bottom: 0;
	right: 0;
}/*}}}*/


.itl {/*{{{*/
	background: url(white-corner-itl.png) top left no-repeat;
}
.itr {
	background: url(white-corner-itr.png) top right no-repeat;
}
.ibl {
	background: url(white-corner-ibl.png) bottom left no-repeat;
}
.ibr {
	background: url(white-corner-ibr.png) bottom right no-repeat;
}
.igtl {
	background: url(wh-gr-itl.png) top left no-repeat;
}
.igbl {
	background: url(wh-gr-ibl.png) bottom left no-repeat;
}
/*}}}*/

/*{{{*/

.popup-box {
	position: absolute;
	z-index: 10;
	display: block;
	float: left;
	min-height: 10px;
	padding: 0;
}

.popup-box .pb-c {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 0 -17px 0;
	padding: 20px;
}

.popup-box .pb-t, .popup-box .pb-b {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 17px;
	overflow: hidden;
}

.popup-box .pb-b {
	top: auto;
	bottom: -17px;
	height: 17px;
}

.popup-box .pb-r {
	left: auto;
	right: 0;
	width: 17px;
}

.popup-box .pb-t *, .popup-box .pb-b * {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 800px;
	background: url('popup-box.png') 0 0 no-repeat;
}

.popup-box .pb-t * {
	margin-top: -17px;
}

.popup-box .pb-l * {
	margin-left: -17px;
}


/*}}}*/

#head {/*{{{*/
	background-color: #d0d0d0;
	padding: 0 0 0.2em 0;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
}
#head li {
	margin: 0 0 0 2em;
	padding: 0.1em 0 0 0;
	float: left;
}

#head li.admin, #head li.help, #head li.logout {
	float: right;
	margin: 0 2em 0 0;
}

#head a {
	padding: 0 5px;
}

#head a.selected {
	background-color: #9cd2f2;
}

#foot_links {
	padding: 3em 0 0 80px;
	color: #b4b4b4;
	clear: both;
	font-size: 0.8em;
}
#foot_links a {
	color: #b4b4b4;
	margin-right: 1em;
}
#foot {
	padding: 1em 0 5em 80px;
	color: #b4b4b4;
	clear: both;
}
#foot a {
	color: #b4b4b4;
}

#page {
	width: 100%;
	float: left;
}

#logo {
	padding-top: 2em;
	float: left;
}

#logo a {
	font-size: 1.7em;
	margin-left: 80px;
}
#logo span {
	position: relative;
}
#logo span span {
	position: absolute;
	z-index: 0;
	left: -0.7em;
	top: -0.2em;
	font-size: 0.6em;
	vertical-align: top;
	text-decoration: none;
}

.icon {
	background: url(s-icon-bg.gif) top left no-repeat;
	display: block;
	float: right;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 15px;
	font-size: 16px;
	color: white;
}/*}}}*/


.btn {/*{{{*/
	line-height: 20px;
	color: #fff;
	float:left;
	padding-right: 5px;
	background: #929292 url(btn-bg.png) right -20px no-repeat;
}

.btn-dis {
	background-color: #6e6e6e !important;
}


.btn span {
	height: 20px;
	display: block;
	float: left;
	padding-left: 5px;
	background: url(btn-bg.png) left top no-repeat;
	cursor: pointer;
}


.btn:hover {
	background-color: #5ab0e2;
	text-decoration: none;
}

.btnd {
	background-color: #6e6e6e !important;
}

.wbtn {
	background-position: right -60px !important;
}
.wbtn span {
	background-position: left -40px !important;
}
.gbtn {
	background-position: right -100px !important;
}
.gbtn span {
	background-position: left -80px !important;
}
/*}}}*/


#login-box-c {/*{{{*/
	position: relative;
	z-index: 10;
}

#login-box {
	position: absolute;
	width: 22em;
	z-index: 10;
	left: -35px;
	top: -22px;
	z-index: 10;
}
#login-box-c .popup-box .pb-t *, #login-box-c .popup-box .pb-b * {
	background: url('login-popup-box.png') 0 0 no-repeat;
}


#login-box h4 {
	cursor: pointer;
}

#login-box h1.page-title {
	margin: 0;
}

#login-box form {
	width: auto;
	float: none;
	padding: 0.2em 20px 20px 20px;
}

#login-box .fld, #login-box .fld-txt {
	float: none;
	width: auto;
}

#login-box .fld-txt label {
	float: none;
	text-align: left;
}
#login-box .fld-txt input {
	width: 95%;
}
#login-box .fld {
	padding-left: 0;
}/*}}}*/


.forgotpass p {
	margin: 0 40px 0 80px;
}

/* advanced search */
#search {/*{{{*/
	clear: both;
	float: left;
	width: 100%;
	background-color: #eaeaea;
	padding: 0 0 1em 0;
	margin: 0;
	font-size: 0.8em;
}

#search .adv-tool {
	list-style: none;
	overflow: hidden;
	margin: 0 1em 0 0;
	padding: 0;
}

#search .adv-tool li {
	float: right;
	padding: 0;
	margin: 0 0 0 2em;
	line-height: 2em;
}

#search .adv-tool li img {
	vertical-align: middle;
}

#search .query-box {
	margin-left: 80px
}

#search .checks-box {
	clear: right;
	float: right;
	width: 50%;
}

#search .checks-box .rights, #search .checks-box .orientation {
	border-bottom: 1px solid #FFF;
}


#search .colors {
	margin-top: 1em;
}

#search .colors .inputs {
	display:none;
}
#search .colors .bw {
	float: left;
	margin-right: 1em;
}

#search .colors .palette {
	float: left;
}

#search .colors .palette span {
	float: left;
	height: 11px;
	width: 11px;
	margin-right: 1px;
	font-size: 0;
	border: 1px solid #575757;
	cursor: pointer;
}

#search .colors .palette span.selected {
	background: url(check.gif) center center no-repeat;
}


#search .adv-link{
	display: none;
}

#search input.query {
	width: 30%;
}

#search span input {
	background: transparent;
}
#search .inactive {
	color: #7f7f7f;
}


/*basic search*/
#search.basic {
	clear: none;
	float: right;

	width: 50%;
	padding: 1em 0 0 0;

/*	margin-left: 50%; */

	background: none;
}
#search.basic .query-box {
	padding: 0;
	margin: 0;
}

#search.basic input.query {
	width: 80%;
}

#search.basic .adv-tool {
	display: none;
}
#search.basic .checks-box {
	display: none;
}

#search.basic .options {
	display: none;
}
#search.basic .adv-link {
	display: inline;
}/*}}}*/


#menu {/*{{{*/
	margin: 1em 0 0 80px;
	padding-top: 1em;

}
#menu_c {
	position: relative;
	clear: both;
	width: 100%;
}
/*
#menu_c:hover #menu {
	visibility: hidden;
}

#menu_c:hover #menu-popup {
	display: block;
}
*/
#menu img {
	margin: 0 0.5em;
}

#menu div.first {
	border-top: none !important;
}

#menu div.last {
	border-top: 1px solid #cdcdcd;
	padding: 0.3em 0 0em 0;
	margin-top: 0.3em;
}

#menu .last a {
	margin-right: 0.7em;
}

#menu-popup {
	left: 28px;
	top: -14px;
	display: none;
}
#menu-popup .content {
	padding: 0 0 0 32px;
}
#menu-popup .content div.first {
	border-top: none !important;
}

#menu-popup .content div {
	border-top: 1px solid #cdcdcd;
	padding: 0.3em 0 0em 0;
	margin-top: 0.3em;
}

#menu-popup a, #menu .last a {
	margin-right: 0.7em;
}

#menu-popup a.selected {
	background-color: #9cd2f2;
}

#menu-popup .pb-t *, #menu-popup .pb-b * {
	background: url('menu-popup-box.png') 0 0 no-repeat;
	width: 3000px;
}


/*}}}*/


#content {
	margin-top: 1em;
	clear: left;
	overflow: visible;
}

.catalog h1.page-title {
	font-size: 1.5em;
	margin: 0;
	width: 50%;
	text-align: center;
	position: absolute;
	margin-left: 25%;
	margin-top: -0.5em;
}
.account {
	padding-left: 80px;
	padding-top: 1em;
}

.register .log-data {/*{{{*/
	overflow: hidden;
	width: 45%;
}
.register .personal-data {
	margin-top: 2em;
	overflow: hidden;
	width: 45%;
}

input.middle {
	width: 4em;
}
input.middle {
	width: 4em;
}
input.zip {
	width: 6em;
}

.register p {
	color: #575757;
}

.register {
	padding-left: 80px;
}

.register .info-box {
	position: relative;
}

.register .info {
	position: absolute;
	margin-left: 50%;
	background-color: #cfedff;
	padding: 20px;
	border: 0px solid #F00;
}

.register .info h1 {
	font-size: 1em;
	font-weight: normal;
}
.register .info h1 span {
	display: block;
}
.register .info h1 span.imp {
	font-size: 24px;
}

.register .info h1 span.rights {
	color: #909090;
	font-style: italic;
}
.register .intro {
	padding: 1em 0;
	border-bottom: 2px solid #eaeaea;
}


/*}}}*/


.homepage .text {/*{{{*/
	margin-left: 50%;
}

.homepage h1 {
	font-size: 100%;
	font-weight: normal;
}
.homepage h1 span {
	display: block;
}
.homepage h1 span.imp {
	font-size: 24px;
}

.homepage h1 span.rights {
	color: #909090;
	font-style: italic;
}

.homepage ul {
	margin: 2em 0 0 0;
	padding: 0;
	max-width: 30em;
	position: relative;
	left: -2em;
}
.homepage li {
	margin: 0 0 1em 2em;
	padding: 0;
}

.homepage .images {
	float: left;
	display: inline;
	margin: 0 2em 0 80px;
	position: relative;
	width: 40%;
	height: 401px;
	overflow: hidden;
}

.homepage .images a {
	display: block;
	float: left;
	width: 200px;
	line-height: 0;
}

.homepage .images a {
	margin-right: 1px;
	margin-bottom: 1px;
}
.homepage .images a span {
	display: none;
	position: absolute;
	width: 160px;
	padding: 20px;
	background-color: #eaeaea;
	z-index: 5;
}

.homepage .images a:hover span {
	display: block;
	color: #fff;
	z-index: 5;

	background:#3f74b1;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.homepage .reg-button {
	display: block;
	width: 160px;
	height: 65px;
	background: url(reg-button.png) top left no-repeat;
	position: relative;
	left: -2em;
	margin-top: 2em;
}
.homepage .reg-button span {
	display: none;
}/*}}}*/


.pager {/*{{{*/
	margin-left: 80px;
	margin-bottom: 0.5em;
}
.pager .prev, .pager .next {
	display: inline;
}
.pager .pages {
/*
	clear: right;
*/
}
.pager a, .pager span {
	padding: 0 0.3em;
}
.pager span {
	background: #d6e2f2;
}

form.ipp {
	float: right;
	width: 13em;
}
form.ipp label {
	font-size: 14px;
}
/*}}}*/

.adm .pr-content a {
	float: left;
	line-height: 1em;
}

.adm .pr-content a span {
	display: block;
}


.image-list {/*{{{*/
	background-color: #000000;
	border: 1px solid #fff; /*ie7*/
	margin-left: 40px;
}


.image-list a {
/*
	margin: 0 4px 4px 0;
	line-height: 0;
*/
	color: #5497eb;
}
.image-list a img {
	border: 1px solid #343b44;
}

.image-list a:visited img {
	border: 1px solid #9cd2f2
}

.lb-content .info,
.cart-content .info,
.pr-content .info
{
	padding-bottom: 0.5em;
}

.image-list .info h4 {
	display: inline;
	margin: 0;
	color: #9fa8b4;
}

.image-list .info h4 a {
	color: #9fa8b4;
	text-decoration: underline;
}

.image-list .info a {
	margin-right: 1em;
}
.image-list .info span.share {
	color: #9fa8b4;
}
.image-list .info input.share {
	width: 20em;
}

.image-list #next {
	display: block;
	position: absolute;
	background: url(prevnext.png) -18px -18px no-repeat;

	right: 15px;
	top: 65px;

	height: 18px;
	width: 18px;
}

.image-list #prev {
	display: block;
	position: absolute;

	background: url(prevnext.png) -18px 0 no-repeat;

	left: 15px;
	top: 65px;

	height: 18px;
	width: 18px;
}

.image-list #prev.disabled {
	background-position: 0 0 ;
}
.image-list #next.disabled {
	background-position: 0 -18px ;
}



/*}}}*/


#image-list {/*{{{*/
	margin-top: 0.2em;
	clear: both;
}

#image-list ol {
	margin: 1em 0 1em 0;
	padding: 0 0 0px 2em;
}

#image-list .ibl {
	padding: 40px;
}

.category-description {
	margin: 1em 2em 1em 80px;
}

#im-preview {
	position: absolute;
	left: 100px;
	top: 300px;
	width: 630px;
	z-index: 100;
}

#im-preview .d {
	padding: 10px;
}

#im-preview .btn {
	margin-bottom: 2px;
	clear: left;
}

#im-preview a.rm {
	display: none;
}
#im-preview.im-rm a.rm {
	display: inline;
}
#im-preview.im-rm a.rf {
	display: none;
}
#im-preview.print a.rf, #im-preview.print a.rm {
	display: none !important;
}

#im-preview.cart #lb_cart {
	display: none;
}
#im-preview.cart #lb_select {
	display: none;
}

#im-preview .img-c {
	width: 418px;
	vertical-align: top;
	text-align: center;
}

/*
#im-preview .img {
	float: left;
}
#im-preview .img img {
	max-width: 200px;
	max-height: 300px;
}
*/

#im-preview .ctrl {
}
#im-preview .adds {
	vertical-align: top;
	padding-left: 0.5em;
}
#im-preview .media {
	vertical-align: bottom;
	padding-left: 0.5em;
}
#im-preview .title {
	clear: left;
	color: #c2cfdf;
}

#lbtool {
	position: fixed;
	bottom: 0;
	background: #333333;
	width: 100%;

}

#lbtool a {
	color: #5497eb;
}
#lbtool.minimized {
	width: auto;
	background: #474747;
}
#lbtool.minimized div {
	display: none !important ;
}
#lbtool.minimized .minimize {
	display: none;
}
#lbtool.minimized .tabs li {
	background-image: none;
}
#lbtool.minimized .tabs li a {
	background-image: none;
}

#lbtool.minimized .tabs {
	float: left;
}
#lbtool .tabs {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
#lbtool .tools {
	padding-bottom: 4px;
}

.tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

.tabs .minimize {
	float: right;
}
.tabs .minimize * {
	vertical-align: middle;
}

.tabs li {
	background: #474747 url(tab-l.gif) left top no-repeat;
	padding-left: 18px;
}
.tabs li a {
	background: url(tab-r.gif) right top no-repeat;
	padding-right: 18px;
}

.tabs li.active, .tabs li.active a, .tabs .minimize, .tabs .minimize a {
	background-color: transparent;
	background-image: none;
}

.tabs li.active a {
	color: #fff;
}
#lbtool .panel {
	clear: both;
	padding: 10px;
}
#lbtool .tools * {
	margin-right: 2em;
}
/*}}}*/

.imgs {
	min-height: 62px;
	color: #FFFFFF;
}
.imgs a {
	margin: 0 4px 4px 0;
	line-height: 0;
}
.imgs a img {
	border: 1px solid #343b44;
}

.imgs a:visited img {
	border: 1px solid #9cd2f2
}

.catalog-image {/*{{{*/

}

.catalog-image .editorial {
	clear: both;
	padding-top: 1em;
	text-align: right;
}

.catalog-image .image-list .ibl {
	padding: 32px 40px;
	position: relative;
}

.catalog-image .image-list .imgs {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
.catalog-image .image-list .imgs * {
	vertical-align: middle;
}
.catalog-image .image-list .selected img {
	border-bottom: 8px solid #9cd2f2 !important;
	border-top: 8px solid #9cd2f2 !important;
}

#image-info {
	margin: 0.5em 0 0 74px;
	clear: left;
}
/*
#image-info.pano td {
	width: 50%;
}
*/
#image-info img.big {
	border: 1px solid #bcbec1;
	padding: 5px;
}

#image-info .buttons {
	padding-left: 6px;
}
#image-info .buttons a {
	margin-right: 0.5em;
}
#image-info .btn-pr, #image-info .btn-crd {
	float: right !important;
}
#image-info .links {
	padding: 2em 0 0 10.5em;
}

#image-info dl {
}

#image-info textarea {
	height: 10em;
	max-width: 20em;
	width: 100%;
}

.pano-hor .image {
	float: none !important;
}

.catalog-image h4 {
	margin: 2em 0 1em 80px;
}
.catalog-image h4 img {
	margin-right: 0.5em;
}

.price {
	margin: 0 0 0 80px;
}

.price tbody tr:hover td {
	background-color: #9cd2f2;
}

.price tbody label, .price tbody input {
	cursor: pointer;
}

.price table  {
	clear: left;
}

.price td {
	padding: 0.2em 1em 0.2em 0;
}

.price td.input {
	padding: 0.2em 0.2em;
}
.price tbody td {
	color: #636363;
	border-bottom: 1px solid #c9c9c9;
}
.price tbody .webres td {
	border-bottom: none;
}
.price tfoot td {
	color: #636363;
}

.price .prun {
	text-align: right;
}

.price .print-type {
	float: left;
	margin-bottom: 0.5em;
}
.price .print-type div {
	float: left;
	padding: 0  2em 0 0.2em;
}
.price .print-type input {
	float: left;
}
.price .print-type label {
	margin-left: 0.4em;
}
.price .title {
	text-align: right;
}
.price td.price-money {
	text-align: right;
}
.price .prepaid td.price-prepaid {
	color: #4dab15;
}
.price .prepaid td.price-money,
.price .prepaid td.price-points {
	text-decoration: line-through;
}

.not-avail label, .not-avail .availability {
	color: red;
}
td.availability {
	font-size: 0.8em;
	vertical-align: bottom;
}

.catalog-image h4.print {
	margin: 2em 0 1em 80px;
	border-top: 2px solid #e6e6e6;
	padding-top: 2em;
}

#print_form div.price {
}
#print_form table {
	border-top: 2px solid #c9c9c9;
}

#print_form .shipping {
	float: right;
	margin: 2em 2em 0 0;
}/*}}}*/


.postcard {/*{{{*/
	padding: 0 0 0 80px;
}

.tpls {
	float: left;
	padding-bottom: 2em;
}

.tpls div {
	float: left;
	padding: 5px;
	margin-right: 1em;
}

.tpls div.selected {
	background-color: #9cd2f2;
}

.tpls div * {
	vertical-align: middle;
}

.emails {
	clear: left;
	padding: 1em 0 1em 2em;
	border-top: 2px solid #c9c9c9;
}
.emails * {
	vertical-align: middle;
}

.emails input {
	width: 15em;
	margin-right: 3em;
}

.emails .captcha {
	margin-right: 0;
	width: 4em;
}

#card {
	padding: 40px 70px;
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
}

#card .fields {
	position: relative;
	z-index: 10;
}



#image-c {
	margin-right: 40px;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}


#card .subject {
	width: 30%;
	font-size: 200%;
	margin-bottom: 0.5em;
}

#card .text {
	margin-bottom: 0.5em;
	width: 30%;
	height: 10em;
}

#card .image-over {
	position: absolute;
	z-index:2;
	top: 0;
	left: 0;
	width: 719px;
	height: 535px;
	background: transparent url(postcard_tpl1-over.png) no-repeat;
}


.tpl1 {
	background: #f9a500 url(postcard_tpl1-bg.png) top left no-repeat;
}


.tpl1 .subject {
	background-color: #faba3e;
	border: 1px solid #d9991f;
	color: #fff;
}
.tpl1 .text {
	background-color: #faba3e;
	border: 1px solid #d9991f;
}
.tpl1 .im1, .tpl1 .im2, .tpl1 .im3, .tpl1 .im4 {
	display: none;
}
/*
.tpl1 .im1 {
	background: url(postcard_tpl1-tl.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 21px;
}
.tpl1 .im2 {
	background: url(postcard_tpl1-tr.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 21px;
	width: 20px;
}
.tpl1 .im3 {
	background: url(postcard_tpl1-bl.png) top left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 21px;
}
.tpl1 .im4 {
	background: url(postcard_tpl1-br.png) top left no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 21px;
	width: 20px;
}
*/

.tpl2 {
	background: #f9a500 url(postcard_tpl2-bg.png) top left repeat;
}


.tpl2 .subject {
	background-color: #fb2a3b;
	border: 1px solid #db1f2d;
	color: #000;
}
.tpl2 .text {
	background-color: #fb2a3b;
	border: 1px solid #db1f2d;
}

.tpl2 .im1, .tpl2 .im2, .tpl2 .im3, .tpl2 .im4 {
	display: none;
}

.tpl3 {
	background: #f2f2f2 url(postcard_tpl3-bg.png) top left no-repeat;
}

.tpl3 .image-over {
	display: none;
}

.tpl3 .subject {
	background-color: #fafafa;
	border: 1px solid #bcbcbc;
	color: #000;
}
.tpl3 .text {
	background-color: #fafafa;
	border: 1px solid #bcbcbc;
}
.tpl3 .im1 {
	background: url(postcard_tpl3-im1.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 1000px;
}
.tpl3 .im2 {
	background: url(postcard_tpl3-im2.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000px;
	width: 13px;
}
.tpl2 .im3, .tpl2 .im4 {
	display: none;
}


/*}}}*/

.lightboxes .help {
	float: right;
	padding-right: 1em;
}

#lbcreate-box-c {/*{{{*/
	position: relative;
	margin: 0 0 0.5em 80px;
}

#lbcreate-box {
	position: absolute;
	width: 22em;
	z-index: 20;
	left: -25px;
	top: -25px;
}


#lbcreate-box h1.page-title {
	margin: 0;
	color: #fff;
}

#lbcreate-box form {
	width: auto;
	float: none;
	padding: 5px 20px 20px 5px;
}

#lbcreate-box .fld, #lbcreate-box .fld-txt {
	float: none;
	width: auto;
	padding-left: 1em;
}

#lbcreate-box .fld-txt label {
	float: none;
	text-align: left;
}
#lbcreate-box .fld-txt input {
	width: 95%;
}

#lbcreate-box textarea {
	height: 5em;
	width: 95%;
}/*}}}*/

.lb-content {/*{{{*/
	background-color: #333333 !important;
	margin-bottom: 1em;
}

.lb-content .igbl, .lb-content .ibl {
	padding: 5px 0 40px 40px;
}

.lb-content .notes {
	border-top: 2px solid #424242;
	padding-top: 0.5em;
	color: #b6c1d0;
}
.lb-content .imgs {
	padding: 0.2em 40px 0 0;
	clear: right;

}
.lb-content .notes .dates {
}

.cart-content {
	margin-top: 2em;
}

.cart-content .ibl {
	padding: 5px 40px 40px 40px;
}/*}}}*/


.disclaimer {
	margin: 0 50px 0 80px;
}

.feedback .personal-data {/*{{{*/
	margin-bottom: 2em;

}


.feedback .info-box {
	position: relative;
}
.feedback form {
	width: 50%;
}
.feedback textarea {
	height: 10em;
}
.feedback .info {
	position: absolute;
	margin-left: 50%;
	padding-right: 3em;
	color: #575757;
}

.feedback .image-list .ibl {
	padding: 40px;
	position: relative;
}

.feedback .image-list .imgs {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
.feedback .image-list .imgs * {
	vertical-align: middle;
}
.feedback .image-list .selected img {
	border-bottom: 8px solid #9cd2f2 !important;
	border-top: 8px solid #9cd2f2 !important;
}
/*}}}*/





#content.cart {/*{{{*/
	padding-left: 40px;
}
#content.cart .path {
	padding-left: 40px;
	border-bottom: 2px solid #cdcdcd;
}

#content.cart .cart-item {
	margin-top: 2em;
	padding-left: 40px;
	background-color: #f8f8f8;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

#content.cart .im {
	float: left;
	width: 150px;
}

#content.cart .im a {
	float: left;
}
#content.cart .im img {
	max-width: 140px;
}

#content.cart .im .btn {
	clear: left;
}

#content.cart .note {
}

#content.cart form {
	width: auto;
}

#content.cart .price {
	padding: 5px;
}

#content.cart tbody tr {
	background-color: #fff;
}

#content.cart .shipping {
	margin: 0;
}

#content.cart .print-size select{
}

#content.cart .print-type {
	float: none;
	overflow: hidden;
	display: block;
}

#content.cart .print-type * {
	float: none;
}

#content.cart .print-size {
	float: none;
	display: block;
}

#content.cart .price {
	margin: 0;
}

#content.cart .total {
	color: #575757;
	padding: 1em 0 0 190px;
}

#content.cart .total .opt {
	width: 10em;
	margin-right: 1em;
	float: left;
}

#content.cart .total .opt p {
	clear: left;
	color: #1b60b6;
}

#content.cart .total .ok,
#content.cart .total .err,
#content.cart .total .total-money {
	display: none;
}

#content.cart .total-empty .empty,
#content.cart .total-not-logged .not-logged,
#content.cart .total-not-all-set .not-all-set,
#content.cart .total-not-enough-points .not-enough-points,
#content.cart .total-ok .ok {
	display: block;
}
#content.cart .total-not-all-set .total-money,
#content.cart .total-not-enough-points .total-money {
	display: block;
}
#content.cart div.total-some-prepaid .total-money {
	display: none;
}
#content.cart .total-not-all-set .total-money a {
	display: none;
}

#content.cart #total_points span, #content.cart #total_money {
	font-size: 2em;
	color: #000;
}/*}}}*/


.points .info-box {
	position: relative;
}

.points .info {
	position: absolute;
	margin-left: 50%;
	width: 50%;
	background-color: #dbf2ff;
	border: 0px solid #F00;
}
.points .info .txt {
	padding: 20px 20px 0 20px;
}

.points .info h1 {
	font-size: 1em;
	font-weight: normal;
}
.points .info h1 span {
	display: block;
}
.points .info h1 span.imp {
	font-size: 24px;
}

.points .info h1 span.rights {
	color: #909090;
	font-style: italic;
}
.points .note {
	padding: 0 0 0.5em 0;
	width: 25em;
	color: #a4a4a4;
}

.points h1.page-title {
	margin: 0 0 1em 80px;
	padding-top: 1em;
	font-size: 2em;
	border-bottom: 3px solid #e6e6e6;
}


.points .ress {
	position:relative;
	background: #b6ddf8;
}
.points .ress .bord {
	border: 3px solid #cfeefd;
	padding: 20px;
}
.points .ress p {
	padding: 0.5em 0;
	clear: both;
	color: #000;
}

.points .res {
	float: left;
	color: #5f6c76;
	margin-right: 1em;
}
.points .res h1 {
	font-size: 1.8em;
	padding: 0;
	margin: 0;
}
.points .res strong {
	font-size: 1.8em;
}

.rtl,  .rtr,  .rbl,  .rbr {/*{{{*/
	background: url(info2-corners.png) top left no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 10;
}
.rtl {
	background-position: -25px -25px;
	top: 0;
	left: 0;
}
.rtr {
	background-position: 0 -25px;
	top: 0;
	right: 0;
}
.rbl {
	background-position: -25px 0;
	bottom: 0;
	left: 0;
}
.rbr {
	background-position: 0 0;
	bottom: 0;
	right: 0;
}/*}}}*/

.payment {
	padding-left: 80px;
}

.payment div.important {
	background-color: #FFf0f0;
	padding: 0.5em 1em;
	position: relative;
	left: -1em;
}
.payment p.important {
	color: #FF0000;
}

.pay {
	padding-left: 80px;
}
.pay #cart {
	margin-left: -40px;
}
.pay .fld-txt select {
	width: auto;
}

.pay .cvv input {
	width: 3em;
}
.pay .zip input {
	width: 5.5em;
}

.pay .pay-type img{
	vertical-align: middle;
}
.pay h3 {
	padding-left: 14em;
}

.pr-content {/*{{{*/
	margin-bottom: 1em;
}
.pr-content .info {
	color: #fff;
}

.pr-content .igbl, .pr-content .ibl {
	padding: 5px 0 40px 40px;
}

.pr-content .imgs {
	padding: 0.2em 40px 0 0;
}

.purchases p, .purchase p {
	margin-left: 80px;
	color: #575757;
}
.purchases #im-preview .file {
	float: left;
	margin-right: 0.5em;
}

.purchase .ibl {
	padding: 40px;
	overflow: hidden;
}

.purchase .dwn {
	color: #c2cfdf;
	float: left;
	margin: 0 1em 1em 0;
}
.purchase .dwn img {
	height: 200px;
}
.purchase .dwn .link {
	background: url(file.png) top left no-repeat;
	padding-left: 30px;
}
.purchase .dwn .link img {
	height: auto;
}

#im-preview .adds .not-avail {
	display: none;
	color: #575757;
}

#im-preview .adds .print {
	display: none;
	color: #575757;
}

#im-preview.not-avail .adds div, #im-preview.print .adds div {
	display: none;
}

#im-preview.not-avail .adds .not-avail {
	display: block;
}

#im-preview.print .adds .print {
	display: block;
}
#im-preview .link {
	background: url(file.png) top left no-repeat;
	padding-left: 30px;
}

/*}}}*/

.error {
	padding-left: 80px;
}

#content.checkout {
	margin-left: 80px;
}

#content.checkout #cart {
	margin-left: -40px;
	margin-bottom: 1em;
}

#content.checkout td {
	padding: 5px 0;
}
#content.checkout .im {
	width: 160px;
}

#content.help {
	margin-left: 80px;
}
#content.help .path {
	padding-left: 0;
	border-bottom: 2px solid #cdcdcd;
}
#content.help .sections {
	padding-top: 1em;
	float: left;
	width: 20em;
}
#content.help .sections ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.7em;
}
#content.help .sections li {
	margin: 0;
	padding: 0;
}
#content.help .sections .selected a {
	background-color: #9cd2f2;
	color: #000;
}
#content.help .note{
	margin-top: 2em;
}
#content.help .note h4, #content.help .note p {
	margin: 0;
}
#content.help .section {
	margin-left: 21em;
	padding-right: 3em;
}

#content.help .terms-and-conditions strong {
	font-weight: bold;
}
#content.help .terms-and-conditions .info {
	padding-left: 3em;
}
#content.help .points .price {
	margin: 0;
}
#content.help .points .price table  {
	clear: none;

}


#content.help .points .ress  {
	background: none;
}
#content.help .points .ress .bord {
	border: none;
	padding: 0;
}

#content .downloads .ibl {
	padding: 20px;
}
.downloads img {

}

.adm #content {
	margin: 2em 0 1em 80px;
}

.adm .pager {
	margin: 1em 0 0 0;
}

.adm label {
	width: auto;
	float: none;
	display: inline;
}

.adm form {
	margin-bottom: 1em;
}
.adm .queries strong {
	font-weight: bold;
	color: inherit;
}
.adm .queries td {
	padding-bottom: 0.5em;
}
.adm .users {
	margin-bottom: 1em;
}
.adm #content.user {
	margin-left: 0;
}
.adm .user .stat, .adm .user .search {
	margin-left: 80px;
}
.adm #content.user .name {
	font-size: 1.7em;
}
.adm .user-info a,
.adm .user-info span {
	margin-left: 1em;
}
.adm .user .points {
	margin: 1em 0;
	margin-left: 80px;
}
.adm .user .pager {
	margin-left: 80px;
}
.adm .user .user-info {
	color: #575757;
	margin-left: 80px;
}
.adm .user .points input {
	width: 5em;
}
.adm .user .points .submit {
	width: auto;
}
.adm .user .note {
	margin: 1em 0;
	margin-left: 80px;
}
.adm .user .prepaid-images {
	margin: 1em 0;
	margin-left: 80px;
}
.adm .user .prepaid-images .fld-txt select,
.adm .user .prepaid-images .fld-txt input,
.adm .user .note .fld-txt input.submit {
	width: auto;
}
.adm .user .prepaid-images .fld-txt label,
.adm .user .note .fld-txt label {
	display: block;
	float: left;
	width: 15em;
}

.adm .list {
	clear: both;
}

.adm .list td {
	padding-right: 1em;
}
.adm .list .date {
	color: #575757;
}
.adm .list .money {
	text-align: right;
}
.adm .payment .stat {
	font-size: 2em;
}
.adm .images td {
	padding-bottom: 1em;
}
.adm .images .btn {
	margin-bottom: 2em;
}
.adm .images .processed, .adm .images .processed * {
	color: #979797;
}
.adm .images .processed .msg {
	color: green;
}

.adm .settings .fld {
	padding-left: 0;
	clear: none;
}
.adm .settings form img {
	float: left;
	margin-right: 5px;
}
.adm .settings .hi .fld-txt {
	clear: none;
}
.adm .settings .vars .fld-txt input {
	width: 50em;
}
.adm .settings .vars .image-available-in-hours input {
	width: 3em!important;
}

.adm .fld-txt-prices input {
	width: 3em;
	text-align: right;
}
.adm .fld-txt-prices label {
	width: 15em;
	display: inline-block;
}

.form-error-wrap input {
	border: 1px solid #f00;
}

.adm .prints h1 {
	color: #575757 ;
	margin-bottom: 0;
}
.adm .prints td {
	padding-bottom: 1em;
}
.adm .prints .processed, .adm .prints .processed * {
	color: #979797;
}
.adm-messages strong {
	font-weight: bold;
}

.adm-menu {
	margin: 1em 0;
	padding: 0.2em 0;
	float: left;
	width: 100%;
	list-style: none;
	background-color: #eaeaea;
}
.adm-menu li {
	margin: 0 0 0 1em;
	padding: 0;
	float: left;
}

.adm h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}

.adm h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

#cleanup_form .param input.days {
	width: 4em;
	text-align: right;
}

.adm .del {
	color: #cc0000;
}

.admin-category-tree ul {
	list-style: none;
}
.admin-category-tree li .actions {
	margin-left: 2em;
}
.admin-category-tree li .actions .edit, .admin-category-tree li .actions .delete {
	color: #aaa;
}
.admin-category-tree li .actions .edit:hover {
	color: #1b60b6;
}
.admin-category-tree li .actions .delete:hover {
	color: #c00;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(overlay.png) repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='overlay.png');
	z-index: 9000;
}

.modal {
	background: transparent url(modal.png) repeat 0 0;
	_background: #ffeb90;
	position: fixed;
	_position:absolute;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight/2 ) : document.body.scrollTop +(document.body.clientHeight/2));
	top: 50%;
	left: 50%;
	z-index: 9001;
	display: none;
}

.modal form {
	margin: 2em;
}

.item-data {
	display: none;
}

#category-form input[type=text] {
	width: 20em;
}
#category-form textarea {
	width: 20em;
	height: 5em;
}
