﻿/*
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: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background-color: #000;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 194px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #000;
			font-size: 12px;
			color: #fff;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 0px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		#pcStoreDescription img {
		border: 0;
}		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;

		}
		#pcStoreSearch #submit {
			color: #fff;	
}

		#pcStoreSearch .pcSmallText a {
			text-decoration: underline;
			color: #fff;	
}

		#pcStoreSearch .pcSmallText a:hover {
			text-decoration: none;
			color: #fff;	
}

		
		#pcTopNav {
			border-top: 0px 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;
			float:right;
		}
		
		#pcTopNav li {
			float: left;
			padding: 0;
			margin: 0 1px;
			line-height: 24px;
			height: 24px;
			background: url('images/site-graphics/topnav-bg-24.png') no-repeat;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #000;
			line-height: 24px; height: 24px;
			padding: 0 10px;
			margin: 0 0 0 0;
			border: 0px solid red; display: inline;
			
		}
		
		#pcTopNav a:hover {
			color: #000;
			background: url('images/site-graphics/topnav-bg-24-hover.png')no-repeat;
		}

/* 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: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 140px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			/*background-image:url(images/dotted_spacer_vert.gif);*/
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		

		#pcLeftCatLinks {
			background-color: #000;
			padding: 5px 0px 1px 0px;
			margin: 0 0 -5px 0;
		}
		#pcLeft #pcLeftCatLinks h3 {
			height: 32px;
			line-height: 14px;
			background: url('images/site-graphics/link-bg-32-140.png') no-repeat;
			color: #000;
			font-size: 12px;
			padding: 8px 7px 0;
}
		
		
		#pcLeftPriceLinks {
			background-color: #000;
			color: #999999;
			padding: 5px 0px 1px 0px; /*edk*/
			margin: 0 0 5px 0;
		}
		#pcLeft #pcLeftPriceLinks h3 {
			height: 40px;
			line-height: 14px;
			background: url('images/site-graphics/link-bg-40-140.png') no-repeat;
			color: #000;
			font-size: 12px;
			padding: 6px 7px 0;
}
		
		#pcLeft #pcLeftPriceLinks ul {
			list-style-type: none;
			margin: 0 0 10px 0px;
			padding: 0;
		}
		#pcLeft #pcLeftPriceLinks li {
			margin: 0 0 0 0;
			width: 100%;
			line-height: 24px;
			height: 24px;
			background: url('images/site-graphics/link-bg-24-140.png') no-repeat;
		}
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #000;
			text-decoration: none;
			display: block; /*edk*/
			/*line-height: 32px; /*edk*/
			padding: 0;
			padding-left: 10px;
			margin: 0;
			height: 100%;
			/*background: url('images/site-graphics/link-bg-32.png') no-repeat;*/
		}
		
		#pcLeftPriceLinks a:hover {
			color: #000;
			background: url('images/site-graphics/link-bg-24-140-hover.png') no-repeat;
		}
		
		
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
	
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #000;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #000;
		}
		
				
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #F0AF00;
			color: #000;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
		#pcShowCart a {
			color: #350000;
}
	
		#pcCustomerLogin {
			background-color: #F0AF00;
			color: #000000;
			padding: 5px 5px 1px 0px;
			margin: 0 0 5px 0;
			text-align:center;
		}
		#pcCustomerLogin h3 {
			color: #000000;
}
		#pcCustomerLogin a {
			color: #350000;
}

		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #000000;
		}
	
		#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: #350000;
			text-decoration: underline;
		}
		
		#pcCustomerLogin a:hover {
			text-decoration: none;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #000;
			font-size: 13px;
			color: #fff;
			text-align: center;
			padding: 5px;
			}
			
		#pcFooter p {
			color: #fab104;
			font-size: 18px;
			padding: 1px 0;
			margin: 0;
			font-weight: bold;
}	
		#pcFooter a {
			font-size: 18px;
}		
		
		#pcFooter a:link, #pcFooter a:visited{
			text-decoration: underline;
			color: #fff;
			font-size: 12px;
		}
		#pcFooter a:hover {
			text-decoration: none;
			color: #fff;
			font-size: 12px;
		}
		
		#pcFooterSpacer {
			/*background-image:url(images/dotted_spacer_left.gif);*/
			height: 5px;
		}
		#pcFooter a {
			margin: 0 5px;
 }
 
.nowrap {
	white-space:nowrap;
}
#bovine-logo {
	display: none;
}
			
/* END Footer */

		#checkout ul {
			list-style: none;
			margin: 0;
			padding: 0;
			background: #000;
			float: left;			
		}
		
		#checkout li {
			float: left;
			padding: 0;
			margin: 0 10px;
			color: #e1e1e1;
			line-height: 24px;
			height: 24px;
		}
		
		

