﻿@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #AAC8FF;
	text-align: center;
}

/* ----- Header - Start ----- */

	/* Layout */

	#pcHeader10 {
			width: 975px;
			height: 119px;
			margin: 0px auto 0px auto;
			border: none;
			position: relative;
		}
			
		#pcHeader10Left {
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
		#pcHeader10Center {
				position: absolute;
				top: 0px;
				left: 136px;
				width: 639px;
			}
			
		#pcHeader10Right {
				position: absolute;
				top: 0px;
				right: 0px;
				border-top:solid 1px #fff;
			}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav10 {
			width: 970px;
			background-image:url(images/topnavbg.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			font-size: 11px;
			padding: 6px 0 6px 5px;
			text-align:left;
		}

	#pcTopNav10 a {
			text-decoration: none;
			color: #000066;
		}
		
	#pcTopNav10 a:hover {
			color: #6666CC;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea10 {
			width: 975px;
			background-color: #FFF;
			margin: 3px auto 3px auto;
			border: none;
		}
		
	/* Left-side column */
	#pcMainArea10-LEFT {
			width: 185px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 5px 5px 20px 5px;
			/* IE 6 double margin fix */
			display: inline;
		}

	/* Main area */
	#pcMainArea10-PC {
		margin: 0 195px;
		padding-top: 5px;
		}
		
	/* Right-side column */
	#pcMainArea10-RIGHT {
			width: 188px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 5px 0px 20px 0px;
			/* IE 6 double margin fix */
			display: inline;
		}
		
/* ----- Main Area Layout - END ----- */

/* ----- Left Column Elements ----- */

	#pcMainArea10-Search {
			width: 180px;
			background-image:url(images/bgBlue.jpg);
			background-repeat:repeat-x;
			background-color: #CAE4FF;
			border: 1px solid #003399;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#SearchBox {
		padding: 0 5px 5px 5px;	
	}

	#pcMainArea10-BROWSE {
			width: 180px;
			background-image:url(images/bgBlue.jpg);
			background-repeat:repeat-x;
			background-color: #CAE4FF;
			border: 1px solid #003399;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea10-BROWSE table {
			margin: 0 0 10px 0px;
		}

	#pcMainArea10-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea10-PRICE {
			width: 180px;
			background-image:url(images/bgRed.jpg);
			background-repeat:repeat-x;
			background-color: #FFCCCC;
			border: 1px solid #990000;
			margin-bottom: 10px;
		}

	#pcMainArea10-LINKS {
			width: 180px;
			background-image:url(images/bgBlue.jpg);
			background-repeat:repeat-x;
			background-color: #CAE4FF;
			border: 1px solid #003399;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#recentprds {
			width: 180px;
			background-image:url(images/bgRed.jpg);
			background-repeat:repeat-x;
			background-color: #FFCCCC;
			border: 1px solid #990000;
			margin-bottom: 10px;
			font-size: 11px;
	}
	
	#recentprds h3 {
			font-size: 13px;
			color: #fff;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
	}
		
	#pcMainArea10-LEFT h3 {
			font-size: 13px;
			color: #fff;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
		}

	#pcMainArea10-RIGHT h3 {
			font-size: 13px;
			color: #fff;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
		}

	#pcMainArea10-LEFT ul, #pcMainArea10-RIGHT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea10-LEFT li, #pcMainArea10-RIGHT li {
		margin: 4px 0 0 5px;
	}
	
	/* Styling links in both side columns */

	#pcMainArea10-LEFT a {
		text-decoration: none;
		color: #000066;
		}
		
	#pcMainArea10-LEFT a:hover {
		text-decoration: none;
		color: #6666CC;
		}
		
	#pcMainArea10-RIGHT a {
		text-decoration: none;
		color: #000066;
		}
		
	#pcMainArea10-RIGHT a:hover {
		text-decoration: none;
		color: #6666CC;
		}
		
	#pcMainArea10-SPACER {
			clear: both;
			height: 20px;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter10 {
			width: 975px;
			background-image:url(images/btmNavBar.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			padding: 5px 0 5px 0;
			position: relative;
			color:#006;
			font-size:10px;
		}

	#pcFooter10 p {
			margin: 0;
			padding: 2px 0 0 20px;
			font-size: 12px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-align: left;
			color: #666;
		}


/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
		width: 190px;
		height: 108px;
		font-size: 11px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 25px;
		background-color: #ffcccc;
		text-align: center;
		padding:5px;
	}
	
	#pcShowCart a {
		font-size: 11px;
		text-decoration: underline;
		color: #6666CC;
	}

	#pcShowCart a:hover {
		color: #000066;
		text-decoration: none;
	}

	#pcShowCart h3 {
		margin:-5px 0 10px -5px;
		background-image:url(images/bgRed.jpg);
		background-repeat:repeat-x;
		background-color: #990000;
		font-size: 15px;
		color: #fff;
		width: 195px;
		padding: 3px 0 3px 5px;
		font-weight: bold;
		text-align:left;
		}

