/** STYLE RESET **/
body, img, p, div, ul, li, hr, table, tr, th, td, fieldset, textarea, h1, h2, h3, h4, h5, h6, select, input {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul { list-style-type: none }

/** CLASSES **/
.floatLeft { float: left }
.floatRight { float: right }

.csc-textpic-imagewrap {
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}
.csc-textpic .csc-textpic-imagewrap .csc-textpic-caption {
	font-size: 11px;
	line-height: normal;
	padding-top: 3px;
}
.alignBottom { vertical-align: bottom }
.hide, .clear {
	font-size: 0;
	line-height: 0;
	display: none !important;
}
.clear {
	clear: both;
	display: block !important;
}