.woo3dv-x-axis {
	color:rgb(255, 102, 0);
}
.woo3dv-y-axis {
	color:rgb(51, 51, 255);
}
.woo3dv-z-axis {
	color:rgb(51, 204, 51);
}

#rotation_x, #rotation_y, #rotation_z, #z_offset {
	width:4em;
	height:30px;
	padding:0;
	margin: 0 3px;
	box-shadow:none;
}

.woo3dv-separator {
	width:0.5em;
}

#woo3dv-rotation-controls {
	text-align:center;
}

#woo3dv-console {
	display:none;
	width:100%
}

#woo3dv-canvas-uploading-image, #woo3dv-repair-image, #woo3dv-canvas-repair-image  {
	width: auto !important;
	height: auto !important;
	display: none;
}

#woo3dv-error-message {
    display: none;
}

#canvas-stats {
/*	position:absolute;*/
	margin-top:5px;

}
.canvas-stats {
        margin:5px;
	width:auto; 
	left:10px; 
	top:10px; 
	font:12px Courier New; 
	color:red; 
	background:transparent;
	white-space:nowrap;
}

.woo3dv-info {
	clear:both;
}

#woo3dv-file-stats-size, #woo3dv-file-stats-polygons {
	font-weight:bold;
}

div#woo3dv-viewer p {
	margin: 0;
}

.woo3dv-preview {
	max-width:100px;
}

.ui-dialog[aria-describedby="woo3dv_dialog"] {
	z-index:99999;
}

#woo3dv-details {
	display:none;
}

.woo3dv-canvas-border {
	border: 1px solid;
}

#woo3dv_init_from_shortcode {
	min-width:600px;
	min-height:300px;
	resize:both;
}