<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tab Content - menucool.com */

ul.tabs
{
    padding: 0px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
	font-family:Century Gothic;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
	font-family:Century Gothic;
    margin-right:3px; /*distance between tabs*/
	border-bottom:1px #4e4e4e;
}
        
ul.tabs li a
{
    font: normal 16px Century Gothic;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
    color: #4e4e4e;
	text-transform:uppercase;
}
        
ul.tabs li a:visited
{
    color: #4e4e4e;
}
        
ul.tabs li a:hover
{
    color: #c1d82f;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
	color: #0083a5;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     
	 /* Tab Content - menucool.com */

ul.product-tabs
{
    padding: 5px;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
	font-family:Century Gothic;
	background-color:#ff6600;
}
        
ul.product-tabs li
{
    display: inline;
    margin: 0;
	font-family:Century Gothic;
    margin-right:3px; /*distance between tabs*/
	border-bottom:1px #4e4e4e;
}
        
ul.product-tabs li a
{
    font: normal 16px Century Gothic;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
    color: #4e4e4e;
	text-transform:uppercase;
}
        
ul.product-tabs li a:visited
{
    color: #4e4e4e;
}
        
ul.product-tabs li a:hover
{
    color: #c1d82f;
	background-color:#4e4e4e;
}
        
ul.product-tabs li.selected a, ul.product-tabs li.selected a:hover
{
    position: relative;
    top: 0px;
	color: #0083a5;
	background-color:#4e4e4e;
}
        
        
ul.product-tabs li.selected a:hover
{
    text-decoration: none;
}


ul.design-tabs
{
    padding: 0px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
	font-family:Century Gothic;
}
        
ul.design-tabs li
{
    display: inline;
    margin: 0;
	font-family:Century Gothic;
    margin-right:3px; /*distance between tabs*/
	border-bottom:1px #4e4e4e;
}
        
ul.design-tabs li a
{
    font: normal 16px Century Gothic;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
    color: #4e4e4e;
	text-transform:uppercase;
}
        
ul.design-tabs li a:visited
{
    color: #4e4e4e;
}
        
ul.design-tabs li a:hover
{
    color: #c1d82f;
}
        
ul.design-tabs li.selected a, ul.design-tabs li.selected a:hover
{
    position: relative;
    top: 0px;
	color: #0083a5;
}
        
        
ul.design-tabs li.selected a:hover
{
    text-decoration: none;
}
     
div.tabcontents
{
    background-color:#FFF;
	padding-top:10px;
	
}
ul.specs-tabs
{
    padding: 0px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
	font-family:Century Gothic;
}
        
ul.specs-tabs li
{
    display: inline;
    margin: 0;
	font-family:Century Gothic;
    margin-right:3px; /*distance between tabs*/
	border-bottom:1px #4e4e4e;
}
        
ul.specs-tabs li a
{
    font: normal 16px Century Gothic;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
    color: #4e4e4e;
	text-transform:uppercase;
}
        
ul.specs-tabs li a:visited
{
    color: #4e4e4e;
}
        
ul.specs-tabs li a:hover
{
    color: #c1d82f;
}
        
ul.specs-tabs li.selected a, ul.specs-tabs li.selected a:hover
{
    position: relative;
    top: 0px;
	color: #0083a5;
}
        
        
ul.specs-tabs li.selected a:hover
{
    text-decoration: none;
}
     
	 /* Tab Content - menucool.com */</pre></body></html>