/*
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: 5px 0 0 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 1024px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			font-size: 12px;
			color: #FFF;
			border-collapse: collapse;
			border: 0;
			background:transparent url(images/transparent.png);
		}
		
		.HeaderRight {
			background-image:url(../../images/Royal-Header_02.png);
			background-repeat: no-repeat;
			color: #FFF;
			border: 0;
			padding: 0px 0px 0px 15px;
			margin: 0;
			width: 381px;
			height: 98px;
			text-align: left;
			vertical-align: bottom;
		}
		
		.HeaderRight a:link, .HeaderRight a:visited {
			color: #FFF;
			text-decoration: none;
		}
		
		.HeaderRight a:hover {
			color: #666;
			text-decoration: none;
		}
		
		#pcShowCart {
			background-image: url(../../images/Royal-Header_03.png);
			border: 0;
			padding: 0 0 0 10px;
			color: #FFF;
			text-align: left;
			background-repeat: no-repeat;
			height: 30px;
			width: 618px;
			vertical-align: middle;
		}
		
		#pcShowCart a:hover {
			color: #666;
			text-decoration: none;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #FFF;
			text-decoration: none;
		}
		
		#headerSearch {
			background-image: url(../../images/Royal-Header_04.png);
			border: 0;
			padding: 0 20px 0 0;
			color: #FFF;
			text-align: right;
			background-repeat: no-repeat;
			height: 30px;
			width: 376px;
			vertical-align: middle;
		}
		
		#headerSearch a:link, #headerSearch a:visited {
			color: #FFF;
			text-decoration: none;
		}
		
		
		#pcStoreDescription {
			font-size: 13px;
			text-align: left;
			border: 0;
			padding: 0;
			vertical-align: middle;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
			padding-right: 5px;
			vertical-align: middle;
		}
		
		#pcTopNav {
			
			text-align: right;
		}
		
		#StorePromo {
			margin-top: 0;
			margin-bottom: 0;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			border-left: -1px #000 solid;
			border-right: -1px #000 solid;
			border-collapse: collapse;
			width: 1024px;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #000000;
			font-size: 11px;
			padding-right: 32px;
		}
		
		#pcStoreSearch a:hover {
			color: #FFFFFF;
		}
	
		
		#pcSrchCart {
			width: 1024px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			margin-top: 5px;
			color: #000000;
			padding: 0;
			background-color: #FFFFFF;
			border-style: solid;
			border-color: #666666;
			border: 1px;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcSrchCart {
			width: 1024px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			margin-top: 0px;
			color: #000000;
			padding: 0;
			background-color: #FFFFFF;
			border-style: solid;
			border-color: #666666;
			border: 1px;
		}
	
	
	
		#pcMainArea {
			width: 1024px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border-color: #666666;
			background-color: #FFFFFF;
			border-left: 1px #000 solid;
			border-right: 1px #000 solid;
			border-bottom: 1px #000 solid;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			color:#FFFFFF;
			vertical-align: top;
			font-weight: 900;
		}
	
		#pcCenter {
			width: 730px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
			background-color: #FFFFFF;
			
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: middle;
		}
		
		.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;
		}
		
		#pcLeftheaders {
			background-color: #1F449C;
			padding: 0px 0px 0px 6px;
			font-size: 13px;
			color: #FFFFFF;
			text-align: Left;
			border: none;
			margin: 3px 0px 2px 5px;
			width: 180px;
		}

		#pcLeftCatLinks {
			background-color: #FFFFFF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-weight: 900;
			border: 1px solid #CCCCCC;
			margin: 3px 0px 5px 5px;
		}
		
		#pcLeftPriceLinks {
			background-color: #FFFFFF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-weight: 900;
			border: 1px solid #CCCCCC;
			margin: 3px 0px 5px 5px;
		}
		
		#pcLeftvendorLinks {
			background-color: #FFFFFF;
			color: #1F449C;
			padding: 5px 0px 1px 0px;
			margin: 3px 0px 5px 5px;
			font-size: 12px;
			text-align: center;
			border: 1px solid #CCCCCC;
		}
		
		
		
		ul#BrandLinks {
			list-style-type:none;
			margin:0px 0px 0px 0px;
			padding:0px;
			width:180px;
		}
		ul#BrandLinks li {
			margin:0 0px 2px 0;
			padding:0 0 0 20px;
			list-style-type:none;
			background-image:url(../../menuArrow.gif);
			background-position:left center;
			background-repeat:no-repeat;
			background-color:#E9E9E9;
			border-style: solid;
			border: 0px;
			border-color: #666666;
			width: 166px;
		}
		ul#BrandLinks li h3{
			margin:0px;
			padding:0px;
			line-height:19px;
			width: auto;
		}
	

		ul#BrandLinks li h3 a{
			line-height:19px;
 			font-family: tahoma, arial, helvetica;
  			font-size: 11px;
  			color: #333333;
  			text-decoration: none;
  			padding-left: 10px;
  			text-transform: capitalize;
  			display: block;
		}
		ul#BrandLinks li:hover, ul#toolup-leftnav li h3:hover, ul#toolup-leftnav li h3 a:hover{
			background-color: #99CCFF;
  			text-decoration: none;
		}

		
		
		
		#pcLeftStoreLinks {
			background-color: #FFFFFF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-weight: 900;
			border: 1px solid #CCCCCC;
			margin: 3px 0px 5px 5px;
		}
	
		#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: #000000;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #999999;
		}
		
		#pcLeftHeaders a:link, #pcLeftHeaders a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftHeaders a:hover {
			color: #999999;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #999999;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #999999;
		}


	/* Define the right column */
	
		#pcCustomerLogin {
			background-color: #FFFFFF;
			color: #000000;
			padding: 0px 5px 1px 0px;
			font-weight: 900;
			border: none;
			margin: 0px 0px 5px 0px;
		}
		
		#authorize {
			background-color: #FFFFFF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			font-weight: 900;
			margin: 3px 0px 5px 5px;
			text-align: center;
		}	
		
		#pcAffiliateLogin {
			background-color: #FFFFFF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			border: 1px solid #CCCCCC;
			margin: 3px 0px 5px 5px;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #FFFFFF;
		}
	
		#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: #000000;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #999999;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}
		
		#authorize a:link, #authorize a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#authorize a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #ffffff;
			font-size: 11px;
			color: #1F449C;
			text-align: center;
			padding: 5px;
			margin-bottom: 0px;
			vertical-align: bottom;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #1F449C;
		}
		
		#pcFooterSpacer {
			background-image: url(catalog/footer_spacer2.gif);
			height: 5px;
		}
	
/* END Footer */

