@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
/*-------start clearFix ----- clearFix will expand parent containers to match height of inner floated divs*/
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearFix {
	display: inline-block;
}
html[xmlns] .clearFix {
	display: block;
}
* html .clearFix {
	height: 1%;
}
.clearFix_right:after {
	content: ".";
	display: block;
	height: 0;
	clear: right;
	visibility: hidden;
}
/*-------end of clearFix ----- */
fieldset {
	border: none;
}
.floatLeft {
	float: left;
}
.float_right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: left;
}
.clear_right {
	clear: right;
}
clear_both {
	clear: both;
}
.invisible {
	display: none;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
img.img_border {
	border: solid 3px #dcdcdc;
}
img.img_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
img.img_left_listings {
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}
img.img_right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.text_right {
	float: right;
	width: 49%;
	text-align: right;
}
.text_left {
	float: left;
	width: 49%
}
.text_align_right {
	text-align: right;
}
.text_align_left {
	text-align: left;
}
.cancel_margins_and_padding {
	padding: 0;
	margin: 0;
}
.normalFontWeight {
	font-weight: normal;
}
