.text_option { display: none; }
.add-to-cart { display:none; }

#wrapper
{
	margin: 10px auto 0 auto;
	width: 980px;
	
}	

#editorDebugger
{
	position: absolute;
	top:-20px;
}

#canvasMaker {
	position: relative;
	height: 600px;
	color: #666666;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
#upload-section{
	margin-top:40px;
	margin-left: 25px;
	height: 350px;
}
#upload-section .upload-header {
	position: relative;
	float: left;
	text-align: left;
	font-size: 32px;
	width: 100%;
	height: 50px;
	margin-bottom:15px;
}
#upload-section .upload-notes {
	position: relative;
	float: left;
	width: 180px;
	margin-right: 25px;
	border: 1px solid #CCCCCC;
	border-radius: 10px; 
	background-color: #E4FFE7;
	text-align: left;
	font-size: 14px;
	padding: 10px;
}
#upload-section .upload-notes li {
	margin-bottom: 5px;
}
#upload-section .upload-notes ul {
	margin-left:0px;
	padding-left: 1em;
	text-indent: -1em;
	list-style-type:disc;
	list-style-position: inside;
}
#upload-section .upload-notes ul ul {
}

#upload-section .uploader {
	position: relative;
	float: left;
	width: 300px;
	margin 10px;
}
#loading {
	vertical-align: middle;
	display:none; 
	position:absolute; 
	top:150px; 
	width:100%; height:100%;
        background-image:url("transparentbg.png");
}

.editor-tool { display: none; }

#left-container {
	position: absolute;
	width: 50px;
	height: 600px;
	top: 0px;
	left: 0px;
}
#center-container {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 0px;
	left: 60px;
	text-align: center;
}
#right-container {
	position: absolute;
	width: 220px;
	height: 600px;
	top: 0px;
	right: 0px;
}	
#zoom {
	position:absolute;
	width: 50px;
	height:320px;
	top: 140px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
#zoom .zoom-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#zoom .zoom-in {
	margin-top: 5px;
}
#slider{
	height:200px;
	margin: 15px auto;
}
#previewPane {
	position: absolute;
	overflow: hidden; 
}
#product-info {
	position: relative;
	float: left;
	width: 210px;
	height: 100px;
	padding: 0 5px;
}
#product-info .product-size {
	font-size: 29px;
	font-weight: bold;	
}
#product-info .product-name {
	font-size: 20px;
}
#product-info .product-price {
	font-size: 20px;
	font-weight: bold;
}
#border-style {
	position: relative;
	float: left;
	width: 220px;
	height: 365px;
	border: 1px solid #CCCCCC;
	moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 8px;
}
#border-style .border-options { 
	padding: 15px;
}
#border-style p.option-description {
	margin: 5px 0 0 25px;
	font-size: 14px;
}
#border-style .option-title {
	margin-left: 10px;
	vertical-align: middle;
}
#border-style .border-style-header {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #336699;
	color: #FFFFFF;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#border-style hr.option-divider { 
	margin: 5px 0; 
	color: #CCCCCC;
	background-color: #CCCCCC;
}
.two-options {
	position: relative;
	text-align: center;
	float: left;
	width:104px;
	height: 80px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#rotation {
	display: none;
	margin-right: 8px;
}
.option-title { text-align: center; font-size: 14px; font-weight:bold; margin: 5px 0 0 0;}
#imagePane {
	position: absolute;
	top:0px;
	left:0px;
	overflow: hidden; 
}
#full_image{
	display: block;	
	position: absolute;
}
.edge{
	position: absolute;
/*	opacity:0.5;
	filter:alpha(opacity=90);  
	background-color: white; */	
	z-index: 100;
}
#topEdgeMask {
	position: absolute;
	top:0px;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}
#rightEdgeMask {
	position: absolute;
	right: 0px;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
}
#bottomEdgeMask {
	position: absolute;
	bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}
#leftEdgeMask{
	position: absolute;
	left: 0px;
	border-left-style: solid;
	border-left-color: black;
	border-left-width: 1px;
}
.corner {
	background-color: white;
	z-index: 101;
	border: 1px solid white;
}
#topLeftCorner {
	position: absolute;
	top: 0px;
	left: 0px;
	border-right-color: black;
	border-bottom-color: black;
}
#topRightCorner {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-color: black;
	border-bottom-color: black;
}
#bottomRightCorner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top-color: black;
	border-left-color: black;
}
#bottomLeftCorner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-right-color: black;
	border-top-color: black;
}

