/*
eMerchantPro Shopping Cart Software, Copyright Global Web Solutions 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with eMerchantPro
*/
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#afaaa6; 
	margin: 0 0 20px 0; 
	background-image:url(http://www1.wsi-staging.com/Dev/Eurotow/designimgs/bg.gif); 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			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 {
			text-align: center;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #FFF;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #FFF;
			text-decoration:underline;
		}
		
		#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: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
				text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 520px;
			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: 14px;
			margin: 0;
			padding-bottom: 2px;
			color: #000;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			text-align: left;
		}
		
		#pcLeftPriceLinks {
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
		#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: #666;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #000;
			text-decoration:underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #000;
			text-decoration:underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #666;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #000;
			text-decoration:underline;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			color: #666;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			color: #666;
			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: #000;
			text-decoration:underline;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
			text-decoration:underline;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:active, #pcFooter a:visited {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooter a:hover {
			text-decoration: underline;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
		
		#recentprds {
			background-color: #F5F5F5;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
		#recentprds a:link, #recentprds a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#recentprds a:hover {
			color: #FF6600;
		}
	
/* END Footer */
.topnav:link {color: #FFF; font-weight:bold; font-size: 14px; text-decoration:none; padding: 0 22px 0 22px;}
.topnav:visited {color: #FFF; font-weight:bold; font-size: 14px; text-decoration:none; padding: 0 22px 0 22px;}
.topnav:hover {color: #ffe06d; font-weight:bold; font-size: 14px; text-decoration:none; padding: 0 22px 0 22px;}

.footer1 {color: #FFF; font-weight:normal; font-size: 10px; text-decoration:none;}
.footer1 a:link {color: #FFF; font-weight:normal; font-size: 10px; text-decoration:none;}
.footer1 a:visited {color: #FFF; font-weight:normal; font-size: 10px; text-decoration:none;}
.footer1 a:hover {color: #FFF; font-weight:normal; font-size: 10px; text-decoration:underline;}

.footer2 {color: #9e9e9d; font-weight:normal; font-size: 10px; text-decoration:none;}
.footer2 a:link {color: #9e9e9d; font-weight:normal; font-size: 10px; text-decoration:none;}
.footer2 a:visited {color: #9e9e9d; font-weight:normal; font-size: 10px; text-decoration:none;}
.footer2 a:hover {color: #9e9e9d; font-weight:normal; font-size: 10px; text-decoration:underline;}

H4 {font-size: 14px; margin:0}

