/*** ??? ***/
.photo-loading {
	background-image: url(/images/tintint/common/loading_tintint2.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}

/*** Single2 ***/
.single2 {
	background-color: #efefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.single2 h3 {
    line-height:30px;
	margin-top:18px;
}

.clear {
	clear: both;
}

/*** Canvas side ***/
.canvas-side {
	height: 100%;
	width: 560px;
	position: relative;
	text-align:center;
	float: left;
}

.canvases {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.canvas {
	display: none;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}

.canvas-edge {
	/*pointer-events: none;*/
	position: absolute;
    z-index:50;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	_behavior: url("/stylesheets/iepngfix.htc?v=1");
}

.canvas-edge:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}

.page-name {
    position: absolute;
	top:10px;
	left: 155px;
	width: 250px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	color: #333;
}

.canvas-nav{
    margin: 8px;
    height: 15px;
}

.canvas-prev, .canvas-next {
    position: absolute;
    cursor: pointer;
	display:block; 
	width:36px; 
	height:89px; 
	_behavior: url("/stylesheets/iepngfix.htc?v=1");
	color:#e68721;
	padding: 0 10px;
	line-height: 12px;
	font-size:12px;
	z-index:2;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

.canvas-prev { margin:5px 0;}

.canvas-next { margin:5px 10px;}

.canvas-prev:hover, .canvas-next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.canvas-prev {
	top:250px;
	left: 10px;
	background:url(/images/tintint/common/single/single_prv_btn.png) no-repeat top left; 
}

.canvas-next {
    top:250px;
	left: 505px;
	background:url(/images/tintint/common/single/single_next_btn.png) no-repeat bottom right; 
}

.canvas-warning {
	position: absolute;
	width: 35px;
	height: 29px;
	right: 0px;
	bottom: -40px;
	z-index: 51;
	display: none;
	background-image:url(/images/tintint/common/single/waring_icon.png);
	_behavior: url("/stylesheets/iepngfix.htc?v=1");
}

.warning-items {
	min-width: 200px;
	color: #fff;
	background-color: #1e1e1e;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	z-index: 51;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
	margin-right: 40px;
	text-align: left;
}

.photo-frame {
	overflow: hidden;
	position: absolute;
	background:url(/images/tintint/common/single/card/camera.png) no-repeat center center gray;
}


.photo-frame img {
	max-width: none;
}

.photo-frame-helper {
	position: absolute;
	overflow: hidden;
	z-index: 51;
	cursor: move;
}

.photo-frame-helper * {
	z-index: 51;
}

.text-frame {
	position: absolute;
	overflow: hidden;
	z-index:60;
	border:#9B9B9B dotted 1px;
}

.text-frame.text-frame-warning {
	border-color: red;
}

.text-frame-image {
	position: absolute;
	top: 0px;
	-webkit-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
/*	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
    transform: scale(0.5);*/
}

.align-right .text-frame-image {
	-webkit-transform-origin: 100% 0px;
	-moz-transform-origin: 100% 0px;
	-ms-transform-origin: 100% 0px;
    transform-origin: 100% 0px;
}

/*** Tabs side ***/
.tab-side {
	padding: 20px;
	width: 40%;
}

.info_choice {
	padding: 15px 20px 200px 20px; 
	width: 418px;
	float: left;
	text-align:left;
	border-left:2px solid #fff;
}

.tabs {
	margin-top:0px;
}

.product-title-name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
	line-height: 30px
}

ul.extra-info-list {
	color: #333;
	font-size:12px;
}

.single-product-banner {
  display: none;
}

#tabs .options-select {
	width: 145px;
}

.options .option {
	width: 40px;
	height: 40px;
	margin: 5px;
	border: 3px solid #DFDFDF;
	float: left;
	cursor: pointer;
	position: relative;
}

.product-notebook .options-layouts .option {
	width: 50px;
	height: 65px;
}

.options .option.selected {
	margin: 5px;
	border: 3px solid #e68721;
}

.single-notebook-remind {
    background:#CF240C;
	color:#fff;
}

#tabs .options-collections .option {
	width: 54px;
	height: 23px;
	margin: 5px 4px;
	border: none;
	float: left;
	text-align:center;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	padding-top: 2px; 
}

#tabs .options-collections .option:hover {
	cursor: pointer;
	color:#A0A0A0;
}

.product-greeting-folded-card-designer #tabs .options-collections .option , .product-mailing-postcard-designer #tabs .options-collections .option  {
	padding: 2px 5px 0 5px;
}

#tabs .options-collections .option.selected {
	border: none;
	background:#A0A0A0; 
	color:#fff;
	cursor: context-menu;
}

#uploader font {
    color: #333;
	letter-spacing: 1px;
}

#uploader {
	margin:40px 20px -23px 20px;
}

#fileupload {
    background: #333;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 3px 10px;
	width: 160px;
	font-weight: bold;
	color: #fff;
	font-size:12px;
}

#fileupload:hover {
    background: #F3A24A;
	cursor: pointer;
}

#upload-status {
    line-height: 30px;
	font-size: 13px;
}

#uploading-gif {
    line-height: 30px;
}

.text-frame-input {
    padding: 5px;
	margin: 5px;
}

.single-link-block {
    margin:30px 0 0px 8px;
	position: absolute;
	z-index:30;
}

.single-link-block a {
    background: #FFF;
    padding: 2px 8px 2px 4px;
    border-radius: 15px;
}

.single-product-link {
	margin:5px 10px -20px 0;
}

.single-product-link a {
	color:#fff;
	background: #333;
    display:block;
	padding:0px 10px;
	height:27px;
	line-height:27px;
	border-radius:5px 5px 0 0px;
	text-align: center;
}
.single-product-link a:hover {
	text-decoration: none;
	background: #6c6c6c;
}

.product-greeting-folded-card .tabs .option[isnew]:before {
	content: '';
	background: url(/images/tintint/common/pd/new2_icon.gif);
	width: 27px;
	height: 11px;
	position: absolute;
	top: -6px;
	right: -6px;
}

.product-framed-prints-15s .tabs .option[ismom]:before,
.product-framed-prints-25s .tabs .option[ismom]:before,
.product-framed-prints-30s .tabs .option[ismom]:before {
	content: '';
	background: url(/images/tintint/common/pd/mom_icon.gif);
	width: 27px;
	height: 11px;
	position: absolute;
	top: -6px;
	right: -6px;
}