#left-column { float: left; width: 166px; }
#cat_content { float: left; width: 552px; }
#right-column { float: left; width: 150px; text-align: center;}

.infoBox
{
	width: 100%;
	margin-bottom: 20px;
}

.infoBoxHeader
{
	background:#F2F2F2 none repeat scroll 0%;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding: 4px 4px 4px 12px;
	text-align: left;
}

.infoBoxContent
{
	font-size:12px;
	padding:13px;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	text-align: left;
}

.propertyBox
{
	width: 164px;
	float: left;
	text-align: center;
}

.miniPropertyBox
{
	width: 123px; 
	margin: 0px auto;
	text-align: center;
}

.pageHeading
{
	padding-left: 10px;
	color:#364E68;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 20px;
}

.property_label
{
	color:#364E68;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.property_info,p
{
	font-weight: normal;
}

#disclaimer
{
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
}

/* property list styles */
td.productListing-heading 
{
	background:#F0F0F0 none repeat scroll 0;
	color:#666;
	font-size:11px;
	padding: 4px;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	text-align: left;
}

td.productListing-heading-right { border-right: 1px solid #D1D1D1; text-align: right; padding-right: 10px;}
td.productListing-heading-left { border-left: 1px solid #D1D1D1; }

td.productListing-data 
{
	font-size:12px;
	color: #990000;
	text-align: left;
	padding: 4px 10px 4px 4px;
}

td.productListing-price
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: right;
	padding: 4px 10px 4px 4px;
}

/* form styles */
dl.form { font-size: 12px; margin: 10px 0px 10px 0px; font-family: Arial; }
dl.form dt { font-weight: normal;}
dl.form dd { margin-left: 0px; padding-bottom: 5px; position: relative; font-weight: normal;}
dl.form dd input, dl.form dd select {width: 95%; padding-left: 2px; border: 1px solid #676767;}
dl.form dd textarea {width: 95%; padding: 2px; border: 1px solid #676767; height: 100px; font-size: 12px;}
dl.form dd.radio input{ width: auto; border: 0px; }
dl.confirm dt { float: left; font-weight: bold;}
dl.confirm dd { margin-left: 75px; font-weight:normal; }
dl.details {  margin: 5px 0px 15px 10px; }
dl.details dt { float: left; font-weight: bold; clear: left; padding-top: 4px;}
dl.details dd { margin-left: 150px; font-weight:normal; padding-top: 4px;}
dl.graph dd { margin-left: 250px; font-weight:normal; padding-top: 4px;}


/* registration styles */
div#reg_box { border: 0 solid #234FA7; padding: 8px;  }
div#reg_tabs { height: 25px; }
div#reg_tabs div { font-weight: bold; line-height: 25px; padding-left: 5px; height: 25px; width: 125px; margin-right: 3px; background-color: #BDCAE4; color: #234FA7; float: left;}
div#reg_tabs div#reg_active { background-color: #234FA7; color: #FFFFFF; }


/* My Account styles */
.ui-tabs-hide { display: none; }
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
	border-bottom: 1px solid #234FA7;
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: left;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    /*background: url(i/tabs.png) no-repeat;*/
	background-color: #BDCAE4;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    /*background-position: 100% -23px; */
	background-color: #234FA7;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    /*background-position: 0 -23px;*/
    line-height: 27px;
	background-color: #234FA7;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

div.button { cursor: pointer; float: left; background: transparent url(../images/grey_button_bg.gif) no-repeat;}
div.button div { text-align: center; font-size: 10px; font-weight: normal; color: white; height: 22px; line-height: 22px; background: transparent url(../images/grey_button_rt.gif) no-repeat scroll bottom right;}    

/* transaction history */
ul.trans_history
{
	width: 500px;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

ul.trans_history li { background: transparent url(../images/message-bar.gif) no-repeat; }
ul.trans_history li div.trans_header { padding: 3px; cursor: pointer; height: 20px; line-height: 20px; font-weight: bold;}
ul.trans_history li div.trans_content { width: 500px; padding: 5px; }
div.line_item { width: 490px; padding: 2px; clear: left;}

table#agreement { font-weight: normal; }
table#agreement th { font-weight: normal; text-align: left; padding: 0px 5px 0px 20px;}
table#agreement td label { font-weight: bold;}

/* property dialog */
#prop_dialog {position:absolute; width:525px; padding:10px; z-index:200; background:#fff;font-size:12px; }
#prop_dialog-mask {position:absolute; top:0; left:0; height:100%; width:100%; background:#000; opacity:.75; filter:alpha(opacity=75); z-index:100}



