/* Market Hardware - reset.css */


body {
	color: #333;
	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.75em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.33em;
}

h3 {
	font-size: 1.33em;
}


/* 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;
}