/*
	Main css
*/


#AJAX-designer{
	min-height: 850px;
	/*background: #F4F5F6;*/
	display: inline-block;
	margin-bottom: 30px;
	width: 940px;
}

#main-image-holder{
	width: 400px;
	min-height: 550px;
	float: left;
}

#interface-holder {
	width: 520px;
	min-height: 550px;
	float: right;
}
#selector-mover {
	width: 470px;
	min-height: 400px;
	float: right;
	display: none;
}
#selector-mover li.font img { width: 200px;}
#selector-mover li.font { padding: 3px;}

#selector-mover li.wording { padding: 0px; height:auto;}
#selector-mover li.wording p.messageDetail { margin-left: 20px; font-family: "Times New Roman", Times, sans-serif; line-height: 1.2; overflow: hidden; font-size: 13px;}


#selector-mover li.wording div {
	width: 240px;
	border: #CCC solid 1px;
	padding: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	/*background-color: #E9EAEC;*/
	_height: 40px;
	min-height: 40px;
	border-image: initial;
}

#selector-mover li.wording div.active {
	border: #000 solid 2px;
}

#selector-mover li.wording div:hover {
	background-color: #faf7f2;
}

#selector-mover li.wording div .messageNo {
	float: left;
	font-weight: bold;
	line-height: normal;
}

#selector-mover li.cliparts { height:58px; display: block; float: left; padding: 3px;}
#selector-mover li.cliparts img { width: 75px;}

#selector-category, #chain-selector-category, #clipart-selector-category { list-style:none; float:left;}
#selector-category ul, #chain-selector-category ul, #clipart-selector-category ul { display: block; overflow: auto; width: 140px; background: #FFF; border: none; list-style: none;/* max-height: 200px;*/ overflow-x: hidden; overflow-y: auto;}

#selector-category li, #chain-selector-category li, #clipart-selector-category li { background: #fff; color: #444; cursor: pointer; font-size: 11px !important; padding: 3px 10px 0; text-align: center; white-space: nowrap; line-height: 2em; margin: 2px 6px 2px 0; border: #4d6c97 solid 1px; border-radius: 5px;}
#selector-category li:hover, #chain-selector-category li:hover, #clipart-selector-category li:hover { background: #000; color: white; border-color: #000;}
#selector-category li.active, #chain-selector-category li.active, #clipart-selector-category li.active { background: #316aa9; color: #fff; border-color: #4d6c97;}

#selector-list { list-style:none; float:left;}
#selector-list ul { width: 320px; /*min-height: 250px; */padding: 0; overflow-x: hidden; overflow-y: auto;}
#selector-list li { display: block; float: left; width: auto; height: auto;}

.selector-item {border: none; cursor: pointer; margin: 5px 10px 5px 0;}
.selector-item.active {border: 2px solid #000; margin: 3px 6px 3px 0;}
.selector-item-font{margin: 3px;}
.selector-item-cliparts img{height: 55px;}	
.selector-item-chains{width: 450px; margin: 4px 0; padding: 5px; font-size: 11px; border: 1px solid #faf7f2; background: #faf7f2; border-radius: 8px; min-height: 65px;}  
.selector-item-chains:hover {border: 1px solid #fff494; background: #ffffe6;}  

.selector-item-chains img{margin: 3px;}  
.selector-item-chains p{margin: 3px; font-size: 11px;}

.chain_opts {
	border: solid 1px #4d6c97;
	background-color: transparent !important;
	border-radius: 5px;
	padding: 4px 8px;
	color: #000;
}

#selector-mover p.back-btn { padding: 20px 0; color:#999; cursor: pointer; vertical-align: text-bottom; cursor: pointer; text-align: center;}
.selectorheader {text-align: center; font-size: 18px; margin: 20px 0;}

#images_holder{/*padding-top: 10px; */top:0px; float: left; position: static;}
#page_imagePort{background: transparent; width:100px; height:100px; overflow:hidden; position: absolute; display: none; z-index: 995;}
#designer_display{
	float: left; 
	position: static; 
	min-height: 400px; 
	/*width: 380px;*/
	/*background: url(../images/pre-loader.gif) no-repeat center;*/
}
#designer_thumbs{margin: 0 auto; width: 100%; height: auto; text-align: center; position: relative; }
#page_imagePort img {opacity: 0.4; display: none;}


.hide {
	display: none;
}
.show {
	display: block !important;
}
.clear {
	clear: both;
}

.step-button-holder {
	/*float: right;*/
}

.step-button span.color {
	/*opacity: 0.7;*/
}

.step-button {
  cursor: pointer;
  font-size: 16px;
  background: #000;
  border: 1px solid #000;
  color: white;
  padding: 8px 16px;
  display: inline-block;
  /*margin-left: 7px;*/
  border-radius: 5px;
  font-weight: 600;
}

.step-button:hover {
	background: #316aa9;
	border-color: #316aa9;
}

.accordion-contents {
	min-height: 100px;
	height: auto;
}
.thumb-holder {
	width: 100%;
	height: 100%;
	background: url(../images/pre-loader.gif) no-repeat center;
	border: 1px solid #FFF; cursor: pointer;
}
#designer-accordion{
	margin: 5px;
}
.comp-sel-holder {
	/*padding: 5px 0 !important;*/
	list-style-type: none;
	text-align: left;
	line-height: 1em;
}

.cs-bg {
	width: 60px;
	height: 60px;
	background: url(../images/selector-bg.jpg) no-repeat;	
}

.cs-bg-none {
	background-position: 0px 2px;
}
.cs-bg-uploader {
	background-position: -60px 2px;
}
.cs-bg-wording {
	background-position: -120px 2px;
}
.cs-bg-text {
	background-position: -180px 2px;
}
.cs-bg-cliparts {
	background-position: -240px 2px;
}
.comp-selector{
	width: 60px;
	height: auto;
	border: 1px solid #CCC; 
	cursor: pointer; 
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 15px 0;
	text-align: center;
	border-radius: 5px;
	min-height: 95px;
	line-height: 10px;
	padding-top: 5px;
	color: #000;
}
.comp-selector.active {
	border: 2px solid #1d2441;
}
.comp-selector a{
	text-decoration: none;
}
.fontstyle-selector{
	min-width: 80px;
	height: 20px;
	background: #fff;
	border: 1px solid #a3a3a3;
	border-radius: 5px;
	color:#000;
	cursor: pointer;
	font-size: 11px !important;
	padding: 0 10px 3px;
	text-align: center;
	white-space: nowrap;
	line-height: 2em;
	margin: 2px 6px 2px 0;
	display: inline-block;
}

.fontstyle-selector:hover{ background: #000; color: #fff; border-color: #000;}
.fontstyle-selector.active{ background: #316aa9; color: #fff; border-color: #4d6c97;}

.font-selector a{
	text-decoration: none;
}
.fs-bg-block {
	width: 55px;
	height: 25px;
	background: url(../images/engrblock.gif) no-repeat;
	padding-bottom: 2px;
}

.fs-bg-script {
	width: 55px;
	height: 25px;
	background: url(../images/engrscript.gif) no-repeat;
	padding-bottom: 2px;	
}
.send-selector{
	width: 300px;
	height: 18px;
	border: 0;
	vertical-align: middle;
	margin: 2px 10px;
}
.insert-selector{
	width: 100px;
	height: 110px;
	border: 0; 
	cursor: pointer; 
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 5px;
}
.insert-selector a{
	text-decoration: none;
}
.is-bg-color {
	width: 100px;
	height: 51px;
	background: url(../images/lock_cle.png) no-repeat center;
	padding-bottom: 2px;
}
.is-bg-laser {
	width: 100px;
	height: 51px;
	background: url(../images/lock_le.png) no-repeat center;
	padding-bottom: 2px;
}
.is-bg-paper {
	width: 100px;
	height: 51px;
	background: url(../images/lock_pp.png) no-repeat center;
	padding-bottom: 2px;
}
.updating-label {
	padding-top: 200px;
	position: absolute;
	/*width: auto;*/
	text-align: center;
	width: 380px;
	font-size: 10px;
	font-weight: bolder;
}
.field-holder {
	min-height: 50px;
	min-width: 440px;
	display: inline-block;
	/*margin: 20px 0;*/
}
.cfields {
	display: none;
	/*margin-top: 20px;*/
	min-height: 50px;
}

.cfields input[type="text"] {
	width: 100px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	border-radius: 4px;
    padding: 4px;
    margin-right: 4px;
}

.select-btn:hover{background-color:#57b2df;color:#fff;}
.select-btn{ display: inline-block;
	padding: 4px 12px;
	background: #6d85b5;
	color: #fff ;
	font-style: italic;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	margin: 0 0 10px;
	float: left;
}
.label-title{ margin-left: 0; }
.color-title{ float:left; }

.ui-accordion .ui-accordion-header {border-top: 2px solid #2b415f !important; cursor: pointer; position: relative; zoom: 1; background: none; border: none; padding: 5px 3px 15px 0; border-radius: 0;}
/*.ui-accordion .ui-accordion-header {border-top: 4px solid #79879D !important; cursor: pointer; position: relative; zoom: 1; background: url(../images/tabs-bg.png) repeat-x 0 0; border: 1px solid #CCC; padding: 5px 3px 5px 20px;}*/
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important;}
.ui-accordion .ui-state-active { background: #FFF;}
/*.ui-accordion .ui-state-active a { color: #E17009 !important;}*/
.ui-accordion .ui-accordion-header a { display: inline-block; font-size: 1.1em; padding: 0.2em 0; color: #1d2441; font-weight: bold;}
/*.ui-accordion .ui-accordion-header a { display: inline-block; font-size: 1.1em; padding: 0.2em 0.4em; color: #3D9ACC; font-weight: bold;}*/
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: auto; right: .1em; top: 40%;; background-image: url(../images/up-arrow1.png); background-position: 0 0; }
.ui-accordion .ui-state-active .ui-icon { background-image: url(../images/down-arrow1.png); }
/* ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } */
.ui-accordion .ui-accordion-content { padding: 0; position: relative; overflow: auto; display: none; zoom: 1; border: none; border-top: 0; }
/*.ui-accordion .ui-accordion-content { padding: 1em 15px; position: relative; overflow: auto; display: none; zoom: 1; border: 1px solid #CCC; border-top: 0; }*/
.ui-accordion .ui-accordion-content-active { display: block; height: auto; min-height: 210px;}

.remove-line {
	text-decoration: underline;
	padding-right: 13px;
	margin-right: 8px;
	float: right;
	background: url(../images/no.png) 100% 2px no-repeat transparent;
	background-color: transparent;
	background-position-x: 100%;
	background-position-y: 2px;
	font-size: 10px;
	display: none;
}

.add-line {
	padding-right: 15px;
	background: url(../images/plus.gif) 100% 2px no-repeat transparent;
}







/******************** Custom Combobox Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:pointer;
	overflow:hidden;
	height:18px;
}
.dd .ddTitle span.arrow {
	background:url(../images/dd_arrow.gif) no-repeat 0 0; float:right; width:16px; height:16px; cursor:pointer; 
}
.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .selected {
	background-image: none;
}
.dd .ddChild {
	position: absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;4
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:5px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#66CCFF;
	
}
.hidden {display:none;}
.dd .borderTop{border-top:1px solid #c3c3c3 !important;}
.dd .noBorderTop{border-top:none 0  !important}
/******************** Custom Combobox Skin 1 *********************/

.dd2 {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd2 .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:20px;
}
.dd2 .ddTitle span.arrow {
	background:url(../images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer; 
}
.dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
.dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
.dd2 .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd2 .selected {
	background-image: none;
}
.dd2 .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
.dd2 .ddChild a {
	display:block;
	padding:5px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd2 .ddChild a:hover {
	background-color:#66CCFF;
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
	background-color:#66CCFF;
	
}
.dd2 .borderTop{border-top:1px solid #c3c3c3 !important;}
.dd2 .noBorderTop{border-top:none 0  !important}

.dd2 .ddChild span {display:none;}
.dd2 .ddTitle span.ddTitleText span {display:none;}

.comp-selector-label {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 15px;
	color: #335b8c;
	text-transform: uppercase;
}

.add-photo a{
	color: #2c4f94;
	font-weight: bold;
}

.add-photo a:hover{
	color: #e17009;
}

.selector-back-btn {
	width:440px;
	text-align: center;
	margin-top: 10px;
}

.selector-back-btn a{
	color: #2c4f94;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.selector-back-btn a:hover{
	color: #e17009;
}

.taCounterDiv {
	float: left;
	margin: 0;	
}
#designer-accordion .fin-h {
	display: inline-block;
	float: right;
	margin: 8px;
	color: #3B5472;
	font-weight: bold;
}

#uploader-crop .button-close {
	background: url(../images/img_close.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	right: 10px;
	top: 6px;
	position: absolute;
	cursor: pointer;
}

#uploader-crop .close-link {
	position: absolute;
	right: 30px;
	top: 6px;
}
#crop-point a{
	position: absolute;
	right: 5px;
	top: 320px;
}
#crop-point {
	display: none;
}
.comp-lbl {
	color: #335b8c;/*min-width: 150px;*/ float: left; padding-top: 4px; font-weight: bold; font-size: 12px !important;
}

#imgtools li{ float:left; }
#final-preview {
	margin: 10px auto; 
	width: 156px;
	cursor: pointer;
}


#uploadtools li{ float:left; }

.fancybox-close {
	background-color: transparent !important;
	background-position: -6px -4px;
	background-size: 150%;
}

.addonPrice {
	font-weight: bold; color: #c33a28;
}

#total-price {
	text-align: left;	
	margin: 15px 0 15px 5px;
	font-size: 18px !important;
	font-weight: 600;
	/*color: #335B8C;
	float:right;*/
}

#loading_holder {
	position: absolute;
	text-align: center;
	width: 400px;
	height: 400px;
}

#loading_holder img {
	opacity:0.70;
	filter:alpha(opacity=70);
}

#finished-cart {
	position: absolute;
	left: 230px;
	top: 335px;
	z-index: 1001;
	width: 140px;
	/*margin: 5px 0 2px 230px;*/
	cursor: pointer;
	text-align: left;
	padding: 4px 0 5px 24px;
	background-image: url(/buttons/carttop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #335B8C;
	font-size: 11px;
	font-weight: bold;
	display:none;
}

p.textcount{
	line-height:16px !important;
	font-size:13px !important;
	margin:0 5px 0 0;
	color: #ccc;
}

#key_notes {
	width: 100%;
	/*padding: 7px;
	font-style: italic;
	background-color: #EEE;
	border: #CCC solid 1px;
	margin: 10px;*/
}

#key_notes h6 {
	width: 100%;
	color: #000;
	border-color: #666;
	border-style: solid;
	border-width: 0 0 1px;
	margin-bottom: 5px;
	font-size: 14px;
}

#key_notes ul {
	list-style-type: disc;
	margin: 3px 0 3px 15px;
	font-size: 12px;
}

#key_notes ul li {
	margin: 3px 0;
	text-align: justify;
}

.text-update-button {
	cursor: pointer;
	font-size: 14px;
	background: #3B5472;
	border: 2px solid #DADADA;
	color: white;
	padding: 4px 7px;
	display: inline-block;
	margin: 10px 0;
}

.text-update-button:hover {
	background: #7F9FC5;
}

#designer-accordion ul, #imgtools ul, .imgmover ul  {
	list-style-type: none;
}

.comp-selector a span {
	font-size: 9px !important;
}

.insert-selector span {
	font-size: 12px !important;
}

.send-selector span {
	font-size: 13px !important;
}

/*Hide Clipart Subcategory*/
/*#subcat_0-2-1_holder, #subcat_1-2-0 {
	display: none !important;
}*/

.comp-sel-main {
	/*min-height: 80px;*/
}

/* Locket Customizer Modifications */

body, .common_box {
	background-color: transparent;
}

.common_box, .common_white_box {
	border: none;
}

.common_white_box table div {
	border: none !important;
}

#instructions {
	border: 1px solid #4d6c97;
	border-radius: 5px;
}

.bstone-list li {
	min-height: 75px;
}

#metalOptionsMain {
	margin: 0;
}

.selectionHeader {
	padding: 0;
}

.jqitemMetal {
	padding: 14px 8px 0;
	border: none;
	color: #aeaeae;
}

.jqitemMetal.selected::after {
	content: unset;
}

.jqitemMetal.selected {
	border: 2px solid #000;
    box-shadow: unset;
	color: #000;
}

.metalDesc {
	top: 5.5em;
	color: #000;
	line-height: 1.35em;
}

.enabledSize, .disabledSize {
	padding: 0.6em 1em 0;
	font-size: 0.7em;
	border: 1px solid #a3a3a3;
	margin: 0 1.3em 0 0;
	color: #000;
}

.enabledSize.selected::after {
	content: unset;
}

.enabledSize.selected {
	color: #fff;
	background-color: #316aa9;
	border: 1px solid #000;
    box-shadow: unset;
}

.ui-accordion .ui-accordion-content {
	padding: 0 0 10px 0;
}

.taCounterDiv p.textcount {
	font-weight: normal;
}

textarea {
	border: 1px solid #ccc;
}

.message-selector {
	font-size: 12px;
	color: #000 !important;
	font-weight: 500;
    text-underline-offset: 8px;
}

.monogram-holder {
	margin: 10px 0;
}

.monogram-holder p.textcount {
	padding-top: 3px;
}

.uploadfield {
	min-height: 80px;
}