.spc-cursorHand {
	cursor: pointer;
	cursor: hand;
}

.spc-inline { 
	display: inline;
}

.spc-nowrap {
	white-space: nowrap;
}

.spc-noBgImg {
	background-image: none;
}

.spc-noBg {
	background: none;
}

.spc-noBorder {
	border: none
}

.spc-noMargin {
	margin: 0
}

.spc-noBullet {
	list-style-type: none;
}

/*   -=-   */

.spc-clear {
	clear: both
}

.spc-clearL {
	clear: left
}

.spc-clearR {
	clear: right
}

/*.spc-clearB {
	margin: 0 0 -1px 0;
	height: 1px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
*/

/*   -=-   */

br.tag-both, .tag-both-br br {
	clear: both
}

br.tag-left, .tag-left-br br {
	clear: both
}

br.tag-right, .tag-right-br br {
	clear: both
}

/* ///
  ///		heights 			<div class="spc-spaceVer" style="height:21px">&nbsp;</div>
 /// */

.spc-spaceVer {
	/*height: 1px;*/
	font-size: 1px;
}


