@charset "utf-8";
/* CSS Document */

/* Container */
html {
	overflow-Y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #E90;
	background-color: #FFFFFF;
	background-image: url(images/bgstars.gif);
}

/* ----- Header - Start ----- */

	#pcHeaderContainer {
	width: 100%;
	height: 100px;
	background-color: #006;
	min-height: 80px;
	background-image: url(images/bgstars.gif);
		}
		
		#pcHeader {
	width: 1000px;
	margin: 0 auto;
	position: relative;
		}
			
			#pcHeaderLeft {
				position: absolute;
				top: 0;
				left: 0;
				font-size: 40px;
				color: #999;
				line-height: 80px;
				vertical-align: middle;
				}
			
			#pcHeaderCenter {
	position: absolute;
	top: 21px;
	left: 811px;
	width: 301px;
	height: 116px;
			}
			
				#pcHSearchForm {
	padding: 10px;
	margin: 18px 0 3px 0;
	width: 280px;
	background-color: #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
				}
				
				#pcHSearch {
	font-size: 18px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	width: 160px;
	height: 26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 80px;
				}
				
				#pcHSearchSubmit {
	position: absolute;
	right: 61px;
	top: -2px;
	font-size: 20px;
	color: #FFF;
	border: none;
	background-color: #F90;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
				}
				
				#pcHSearchMore {
	position: absolute;
	right: 2px;
	top: 6px;
	text-align: center;
	width: 61px;
	height: 63px;
				}
					
					#pcHSearchMore a {
						font-size: 11px;
						text-decoration: none;
						color: #999;
					}
					
					#pcHSearchMore a:hover {
						color: #666;
					}
			
			#pcHeaderRight {
				position: absolute;
				top: 18px;
				right: 0;
			}
			
				#pcHeaderRight span {
					padding-left: 10px;
				}
		
/* ----- Header End ----- */

/* ----- Navigation Bar Start ----- */

	#pcNavContainer45 {
			width: 100%;
			height: 40px;
			background-color: #006;
			background-image: url(images/bgstars.gif);
		}
		
		#pcNav45 {
	width: 1000px;
	margin: 0 auto;
	color: #F90;
	font-size: 19px;
	background-color: #006;
	text-align: center;
	background-image: url(images/bgstars.gif);
		}
		
			#pcNav45 a {
	text-decoration: none;
	color: #F90;
	line-height: 40px;
	vertical-align: middle;
	padding: 0 15px;
	border-right: 1px solid #555;
	display: inline-block;
			}
			
			#pcNav45 a:hover {
	color: #06F;
	background-color: #006;
	background-image: url(images/bgstars.gif);
			}
			

/* ----- Navigation Bar End ----- */

/* ----- Icon Bar Start ----- */

	#pcIconBarContainer {
			width: 100%;
			height: 35px;
		}
		
	#pcIconBarContainer img {
		border: none;
		}
		
		#pcIconBar {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 80px;
		}
			
			#pcIconBar a {
	text-decoration: none;
	color: #F90;
			}
			
			#pcIconBar a:hover {
	color: #09F;
			}
		
			#pcIconBar img {
				vertical-align: middle;
				margin: 0 2px 0 15px;
			}
			
			#pcIconBarLeft {
				position: absolute;
				top: 0;
				left: 10px;
				padding-top: 10px;
				}
				
				#pcIconBarLeft img {
					margin: 0 2px 0 0;
				}
				
				#pcIconBarLeft a {
	text-decoration: none;
	color: #0C0;
				}

			#pcIconBarRight {
	position: absolute;
	top: 1px;
	right: 269px;
	padding-top: 10px;
	width: 472px;
				}
					
				#pcIconBarRight img {
					margin-right: 5px;
					}
					
				#pcIconBarRight .pcIconBarSeparator {
					border-right: 1px solid #BBB;
					padding-right: 15px;
				}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea {
	width: 1000px;
	margin: 0 auto 0 auto;
	border: 1px solid #CCC;
	background-color: #CCCCCC;
	}
		
	/* Left-side column */
	#pcMainArea-LEFT {
		width: 180px;
		float: left;
		text-align: left;
		vertical-align: top;
		margin: 12px 8px;
		/* IE 6 double margin fix */
		display: inline;
	}

	/* Main area */
	#pcMainArea-CENTER {
		margin: 12px 196px;
		padding: 8px;
		border: 1px solid #e1e1e1;
		background-color: #FFF;
		min-height: 400px;
	}
		
	/* Right-side column */
	#pcMainArea-RIGHT {
		width: 180px;
		float: right;
		text-align: left;
		vertical-align: top;
		margin: 12px 8px;
		/* IE 6 double margin fix */
		display: inline;
	}
		
/* ----- Main Area Layout - END ----- */

/* ----- Main Area Elements ----- */

	#pcMainArea-BROWSE {
			width: 180px;
			background-image: url(images/pc11-navBG-blue.png);
			background-repeat: no-repeat;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea-BROWSE table {
			margin: 0 0 10px 6px;
		}

	#pcMainArea-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea-PRICE {
			width: 180px;
			background-image: url(images/pc11-navBG-blue.png);
			background-repeat: no-repeat;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea-LINKS {
	width: 180px;
	background-image: url(images/pc11-navBG-gray.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	/* IE 6 fix (content pushing out width) */
	overflow: hidden;
	color: #F90;
		}

	#recentprds {
			width: 180px;
			background-image: url(images/pc11-navBG-lightgray.png);
			background-repeat: no-repeat;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
	}
	
	#recentprds h3 {
			font-size: 13px;
			color: #333;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
	}
		
	#pcMainArea-LEFT h3, #pcMainArea-RIGHT h3 {
	font-size: 14px;
	color: #000;
	margin: 3px 0 10px 8px;
	padding-bottom: 10px;
		}

	#pcMainArea-LEFT ul, #pcMainArea-RIGHT ul {
	list-style-type: none;
	margin: 0 0 10px 5px;
	padding: 0;
	color: #000;
	}

	#pcMainArea-LEFT li, #pcMainArea-RIGHT li {
		margin: 4px 0 0 5px;
	}
	
	/* Styling links in both side columns */

	#pcMainArea-LEFT a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
		}
		
	#pcMainArea-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea-RIGHT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea-RIGHT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea-SPACER {
			clear: both;
			height: 8px;
		}

/* ----- Main Area Elements End ----- */

/* ----- Footer - Start ----- */

	#pcFooterContainer {
			width: 100%;
			background-color: #006;
			background-image: url(images/bgstars.gif);
		}
		
		#pcFooter {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	color: #C60;
	height: 40px;
	background-color: #006;
	background-image: url(images/bgstars.gif);
		}

		#pcFooter a {
	color: #C60;
	text-decoration: none;
	background-color: #006;
	background-image: url(images/bgstars.gif);
		}

		#pcFooter a:hover {
	color: #09F;
	background-color: #006;
		}

			#pcFooterLeft {
				position: absolute;
				left: 0;
				top: 15px;
				background-color: #006;
				background-image: url(images/bgstars.gif);
				}
						
			#pcFooterRight {
				position: absolute;
				right: 0;
				top: 15px;
				background-color: #006;
				background-image: url(images/bgstars.gif);
			}
					
/* ----- Footer End ----- */


/* ----- Other Interface Elements ----- */

	#pcShowCart {
		width: 180px;
		border: 1px solid #e1e1e1; 
		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;
	}
.bold {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
#pcHeaderContainer div p {
	color: #F90;
	font-style: italic;
	font-size: 14px;
}
#pcMainArea-LEFT #pcMainArea-LINKS p {
	font-style: italic;
	font-weight: bold;
	color: #933;
}
