@charset "utf-8";
html {
	padding:0;
	margin:0;
	color:#615435;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0
}
body {
	width:100%;
	overflow-x:hidden
}
li {
	list-style-type:none
}
a {
	color:#575757
}
.cur {
	cursor:pointer
}
img {
	border:0
}
.after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}
.full-width {
	width:100%;
	float:left;
}
.relative {
	position:relative
}
.absolute {
	position:absolute
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer
}
#maincontainer {
	width:100%;
	padding:0px;
}
.centered {
	width:1200px;
	margin:0 auto;
}
.listing-row{
	margin-bottom:20px;
}
.listing-row:after{
	clear:both;
}