a { text-decoration: none; }

a:hover { text-decoration: underline; }

img { border: 0; }

form, 
body,
#nav,
#header-links ul,
#footer-links ul,
.contents ul{ 
	list-style: none;
	padding: 0;
	margin: 0;
}

input{ vertical-align: middle; }

body {
	background-color: #EDEDED;
	text-align: center;
}

#overall {
	width: 760px;
	margin: auto;
	text-align: left;
	background: url("images/main-bg.gif") #FFFFFF repeat-y;
}

/*-----------------CSSJUMP HEADER-------------------*/
#header {
	background: url("images/header-bg.jpg") #FFFFFF no-repeat;
	height: 148px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	color: #010101;
	font: normal 36px trebuchet ms, verdana, sans-serif;
}

#header-links {
	position: absolute;
	left: 122px;
	top: 130px;
}

#header-links li {
	font: 10px/10px tahoma, arial, sans-serif;
	color: #010101;
	display: inline;
	float: left;
	text-transform: uppercase;
}

#header-links li a {
	color: #010101;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 1px #010101;
}

#header-links li a.last {
	border-right: none;
	padding-left: 20px;
	background: url("images/cart-bg.gif") no-repeat 6px center;
	font-weight: bold;
}

/*-----------------CSSJUMP MAIN---------------------*/
#main { }

/*-----------------CSSJUMP LEFT---------------------*/
#left {
	width: 157px;
	float: left;
	padding-bottom: 84px;
}

#search {
	font: normal 11px trebuchet ms, arial, sans-serif;
	padding: 15px 6px 20px 16px;
}

.form { vertical-align: middle; }

#search .form input { vertical-align: middle; }

.search-box {
	width: 110px;
	height: 21px;
	margin-top: 1px;
}

#navtop { display: block; }

#nav {
	list-style: none;
	margin-bottom: 15px;
}

#nav li {
	font: normal 11px trebuchet ms, arial, sans-serif;
	padding: 5px 5px 4px 25px;
	background: url("images/nav-bullet.gif") #E2E2E2 6px 5px no-repeat;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #888888;
	text-transform: uppercase;
}

* html #nav li {
	padding: 4px 5px 3px 25px;
	background-position: 6px 8px;
}

#nav li a { color: #000000; }

#navbottom {
	display: block;
}

#html-below-nav {
	text-align: center;
}

#html-below-nav img {
	margin-bottom: 8px;
}

#nav-extras {
	text-align: center;
	padding-bottom: 20px;
}

/*-----------------CSSJUMP RIGHT--------------------*/
#right {
	float: right;
	width: 575px;
	margin-top: 17px;
}

* html #right { margin-left: -3px; }

#welcome {
	font: bold 18px trebuchet ms, arial, sans-serif;
	color: #26C801;
	margin-bottom: 12px;
}

.headertext {
	font: bold 16px trebuchet ms, arial, sans-serif;
	color: #26C801;
	margin-bottom: 12px;
}

#message {
	font: normal 12px tahoma, arial, sans-serif;
	margin-bottom: 10px;
	line-height: 15px;
	padding-right: 150px;
}

#breadcrumbs {
	font-size: 11px;
}

#breadcrumbs a {
	color: #26C801;
}

#product-info-table {
	width: 250px;
	font: 11px/20px tahoma, arial, sans-serif;
}

#product-info-table th {
	color: #000000;
	background-color: #ACF697;
	width: 100px;
	text-align: right;
	padding: 4px 8px;
}

#product-info-table td {
	background-color: #F5F5F5;
	text-align: left;
	padding: 4px 8px;
}

/*NOTE: styles related to contents in its own external css file*/
.contents .info .sale { font-weight: bold; }

/*v1.3.1*/
#sc-seo-related-links {
  width: 500px;
}

#sc-seo-related-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#sc-seo-related-links h3 {
  color: #000000;  
  font: bold 12px/1.2 tahoma, arial, sans-serif;
  text-align: center;
}

#sc-seo-related-links ul {
  margin:0; padding: 0;
  list-style: none;
}

#sc-seo-related-links ul.seo-links li {
  width: 49%;
  float: left;
	text-align: left;
  font: 10px tahoma, arial, sans-serif;
  display: inline;
  background: url("images/dot.gif") 5px center no-repeat;
  margin:0; 
  padding:0;
}

#sc-seo-related-links ul.seo-links li a {
	color: #26C801;
  text-decoration: none;
  padding-left: 25px;
  display: block;
  _width: 100%;
}

#sc-seo-related-links ul.seo-links li a:hover {
  text-decoration: underline;
}
								
/*-----------------CSSJUMP FOOTER-------------------*/
#footer {
	background: url("images/footer-bg.gif") #9FFF8A no-repeat;
	height: 40px;
	position: relative;
}

* html #footer { margin-top: -2px; }

#secure-nav {
	position: absolute;
	top: -64px;
	left: 10px;
}

#footer-links {
	position: absolute;
	left: 5px;
	top: 16px;
	width: 590px;
	text-align: center;
}

#footer-links li {
	font: bold 10px/10px tahoma, arial, sans-serif;
	color: #FFFFFF;
	display: inline;
	float: left;
}

#footer-links li a {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 2px #FFFFFF;
}

#footer-links li a.last { border-right: none; }
#designby {
	position: absolute;
	right: 6px;
	top: 15px;
	font: normal 10px tahoma, arial, sans-serif;
	color: #707070;
}

#designby a {
	font: normal 10px tahoma, arial, sans-serif;
	color: #707070;
}

#copyright {
	text-align: right;
	font: bold 11px tahoma, arial, sans-serif;
	color: #707070;
	padding: 2px 0 6px 0;
	background-color: #FFFFFF;
}

/*-----------------CSSJUMP COMMONS-------------------*/
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

/*-------------------SITEMAP CSS---------------------*/

.sitemap-header {
    font: bold 14px verdana;
    color: #000000;
    display: block;
    padding-top:  15px;
}
.sitemap-1      {
    font: bold 12px verdana;
    color: #000080;
    display: block;
    padding-left: 25px;
}
.sitemap-2      {
    font: normal 12px verdana;
    color: #0000FF;
    display: block;
    padding-left: 50px;
}
.sitemap-3      {
    font: normal 10px verdana;
    color: #0000FF;
    display: block;
    padding-left: 75px;
}
.sitemap-4      {
    font: normal 8px verdana;
    color: #0000FF;
    display: block;
    padding-left: 100px;
}

/*-------------------SELL PAGE CSS--------------------*/

#sell-form {
	padding-right: 20px;
}

#sell-form p {
	text-align: left;
	margin: 0;
	padding: 6px 12px;
}

#sell-form h1 {
	padding: 6px 12px 4px 12px;
	background-color: #E2E2E2;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

#sell-form hr {
	border: none;
	height: 3px;
	color: #9FFF8A;
	background-color: #9FFF8A;
}

#sell-form label {
	float: left;
	width: 200px;
	text-align: right;
	padding: 2px 8px;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
}

#sell-form label span {
	font-size: 11px;
}

#sell-form label.radio-label {
	float: none;
	width: auto;
	text-align: left;
	padding-left: 0;
}

#sell-form input {
	width: 220px;
	margin: 4px 0;
}

#sell-form input.radio-dot {
	width: auto;
}

#sell-form #first-name,
#sell-form #last-name {
	width: 96px;
}

#sell-form #middle-initial {
	width: 40px;
}

#sell-form #zip-code,
#sell-form #postal-code {
	width: 84px;
}

#sell-form select {
	width: 150px;
	margin: 4px 0;
}

#sell-form textarea {
	width: 312px;
	height: 80px;
	margin: 4px 0;
}

#sell-form input.btn {
	width: auto;
}

#sell-form a {
	color: #25CA00;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#sell-form #terms {
	display: none;
	padding-top: 4px;
}

#sell-form #terms h2 {
	background-color: #9FFF8A;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 2px;
}

#sell-form #terms h2 a {
	color: #000000;
}

#sell-form #bottom-buttons {
	text-align: right;
}
