/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*body, ol, ul, h1, h2, h3, h4, h5, h6, p, li, label {
	margin: 0;
	padding: 0; }*/

body {
	line-height: 1; font-size: 12px; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { text-decoration: none; cursor: pointer; }
a img, a img:hover { border: none; }
p, li, label { line-height: 18px; padding:0; }
p { margin: 10px 0; }
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }

.smart_tag { }

.thumb {
	border: 4px solid #fff;
	width: 125px;
	overflow: hidden;
	float: left;
	margin: 4px; }
	

	
	/* Great hack and replacement for overflow: hidden */
#html:after,.insp_box:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
* html #html, * html .insp_box{ height:1%;} *:first-child+html .group{min-height:1px;}


/** -- Sitewide Styles -- **/
.left { float: left; }
.right { float: right; }
.inline li { display: inline; }

.two-third { width: 63%; }
.one-third { width: 29%; }
.whole { clear: both; width: 96%; }
.half { width: 44%; }

.insp_box { padding: 5px; margin: 3px 10px 10px 10px; min-height: 100px; }
.insp_content { clear:both; margin:7px 0; padding:5px; min-height: 50px; }
.insp_mod { padding: 5px; margin: 3px 10px 10px 10px; position: relative; }

a.fancyThumb {
border:1px solid #CCCCCC;
display:block;
float:left;
height:85px;
margin:4px;
overflow:hidden;
width:128px;
}
