body {
	background-color: #FDECB8;

	/* Forces IE to centre the content */
/*	text-align: center; */

	font-family: Verdana,Arial;
	font-size: 0.6em;
}

#content {
	/* Centre the content box */
	margin:0 auto;
	width: 998px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-bottom: none;
}

#header_box{
	height: 86px;
	background-color: #FFCC33;
}

#navbar_box{
	background-color: #000000;
	color: #FFFFFF;
	
	/* Forces centering of the links */
	line-height: 25px;

	text-align: center;
}

#navbar_box a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#navbar_box a:hover {
	text-decoration: underline;
}

#footer_box {
	/* Centre the content box */
	margin:0 auto;
	text-align:center;
	width: 998px;
	height: 100px;
	border: 1px solid #000000;
	border-top: none;
	background: #FFFFFF;
}

#middle_container {
	font-family: Verdana,Arial;
	font-size: 1.3em;
	margin-top: 5px;
	min-height: 100%;
}

#middle_left {
	width: 170px;
	float: left;
	height: 100%;
	margin: 0;
}

#middle_content {
	/* Keep the margins at a consistent 25px */
	margin-left: 195px;
	margin-right: 180px;
	padding-top: 5px;
	min-height: 100%;
}

#middle_right {
	width: 170px;
	float: right;
	height: 100%;
}


/* Sidebar boxes */
#middle_left .box_yellow, #middle_left .box_grey, #middle_left .box_beige{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-bottom: 5px;
}

#middle_right .box_yellow, #middle_right .box_grey, #middle_right .box_beige, #middle_right .box_white{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}


.box_yellow {
	background-color: #FFCC33;
}

.box_grey {
	background-color: #A3A3A1;
}

.box_beige {
	background-color: #FEEFEA;
}

.box_white {
	background-color: #FFFFFF;
}

.box_yellow h3, .box_grey h3, .box_beige h3, .box_white h3{
	font-size: 10px;
	line-height: 18px;
	height: 18px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/yellowdot.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	text-align: left;
	padding-left: 20px;
	margin: 0px;
}

/* Link lists within the boxes */
.linklist_grey, .linklist_beige, .linklist_grey_small {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.linklist_grey_small {
	padding-top: 5px;
	padding-bottom: 5px;
}


.linklist_grey a:hover, .linklist_beige a:hover, .linklist_grey_small a:hover {
	text-decoration: underline;
}


.linklist_grey li {
	border-bottom: 1px solid #545452;
	line-height: 22px;
}

.linklist_beige li{
	border-bottom: 1px solid #D5CAC8;
	line-height: 22px;
}

.linklist_grey li a, .linklist_beige li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Verdana,Arial;

	background-image: url(images/whitedot.gif);
	background-repeat: no-repeat;
	background-position: 22px 5px;
	padding-left: 33px;
}

.linklist_grey_small li a {
	text-decoration: none;
	font-size: 0.8em;
	font-family: Verdana,Arial;

	background-image: url(images/whitedot.gif);
	background-repeat: no-repeat;
	background-position: 22px 5px;
	padding-left: 33px;
}

.linklist_grey li a,  .linklist_grey_small li a{
	color: #FFFFFF;
}

.linklist_beige li a {
	color: #000000;
}

ul ul {
	border-top: 1px solid #D5CAC8;
}

ul ul li a{
	margin-left: 20px;
}

/* Unclassified Links */
a {
	color: #000000;
	text-decoration: underline;
}

#weaccept {
	border-top: 5px solid #000000;
	text-align:left;
}

#searchbox {
	height: 40px;
	margin: 5px;
	font-size: 0.9em;
	text-align: center;
}

#searchbox input {
	height: 12px;
	font-family: Verdana,Arial;
	vertical-align: middle;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.productListing .headerBox, .productListingSpecial .headerBox {
	height: 29px;
	line-height: 25px;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.headerBox h3 {
	font-family: Verdana,Arial;
	font-size: 1em;
	text-align: left;
	padding-left: 10px;
	height: 25px;
	background-color: #000000;
	margin: 2px;
}

.productListing .productListingBox, .productListingSpecial .productListingBox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.productListing .productListingBox .itemBox {
	width: 150px;
	height: 350px;
	float: left;
	margin: 0 5px 5px 0;
	color: #525252;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
}

.productListingSpecial .productListingBox .itemBox {
	width: 150px;
	height: 280px;
	float: left;
	margin: 0 5px 5px 0;
	color: #525252;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
}

.productListing .productListingBox .itemBox img, .productListingSpecial .productListingBox .itemBox img {
	width: 150px;
	height: 225px;
	border: 2px solid #E6DCDD;
	margin-bottom: 5px;
}

.productListing .productListingBox .itemBox .txt{

}

.productSpecialPrice {
	color: #FF0000;
	font-weight: bold;
}


.productListing .productListingBox .itemBox .icon {
	line-height: 15px;
}

.productListing .productListingBox .itemBox .icon img{
	width: auto;
	height: auto;
	border: none;
	vertical-align: middle;
}

.productListing .productListingBox .itemBox .icon a{
	color: #525252;	
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

select {
	font-family: Verdana,Arial;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.smallText, .pageResults{
	font-family: Verdana,Arial;
	font-size: 0.9em;
	color: #525252;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	padding: 0px;
}

.buyIcons {
	padding-top: 15px;
}

.productDisplay {
	color: #525252;
	padding-right: 30px;
}

.ProductLeftHalf {
	float: left;
	width: 150px;
}

.ProductRightHalf {
	float: right;
	width: 400px;
	font-size: 0.9em;
}

.ProductLeftHalf h3 {
	margin: 0;
	color: #525252;
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 45px;
}

.ProductLeftHalf a img {
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.ProductLeftHalf a {
	text-decoration: none;
}

.productEnlarge {
	text-align: center;
	background-image: url(images/enlarge.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	font-size: 0.8em;
	color: #525252;
}

#GoBack a {
	font-size: 0.8em;
	color: #525252;
	background-image: url(images/yellowdot2.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left: 20px
}

#GoBack {
	margin-bottom: 45px;
}

.ProductRightHalf h3 {
	margin: 0;
	color: #525252;
	font-size: 1em;
	text-align: left;
}

.ProductRightHalf .main {
	color: #000000;
	font-size: 1em;
	font-family: Verdana,Arial;
}

.ProductPrice {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}


#newsletterBox input {
	font-family: Verdana,Arial;
	font-size: 12px;
}

#newsletterBox {
	margin: 10px;
	font-size: 0.9em;
}


.mainSpecialsText {
	font-size: 0.9em;
}

.staticContent {
	color: #333333;
}

.staticContent h1 {
	font-size: 1.4em;
	color: #ffcc33;
}

.staticContent h2 {
	font-size: 1em;
}

input.tjmButton
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: bold;
   padding-left: 10px;
   background-color:#FFFFFF;
   border: 1px solid #000000;
   background-image: url(images/yellowblackdot.gif);
   background-repeat: no-repeat;
   background-position: 4px 5px;
   color: #464646;
}

.tjmButtonBox
{


text-decoration: none;

   font-family: Verdana;
   font-size: 10px;
   font-weight: bold;
   background-color:#FFFFFF;
   border: 1px solid #000000;
   background-image: url(images/yellowblackdot.gif);
   background-repeat: no-repeat;
   background-position: 4px 4px;
   color: #464646;
}

td.productListing-heading {
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid #000000;
}

table.productListing td{
	border: 1px solid #000000;
	padding: 10px;
}

table.productContents td {
	border: none;
}

.productTag {
	color: #FF0000;
}

h1 {
	color: #000000;
	font-size: 1em;
}

h4 {
	color: #0078A7;
	padding: 0px;
	margin: 0px;
}

P.productListDesc {
	font-size: 1em;
	color: #333333;
}

.whatsNewBox {
	height: 128px;
}

.tjmchoiceBox {
	height: 256px;
	padding: 0px;
	margin: 0px;
}

.headerBox h3 a {
	color: #FFFFFF;
	font-size: 0.8em;
}
