<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
MaestroWeb_New.css is the style sheet for this new auction site. In this file replace the existing font-family with the '"Open Sans"'
    remove the table border from the resective pages.
    All the attributes in this CSS are important because we have to overwrite the existing properties with the new one.
*/

/* */


/* 
MaestroWeb.css is the style sheet for this auction site
*/

/* */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

input, td, select, textarea, .list, .links 
{
	font-family: "Open Sans" !important;
}


.subtext
{
	font-family: "Open Sans" !important;
}

/*.footer  --  This class has been commented out so that the footer class in orgid\maestroweb.css will be used
{	
	font-family: "Open Sans" !important;
}*/


.title
{
	font-family: "Open Sans" !important;
}

.subtitle
{
	font-family: "Open Sans" !important;
}

.menu
{
	font-family: "Open Sans" !important;
}

.SectionHeader 
{
	font-family:"Open Sans" !important;
}

A.MenuUnselectedTrue
{
    font-family: "Open Sans" !important;
}

A.MenuUnselectedTrue:hover, A.MenuSelectedTrue:hover
{
    font-family: "Open Sans" !important;
}

A.MenuSelectedTrue
{
    font-family: "Open Sans" !important;
}

A.MenuUnselectedFalse
{
    font-family: "Open Sans" !important;
}

A.MenuUnselectedFalse:hover, A.MenuSelectedFalse:hover
{
    font-family: "Open Sans" !important;
}

A.MenuSelectedFalse
{
    font-family: "Open Sans" !important;
}

A.SiteLinkBold
{
 	font-family: "Open Sans" !important;
}

#navigation {
    font-family: "Open Sans" !important; 
}

/*-------------------------------------*/

.title
{
  font-size:  12pt;
}

#navigation {
    font-size: 14px;
}

        #navigation li a {
           border-right: 0px solid #33CCFF;   /* your colo code should be here */
             padding: 15px; /**/
        }
		

/*  Theme Css  Start*/

.smart-search-form input[type=submit] {
    background-color: #3399FF;  /* color for search button in sidebar */
}
.search .fa-search { 
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 16px;
    z-index: 10;
    color: #33CCFF  /* color for search icon inside button */
}
.footer-copyright.footer-copyright17 {
    color: #fff;  /*color for text in footer div*/
}
#footer a{
    color: #000000;  /*color for text in footer div*/
}
#footer span{
    color: #000000;    /*color for text in footer div*/
}
/*  Theme Css  End*/




</pre></body></html>