/* $Id: ui-toggle--gray_arrow.css 10377 2011-04-08 07:34:48Z rodion_volchkov $ */

/* =ui-toggle--gray_arrow
__________________________________*/

.ui-toggle--gray_arrow{
	position:absolute;
	width:6px;
	height:6px;
	overflow:hidden;
	margin-left:4px;
	background: url(../../../../../img/arrows.png) no-repeat;
}

.ui-toggle--gray_arrow--open {
	background-position:-22px -6px;
	height:3px;
  top:.7em;
}

.ui-toggle--gray_arrow--closed {
	background-position:-22px -9px;
	top:.4em;
}