/*
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: 12px;
	color: #000000;
	text-align: center;
	background-color: #9BC932;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
}

/* REVISED body background styles by Dawn Pedersen - BEGIN */
body {
	background-color: #188cb7;
	background-image: none;
}
/* REVISED body styles by Dawn Pedersen - END */

ul {padding-left: 20px;}


/* TOP AREA of the page: store description, store name, search box, navigation */

  #pcOuterTable {
  	width: 936px; /* 975px*/
  	background-color: #ffffff;
  	margin: 0;
  	border-collapse: collapse;
  	border-left: solid 5px #ffffff;
  	border-right: solid 5px #ffffff;
  	text-align: center;
  }
    
		#pcHeader {
			width: 965px;
			height: 95px;
			margin-top: 0;
			margin-bottom: 5px;
			padding: 0;
			background-color: #ffffff;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			vertical-align: top;
			padding: 0;
		}
		
    #pcTopMsg {
  		vertical-align: top;
  		text-align: center;
  		width: 485px;  /*310px;*/
    }

		#pcTopNav {
	background-image:url(images/navTopBG.gif);
	text-align: left;
	padding-top: 4px;
	height: 21px;
	text-indent: -6px;
		}
		
		#pcStoreSearch {
	text-align: center;
	vertical-align: middle;
	width: 165px;
	height: 70px;
	background-color: #D9EBAF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		
	 #pcStoreSearch form {
	    margin: 0;
	    padding: 0;
  	}
	
		#pcStoreSearch a {
			text-decoration: none;
			color: #047FC3;
			font-size: 12px;
		}
		
		#pcStoreSearch a:hover {
			text-decoration: underline;
			color: #86D3FD;
		}

		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #000000;
  		}

/* End TOP AREA of the page */

/* REVISED header by Dawn Pedersen - BEGIN */
#wrapper {
	width: 936px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	width: 936px;
	background-image: url(images/header-bkgd.png);
	background-repeat: no-repeat;
	clear: right;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 18px;
}
#headtop {
	height: 127px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 26px;
}
#headtop ul {
	float: right;
	list-style: none;
}
#headtop ul li.topbutton:hover {
	background-image: url(images/top-button-bkgd-over.png);
}
#headtop ul li.topbutton {
	float: left;
	background-image: url(images/top-button-bkgd.png);
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 6px;
	margin-bottom: 6px;
}
#headtop ul li.topbutton a {
	color: white;
	text-decoration: none;
}
#headtop ul li.searchbox {
	float: left;
	margin-left: 12px;
}
#headtop ul li.searchbox input {
	margin-right: 1px;
    padding: 2px;
	font-size: 12px;
	color: white;
	background-color: #014b67;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: -7px;
	position: relative;
}

#menu {
	background-color: #cecdcd;
	background-image: url(images/tab-bkdg.gif);
	clear: both;
	margin: 0px;
}
#menu ul {
	height: 30px;
	list-style: none;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 865px;
}
#menu ul li {
	float: left;
	padding-left: 10px;
	background-image: url(images/tabs.gif);
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
#menu ul li a {
	background: url(images/tabs.gif) 100% 0;
	float: left;
	line-height: 30px;
	padding-left: 7px;
	padding-right: 17px;
	text-decoration: none;
	color: #FFF;
}
#menu ul li:hover {
	background: url(images/tabs.gif) 0 -30px;
}
#menu ul li a:hover {
	background: url(images/tabs.gif) 100% -30px;
}

#submenu {
	background-color: #013554;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	clear: left;
}
#submenu ul {
	list-style: none;
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
	z-index: 10;
}
#submenu ul li {
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #c3c3c3;
}
#submenu ul li a {
	color: #fff;
	text-decoration: none;
}
#submenu ul li:hover {
	background-color: #1380a8;
}
#submenu ul li:hover > ul {
	visibility: visible;
}
#submenu ul li.no-border {
	border: none;
}
#submenu ul li.no-padding-left {
	padding-left: 0px;
}
#submenu ul ul {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	position: absolute;
	margin-left: -12px;
	background-color: #1380a8;
}
#submenu ul ul li {
	background-color: #1380a8;
	float:none;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border: none;
	text-align: left;
}
#submenu ul ul li:hover {
	background-color: #013554;
}
#submenu ul ul a {
	display: block;
}
#submenu ul ul a:hover {
	background-color: #013554;
}

/* REVISED header by Dawn Pedersen - END */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
	width: 936px;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
			padding: 0;
			background-color: #047FC3;
		}
	
		#pcCenter {
	width: 595px;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #9BC932;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
			padding: 0;
			background-color: #6F8E24;
		}
		
		.pcColumnSpacer {
			width: 5px;
		}

	/* Define the left column */
	
	    #pcLeft p {
			margin: 0px;
			padding: 0px 0 0 0px;
			color: #ffffff;
		}
	
	
		#pcLeft h3 {
  		font-size: 13px;
  		margin: 0px;
  		padding: 2px 0 0 4px;
  		color: #ffffff;
    	background-image:url(images/navLeftTitleBG-new.jpg);
	background-repeat: repeat;
    	height: 23px;
		text-align: center;
		}
		
#pcLeft h4 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	cursor: hand;
	margin-top: 12px;
	margin-right: 9px;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #1e9dca;
	border: solid 1px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
		#pcLeft h4:hover {
			background-color: #0e7296;
		}
	
		#pcLeft h4 a {
	color: #fff;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
		}
	
		#pcLeft h4 a:hover {
	color: #fff;
		}	
		
        #pcLeft h5 {
			color: #99ca3c;
			font-size: 18px;
			margin-top: 9px;
			padding-top: 0px;
			margin-left: 2px;
			margin-bottom: 5px;
			padding-bottom: 0px;
		}			

		#pcLeftCatLinks {
	background-color: #047FC3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
    	background-color: #86D3FD;
    	color: #000000;
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 5px;
    	margin-left: 0;
    	padding-top: 5px;
    	padding-right: 5px;
    	padding-bottom: 7px;
    	padding-left: 5px;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a {
	    color: #fff;
	    text-decoration: none;
		display: block;
		}
		
		#pcLeftCatLinks a:hover {
    	color: #fff;
		}
		
		#pcLeftCatLinks ul {
		padding-left: 0px;
		margin-left: 0px;
		}
		
		#pcLeftCatLinks ul li {
	    border: solid 1px #46aee8;
		padding: 2px;
		margin: 2px;
		}
		
		#pcLeftCatLinks ul li:hover {
	    background-color: #46aee8;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
    	color: #000000;
    	text-decoration: none;
    	line-height: 21px;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #662600;
			text-decoration: underline;
		}
		#featuredtech{
	color: #fff;
	background-color: #047FC3;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: -4px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		}
		#featuredtech p {
	    padding-left: 10px;
	    padding-right: 10px;
		}
		#featuredtech a {
	    color: #fff;
		}

	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight p {
			margin: 0px;
			padding: 2px 0 0 4px;
			color: #ffffff;
		}
		
		#pcRight a {
			color: #ffffff;
		}
		
		#pcRight h3 {
	font-size: 13px;
	margin: 0px;
	color: #ffffff;
	background-image:url(images/navRightTitleBG-new.jpg);
	background-repeat: repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	height: 23px;
		}
	
		#pcRight h4 {
	font-size: 12px;
	color: #000000;
	text-align: center;
	cursor: hand;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #C0DC76;
	border: solid 1px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
		#pcRight h4:hover {
			background-color: #A3CD3A;
		}
	
		#pcRight h4 a {
	color: #013554;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
		}
	
		#pcRight h4 a:hover {
	color: #000;
		}
	
		#pcRight h5 {
			color: #013554;
			font-size: 18px;
			margin-top: 0px;
			padding-top: 0px;
			margin-left: 2px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
	
		#pcRight hr {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #6F8E24;
	color: #6F8E24;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

		#pcRightOffer {
			background-color: #6F8E24;
			color: #ffffff;
			padding: 5px 5px 1px 5px;
			margin: 0 0 5px 0;
		}
		
		#pcRightTips {
			background-color: #6F8E24;
			color: #ffffff;
			padding: 5px 5px 1px 5px;
			border-bottom: solid 6px #ffffff;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
	font-size: 10px;
	color: #047FC3;
	text-align: left;
	padding-top: 0px;
	width: 936px;
	background-color: #FFF;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #047FC3;
		}
		
		#pcFooterR {
		  text-align: right;
		}
		
		#pcFooterR a:link, #pcFooterR a:visited {
			text-decoration: none;
			color: #047FC3;
		}
		
		#pcFooterR a:hover {
			text-decoration: underline;
			color: #86D3FD;
		}
		
		#pcFooterSpacer {
			height: 5px;
		}

    #pcFooterTitle {
			font-size: 18px;
			font-weight: bold;
    }
    
/* END Footer */
	
		.centerimage {
			text-align:center;
		}

/* BEGIN Home Page */
#home h1 {
	color: #013554;
	margin-bottom: 10px;
}
#home h2 {
	color: #013554;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}
#home ul {
	padding-top: 0px;
	margin-top: 5px;
}
#home ul li, #home td, #home p {
	font-size: 14px;
}
#home ul li {list-style-image: url(images/bullet.png);}
#home table {
	border-collapse: collapse;
	margin-bottom: 30px;
}
p.logos {
	text-align: center;
}
p.logos img {
	border: none;
}
td.logos {
	padding-bottom: 0px; 
	padding-top: 0px; 
	height: 15px;
}
/* END Home Page */

/* BEGIN Customer Service Page */
#custsvc p {
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#custsvc h2 {
	color: #013554;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}
#custsvc ul li {
	list-style-image: url(images/bullet.png);
	font-size: 14px;
}
.smallertext a {
	font-size: 13px;
}
#contactbox {
	float: right;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCC;
}
#contactbox h3 {
	color: #013554;
	margin: 0px;
	font-size:14px;
}
#contactbox p {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}


/* END Customer Service Page */

#pcMain ul li, .pcMain ul li {
	list-style-image: url(images/bullet.png);
}

#TabbedPanelsShipping ul li, .TabbedPanelsTab ul li {

    list-style-image: url("images/spacer.gif");

}

/* tabs on product detail pages */
#ddrivetabs li a {
	background-color: #006;
}

