#creator-loader {
    width:100%;
	height:200px;
	color:#aaaaaa;
	text-align:center;
	padding:150px 0px 0px 0px;
}
#creator-loader-img {
    width:30px;
    height:30px;
    display:inline-block;
	background: #eeeeee url(/media/img/loading.gif) no-repeat center center;
	padding:5px;
    opacity:0.8;
    border-radius:5px;
    margin-bottom:10px;
}

#creator {
    position:relative;
}
#creator-left {
	float:right;
	width:300px;
	min-height:10px;
    margin-right:0px;
}

#creator-center {
	float:left;
	width:400px;
	min-height:10px;
    margin-right:20px;
}

#creator-bottom{
	
}

.creator-gallery-btn {
	background: url(/media/img/creator_menu_head.png) no-repeat top left;
	height:44px;
	font-size:14px;
}

.creator-gallery-btn a {
	color:#747373;
	display:block;
	padding:15px 0px 0px 20px;
	background: url(/media/img/creator_arr_down.png) no-repeat 270px 16px;
}

.creator-gallery-btn a:hover {
	color:#333333;
}

.creator-text {
	font-size:11px;
	padding:0px 10px 0px 20px;
	display:none;
}

#creator-photo {
	width:400px;
	position:relative;
	overflow:hidden;
	cursor:move;
}

#creator-photo-box {
    overflow:hidden;
    position:relative;
}

#creator-crop {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

#creator-photo-img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

.crop-line {
	background: url(/media/img/crop-line.gif) repeat top left;
	position:absolute;
	z-index:4;
}

.crop-linei {
	background-color: #fa6602;
	position:absolute;
	z-index:4;
}
span.back {
	position:absolute;
	background-color:#000000;
	opacity:0.7;
	z-index:3;
}

#creator-photo strong {
	background-color:#eeeeee;
	color:black;
	border:1px solid #aaaaaa;
	position:absolute;
	padding:1px 2px;
	z-index:5;
	opacity:0.9;
	font-size:10px;
	width:50px;
	text-align:center;
	display:none;
}
#creator-box {
    padding:0px 0px;
	width:400px;
	overflow:hidden;
	margin-bottom:10px;
    position:relative;
}
.top-label {
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}

.left-label {
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}
#creator-params {
    margin:10px 0px 0px 0px;
}
.creator-param {
	margin:0px 0px 5px 0px;
}

.creator-param label {
    display:inline-block;
    width:110px;
    padding-right:10px;
    color:#333333;
    font-size:13px;
    vertical-align:top;
    margin-top:5px;
    margin-bottom:5px;
    text-align:right;
}

.creator-param strong {
    background: url(/media/img/param_arr.png) no-repeat scroll 203px 10px #FFFFFF;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    width: 158px;
    font-size:14px;
    color:#666666;
}

.creator-param .param-input {
    border: 1px solid #D9D9D9;
    display: inline-block;
    padding: 3px 10px;
    width: 170px;
    font-size:14px;
    color:#666666;
}

.creator-param select.param-input {
    width: 170px;
    padding: 3px 5px;
}

.effect-box strong {
    width: 198px;
}

.effect-box label {
    display:inline-block;
}

.effect-box select {
    width:210px !important;
}

#creator-box .creator-param label {
    width:180px;
}

.creator-param-panel {
    background-color: #FFFFFF;
    border:1px solid #333;
    display: none;
    position: absolute;
    width: 558px;
    z-index: 12;
    overflow:hidden;
    top:0px;
    left:0px;
}
.creator-param-panel .param-content {
    overflow:auto;
}


.param-arrow {
	width:27px;
	height:36px;
	position:absolute;
	top:20px;
	left:-10px;
	display:none;
	background: url(/media/img/param_arr.png) no-repeat top left;
	z-index:4;
}

.param-active .param-arrow {
	display:block;
}

.param-panel-close {
	float:right;
	width:36px;
	height:36px;
	background: url(/media/img/close_panel.png) no-repeat center center;
}
.creator-param-bar {
    background-color:#333;
    color:white;
    
    overflow:hidden;
}
.creator-param-bar h2 {
    float:left;
    text-transform: uppercase;
    font-weight:normal;
    font-size:20px;
    vertical-align:middle;
    padding:8px 20px 8px 20px;
}
.param-content {
	margin:10px 10px 10px 10px;
	overflow:auto;
}

.param-item {
	overflow:hidden;
	border:1px solid #cccccc;
	margin:2px 2px 10px 2px;
	padding:5px;
	cursor:pointer;
    position:relative;
}

.param-item .prices {
	float:right;
}

.param-item .param-item-price {
    position:absolute;
    background-color: #1ED8E3;
    color: white;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px 5px 10px;
    text-align: right;
    top:0px;
    right:0px;
}

.param-item-on {
	background-color:#f4f4f4;
}
.param-item .img {
	width:120px;
	height:120px;
	float:left;
	overflow:hidden;
	margin:0px 10px 0px 0px;
	background-color:#eee;
}

.param-item .txt {
	font-size:14px;
	line-height:22px;
	float:left;
	width:390px;
}

.param-item h3 {
	color:black;
    font-size:15px;
	margin:2px 0px 5px 0px;
}

.param-item .txt p {
	margin:0px;
}

.effect-item {
    float:left;
}

.effect-item .img {
    margin:0px;
    float:none;
    width:210px;
    background: url(/media/img/loading.gif) no-repeat center center;
}

.effect-item h3 {
    text-align:center;
    margin:0px;
    padding:2px 0px;
}

.image-item {
    float:left;
}

.image-item .img {
    margin:0px;
    float:none;
    width:120px;
}

.image-item h3 {
    text-align:center;
    margin:0px;
    padding:2px 0px;
}

.tabs .tab {
	border:1px solid #d7d7d7;
	padding:3px 10px;
	margin:0px 5px 0px 0px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	display:inline-block;
	position:relative;
	top:1px;
	font-size:11px;
	color:#999999;
	z-index:6;
}

.tabs .on {
	border-bottom:1px solid #f5f5f5;
	background-color:#f5f5f5;
	background-image: none;
	color:black;
    font-size:15px;
}

.tab-data {
	background-color:#f5f5f5;
	height:317px;
	border:1px solid #d7d7d7;
	position:relative;
	font-size:11px;
}
.tab-data .header {
	background: #a3a3a3 url(/media/img/table_head_bg.gif) repeat-x top left;
	padding:2px 4px 2px 4px;
	color:white;
	
	font-weight:normal;
	margin:0px;
	text-align:left;
}
.tab-data .header .col a {
	color:white;
	text-decoration: underline;
}
.tab-data .header .col {
	display:inline-block;
	text-align:center;
	color:white;
}

.tab-data .col1 { width:130px;}
.tab-data .col2 { width:60px;}
.tab-data .col3 { width:80px;}
.tab-data .col4 { width:100px;}

.tab-data .row .col {
	display:inline-block;
	padding:0px 0px;
	cursor:pointer;
	margin:0px;
}

.tab-data .row .col1 { text-align:right;}
.tab-data .row .col2 { text-align:center;}
.tab-data .row .col3 { text-align:right;}
.tab-data .row .col4 { text-align:right;}

.tab-data .hl-row {
	background-color:#757373 !important;
	color:white;
}

.tab-data .selected-row {
	background-color:#5c5959;
}
.tab-data .tab-scroll {
	overflow:auto;
	height:296px;
}

.tab-data .gray {
	background-color:#e1e1e1;
}

.tab-data .selected {
	background-color:#aaaaaa;
	color:white;
}
.sort-down {
	background: url(/media/img/menu_arrow_down.png) no-repeat right 4px;	
	padding-right:15px;
}
.sort-up {
	background: url(/media/img/menu_arrow_up.png) no-repeat right 1px;	
	padding-right:15px;
}

.format-box {
	width:60px;
	position:absolute;
	background-color:#a3a3a3;
	border-radius:4px;
	padding:10px 0px;
	display:none;
}

.format-box a {
	display:block;
}

.format-box a:hover {
	background-color:#bbbbbb;
}

.star {
	width:33px;
	height:10px;
	display:inline-block;
	background: url(/media/img/star.png) repeat-x 0px 0px;
}

.star span {
	height:10px;
	display:block;
}

.star1 { width:11px; background: url(/media/img/star_on.png) repeat-x 0px 0px; }
.star2 { width:22px; background: url(/media/img/star_on.png) repeat-x 0px 0px; }
.star3 { width:33px; background: url(/media/img/star_on.png) repeat-x 0px 0px; }

.own-sizes {
	margin:30px 30px 0px 30px;
	text-align:center;
}

.size-inp {
	background-color:#ffffff;
    border: 1px solid #D9D9D9;
    font-weight:bold;
    display: inline-block;
    padding: 6px 6px;
    width: 30px;
    font-size:14px;
    color:#666666;
    text-align:left;
}
.inp-w,.inp-h {
	display:inline-block;
	text-align:left;
    width:70px;
    font-size:11px;
}

.main-size {
    margin:10px 0px 0px 0px;
}
.sub-size {
    border-top:1px solid #dddddd;
    padding:10px 0px 0px 0px;
}
#creator-right .size-box {
    padding:10px 0px 0px 0px;
}
#creator-right .size-box h4 {
    margin:5px 0px;
}
.prop {
	width:20px;
	height:20px;
	display:inline-block;
	position:relative;
    margin-top:6px;
    vertical-align:top;
    margin-left:5px;
}

.add-size {
    width:20px;
	height:20px;
	display:inline-block;
    vertical-align:top;
    margin-left:5px;
    float:right;
    margin-top:0px;
    background: #1ED8E3 url(/media/img/options.png) no-repeat -100px 0px;
}

.size-switch {
    width:20px;
	height:20px;
	display:inline-block;
    vertical-align:top;
    margin-left:5px;
    margin-top:0px;
    float:right;
    background: url(/media/img/options.png) no-repeat -80px 0px;
}

.prop-box {
	font-size:11px;
	height:10px;
	margin:3px 5px 0px 5px;
	display:inline-block;
	text-align:center;
    vertical-align:top;
}

.lock-hint {
	position:absolute;
	z-index:6;
	text-align:left;
	background-color:#ffffff;
	border:3px solid #cccccc;
	padding:10px;
	width:200px;
	line-height:14px;
	top:-70px;
	left:0px;
}
.lock { background: url(/media/img/lock.png) no-repeat top center; }
.unlock { background: url(/media/img/unlock.png) no-repeat top center; }
.lock-icon { background: url(/media/img/lock.png) no-repeat left 3px; padding:0px 0px 0px 35px;}
.unlock-icon { background: url(/media/img/unlock.png) no-repeat left 3px; padding:0px 0px 0px 35px; }

.creator-param span {
    font-size:10px;
}

.size-warn {
	position:absolute;
	bottom:0px;
	border-top:1px solid #bdbdbd;
	padding:10px 10px;
	margin:0px 10px;
	width:355px;
}

.size-remove {
	background: url(/media/img/remove.png) no-repeat 0px 0px;
	width:12px;
	height:12px;
	display:inline-block;
	margin:0px 0px 0px 10px;
}
.disable-input {
    background:none;
    color:#aaaaaa;
}
.wrong-size {
    border:1px solid red;
    background-color:#ffd3d3;
}
.warn-txt {
	background: url(/media/img/warn_icon.gif) no-repeat top left;
	padding-left:24px;
	color:#999999;
	font-size:10px;
}

.creator-error {
    background-color:#ff0000;
    display:block;
    color:white;
    padding:2px 8px;
    margin:10px 0px 10px 0px;
    font-size:11px;
    text-transform:uppercase;
}

.no-scroll {
	overflow:inherit;
}

.designer-btn-panel {
	padding:5px 15px 5px 15px;
	background-color:#e56017;
	position:absolute;
	right:1px;
	color:white;
	bottom:0px;
	z-index:5;
	border-radius:7px 0px 0px 0px;
	text-align:center;
	
	font-size:12px;
}

#creator-options {
    margin:10px 0px 9px 0px;
	padding:2px 0px;
	font-size:12px;
	overflow:hidden;
}
#creator-options label {
	margin:6px 5px 0px 0px;
}
#creator-options a {
	display:inline-block;
    font-size:11px;
	margin:0px 1px;
    background-color:#1ED8E3;
    width:20px;
    height:20px;
}
#copy_x {
    width:50px;
}
#creator-options a:hover {
	color:#13b894;
}
#creator-options * {
    vertical-align:middle;
}
#opt1 { background:url(/media/img/options.png) no-repeat 0px 0px; }
#opt2 { background:url(/media/img/options.png) no-repeat -20px 0px; }
#opt3 { background:url(/media/img/options.png) no-repeat -40px 0px; }
#opt4 { background:url(/media/img/options.png) no-repeat -60px 0px; }
#opt5 { background:url(/media/img/options.png) no-repeat -80px 0px; }
#opt6 { background:url(/media/img/options.png) no-repeat -100px 0px; }

.opt-black { background:url(/media/img/options.png) no-repeat -140px 0px; }
.opt-white { background:url(/media/img/options.png) no-repeat -120px 0px; }

.opt-black { background:url(/media/img/options.png) no-repeat -140px 0px; }
.opt-white { background:url(/media/img/options.png) no-repeat -120px 0px; }

#creator-photo-loader {
	position:absolute;
	background:#eeeeee url(/media/img/loading.gif) no-repeat center center;
	width:40px;
    height:40px;
    left:50%;
    margin-left:-20px;
    top:50%;
    margin-top:-20px;    
	border-radius:7px;
	opacity:0.8;
	z-index:10;
}

#creator-price {
	margin:20px 0px 0px 0px;
    text-align:right;
    color:#000000;
    
    padding:15px 0px;
}

#creator-price #price {
	font-size:16px;
    font-weight:normal;
	text-align:right;
}

#creator-price #price strong {
    font-size:36px;
    font-weight:normal;
    color:#1ED8E3;
    
}

#creator-price #price-info {
    padding:5px 0px 0px 10px;
}
#creator-price #photo-price {
    font-weight:bold;
}

.cart-btn-box {
    font-size:24px;
    text-align:right;
    margin:0px 0px 0px 0px;
}
.cart-btn-box input {
    width:30px;
    border:1px solid #d9d9d9;
    background-color:white;
    text-align:right;
    color:#000000;
    font-size:16px;
    border-radius:5px;
    padding:4px 4px;
}
#cart-btn {
	display:inline-block;
	background-color:#1ED8E3;
    text-transform: uppercase;
	text-align:center;
	color:white;
    font-size:18px;
	padding:10px 10px;
	margin:0px;
    vertical-align:bottom;
}

#cart-loader {
	background: url(/media/img/loading.gif) no-repeat center center;
	width:60px;
	height:60px;
	border-radius:7px;
	background-color:#eeeeee;
	padding:10px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:12;
	opacity:0.9;
}
.creator-gallery .photos {
	overflow:hidden;
	margin:0px 0px 20px 0px;
}
.creator-gallery .gal_ph {
	float:left;
	border-radius:7px;
	overflow:hidden;
	border:1px solid #999999;
	margin:4px 4px;
}
#creator-left-center {
	float:left;
}
#creator-right h2 {
	text-align:right;
	color:#f45d0b;
	margin:10px 0px 10px 0px;
}

#creator .line {
    margin:10px 0px;
}

.creator-head {
    margin-bottom:2px;
    padding-bottom: 10px;
    position:relative;
    padding-right:0px;
}

.creator-head h1 {
    font-size:22px;
    padding-right:20px;
    margin:0px 0px 10px 0px;
    line-height:25px;
}

.creator-tabs {
    float:right;
}

.creator-tabs .creator-tab {
    background-color:#aaaaaa;
    display:inline-block;
    color:#ffffff;
    padding:4px 10px;
    font-size:12px;
    margin-right:3px;
    text-transform: uppercase;
}

.creator-tabs .on {
    background-color:#00adec;
    color:white;
}

#framer {
    z-index:3;
    cursor:move;
}

.framer-top { position:absolute;top:0px;left:0px; width:100%; height:1px; background: url(/media/img/animdot.gif) repeat 0px 0px; }
.framer-bottom { position:absolute;bottom:0px;left:0px; width:100%; height:1px; background: url(/media/img/animdot.gif) repeat 0px 0px; }
.framer-left { position:absolute;top:0px;left:0px; width:1px; height:100%; background: url(/media/img/animdot.gif) repeat 0px 0px; }
.framer-right { position:absolute;top:0px;right:0px; width:1px; height:100%; background: url(/media/img/animdot.gif) repeat 0px 0px; }

#creator-photo-info {
    padding:0px 0px;
    font-size:13px;
}

#creator-photo-info a {
    color:black;
}
#creator-socials {
    margin:0px 0px 10px 0px;
}
.fb-like,.twitter-share-button {
    display:inline-block;
}
#creator-photo-info label {
    width:100px;
    display:inline-block;
    text-align:right;
    padding-right:10px;
}

#creator-right h4 {
    
    font-size:18px;
    color:#555;
    font-weight:normal;
    margin:10px 0px 0px 0px;
}

#crop-scale {
    position:absolute;
    background: #ffffff url(/media/img/visual_scale.png) no-repeat center center;
    width:20px;
    height:20px;
    cursor:se-resize;
}

.size-align-horizontal {
    text-align:right;
    margin:4px 0px 10px 0px;
    color:#888888;
}
.size-align-vertical {
    text-align:right;
    display:none;
    margin:4px 0px 10px 0px;
    color:#888888;
}

#creator-frame {
    /*box-shadow: 2px 2px 2px 0 #AAAAAA inset;*/
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.templates {
    overflow:hidden;
    margin:10px 0px 15px 0px;
    padding:4px 0px;
}
.template {
    border:1px solid #ddd;
    float:left;
    overflow:hidden;
    margin-right:3px;
    margin-left:3px;
}
.template-box {
    margin-right:7px;
    overflow:hidden;
    padding:3px 0px;
    display:inline-block;
}
.template-box label {
    float:left;
    font-size:11px;
    color:#FF107A;
    padding:15px 0px 15px 0px;
}
.template:hover .template-item {
    background-color:#1ED8E3;
}
.template-item {
    background-color:#aaa;
}

#crop-scale {
    position:absolute;
    background: #ffffff url(/media/img/visual_scale.png) no-repeat center center;
    width:10px;
    height:10px;
    right: 0px;
    bottom:0px;
    cursor:se-resize;
}

#creator-image {
    z-index:1;
}
#croper {
    z-index:2;
}
#framer {
    z-index:3;
}

#framer-content {
    width:100%;
    height:100%;
    background-color:#fff;
    opacity:0;
}

.photo-info {
    font-size:14px;
    color:#777;
    font-weight:300;
    margin:0px 0px 10px 0px;
}

.watermark-info {
    color:#777;
    font-size:14px;
    text-align:center;
}

#favourite-add-btn {
    background: url(/media/img/add.png) no-repeat 0px 3px;
    color:black;
    font-size:14px;
    text-decoration: underline;
    padding:4px 0px 4px 30px;
    margin:10px 0px 10px 0px;
}

.creator-info {
    display:block;
    text-align:right;
    margin:10px 0px 10px 0px;
}
.creator-info label {
    display:block;
}

.creator-info .btn {
    display:inline-block;
    padding:5px 5px;
    background-color:#08B992;
    width:120px;
    text-align:center;
    margin:5px 0px 0px 0px;
    
}
.param-panel-cols {
    
    overflow:hidden;
}
.param-panel-left {
    float:left;
    width:30%;
    height:100%;
    position:relative;
}
#material-accept {
    background-color: #cd0606;
    bottom: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    left: 20px;
    padding: 10px 20px;
    position: absolute;
}

.param-panel-right {
    float:right;
    width:70%;
    height:100%;
    background-color:#ffffff;
}

.param-item-tab {
	overflow:hidden;
	border:1px solid #cccccc;
	margin:2px 2px 10px 2px;
	padding:5px;
	cursor:pointer;
    position:relative;
    width:220px;
    float:left;
}

.param-item-tab-on {
    background-color:#cd0606;
    color:white;
}

.param-item-tab-on h3 {
    color:white;
}
.param-item-tab .img {
	width:100%;
	height:120px;
	overflow:hidden;
	margin:0px 10px 0px 0px;
	background-color:#eee;
}
.param-item-tab h3 {
    text-align:center;
    font-size:12px;
    text-transform: uppercase;
    margin:5px 0px;
}
.param-item-txt {
    padding:10px;
}
.param-item-txt h2 {
    
    margin-bottom:10px;
    font-weight:normal;
}


