/* ///////////////////////////////// Right Hand Menu //////////////////////////////// */
div#shoppingBasket {
	width: 182px;
}
div#shoppingBasket ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#shoppingBasket li {
	font-size: 12px;
	width: 172px;
	height: 31px;
	padding-left: 10px;
	line-height: 29px;
	background-image: url(../../../Images/NETSite/shopping_basket_row_bg.gif);
	background-repeat: repeat-x;
}
div.shoppingBasketHeader {
	background-image: url(../../../Images/NETSite/shopping_basket_header.gif);
	width: 172px;
	height: 30px;
	color: #ffffff;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	line-height: 30px;
	font-weight: bold;
}
div.shoppingBasketFooter {
	background-image: url(../../../Images/NETSite/shopping_basket_footer.gif);
	width: 172px;
	height: 25px;
	color: #ffffff;
	padding-left: 10px;
	line-height: 25px;
	font-weight: bold;
}


table.right_background{ 
	background: url(../../../Images/NETSite/right_backfade.gif) repeat-x top;
}
/* //////////////////////////// Shopping Basket ////////////////////////////  */
table.basket-container{ 
	border-bottom: 13px solid White;
	background: url(../../../images/NETSite/basket_background_fade.gif) repeat-x left;
}
td.basket-categories{ 
	text-indent: 6px;
	color: #fff;
	font-weight: normal;
	height: 22px;
	background: url(../../../Images/NETSite/categories_title_back.gif) repeat-x top;
}
/* ****** Links ******** */
td.basket-categories a:link{ 
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
td.basket-categories a:visited{ 
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
td.basket-categories a:hover{ 
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
td.basket-categories a:active{ 
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
/* ************************** */
td.basket-title1{ 
	text-indent: 6px;
	color: #666;
	height: 17px;
	border-bottom: 1px solid #8c8c8c;
	font-weight: normal;
}
td.basket-title1a{ 
	padding-right: 6px;
	color: #666;
	height: 17px;
	border-bottom: 1px solid #8c8c8c;
	font-weight: normal;
}
td.basket-title2{ 
	text-indent: 6px;
	color: #666;
	height: 17px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8c8c8c;
}
td.basket-title2a{ 
	padding-right: 6px;
	color: #666;
	height: 17px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8c8c8c;
}
td.basket-title3{ 
	text-indent: 6px;
	color: #333;
	font-weight: bold;
	height: 17px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8c8c8c;
}
td.basket-title3a{ 
	padding-right: 6px;
	color: #333;
	font-weight: bold;
	height: 17px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8c8c8c;
}
td.basket-title4{ 
	text-indent: 6px;
	color: #cc0000;
	height: 17px;
	border-top: 1px solid #fff;
}
td.basket-title4a{ 
	padding-right: 6px;
	color: #cc0000;
	height: 17px;
	border-top: 1px solid #fff;
}
span.standard {
	font-weight: bold;
	color: #008cbf
	}
span.value {
	font-weight: bold;
	color: #a6c84f
	}
span.specialty {
	font-weight: bold;
	color: #df1835
	}
.right-nav-border{
	border: 1px solid #cccccc;
}
div.banner-container{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}