/* Market Hardware - reset.css */
body {
	font-size: 0.75em; /* 12px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/* 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 {
	vertical-align: bottom;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.7em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4,
h5,
h6 {
	font-size: 1.1em;
	font-weight: normal;
}

/* Links */
a {
	cursor: pointer;
	color: #fff;
	outline: 0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #338bca;
}

/* Paragraphs, lists and quotes */
p,
ul,
ol {
	margin-bottom: 1.1em;
}

li {
	margin-bottom: 0.5em;
}

blockquote {
	background: #333;
	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;
}