/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart.

If styles modified using this page do not appear in your Control Panel, please check the following
two items before anything else:

(1) Make sure that header.asp links to this stylesheet. The code goes before the closing <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5649774-1");
pageTracker._trackPageview();
</script>
</head>
 tag:

<link type="text/css" rel="stylesheet" href="pcControlPanel.css" />

(2) Make sure that header.asp contains the following code at the very top of the page, before anything else.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

*/

/*-----------------------------------------------------------------------------------------
	MAIN Styles - They apply to the entire Control Panel
	----------------------------------------------------------------------------------------*/

	
	
	
		
/*-----------------------------------------------------------------------------------------
	 Control Panel Navigation
	----------------------------------------------------------------------------------------*/

	.clCMEvent {
		Z-INDEX: 700;
		LEFT: 0px;
		VISIBILITY: hidden;
		WIDTH: 100%;
		POSITION:absolute;
		TOP: 0px;
		HEIGHT: ;
	}
	.clCMAbs {
		LEFT: 0px;
		VISIBILITY: hidden;
		WIDTH: 10px;
		POSITION: absolute;
		TOP: 0px;
		HEIGHT: 10px;
	}
	
	.clBar{
		position:absolute;
		width:10px;
		height:10px;
		visibility:hidden;
		/*background-color:#E3F0F3;*/
	
	}
	.clLevel0 {
		font-family: Arial;
		position: absolute;
		/*background-color:#E3F0F3;*/
		color: #525D7D;
		
		font-size:11px;
		padding:5px;
		font-weight:bold;
		}
	.clLevel0over {
		font-family: Arial;
		position: absolute;
		/*background-color:#E3F0F3;*/
		color: #525D7D;
		font-weight:bold;
		text-decoration:underline;
		cursor:pointer;
		font-size:11px;
		padding:5px;
		
	}
	.clLevel0border{
		position:absolute;
		visibility:hidden;
		/*background-color: #FFFFFF;*/
	}
	.clLevel1 {
		font-family: Arial;
		position: absolute;
		background-color:#fff;
		color:#525D7D;
		font-size:11px;
		padding:3px;
		font-weight:bold;
	}
	.clLevel1over {
		font-family: Arial;
		position: absolute;
		background-color:#FFF;
		color: #525D7D;
		text-decoration:underline;
		font-size:11px;
		padding:3px;
		cursor:pointer;
		font-weight:bold;
	}
	.clLevel1border{
		position:absolute;
		visibility:hidden;
		background-color:#FFFFFF;
		
	}
	.clLevel2 {
		font-family: Arial;
		position: absolute;
		/*background-color:#E3F0F3;*/
		color:#525D7D;
		font-size:11px;
		padding:3px;
	}
	.clLevel2over {
		font-family: Arial;
		position: absolute;
		/*background-color:#E3F0F3;*/
		color:#525D7D;
		font-size:11px;
		padding:3px;
		cursor:pointer;
	}
	.clLevel2border {
		position:absolute;
		visibility:hidden;
		background-color:#FFFFFF;
		border: 1px solid #000;
	}
	/* Start Girl */
	.glBar{
		position:absolute;
		width:10px;
		height:10px;
		visibility:hidden;
		/*background-color:#F6DDED;*/
	
	}
	.glLevel0 {
		font-family: Arial;
		position: absolute;
		/*background-color:#FFF;*/
		color: #525D7D;
		font-size:11px;
		padding:5px;
			font-weight:bold;
	}
	.glLevel0over {
		font-family: Arial;
		position: absolute;
		/*background-color:#F6DDED;*/
		color: #525D7D;
		text-decoration:underline;
		cursor:pointer;
		font-size:11px;
		padding:5px;
			font-weight:bold;
}
	.glLevel0border{
		position:absolute;
		visibility:hidden;
	/*	background-color: #FFFFFF;*/
	}
	.glLevel1 {
		font-family: Arial;
		position: absolute;
		background-color:#FFF;
		color:#525D7D;
		font-size:11px;
		padding:3px;
			font-weight:bold;
}
	.glLevel1over {
		font-family: Arial;
		position: absolute;
		background-color:#FFF;
		color: #525D7D;
		text-decoration:underline;
		font-size:11px;
		padding:3px;
		cursor:pointer;
			font-weight:bold;
}
	.glLevel1border{
		position:absolute;
		visibility:hidden;
		background-color:#FFFFFF;
	}
	.glLevel2 {
		font-family: Arial;
		position: absolute;
		/*background-color:#F6DDED;*/
		color:#525D7D;
		font-size:11px;
		padding:3px;
	}
	.glLevel2over {
		font-family: Arial;
		position: absolute;
		/*background-color:#F6DDED;*/
		color:#525D7D;
		font-size:11px;
		padding:3px;
		cursor:pointer;
	}
	.glLevel2border {
		position:absolute;
		visibility:hidden;
		/*background-color:#FFFFFF;*/
	}	
/* END */
