/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


/* HobbyToyWarehouse Styles Begin */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 10px 0 30px 10px;
	}

img {
	border: 0;	
	}

a:link {
	font-weight: bold;
	color: #666666;
	}

a:visited {
	font-weight: bold;
	color: #666666;
	}

a:hover {
	font-weight: bold;
	color: #990000;
	}

a.categorylink:link {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #717C37;
	}

a.categorylink:visited {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	}

a.categorylink:hover {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #990000;
	}


a.productlink:link {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #717C37;
	}

a.productlink:visited {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	}

a.productlink:hover {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	}

body#heading {
	margin: 8px 0 0 8px;
	}

body#buttons {
	margin: 8px 0 0 8px;
	}

body#content {
	margin: 10px 10px 30px 10px;
}

body#navbar {
	margin: 0 2px 0 10px;
}

body#basketnav {
	margin: 0;
}

p.instructions{
	margin: 0 0 5px 0;
}


body#extratotals {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 10px 4px 0;
	text-align: right;
}

h1 {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #717C37;
	margin: 0 0 0 0;
	}

h1 a:link{
	color: #717C37;
	}

h1 a:visited{
	color: #717C37;
	}

h1 a:hover{
	color: #990000;
	}

h2 {
	font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #717C37;
	margin: 20px 0 0 0;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 20px 0;
	}

h4 {
	font-family: Verdana, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #717C37;
	margin: 0;
	}

h1.whatsnew {
	font-size: 16px;
	color: #990000;
}

h1.specialoffer {
	font-size: 16px;
	color: #303A86;
}

h1.reasons {
	font-size: 16px;
	color: #7C8E28;
}

h1.saying {
	font-size: 16px;
	color: #960;
}

h2.deptintroduction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0 40px 0 0;
}


.laser {
	border: 0;
	margin: -10px 0 0 0;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

div#menubuttons {
	width: 650px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

td#mainbarcontent {
	color: #FFFFFF;
	background-color: #303A86;
	text-align: center;
	}

td#mainbarcontent img{
	border: 0;
	vertical-align: middle;
	margin: 0 4px 0 4px;	
	}

td#mainbarcontent a{
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	}

td#mainbarleft {
	color: #FFFFFF;
	background-color: #303A86;
	text-align: left;
	}

td#mainbarright {
	color: #FFFFFF;
	background-color: #303A86;
	text-align: right;
	}

td#subbarcontent {
	background-image:url(../images/sub_navbar_mid.gif);
	background-repeat: repeat-x;
	color: #036;
	background-color: #FFCC33;
	text-align: left;
	padding-right: 10px;
	}

td#subbarleft {
	text-align: left;
	color: #036;
	background-color: #FFCC33;
	}

td#subbarright {
	text-align: right;
	color: #036;
	background-color: #FFCC33;
	}

div.sidebox {
	width: 137px;
	border: 1px #303A86 solid;
	padding: 5px;
	}

div.sideboxheader {
	height: 18px;
	width: 137px;
	margin: 0;
	padding: 5px 5px 2px 5px;
	color: #FFFFFF;
	background-color: #303A86;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-image: url(menubox_header_blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

div.sidebox ul {
	margin: 2px 0 2px 20px;
	list-style: disc url(blue_diamond_bullet.gif);
	color: #303A86;
	list-style-position: outside;
	line-height: 18px;
	font-size: 11px;
	}
	
div.sidebox a:link {
	color: #303A86;
	font-weight: normal;
	text-decoration: none;
	}

div.sidebox a:visited {
	color: #303A86;
	font-weight: normal;
	text-decoration: none;
	}

div.sidebox a:hover {
	text-decoration: underline;
	}
	
div.paypal {
	margin-bottom: 10px;
	}
	
div.paypal a:link {
	color: #303A86;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	}

div.paypal a:visited {
	color: #303A86;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	}

div.paypal a:hover {
	text-decoration: underline;
	}

.center {
	text-align: center;
	}

div.products {
	margin: 0 0 20px 0;
	}
	
div.range {
	margin: 0 0 0 40px;
	border: 1px solid #cc9900;
	}

div.specialoffers {
	margin: 0 0 20px 0;
	}

div.reasons {
	margin: 0 0 20px 0;
	}

div.reasons ul {
	margin: 2px 0 2px 20px;
	list-style: disc url(green_diamond_bullet.gif);
	list-style-position: outside;
	line-height: 18px;
	}
	
div.saying {
	margin: 0 0 20px 0;
	}

div.saying ul {
	margin: 2px 0 2px 20px;
	list-style: disc url(brown_diamond_bullet.gif);
	list-style-position: outside;
	line-height: 18px;
	}

div.specialoffers p{
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	display: inline;
	}

div.specialoffers img{
	vertical-align: middle;
	}



div.specialoffers a:link {
	font-weight: bold;
	color: #990000;
	}

div.specialoffers a:visited {
	font-weight: bold;
	color: #990000;
	}

div.specialoffers a:hover {
	font-weight: bold;
	color: #990000;
	}

div.specialoffers ul {
	margin: 2px 0 2px 20px;
	list-style: disc url(blue_diamond_bullet.gif);
	list-style-position: outside;
	line-height: 18px;
	}

table.productgrid {
/*	border: 1px solid #cc6600; */
margin: 0 0 0 40px;
	}

table.productgrid td {
	vertical-align: top;
/*	border: 1px solid #009900; */
	}

table.productgrid td.title {
	padding: 0 0 10px 0;
	margin: 0;
/*	border: 1px black solid; */
	}

table.productgrid td.thumbnail {
	padding: 0 0 20px 0;
	margin: 0;
/*	border: 1px black solid; */
	}
	
table.productgrid td.description {
	width: 150px;
	padding: 0 20px 20px 5px;
/*	border: 1px red solid; */
	}

table.productgrid td.categorydescription {
	font-size: 12px;
	width: 330px;
	padding: 0 0 0 10px;
/*	border: 1px red solid; */
	}

table.productgrid td.rangedescription {
	width: 150px;
	padding: 0 30px 50px 5px;
	vertical-align: middle;
	}

table.productgrid td.rangeitemdescription {
	width: 170px;
	padding: 0 30px 50px 5px;
	vertical-align: top;
	}

table.productgrid a {
	display: block;
	}

table.productgrid a.shoppingbutton {
	display: inline;
	vertical-align: middle;
	border: 0;
	}

table.productgrid p {
	margin: 0 0 0 0;
	display: block;
	}

div.item {
	margin: 0 0 0 20px;
	}
	
table.item {
	margin: 0;
	padding: 0;
	}

table.item h2 {
	margin: 0;
	padding: 0;
	}
		
table.item td {
	vertical-align: top;
/*	border: 1px solid #cc6600; */
	}
	
table.item td.itemimage {
	vertical-align: top;
	}

table.item td.itemimage img#magnifyicon{
	vertical-align: middle;
	}

table.item td.itemimage a:link{
	color: #717C37;
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
	}

table.item td.itemimage a:visited{
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
	}

table.item td.itemimage a:hover{
	color: #990000;
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
	}





table.item td.description {
	width: 400px;
	padding: 0 0 0 10px;
	vertical-align: top;
	}
	
table.item td.description p{
	margin: 0 0 10px 0;
	}
	
table.item td.options {
	padding: 5px;
	background-color:#CCCC99;
	vertical-align: top;
	text-align: left;
	}

table.item td.options p{
	}

table.item td.options form{
	}

table.item td.options select{
	margin: 10px 0 0 0;
	}

table.item a.shoppingbutton {
	display: inline;
	vertical-align: middle;
	border: 0;
	}

div#searchform {
	margin: 20px 5px 0 0;
	float: right;
	}

p.productheadline {
	padding: 4px 0 0 0;
}

p#deptintroduction {
	margin: 0 40px 0 0;
}

p#deptdescription {
	margin: 5px 40px 30px 0;
}

img.product {
	border: 1px solid #666666;
}

div.shoppingbuttons {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	}

div.shoppingbuttons input {
	vertical-align: middle;
}

div.shoppingbuttons img {
	vertical-align: middle;
}

body ul{
margin: 10px 0 20px 40px;
list-style-type: square;
}

body li{
margin: 0 0 5px 0;
}

span.minimumqty {
	font-size: 11px;
	color: #666666;
}

p#itemnumber {
	font-size: 11px;
	font-weight: bold;
}

p.price {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	}

span.pricelabel {
	color: #000000;
	font-weight: bold;
}

p.breadcrumbs {
	vertical-align: middle;
}

p.breadcrumbs img{
	vertical-align: middle;
}

div#checkoutprocess {
	margin: 0;
	display: inline;
	float: right;
}

p.notes {
	margin: 0;
	font-size: 10px;
}

div#pickeditems {
	text-align: center;
}

table#pickeditems {
	padding: 0;
}

table#pickeditems td{
	padding: 2px;
	vertical-align: top;
}

table#pickeditems td.headings {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 4px;
}

table#pickeditems td.pickeditemtitles {
	text-align: left;
	color: #717C37;
	font-weight: bold;
	padding-top: 9px;
}

table#pickeditems td.pickeditemprices {
	text-align: right;
	color: #990000;
	font-weight: bold;
	padding-top: 9px;
}

table#pickeditems td.pickeditemquantities {
	text-align: left;
}

table#pickeditems td.pickeditemquantities input {
}

table#pickeditems td.pickeditemquantities img {
}

table#pickeditems td.pickeditemsubtotals {
	text-align: right;
	color: #000000;
	font-weight: bold;
	padding-top: 9px;
}

table#pickeditems td.pickeditemdelete {
	text-align: right;
	color: #717C37;
	font-weight: normal;
	vertical-align: top;
}

table#pickeditems table td {
	color: #999999;
	font-weight: normal;
	text-align: right;
	padding: 0;
}

table#pickeditems td.pickeditemtitles table td {
	color: #999999;
	font-weight: normal;
	text-align: left;
	padding: 0;
}

div.quantityupdate {
	vertical-align: middle;
	display: inline;
}

div.quantityupdate input {
	vertical-align: middle;
}

div.quantityupdate img {
	vertical-align: middle;
}

div#checkoutcontrol {
	text-align: center;
}

div#checkoutcontrol input{
	padding: 0 5px;
}

div#confirmtotals {
	text-align: center;
}

table#confirmtotals {
}

table tr#checkoutpurchaseprice {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #EEEEEE;
}

table tr#checkoutshipping {
	font-size: 12px;
	padding: 4px;
	background-color: #F8F8F8;
}

table tr#checkouttax {
	font-size: 12px;
	padding: 4px;
	background-color: #F8F8F8;
}

table tr#checkouttotals {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: #000000;
	background-color: #C8D976;
}

table td.labels {
	text-align: left;
	padding: 4px 20px 4px 4px;
}

table td.prices {
	text-align: right;
	padding: 4px 4px 4px 20px;
	}

div#paymentmethod {
	text-align: center;
	}
	
span.red {
	color: #990000;
	}
	
span.black {
	color: #000000;
	}
	
div.custdetails {
	text-align: center;
}

table#customerdetails {
	background-color: F7F7F7;
}

table#customerdetails.label {
	font-weight: bold;
	}
	
table#customerdetails.value {

	}
	
table#customerdetails tr.heading {
	font-size: 14px;
	font-weight: bold;
	}
	
	
div.changecurrency {
	width: 500px;
	}

span.important {
	color: #9999CC;
	}

div.whatsnewitem {
	display: inline;
	width: 200px;
	height: 100px;
	margin-right: 15px;
	margin-bottom:: 15px;
}

div.whatsnewitem p{
	text-align: left;
	vertical-align: top;
	margin: 0 0 5px 0;
	}

div.whatsnewitem img{
	float: left;
	margin-right: 5px;
	width: 75px;
	height: 75px;
}

div#pagefooter {
	text-align: center;
	}

div#pagefooter p{
	margin: 5px 0;
	}

div#pagefooter p.footerlinks {
	}
	
div#pagefooter p.footeraddress {
	font-size: 9px;
	}
	
div#pagefooter p.footercopyright {
	font-size: 9px;
	color: #CCCCCC;
	}
	
p.question {
	font-size: 14px;
	color: #717C37;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: -15px;
}

ul.faq {
	line-height: 18px;
}
	

/* HobbyToyWarehouse Styles End */


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #303A86;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #303A86;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #303A86;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #303A86;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #303A86;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #303A86;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #333399;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #333399;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #CCCCCC;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #333399;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333399;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
