.outerdiv {
	background-image: url(../img/tshirt_big.jpg);
	height: 600px;
	width: 600px;
	overflow: hidden;
}
.innerdiv {
	border: 2px dotted #666666;
	position: relative;
	height: 246px;
	width: 246px;
	top:140px;
	left:175px;
	overflow:hidden;
}
.ready {
	position:absolute;
	overflow:hidden;
}

.show {
	display:block;
}

.hide {
	display:none;
}

.toolbox {
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select:none;
}

.activeOnBlack {
	border: 2px dotted #ffffff;
	overflow:hidden;
	position:absolute;
}

.activeOnWhite {
	border: 2px dotted #000000;
}

.slider {
	cursor:pointer;
	position:relative;
	top:0px;
	left:0px;
}

#canvas {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select:none;
}

.colorPallate {
	width:15px;
	height:15px;
	border: 2px solid #ffffff;
	cursor:pointer;
}

.colorPallateHover {
	width:15px;
	height:15px;
	border:2px solid #000000;
	cursor:pointer;
	-moz-user-select: none;
}

.colorPickerDiv {
	border:1px solid #cccccc;
	width:21px;
	height:21px;
	-moz-user-select: none;
}

.colorPickerHover {
	width:21px;
	height:21px;
	border: 1px;
	border-style: solid;
	border-color: #cccccc #000000 #000000 #cccccc;
}

.colorPickerActive {
	width:21px;
	height:21px;
	border: 1px;
	border-style: solid;
	border-color: #000000 #cccccc #cccccc #000000;
}

.colorPalleteBox { 
	border:1px solid #cccccc;
	width:190px;
	position:absolute;
	z-index:10000;
}

.hslider {
	width:191px;
	height:20px;
	background: #ffffff url('../img/sliderbg.gif') no-repeat center;
}

.vslider {
	width:20px;
	height:191px;
	background: #ffffff url('../img/vsliderbg.gif') no-repeat center;
}

.hideslider {
	visibility:hidden;
}

.showslider {
	visibility:visible;
}

.widthup {
	background-color:#cccccc;
	text-align:center;
	/*
	font-size:1em;
	cursor:pointer;
	width:3.2em;
	height:1.3em;
	*/
}

.widthuphover {
	background-color:#cccccc;
	text-align:center;
/*
	font-size:1em;
	cursor:pointer;
	width:3.2em;
	height:1.3em;
	*/
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}




#cp1 { background-color: #ffffff; }
#cp2 { background-color: #ffcccc; }
#cp3 { background-color: #ffcc99; }
#cp4 { background-color: #ffff99; }
#cp5 { background-color: #ffffcc; }
#cp6 { background-color: #99ff99; }
#cp7 { background-color: #99ffff; }
#cp8 { background-color:#ccffff; }
#cp9 { background-color:#ccccff; }
#cp10 { background-color:#ffccff; }
#cp11 { background-color:#cccccc; }
#cp12 { background-color:#ff6666; }
#cp13 { background-color:#ff9966; }
#cp14 { background-color:#ffff66; }
#cp15 { background-color:#ffff33; }
#cp16 { background-color:#66ff99; }
#cp17 { background-color:#33ffff; }
#cp18 { background-color:#66ffff; }
#cp19 { background-color:#9999ff; }
#cp20 { background-color:#ff99ff; }
#cp21 { background-color:#c0c0c0; }
#cp22 { background-color:#ff0000; }
#cp23 { background-color:#ff9900; }
#cp24 { background-color:#ffcc66; }
#cp25 { background-color:#ffff00; }
#cp26 { background-color:#33ff33; }
#cp27 { background-color:#66cccc; }
#cp28 { background-color:#33ccff; }
#cp29 { background-color:#6666cc; }
#cp30 { background-color:#cc66cc; }
#cp31 { background-color:#999999; }
#cp32 { background-color:#cc0000; }
#cp33 { background-color:#ff6600; }
#cp34 { background-color:#ffcc33; }
#cp35 { background-color:#ffcc00; }
#cp36 { background-color:#33cc00; }
#cp37 { background-color:#00cccc; }
#cp38 { background-color:#3366ff; }
#cp39 { background-color:#6633ff; }
#cp40 { background-color:#cc33cc; }
#cp41 { background-color:#666666; }
#cp42 { background-color:#990000; }
#cp43 { background-color:#cc6600; }
#cp44 { background-color:#cc9933; }
#cp45 { background-color:#999900; }
#cp46 { background-color:#009900; }
#cp47 { background-color:#339999; }
#cp48 { background-color:#3333ff; }
#cp49 { background-color:#6600cc; }
#cp50 { background-color:#993399; }
#cp51 { background-color:#333333; }
#cp52 { background-color:#660000; }
#cp53 { background-color:#993300; }
#cp54 { background-color:#996633; }
#cp55 { background-color:#666600; }
#cp56 { background-color:#006600; }
#cp57 { background-color:#336666; }
#cp58 { background-color:#000099; }
#cp59 { background-color:#333399; }
#cp60 { background-color:#663366; }
#cp61 { background-color:#000000; }
#cp62 { background-color:#330000; }
#cp63 { background-color:#663300; }
#cp64 { background-color:#663333; }
#cp65 { background-color:#333300; }
#cp66 { background-color:#003300; }
#cp67 { background-color:#003333; }
#cp68 { background-color:#000066; }
#cp69 { background-color:#330099; }
#cp70 { background-color:#330033; }
