* {
	margin: 0;
	padding: 0;
}
* body {
	margin: 50px 0 0;
	background: #fff url(images/bg.gif) repeat-x;
	/*font: .74em "Trebuchet MS" , Arial, Sans-Serif;*/
    font :12px arial;
	color: #444;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	margin: 0 0 .8em;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 2em;
	color: #FDFDFD;
	font-weight: normal;
	margin: 0 0 .8em;
}
h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #CCC;
	margin: .8em 0;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}
em {
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}
a {
	color: #9D2900;
}
a:hover {
	color: #A0000E;
	text-decoration: none;
}
img {
	border: 0;
	max-width: 5000% !important;
}

.red {
	color: #9D2900;
}
fieldset {
	padding: 10px 20px;
}
fieldset label {
	display: inline-block;
	min-width: 120px;
}
fieldset div {
/*	padding: 4px 0;*/
}
fieldset input[type=submit] {
}
fieldset input[type=text] {
}
fieldset input[type=text]:focus {
	background-color: #EFE;
}
legend {
	padding: 10px;
	padding-top: 0;
}
ol, ul {
	list-style-type: none;
}
pre {
	overflow: auto;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}
#header h1 {
	float: left;
}
#header h1 a {
	background: url(images/logo.png) no-repeat;
	display: inline-block;
	width: 366px;
	height: 50px;
	overflow: hidden;
	text-indent: -5000px;
}
#menu {
	float: right;
	padding: 6px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#menu a:hover {
	color: #000;
	border-bottom: 2px solid #ccc;
}
ul.home .home a, ul.demo .demo a, ul.docs .docs a, ul.donate .donate a, ul.contact .contact a {
	border-bottom: 2px solid #C70012;
	color: #9D2900;
}

#teaser {
	clear: both;
	height: 259px;
	background: #fff url(images/teaserbg.jpg) repeat-x;
}
.box {
	float: left;
	padding: 66px 0 0;
	width: 480px;
	color: #C7E3EE;
}
.box a {
	color: #FFF2B3;
}
#image {
	float: right;
	width: 388px;
	position: relative;
	top: 16px;
	background: url(images/logotype.jpg) no-repeat top right;
	height: 258px;
}

#bar {
	height: 40px;
	margin: 0 0 30px;
	padding: 8px 0 0 0;
	background: url(images/bar.gif) repeat-x;
}
a.step {
	cursor: pointer;
	color: #FAFDDD;
	padding: 4px 0 0 11px;
	margin: 0 35px 0 0;
	font-size: 1.4em;
	float: left;
	text-align: center;
	background: url(images/step.gif) no-repeat;
	height: 30px;
	text-decoration: none;
	line-height: 22px;
	vertical-align: middle;
}
a.step span {
	padding-left: 20px;
}

.col {
	float: left;
	width: 296px;
	margin: 0 30px 16px 0;
}
.last {
	float: right;
	margin: 0;
}
.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 7px;
}

#content {
	font: 1.2em "Trebuchet MS" , Arial, Sans-Serif;
	min-height: 180px;
}
#content h2 {
	color: #444;
}
#content li {
	padding: 5px 0px;
}
#content .content {
	float: left;
	margin-bottom: 30px;
}
#content .side li {
	padding: 2px 0px;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #CCC;
}
#footer .right {
	float: right;
	margin: 0px;
}
#footer a {
	color: #808080;
	font-weight: bold;
}

/* forms */
input[type=text], input[type=password] {
	border: 1px solid #CCC;
	padding: 4px;
	min-width: 160px;
}
input[type=submit], input[type=button], button {
	padding: 4px;
	min-width: 60px;
}

/* misc */
.map-wrap {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0px 0px;
    width:100%;
}
.map {
	margin: 0px auto;
}
.validation-summary-errors {
	color: #C00;
}
.wrapper-outside {
    border: 0px solid black;
	padding : 2px;
	overflow:hidden;
}
.wrapper-header {
    border: 0px solid black;
    overflow: hidden; /* add this to contain floated children */
	padding : 5px;
}
.first {
    float:left; /* add this */
    width: 128px !important;
    border: 0px solid black;
}
.second {
    /*border: 1px solid green;*/
    float: left;
    height: 15px;
}
.third {
	clear:left;
	width:95%;
    /*border: 1px solid black;*/
		padding : 10px;
}

.addresshdr{
    font-weight: bold;
	float: left;
    clear: left;
    display:inline
}
.auctionhdr{
    float: left;
    clear: left;
    display:inline
}

 .purchaserpt{
    font-weight: bold;
	float:right;
    padding : 2px;
}



.auctiondatetitle{
   float: left;
    clear: left;
    display:inline;
}
.agengytitle {
   float: left;
    clear: left;
    display:inline-block;
    width:0% !important;
    visibility:hidden;
}
.agencycode {
   float: left;
    clear: left;
    display:inline;

}
.agengyurl {
float: left;
    clear: left;
    display:inline;
}
.agencyviews {
float: left;
    clear: left;
    display:inline ;
}
.listingcode {
float: left;
    clear: left;
    display:inline ;
}
.listingdate {
	float: left;
    clear: left;
    display:inline;
}
.infoimg{
	padding : 2px;
    border: 0px solid black;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width:120px;
    height:90px;
}

.gm-style-iw{
/*  height: 100% !important;
    overflow: hidden !important;*/
   /* border: 1px solid blue;*/
}

.gm-style .gm-style-iw {
/* font-weight: 300; */
/* font-size: 13px; */
}

.dnnFormItem label,
.dnnFormItem .dnnFormLabel,
.dnnFormItem .dnnTooltip {
    display: block;
    width: 30%;
    text-align: right;
    margin-right: 16px;
    font-weight: bold;
    margin-top: 3px;
}
.dnnFormItem .dnnTooltip label {
    width: 100%;
    padding: 0;
    margin: 0;
}
.dnnForm .dnnFormSecondItem label { float: none }
.dnnFormItem span.inline label {
    display: inline;
    width: auto;
}
.dnnLabel {
display: inline-block;
float: left;
position: relative;
padding-right: 2px;
margin-right: 2px;
overflow: visible;
text-align: right;
width : 15%;
}
.dnnFormItem input,
.dnnFormItem .dnnFormInput,
.dnnFormItem textarea {
    float: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #fffff5;
    -moz-box-shadow: inset 0 0 3px 3px #fffbe1;
    -webkit-box-shadow: inset 0 0 3px 3px #fffbe1;
    box-shadow: inset 0 0 3px 3px #fffbe1;
    border-color: #bcb691;
    border-width: 1px;
    margin: 0;
    width: auto;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
.dnnFormItem input[type=checkbox],
.dnnFormItem input[type=radio],
.dnnFormItem input[type=file],
.dnnFormItem input[type=button],
.dnnFormItem input.rcbInput {
    width: auto;
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dnnFormItem select {
    width: auto;
    padding: 0;
}
.dnnFormItem input[type="text"],
.dnnFormItem textarea { min-width: 35% }
.dnnFormItem textarea { min-height: 80px }
.dnnAddress input[type="checkbox"] { margin: 0 5px }
.dnnForm input.dnnFormRequired,
.dnnForm textarea.dnnFormRequired,
.dnnForm select.dnnFormRequired { 
    border-left: 5px #F00 solid }
.dnnFormRadioButtons {
    float: left;
    width: auto;
    display: block;
}
.dnnFormRadioButtons input[type=radio] { clear: both }
.dnnFormRadioButtons label {
    font-weight: normal;
    margin: 0 10px 0 4px;
    width: auto;
    text-align: left;
    padding-right: 0;
     display: block;
}
#lblStyleSheet {
        text-align: left;
        border: 1px solid red;
}
.checkboxlist_nowrap
{
     display:inline;
     white-space: nowrap!important;
     border: 1px solid red;
}
.hover_btmline {
    color:black;
}
.tblstyle {
    width: 100%;
    border: 1px solid green;
    }
.tdstyle {
    white-space:nowrap;
}
/* Compatible with some old forge modules */
td > .dnnLabel {
     width: 180px; 
}
.dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip {
display:inline!important;

}
.map {
margin: 0px auto;
width: 100%;
}