.componentselector,#links{
    display: block;
}
#links{
    float: none;
    position: relative;
    top: 200px;
    left: 500px;
}
#gallery{
    position: absolute;
    top: 20px;
    left: 515px;
}
.galleryItem{
    cursor: pointer;
    position: absolute;
}
.inactivePlate, .hiddenPlate{
    display: none;
}
.galleryImage{
    width: 120px;
}
#canvasArea{
    position: relative;
    width: 750px;
    height: 560px;
    background: #f3f3f3;
    border: solid 1px #e1e1e1;
    padding: 20px;
}
.plate{
    position: relative;
}
.ui-sortable{
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 10px;
}
.galleryComponentsArea{
    position: absolute;
    z-index: 10;
    line-height: 67px;
    width: 120px;
    margin: 3px;
}
.galleryComponentsArea div {
    float: left;
}
#galleryItem1 { top: 0px; }
#galleryItem2 { top: 75px; }
#galleryItem3 { top: 150px; }
#galleryItem4 { top: 225px; }
.galleryBackgroundPhoto{
    border: 3px solid #f3f3f3;
    height: 70px;
}
.selectedGalleryItem{
    border: 3px solid green;
}
#preview { top: 310px; }
.plate {
    width: 422px;
    height: 245px;
    padding-top: 15px;
    padding-left: 10px;
    margin-left: 20px;
}
.plateContainer{
    position: absolute;
    top: 0px;
    left: 0px;
}
.galleryBackgroundPhoto{
    position: absolute;
    top: 0px;
    left: 0px;
}
.details{
    position: absolute;
    top: 350px;
    left: 0px;
}
.itemList{
    padding-top: 20px;
}
.droppable .ui-state-default{
    background: none;
    border: none;
}
.itemList div{
    clear: both;
}
strong.itemName {
    float: left;
    display: block;
    width: 320px;
    font-weight: normal;
}
span.price {
    float: left;
    display: block;
    padding: 0 10px 0 0;
}
.detailsRight{
    padding-top: 10px;
    clear: both;
}
.spancls{
    font-weight: bold;
}
.tooltip span{
margin-left:10px;
}
#preview{
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    width: 200px;
}			
			
			
#chscustom{
	margin-left: 5px;
}
			
#pre .scrollablePre{
	/*margin-top: -8PX;*/
	}

.container {
    width: 75%;
    height: 200px;
    border: 1px solid #000000;
    margin: 0 auto;
				
}
			
.content {
	position: relative;
	/*z-index: -9999;*/
}


	

#typecreate { width:auto !important; }
#chscustom { padding:0 !important; }
.drag {
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
	cursor: move;
	text-align: center;
	/* z-index: 1000;*/
}
.drag img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
                
.droppable {
    /*
	float: left;
	display: block;
	margin: 22px 0 0 430px;
    */
	width: 395px;
	height: 210px;
	border: dotted 1px #999;
	text-align: center;
	line-height: 210px;
}
.droppable:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.droppable p {
	color: #888;
}
/*                
#plateColor { 
    max-height:245px;
    clear: both;
    display: block;
    margin: 0 auto 5em auto;
}
    */
.componentList img { max-height:125px; }
ul, li {
    list-style: none;
    display: block;
    padding: 0;
    /* z-index:9999;*/
}

.droppable div{
	float: left;
	height: 100%;
	border: none;
	background: transparent;
	/*display: list-item;*/
	color: transparent;
}
.droppable img, .galleryComponentsArea img {
	vertical-align: middle;
}

.dropareaActive {
    background: #ccffff;
}


button {
    /*margin-left: -30px;*/
}
			
/*.ui-draggable-dragging{z-index:9999;}*/
			
			
.content{z-index:-9999;}
.greyBox{z-index:-9999;}
			
#tabs li:last-child a,
#tabs li.current a {
/*		z-index: 99999;*/
}
			
body{overflow-x:visible!important;}
        

#btnReset {
    clear: both;
    display: block;
    margin: 2em auto 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    background: #b3b3b3;
    cursor: pointer;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 0;
    padding: 0;
}
#btnReset:hover {
    background: #98292c;
}

#email-form{
    display: none;
}