/****** FILE: themes/corporate/css/add.paneltoggle.css *****/
.paneltoggle-handle{
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-left: 1px;
	background: #373534 url("../../../themes/corporate/images/layout/icon.arrow.green.left.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.left.png*/ no-repeat center center;
}
.paneltoggle-handle.closed{
	margin-left: 0;
	background: #373534 url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat center center;
}

