/*
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 {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #7cc9ff;
}
#wrapper {
	margin:0 auto;
	background:#fff;
	width:960px;
}
#wrapper #header {
	height:113px;
	width:960px;
	background:#7cc9ff;
	border-bottom:1px solid #ff;
	clear:both;
	position:relative;
}
#wrapper #header #topnav {
	clear:both;
	height:30px;
	width:100%;
	font-size:11px;
	padding:4px 0 0 0;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
}
#wrapper #header #logo {
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
}
#wrapper #header #topnav {
	padding-left:10px;
}
#wrapper #header #topnav a {
	color:#fff;
	text-decoration:none;
	margin-right:10px;
}
#wrapper #header #topnav a:hover {
	color:#2a2a2a;
	text-decoration:none;
}
#wrapper #header #lcol {
	float:left;
	width:255px;
	background:#88b613 url("/ProductCart/images/backgrounds/header-col-left.jpg") no-repeat;
	height:83px;
	border-right:1px solid #fff;

}
#wrapper #header #lcol #smallsearchbox {
	background:#fff;
	border:1px solid #679e05;
	font-size:14px;
	color:#2a2a2a;
}
#wrapper #header #lcol .search {
	margin:20px 0 0 10px;
}
#wrapper #header #lcol #smallsearchbox {
	background:#fff;
	border:1px solid #679e05;
	font-size:14px;
	color:#2a2a2a;
	padding:2px 10px;
	width:160px;
}
#wrapper #header #lcol #submit {
	background:#c4de50;
	border:1px solid #679e05;
	font-size:14px;
	color:#fff;
	padding:2px 10px;
}
#wrapper #header #rcol {
	float:right;
	width:694px;
	height:27px;
	text-align:right;
	padding:56px 10px 0 0;
	background:#f7cf55 url("/ProductCart/images/backgrounds/header-col-right.jpg") no-repeat;
}
#wrapper #header #rcol a {
	font-size:24px;
	color:#000;
	text-decoration:none;
	margin-left:10px;
		text-shadow: 0px 1px 1px rgba(255, 255, 255, .4);
	border-left:1px solid #fff;
	padding:0 0 0 10px;
}
#wrapper #header #rcol a:hover {
	color:#fff;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, .4);
}
/* End TOP AREA of the page */
.specials-img{
	margin-top:30px;
}
.badges{
	position:absolute;
	right:10px;
	top:10px;
	width:414px;
	z-index:1000;
	display:block;
	border:1px solid #f7cf55;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
 border-radius: 6px;
 padding:2px;
}
.badges .java img{
	float:left;
	height:50px;
	width:auto;
	vertical-align:middle;
	
}
.badges img{
	float:left;
	vertical-align:middle;
}
/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
#content {
	clear:both;
	width:960px;
	position:relative;
}
#pcMainArea td {
	vertical-align:top;
}
#pcLeft {
	width:255px;
	background:#88b613 url("/ProductCart/images/backgrounds/body-col-left-tile.jpg") repeat-y;
	border-right:1px solid #fff;
	color:#000;
			text-shadow: 0px 1px 0px rgba(255, 255, 255, .6);
}
#pcLeft div {
	background:url("/ProductCart/images/backgrounds/body-col-left.jpg") no-repeat top;
}
#pcLeft ul {
	font-size:12px;
	list-style:none;
}
#pcLeft li a {
	padding:4px 10px;
	height:12px;
	color:#000;
	text-decoration: none;
	display:block;
}
#pcLeft li.item a {
	padding: 4px 20px;
}
#pcLeft li h2 {
	font-size: 14px;
	text-transform:uppercase;
	background:url("/ProductCart/images/backgrounds/col-left-h2.png") no-repeat;
	height:21px;
}
#pcLeft li a:hover {
	color:#2a2a2a;
	background:#fff;
	overflow:hidden;
}
#pcCenter {
	width:530px;
	background:#fff;
	position: relative;
}
#pcRight {
	width:174px;
	background:#fff;
	text-align:center;
	padding:70px 0 0 0;
}
#pcRight img {
	margin:0 0 20px 0;
}
#pcRight .tf_upfront_badge{
	background:#7cc9ff;
	color:#fff;
	text-decoration:none;
	padding:10px 4px;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
 border-radius: 6px;
 display:block;
 margin:0 10px;
 			text-shadow: 0px 1px 1px rgba(0, 0, 0, .4);
}
#pcRight a:hover{
	color:#000;
}
#pcShowCart {
	background-color: #FFFFAA;
	color: #666666;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
#pcCustomerLogin {
	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 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: #333333;
}
#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
	color: #777777;
	text-decoration: none;
}
#pcAffiliateLogin a:hover {
	color: #000000;
}
#footer {
	color:#fff;
	font-size:11px;
	padding:10px 0 40px 10px;
	background:url("/ProductCart/images/backgrounds/footer.jpg") no-repeat top;
	line-height:20px;
			text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color:#2a2a2a;
}
#wrapper #header #rcol  a.dead:hover{
	color:#222;
}
