/* ***** ***** ***** ***** ***** 
 * 
 * YAHOO CSS RESET STRIPPED DOWN
 * 
 * ***** ***** ***** ***** ***** */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

abbr, acronym {
    border: 0;
}


/* ***** ***** ***** ***** ***** 
 * 
 * CSS HELPERS
 * 
 * ***** ***** ***** ***** ***** */

/* BLOCKS, FLOATS */

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	float:none;
	clear:both;
}

.clearOne {
	float:none;
	clear:both;
	height:1px;
	padding:1px;
}

.center {
	margin:0px auto;
}

.block {
	display:block;
}

.dual {
	float:left;
	width:50%;
}

.relative {
	position:relative;
}

/* MISC */

.pointer {
	cursor:pointer;
}

.strong {
	font-weight:bold !important;
}