.ui-effects-transfer { border: 2px dotted gray; z-index:9999999; }

#fashioncraftLabelsPopup {
	padding: 5px 2px 0px 2px !important;
	margin: 0px;
}

div#fashioncraft {
    /*font: 62.5% "Trebuchet MS", sans-serif;*/
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 5px;
	background-image: none;
}

.fashioncraftUIHeader {
	margin: 0px;
	padding: 2px 3px;
	cursor: default;
}

#fashioncraftMainMenuSet label {
	/*margin-right: 5px;*/ /* works but doesn't look great */
	width: 100px;
}

#fashioncraftSubmitButton {
	margin: 0px;
	float: left;
	padding:0px;
}

.fashioncraftSelectionPanel {
	margin: 0px;
	width: 280px;
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	
	width: 100%;
	background-color: #fff !important;
}
/* use a different height for smaller devices
* this overrides the previous setting, but only for devices
* that support media queries. That's fine, all others
* will use the default above
* non-mobile devices that support media queries will
* take the final setting here, which is the same as default
*/
@media screen and (min-width: 320px) {
	.fashioncraftSelectionPanel {
		height: 200px;
	}
}
@media screen and (min-width: 600px) {
	.fashioncraftSelectionPanel {
		height: 400px;
	}
}

.fashioncraftSelectionPanel h2, .fashioncraftSelectionPanel input {
	margin-left: 5px;
	margin-bottom: 2px;
	margin-top: 5px;
}

.fashioncraftChosenOptionsDisplay, .fashioncraftStandardInstructions {
	float: left;
	margin: 0px 0px 0px 15px;
	display: none;
}

.fashioncraftStandardInstructions {
	width: 20%;
	float: right;
	line-height: 12px;
	/* after add-ons button creation */
	font-weight: normal !important;
	/*display: block;*/
	width: auto;
	float: none;
	margin: 5px 0px 0px 0px;
	padding-top: 2px;
	border-top: 1px dotted #fff;
}

#fashioncraftQuantitySelection {
	float: left;
	margin: 3px 5px;
}

#fashioncraftQuantitySelection input {
	width: 40px;
}

.fashioncraftChosenOptionsDisplay {
	line-height: 12px;
	width: 30%;
}

#fashioncraftSelectable .ui-selecting { background: #FECA40; }
#fashioncraftSelectable .ui-selected { background: #F39814; color: white; }
#fashioncraftSelectable { list-style-type: none; margin: 0; padding: 0; width: 100%; height:400px; }
#fashioncraftSelectable li { margin: 3px; padding: 1px; float: left; width: 120px; /*height: 120px;*/ font-size: 4em; text-align: center; }
#fashioncraftSelectable li a { text-decoration:none; /*width:120px; height:120px;*/ display: block; background-color: #fff; }

#fashioncraftPatternListView .ui-selecting { background: #FECA40; }
#fashioncraftPatternListView .ui-selected { background: #F39814; color: white; }
#fashioncraftPatternListView { list-style-type: none; margin: 0; padding: 0; width: 260px; height:400px; }
#fashioncraftPatternListView li { margin: 3px; padding: 1px; float: left; width: 120px; font-size: 4em; text-align: center; }
#fashioncraftPatternListView li a {
	text-decoration: none;
	/*width: 120px;
	height: 72px;*/
	min-height: 72px;
	display: block;
	background-color: #fff;
}

.fashioncraftHeader {
   /* position: relative;
    width:100%;*/
    /*height:54px;*/
}
.fashioncraftMainContainer {
    margin-top:10px;
    /*position: relative;*/
    width:100%;
}

.fashioncraftOptionPanel {
    width:310px;
    margin:0px;
    float: left;
}
/* use a different margin and width for smaller devices
* this overrides the previous setting, but only for devices
* that support media queries. That's fine, all others
* will use the default above
* non-mobile devices that support media queries will
* take the final setting here, which is the same as default
*/
@media screen and (min-width: 320px) {
	.fashioncraftOptionPanel {
		margin-bottom: 5px;
		width: 275px;
	}
}
@media screen and (min-width: 600px) {
	.fashioncraftOptionPanel {
		margin-bottom: 0px;
    	width: 310px;
	}
}

.fashioncraftProductHolder {
    float: left;
    margin-left: 10px;
}

.fashioncraftMainMenu {
    padding:10px;
    margin:0px;

}

.fashioncraftClear {
    clear: both !important;
}

/*-----------------------------------*/

.fashioncraftCanvas {
    background-color: #fff;
    position: relative;
    width:400px;
    height:500px;
	margin: 0px auto;
}

.fashioncraftGlassMask {
	position: absolute;
	display: none;
	background-color: transparent;
	top: 73px;
	left: 0px;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
}

.fashioncraftCanvasProductBg {
    background-image: url("/fashioncraftGlassware/clearlyCustom/studio/images/glass/3406.jpg") ;
	position: absolute;
    width:400px;
    height:500px;
}

.fashioncraftCanvasProductPattern {
    position: absolute;
    top: 90px;
    left: 50px;
    width: 300px;
    height: 146px;
}

.fashioncraftCanvasProductTextHolder {
    position: absolute;
    top: 220px;
    left: 50px;
    left: 49px;
    width: 300px;
    height: 100px;
	border: 1px solid #ccc;
	border-top: none;
}

.fashioncraftCanvasProductTextLine1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.fashioncraftCanvasProductTextLine2{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.fashioncraftCanvasProductClipart {
    position: absolute;
    top: 120px;
    left: 140px;
    width: 120px;
    height: 86px;
}

div.fashioncraftCanvasOverlay {
	background-color: transparent;
    /*background-image: url("/fashioncraftGlassware/clearlyCustom/studio/images/canvasOverlayGlasswareB.png") ;*/
    background-image: none;
	position: absolute;
    width: 400px;
    height: 500px;
}

/*-----------------------------------*/
.fashioncraftGridItemPreview {
    /*margin: 10px;*/
    width: 100px;
}
/*-----------------------------------------------------------------------------------------------------------------*/
.fashioncraftTextInput {
   /* border: 1px solid #cfcfcf;*/
    margin: 0px;
    padding: 5px;
	background-image: none;
    margin: 0px;
    width: 245px;
    height: 30px;
}

/*-----------------------------------------------------------------------------------------------------------------*/

#fashioncraftBackgroundColors {
    width: 100%;
	background-color: #fff;
}

#fashioncraftBackgroundColors a {
    border: 1px solid #474747;
    float: left;
    margin: 15px;
    height: 60px;
    width: 60px;
    display: block;
}

.fashioncraftColorItemSelected {
    border: 1px solid #ff0 !important;
}

#fashioncraftPatternGrid, #fashioncraftAddonsGrid {
	background-color: #fff;
}

.fashioncraftPanel {
	display: none;
}

.fashioncraftAddonOption {
	width: 90%;
	margin: 3px 1%;
	padding: 2px;
	border-bottom: 1px dotted #999;
}
.fashioncraftAddonOption img {
	float: left;
	margin-right: 2px;
}
.fashioncraftAddonOption span.fashioncraftAddonOptionTitle {
	font-weight: bold;
	margin: 0px 3px 0px 0px;
}

div.fashioncraftToolTipSmall {
	margin: 0px;
	padding: 1px;
}
.fashioncraftToolTipSmall div {
	font-size: 0.8em;
}
div.fashioncraftInfoBox {
	/* these should override jquery but sometimes they don't. so make them important */
	background-color: #fff !important;
	background-image: none !important;
}

.fashioncraftAddonOptionDisplayBoxChargeDisplay, .fashioncraftAddonOptionLEDCandlesChargeDisplay {
	display: none;
}

#fashioncraftNextPrevious button {
	margin: 5px;
	padding: 3px;
}
.fashioncraftNextPrevious {
	/* this specifically contains just the next/prev buttons, whereas
	* #fashioncraftNextPrevious contains this, as well as quantity/submit
	*/
	margin-left: auto;
	margin-right: auto;
}
.fashioncraftNext {
	float: right;
}
.fashioncraftPrevious {
	float: left;
}
.fashioncraftTooltips {
	font-size: .9em !important; /* override jqui */
}

/*------------------------ MOBILE ADJUSTMENT CLASSES ----------------------------*/
/* these are activated when a small resolution device is detected */

.fashioncraftMainMenuSetSpansMobile {
	padding: .6em 1.5em !important;
}
.fashioncraftOptionPanelMobile {
	position: relative;
	z-index: 99999999;
}
.fashioncraftOptionGridHeaderMobile {
	/* need something here to make it clear these are buttons */
	cursor: pointer; /* this is nice but on a touch device it's useless */
}
.fashioncraftOptionGridMobile {
	position: absolute;
	display: none;
	z-index: 99999999;
}
.fashioncraftAccordionHeaderMobile {
	width: 48%;
	float: left;
}
.fashioncraftMobilePanelClose {
	display: none;
	position: absolute;
	top: 2px;
	right: 2px;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
}
.fashioncraftCanvasMobile {
	transform: scale( .7 );
	transform-origin: 0 0;
}

.fashioncraftMobileScrollbars::-webkit-scrollbar {
	-webkit-appearance: none !important;
	width: 11px !important;
}
.fashioncraftMobileScrollbars::-webkit-scrollbar {
	border-radius: 8px !important;
	border: 2px solid white !important;
	background-color: #ccc !important;
}
.fashioncraftMobileScrollbars::-webkit-scrollbar-thumb {
	border-radius: 8px !important;
	border: 2px solid white !important;
	background-color: rgba(0,0,0,.5) !important;
}

/*------------------------ END MOBILE ADJUSTMENT CLASSES ----------------------------*/

/*-----------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: "Coronet";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Coronet.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Coronet.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Coronet.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Coronet.svg#Coronet") format("svg");
}
@font-face {
    font-family: "ITC Avant Garde Gothic";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Book.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Book.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Book.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Book.svg#AvantGarde-Book") format("svg");
}
@font-face {
    font-family: "ITC Avant Garde Gothic Demi";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Demi.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Demi.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Demi.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AvantGarde-Demi.svg#AvantGarde-Demi") format("svg");
}

@font-face {
    font-family: "Futura Bk BT";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FuturaBT-Book.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FuturaBT-Book.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
}

@font-face {
    font-family: "Mona Lisa Recut";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/MonaLisa-Recut.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/MonaLisa-Recut.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/MonaLisa-Recut.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/MonaLisa-Recut.svg#MonaLisa-Recut") format("svg");
}

@font-face {
    font-family: "LithographLight";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/LithographLight.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/LithographLight.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/LithographLight.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/LithographLight.svg#LithographLight") format("svg");
}

@font-face {
    font-family: "Bellevue T";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Bellevue-T..eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Bellevue-T..woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Bellevue-T..ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Bellevue-T..svg#Bellevue-T.") format("svg");
}

@font-face {
    font-family: "Franklin Gothic Demi";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Demi.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Demi.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Demi.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Demi.svg#FranklinGothic-Demi") format("svg");
}

@font-face {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Medium.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Medium.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Medium.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium") format("svg");
}

@font-face {
    font-family: "Kabel Medium BT";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/KabelITCbyBT-Medium.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/KabelITCbyBT-Medium.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/KabelITCbyBT-Medium.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/KabelITCbyBT-Medium.svg#KabelITCbyBT-Medium") format("svg");
}

@font-face {
    font-family: "Freehand 471 BT";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Freehand471BT-Regular.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Freehand471BT-Regular.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Freehand471BT-Regular.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Freehand471BT-Regular.svg#Freehand471BT-Regular") format("svg");
}

@font-face {
    font-family: "Copperplate Gothic Bold";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Bold.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Bold.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Bold.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Bold.svg#CopperplateGothic-Bold") format("svg");
}

@font-face {
    font-family: "Copperplate Gothic Light";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Light.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Light.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Light.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/CopperplateGothic-Light.svg#CopperplateGothic-Light") format("svg");
}

@font-face {
    font-family: "Albertus Medium";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Albertus-Medium.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Albertus-Medium.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Albertus-Medium.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/Albertus-Medium.svg#Albertus-Medium") format("svg");
}

@font-face {
    font-family: "Albertus MT Lt";
    font-style: normal;
    font-weight: normal;
    src: url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AlbertusMT-Light.eot?#iefix") format("embedded-opentype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AlbertusMT-Light.woff") format("woff"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AlbertusMT-Light.ttf") format("truetype"),
    url("/fashioncraftGlassware/clearlyCustom/studio/fonts/AlbertusMT-Light.svg#AlbertusMT-Light") format("svg");
}
/*-----------------------------------------------------------------------------------------------------------------*/