/* Market Hardware - reset.css */
/*
	font-size guide (px/em)
	10px -> 0.83em
	11px -> 0.92em
	12px -> 1em
	13px -> 1.1em
	14px -> 1.2em
	15px -> 1.4em
	16px -> 1.33em
	17px -> 1.42em
	18px -> 1.5em
	19px -> 
	20px -> 1.67em
	21px -> 1.75em
	22px -> 1.83em
	23px -> 1.92em
	24px -> 2em
	28px -> 2.33em
*/

body {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* Reset to default values */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
a img,
div,
blockquote,
cite,
address {
	margin: 0;
	padding: 0;
}

table,
thead,
caption,
tbody,
tr,
td {
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	vertical-align: top;
}


/* Images */
img {
	border: 0;
	vertical-align: bottom;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h1 {
	font-size: 2em;
	margin-top: 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}


/* Links */
a {
	outline: 0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a,
a span,
button {
	cursor: pointer;
}

/* Paragraphs, lists and quotes */
p,
ul,
ol {
	margin-bottom: 0.8em;
}

ul,
ol {
	margin-left: 0;
	padding-left: 30px;
}

li {
	margin-bottom: 0.5em;
}

blockquote {
	background: #f2f2f2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: 10px;
	overflow: hidden;
	padding: 13px 15px 1px;
}

/* Clearing */
.group:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}

.group,
.clearfix {
	display: block;
	zoom: 1;
}

.clear {
	clear: both;
}