/*
eMerchantPro Shopping Cart Software, Copyright Global Web Solutions LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with eMerchantPro
*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 11px;
	color: #949494;
	background-color: #ffffff;
}
/* TOP AREA of the page: store description, store name, search box, navigation */

#pcHeader {
	width: 992px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-size: 12px;
	color: #666666;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 4px;
}
#pcHeader td {
	padding: 0px;
	vertical-align: middle;
}
#pcStoreDescription {
	font-size: 13px;
	text-align: left;
}
#pcStoreName {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
}
#pcStoreSearch {
	text-align: right;
	background-color: #D5FFAA;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
}
#pcTopNav {
	text-align: right;
	font-weight: bold;
	height: 31px;
	background-image: url(images/nav-back.gif);
	font-size: 11px;
}
.pcTopNavBack {
}
#pcStoreSearch a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
	background-color: #D5FFAA;
}
#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: 11px;
	color: #000000;
}
#pcTopNav a:hover {
	color: #ffffff;
}
/* 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: 992px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
#pcLeft {
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding:10px;
	background-color: #ebebeb;
	border-color: #333333;
	border: 1px solid #a0a0a2;
}
#pcCenter {
	width: 710px;
	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;
	color:#566f11;
}
#pcLeftCatLinks {
	background-color: #c3e558;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	border-color: #A0A0A2;
	border-style: solid;
	border-width: 1px;
}
#pcLeftPriceLinks {
	background-color: #E1E1E1;
	color: #999999;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
}
#pcLeftStoreLinks {
	background-color: #F5F5F5;
	color: #999999;
	padding: 5px 5px 1px 10px;
	margin: 0 0 2px 0;
	border-color: #A0A0A2;
	border-style: solid;
	border-width: 1px;
}
#pcLeftStoreLinks h3 {
	font-size: 13px;
	margin: 0;
	padding-bottom: 2px;
}
#pcLeftCatLinks ul {
	list-style-type: none;
	margin: 0 0 10px 5px;
	padding: 0;
}
#pcLeftCatLinks li {
	margin: 2px 0 0 0;
}
#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
	color: #333333;
	text-decoration: none;
}
#pcLeftCatLinks a:hover {
	color: #FF6600;
}
#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
	color: #666666;
	text-decoration: none;
}
#pcLeftPriceLinks a:hover {
	color: #FF6600;
}
#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
	color: #777777;
	text-decoration: none;
}
#pcLeftStoreLinks a:hover {
	color: #FF6600;
}
/* Define the right column */
	
#pcShowCart {
	background-color: #FFFFAA;
	color: #666666;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
#pcShoppingCart {
	background-color: #D5FFAA;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
}
#pcShoppingCart a:link, #pcShoppingCart a:visited {
	color: #333333;
	text-decoration: none;
}
#pcShoppingCart a:hover {
	color: #FF6600;
}
#pcShoppingCart h4 {
	font-size: 16px;
}
#pcCustomerLogin {
	color: #0066FF;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	background-color: #c3e558;
	border-color: #A0A0A2;
	border-style: solid;
	border-width: 1px;
}
#pcAffiliateLogin {
	background-color: #AAD667;
	color: #636A59;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	border-color: #A0A0A2;
	border-style: solid;
	border-width: 1px;
}
#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: #FF6600;
}
#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
	color: #777777;
	text-decoration: none;
}
#pcAffiliateLogin a:hover {
	color: #000000;
}
/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding: 5px;
}
#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
	text-decoration: none;
	color: #666666;
}
#pcFooterSpacer {
	background-image:url(images/dotted_spacer_left.gif);
	height: 5px;
	background-color: #AAD667;
}
#pcGeotrust_logo {
	width: 150px;
	text-align: left;
}
/* END Footer */
		.blue_back {
	background-color: #333366;
}
/* Updates for the changes to the layout February 2010 */
#header {
	float:left;
	width:990px;
	height:150px;
	background-image:url(images/head-bg.gif);
	background-repeat:repeat-x;
	border: 1px solid #a0a0a2;
}
.headerLogo {
	float:left;
	width:200px;
	height: 134px;
}
.headerLinks {
	float:left;
	width:750px;
	text-align:right;
	color:#000000;
	padding-top: 30px;
}
#navigation {
	float:left;
	width:990px;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #a0a0a2;
	border-top:0;
	margin-bottom:10px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration:none;
	color:#000000;
}
#nav a:hover {
	background-color:#a7a9ac;
	color:#ffffff;
}
#nav .active {
	background-color:#a7a9ac;
	color:#ffffff;
}
#nav li { /* all list items */
	float: left;/*	width: 1em; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #a7a9ac;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.headerLinks h2 {
	font-size:14px;
	color:#566f11;
}
#leftBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	background-color: #DCDCDC;
	color: #566F11;
	border-color: #A0A0A2;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}
#leftBullets ul {
	margin: 0 0 10px 5px;
	padding: 0;
	padding-left: 5px;
}
#leftBullets li {
	margin: 2px 0 0 0;
}
#pcLeft h2 {
	font-size:14px;
	color:#566f11;
}
.pay_details{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#949494;
	
}
