/* MASTER COOLSITE CSS - 8/2008 */

/*  MAIN PAGE */
/**************/

body { }

#page { }

#pagelayout { }

#wrapper { }

/*   HEADER   */
/**************/

#top { }

#header { }

/*   SIDEBAR and MAINCONTENT CONTAINER   */
/*****************************************/

#contenttab { }

/*   QUICKMENU CONTAINER   */
/***************************/

#sidebar { }
#sidebar2 { }

/*   QUICKMENU CODE   */
/***************************/

#qm0 {}

#qm0menu {}

/*(MAIN) Items*/
#qm0 a {}

/*(MAIN) Hover State*/
#qm0 a:hover {}

/*(MAIN) Parent Items*/
#qm0 a.qmparent {}
#qm0 a.qmparent:hover {}

/*(SUB) Items*/
#qm0 div a, #qm0 ul a {}

/*(SUB) Container*/
#qm0 div, #qm0 ul	{}


/*   PAGE   */
/**************/

#maincontent-container { }
#maincontent { }

/*  FOOTER   */
/**************/

#footer { }
#footer-bottom {}

/*   GLOBAL CLASSES FOR REAL ESTATE AND CATALOG   */
/**************************************************/

/* DEFAULT COPY (for #Request.content#) - - - - - - -  */
.defaultText {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
.defaultText a{
	color: #333333;
}
.defaultText a:hover{
	color: #000000;
}
/* PRODCUT PAGE THRU- - - - - - -  */
.pageThru a {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* PRODUCT SPECIFIC - - - - - - -  */
.productTitle {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.productDescription {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
.productPrice {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg1{
	background-color: #666; 
	font-size:12px; 
	color: #fff; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #ADDC1F;
}
.realtorheaderbg1 a:hover {
	color: #ffffff; 
}

.realtorheaderbg2 {
	background-color:#E5E5E5; 
	font-family:Arial, sans-serif; 
	font-size:12px; 
	color:#000000; 
	height:25px;
}
.realtorheaderbg2 a{ 
	color:#3366CC;
}
.realtorheaderbg2 a:hover{
	color:#000;
}

/* Fix for color issues  in tabbed search*/
.tabcontent, .tabcontent td {color: #000}
#maintab li a {color: #000; text-decoration: none}
#maintab li a:hover {text-decoration: underline}
table table table table td {color: #000} /* Fixes color of text in register box*/
table table table form a {color: #000; text-decoration: none} /* Fixes link color of text in register box*//* FOR PRODUCT DISPLY OUTLINE - - - - - - -  */
.headerborder1{
	border:1px solid #000;
}
.headerborder2{
	border:1px solid #000;
}
