@charset "utf-8";
/* CSS Document */

body a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	}
body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}
.StdH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.StdDg {
	padding: 2px;
	border: thin solid #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	background-color: #FFFFFF; /*light blue*/
}
.StdDg h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.StdDg h1 a {
	float: left;
	display: block;
	width: 1000px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.StdDg h1 a span {
  display: none;
}


/* -------------------------------  Top Bar Elements  ------------------------------- */
/* Search Website Feature */

#search_bg {
	width: 170px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	position: relative;
}

#search_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px;
	position: absolute;
	top: 1px;
	left: 6px;
}
#search_arrow {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	display: block;
	right: 6px;
	top: 0px;
}

.search_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 2px;
	border: 1px solid #000000;
	width: 130px;
	height: 21px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.StdDgBold {
	padding: 2px;
	border: thin solid #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #d3dbe2; /*light blue*/
}
.StdDgP{
	color: white;
	background-color: #369; /*medium blue*/
}
.StdDgP A:link , .StdDgP A:visited , .StdDgP A:active{
	color: #ffffff;
}
.StdDgP A:hover{
	color: #fc3; /*yellow*/
	text-decoration: underline;
}

.StdDgH {
	color: #036;  /*dark blue*/
	background-color: #99b4cd;
	font-weight: bold;
}
.StdDgH A:link, .StdDgH A:visited, .StdDgH A:active{
	color: #036;  /*dark blue*/
	font-weight: bold;
}
.StdDgH A:hover{
	color: #fc3; /*yellow*/
	font-weight: bold;
}
.StdDgI {
	background-color: #d3dbe2;
}
.StdDgI A:link, .StdDgI A:visited, .StdDgI A:active, .StdDgI a{
	color: #036;  /*dark blue*/
	text-decoration:none;
}
.StdDgI A:hover{
	color: #036;  /*dark blue*/
	text-decoration:underline;
}
.StdDgIForm {
	border: 1px solid #99B4CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #036;  /*dark blue*/
	text-decoration: none;
	background-color: #d3dbe2; /*light blue*/
}
.StdDgA {
	background-color: #FFFFFF;
}
.StdDgA A:link, .StdDgA A:visited, .StdDgA A:active{
	color: #036;  /*dark blue*/
	text-decoration:none;
}
.StdDgA A:hover{
	color: #036;  /*dark blue*/
	text-decoration: underline;
}
.mouseOverColor {
     background: #999999;
     color: #ffffff;
}

.mouseOutColor {
     background: #ffffff;
     color: #000033;
}

a.leftnav:link, a.leftnav:active, a.leftnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.leftnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	}
	
body a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	}
body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: navy;
	text-decoration: underline;
	}
FORM {display:inline;} .navHeadings {
	background-color: #036;  /*dark blue*/
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.navHeadings A:link, .navHeadings A:visited, .navHeadings A:active {
	color: #fff; /*white*/
	font-weight: bold;
	text-decoration: none;}
	
.navHeadings  A:hover {
	color: #fff; /*white*/
	font-weight: bold;
	text-decoration: underline;}

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.NavDg {
	padding: 2px;
	border: thin solid navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #d3dbe2; /*light blue*/
}
.NavDgBold {
	padding: 2px;
	border: thin solid navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.NavDgP
{
	font-weight: bolder;
	color: #036;  /*dark blue*/
	background-color: #d3dbe2; /*light blue*/
}
.NavDgP A:link , .NavDgP A:visited , .NavDgP A:active{
	color: #036;  /*dark blue*/
	text-decoration:none;
}
.NavDgP A:hover{
	color: #000000;  /*black*/
	text-decoration:underline;
}

.NavDgH {
	color: #036;  /*dark blue*/
	background-color: #d3dbe2; /*light blue*/
	font-weight: bold;
}
.NavDgH A:link, .NavDgH A:visited, .NavDgH A:active{
	color: #036;  /*dark blue*/
	font-weight: bold;
	text-decoration:none;
}
.NavDgH A:hover{
	color: #036;  /*dark blue*/
	text-decoration:underline;
}
.NavDgI {
	background-color: #d3dbe2;
}
.NavDgI A:link, .NavDgI A:visited, .NavDgI A:active{
	color: #036;  /*dark blue*/
	text-decoration:none;
}
.NavDgI A:hover{
	color: #036;  /*dark blue*/
	text-decoration:underline;
}
.NavDgIForm {
	border: 1px solid #99b4cd; /*medium blue*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #036;  /*dark blue*/
	text-decoration: none;
	background-color: #d3dbe2; /*light blue*/
}
.NavDgA {
	background-color: #d3dbe2; /*light blue*/
}
.NavDgA A:link, .NavDgA A:visited, .NavDgA A:active{
	background-color: #d3dbe2; /*light blue*/
	color: #036;  /*dark blue*/
	text-decoration:none;
}
.NavDgA A:hover{
	color: #036;  /*dark blue*/
	text-decoration:underline;
}
.but
{
	height:22px;
	border-top:.1em solid #fff;
	border-right:.15em solid #333;
	border-bottom:.15em solid #555;
	border-left:.15em solid #fff;
	margin:0;
	white-space:nowrap;
	color:#FFFFFF;
	background:#369; /*dark blue*/
	font-family:Arial;
	font-size: xx-small;
	font-weight:bolder
}
.butCheckout 
{
	width:120px;
}

.gold A:link, .gold A:visited, .gold A:active, .gold A:hover {
color:#ca8604;
font-size:14px;
line-height:18px;
font-weight:bold;
text-decoration: none;
}
	
DT, DT A:link, DT A:active, DT A:visited, DT A:hover	
{	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding-top: 15px;
	font-size:12px;}	

p, dd, dt, td, th {
	font: 9pt/12pt Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	}

	
/* LINKS */	

#linkList { 
	font: 12px Arial, Helvetica, sans-serif;
	width: 199px; 
	background-color: #99b4cd; }

#linkList h3.select { 
	background: #d3dbe2; 
	color: navy;
	margin: 0px 0px 0px 0px; 
	width: 199px; 
	padding-top: 6px; 
	}

#linkList ul {
	margin: 0px;
	padding: 3px;
	}
#linkList li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height: 14px; 
	list-style-type: none;
	padding-top: 3px; 
	margin-bottom: 3px;
	}

#linkList li a:link { 
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	font-size: 12px;
	font-weight: bold;
	}
#linkList li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	font-size: 12px;
	font-weight: bold;
	}
#linkList li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}
#linkList li a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}
	

.PageLabel 
{
	font-weight:bolder;
	font-family:Arial;
	font-size:medium;
}
.LeftNav
{

}
.GieDg
{
	width:300px;
}
.AgingStatusDg
{
	width:300px;
}
.Header
{
	width:100%;
}
.Body
{
	width: 800px;
}
.Error
{
	color:Red;
}
.CreditCard
{
	width:300px;
}
.TempShipTo
{
	width:300px;
}
.AccountDetail
{
	width:300px;
}
.CustomerBadge
{
	
}
.SubItem
{
 width:auto;	
}
.Total
{
	width:100px;
}
.DebugDg {
	padding: 2px;
	border: thin solid navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 625px;
}
.DebugDgH {
	color: #000000;
	background-color: RED;
	font-weight: bold;
}
.DebugDgI {
	background-color: RED;
}
.Debug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Fuchsia;

}

/*top of page header*/
	
TABLE.body

{font-size:12px;
color: black;
font-family:Arial, Helvetica, sans-serif; }


/*clear tag - eliminates need for br clear all before heads and horizontal rules */

hr {clear:both;}



/*HEADLINE SIZES -- brings IE and Foxfire in line */
				
			
h5 { font-size:12px; } 				
h6 { font-size:10px; } 	

img {border:none;}	

/* new formatting for header */
/* Cart, Shipping and Email Buttons */

.VIEWCART {
	display: block;
	float: right;
	width: 130px;
	height: 25px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.tcpglobal.com/images/VIEWCART.jpg") 0 0 no-repeat;
}
.VIEWCART:hover {
	background-position: 0px -25px;
}
.VIEWCART span {
	display: none;
}

.FREESHIPPING a {
	display: block;
	float: left;
	width: 180px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.tcpglobal.com/images/50SHIPPING.jpg") 0 0 no-repeat;
}
.FREESHIPPING a:hover {
	background-position: 0px -25px;
}
.FREESHIPPING span {
	display: none;
}

.EMAILUS a {
	display: block;
	float: right;
	width: 130px;
	height: 25px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("http://www.tcpglobal.com/images/EMAILUS.jpg") 0 0 no-repeat;
}
.EMAILUS a:hover {
	background-position: 0px -25px;
}
.EMAILUS span {
	display: none;
}

.hdr_subcat {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#supercat_nav a.hdr_subcat:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#supercat_nav a.hdr_subcat:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#de462f; 
	font-size:11px; 
	font-weight:bold;
	text-decoration:none;
}
#supercat_nav a.hdr_subcat:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#supercat_nav a.hdr_subcat:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#supercat_nav a.hdr_subcat:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#de462f; 
	font-size:11px; 
	font-weight:bold;
	text-decoration:none;
}

#mast_container {
	width:100%;
	background:#de462f;
	border-bottom:1px solid #000;
}

.clear { clear:both; }
.show { display:block; }
.hidden { visibility:hidden; position:absolute; left:-9999999px; }
.invisible { visibility:hidden; }

#welcome_text { float:left; margin:-2px 0 6px 10px; }
* html #welcome_text { margin-left:5px; }
#help_nav, #help_nav li { margin:0; padding:0; list-style:none; font-size:11px; }
#help_nav { text-transform:none; float:right; margin-right:10px; }
* html #help_nav { margin-right:5px; }
#help_nav li { float:left; display:block; margin-left:5px; padding:0 0 0 5px; border-left:1px solid #8490C0; }
#help_nav li.first { border:none; }
#help_nav li a:link, #help_nav li a:visited { text-decoration:none; letter-spacing:-1px; color:#3B498B; }
#help_nav li a:hover, #help_nav li a:visited:hover { text-decoration:underline; }

#supercat_nav {
	background:#de462f;
	display:block;
	width:1000px;
}
#supercat_nav, #supercat_nav li { 
	margin:0; 
	padding:0; 
	list-style:none; 
	font-size:11px;
	font-weight:bold;
}
#supercat_nav li {
	float:left;
	background:#de462f;
	padding:4px 4px;
	font-size:11px;
	font-weight:bold;
}
#supercat_nav li.over { background:url(/lowes2/images/mast/supercat_nav_over.jpg) 0 0 repeat-x #000066; }
#supercat_nav li a {
	background-color:#de462f;
	padding-right:10px;
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#supercat_nav li.over a { background:url(/lowes2/images/mast/supercat_nav_over_arrow.jpg) right center no-repeat; color:#de462f; }
#supercat_nav li a:hover { 	background-color:#000066; text-decoration:none; color:#de462f; font-size:11px; font-weight:bold;}
#supercat_nav li.all { background-color:#000066; padding:4px 8px 4px 8px; }
#supercat_nav li.all a { background:url(/lowes2/images/mast/supercat_nav_all_arrow.jpg) left center no-repeat; padding:0 0 0 15px; }
#supercat_nav li.all a:hover { text-decoration:underline; }

.extra { padding:5px; font-size:12px;line-height:16px; border:1px solid #000066; background:url(/lowes2/images/mast/dropdown_div_bg.jpg) 0 0 repeat-y; }
.extra_one { padding:5px; font-size:12px;line-height:16px; border:1px solid #000066; }

.extra li a.sublist {
	line-height:16px;
}


#category_subnav {
	font-size:12px;
	background-color:#000066;
	position:absolute;
	z-index:9999;
}
#category_subnav ul { float:left; margin:0 10px 0 0; padding:0; list-style:none; font-weight:bold; width:141px; }
#category_subnav ul.end { margin-right:0; }
#category_subnav ul li { margin-bottom:0px; font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;line-height:16px; }
#category_subnav ul li a { font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#FFFFFF;text-decoration:none;font-weight:bold;display:block;padding:0px 0px 2px 0px;line-height:16px; margin:0px;}
#category_subnav ul li a.more { background:url(/lowes2/images/mast/drp_more.gif) 6px center no-repeat; padding-left:15px; }
#category_subnav ul li a:hover { background-color: #FFFFFF; color: #de462f }
#category_subnav ul li a.more:hover { background:url(/lowes2/images/mast/drp_more.gif) 6px center no-repeat #FFFFFF; color: #000000 }
#category_subnav ul li ul { float:none; font-size:12px;font-weight:normal; margin-right:0; border:none; }
#category_subnav ul li ul li { margin:0px; }

#hide_select { position:absolute; height:0; width:0; left:-100px; z-index:9998; 

filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0; }

UNKNOWN {
        FONT-SIZE: small
}
#header {
        FONT-SIZE: 93%; BACKGROUND: url(http://www.tcpglobal.com/images/bgheader2.gif) #02027e repeat-x 50% bottom; FLOAT: left; WIDTH: 100%; LINE-HEIGHT: normal;
}
#header UL {
        PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none;
}
#header LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 7px;
	BACKGROUND: url(http://www.tcpglobal.com/images/left-B.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}
#header A {
        PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 6px; FONT-WEIGHT: bold; BACKGROUND: url(http://www.tcpglobal.com/images/right-B.gif) no-repeat right top; FLOAT: left; PADDING-BOTTOM: 4px; COLOR: #FFFFFF; PADDING-TOP: 5px; TEXT-DECORATION: none;
}
#header A {
        FLOAT: none
}
#header A:hover {
        COLOR: #FFFFFF
}
#header #current {
        BACKGROUND-IMAGE: url(http://www.tcpglobal.com/images/left_on-B.gif);
}
#header #current A {
        BACKGROUND-IMAGE: url(http://www.tcpglobal.com/images/right_on-B.gif); 
PADDING-BOTTOM: 5px; COLOR: #FFFFFF;
}

#pos0 {
	position:relative;
}
#pos1 {
	position:relative;
}
#pos2 {
	position:relative;
}
#pos3 {
	position:relative;
}
#pos4 {
	position:relative;
}
#pos5 {
	position:relative;
}
#pos6 {
	position:relative;
}


#greenfoot {
	background-color:#d4eda8;
}
#greenfoot a { text-decoration: none; }
#greenfoot a:hover { text-decoration: underline; }

