BODY {
	margin: 0px auto 10px auto;
	background: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	overflow: -moz-scrollbars-vertical;
	background-image: url(../graphics/bc-background.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

/* ********************************************************************** */
/*     TOP ROW      */
/* ********************************************************************** */

#top {
	text-align: left;
	width: 988px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: middle;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 10px;
}

/* -------------------------------------------------- */
/*     TOOLBAR     */
/* -------------------------------------------------- */

#toolbarContainer {

 }
#toolbar {
	display: none;
 }


/* ********************************************************************** */
/*     MIDDLE AREA     */
/* ********************************************************************** */

#mainContent {
	float: left;
	width: 621px;
	margin: 0px 0px 0px auto;
	padding: 10px 10px 20px 0px;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	display: inline;
	text-align: left;
 }


#middle {
	float: center;
	width: 988px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-image: url(../graphics/meridian_bg.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
 }

#middleContainer {
	width: 988px;
	float: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }

/* -------------------------------------------------- */
/*     LEFT COLUMN     */
/* -------------------------------------------------- */

#left {
	float: left;
	width: 175px;
	margin: 0px 7px 7px 0px;
	padding: 0px;
	display: inline;
	position: relative;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
 }

/* ********** LEFT COLUMN CORNERS ********** */

#left_topCurveLSpace {
	display: none;
 }
#left_topCurveRow {
	display: none;
 }
#left_topCurveRSpace {
	display: none;
 }
#left_btmCurveLSpace {
	display: none;
 }
#left_btmCurveRow {
	display: none;
 }
#left_btmCurveRSpace {
	display: none;
 }

/* ********** LEFT COLUMN HEADER ********** */

#leftTop {
	display: none;
 }

/* ********** LEFT COLUMN CONTENT CONTAINER ********** */

#leftContent {
	float: left;
	width: 167px;
	padding: 0px;
	border: 0px;
	display: block;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
 }

/* ********** CATEGORIES - LEVEL 1 ********** */

UL.categoryLvl1 {
	margin: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 5px 10px 10px;
 }
li.categoryLevel1 {
	width: 130px;
	margin: 0px 0px;
	padding: 5px 5px 0px 5px;
	line-height: 13px;
	list-style: none;
	position: relative;
 }
A.categoryLevel1 {
	font: bold 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #154c8b;
	text-decoration: none;
 }
A.categoryLevel1:visited {
	color: #154c8b;
 }
A.categoryLevel1:hover {
	color: #b61810;
	text-decoration: none;
 }
A.categoryLevel1active {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #154c8b;
	line-height: 13px;
	text-decoration: none;
 }
A.categoryLevel1active:visited {
	color: #154c8b;
 }
A.categoryLevel1active:hover {
	color: #b61810;
	text-decoration: none;
 }

/* ********** CATEGORIES - LEVEL 2 ********** */

UL.categoryLvl2 {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	text-indent: -12px;
 }
li.categoryLevel2 {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	list-style: none;
	position: relative;
	border: 0px;
 }
A.categoryLevel2 {
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
 }
A.categoryLevel2:visited {
	font-size: 10px;
	color: #000000;
 }
A.categoryLevel2:hover {
	color: #b61810;
	text-decoration: none;
 }
A.categoryLevel2active {
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
 }
A.categoryLevel2active:visited {
	color: #000000;
 }
A.categoryLevel2active:hover {
	color: #b61810;
	text-decoration: none;
 }

/* ********** CATEGORIES - LEVEL 3 ********** */

UL.categoryLvl3 {
	padding: 0px 0px 0px 14px;
	margin: 0px;
	text-indent: -10px;
 }
LI.categoryLevel3 {
	margin: 0px;
	font-style: italic;
	line-height: 12px;
	list-style: none;
	position: relative;
 }
A.categoryLevel3 {
	padding: 0px;
	font: italic normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
 }
A.categoryLevel3:visited {
	color: #000000;
 }
A.categoryLevel3:hover {
	color: #b61810;
	text-decoration: none;
 }
A.categoryLevel3active {
	font: italic normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #000000;
	text-decoration: none;
 }
A.categoryLevel3active:visited {
	color: #000000;
 }
A.categoryLevel3active:hover {
	color: #b61810;
	text-decoration: none;
 }

/* ********** CATEGORIES - LEVEL 4 ********** */

UL.categoryLvl4 {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	text-indent: -10px;
 }
LI.categoryLevel4 {
	margin: 0px;
	line-height: 12px;
	list-style: none;
	position: relative;
 }
A.categoryLevel4 {
	padding: 0px;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
 }
A.categoryLevel4:visited {
	color: #000000;
 }
A.categoryLevel4:hover {
	color: #b61810;
	text-decoration: none;
 }
A.categoryLevel4active {
	padding: 0px;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
 }
A.categoryLevel4active:visited {
	color: #000000;
 }
A.categoryLevel4active:hover {
	color: #b61810;
	text-decoration: none;
 }

/* ********** CONTAINER - OTHER LINKS ********** */

UL.leftContentLinks {
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 17px;
 }
LI.listSpacer {
	padding: 0px 2px 0px 0px;
	line-height: 15px;
	list-style: none;
 }

/* ********** NEW LINK ********** */

li.new {
	padding: 5px 2px 0px 0px;
	line-height: 15px;
	list-style: none;
	position: relative;
 }
a.new {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* color: #154c8b; */
	color: #ff0000;
	text-decoration: none;
 }
a.new:visited {
	/* color: #154c8b; */
	color: #ff0000;
 }
a.new:hover {
	color: #b61810;
	text-decoration: none;
 }
a.newActive {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* color: #154c8b; */
	color: #ff0000;
	text-decoration: none;
 }
a.newActive:visited {
	/* color: #154c8b; */
	color: #ff0000;
	text-decoration: none;
 }
a.newActive:visited:hover {
	color: #b61810;
	text-decoration: none;
 }

/* ********** SPECIALS LINK ********** */

li.specials {
	padding: 0px 2px 0px 0px;
	line-height: 15px;
	list-style: none;
	position: relative;
 }
a.specials {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
 }
a.specials:visited {
	color: #ffffff;
 }
A.specials:hover {
	color: #ffffff;
	text-decoration: none;
 }
A.specialsActive {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
 }
A.specialsActive:visited {
	color: #ffffff;
 }
A.specialsActive:visited:hover {
	color: #b61810;
	text-decoration: none;
 }
/* ********** EXTRA PAGE LINKS ********** */

LI.extraPage {
	padding: 2px 2px 0px 0px;
	line-height: 15px;
	list-style: none;
	position: relative;
 }
A.extraPage {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #154c8b;
	text-decoration: none;
 }
A.extraPage:visited {
	color: #154c8b;
 }
A.extraPage:hover {
	color: #b61810;
	text-decoration: none;
 }
A.extraPageActive {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #154c8b;
	text-decoration: none;
 }
A.extraPageActive:visited {
	color: #154c8b;
 }
A.extraPageActive:visited:hover {
	color: #154c8b;
	text-decoration: none;
 }


/* -------------------------------------------------- */
/*     RIGHT COLUMN     */
/* -------------------------------------------------- */

#right {
	float: right;
	width: 162px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	background-color: white;
	display: inline;
	text-align: left;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid #4d4d4d;
 }

 /* ********** RIGHT COLUMN CORNERS ********** */

#right_topCurveLSpace {
	display: none;
 }
#right_topCurveRow {
	display: none;
 }
#right_topCurveRSpace {
	display: none;
 }
#right_btmCurveLSpace {
	display: none;
 }
#right_btmCurveRow {
	display: none;
 }
#right_btmCurveRSpace {
	display: none;
 }

/* ********** RIGHT COLUMN HEADER ********** */

#rightTop {
	width: 168px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	vertical-align: middle;
	color: #000000;
	background: white url(../graphics/bc-hotdeals.gif) no-repeat center 3px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-top: 1px solid #4d4d4d;
 }

/* ********** RIGHT COLUMN CONTENT CONTAINER ********** */

#rightContent {
	float: middle;
	width: 162px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	border: 0px;
	background-color: white;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
 }

/* ***** FEATURED ITEMS ***** */

DIV.featuredItemImage {
	padding: 5px 0px 5px 0px;
 }
A.featuredItemName {
	font-size: 10px;
	color: #757575;
	text-decoration: none;
 }
A.featuredItemName:hover {
	color: #757575;
	text-decoration: underline;
 }
A.featuredItemName:visited {
	color: #757575;
	text-decoration: none;
 }
SPAN.featuredItemNumberLabel {
	font-weight: bold;
	font-size: 10px;
	color: #757575;
 }
SPAN.featuredItemNumber {
	font-size: 10px;
	color: #757575;
 }
SPAN.featuredItemListPriceLabel {
	font-weight: bold;
	font-size: 10px;
	color: #757575;
 }
SPAN.featuredItemListPrice {
	font-size: 10px;
	color: #757575;
 }
SPAN.featuredItemSellPriceLabel {
	font-weight: bold;
	font-size: 11px;
	color: #b61810;
 }
SPAN.featuredItemSellPrice {
	font-weight: bold;
	font-size: 12px;
	color: #b61810;
 }
DIV.featuredItemPriceSpacer {
	padding: 5px;
 }
DIV.featuredItemSeparator {
	margin: 10px 0px;
	width: 140px;
	height: 1px;
	background-color: #e9e9e9;
	text-align: center;
 }

/* ***** RELATED ITEMS ***** */

DIV.relatedItemImage {
	padding: 5px 0px;
 }
A.relatedItemName {
	font-size: 10px;
	color: #b61810;
	text-decoration: none;
 }
A.relatedItemName:hover {
	color: #b61810;
	text-decoration: underline;
 }
A.relatedItemName:visited {
	color: #b61810;
	text-decoration: none;
 }
SPAN.relatedItemNumberLabel {
	font-weight: bold;
	font-size: 10px;
	color: #757575;
 }
SPAN.relatedItemNumber {
	font-size: 10px;
	color: #757575;
 }
SPAN.relatedItemListPriceLabel {
	font-weight: bold;
	font-size: 10px;
	color: #757575;
 }
SPAN.relatedItemListPrice {
	font-size: 10px;
	color: #757575;
 }
SPAN.relatedItemSellPriceLabel {
	font-weight: bold;
	font-size: 11px;
	color: #b61810;
 }
SPAN.relatedItemSellPrice {
	font-weight: bold;
	font-size: 11px;
	color: #b61810;
 }
DIV.relatedItemPriceSpacer {
	padding: 5px;
 }
DIV.relatedItemSeparator {
	margin: 10px 0px;
	width: 166px;
	height: 1px;
	background-color: #e9e9e9;
	text-align: center;

 }


/* ********************************************************************** */
/*     BOTTOM ROW     */
/* ********************************************************************** */

#bottom {
	border-top: 0px solid #ffffff;
	width: 988px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }

#bottom_topCurveLSpace {
	display: none;
 }
#bottom_topCurveRow {
	display: none;
 }
#bottom_topCurveRSpace {
	display: none;
 }
#bottom_btmCurveLSpace {
	display: none;
 }
#bottom_btmCurveRow {
	display: none;
 }
#bottom_btmCurveRSpace {
	display: none;
 }
#bottomTop {
	display: none;
 }
#bottomTopCellPad {
	display: none;
 }
#bottomContent {
	display: none;
 }
#bottomContentPad {
	display: none;
 }
#bottomContentCell_siteInfo {
	display: none;
 }
#bottomContentCell_customerService {
	display: none;
 }
#bottomContentCell_companyInfo {
	display: none;
 }
#bottomContentCell_accountInfo {
	display: none;
 }

/* ********************************************************************** */
/*     FOOTER     */
/* ********************************************************************** */

#footer {
	float: center;
	width: 988px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #989797;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

 }

 #footerContainer {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	float: center;
}

DIV.footerbar {
	font-size: 9px;
	color: #ffffff;
	width: 988px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	border-bottom-width: 0px;
	text-align: center;
 }


a.footerbar {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
 }
a.footerbar:visited {
	color: #ffffff;
 }
a.footerbar:hover {
	color: #ffffff;
	text-decoration: underline;
 }

a.footerSpecial {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
 }
a.footerSpecial:visited {
	color: #cc0000;
 }
a.footerSpecial:hover {
	color: #154c8b;
	text-decoration: none;
 }

 a.footerSpecial1 {
	font-size: 12px;
	font-weight: bold;
	color: #154c8b;
	text-decoration: none;
 }
a.footerSpecial1:visited {
	color: #154c8b;
 }
a.footerSpecial1:hover {
	color: #b61810;
	text-decoration: none;
 }


/* ********************************************************************** */
/*     DEFAULT STYLES     */
/* ********************************************************************** */

A {
	color: #154c8b;
	text-decoration: none;
 }

A:visited {
	color: #154c8b;
	text-decoration: none;
 }

A:hover {
	color: #154c8b;
	text-decoration: underline;
 }

A:active {
	color: #154c8b;
 }

.alertMsg {
	color: #b61810;
 }

.cpobutton {
	height: 20px;
	color: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
	vertical-align: text-bottom;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	background-color: #b61810;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }

.bodyHeader {
	padding-bottom: 5px;
	font-size: 22px ;
	color: #000000;
 }

.bodyText {
	font-size: 11px;
 }

.bodyTextBold {
	font-size: 11px;
	font-weight: bold;
 }

.bodyTextContrast {
	font-size: 11px;
	color: #b61810;
 }

.bodyTextContrastBold {
	font-size: 11px;
	font-weight: bold;
	color: #b61810;
 }

.bodyTextContrastSmall {
	font-size: 10px;
	color: #b61810;
 }

.bodyTextContrastSmallBold {
	font-size: 10px;
	font-weight: bold;
	color: #b61810;
 }

.bodyTextLarge {
	font-size: 12px;
 }

.bodyTextLargeBold {
	font-size: 12px;
	font-weight: bold;
 }

.bodyTextMedium {
	font-size: 11px;
 }

.bodyTextMediumBold {
	font-size: 11px;
	font-weight: bold;
 }

.bodyTextSmall {
	font-size: 10px;
 }

.bodyTextSmallBold {
	font-size: 10px;
	font-weight: bold;
 }

.bodyTextStatus {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #b61810;
 }

.bodyTextStatusSmall {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
 }

.contrastLabel {
	font-size: 11px;
	font-weight: bold;
	color: #b61810;
 }

.formHelp {
	font-size: 10px;
 }

.formLabel {
	font-size: 11px;
 }

.formLabelRequired {
	font-size: 11px;
	font-weight: bold;
 }

.itemDetailName {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 22px;
	color: #000000;
 }

.itemSellPrice {
	color: #b61810;
	font-size: 11px;
	font-weight: bold;
 }

.itemSellPriceLabel {
	color: #b61810;
	font-size: 11px;
 }

.linkedCategory {
	font-size: 12px;
	font-weight: bold;
 }

.linkedItem {
	font-size: 11px;
 }

.tiledItemOOS {
	font-weight: bold;
	font-size: 10px;

	color: #000000;
 }

.tiledItemQty {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
 }

.toolinput {
	font-size: 12px ;
	color: #757575;
 }

/* ********************************************************************** */
/*     CUSTOM STYLES     */
/* ********************************************************************** */

/* ***** HEADER STYLES ***** */

#custBox {
	float:left;
	display: inline;
	margin: 0px 0px;
 	padding: 5px 10px 0px 10px;
	background: url(../graphics/bc-cust-bg.gif) no-repeat left top;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 340px;
	height: 75px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cartTab {
	float: center;
	display: block;
 	margin: 0px 5px 0px 0px;
 	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background: #c3c2c2;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font: bold 9pt Arial, Helvetica, sans-serif;
	width: 110px;
	height: 24px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: bottom;
}

/* ***** TABS ***** */

#topTab {
	float: right;
	display: inline;
/*	background-color: #154c8b; */
background-color: #f30000;
	background-image: url(../graphics/bc-redtab-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-family: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #59646f;
}

#topTab ul {
   margin: 0px 0px;
   padding: 0px 0px;
   list-style: none;
 }

#topTab li {
   float: left;
	background: url(../graphics/bc-redtab-r.gif) no-repeat right top;
   margin: 0px 0px;
   padding: 0px 0px;
 }

#topTab a {
   display: block;
	background: url(../graphics/bc-redtab-l.gif) no-repeat left top;
 	padding: 3px 10px 3px 10px;
	color: #ffffff;
	text-decoration: none;
 }

#topTab a:hover {
	color: #b8cde5;
	text-decoration: none;
 }


/* ***** BLUE BAR ***** */

.blueBar {
	background-image: url(../graphics/bc-bluebar.gif);
	background-repeat: repeat-x;
}

#blueBar {
 	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #ffffff;
	font: normal 9px Tahoma, Arial, Helvetica, sans-serif;
}

.blueBar a {
	color: #154c8b;
	font-weight: bold;
	text-decoration: none;
 }

.blueBar a:hover {
	color: #8d8d8d;
	text-decoration: none;
 }

.blueBar a.red {
	color: #b61810;
	font-weight: bold;
	text-decoration: none;
 }

.blueBar a.red:hover {
	color: #8d8d8d;
	text-decoration: none;
 }

/* ***** HEADERS ***** */

H1 {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	border-top: 3px double #989797;
	border-bottom: 3px double #989797;
}

H3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

/* ***** HOME PAGE TABLES ***** */

TD.bestSellerTitle {
	padding: 5px 10px;
	background: #dedede url(../graphics/bc-corner-l.gif) no-repeat top left;
}

A.bestSellerTitle {
	font-size: 16px;
	font-weight: bold;
	color: #154c8b;
}

A.bestSellerTitle:hover {
	color: #b61810;
	text-decoration: none;
}

TD.bestSeller {
	padding: 5px 1px 5px 5px;
	border: 1px solid #dedede;
}

td.bestSeller ul {
  padding-left:7px;
  margin-left: 7px;
  list-style-image: url('../graphics/list_raquo.gif');
}

#custBox_firstLine {
	height:17px;
}
	#custBox_firstLine span {
		font-size: 11pt;
		font-weight: bold;
	}
	#custBox_firstLine span a {
		font-weight: normal;
		font-size: 7.5pt;
		padding-left: 5px;
	}
#custBox_enews {
	height:30px;
	padding-top: 5px;
	font-weight: normal;
	vertical-align: center;
}
	#custBox_enews form {
		padding: 0px;
		margin: 0px;
	}
	#newsletter_input {
		width: 215px;
		color: #a3a3a3;
		font-size: 8pt;
	}
#custBox_links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;

}
#hotDealsIcon {
	margin-top: 7px;
}
#cartImage {
	float: left;
	padding-left: 7px;
}

a.red {
	color: #b61810;
 }

a.red:hover {
	color: #8d8d8d;
 }


#leftTopSellersTop {
	width: 168px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	vertical-align: middle;
	color: #000000;
	background: white url(../graphics/bc-topsellers-label.gif) no-repeat center 3px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
 }

#leftTopSellers {
	float: middle;
	width: 162px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	border-bottom: 1px solid #4d4d4d;
	background-color: white;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* ********** BOB LEFT LINKS ********** */

#bc_left {
	margin-left: 0px;
	background-color: #d9d7d7;
	padding: 5px 5px 5px 17px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
#bc_left UL {
	margin: 0px;
	padding: 10px 5px 10px 0px;
 }
	#bc_left UL LI {
		padding: 0px 2px 0px 0px;
		line-height: 15px;
		list-style: none;
		position: relative;
	 }
		#bc_left UL LI A {
			font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: #dd0000;
			text-decoration: none;
		 }
		#bc_left UL LI A:visited {
			color: #dd0000;
		 }
		#bc_left UL LI A:hover {
			color: #154c8b;
			text-decoration: none;
		 }

/* ********** BOB RIGHT LINKS ********** */

#bc_right {
	width: 100%;
	background-color: #d9d7d7;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid #4d4d4d;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
	#bc_right UL {
		margin: 0px;
		padding: 10px 5px 10px 0px;
	 }
		#bc_right UL LI {
			padding: 0px 2px 0px 0px;
			line-height: 15px;
			list-style: none;
			position: relative;
		 }
			#bc_right UL LI A {
				font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #154c8b;
				text-decoration: none;
			 }
			#bc_right UL LI A:visited {
				color: #154c8b;
			 }
			#bc_right UL LI A:hover {
				color: #b61810;
				text-decoration: none;
			 }

#bc_search {
	width: 100%;
	background-color: #e9e9e9;
	padding: 10px;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #aaaaaa;
}
	#bc_search form {
		margin: 0px;
		padding: 0px;
	}
		#search_term {
			width: 115px;
			font: 8pt Arial, Helvetica, sans-serif;
			margin-right: 3px;
			color: #666666;
			vertical-align: text-bottom;
		}
		#search_button {
			background-color: #154c8b;
			width: 25px;
		}
	#bc_search div {
		text-align: center;
		padding-right: 15px;
		padding-top: 8px;
	}

#bc_livehelp {
	width: 168px;
	padding: 8px 0px;
	background-color: #989797;
	text-align: center;
	border-top: 1px solid #4d4d4d;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
	#bc_livehelp UL {
		margin: 0px;
		padding: 10px 5px 10px 10px;
		text-align: left;
	 }
		#bc_livehelp UL LI {
			padding: 0px 2px 0px 0px;
			line-height: 15px;
			list-style: none;
			position: relative;
		 }
			#bc_livehelp UL LI A {
				font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #efefef;
				text-decoration: none;
			 }
			#bc_livehelp UL LI A:visited {
				color: #efefef;
			 }
			#bc_livehelp UL LI A:hover {
				color: #d0dadb;
				text-decoration: none;
			 }

#cartTab img {
	margin-right: 5px;
}
#cartTab a {
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: black;
}

#navbar {
	width: 988px;
	margin: 0px auto;
	height: 25px;
	padding: 0px;
	font: normal 10pt Arial, Helvetica, sans-serif;
	background: url(../graphics/bc-navbar-bg.gif) repeat-x;
	text-align: center;
	border-bottom: 1px solid #000000;
}
	#navbar span {
		float: left;
		display: block;
		height: 25px;
		border-right: 1px solid black;
	}
	.navspacer {
		background: url(../graphics/bc-navbar-bg-spacer.gif) no-repeat;
	}
	#navbar ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#navbar ul li {
		float: left;
	}
	#navbar ul li a {
		display: block;
		float: left;
		height: 25px;
		padding: 0px 15px;
		color: #07317c;
		font: bold 10pt/25px arial,helvetica,sabs-serif;
		text-transform: uppercase;
		text-decoration: none;
		border-right: 1px solid black;
	}
	#navbar ul li a:hover {
		background: #154c8b;
		color: #b8cde5;
		text-decoration: none;
	}


/* ********** DROPDOWN MENU CLASSES ********** */
.dropmenu {
	position:absolute;
	margin-left: -1px;
	top: 0;
	border: 1px solid #000000;
	border-width: 0 1px;
	font: normal 12px arial,helvetica,sans-serif;
	line-height: 18px;
	z-index: 100;
	width: 150px;
	background-color: #efefef;
	visibility: hidden;
	text-align: left;
}
.dropmenu a {
	width: auto;
	display: block;
	border: 0 solid #000000;
	border-bottom-width: 1px;
	padding: 2px 5px;
	text-decoration: none;
	color: black;
}

* html .dropmenu a{ /*IE only hack*/
	width: 100%;
}

.dropmenu a:hover{
	background-color: #154c8b;
	color: white;
	text-decoration: none;
}

.altimgs {
	margin-top: 10px;
}
.itemAltImage {
	width: 75px;
	border: none;
	margin: 2px 4px;
}

/* ********************************************************************** */
/*     CUSTOM MULTI-PAGE NAV      */
/* ********************************************************************** */

	.thumbnailNav {
		height: 24px;
		font: bold 7.5pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
		.breadcrumb {
			float: left;
			margin: 0 0 0 15px;
			display: inline;
			vertical-align: top;
		}
		.pages {
			float: right;
			margin: 0 13px 0 0;
			display: inline;
			vertical-align: top;
		}
			.pages ul {
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
			.pages ul li {
				float: left;
				list-style: none;
				font: bold 7.5pt Verdana, Geneva, Arial, Helvetica, sans-serif;
				padding-right: 4px;
			}
			.pages ul li.itemCount {
				padding-right: 15px;
				color: #a4a4a4;
			}

			.pages ul li.pageNavArrow {
				color: #cfcfcf;
				font-size: 14pt;
				font-weight: normal;
				margin-top: -6px;
			}
			.pages ul li.pageNavArrow a {
				font-size: 14pt;
				font-weight: normal;
			}
			.pages ul li a {
				font: bold 7.5pt Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
			.pages ul li a.active {
				color: #7da8ca;
				font-weight: bold;
			}
			.pages ul li a.all {
				padding-left: 10px;
			}
			.pages ul li a.all_active {
				padding-left: 10px;
				color: #7da8ca;
			}
			ul.pages li a.active {
				color: #7da8ca;
			}

/* ********************************************************************** */
/*     NARROW BY STUFF    */
/* ********************************************************************** */

#narrowby {
	margin: 10px 0px;
}
	#nb_label {
		display: none;
	}
	#narrowby select {
		font-size: 7.5pt;
	}
	#nb_button {
		vertical-align: middle;
		padding-bottom: 1px;
	}


/* ***** EXTRA PAGE LOGO TABLES ***** */

TD.logos {
	padding: 1px 1px;
	border: 1px solid #dedede;
	text-align: center;
}
div.itemDetailCatLink a {
  color: #dd0000;
}


/* ***** GOOGLE MINI STYLES ***** */

#google_search {
	font: 10pt Arial, Helvetica, sans-serif;
}

#searched_for_bar {
	background: url(../graphics/bc-bar-searched-for.gif) top left no-repeat;
	height: 22px;
	font: 9pt Arial, Helvetica, sans-serif;
	color: black;
	padding: 2px 0px 3px 8px;
	margin-bottom: 10px;
	width: 100%;
}
	#searched_for_term {
		float: left;
	}
	#searched_for_results {
		float: right;
		margin-right: 25px;
	}

#search_km_top {
	background: url(../graphics/bc-search-km-top.gif) top center no-repeat;
	margin:0px;
	padding:0px;
	height:12px;
	min-height:12px;
	line-height:12px;
	width: 611px;
}

#search_km_bottom {
	background: url(../graphics/bc-search-km-bottom.gif) top center no-repeat;
	width: 611px;
}

.search_container {
	width: 611px;
}

	.search_km_content {
		font: 8pt Arial, Helvetica, sans-serif;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		padding: 0 5px;
	}

	.search_content {
		font: 8pt Arial, Helvetica, sans-serif;
		width: 611px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		padding: 0 5px;
	}
		.search_content TABLE {
			width: 591px;
		}
		.search_image {
			padding: 0 10px;
			width: 80px;
		}

		a.search_name {
			font: bold 9pt Arial, Helvetica, sans-serif;
			color: #154c8b;
		}
		a.search_name:hover {
			color: #154c8b;
		}
		.search_text {
			font: normal 8pt/10pt Arial, Helvetica, sans-serif;
		}

		.search_price_list_amt {
			font: bold 8pt Arial, Helvetica, sans-serif;
			color: #000000;
			margin: 0 5px 0 0;
		}
		.search_price_sell_amt {
			font: bold 8pt Arial, Helvetica, sans-serif;
			color: #b61810;
			margin: 0 5px 5px 0;
		}

.search_divider {
	width: 535px;
	color: #e0e0e0;
	height: 2px;
	margin: 5px 0;
}
.search_buy {
	width: 35px;
}

#search_suggestion {
	font-family: Arial, Helvetica, sans-serif;
	color: #b61810;
	margin: 0 0 10px 10px;
}
	#search_suggestion span a {
		font-weight: bold;
		color: #154c8b;
		font-style: italic;
	}

.search_panel_top {
	margin-bottom: 12px;
}
.search_panel_bottom {
	margin-top: 20px;
	text-align: center;
}
	.search_panel_top form, .search_panel_bottom form {
		margin: 0;
		padding: 0;
	}
.search_tips a {
	font: 7.5pt Arial, Helvetica, sans-serif;
	color: #154c8b;
}
	.search_tips a:hover {
		color: #154c8b;
	}

#search_page_nav {
	text-align: center;
	margin-top: 25px;
}
.pageNavPages {
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
}
.pageNavPages a {
	color: #154c8b;
	padding: 0 1px;
}
	.pageNavPages a:hover {
		color: #154c8b;
	}
.pageNavLinkText {
	font-size: 9pt;
	padding: 0 1px;
}
.search_page_active {
	color: #000000;
	padding: 0 1px;
}
.pageNavPagesLabel {
	color: #696969;
	font-size: 9pt;
}

#search_omit {
	font-size: 7.5pt;
	margin-left: 10px;
}
#search_powered_by {
	margin-top: 20px;
	color: #696969;
	text-align: center;
}
/* *** Tag Cloud *** */
.gu_clouds {	background-color:#FFFFFF;	text-align:left;}
.gu_clouds .gu_cloud_link_class1,.gu_clouds .gu_cloud_link_class2,.gu_clouds .gu_cloud_link_class3,.gu_clouds .gu_cloud_link_class4 {text-decoration:none; border:none;}
.gu_clouds .gu_cloud_link_hide{display:none}
.gu_clouds .gu_cloud_link_class1:hover,.gu_clouds .gu_cloud_link_class2:hover,.gu_clouds .gu_cloud_link_class3:hover,.gu_clouds .gu_cloud_link_class4:hover {background-color:;}
.gu_clouds .gu_cloud_link_class1{color:#87a800;}
.gu_clouds .gu_cloud_link_class2{color:#990000;}
.gu_clouds .gu_cloud_link_class3{color:#3366FF;}
.gu_clouds .gu_cloud_link_class4{color:#666666;}
.gu_clouds .gu_cloud_link_class1:hover{color:#87a800;}
.gu_clouds .gu_cloud_link_class2:hover{color:#990000;}
.gu_clouds .gu_cloud_link_class3:hover{color:#3366FF;}
.gu_clouds .gu_cloud_link_class4:hover{color:#666666;}
.appurl { font-size: 14pt; }
