.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A.backnext {
     color : #3C3629;
	 font-weight: bold;
     text-decoration: underline;
}

A.products {
     color : #3C3629;
	 font-weight: bold;
     text-decoration: none;
}
/*
A:hover.products {
     color : #3C3629;
	 font-weight: bold;
     text-decoration : none;
}
*/

A:hover.products {
     color : #FFFFFF;
	 font-weight: bold;
     text-decoration : none;
	 background-color: #666666;
}

A:hover.backnext {
     color : #3C3629;
	 font-weight: bold;
     text-decoration : none;
}

/* Thumbnail Viewer */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

