@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
  /*height:100%;*/
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/pc4_backGradient.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	text-align: center;
}

/* ----- Header - Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 975px;
			height: 114px;
			background-color: #FFF;
			margin: 0px auto 0px auto;
			border: none;
			/*position: relative;*/
		}
			
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08 {
	    /*float: right;*/
  		/*margin: 0 220px;*/
			width: 775px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			font-size: 13px;
			font-weight:bold;
			padding: 5px 0 6px 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08 a:hover {
			color: #39C;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea08 {
      /*height:100%;*/
			width: 975px;
			background-color: #FFF;
			margin: 0 auto 3px auto;
			border: none;
  		position-relative;
		}
		
	/* Left-side column */
	#pcMainArea08-LEFT {
	    height:100%;
	    background-color: #000066;
			width: 190px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 0px 0px 10px 0px;
			padding:10px 0 0 10px;
			/* IE 6 double margin fix */
			display: inline;
		}

	/* Main area */
	#pcMainArea08-PC {
		margin: 0px 0px 0 200px;
		padding-top:0px;
		}

  #npContent { padding:10px;}
  		
/* ----- Main Area Layout - END ----- */

/* ----- Left Column Elements ----- */

	#pcMainArea08-BROWSE {
			width: 180px;
			border: 1px solid #666;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea08-BROWSE table {
			margin: 0 0 10px 6px;
		}

	#pcMainArea08-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea08-PRICE {
			width: 180px;
			background-color: #EEE;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 180px;
			border: 1px solid #666;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#recentprds {
			width: 180px;
			border: 1px solid #666;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
	}
	
	#recentprds h3 {
			font-size: 13px;
			color: #CCC;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: bold;
	}
		
	#pcMainArea08-LEFT h3, #pcMainArea08-RIGHT h3 {
			font-size: 15px;
			color: #CCC;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: bold;
			border-bottom: 1px solid #666;
		}

	#pcMainArea08-LEFT ul, #pcMainArea08-RIGHT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea08-LEFT li, #pcMainArea08-RIGHT li {
		margin: 4px 0 0 5px;
	}
	
	/* Styling links in both side columns */

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #999;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #9595FF;
		}
		
	#pcMainArea08-RIGHT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea08-RIGHT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
			height: 20px;
		}

  #npLeftSpacer {
    height:600px;
  }

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 975px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			padding: 3px 0 4px 0;
			position: relative;
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 20px;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
			color: #666;
		}


/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart  {
	  color: #fff;
		width: 180px;
		border: 1px solid #666; 
		margin-bottom: 10px;
		font-size: 11px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		text-align: right;
	}
