/*
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
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #7a7a7a;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #000;
	font-size: 12px;
	color: #666666;
	border-collapse: collapse;
	border: 0;
		}

	
		#pcHeader td {
	padding: 0px;
	vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
	height: 40px;
	width: 960px;
	background-color: #000;
	margin-left: 50%;
	margin-right: 50%;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 960px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
	width: 229px;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
		}
	
		#pcCenter {
	width: 700px;
	padding: 0 5px 0 5px;
	text-align: left;
	vertical-align: top;
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
	width: 10px;
	background-color: #FFF;
		}

	/* Define the left column */
	
		#pcLeft h3 {
	font-size: 12px;
	margin: 0;
	padding-bottom: 2px;
	color: #FFF;
		}

		#pcLeftCatLinks {
	background-color: #000;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
		}
		
		#pcLeftPriceLinks {
	background-color: #FFF;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 8px;
		}
		
		#pcLeftStoreLinks {
	background-color: #FFF;
	color: #333;
	margin: 0;
	padding: 15px;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
	color: #FFF;
	text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
	color: #333;
	text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
	color: #623573;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
	color: #333;
	text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
	color: #623573;
		}


	/* Define the right column */
	
		#pcShowCart {
	background-color: #FFF;
	color: #666666;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #6135873;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
	background-color: #FFF;
	color: #333;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
		
			font-size: 12px;
			color: #FFFFFF;
			text-align: right;
			padding: 5px;
			line-height:160%;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		
		#pcFooterSpacer {
			
			height: 15px;
		}
	
/* END Footer */


/*CUSTOM */

#CustomSearchTD {
	border: 0;
}
	
	
.CustomQuestions {
	font-size: 12px;
	color: #FFF;
	padding-left: 11px;
	line-height: 100%;
}
.CustomPhone {
	font-size: 24px;
	color: #FFF;
	padding-left: 10px;
	letter-spacing: -0.1em;
	font-weight: bold;
	line-height: 70%;
}



a.CustomNav {
	font-size: 14px;
	color: #FFF;
	padding-right:18px;
	font-weight:bold;
}
a.CustomNav:link {
	text-decoration: none;
}
a.CustomNav:visited {
	text-decoration: none;
	color: #FFF;
}
a.CustomNav:hover {
	text-decoration: none;
	color: #613573;
}
a.CustomNav:active {
	text-decoration: none;
	color: #000;
}	



a.whitelink {
	font-size: 12px;
	color: #FFF;
}
a.whitelink:link {
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #FFF;
}
a.whitelink:hover {
	text-decoration: underline;
	color: #FFF;
}
a.whitelink:active {
	text-decoration: none;
	color: #000;
}	
	
#overallHeader {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000;
	padding-bottom: 5px;
}

#overallSearch {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #613473;
	background-image:url(site-images/search-bar-back.gif);
	background-repeat:repeat-x;
	padding-bottom: 0px;
	overflow: hidden;
}

#containerSearch {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}


.YourText {
	color: #A959C9;
	line-height: 90%;
	font-size: 13px;
}
.CustomCreditCards {
	padding-top: 10px;
}


#searchBlack {
	height: 40px;
	background-color: #000;
	width: 230px;
	margin-right: 0px;
	margin-left: 700px;
}

.go {
	padding-bottom: 0px;
	height:40px;
	padding-top:0px;
	padding-bottom:0px;
}

#searchBox{
	
}


#SearchTable{
	padding-bottom:7px;
	height:40px;
}
.CustomISO {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
