@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/elanpolo/homeBG.jpg);
	background-repeat: repeat-x;
	background-color: #00080B;
	text-align: center;
}

/* ----- Header - Start ----- */

	/* Layout */

	#pcHeader10 {
			width: 960px;
			height: 80px;
			background-image: url(images/pc2010-header-bg.png);
			background-repeat: repeat-x;
			background-color: #FFF;
			margin: 10px auto 1px auto;
			border: none;
			position: relative;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-top-left-radius: 10px;
		}
			
		#pcHeader10Left {
				position: absolute;
				top: 5px;
				left: 20px;
			}
			
		#pcHeader10Center {
				position: absolute;
				top: 20px;
				left: 500px;
				width: 210px;
			}
			
			#pcHeader10Center form input {
					font-size: 18px;
					border: 1px solid #CCC;
					background-color: #E8E8FF;
					width: 170px;
					height: 25px;
				}
				
			#pcHeader10Center a {
					font-size: 11px;
					text-decoration: none;
					color: #666;
				}
			
			#pcHeader10Center a:hover {
					color: #999;
				}
			
		#pcHeader10Right {
				position: absolute;
				top: 16px;
				right: 20px;
			}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav10 {
			width: 960px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			font-size: 15px;
			padding: 3px 0 4px 0;
		}

	#pcTopNav10 a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav10 a:hover {
			color: #39C;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea10 {
			width: 960px;
			background-color: #FFF;
			margin: 0 auto 3px auto;
			border: none;
		}
	#pcMainArea10 {
			width: 960px;
			background-color: #FFF;
			margin: 0 auto 3px auto;
			border: none;
		}
		
	/* Left-side column */
	#pcMainArea10-LEFT {
			width: 190px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 5px 20px 10px;
			/* IE 6 double margin fix */
			display: inline;
		}

	/* Main area */
	/* 110318 Changes */
	#pcMainArea10-PC-original {
		margin: 0 205px;
		padding-top: 16px;
		}
	#pcMainArea10-PC {
		margin: 0 10px;
		padding-top: 10px;
		}
	#pcMainArea10-PC-schupp {
		margin: 0 0px;
		padding-top: 0px;
		}

	/* Right-side column */
	#pcMainArea10-RIGHT {
			width: 190px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 15px 2px 20px 5px;
			/* IE 6 double margin fix */
			display: inline;
		}
		
/* ----- Main Area Layout - END ----- */

/* ----- Left Column Elements ----- */

	#pcMainArea10-BROWSE {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #E8E8FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea10-BROWSE table {
			margin: 0 0 10px 6px;
		}

	#pcMainArea10-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea10-PRICE {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #EEE;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea10-LINKS {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#recentprds {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			font-size: 11px;
	}
	
	#recentprds h3 {
			font-size: 13px;
			color: #333;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
	}
		
	#pcMainArea10-LEFT h3, #pcMainArea10-RIGHT h3 {
			font-size: 15px;
			color: #333;
			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: #333;
		}
		
	#pcMainArea10-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea10-RIGHT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea10-RIGHT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea10-SPACER {
			clear: both;
			height: 20px;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter10 {
			width: 960px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			padding: 3px 0 4px 0;
			position: relative;
		}

	#pcFooter10 p {
			margin: 0;
			padding: 2px 0 0 20px;
			font-size: 12px;
			font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
			text-align: center;
			color: #666;
		}


/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
		width: 180px;
		border: 1px solid #e1e1e1; 
		margin-bottom: 10px;
		font-size: 12px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		text-align: right;
	}