.uploadifyQueueItem {
    font: 11px Verdana, Geneva, sans-serif;
    border: 2px solid #E5E5E5;
    background-color: #F5F5F5;
    margin-top: 5px;
    padding: 10px;
    width: 310px;
}
.uploadifyError {
    border: 2px solid #FBCBBC !important;
    background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
    float: right;
}
.uploadifyProgress {
    background-color: #FFFFFF;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    margin-top: 10px;
    width: 100%;
}
.uploadifyProgressBar {
    background-color: #0099FF;
    width: 1px;
    height: 3px;
}
﻿.jcrop-holder { text-align: left; margin: auto; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('/images/jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


body {
	background-color: #ededed;
	margin: 0;
	font-family: Arial;
	cursor: default;
	font-size: 12px;
	color: #000000;
	padding: 3px;
}

p {
	margin: 0;
}

img {
	border: 0;
}

.clr {
	clear :both;
}

#core {
	margin: auto;
	width: 980px;
	border: 1px solid #222222;
	position: relative;
	height: 600px;
	background-color: #949599;
	padding: 5px;
	overflow: hidden;
}

#header {
	width: 100%;
	position: relative;
	height: 57px;
	margin-bottom: 5px;
}

#header .logo {
	width: 200px;
	height: 57px;
	background-color: transparent;
	float: left;
	margin-right: 35px;
}

#header .menu {
	width: 150px;
	height: 57px;
	float: left;
	background-image: url('/images/nyil2.png');
	background-repeat: no-repeat;
	margin-right: -3px;
	margin-left: -3px;
	color: #D2D2D2;
	position: relative;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
}

#header .menu a {
	color: #D2D2D2;
	text-decoration: none;
}

#header .menu a:hover {
	text-decoration: underline;
}

#header .menu p {
	margin: 10px;
	text-align: center;
}

#header .menu .single {
	margin-top: 20px;
}

#header .active {
	background-image: url('/images/nyil3.png');
}

#toolbar {
	width: 265px;
	border: 1px solid #222222;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
	height: 525px;
	display: none;
}

#toolbar .menu {
	width: 265px;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
}

#toolbar .menu .item {
	float: left;
	padding: 5px;
	font-weight: bold;
	border-right: 1px solid #222222;
	border-top: 1px solid #222222;
	cursor: pointer;
	display: none;
}

#toolbar .menu .active {
	background-color: #DDDDDD;
}

#cropper {
	width: 253px;
	display: none;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	padding: 5px;
}

#rotate {
	width: 253px;
	display: none;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	padding: 5px;
}

#textedit {
	width: 253px;
	display: none;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	padding: 5px;
}

#textedit textarea {
	width: 248px;
	height: 100px;
	font-size: 11px;
	border: 1px solid #222222;
	overflow: scroll;
}

#photos_right {
	width: 253px;
	display: block;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	padding: 5px;
	height: 485px;
	overflow-y: scroll;
}

#photos_up {
	height: 95px;
	border: 1px solid #222222;
	overflow-x: scroll;
	margin-bottom: 5px;
}

#photos_up .pic {
	margin: 5px;
	width: 102px;
	height: 67px;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

#photos_right .pic {
	margin: 5px;
	width: 102px;
	height: 67px;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

#photos_up .pic .img .tools, #photos_right .pic .img .tools {
	border-right: 1px solid #222222;
	height: 67px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
}

#photos_up .edit, #photos_right .edit {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#photos_up .del, #photos_right .del {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#photos_up .select, #photos_right .select {
	cursor: pointer;
}

#photos_up .pic .img, #photos_right .pic .img {
	position: relative;
	border: 1px solid #222222;
	background-color: #ffffff;
}

#photos_up .pic .img img, #photos_right .pic .img img {
	margin: auto;
	margin-bottom: -3px;
}

#photos_up .used, #photos_right .used {
	border: 3px solid #222222;
	margin: 3px;
}

#photos_up .down, #photos_right .down {
	clear: both;
}

#photo_upload {
	width: 980px;
	position: relative;
	height: 345px;
	border: 1px solid #222222;
	display: none;
}

#photo_help {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 5px;
	width: 275px;
	font-size: 10px;
}

#photo_app {
	position: absolute;
	left: 290px;
	top: 5px;
	width: 332px;
	padding-right: 20px;
	overflow-y: scroll;
	height: 335px;
}

#photo_help .need {
	font-size: 12px;
	font-weight: bold;
}

#photo_edit {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	border: 1px solid #222222;
	width: 300px;
	display: none;
}

#photo_edit .img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

#photo_edit .img img {
	border: 1px solid #222222;
}

.rotates {
	position: relative;
}

.rotates .pic {
	border: 1px solid #222222;
}

.rotates .left, #photo_edit .left {
	float: left;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #222222;
	background-color: #dddddd;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
}

.rotates .left img, #photo_edit .left img {
	position: absolute;
	top: 2px;
	left: 0px;
}

.rotates .right img, #photo_edit .right img {
	position: absolute;
	top: 2px;
	right: 0px;
}

.rotates .right, #photo_edit .right {
	position: relative;
	float: right;
	margin-top: 5px;
	padding: 3px;
	padding-right: 20px;
	border: 1px solid #222222;
	cursor: pointer;
	background-color: #dddddd;
}

.preview {
	width: 700px;
	position: relative;
}

.preview .bg {
	visibility: hidden;
}

.preview .layer{
	position: absolute;
	top: 0px;
	left: 0px;
}

.preview .layer .box {
	border: 1px solid #222222;
	position: absolute;
	overflow: hidden;
}

#pages {
	border: 1px solid #222222;
	overflow-x: scroll;
	clear: both;
	width: 700px;
	margin-top: 5px;
}

#test_pages {
	border: 1px solid #222222;
	overflow-x: scroll;
	clear: both;
	width: 100%;
	margin-top: 5px;
}

#scheme_pages_preview {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 960px;
	overflow-x: scroll;
	padding: 5px;
	border: 1px solid #222222;
	display: none;
}

#pages .helper {
}

#test_pages .helper div, #pages .helper div, #schemes .helper div {
	float: left;
	margin: 5px;
	cursor: pointer;
}

#test_pages .helper div img, #pages .helper div img, #schemes .helper div img {
	border: 1px solid #222222;
}

#center {
	position: relative;
	float: left;
}

#schemes {
	width: 970px;
	border: 1px solid #222222;
	height: 525px;
	padding: 5px;
	position: relative;
}

#schemes .text {
	margin-bottom: 15px;
	font-size: 10px;
}

#schemes table {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
}

#schemes table td {
	padding: 5px;
}

#schemes .title {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding: 3px;
	margin-bottom: 15px;
	text-align: center;
}

#schemes .item {
	color: #ffffff;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #222222;
	padding: 2px;
}

#schemes .active {
	background-color: #990000;
}

#scheme_list {
	padding: 5px;
	border: 1px solid #222222;
	height: 125px;
	overflow-x: scroll;
	position: absolute;
	bottom: 5px;
	width: 960px;
}

#scheme_list table {
	width: auto;
}

#scheme_list table td {
	visibility: visible;
	width: 185px;
}

#scheme_list .scheme {
	float: left;
	border: 1px solid #222222;
	margin: 5px;
	cursor: pointer;
	width: 175px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: center center;
}

#scheme_list .id {
	display: none;
}

#scheme_list .pic {
	display: none;
}

#scheme_preview {
	position: absolute;
	top: 67px;
	left: 5px;
	width: 980px;
	height: 385px;
	border: 1px solid #222222;
	background-color: #333333;
	display: none;
}

#scheme_preview .pics {
	float: left;
	width: 700px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #222222;
	position: relative;
	overflow: hidden;
}

#scheme_preview .pics .bg {
	visibility: hidden;
	margin-bottom: -5px;
}

#scheme_preview .pics .id {
	display: none;
}

#scheme_preview .pics .img {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

#scheme_preview .info {
	float: right;
	width: 240px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 10px;
}

#scheme_preview .info .title {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

#scheme_preview .info p {
	margin-bottom: 5px;
}

#scheme_preview .choose {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#scheme_preview .choose span {
	cursor: pointer;
}

#scheme_preview .cancel {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
}

#cropper_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 625px;
	height: 335px;
	border: 1px solid #222222;
	background-color: #333333;
	padding-top: 10px;
}

#cropper_right img {
	margin: auto;
}


.preview .layer {
        position: absolute;
        top: 0px;
        left: 0px;
}

.preview .layer .pic {
        position: relative;
}

.preview .layer .area {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #990000;
        display: none;
}

.preview .orig, .preview .orig2 {
        display: none;
}

.preview .center {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1px;
        margin-left: 50%;
        border-right: 1px solid #000000;
        z-index: 199;
        height: 100%;
}
.preview .photos {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
}

.preview .photos .photo {
        position: absolute;
	cursor: pointer;
}

.preview .photos .photo .pic {
	overflow: hidden;
	position: relative;
	z-index: 1;	
}

.preview .photos .photo .area {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: transparent;
        display: none;
        border: 1px solid #222222;
}

.preview .photos .photo .title {
	position: absolute;
	top: -44px;
	height: 28px;
	padding: 3px;
	font-weight: bold;
	left: 0px;
	border: 1px solid #222222;
	display: none;
	background-color: #222222;
	color: #ffffff;
	width: 200px;
}

.preview .photos .photo .active {
        display: block;
}

.preview .texts {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
}

.preview .texts .text {
        position: absolute;
        overflow: hidden;
	cursor: pointer;
	padding: 1px;
}

.preview .texts .text .pic {
        position: relative;
}

.preview .texts .text .area {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: transparent;
	border: 1px solid #222222;
        display: none;
}

.preview .texts .text .options, .preview .texts .text .orig {
        display: none;
}

.preview .texts .text .active {
        display: block;
}
.preview .pages {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;

}

.preview .pages .bg {
        padding: 0px;
        margin: 0px;
	position: relative;
	border: 1px solid #222222;
	margin-bottom: -5px;
}

.preview .pages .layers {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #ffffff;
	width: 700px;
        height: 100%;
	border: 1px solid #222222;
}

.preview .pages .layers .layer .type {
        display: none;
}

.preview .pages .layers .over {
        z-index: 199 !important;
}

#test {
	display: none;
	margin-top: 15px;
}

#test .preview {
	float: left;
}

#test .left {
	float: left;
	width: 130px;
	background-image: url('images/nyil5.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	cursor: pointer;
}

#test .right {
	float: right;
	width: 130px;
	background-image: url('images/nyil4.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	cursor: pointer;
}

#order_page {
	width: 970px;
	border: 1px solid #222222;
	height: 615px;
	padding: 5px;
	position: relative;
	display: none;
}

#order_page span {
	cursor: pointer;
}

#order_page input, #order_page select {
	margin: 3px;
	width: 300px;
	border: 1px solid #000000;
}

#order_page .button2 {
	width: auto;
}

#loading_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	z-index: 500;
	display: none;
}

#loading, #loading_text {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 350px;
	z-index: 510;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	display: none;
}

#shipping {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #ffffff;
	margin: auto;
	z-index: 510;
	display: none;
}

#shipping .text {
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	width: 500px;
	height: 500px;
	overflow-y: scroll;
}

#shipping .text a {
	color: #ffffff;
}

#shipping .back {
	width: 50px;
	margin: auto;
	margin-top: 10px;
}

#shipping .back input {
	border: 1px solid #222222;
	background-color: #dddddd;
	padding: 5px;
	color: #000000;
	cursor: pointer;
}

#loading_text {
	width: 500px;
	font-size: 15px;
}

#loading_text div{
	position: relative;
}

#loading_text .text {
	width: 450px;
	margin: auto;
	margin-bottom: 10px;
}

#loading_text .other .left {
	float: left;
}

#loading_text .other .right {
	float: right;
}

#loading_text .button {
	border: 1px solid #222222;
	background-color: #dddddd;
	padding: 5px;
	color: #000000;
	cursor: pointer;
}

#loading .bar {
	margin-left: 71px;
	width: 0px;
	overflow: hidden;
}

#loading .text {
	width: 230px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_preview {
	background-image: url('images/accept.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #DDDDDD;
	margin-top: 10px;
	padding: 3px;
	width: 55px;
	border: 1px solid #222222;
	padding-left: 23px;
	cursor: pointer;
	margin-bottom: 5px;
}

.thumb_gen {
	background-image: url('images/accept.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #DDDDDD;
	margin-top: 10px;
	padding: 3px;
	width: 32px;
	border: 1px solid #222222;
	padding-left: 23px;
	cursor: pointer;
	margin-bottom: 5px;
}

#step2, #step3 {
	display: none;
}
