body {
	text-align: center; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px; 
	margin:0; 
	padding:0; 
	background: #EBEAEF; 
	}
body#editor { 
	background-color: #fff; 
	}

#columnleft, #page-department, #panel-specials, #panel-promotion {
	display: none;
	visibility: hidden;
	}
b, p, .text  { color: #000; font-family: Verdana, Arial, Helvetica, Sans-Serif; margin:0; padding:0; font-size: 10px; }
table.TableProducts  td { background-color: #FFFFFF; margin-bottom: 20px; border: solid #C0C0C0 0px;}

table.TableProducts  {margin-left: 0px;  width: 935px; background-color: rgb(235, 234, 239); border-collapse: separate;
 border-spacing: 30px;
 *border-collapse: expression('separate', cellSpacing = '20px');}
/*
table.TableProducts tr {border-spacing:20px;}
*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */


.menu {
text-align: center;
width:930px; 
font-size:1.45em;
position:relative; z-index:130;
padding-top: 10px;
background: none repeat scroll 0% 0% #FFFFFF;
list-style-type:none;
border: 0 solid #FFFFFF;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
text-align: center;
padding:0;
margin:0;
list-style-type:none;
white-space: normal;
}
.menu ul ul {
width:130px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
border: 0px solid black;
float:left;
width:130px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
text-decoration:none; 
font-weight:bold;
color: #6d6d6d;/*#413205;*/
background-color: #FFFFFF;/*#FFBA15;*/
width:129px;
height:21px;
line-height:15px;
border:0px solid #c0c0c0;
border-width:0px 0px 0 0px;

text-align:center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
font-size:11px;
font-weight:normal;
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
padding-left: 20px; 
width:129px;
text-align: left;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
w\idth:130px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:130px;
w\idth:130px;
}
	
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	border:0px solid #FFFFFF;
	border-width:0px 0px 0 0px;
	background-color: #e0e0e0;
	}
.menu :hover > a, .menu ul ul :hover > a {
border:0px solid #000;
border-width:0px 0px 0 0px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background-color: #FFFFFF;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#FFFFFF;
}
.menu ul ul :hover > a.drop {
background:#FFFFFF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:0px; 
top:45px;
width:200px;
}
.menu ul ul ul .drop{
border: 0px solid #black;
width:190px;
font-family: Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 11px; 
font-weight: normal; 
text-align: left; 
color: black;
}
.menu ul ul ul .drop:hover{
background-color: #e0e0e0;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left: 100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:visible;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}



.imageborder {padding-left: 10px; padding-right:10px; padding-top: 5px; padding-bottom: 0px; width:155px; height:145px; border: solid #C0C0C0 0px;}
.image-thumb {padding-left: 10px; padding-right:10px; padding-top: 5px; padding-bottom: 0px; width:155px; height:145px; border: solid #C0C0C0 0px;}
.bestdealimageborder {padding: 10px; border: 0px}

.ItemDescription {	
	border: 0x solid #000000;
	vertical-align:bottom;
	margin-left: 10px; 
	text-align: left; 
	color: #413205; 
	font-weight: normal; 
	font-size: 8pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	}
	
.ActualPrice, #ActualPrice {
	border: 0px solid #000000;
	width: 160px;
	position: absolute;
	left: 17px; top: 186px;
	}
	
 .text-pricespecial {
 	border: 0px solid #000000;
	width: 160px;
	position: absolute;
	left: 0px; top: 0px;
	}
.price-percentage {
	border: 0px solid #000000;
	width: 160px;
	position: absolute;
	left: 0px; top: -130px;
	margin-right: 10px; 
	text-align: center; 
	color: rgba(255,0,0,0.6); 
	font-size:20px; 
	font-family: Arial Rounded MT Bold, fantasy, serif;
		
}
	
.navlink, a { vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: white; text-decoration: none; font-weight: bold; }
.formbox { BORDER-RIGHT: #7b9ebd 1px solid; BORDER-TOP: #7b9ebd 1px solid; BACKGROUND: #CED2F2; BORDER-LEFT: #7b9ebd 1px solid; BORDER-BOTTOM: #7b9ebd 1px solid }
.parent-newproduct .navpanelleftcontent { background: #fff; }
.headertable {border:2px solid #FFFFFF; border-top:0px solid #FFFFFF; margin-top: 0px; border-collapse: collapse; border-spacing: 0; width: 100%; }
.headercenter { width: 100%; border-width:0; }
.headerleft { border-width:0; }
.headerright { border-width:0; }
.mainbody { width: 100%; border-collapse: collapse; border-spacing: 0; }
.mainbodycenter { width: 100%; vertical-align: top; padding: 0px 0px 0px 0px; background-color: White; }
.mainbodyleft   { width: 170px; vertical-align: top; border-right: 1px none #E0AD12; padding: 5px 5px 5px 5px; background: #FFBA15; }
.mainbodyright  { width: 170px; vertical-align: top; border-left: 1px none #E0AD12; padding: 5px 5px 5px 2px; }
.navpanelheader {}
.wholepage{border:2px solid #e0e0e0;
 margin-top:5px; padding-top: 10px; margin-left: auto; margin-right: auto; width:935px; background: #fff; border-bottom: 5px SOLID #EBEAEF; }
.customcontent {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
.customcontent table {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

/* For the panel headers on the left */
div {vertical-align: bottom;}
.nav-category {	line-height: 250%; background: url('images/bgr02.gif') repeat-x transparent bottom left; vertical-align: bottom; height: 30px; width: 100%;}
.nav-category-select { line-height: 250%;	background: url('images/bgr02.gif') repeat-x transparent bottom left; vertical-align: bottom; height: 30px; background: #FED426; width: 100%;}
.link-department {padding-left:10px; line-height: 250%;  width:100px;	vertical-align: bottom; height: 25px; width: 100%;}
.link-department-select {padding-left:10px; line-height: 250%;  width:100px;	vertical-align: bottom; height: 25px; width: 100%;}

.link-category {height: 21px; background: url('images/bullet.jpg') no-repeat transparent center left; padding-left:15px; text-decoration: none; }
.link-category-select {height: 21px; background: url('images/bullet.gif') no-repeat transparent center left;  font-weight: bold; text-decoration: none; padding-left:15px; padding-right:10px; display:inline;  }
.categoryblock {background: url('images/bgr02.gif') repeat-x transparent top left; vertical-align: bottom;}
.categoryblock-select {background: url('images/bgr02.gif') repeat-x transparent top left; vertical-align: bottom;}

.nav-category span {visibility:hidden;padding-left:10px; }
.nav-category-select span {visibility:hidden;padding-left:10px; }

.navpanelleft { border-collapse: collapse; border-spacing: 0; border: 0 0 0 0; padding:0; margin-bottom: 10px; background: #FFBA15; width: 170px; }
.navpanelright { border-collapse: collapse; border-spacing: 0; border: 0px 0px 0px 0px; margin:0; padding:0; margin-bottom: 10px; background: white; width: 170px; }
.navpanelleftbody,.navpanelbodybody { border-collapse: collapse; border-spacing: 0; padding:0; width: 100%; border-bottom: 0px solid Black; border-top: 0px ; border-right: 0px solid Black; border-left: 0px solid Black; }
.navpanelrightbody { border-collapse: collapse; border-spacing: 0; padding:0; margin:0; width: 100%; border-bottom: 1px solid #FFBA15; border-top: 0px ; border-right: 1px solid #FFBA15; border-left: 1px solid #FFBA15; }
.navpanelbodybody { border-collapse: collapse; border-spacing: 0; padding: 0px 0px 0px 0px; width: 100%; border-bottom: 1px solid #999999; border-top: 0px ; border-right: 1px solid #999999; border-left: 1px solid #999999; }
.navpanelleftcontent, .navpanelrightcontent, .navpanelbodycontent { padding: 10px 0px 10px 0px; }
.navpanelleftheader { border-collapse: collapse; border-spacing: 0; width: 100%; padding:0; height: 21px; border-bottom: 1px solid black; border-top: 1px solid black; border-right: 1px solid black; border-left: 1px solid black; margin:0; padding:0; background-image: url(images/panelheader.gif); font-size: 10px; color: white }
.navpanelrightheader { border-collapse: collapse; border-spacing: 0; width: 100%; height: 23px; border-bottom: 0px solid black; border-top: 0px solid black; border-right: 0px solid black; border-left: 0px solid black; margin:0; padding:0; background-image: url(images/panelheaderright.gif); font-size: 10px; }
.navpanelbodyheader { border-collapse: collapse; border-spacing: 0; width: 100%; padding:0; height: 20px; border-bottom: 1px solid #999999; border-top: 1px solid #999999; border-right: 1px solid #999999; border-left: 1px solid #999999; margin:0; padding:0; }
.navpanelbody{  width:100% }
.navpanelbodycell { width: 100%; }
.navpanelleftcell,.navpanelrightcell { width: 170px; }
.navpanelleftheaderleft { padding:0; background-repeat: no-repeat; width: 12px }
.navpanelrightheaderleft { padding:0; background-image: url(images/navpanelbodyheaderright.gif); width: 21px }
.navpanelleftheaderright { padding:0; margin:0; }

.navpanelleftheadercenter , .navpanelbodyheadercenter { color: white; font-weight: bold; text-align: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
.navpanelrightheadercenter { color: White; font-weight: bold; text-align: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; }
.text-shopping { color: black; font-size: 9px; }
.text-shopping-link { color: black; font-size: 10px; font-weight: normal; }

/* For the panel headers in the body */
#productphoto { margin: 20px 15px 10px 3px; }
.navpanelbodyheaderright ,.navpanelbodyheaderleft ,.navpanelbodyheadercenter {border: solid 0 white; }
.navpanelbodyheadercenter { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #fff; }
.navpanelbodyheaderright {}

/* Headings */
.heading-subcategory { font-size: 14px; color: #CC0000; font-weight: bold }
.heading-product, h1, .heading-main { font-size: 18px; font-family: arial, sans-serif; color: #000099; font-weight: bold }
h1, .heading-main { padding-top: 10px; }
.heading-small { width: 100%; text-align: right; font-size: 10px; color	: Gray; font-weight: normal; }
.heading-product { padding-bottom: 6px; }
.text-product-desc { font-size: 12px; }

/* text types */
.text-search { font-family: sans-serif; font-size: 10px; color: #f0f0f0; }
.text-pricingdetails{ font-size: 12px color: Black; }
/*.text-price { font-family: tahoma; font-weight: bold; font-size: 16px; color: Black; }
*/
.text-price, .ActualPrice, #ActualPrice, .text-pricespecial {
	margin-right: 10px; 
	text-align: right; 
	color: #000000; 
	font-size:20px; 
	font-family: Arial Rounded MT Bold, fantasy, serif;
	}


	
.text-pricespecial {
	color: red;
	}

.text-pricestrike {
	text-decoration: line-through; 
	font-weight: normal;
	font-size: 14px;
	text-align: left;	
	width: 160px;
	position: absolute;
	left: 0px; top: 5px;
	font-family: Arial Rounded MT Bold, fantasy, serif;
	}
	
.text-shipping { color: black; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-size: 11px }
.text-pricesave  { color: #0066CC; font-weight: bold; font-family: arial,sans-serif; font-size: 12px; }
.text-small { font-size: 9px; }
.text-availabilitytext { visibility: hidden; font-size: 12px; color: Gray; }
.text-availabilitytitle { visibility: hidden; font-size: 12px; font-weight: bold; }

/* the "you may also be interested in text" */
.text-related {}

/* theme UL tag */
.list-theme { padding:0; }

/* theme LI tag  (child of list-theme class)*/
.list-theme-item { padding:0; }

/* TIps (including basket quick tips) */
.tiptable { width: 100%; }
.tipheader { width: 100%; color: Black; font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-variant: small-caps; text-align: left; }
.tipbody { width: 100%; background-color: #f0f0f0; font-size: 10px }
#quick_find {
left: 10px;
}
#keywordsearchfield {
	width: 140px;
	height: 20px;
	font-family: Tahoma, fantasy, serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
}

/* Basket */
.baskettable { border-collapse: collapse; width: 100%; border: 1px solid #c0c0c0; padding:0; }
table.baskettable td ,table.baskettable tr { margin:0; padding: 3px 3px 3px 3px; }
.basketheader { width: 100%; font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-variant: small-caps; text-align: left; color: #fff; background: #000099; }
.basketlist-row2 { background: #E2E2FF; color: Black; }
.basketlist-row1 { background: #fff; }
.basketlist-hilight { background: #B8D0FF; font-weight: bold; font-size: 13px; }
.basketlist-lolight { font-weight: bold; }

/* Individual basket columns */
.basketlist-col1, .basketlist-col2, .basketlist-col3, .basketlist-col4, .basketlist-col5  {  font-size: 12px}
.basketlist-hcol1, .basketlist-hcol2, .basketlist-hcol3, .basketlist-hcol4, .basketlist-hcol5  { font-size: 13px; }

/* Product List */
.productlist-row1 { background: #f0f0f0; padding:0; }
.productlist-row2 { background: #fff; padding:0; }
.product-info { color: Black; }
.product-link { color: Black; font-size: 12px;}
.productlistheader { background: #E2E2FF; color: black; font-weight: bold; font-size: 12px; padding: 3px 3px 3px 3px; }
.productlisttable { border: 1px solid #E2E2FF; empty-cells: show; border-collapse: collapse; border-spacing: 0; font-size: 10px; padding: 3px 3px 3px 3px ; }

/* Individual product list columns */
.productlist-col1,.productlist-col2,.productlist-col3 { border-right: 1px solid #eeeeee; }
.productlist-col1, .productlist-col2, .productlist-col3, .productlist-col4, .productlist-col5  {}
.productlist-hcol1, .productlist-hcol2, .productlist-hcol3, .productlist-hcol4, .productlist-hcol5  {}

/* Navigation link colours  */
.link-department { color: #413205; font-weight: bold; font-size: 8pt; }
.link-department-select { color: #413205; font-weight: bold; font-size: 8pt;}
.link-category { color: #413205; font-weight: normal; font-size: 8pt;}
.link-category-select { color: #413205; font-weight: normal; font-size: 8pt;}
.link-subcategory { color: #413205; font-weight: normal; font-size: 10pt;}
.link-subcategory-select { color: #413205; font-size: 10pt;}
a { color: black; }

/* Store bits */
.storecredits { text-align: center; padding: 42px 10px 10px 10px; }

/* Search bar */
.search-table { width: 100%; color: #0066cc; background-color: #0066cc; }
.search-table table , .search-table table  td { text-align: left; width: 100%; background-color: #; }
.search-table select , #keyword-search-box{ width: 169px; margin-left: 2px; font-family: arial; font-size: 10px; font-weight: bold; }

/* Tab Bits */
.tab-table { border: 0px 0px 0px 0px ; border-collapse: collapse; padding:0; height: 22px; }
.tab-left { background-image: url(images/tab-bar-left.gif); background-repeat: no-repeat; width: 22px; height: 22px; padding:0; }
.tab-parenttable  { border: 0px 0px 0px 0px ; border-collapse: collapse; padding:0; background: url(images/tab-bar-background.gif); }
.tab-text { font-family: "MS Serif", "New York", serif; font-size: 12px; font-weight: normal; text-align: center; vertical-align: top; border: 0px 0px 0px 0px ; border-collapse: collapse; padding: 6px 0px 0px 0px; background-image: url(images/tab-bar-background.gif); }
.tab-link { text-decoration: none; color: white; }
.tab-middle { background-image: url(images/tab-bar-middle.gif); background-repeat: no-repeat; width: 20px; height: 22px; padding:0; }
.tab-right { background-repeat: no-repeat; width: 12px; height: 22px; }
.text-bold { font-weight: bold; }
.text-shipping-row1 {}
.text-shipping-row2 {}
.basketlist-blank { background: white; }
.table-error { background: #B22222; }
.table-error-td { background: Red; }
.error-text { background: White; font-weight: bold; }
.error-heading { color: White; font-weight: bold; text-decoration: underline; font-size: 14px; }
.testmodeinfo { background: #9999FF; color: black; font-weight: bold; }
.registerform .text { width: 140px; font-size: 12px; text-align: right; }
.registerform .textbox, .registerform .select   { width: 180px; }
.tender-header { font-weight: bold; font-family: sans-serif; }
#ordersummary { font-size: 16px; font-weight: bold; }
#table-checkout .tender-text { font-weight: bold; }
.inputRequirement { font-weight: bold; color: red; }
.search-label { font-size: 12px; font-weight: bold; }
#advanced-search-button { font-size: 12px; }
#page-search #form-advsearch select  { width:90%; }
#keyword { width: 250px; }
#product_code { width: 150px; }
#customer-reviews-heading { padding-top: 10px; margin-bottom: 5px; }
#write-review-heading { margin-bottom: 5px; }
.review-useful-button { font-size: 10px; }
#product-review-title { width: 250px; }
.matrixtitle { font-weight: bold; font-size: 12px; width: 40px; }

.matrixoption{width: 150px; font-size: 12px; margin: 0px 0px 0px 30px}
H4 { font-size: 13px; color: #00009c; font-weight: bold }
#panel-specials { margin-top: 0px;}
#panel-specials table{border: solid 0 white;}

td.mainbodycenter { background: url('images/top-curve.gif') no-repeat; }
table.specialtable { border: 1px solid #0065CE; }
table.specialtable TD {  padding: 7px 7px 7px 7px }
table.specialtable TH { font-size: 12px; color: #fff; font-weight: bold; background:#0065CE; }

/*PURCHASE ORDER HISTORY STYLES*/
.history-page, .history-search-page { padding:0px 0px 10px 0px; }
.history-search-page TABLE, .history-page TABLE { font-size:11px; width:100%; border-collapse:collapse; border-spacing:0; }
.history-page #payandship-details td , .history-page #history-details td { margin:0; padding-left:5px; font-size:12px; }
.history-page #history-details .history-details-label b, .history-page #payandship-details .history-details-label b { font-weight:bold; width:120px; font-size:12px; }
.history-page #track-shipment-link { display:inline; padding:0px 0px 3px 25px; clear:none; background: url('images/icon-tracking.gif') no-repeat transparent top left; }
.history-page A { font-weight:bold; }
.history-page #itemsordered-details .items-reorder-link{ font-size:10px; color: #EA672A; cursor:pointer; }
.history-page #itemsordered-details { font-size:12px; }
.history-search-page .product-link{ font-weight:normal; }
.history-search-page #history-search.formbox { margin-top:7px; padding:5px 5px 5px 8px; }
.history-search-page #history-search.formbox P { margin: 3px 0px 3px 0px; }
.history-search-page #history-search { font-size:12px; }
.history-search-page #history-search.formbox #history-searchselect { width:300px; margin-right:10px; }
.history-search-page #history-search.formbox LABEL { margin-right:7px; display:block; }
.history-search-page #history-search.formbox .history-input { width:207px; margin-right:8px; }
.history-search-page #history-results td { margin:0; padding:5px; }
.history-search-page .pagination { width:auto; }
.history-page .heading-subcategory { padding:5px 0px 6px 5px; margin:0; font-size:12px; }
#table-navigation .heading-small { padding:0; margin:0; }
.button-big, .button-small { display: block; cursor: hand; cursor: pointer; text-decoration: none; }
.button-big .button-text { width:90px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -49px; padding:0; line-height:19px; height: 21px; }
.button-small .button-text { width:45px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -35px; padding:0; height: 14px; }
.button-big .button-left { width: 18px; height: 21px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px 0px; }
.button-big .button-right { width: 13px; height: 21px; background: transparent url(store_images/buttons.gif) no-repeat scroll -19px 0px; }
.button-small .button-left { width: 7px; height: 14px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px -21px; }
.button-small .button-right { width: 7px; height: 14px; background: transparent url(store_images/buttons.gif) no-repeat scroll -8px -21px; }
.button-left { float: left; display: block; font-size:0px; }
.button-right { float: left; display: block; font-size:0px; }
.button-text { text-transform:lowercase; font-family: Arial, sans-serif; font-size: 10px; font-weight: normal; float: left; display: block; color: #000099; text-decoration: none; text-align:center; }
.pagination .button-text { width:auto; }
.pagination .button-right { margin-right: 1px; }
.pagination .button-small span { filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55; }
.pagination .button-small:HOVER span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.pagination .button-on span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.button-rightaligned   { float: right; }

/* Added by NitroSell - do not remove! */
label { font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: #000; font-weight: bold; }

.menuContainer {
width: 430px; 
height: 300px; 
background-color: white; 
border: 1px solid #c0c0c0;
}

.menuContainer2 {
float: left;
width: 180px; 
height: 210px; 
margin-left: 30px;
margin-bottom: 55px;
position: relative; 
background-color: #f4f4f4; 
border: 1px solid #d0d0d0;
}

/*
.menuContainer #link  {
text-align: center; 
float:left; 
padding: 0; 
margin: 0; 
width: 170px; 
height: 190px; 
position: relative; 
left: 20px; 
top: 20px; 
border: 1px solid #c0c0c0; 
background-color: white;
}
*/

.menuContainer2 #link {
text-align: center; 
float:left; 
padding: 0; 
margin: 0; 
width: 180px; 
height: 210px; 
position: relative; 
left: -5px; 
top: -5px; 
border: 1px solid #c0c0c0; 
background-color: white;
}


/* .menuContainer .BuyBtn a, .menuContainer .BuyBtn a:visited,  */
.menuContainer2 .BuyBtn a, .menuContainer2 .BuyBtn a:visited  {
text-align: center;
float:left; 
padding: 0; 
margin: 0; 
border: 0px solid #c0c0c0; 
background-color: #c0c0c0;
background: url('images/buy_now.gif') repeat-x transparent bottom left;
width: 78px; 
height: 19px; 
position: absolute;
left: 50px;
top: 215px;
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 10px; 
font-weight: normal;
}

.menuContainer2 #MoreInfo a, .menuContainer2 #MoreInfo a:visited {
text-align: center;
float:left; 
padding: 0; 
margin: 0; 
border: 0px solid #c0c0c0; 
background-color: #FFFFFF;
width: 60px; 
height: 15px; 
position: absolute;
left: 0px;
top: -20px;
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 10px; 
font-weight: normal;
}

.menuContainer .categories {
font-family: Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 11px; 
font-weight: bold; 
text-align: left; 
position: absolute; 
left: 210px; 
padding-top: 20px; 
color: blue;
}