/*
	Main css
*/


#AJAX-designer{
	min-height: 750px;
	background: #F4F5F6;
	display: inline-block;
	margin-bottom: 30px;
	width: 880px;
}

#main-image-holder{
	width: 400px;
	min-height: 550px;
	float: left;
}

#interface-holder {
	width: 470px;
	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:hover {
	background-color: #ddd;
}

#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 { list-style:none; float:left;}
#selector-category ul{ display: block; overflow: auto; width: 140px; background: #FFF; border: none; list-style: none; max-height: 300px; overflow-x: hidden; overflow-y: auto;}

#selector-category li { background: #feebd2; color: #444; cursor: pointer; font-size: 13px; padding: 0 6px; text-align: left; white-space: nowrap; line-height: 2em; margin: 2px; border: #f1c892 solid 1px;}
#selector-category li:hover{ background: #eba64e; color: white; border-color: #db9338;}
#selector-category li.active{ background: #7596ac; color: white; border-color: #6f98b4;}

#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;}

#ajax-selector-list { list-style:none; float:left;}
#ajax-selector-list ul { width: 320px; min-height: 250px; padding: 0; overflow-x: hidden; overflow-y: auto;}
#ajax-selector-list li { display: block; float: left; width: auto; height: auto;}

.selector-item {border: 2px solid #DDD; cursor: pointer; margin: 2px;}
.selector-item-font{margin: 3px;}
.selector-item-cliparts img{height: 55px;}	
.selector-item-chains{width: 390px; margin: 2px; padding: 3px; font-size: 10px; border: 2px solid #f3f3e8; background: #f6f6ed;}  
.selector-item-chains:hover {border: 2px solid #fff494; background: #ffffe6;}  

.selector-item-chains img{margin: 3px;}  
.selector-item-chains p{margin: 3px; font-size: 11px;} 

.selector-item-chains select {font-size: 1.2em !important;}

#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: 300px; 
	width: 380px;
	/*background: url(../images/pre-loader.gif) no-repeat center;*/
}
#designer_thumbs{margin: 0 auto; width: 410px; 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;
	margin-bottom: 15px;	
}

.step-button span.color {
	opacity: 0.7;
}

.step-button {
	cursor: pointer;
	font-size: 20px;
	background: #3B5472;
	border: 2px solid #DADADA;
	color: white;
	padding: 4px 10px 6px;
	display: inline-block;
	margin-left: 7px;
}

.step-button:hover {
	background: #7F9FC5;
}

.accordion-contents {
	min-height: 120px;
}
.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: center;
	/*min-height: 50px;*/
}

.cs-bg {
	width: 60px;
	height: 60px;
	background: url(../images/selector-bg.jpg) no-repeat;	
}

.cs-bg-none {
	background-position: 0px 0px;
}
.cs-bg-uploader {
	background-position: -60px 0px;
}
.cs-bg-wording {
	background-position: -120px 0px;
}
.cs-bg-text {
	background-position: -180px 0px;
}
.cs-bg-cliparts {
	background-position: -240px 0px;
}
.comp-selector{
	width: 60px;
	height: 60px;
	border: 1px solid #CCC; 
	cursor: pointer; 
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.comp-selector a{
	text-decoration: none;
}
.fontstyle-selector{
	width: 55px;
	height: 45px;
	border: 0; 
	cursor: pointer; 
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 10px;
}
.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;
	min-height: 150px;
	border: 0; 
	cursor: pointer; 
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 10px;
}
.insert-selector a{
	text-decoration: none;
}
.is-bg-color {
	width: 100px;
	height: 100px;
	background: url(../images/engr-color-laser.png) no-repeat center;
	margin-bottom: 2px;
}
.is-bg-laser {
	width: 100px;
	height: 100px;
	background: url(../images/engr-laser.png) no-repeat center;
	margin-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: 400px;*/
	display: inline-block;
	margin: 15px 0 5px;
}
.cfields {
	display: none;
	/*margin-top: 30px;*/
	min-height: 50px;
}

.cfields input[type="text"] {
	width: 30px;
	text-transform: uppercase;
}

.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: 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: block; font-size: 1.1em; padding: 0.1em 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: .5em; top: 10px; margin-top: 0; }
.ui-accordion .ui-accordion-content { padding: 5px 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;}

.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 v.2.38.4 *********************/

.dd {
	text-align:left;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	max-width: 310px;
}
.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:18px;}
.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;
	margin:0;
	width:auto;
	overflow-y: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;
	font-size:10px;
}
.dd .ddChild a:hover {
	background-color:#EEE;
}
.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;
}

.add-photo a{
	color: #2c4f94;
	font-weight: bold;
}

.add-photo a:hover{
	color: #e17009;
}

.selector-back-btn {
	width:440px;
	text-align: center;
	margin-top: 15px;
}

.selector-back-btn a{
	color: #2c4f94;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

.selector-back-btn a:hover{
	color: #e17009;
}

.taCounterDiv {
	float: left;
	margin: 0 0 0 10px;	
}
#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: 100px; float: left; padding-top: 4px; font-weight: bold; font-size: 15px; margin-right: 10px;
}

#imgtools li{ float:left; }
#final-preview {
	margin: 10px auto; 
	width: 156px;
	cursor: pointer;
}


#uploadtools li{ float:left; }

.fancybox-close {
	background-color: transparent !important;
}

.addonPrice {
	font-weight: bold; color: #c33a28;
}

#total-price {
	text-align: left;	
	margin: 5px 20px 0 20px;
	font-size: 22px;
	font-weight: bold;
	color: #335B8C;
	float:right;
}

#loading_holder {
	position: absolute;
	text-align: center;
	width: 380px;
	height: 320px;
}

#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;
	font-size:13px;
	margin:0 5px 0 0;
}

#key_notes {
	padding: 10px;
	/* font-style: italic; */
	background-color: #EEE;
	border: #CCC solid 1px;
	margin: 10px;
	width: 370px;
}

#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: 5px 0 5px 15px;
	font-size: 12px;
}

#key_notes ul li {
	margin: 5px 0;
	text-align: justify;
}

.text-update-button, .monogram-preview-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, .monogram-preview-button: hover {
	background: #7F9FC5;
}

.monogram-preview-button {
	width: 94px;
	display: none;
}

#eng_bg {
	margin: 8px 5px 10px;
	float: left;
	cursor: pointer;
}
#eng_bg_lbl {
	margin: 8px 0 10px;
	float: left;
	font-size: 11px;
}

.insert-selector-label, .send-selector-label {
	font-size: 13px;
}

.cfields-instruction {
	float: left;
	padding-bottom: 10px;
	/*font-size: 14px;*/
}

.lasereng-instruction {
	padding: 10px; 
	font-style: italic; 
	background-color: #EEE; 
	border: #CCC solid 1px; 
	margin: 10px 0; 
	width: 395px;
}

.chain-label {
	font-size: 15px; font-weight: bold; padding-bottom: 20px;
}

.instructions-label {
	padding-bottom: 5px; font-size: 15px; font-weight: bold;
}

a.engrideas {
	color: #335B8C; font-size: 14px;
}

a:hover.engrideas {
	color: #3D9ACC;
}

#upload_click {
	display: none;
}

.step-button-cover {
	display: none;
}

#designer-accordion ul, #imgtools ul, .imgmover ul {
	list-style-type: none;
}

.colorlaserfield, .laserfield, .uploadfield2 {
	font-size: 13px;
}

.colorlaserfield h6, .laserfield h6, .uploadfield2 h6 {
	font-size: 14px;
}

#digreqt {
	font-size: 12px !important;
}

.comp-selector span {
	font-size: 12px !important;
}

#main-product-name {
	width: 100%; height: auto; font-size: 16px; font-weight: bold; padding: 10px 0 0 20px;
}

.chain-desc {
	padding: 4px; text-align: justify; float:left; width: 200px
}

.upload-placeholder {
	height: 70px; width: 100%; background-color: none;	
}

#product-image-holder {
	background-color: #ffffff;
	padding-top: 15px;
	text-align: center;
}

#product-image-holder img {
	height: 280px;
}

.photo-thumb {
	display: none;
	position: absolute;
	top: 5px;
	right: 2px;
	border: 2px solid #bbbbbb;
	background-color: #ffffff;
	overflow: hidden;
	/*margin-top: -100px;*/
	min-height: 90px;
	/*float: right;*/
	width: 80px;
	z-index: 999;
}

#bottom-button-holder{
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	background-color: #323A45;
	padding: 5px 5px 0 5px;
}

#keynote-button {
	display: none;
	height: 30px;
	text-align: center;
	font-size: 3.3em;
	line-height: 1.7em;
	width: 47%;
	display: block;
	color: #fff;
	/*background-color: #5d8b0b;*/
	background: #5d8b0b url('../images/arrow1.png') no-repeat 90% 50%;
	border-radius: 10px;
	border: 1px solid #5d8b0b;
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-right: 15px;
}

#keynote-button:focus {
	background-color: #97c251;
}

#preview-button, #preview-close-button {
	display: none;
	height: 30px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.7em;
	width: 47%;
	display: block;
	color: #fff;
	background-color: #2260dd;
	border-radius: 5px;
	border: 1px solid #224996;
	font-weight: bold;
	cursor: pointer;
	float: none;
	margin: 0 auto;
}
#preview-button:hover {
	background-color: #628fed;
	border: 1px solid #628fed;
}

#total-price-bottom {
	display: block;
	float: left;
	color: #ffffff !important;
	font-size: 4em;
	line-height: 1.6em;
	font-weight: bold;
	margin-left: 10px;
}

#images-button-holder {
	/*display: none;*/
	bottom: 0;
}

.upload-placeholder {
	/*height: auto;*/
}
#main-image-bg {
	display: none;
	/*opacity: 0.7;
	background-color: #000;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99996;
	background: url('../lib/fancybox/fancybox_overlay.png') repeat scroll 0% 0% transparent;
}

#designer-accordion h3 img {
	float: right;
	display: none;
}

#photo-bg-check {
	display: none;
}

.upload-status {
	font-size: 12px; color: #ff0000; margin-top: 5px; text-align: center; font-weight: bold;
}

#instructions {
	width: 96%;
}

@media only screen and (max-width: 480px) {
	
    body { font-size: 0.34em !important; line-height: 1.1em !important; }
	
	div, p, span, td { line-height: 1.1em !important; }
   
    .wrapper, header, header, .heading_box.full_heading, .heading_box, footer, .slider_container, .slider_container .slide, .paging { width: 100%; }
	
	.heading_box.full_heading { margin-top: 0 !important; }
	
	#body_container { width: 100%; padding: 0; }
	
	#body_container .common_box { width: 100% !important; padding: 0; }
    
    .wrapper { height: auto }
	
	.top_sec { background-color: #ffffff; }
    
    .slider_container .slide img, .bx-window { width: 300px; height: 180px; }
    
    .bx-wrapper, .bx-window { width: 100% !important; height: 180px !important}
    
    .common_box .box_colum { float: none; }
	
	header .top_sec .logo img { width: 200px !important; margin-left: 5px !important; }
    
    .top_sec .search_box  { float: left; width: 95%; margin-top: 5px; }
    
    .top_sec .search_box .input {font-size: 3.3em; width: 17.5em !important; }
    
    .top_sec .search_box .search_btn { width: 40px; height: 40px; background: url(/v8/common/images/search_btnM2.jpg) no-repeat 0 0; background-size: 40px; }
	
	.tfnewsearch { padding: .83em 0 .67em 2em !important; }
    
    .paging { left: 0; bottom: 0; }
	
	.paging ul { padding-right: 0 !important; }
    
    .blue_bar { width: auto; height: 24px; padding: 0;}
    
    .blue_bar ul { margin: 5px 0 0 5px !important; }
	
	.blue_bar ul li { padding: 0 5px 0 0; background: url(/v8/common/images/border.jpg) no-repeat right 0;  font-size: 2.8em !important; margin-right: 5px !important; }
	
	.blue_bar ul li a { font-size: 1em !important; }
    
    .blue_bar ul li a img { margin-right: 5px !important; }
	
	nav { background-color: #3a5473 !important; margin-bottom: 8px !important; }
	
	nav ul { margin: 0 !important; }
	
	/*nav ul li { font-size: 12px !important; padding: 10px 4px !important; margin: 0 !important; }*/
	
    #body_container {
    	width: 100% !important;
        padding: 0 !important;
    }
	
	#body_container .bread_crumb { padding: 0 !important; margin: 5px 0 0 0 !important; }
	
	#body_container .bread_crumb li { padding:  0 0 0 10px !important; }
	
    .footer_bottom .copy_right li { font-size: 11px !important; }
    .footer_bottom .copy_right { padding: 5px; }
	.footer_link .footer_link_details { margin: 0 !important; }
	.footer_link .footer_link_details .footer_coll ul li a { font-size: 1em !important; line-height: 1em !important; }
    .footer_link .footer_link_details .footer_coll ul li { font-size: 3.5em !important; line-height: 1em !important; text-align: center !important; }	
	.footer_link { padding: 10px 0 10px; }
    .footer_link .footer_link_details .footer_coll.info { font-size: 3.5em !important; margin: .3em 0; }
	.footer_link .footer_link_details .footer_coll.info a { font-size: 1em !important; }
	
	#AJAX-designer {
        width: 100% !important;
        float: none;
		font-size: 2.5em !important;
    }
	
	#main-product-name {
		width: auto; padding-left: 10px; font-size: 1.5em; line-height: 1.1em;
	}
	
	#product-image-holder {
		display: block !important
	}
	
	#main-image-holder {
		display: none;
	}
	
	#main-image-holder-m{
		display: none;
		position: fixed;
		z-index: 99997;
		top: 0;
		width: 100%;
		/*min-height: 550px;*/
		float: left;
	  	min-height: 360px !important;
	  	background-color: #ffffff;
	 	margin-left: 5px !important;
	}
	
	#main-image-holder-m > div {
		width: 100%;
	}
	
	#designer_display{
		width: auto;
		float:none;
	}
	
    #interface-holder {
        width: auto;
        float: none;
    }
	
	.accordion-contents {
		min-height: 280px;
	}
	
	.comp-lbl {
		font-size: 1.15em;
		float:none;
		padding-bottom: 5px;
	}
	
	.comp-selector-label {
		font-size: 1.15em;
	}
	
	.ui-accordion .ui-accordion-header a {
		font-size: 1.35em;
		padding: 0 0.7em;
	}
	
	.ui-accordion .ui-accordion-content {
		padding: 0 10px 15px 10px;
	}
	
	.send-selector {
		margin: 10px !important;
	}
	
	.comp-selector span, .insert-selector span, .send-selector span {
		font-size: 14px !important;
	}	
	
	#uploader-mover, .uploader-container {
		width: 90% !important;
		height: auto !important;
	}
	
	.fileupload-progressbar {
		width: 90% !important;
		margin: 5px 0;
	}
	
	.fileupload-buttonbar {
		float: none !important;
		margin-bottom: 10px;
	}
	
	.files-holder {
		width: 330px !important;
		float: none !important;
	}
	
	#selector-list ul {
		width: 380px !important;
		/*height: auto !important;*/
		margin-bottom: 20px !important;
	}
  
	#ajax-selector-list ul {
		width: 220px !important;
		/*height: auto !important;*/
		/*margin-bottom: 20px !important;*/
	}
	
	#ajax-selector-list .selector-item {
		width: auto !important; 
	}
	
	.chain-desc {
		width: 165px !important;
	}
	
	.upload-placeholder {
		height: 105px;
	}
	
	#uploader-files .delete {
		width: 55px !important;
	}
	
	#uploader-files .name, #uploader-files .preview {
		width: auto !important;
	}
	
	#eng_bg {
		width: 1.2em;
		height: 1.2em;
	}
	
	#digreqt {
		font-size: 1em !important;
	}
	
	.colorlaserfield h6, .laserfield h6, .uploadfield2 h6 {
		font-size: 1em;
	}
	
	.colorlaserfield, .laserfield, .uploadfield2 {
		font-size: 1em;
	}
	
	.uploadfield2 {
		margin-top: 5px;
	}
	
	.ui-widget input {
		width: 1em;
		height: 1em;
	}
	
	.ui-widget select {
		font-size: 16px !important;
		max-width: 355px;
	}
	
	.w-txt-area {
		border-width: 0.2em !important;
		font-size: 16px !important;
		line-height:18px !important;
	}
	
	.txt-monogram {
		font-size: 16px !important;
		border: 1px #999999 solid;
		height: 20px !important;
	}
	
	p.textcount{
		line-height:18px !important;
	}
	
	a.engrideas {
		font-size: 1em !important;
	}
	
	.step-button-holder {
		margin: 10px 0;
	}
	
	.selector-item-chains {
		width: 365px !important;
	}
	
	/*.selector-item-chains p {
		font-size: 14px !important;
	}
	
	.selector-item-chains {
		font-size: 12px !important;
	}*/
	
	#selector-category li {
		font-size: 16px;
	}
	
	#instructions {
		width: 98%;
		border: 1px solid #999;
	}
	
	#keynote-button, #preview-button , #preview-close-button{
		padding-top: 5px !important;
		height: 26px !important;
	}
	
    #key_notes {
    	display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
    }
	#key_notes ul {
		width: 90%;
	}
	#key_notes h6 {
		width: 95%;
	}
	
	#images-button-holder {
		padding-bottom: 5px;
		position: absolute;
		z-index: 9999999;
		width: 100%;
	}
	#preview-button,
	#preview-close-button{
		width: 100px;
	}
  
	#designer_thumbs {
		display: none;
	}
	
	#selector-mover {
		width: 380px;
	}
	
	#selector-mover li.wording {
		width: 100% !important;
	}
	
	.monogram-preview-button {
		display: block;
	}
	
	.btn_mv img, .btn_mv_upload img {
		width: 25px;
		height: 25px;
	}
	
	.selector-back-btn {
		width: 100%;
		margin: 15px 0;
	}
	.selector-back-btn a {
		font-size: 18px;
	}
	
	.field-holder {
		width: 100%;
	}
	
	#loading_holder {
		width: 100%;
	}
	
}


@media only screen and (max-width: 380px) {
	
	body { font-size: 0.3em !important; }
	
	.chain-desc {
		width: 135px !important;
	}
	
	.photo-thumb {
		margin-top: 0 !important;
	}
	
	#selector-mover {
		width: 98%;
	}
	
	#ajax-selector-list{
		width: 58% !important;
	  /*float: none;*/
	}
	
	#ajax-selector-list ul {
		width: 100% !important;
	}
	
	/*.upload-placeholder {
		height: 110px;
	}*/
	
	#eng_bg {
		width: 1.75em !important;
		height: 1.75em !important;
		margin-bottom: 0;
	}
	
	#selector-category ul {
		width: 100% !important;
	}
	
	#selector-category li {
		font-size: 14px;
	}
	
	.ui-widget select {
		max-width: 320px;
	}
	
	.selector-item-chains {
		width: 330px !important;
	}
	
  .files-holder {
	  width: 98% !important;
	  /*height: 120%;*/
  }
  
	a.engrideas {
		font-size: 1.2em !important;
	}
	
}


@media only screen and (max-width: 320px) {
	
	body { font-size: 0.24em !important; }
	
	.common_box, #key_notes, #bottom-button-holder { border: 0 !important; }
	
    .top_sec .search_box .input {font-size: 3.3em; width: 19.5em !important; }
    
    .top_sec .search_box .search_btn { width: 30px !important; height: 30px !important; background-size: 30px !important; }
	
    .ui-accordion .ui-accordion-content {
    	padding: 0 7px 15px 7px;
    }
	
	.chain-desc {
		width: auto !important;
	}
	
	#keynote-button, #preview-button , #preview-close-button{
		padding-top: 5px !important;
		height: 23px !important;
	}
	
	#main-image-holder {
		min-height: 345px !important;
		width: 100% !important;
		margin: 0 !important;
	}
	
	.w-txt-area {
		border-width: 0.1em !important;
		max-width: 180px;
	}
	
	.taCounterDiv {
		margin-left: 5px !important;
	}
	
	.ui-widget select {
		max-width: 270px;
	}
	
	.selector-item-chains {
		width: 280px !important;
	}
	
	#selector-category li {
		font-size: 12px;
	}
	
	#uploader-mover, .uploader-container {
	  width: 300px !important;
	}
	
	.ui-accordion .ui-accordion-header a {
		font-size: 1.5em;
	}
	
	.comp-lbl {
		font-size: 1.3em;
	}
	
	.colorlaserfield, .laserfield, .uploadfield2 {
		font-size: 1.2em;
	}
	
	#eng_bg {
		width: 2em !important;
		height: 2em !important;
		margin-bottom: 0;
	}
	
}

/* Font Update to Montserrat 10/26/22 */

@media only screen and (max-width: 480px) {
	div.needsclick { /*display: none !important;*/ }
    body { font-size: 0.3em !important; }
	#main-product-name { font-size: 1.1em !important; }
	.designerBannerTd2Head { font-size: 12px !important; }
	.monogram-preview-button { font-size: 11px !important; }
	.comp-lbl { font-size: 1.2em !important; }
	.step-button { font-size: 16px !important; }
	.footer_link .footer_link_details .footer_coll ul li { font-size: 3em !important; }
	nav ul li { font-size: 2.2em !important; }
	.comp-selector span { font-size: 11px !important; }
	.insert-selector span { font-size: 12px !important; }
	#selector-category li { font-size: 13px !important; }
	#eng_bg_lbl { font-size: 10px !important; }
	.photo-thumb div { font-size: 11px !important; }
	.chain-label { font-size: 14px !important; }
	.subscribe_box { font-size: 14px !important; }
	.txt-16 { font-size: 16px !important; }
	.footer_bottom.bot .copy_right li { font-size: 13px !important; }
	#instructions { font-size: 16px !important; }
	div.needsclick div[role=dialog][class*=kl-private-reset-css-Xuajs1] { transform: scale(0.6) !important; }
}

@media only screen and (max-width: 390px) {
	.blue_bar ul li { font-size: 2.6em !important; }
	nav ul li { font-size: 2.1em !important; }
	.w-txt-area { max-width: 200px; }
}

@media only screen and (max-width: 380px) {
	body { font-size: 0.27em !important; }
	nav ul li { font-size: 2.8em !important; }
	.photo-thumb div { font-size: 10px !important; }
}

@media only screen and (max-width: 362px) {
	.w-txt-area { max-width: 175px; }
}

@media only screen and (max-width: 320px) {	
	body { font-size: 0.21em !important; }
	#nav li { font-size: 3em !important; }
	.blue_bar ul li { font-size: 3em !important; }
	.comp-selector span { font-size: 10px !important; }
	.comp-lbl { font-size: 1.4em !important; }
	div.needsclick div[role=dialog][class*=kl-private-reset-css-Xuajs1] { transform: scale(0.5) !important; }
}
