<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Creative content specific styles only */
th, td { padding: 0; }

/* Static Navigation Styles  hughdidit- Try to utilize styles in catalog.css first and if none exist add it here. */

h2.localnav {
		line-height:1.1em;
		margin:0;
		text-decoration:none;
		font-size: 14px;
	    color: #333;
	    font-weight: bold;
	    text-transform:lowercase;
	    font-family:arial,helvetica,sans-serif;
	}

#localNavigationContainer #nav_title h2 a {    
	    cursor: pointer;
	    text-decoration:none;
		font-size: 14px;
	    color: #333;
	    font-weight: bold;
	    text-transform:lowercase;
	    font-family:arial,helvetica,sans-serif;
}

ul.menuitem {
		visibility: hidden;
		display: none;
	}

ul.expanded {
		visibility: visible;
		display: block;
	}

ul.expanded, li.expanded, #localNavigationContainer ul.expanded li.menuitem  a {
		background-color: #e9e7e8;	
		*border: none;
}

ul.expanded li.menuitem a {
		font-weight: normal;	
}

li.expanded a {
		font-weight: bold;	
}

ul.expanded li a {
		background: url(/img/nav/black_bullet.png) 0px 3px no-repeat;
	}

ul.expanded li.selected {
		background: none;
	}

li.menuitem a, li.menuitem span, ul.expanded {
	display: block !important;
    padding: 3px 0 3px 8px !important;
    margin: 0;
}

ul.expanded li.menuitem a{
	display: block !important;
    padding: 2px 0 2px 8px !important;
    margin: 0;
}

#localNavigationContainer li.selected {
		background-color: #666;
		color:#FFF;
		font-family:verdana,arial,lucida,sans-serif;
		font-size:9px;
		font-weight:bold;
		text-decoration:none;
	}

#localNavigationContainer li.menuitem:hover {
	background-color: #F1F1F1;
	}

#localNavigationContainer ul.expanded li.menuitem:hover, #localNavigationContainer ul.expanded li.menuitem a:hover {
	background-color: #F6F6F6;
}
#localNavigationContainer li.selected:hover {
	background-color: #666;
}
#localNavigationContainer li.nav_cat_item_bold {
	margin: 10px 0 0 8px;
}
/* Breadcrumbs */


div#breadcrumbs {
	clear: none;	
	padding-bottom: 1px;
	*padding-bottom: 3px;
}
	
/* Content Styles */

body {
    color:#333333;
    font-family:verdana,arial,lucida,sans-serif;
    font-size:11px;
    line-height:14px;
} 

h2 {
	color:#CC0000;
	display:block;
	font-family:'Myriad Pro',Arial,Sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:0;
	text-transform:lowercase;	
	}

th, td {border : none;}

.bannerWithIconBackground {
	border-bottom: 1px #CCC solid;
	margin: 1.0em 0 2.0em 0;
}

#static_tabs {
	padding: 10px 1px 17px 5px;
	font-weight: bold;
	font-size: 1em;
	border-bottom: #cccccc 1px solid;
	font-family:verdana,arial,lucida,sans-serif;
}

#static_tabs a {
	border-left: #dddddd 1px solid;
	font-size: 10px;
	background-image: url(/web20/assets/img/creativecontent/customerServiceTabOutline.gif);
	background-position: top right;
	margin-left: 2px;
	background-repeat: no-repeat;
	white-space: normal;
	background-color: #f2f2f2;
	text-decoration: none;
	color: #333;
	padding: 15px 5px 18px 5px;
	*padding: 15px 5px 17px 5px;
}

#static_tabs a.current {
	border-bottom: white 1px solid;
	background-color: white;
}

.textHeader {
    font-weight:bold;
}

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