.hovertip {
	position: absolute;
	background-color: white;
	display: none;
	left: 0;
	top: 0;
}

*#nosePicker99 div {
	border:1px solid blue;
}

*#nosePicker {
	width:640px;
	height:380px;
	position:relative;
	overflow:hidden;
	background-color:#6666cc;
	background-image:url('/nose/images/nosepicker_2010B.gif');
}

*#canvas { 
	width:220px; 
	height:240px; 
	position:absolute;
	left:328px;
	top:42px; 
	border: 2px dashed #cccccc;	
}

.canvasDiv {
	position:absolute;
}

*#satchel {
	width:206px;
	height:298px;
	position:absolute;
	left:38px;
	top:32px;
	overflow:auto;
	background-color:#b5fffe;	
}

.satchelDiv {
	position:relative;
	display:inline-block;
	width:49px;
	height:52px;
	padding:5px;
	border:1px solid black;
	vertical-align:top;
}
/*
.satchelDiv:nth-child(3n+1) {
	border-right-width: 0;
}
.satchelDiv:nth-child(3n+2) {
	border-left-width: 1px;
	border-right-width: 1px;
}
.satchelDiv:nth-child(3n) {
	border-left-width: 0;
}
*/
*#tooltip {
	width:200px;
	height:30px;
	position:absolute;
	left:340px;
	top:345px;
	background-color:lightgrey;
	border:1px solid grey;
	color:black;
	font-size:12px;
	text-align: center;
}

*#error {
	width:200px;
	height:30px;
	position:absolute;
	left:340px;
	top:5px;
	background-color:red;
	color:white;
	border:1px solid yellow;
	font-size:12px;
}

*#recycle {
	width:66px;
	height:61px;
	position:absolute;
	left:261px;
	top:287px;
}

*#up {
	width:16px;
	height:16px;
	position:absolute;
	left:606px;
	top:177px;
	background-image:url('/nose/images/button_arrowup_on.gif');
	background-repeat:no-repeat;
}

#up:hover {
	background-image:url('/nose/images/button_arrowup_off.gif');
	background-repeat:no-repeat;
}

*#down {
	width:16px;
	height:16px;
	position:absolute;
	left:606px;
	top:202px;
	background-image:url('/nose/images/button_arrowDWN_on.gif');
	background-repeat:no-repeat;
}

#down:hover {
	background-image:url('/nose/images/button_arrowDWN_off.gif');
	background-repeat:no-repeat;
}

*#left {
	width:16px;
	height:16px;
	position:absolute;
	left:593px;
	top:189px;
	background-image:url('/nose/images/button_arrowL_on.gif');
	background-repeat:no-repeat;
}

#left:hover {
	background-image:url('/nose/images/button_arrowL_off.gif');
	background-repeat:no-repeat;
}

*#right {
	width:16px;
	height:16px;
	position:absolute;
	left:619px;
	top:189px;
	background-image:url('/nose/images/button_arrowR_on.gif');
	background-repeat:no-repeat;
}

#right:hover {
	background-image:url('/nose/images/button_arrowR_off.gif');
	background-repeat:no-repeat;
}

*#forward {
	width:20px;
	height:20px;
	position:absolute;
	left:591px;
	top:229px;
	background-image:url('/nose/images/button_plus_on.gif');
}

#forward:hover {
	background-image:url('/nose/images/button_plus_off.gif');
}

*#back {
	width:20px;
	height:20px;
	position:absolute;
	left:615px;
	top:229px;
	background-image:url('/nose/images/button_minus_on.gif');
}

#back:hover {
	background-image:url('/nose/images/button_minus_off.gif');
}

#filter1:hover, #filter1.highlight {
	background-image:url('/nose/images/catBtnCustom.gif');
	background-repeat:no-repeat;
}
#filter2:hover, #filter2.highlight {
	background-image:url('/nose/images/catBtnClothes.gif');
	background-repeat:no-repeat;
}
#filter3:hover, #filter3.highlight {
	background-image:url('/nose/images/catBtnFace.gif');
	background-repeat:no-repeat;
}
#filter4:hover, #filter4.highlight {
	background-image:url('/nose/images/catBtnMakeUp.gif');
	background-repeat:no-repeat;
}
#filter5:hover, #filter5.highlight {
	background-image:url('/nose/images/catBtnJewelry.gif');
	background-repeat:no-repeat;
}
#filter6:hover, #filter6.highlight {
	background-image:url('/nose/images/catBtnFood.gif');
	background-repeat:no-repeat;
}
#filter7:hover, #filter7.highlight {
	background-image:url('/nose/images/catBtnSports.gif');
	background-repeat:no-repeat;
}
#filter8:hover, #filter8.highlight {
	background-image:url('/nose/images/catBtnMisc.gif');
	background-repeat:no-repeat;
}

*#filter1 {
	width:70px;
	height:16px;
	position:absolute;
	left:40px;
	top:10px;
}

*#filter2 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:39px;
	
}

*#filter3 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:76px;	
}

*#filter4 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:113px;	
}

*#filter5 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:149px;
}

*#filter6 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:186px;
}

*#filter7 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:223px;
}

*#filter8 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:260px;
}

*#filter9 {
	width:24px;
	height:32px;
	position:absolute;
	left:8px;
	top:305px;
}

*#textFilter {
	width:150px;
	height:30px;
	position:absolute;
	left:112px;
	top:348px;
	text-align:left;
}

*#save { 
	width:50px;
	height:19px;
	position:absolute;
	left:587px;
	top:260px;	
	background-image:url('/nose/images/button_save_on.gif');
}

#save:hover {
	background-image:url('/nose/images/button_save_off.gif');
}

*#reset {
	width:50px;
	height:19px;
	position:absolute;
	left:587px;
	top:288px;
	background-image:url('/nose/images/button_reset_on.gif');
}

#reset:hover {
	background-image:url('/nose/images/button_reset_off.gif');
}

*#clear {
	width:50px;
	height:19px;
	position:absolute;
	left:587px;
	top:318px;
	background-image:url('/nose/images/button_clear_on.gif');
}


#clear:hover {
	background-image:url('/nose/images/button_clear_off.gif');
}

*#prev {
}


*#next {
}



*#undo {
}


*#redo {
}

