/* MASTER COOLSITE CSS - 8/2008 */

/*  MAIN PAGE */
/*  These control the whole of the page, mainly for use in positioning/centering the entire site and to control the behavior of floats. */
/**************/

body { }

#page { }

#pagelayout { }

#mainwrap { }

/*   HEADER   */
/**************/

#headerwrap { } /* Wraps both horizontal nav and header */

#top { } /* Old wrap, no longer used except on older templates */

#header { }

/*   HORIZONTAL NAV   */
/**************/

#topmenu { } /* Horizontal Nav Wrap */

#menui { } /*The horizontal menu. */

#menui ul { } /* Styling the entire list of buttons */

#menui ul li { } /* Styling Individual Buttons */

/*   WRAPPER FOR SIDEBARS AND MAINCONTENT   */
/*****************************************/

#bodywrap { }

#contenttab { } /* For old table based themes */

/*   LEFT BAR or QUICKMENU CONTAINER   */
/***************************/

#sidebar { }

/*   RIGHT BAR   */
/***************************/

#sidebar2 { }

/*  CONTENT PAGE   */
/**************/

#maincontent { min-width: 525px; }

/*  FOOTER   */
/**************/

#footer { }

/* CLEAR - EQUALIZER this class equalizes sidebars with maincontent. When floating columns and maincontent, you can clear this div to both which will equalize all columns and have them expand their height as content fills in */
/**************/

#clear { clear: both }


/*   GLOBAL CLASSES FOR REAL ESTATE AND CATALOG   */
/**************************************************/

/* ECOM TOOLS */
/****Modifies Ecom tools in Nav*****/

#MiniCart, #NewItems, #ClassList, #ManufacturerList {} 

#MiniCart a, #NewItems a, #ClassList a, #ManufacturerList a {} /* For Links */

/* DEFAULT COPY (for #Request.content#) - - - - - - -  */
.defaultText {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: none;
	text-decoration: none;
}
.defaultText a:link{
	font-size: 12px;
	color: #333;
	font-weight: none;
	text-decoration: none;
}
.defaultText a:active{
	font-size: 12px;
	color: #333;
	font-weight: none;
	text-decoration: none;
}
.defaultText a:visited{
	font-size: 12px;
	color: #000;
	font-weight: none;
	text-decoration: none;
}
.defaultText a:hover{
	font-size: 12px;
	color: #000;
	font-weight: none;
	text-decoration: none;
}
/* PRODCUT PAGE THRU- - - - - - -  */
.pageThru a:link{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:active{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:visited{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:hover{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* PRODUCT SPECIFIC - - - - - - -  */
.productTitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.productDescription {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: none;
	text-decoration: none;
}
.productPrice {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: none;
	text-decoration: none;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg1{
	background-color: #666; 
	font-size:12px; 
	color: #fff; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #ADDC1F; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

.realtorheaderbg2 {background-color:#E5E5E5; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; height:25px;}
.realtorheaderbg2 a:link{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#3366CC;}
.realtorheaderbg2 a:visited{font-family:Arial, Helvetica, sans-serif;font-size:12px;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;
}