/*
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
*/

/* CW - Reset body colors due to conflict with cwMain and HTML Editor,  if not using white background*/
body {
}

/* MAIN AREAS- alpha order*/
	
#pcCenter {
	padding: 0 5px 0 5px;
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
	color:black;
	font-size:92%;
}

#pcCenter h2 a:hover {
	display:block;
}

#pcFooter {
	width:100%;
	font-size: 95%;
	letter-spacing: 1px;
	background-color:#000000;
	margin:0;
	padding:0;
	border-top:2px #666666 solid;
	border-bottom:4px #042F4A solid;
	font-weight:bold;
}

#pcFooter a:link, #pcFooter a:visited  {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

#pcFooter ul{
	list-style-type: none;
	text-align: center;
	padding: 5px;
	position: relative;
	width:100%;
}

#pcFooter li {
	padding: 0px 10px 0px 10px;
	display:inline;
}

#pcFooter ul li{
	display:inline;
}

#pcHeader {
	width:100%;
	font-size: 82%;
	letter-spacing: 1px;
	background-color:#074670;
	border-bottom:3px solid black;
	margin:0;
	padding:0;
	background-image:url(../../ImagesSite/BkgrdHeader.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#pcHeader td {
	padding:8px 0 5px 0;
}

#pcHeader a:link, #pcHeader a:visited, #pcHeader a:hover, #pcHeader a:active {
	text-decoration: none;
	font-size: 95%;
	color:#FFFFFF;
	font-weight:bold;
}

#pcHeader a:hover, #pcHeader a:active {
	font-weight: bold;
	color: #005E9B;
	text-decoration: none;
	letter-spacing: 1px;
	background-color:#FFFFFF;
}

/*added to override transparent submit div in smallsearchbox.asp*/
#cwSubmit {
	color:#FFFFFF;
	background-color: #04578E;
	padding: 2px 0px 2px 4px;
	margin: 2px 0 2px 0;
	border: 2px solid #6094B7;
	border-right: 3px solid #034572;
	border-bottom: 3px solid #034572;
	text-transform: capitalize;
}

#pcHeader a:hover img {
	background-color:#005E9B;
}

#pcLeft, #pcRight {
	width: 17%;
	text-align: left;
	vertical-align: top;
 	background-color: #FFFFFF;
	margin-right:3px;
	font-size:90%;
	color:black;
}

#pcLeft h3 , #pcRight h3 {
	font-size: 100%;
	margin:7px  5px  2px 3px;
	padding: 2px 3px;
	background-color:#074670;
	background-image:url(../../ImagesSite/BkgrdBlueH.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color:#FFFFFF;
	display:block;
	border:none;
	border-right:2px solid  #0079F2;
}

#pcLeft a, #pcLeft a:link, #pcLeft a:visited, #pcLeft a:hover, #pcLeft a:active, #pcRight a, #pcRight a:link, #pcRight a:visited, #pcRight a:hover, #pcRight a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	width:100%;
	display:block;
}

#pcLeft a:hover, #pcLeft a:active, #pcRight a:hover, #pcRight a:active {
	color: #FFFFFF;
	background-color:#006BB3;
}

#pcLeft ul, #pcRight  ul {
	margin: 0 0 0px 7px;
	padding: 0 5px;
	color:#999999;
}

#pcLeft li, #pcRight li {
	list-style-type: none;
	margin: 2px 0 0 0;
	border-bottom:1px solid #CCCCCC;
	padding: 0 5px;
	border-left:2px solid  #F47400;
	border-right:1px solid #CCCCCC;
}

#pcMainArea {
	width:100%;
	background-color:#FFFFFF;
}

/*Nav Sections*/

#pcCustomerLogin, #pcLeftStoreLinks, #pcShowCart, #recentprds, #cwSmallCart , #pcLeftCatLinks, #cwIndustry,#cwBrands {
	margin-bottom:5px;
	color:#000000;
	background-color:#FFFFFF;
}

#recentprds a, #recentprds a:link, #recentprds a:visited, #recentprds a:hover, #recentprds a:active {
	display: inline;
	font-size:95%;
}


#cwSmallCart a, #cwSmallCart a:link, #cwSmallCart a:visited, #cwSmallCart a:hover, #cwSmallCart a:active {
	display: inline;
}

#pcStoreName {
	color:#FFFFFF;
	font-size:215%;
	padding:0px;
	margin:0px;
	text-transform: capitalize;
	font-weight:bold;
}

#pcStoreDescription {
}

#pcStoreSearch {
}

/*Other*/
.pcColumnSpacer {
	width: 10px;
	background-image:url(images/dotted_spacer_vert.gif);
}



/* CW - Not used*/
#pcAffiliateLogin {
}

#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
}

#pcAffiliateLogin a:hover {
}

#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
}

#pcCustomerLogin a:hover {
}

#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
}

#pcLeftCatLinks a:hover {
}

#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
}

#pcLeftPriceLinks a:hover {
}

#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
}

#pcLeftStoreLinks a:hover {
}

#pcLeftPriceLinks {
}

#pcStoreName {
}

#pcStoreSearch a {
}

#pcStoreSearch a:hover {
}


/* CW - Removed from code*/	
#pcFooterSpacer {
}



