/*
*************************************************

LEVOLOR
Base Screen Styles

These styles are limited to html selectors and
set the base to build the rest of the css on.

*************************************************
*/

html, body {
	color: #3b498b;	
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
img {
	border: none;
	}
	
p, h1, h2, h3, h4, h5, ul, ul li {
	margin: 0;
	padding: 0;
	}

h1 {
	clear: left;
	margin-bottom: 15px;
	font-size: 20px;
	}
	
.h1-subhead {
	font-size: 20px;
	margin-bottom: 15px;
	}
	
.h1-subhead-avant {
	font-size: 20px;
	margin-bottom: 50px;
	}
	
h2 {
	margin-bottom: 10px;
	font-size: 16px;
	}

h2 .subhead {
	font-size: 14px;
	}

h3 {	
	margin-bottom: 15px;
	font-size: 15px;
	}
	
h4 { /* Same as h2 but no bottom margin */
	margin-bottom: 3px;
	font-size: 18px;
	}
	
h5 { /* Same as h3 but no bottom margin */
	margin-bottom: 3px;
	font-size: 15px;
	}
	
p {
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 15px;
	font-family: times, serif;
	}
  
a {
	color: #980800;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
ol {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 15px;
	font-family: times, serif;
	}
	
ol li {
	padding: 0 0 10px 0;
	}
	
ul {
	margin: 0 0 18px 15px;
	}
/*
*************************************************

LEVOLOR
Framework Screen Styles

This defines the navigation & general structure
of the site.

*************************************************
*/



/* HEADER
========================================================================*/

#header-wrap {
	background: #dddfeb;
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 87px;
	text-align: left;
	}
	
#header #logo {
	border: 0;
	}
	
.live-chat {
	position: relative;
	top: 0px;
	left: 10px;
	}
	
		
	
/* ORDER NAV
=======================================================================*/
	
ul#ordernav {
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 700px;
	list-style: none;
	text-align: right;
	}
	
#ordernav a:hover {
	text-decoration: underline;
	}
	
ul#ordernav li {
	display: inline;
	padding: 0 2px 0 6px;
	border-left: 1px solid #17215e;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
ul#ordernav li.first {
	border-left: 0;
	}
	
ul#ordernav li.cart {
	background: transparent url("/vendor/lowes/img/icon_cart.gif") no-repeat 7px 0px;
	padding-left: 25px;
	}
	
ul#ordernav li.account {
	background-image: url("/vendor/lowes/img/icon_account.gif");
	border-left: 0;
	padding: 0 0 0 14px;
	margin-left: 30px;
	}
	
	
	
/* MAIN NAV BAR
=======================================================================*/

#mainnav-wrap {
	background: #3b498b url("/vendor/lowes/img/nav_bar.jpg");
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px; /* IE 6 Fix */
	width: 100%;
	height: 29px;
	z-index: 3;
	}
	
#mainnav, #mainnav ul {
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
	z-index: 30;
	}
	
	
/* Main Nav - Tabs */
	
#mainnav li {
	float: left;
	margin-top: 7px;
	height: 15px;
	border-left: 1px solid #2a3465;
	border-right: 1px solid #9caada;
	}
	
#mainnav li.last { /* Main Links */
	border-right: 0;
	}
	
#mainnav li.first { /* Main Links */
	border-left: 0;
	}

#mainnav li a {
	position: relative;
	display: block;
	color: #fff;
	margin: -2px 4px 0 4px;
	padding: 0 10px 5px 10px;
	line-height: 19px;
	text-decoration: none;
	}
	
#mainnav a .tabend {
	position: absolute;
	top: 0;
	right: 0;
	_right: 3px; /* IE 6 Fix */
	width: 3px;
	height: 3px;
	font-size: 0; /* IE 6 Fix */
	}
	
#mainnav li:hover a, #mainnav li.sfhover a, #mainnav li.active a {
	color: #980800;
	background: #fff url("/vendor/lowes/img/nav_tab_l.gif") no-repeat;
	#background: #fff url("/vendor/lowes/img/nav_tab_l.gif") no-repeat 2px left; /* IE 6 & 7 Fix (Due to negative margin) */
	}	
	
#mainnav li:hover a .tabend, #mainnav li.sfhover a .tabend, #mainnav li.active a .tabend {
	background: transparent url("/vendor/lowes/img/nav_tab_r.gif") no-repeat;
	}
	

/* Main Nav - Dropdowns */

#mainnav li ul {
	position: absolute;
	background: #fff;
	margin-left: 3px;
	padding: 7px 15px 12px 15px;
	border: 1px solid #17215e;
	border-top: 0;
	width: 195px;
	z-index: 100;
	}
	
#mainnav li ul li {
	float: none;
	background: transparent url("/vendor/lowes/img/nav_bullet_a.gif") no-repeat 0 11px;
	border: 0;
	margin: 0;
	padding: 4px 0 4px 12px;
	}
	
#mainnav li ul li.sub {
	float: none;
	background: transparent url("/vendor/lowes/img/nav_bullet_b.gif") no-repeat 15px 11px;
	border: 0;
	margin: 0;
	padding: 4px 0 4px 27px;
	}
	
#mainnav li ul li a {
	color: #980800;
	background: transparent !important;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#mainnav li ul a:hover {
	text-decoration: underline;
	}
	
	
/* Subnav Activation */
	
#mainnav li ul {
	left: -999em; /* Hide Sub Menus */
	}

#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto; /* Show Sub Menus */
	}
	

/* E-mail Sign Up */

#sign-up-main {
	color: #fff;
	float: right;
	padding-right: 7px;
	}

#sign-up-main label {
	float: left;
	line-height: 29px;
	}

#sign-up-main input {
	float: left;
	color: #999;
	border: 1px solid #999;
	height: 17px;
	margin: 5px 8px 5px 5px;
	padding: 0 3px;
	}
	
#sign-up-main img {
	float: left;
	margin-top: 4px;
	}
	
	
#content {
	position: relative;
	margin: 35px auto 100px auto;
	width: 930px;
	#z-index: -2; /* IE6 & IE7 */
	}
	
#content-print { /* content dive for when the nav and other framework is not present */
	position: relative;
	margin: 35px 35px 100px 35px;
	}
	
	
	
	
/* BREAD CRUMBS
=======================================================================*/

#breadcrumbs {
	background: #fff url("/vendor/lowes/img/breadcrumbs_bg.jpg") no-repeat bottom left;
	margin: 0 auto;
	padding: 0 15px;
	width: 900px;
	height: 29px;
	line-height: 29px;
	text-align: left;
	}
	
	

	
	
/* FOOTER
=======================================================================*/

#footer-wrap {
	background: #dddfeb;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	}
			
#footer-clear { /* Keep the footer from overlapping content */
	clear: both;
	width: 100%;
	height: 160px;
	}
	
#footer {
	position: relative;
	margin: 0 auto;
	width: 930px;
	font-size: 12px;
	}
	
	
/* E-mail signup */

#sign-up-foot {
	padding: 14px 0 5px 0;
	height: 29px;
	}
	
#sign-up-foot label {
	float: left;
	line-height: 29px;
	}
	
#sign-up-foot input {
	float: left;
	color: #999;
	border: 1px solid #999;
	height: 17px;
	margin: 5px 8px 5px 5px;
	padding: 0 3px;
	}
	
#sign-up-foot img {
	float: left;
	margin-top: 6px;
	border: 0;
	}
	
	
/* Nav List */
	
#footer #nav {
	margin: 0;
	padding: 25px 0 10px 0;
	width: 461px;
	list-style: none;
	border-bottom: 1px dotted #17215e;
	}
	
#footer #nav li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #17215e;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
#footer #nav li.first {
	border: 0;
	padding: 0 5px 0 0;
	}
	
	
/* Divisions List */
	
#footer #divisions {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#footer #divisions li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #17215e;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
#footer #divisions li.label {
	display: block;
	border: 0;
	padding: 9px 5px 0 0;
	font-weight: bold;
	font-size: 12px;
	}
	
#footer #divisions li.first {
	border: 0;
	padding: 0 5px 0 0;
	}
	

/* Dotted Rule */

#footer #rule {
	background: transparent url("/vendor/lowes/img/footer_rule.gif");
	width: 457px;
	height: 1px;
	}
	
#footer #rule hr {
	display: none;
	}
	
	
/* Logo Area - (Verisign Etc...) */
	
#footer #logo-box {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url("/vendor/lowes/img/logo_box.jpg");
	padding: 8px 5px 0 20px;
	height: 81px;
	}
	
#footer #logo-box img {
	margin-right: 15px;
	}
	
#footer #logo-box #verisign {
	display: inline;
	}
	
#footer #logo-box #end {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url("/vendor/lowes/img/logo_box.jpg") top right;
	height: 89px;
	width: 5px;
	}
	
	
/* Copyright Information */
	
#footer-wrap #copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url("/vendor/lowes/img/double_border.gif") repeat-x top left;
	padding: 13px 0 10px 0;
	width: 100%;
	text-align: center;
	}
	
#footer-wrap #copyright p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	font-family: arial, sans-serif;
	}



/*======================================================================*/
/* STRUCTURE
/*======================================================================*/

#wrap {
	background: #fff;
	position: relative; /* needed for footer positioning*/
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	z-index: 1;
	}
	
.lcol-s { /* short left column */
	float: left;
	margin-right: 25px;
	width: 293px;
	}
	
.lcol-m { /* medium left column */
	float: left;
	width: 611px;
	}

.rcol-s { /* short right column */
	float: right;
	width: 293px;
	}
	
.rcol-m { /* medium right column */
	float: right;
	width: 611px;
	}

.lcol-half { /* Half width column left */
	float: left;
	width: 452px;
	}

.rcol-half { /* Half width column right */
	float: right;
	width: 452px;
	}
	
.equalcols {
	overflow: hidden;
	width: 937px;
	margin-bottom: 25px;
	clear: both;
	}

.equalcols .col {
	float: left;
	width: 293px;
	margin: 0 25px -1000px 0;
	padding: 0 0 1000px 0;
	}
	
.equalcols .col-fauxhead {
	float: left;
	width: 293px;
	margin: 0 25px -1000px 0;
	padding: 25px 0 1000px 0;
	}
	
.equalcols .col-fauxhead-dbl {
	float: left;
	width: 293px;
	margin: 0 25px -1000px 0;
	padding: 55px 0 1000px 0;
	}
	
.equalcols .col-leftbar {
	float: left;
	background: transparent url(/vendor/lowes/img/leftbar.gif) no-repeat;
	width: 268px;
	margin: 0 25px -1000px 0;
	padding: 25px 0 1000px 25px;
	}
	
.equalcols .col-leftbar img {
	margin-bottom: 15px;
	}
	
.equalcols .col-leftbar-m {
	float: left;
	background: transparent url(/vendor/lowes/img/leftbar.gif) no-repeat;
	width: 586px;
	margin: 0 25px -1000px 0;
	padding: 25px 0 1000px 25px;
	}
	
.lcol-dotted {
	float: left;
	padding: 0 25px 25px 0;
	border-right: 1px dotted #3b498b;
	margin-right: 25px;
	width: 267px;
	}
	
.last-dotted {
	border-right: 0;
	margin-right: 0;
	}
	
.last { /* Used with lcol-s to remove the margin */
	margin-right: 0 !important;
	}
	
	
	
/* This is for pages with the left nav bar (but not the store)	
/*======================================================================*/
	
/* The right column when the left navbar is present */
.lnav-rcol {
	padding-top: 15px;
	width: 659px;
	float: right;
	}
	
.lnav-rcol .equalcols {
	width: 659px;
	}
	
.lnav-rcol .equalcols .col-leftbar {
	width: 292px;	
	}/*
*************************************************

LEVOLOR
Library Screen Stylesbtn right


These styles are various elements used repeatedly
throughout the site.

*************************************************
*/



		
/*======================================================================*/
/* LISTS
/*======================================================================*/
	
/* Minimal List (A list without bullets) */	
	
ul.minimal { /* this is a version of the brochure list that can be used outside of the brochure */
	list-style: none;
	margin: 0 !important;
	padding: 0;
	}
	
ul.minimal li { /* this is a version of the brochure list that can be used outside of the brochure */
	margin: 0 0 15px 0;
	padding: 0 !important;
	line-height: 18px;
	}	
	

/* Arrow List */

.arrow-list {
	list-style-image: url(/vendor/lowes/img/arrow_small_brown.gif);
	}
		
.arrow-list li {
	line-height: 18px;
	}
	
/* Arrow List 3 Columns (Makes a list 3 columns with arrows for bullets) */

.arrow-3col-list {
	list-style-image: url(/vendor/lowes/img/arrow_small_brown.gif);
	list-style-position: inside;
	}
	
.arrow-3col-list li {
	float: left;
	width: 33%;
	padding: 0 0 15px 0;
	margin: 0 !important;
	}


/* Icon List (A list with icons as bullets) */

.icon-link-list {
	list-style: none;
	list-style-position: inside;
	}
	
.icon-link-list li {
	margin: 10px 0;
	}
	



/*======================================================================*/
/* POP-UPS
/*======================================================================*/
	
.popup-nav {
	background: #edf1fa;
	border-bottom: 1px solid #17215e;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	}
	
.popup-nav .links {
	margin-right: 10px;
	}
	
#popup-wrap {
	padding: 25px;
	text-align: left;
	}
	
#popup-wrap h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
	
	
	
/*======================================================================*/
/* SIDEBARS
/*======================================================================*/

/* Sidebar Fancy (tan box with white inset border) */

.sidebar-fancy {
	border: 1px solid #edf1fa;
	margin-bottom: 25px;
	}
	
.sidebar-fancy .inner {
	background: #edf1fa;
	border: 2px solid #fff;
	padding: 15px;
	padding-bottom: 0;
	}
	
.sidebar-fancy-rule {
	clear: both;
	margin: 15px -15px;
	width: 287px;
	height: 0;
	border-top: 2px solid #fff;
	overflow: hidden;
	}
	
.sidebar-fancy-rule hr {
	visible: none;
	}
	
.sidebar-fancy h3 {
	margin-bottom: 5px !important;
	}
	
.sidebar-fancy ul {
	margin: 10px 0 15px 15px;
	}
	
.sidebar-fancy ul li {
	margin-bottom: 10px;
	}
	
.sidebar-fancy p {
	zoom: 100%; /* Fix for the IE Peek-A-Boo Bug */
	}
	
	
/* Sidebar Rounded (A dark rounded sidebar with a rule) */
	
.sidebar-rounded {
	color: #fff;
	background: #5c544c url(/vendor/lowes/img/sidebar_rounded_top.jpg) no-repeat;
	padding: 15px;
	width: 263px;
	}
	
.sidebar-rounded .bottom {
	clear: both;
	background: transparent url(/vendor/lowes/img/sidebar_rounded_btm.jpg) no-repeat bottom left;
	margin-left: -15px;
	margin-bottom: -15px;
	padding-top: 8px;
	width: 293px;
	height: 7px;
	}
	
.sidebar-rounded-rule {
	clear: both;
	margin: 15px -15px;
	width: 293px;
	height: 0;
	border-top: 1px solid #362c29;
	border-bottom: 1px solid #746d67;
	overflow: hidden;
	}
	
.sidebar-rounded-rule hr {
	visible: none;
	}

.sidebar-rounded input {
	width: 190px;
	}
	
.sidebar-rounded select {
	width: 193px;
	}
	
	
	
	
/*======================================================================*/
/* BUTTONS
/*======================================================================*/

/* Big Buttons */

.btn-big {
	float: left;	
	background: transparent url(/vendor/lowes/img/btn_big_left.gif) no-repeat;
	}
	
.btn-big a {
	display: block;
	color: #fff;
	background: transparent url(/vendor/lowes/img/btn_big_right.gif) no-repeat top right;
	padding: 0 10px;
	line-height: 25px;
	#line-height: 23px; /* ie fix: line-height to keep default text centered in button */
	#padding-bottom: 2px; /* ie fix: line-height to keep default text centered in button */
	text-align: center;
	}

.btn-big a:hover {
	text-decoration: none;
	}
	
	
/* Small Buttons */
	
.btn-small {
	float: left;	
	background: transparent url(/vendor/lowes/img/btn_small_left.gif) no-repeat;
	}
	
.btn-small a {
	display: block;
	color: #fff;
	background: transparent url(/vendor/lowes/img/btn_small_right.gif) no-repeat top right;
	padding: 1px 10px 1px 10px;
	line-height: 17px;
	#line-height: 16px; /* ie fix: line-height to keep default text centered in button */
	#padding-bottom: 3px; /* ie fix: line-height to keep default text centered in button */
	text-align: center;
	}

.btn-small a:hover {
	text-decoration: none;
	}


/* Button Style Variations */
	
.btn-big.float-r, .btn-small.float-r { /* Float Button Right */
	float: right;
	}
	
.btn-big.margin-r, .btn-small.margin-r { /* Right Margin */
	margin-right: 5px;
	}
	
.btn-big.margin-l, .btn-small.margin-l { /* Left margin */
	margin-left: 5px;
	}
	
.btn-big.margin-b, .btn-small.margin-b { /* Left margin */
	margin-bottom: 15px;
	}
	
	
/* Button Color Variations */
	
.btn-big.dark {
	background: transparent url(/vendor/lowes/img/btn_big_dark_left.gif) no-repeat;
	}
	
.btn-big.dark a {
	background: transparent url(/vendor/lowes/img/btn_big_dark_right.gif) no-repeat top right;
	}
	
.btn-small.dark-small { 
	background: transparent url(/vendor/lowes/img/btn_small_dark_left.gif) no-repeat;
	}
	
.btn-small.dark-small a {
	background: transparent url(/vendor/lowes/img/btn_small_dark_right.gif) no-repeat top right;
	}
	
.btn-big.minor {
	background: transparent url(/vendor/lowes/img/btn_minor_left.gif) no-repeat;
	}
	
.btn-big.minor a {
	color: #980800;
	background: transparent url(/vendor/lowes/img/btn_minor_right.gif) no-repeat top right;
	}


/* Cart Icon on Button */

.btn-big .cart-icon {
	display: inline-block;
	background: url(/vendor/lowes/img/cart_small.gif) no-repeat 5px 6px;
	width: 15px;
	line-height: 22px;
	#line-height: 23px; /* ie fix */
	#background: url(/vendor/lowes/img/cart_small.gif) no-repeat 5px 8px; /* ie fix */
	}
	
	
/* Config Button Divider */

.config-btn-divider {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 10px 65px 10px 0;
	#display: inline-block; /* fix ie float/height issue on this element */
	}




/*======================================================================*/
/* PAGINATION
/*======================================================================*/
	
.pagination {
	clear: both;
	margin: 0 4px 25px 21px;
	border-top: 1px solid #d7dadd;
	padding-top: 5px;
	}

.pagination dl {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.pagination dl dt {
	float: left;
	display: block;
	margin: 0 0 0 21px;
	padding: 0;
	height: 19px;
	line-height: 19px;
	}
	
.pagination dl dd {
	float: left;
	display: block;
	background: transparent url(/vendor/lowes/img//store/tiny_button_right.gif) no-repeat top right;
	margin: 0 0 0 4px;
	padding: 0 6px 0 0;
	height: 19px;
	line-height: 19px;
	}
	
.pagination dl dd.selected {
	background: none;
	padding: 0 6px;
	}
	
.pagination dl dd a {
	float: left;
	display: block;
	background: transparent url(/vendor/lowes/img//store/tiny_button_left.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 6px;
	height: 19px;
	line-height: 19px;
	}

.page-jump {
	float: right;
	}
	
	
/* Pagination - Adjustments for use on dealer locator page */
	
.pagination.dealer { 
	margin: 0;
	border-top: 0;
	padding-top: 20px;
	}
	
.pagination.dealer .page-jump {
	float: right;
	margin-top: 3px;
	}
	
	
	
	
/*======================================================================*/
/* ARROW LINKS
/*======================================================================*/

.arrow-link {
	background: transparent url(/vendor/lowes/img/arrow_small_brown.gif) no-repeat 0 5px;
	padding-left: 9px;
	line-height: 16px;
	}
	
	
	

/*======================================================================*/	
/* VARIOUS STYLES
========================================================================*/
	
.clearer { /* prevents floats from poking out */
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
	}
	
.hide {
	display: none;
	}

.float_r {
	float: right !important;
	}
	
.float_l {
	float: left !important;
	}
  
.dotted-rule {
	clear: both;
	background: #fff url(/images/dotted_line_tile_brown.gif) repeat-x;
	margin: 15px 0;
	width: 100%;
	height: 1px;
	}
	
.dotted-rule hr {
	display: none;
	}
	
.rule {
	clear: both;
	height: 15px;
	border-bottom: 1px solid #17215e;
	margin-bottom: 25px;
	}
	
.rule hr {
	display: none;
	}
	
.leaded-just {
	margin-bottom: 20px;
	text-align: justify;
	line-height: 27px;
	}
	
	
/* Left Icon (Position an icon to the left of some content) */
	
.left-icon {
	float: left;
	margin: 0 15px 15px 0;
	}
	
	
/* Image Floats (Used in the idea center) */
	
.left-img {
	float: left;
	border: 1px solid #17215e;
	margin: 0 15px 15px 0;
	}
	
.right-img {
	float: right;
	border: 1px solid #17215e;
	margin: 0 0 15px 15px;
	}
	
.left-img-b {
	float: left;
	margin: 0 25px 25px 0;
	}





/*======================================================================*/
/* SIFR STYLES
============================================================================*/
	
/* These are the standard sIFR styles... do not modify */

@media screen {
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		}
	
	.sIFR-replaced {
		visibility: visible !important;
		}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
		}
}

/* These are the main sifr styles. Each style must have at least "visibility: hidden;" additional
code can be used to make sure that the text positions itself correctly. Mainly letter-spacinig and
font-size will be used. More specific styles should be handled elsewhere */

@media screen {
	.sIFR-hasFlash .avant {
		visibility: hidden;
		z-index: 2;
		}
		
	.sIFR-hasFlash .avant-white {
		visibility: hidden;
		}
		
	.sIFR-hasFlash .avant-red {
		visibility: hidden;
		}
		
	.sIFR-hasFlash .avant-tanbg {
		visibility: hidden;
		}
}
	

	
/*======================================================================*/
/* MESSAGE PANELS
=======================================================================*/

.message_panel {
	color: #006000;
	background: #cdf3cd url(/images/icons/error_icon_green.gif) no-repeat 15px 15px;
	border: 1px solid #006000;
	padding: 12px 15px 0 30px;
	margin: 0 0 20px 0;
	}
	
/* Text Styles */

.message_panel p {
	margin: 0 0 12px 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
.message_panel a:hover {
	text-decoration: underline;
	}
	
.message_panel h3 {
	margin: 0 0 12px 0;
	}
	
.message_panel h4 {
	margin: 0;
	font-size: 13px;
	}
	
.message_panel ul {
	margin: 5px 0 12px 30px;
	list-style-image: url(/vendor/lowes/img/diamond_bullet.gif) !important;
	}
	
.message_panel li {
	margin: 0 0 5px 0;
	}
	
	
/* Table Styles */

.message_panel table {
	margin: 15px 0;
	border-collapse: collapse;
	width: 100%;
	}
	
.message_panel table td, .message_panel table th {
	padding: 5px;
	border-bottom: 1px solid #17215e;
	text-align: center;
	font-weight: normal;
	}

.message_panel table th {
	border-left: 1px dotted #17215e;
	}
	
.message_panel table th:first-child { 
	border-left: 0;
	}
	
.message_panel table th.first { /* this is for ie6 only as it doesn't support first-child */
	border-left: 0;
	}
	
.message_panel .odd { /* used to zebra stripe the table */
	background: #fff;
	}
	
	
/* Various Color Schemes */

.error-colors { /* error */
	color: #AD0000;
	background: #f2c7D0 url(/images/icons/error_icon.gif) no-repeat 15px 15px;
	border: 1px solid #AD0000;
	}
	
.note-colors { /* note */
	color: #000;
	background: #fffab6;
	border: 1px solid #bfb35f;
	padding-left: 15px;
	}

.learn-colors { /* learn */
	color: #3b498b;
	background: #F9F1E8;
	border: 1px solid #17215e;
	padding-left: 15px;
	}
	
	
/* Extra Styles */

.close-panel { /* the old way */
	float: right;
	}
	
	


/*======================================================================*/
/* BALLOON
========================================================================*/

.balloon {
	color: #000;
	position: relative;
	width: 318px;
	}

.balloon .high-top {
	background: transparent url("/vendor/lowes/img/balloon_point_top.gif") no-repeat;
	padding: 15px 15px 0 43px;
	}
	
.balloon .high-btm {
	background: transparent url("/vendor/lowes/img/balloon_btm.gif") no-repeat;
	height: 13px;
	}
	
.balloon .low-top {
	background: transparent url("/vendor/lowes/img/balloon_top.gif") no-repeat;
	height: 13px;
	}
	
.balloon .low-btm {
	background: transparent url("/vendor/lowes/img/balloon_point_btm.gif") no-repeat left bottom;
	padding: 0 15px 15px 43px;
	}
		
.balloon p {
	margin: 10px 0 0 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
.balloon h4 {
	font-size: 14px;
	}
	
.balloon .x {
	position: absolute;
	top: 15px;
	right: 15px;
	}



/*======================================================================*/
/* DOTTED HEADER: This is the dotted header bar with the link at the end
========================================================================*/

.dotted_header { /* header wrap - includes dotted line */
	clear: both;
	background: #fff url(/images/dotted_line_tile_brown.gif) repeat-x 0 16px;
	margin: 0;
	height: 35px;
	width: 100%;
	}
	
.dotted_header h4 {
	color: #6f6357;
	background: #fff;
	float: left;
	padding: 3px 3px 0 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 18px;
	}
	
.dotted_header a {
	color: #980800;
	background: #fff url(/images/little_pink_arrow.gif) no-repeat 0px 3px;
	float: right;
	padding: 0 0 0 5px;
	margin: 8px 0 0 0;
	border-left: 5px solid #fff;
	line-height: 12px;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: normal;
	}
	
.dotted_header ul {
	float: right;
	background: #fff;
	height: 24px;
	list-style: none;
	}

.dotted_header ul li {
	float: left;
	padding: 1px 5px;
	margin: 5px 0 0 5px;
	border-left: 1px dotted #17215e;
	}
	
.dotted_header ul li a {
	float: none;
	display: block;
	background: #fff url(/images/little_pink_arrow.gif) no-repeat 1px 3px;
	margin: 0 0 0 3px;
	border-left: 1px solid #fff;
	padding: 0 0 0 6px;
	}
	
.dotted_header ul .first {
	border: 0;
	padding: 1px 5px 1px 2px;
	margin-left: 0;
	}




/*======================================================================*/
/* FORM TABLE: Used to organize forms
========================================================================*/

.formtable {
	font-size: 13px;
	}
	

.formtable p {
	margin: 5px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	font-family: arial, sans-serif;
	}
	
	


/*======================================================================*/	
/* GENERAL TABLE: This is a generic set of styles for tables
=======================================================================*/
	
.gen_table tr td {
	padding: 5px;
	vertical-align: top;
	color: #3b498b;
	background: #edf1fa;
	border-top: 1px solid #17215e;
	border-left: 1px solid #17215e;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 14px;
	}
	
.gen_table p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 16px;
	}
	
.gen_table .btn a {
	color: #fff;
	}
	
.gen_table .light {
	color: #6f6357;
	background: #fff;
	}

.gen_table .check_column {
	background: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 0;
	}

.gen_table .blank_btm_row {
	background: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #17215e;
	}
	
.gen_table .label {
	color: #fff;
	background: #17215e;
	border-left: 1px solid #fff;
	border-top: 0;
	}
	
.gen_table .label a {
	color: #fff;
	}
	
.gen_table .h_divider {
	border-top: 1px solid #fff;
	}

	
.gen_table .dark_brdr_l {
	border-left: 1px solid #17215e;
	}
	
.gen_table .dark_brdr_r {
	border-right: 1px solid #17215e;
	}
	
.gen_table .dark_brdr_b {
	border-bottom: 1px solid #17215e;
	}
	
.gen_table .no_brdr_l { /* don't need this? */
	border-left: 0;
	}
	
.gen_table .no_pad { /* don't need this? */
	padding: 0;
	}

.gen_table ul { /* don't need this? */
	padding-left: 20px;
	}




/*======================================================================*/
/* NEW TABLE: A NEW VERSION OF GEN TABLE
=======================================================================*/

.new-table {
	color: #3b498b;
	border-collapse: collapse;
	text-align: center;
	}
	
.new-table th {
	border-left: 1px dotted #9caada;
	padding: 5px;
	vertical-align: bottom;
	font-weight: normal;
	}
	
.new-table th.first {
	border-left: 0;
	font-weight: bold;
	}
	
.new-table td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	}

.new-table .dark {
	background: #edf1fa;
	border-top: 1px solid #9caada !important;
	border-bottom: 1px solid #9caada !important;
	}
	
.new-table .dark2 {
	background: #edf1fa;
	border-top: 1px solid #9caada !important;
	}
	
.new-table .active {
	background: #f2c7D0;
	border-top: 1px solid #AD0000;
	border-bottom: 1px solid #AD0000;
	}
	
.new-table .text-left, .new-table.text-left {
	text-align: left;
	}
	
	
/* Getting rid of the below slowly */
	
.new-table .label {
	border-left: 1px dotted #9caada;
	vertical-align: bottom;
	}
	
.new-table .label-first {
	vertical-align: bottom;
	}
	
	
/*=====================================================================*/	
/* FEEDBACK TAB: The tab that sticks to the left edge of the screen
=======================================================================*/

#feedback-tab {
	display: block;
	position: fixed;
	_position: absolute; /* ie6 rule */
	top: 110px;
	right: 0;
	z-index: 49;
	background: transparent url("/vendor/lowes/img/feedback_tab.png");
	width: 33px;
	height: 107px;
	text-indent: -9999px;
	}

	
/*=====================================================================*/	
/* FLOATING DIV: This is window that floats over a dimmed background
=======================================================================*/

#floating-div {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	background: transparent url("/vendor/lowes/img/black_transparent_overlay.png");
	width: 100%;
	height: 100%;
	}
	
#floating-div #close-btn {
	display: block;
	position: absolute;
	top: -14px;
	right: -14px;
	background: transparent url("/vendor/lowes/img/feedback_close_btn.png");
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	}
	
#floating-div .feedback-window {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	margin-left: -365px;
	margin-top: -215px;
	padding: 30px 0 30px 30px;
	width: 700px;
	}
	
.feedback-window h1 {
	margin-bottom: 30px;
	}
	
.feedback-column {
	float: left;
	margin-right: 30px;
	width: 203px;
	}
	
.feedback-column .text {
	color: #fff;
	background: transparent url("/vendor/lowes/img/feedback_text_bg.jpg") bottom left;
	margin-bottom: 15px;
	padding: 15px;
	height: 63px;
	}
	
.feedback-column .btn-big {
	float: none;
	margin: 0 0 30px 0;
	}
	
.feedback-window p {
	margin: 0 30px 0 0;
	text-align: center;
	}
	


/*=====================================================================*/	
/* PROMO DRAWER: This is a container under the main nav for promos
=======================================================================*/

#promo-drawer {
	position: relative;
	z-index: -1;
	background: #34332f url("/vendor/lowes/img/pdrawer_bg.jpg") repeat-x;
	margin: 0 auto;
	border-bottom: 3px solid #6f211d;
	padding: 20px 20px 0 223px;
	height: 114px;
	width: 687px;
	}

#promo-drawer .main-img {
	position: absolute;
	top: 0;
	left: 0;
	}
	
#promo-drawer h1 {
	float: left;
	font-size: 24px;
	margin-top: 10px;
	}
	
#promo-drawer .button-area {
	float: right;
	background: #edf1fa;
	padding: 15px;
	width: 240px;
	text-align: center;
	}
	
#promo-drawer .button-area .btn-big {
	float: none;
	margin-bottom: 5px;
	}	
	
#promo-drawer .close {
	display: block;
	background: transparent url("/vendor/lowes/img/pdrawer_close.gif");
	position: absolute;
	bottom: 0;
	right: 0;
	width: 61px;
	height: 17px;
	text-indent: -9999px;
	}
	/*
*************************************************

LEVOLOR
Page Specific Screen Styles

These styles are specific to individual pages
on the site.

*************************************************
*/


/*======================================================================*/
/* CONFIGURATOR
/*======================================================================*/
	 
	
/* Configurator - Loader */
	
.config_loader {
	background: #edf1fa;
	border: 1px solid #17215e;
	margin: 50px 153px; 
	width: 328px;
	padding: 15px 0;
	text-align: center;
	}
	
.config-warning {
	background: #edf1fa;
	border: 1px solid #17215e;
	margin: 50px 138px; 
	width: 328px;
	padding: 15px;
	}
	
	
	
/* Configurator - Scene 7 Window */

#scene7window {
	position: relative;
	width: 270px;
	}
	
#scene7window #shipdate {
	position: absolute;
	top: 10px;
	font-weight: bold;
	font-size: 15px;
	}
	
#scene7window #label {
	font-size:12px;
	font-weight:normal;
	}	

#scene7window #configuredprice {
	color: #fff;
	background: red url("../../../images/framework/pricetag.jpg");
	float: right;
	width: 86px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	}
	
#scene7wrap {
	position: relative;
	clear: both;
	border: 1px solid #17215e;
	width: 268px;
	height: 366px;
	}
	
#scene7window #flashcontent {
	position: absolute;
	top: 0;
	right: 0;
	width: 268px;
	height: 366px;
	}

#scene7window #current_swatch {
	display: block;
	color: #fff;
	background: #3b498b;
	padding: 3px 0 4px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	}
	
#scene7window #cart-links {
	padding: 6px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	}
	
	
	
/* Configurator - Step Tabs */

#configsteps {
	position: relative;
	background: #fff url(/images/config_steps_bg.gif) repeat-x top left;
	height: 45px;
	}
	
#configsteps .tab {
	float: left;
	color: #3b498b;
	background: #edf1fa;
	margin: 15px 3px 0 0;
	border-top: 5px solid #17215e;
	border-right: 1px solid #17215e;
	border-left: 1px solid #17215e;
	padding: 4px 0;
	width: 159px;
	text-align: center;
	cursor: pointer;
	}
	
#configsteps .short { /* Used for short tabs */
	width: 69px;
	}
	
#configsteps .selected {
	color: #980800;
	background: #fff;
	border-top: 5px solid #980800;
	border-right: 1px solid #980800;
	border-left: 1px solid #980800;
	border-bottom: 1px solid #fff;
	cursor: default;
	}
	
#configsteps p {
	display: inline;
	margin: 0;
	padding: 0 3px 0 19px;
	line-height: 16px;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
#configsteps .empty {
	background: transparent url(/images/config_empty.gif) no-repeat top left;
	}
	
#configsteps .selected .empty {
	background: #fff url(/images/config_empty_select.gif) no-repeat top left;
	}
	
#configsteps .checked {
	background: #edf1fa url(/images/config_check.gif) no-repeat top left;
	}
	
#configsteps .selected .checked {
	background: #fff url(/images/config_check_select.gif) no-repeat top left;
	}

#configsteps .error {
	background: transparent url(/images/config_error.gif) no-repeat top left;
	}
	
	

/* Configurator - Swatch Step */	

.swatch-step1-fabric {
	background: transparent url(/vendor/lowes/img/swatch_step1_fabric.gif) no-repeat top left;
	margin: 20px 0 5px 0 !important;
	height: 38px !important;
	text-indent: -999px; /* hide the text */
	}

.swatch-step1-style {
	background: transparent url(/vendor/lowes/img/swatch_step1_style.gif) no-repeat top left;
	margin: 20px 0 5px 0 !important;
	height: 38px !important;
	text-indent: -999px; /* hide the text */
	}
	
	
	
/* Configurator - Swatch Lesson */	

.swatch-lesson {
	color: #555;
	background: transparent url(/vendor/lowes/img/swatch_lesson.jpg) no-repeat 0 8px;
	margin: 20px 0;
	height: 96px;
	}
	
.swatch-lesson .text {
	float: right;
	padding: 13px 15px 0 15px;
	width: 483px;
	height: 83px;
	background: transparent url(/vendor/lowes/img/swatch_lesson_bg.gif) no-repeat top right;
	}
	
.swatch-lesson h2 {
	font-size: 16px;
	margin: 0 0 4px 0 !important;
	#margin: 0 !important; /* IE 6 & 7 Fix */
	}
	
	

/* Configurator - Room Tab */	
	
.wall_colors {
	margin: 0 0 20px 0;
	width: 600px;
	}

.wall_colors a {
	float: left;
	border: 1px solid #fff;
	width: 15px;
	height: 9px;
	line-height: 9px;
	font-size: 1px;
	}
	
.wall_colors a:hover {
	text-decoration: none;
	}
	
.wall_colors .selected {
	border: 1px solid #000;
	}

.trim_colors {
	margin: 0 0 20px 0;
	width: 600px;
	}
	
.trim_colors img {
	float: left;
	border: 1px solid #fff;
	margin: 0 2px 2px 0;
	}

.trim_colors .selected {
	border: 1px solid #000;
	}
	
	
	
/* Configurator - Attribute Window */

.config-wrap {
	background: #fff url(/vendor/lowes/img/tan_25px_bg.gif) repeat-x bottom left;
	margin: 25px 0;
	padding: 0 0 25px 0;
	border: 1px solid #17215e;
	height: 100%; /* ie fix for layout bug */
	}
	
.config-wrap .head { /* Title bar wrap */
	color: #fff;
	background: #3b498b url(/vendor/lowes/img/config_bar.gif) repeat-x top left;
	padding-left: 6px;
	height: 25px;
	}
	
.config-wrap .head h2 { /* Title */
	float: left;
	margin: 0 0 0 6px !important;
	padding: 0;
	line-height: 25px !important;
	text-transform: lowercase;
	visibility: visible !important; /* Fixes due to sifr */
	font-weight: bold !important; /* Fixes due to sifr */
	}
	
.config-wrap .head .loader { /* Loading Spinner - rename this .spinner */ 
	margin: 4px 0 0 6px;
	}
	
.config-wrap .head .spinner {
	float: left;
	margin: 6px 0 0 0;
	}
	
.config-wrap .content {
	padding: 20px;
	}
	
.config-wrap .selected {
	background: #f2c7D0;
	}
	
.config-wrap .attribute {
	float: left;
	margin: 0 0 15px 15px;
	}
	
.config-wrap.closed { /* hide the tan bar */
	padding: 0 !important;
	}
	
	
	
/* Configurator - Attribute Window (Required Indicator) */

.req-border {
	border: 1px solid #AD0000;
	}
	
.req-border .head {
	color: #fff;
	background: #f2c7D0 url(/vendor/lowes/img/config_bar_red.gif) repeat-x top left;
	}
	
.config-wrap .req-key {
	float: right;
	margin: 5px 10px 0 0;
	}
	
.config-wrap .complete-msg {
	display: block;
	color: #AD0000;
	margin: 3px 0 -21px 12px;
	font-size: 14px;
	}
	


/* Configurator - Swatches */

.swatch-area {
	margin: -20px 0 10px 15px;
	}

.swatch-space { /* This is the space the swatch module occupies */
	float: left;
	width: 113px;
	height: 185px;
	margin-right: 10px;
	}

.swatch-wrap {
	position: relative;
	padding: 5px;
	}
	
.swatch_wrap_cart { /* for use in cart where we don't need the red selection */
	position: relative;
	width: 103px;
	margin: 5px 0;
	}

.swatch-border {
	position: relative;
	border: 1px solid #3b498b;
	width: 101px; /* IE6 needs this */
	height: 101px; /* IE6 needs this */
	}

.swatch-border img {
	border: 4px solid #fff;
	width: 93px;
	height: 93px;
	}

.swatch-border .number {
	position: absolute;
	bottom: 3px;
	right: 3px;
	color: #3b498b;
	background: #fff;
	padding: 2px 0 0 2px;
	font-size: 11px;
	line-height: 12px;
	}
	
.swatch-border .magnify {
	position: absolute;
	top: 8px;
	left: 8px;
	background: transparent url(/images/magnify_icon.gif);
	width: 18px;
	height: 18px;
	text-indent: -9999px; /* Hide Magnify Text */
	}
	
.swatch-wrap input { /* Radio Button or Checkbox absolute to handle multiline labels */
	position: absolute;
	top: 110px;
	left: 0px;
	}

.swatch-wrap label {
	display: block;
	margin: 5px 0 0 20px;
	}
	
.swatch-wrap p { /* This is for the name when there is no radio or checkbox */
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
.swatch-wrap .cart-btn {
	display: block;
	background: transparent url(/vendor/lowes/img/swatch_btn.gif) no-repeat;
	width: 104px;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	}
	
.swatch-wrap .selected {
	color: #fff;
	background: transparent url(/vendor/lowes/img/swatch_btn_over.gif) no-repeat;
	cursor: pointer;
	}
	
.swatch-wrap a.cart-btn:hover, .swatch-wrap a.selected {
	color: #fff;
	background: transparent url(/vendor/lowes/img/swatch_btn_over.gif) no-repeat;
	cursor: pointer;
	}
	
	
	
/* Configurator - Quick Quote Box also used in the New Store */

#quickquote {
	background: transparent url(/vendor/lowes/img/qq_background.jpg) no-repeat top right;
	position: relative;
	margin: 0 0 15px -17px;
	height: 34px;
	}
	
#quickquote #arrow {
	float: left;
	background: transparent url(/vendor/lowes/img/qq_arrow.jpg) no-repeat;
	margin-right: 7px;
	width: 176px;
	height: 34px;
	text-indent: -9999px; /* Hide the text */
	}
	
#quickquote #settings {
	padding-top: 6px;
	#padding-top: 4px; /* IE Top Padding */
	}
	
#new-store #quickquote { /* For display in the new store */
	margin: 0 5px 23px 21px;
	}

#new-store #quickquote #arrow { /* For display in the new store */
	background: #000 url(/vendor/lowes/img/qq_arrow.jpg) no-repeat -17px 0;
	width: 159px;
	}
	
#quickquote.compare { /* For display in the compare interface */
	margin: 0 0 23px 0;
	width: 537px;
	}

#quickquote.compare #arrow { /* For display in the compare interface */
	background: #000 url(/vendor/lowes/img/qq_arrow.jpg) no-repeat -17px 0;
	width: 159px;
	}
	

	
/* PRINT CONFIGURATION
=======================================================================*/

#config-print {
	color: #000;
	width: 680px;
	text-align: left;
	margin: 0 auto;
	}
	
#config-print p {
	color: #000;
	font-family: arial, sans-serif;
	font-size : 13px;
	}	

#config-print #head {
	border-bottom: 1px solid #CCC;
	padding: 50px 0 8px;
	}
	
#config-print .disclaimer {
	margin: 15px 0 50px;
	}
	
#config-print #scene7window {
	float: left;
	}
	
#config-print #scene7window #shipdate {
	position: relative;
	float: left;
	}
	
#config-print #scene7window img {
	border: 1px solid #CCC;
	}
	
#config-print h1 {
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	padding: 10px 0 5px;
	}
	
#config-print .data {
	float: right;
	width: 380px;
	}
	
#config-print .data img {
	border: 1px solid #CCC;
	}

#config-print .footnote {
	display: block;
	margin-top: 25px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	width: 100%;
	}
	
	
	
/*======================================================================*/
/* STORE
/*======================================================================*/	


/* Navigation */

#navigation {
	position: relative;
	z-index: 2; /* This is for the more options box - ie needs the parent to have the z-index set */
	float: left;
	background-color: #35302C;
	margin-bottom: 15px;
	width: 227px;
	}
	
#navigation h2 { /* Top of the window */
	display: block;
	background: transparent url(/vendor/lowes/img//store/store_nav_header.jpg) no-repeat;
	margin: 0 0 0 0;
	padding: 0;
	height: 42px;
	text-indent: -9999px;
	}

#navigation ul { /* Bottom of the window */
	color: #fff;
	background: transparent url(/vendor/lowes/img//store/store_nav_bottom.jpg) no-repeat bottom left;
	margin: 15px 0 0 0;
	padding: 0 0 18px 0;
	list-style: none;
	}
	
#navigation ul ul { /* Spinner Level */
	background: none;
	padding: 0;
	margin: 11px 0 0 0;
	}
	
#navigation ul ul ul { /* Checkbox Level */
	position: relative;
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
	}
	
#navigation ul li {
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 25px;
	}
	
#navigation ul a {
	color: #fff;
	}
	
#navigation ul li .view-more { /* View More Link */
	color: #bfa47d !important;
	}
	
#navigation ul li .view-more img { /* View More Icon */
	margin: 0 4px;
	}


	
/* Navigation States */


#navigation ul li.default { /* Diamond Bullet */
	background: transparent url(/vendor/lowes/img//store/store_nav_bullet.gif) no-repeat 15px 9px;
	padding: 0 0 0 27px;
	}

#navigation ul li.open {
	position: relative;
	background: transparent url(/vendor/lowes/img//store/store_nav_bullet_open.gif) no-repeat 15px 10px;
	padding: 0 0 0 27px;
	}

#navigation ul li.open .label {
	background-color: #35302C;
	padding-right: 3px;
	font-size: 13px;
	}
	
#navigation .underline a {
	text-decoration: underline !important;
	}

#navigation ul li.selected {
	color: #35302C;
	background: transparent url(/vendor/lowes/img//store/store_nav_selected.gif) no-repeat;
	padding: 0 0 0 15px;
	}
	
#navigation ul li.selected>a { /* Only direct children */
	color: #3b498b;
	background: transparent url(/vendor/lowes/img//store/store_nav_bullet_over.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
	}

/* The rule below is so that ie6 can emulate a direct child selector. elegant - no, works - yes */
	
* html #navigation ul li.selected a {
	color: expression(/selected/.test(this.parentNode.className)? "#3b498b" : "#fff");
	background: expression(/selected/.test(this.parentNode.className)? "transparent url(/vendor/lowes/img//store/store_nav_sub_bullet_over.gif) no-repeat 0 4px" : "none");
	padding: expression(/selected/.test(this.parentNode.className)? "0 0 0 12px" : "0");
	}
	


/* Navigation Search Bar */	

#store-search {
	background: #4a423c;
	border-bottom: 1px solid #8d7d70;
	padding: 10px;
	height: 19px;
	}
		
#store-search input {
	float: left;
	border: 1px solid #dcdcdc;
	padding: 0 3px;
	width: 131px;
	height: 17px;
	}
	
	
	
/* Navigation Filters Applied */	

#filters-applied {
	color: #fff;
	background: #322c27 url(/vendor/lowes/img//store/filter_bg_top.gif) repeat-x;
	border-bottom: 1px solid #8d7d70;
	padding: 15px 15px 0 15px;
	font-size: 12px;
	}
	
#filters-applied h3 {
	margin: 0;
	font-size: 12px;
	}

#filters-applied dl {
	margin: 0;
	}
	
#filters-applied dt {
	background: #322c27 url(/vendor/lowes/img//store/filter_dotted_rule.gif) repeat-x;
	margin-top: 10px;
	padding: 9px 0 1px 0;
	font-weight: bold;
	}
	
#filters-applied dt.first {
	background: none;
	margin-top: 1px;
	}
	
#filters-applied dd {
	margin: 0;
	padding-top: 5px;
	}

#filters-applied dd img { /* Remove Filter Icon */
	margin-right: 7px;
	}

#filters-applied .clear-all {
	background: transparent url(/vendor/lowes/img//store/filter_dotted_rule.gif) repeat-x;
	margin-top: 10px;
	padding-top: 9px;
	text-align: right;
	}

#filters-applied .clear-all a {
	color: #bfa47d;
	}
	
#filters-applied .bottom {
	background: #322c27 url(/vendor/lowes/img//store/filter_bg_bottom.gif) repeat-x;
	margin-left: -15px;
	margin-right: -15px;
	height: 15px;
	width: 227px;
	}



/* Show More Options Window */

.more-parent { /* must be applied to the li parent of the option list containing the more-options div */
	position: relative;
	z-index: 3;
	}

.more-options {
	position: absolute;
	top: -53px;
	left: -21px;
	z-index: 4;
	width: 667px;
	background: transparent url(/vendor/lowes/img//store/more_options_shadow.png) bottom left;
	}
	
.more-options .body {
	background: #35302c url(/vendor/lowes/img//store/more_top_bar.gif) repeat-x;
	margin: 0 0 6px 6px;
	padding: 14px 15px 15px 15px;
	}

.more-options h3 {
	line-height: 17px;
	margin-bottom: 22px;
	}
	
.more-options .btn-close {
	position: absolute;
	top: 11px;
	right: 15px;
	}
	
.more-options li {
	float: left;
	padding-right: 15px;
	width: 210px;
	}

.more-options .bottom { /* A clearer and a container for the button */
	clear: both;
	padding-top: 10px;
	height: 20px;
	}



/* Rounded Sidebar - Light Tan */

.rounded-sidebar {
	float: left;
	clear: left;
	position: relative;
	background: #edf1fa url(/vendor/lowes/img//store/sidebar_rounded_bg.gif) no-repeat bottom left;
	margin-bottom: 15px;
	padding: 11px;
	width: 205px;
	}
	
.rounded-sidebar .top {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/vendor/lowes/img//store/sidebar_rounded_top.gif) no-repeat top left;	
	width: 227px;
	height: 10px;
	}
	
.rounded-sidebar ul {
	list-style: none;
	margin: 10px 0 12px 0;
	line-height: 17px;
	}
	
	
/* Rounded Sidebar - Light Tan */

#new-store .left-promos {
	float: left;
	clear: left;
	width: 227px;
	}


/* Main Column */

#new-store .main-col {
	position: relative;
	right: -4px;
	padding-top: 18px;
	float: right;
	width: 685px;
	}
	
#new-store .main-col h1 { /* Title */
	margin: 0 4px 0 21px;
	width: 500px;
	}
	
#new-store #pulldown-sort-order {
	position: absolute;
	top: 17px;
	right: 4px;
	}
	
#new-store .item-count {
	float: left;
	line-height: 19px;
	margin-right: 7px;
	}



/* Message */

#new-store .store-message {
	color: #fff;
	background: #35302c  url(/vendor/lowes/img//store/store_message_bottom.jpg) no-repeat bottom left;
	margin: -13px 5px 25px 21px;
	}
	
#new-store .store-message .title {
	background: #35302c  url(/vendor/lowes/img//store/store_message_top.jpg) no-repeat top left;
	padding: 14px 15px 0 15px;
	height: 28px;
	}
	
#new-store .store-message .title h2 {
	margin: 0;
	}
	
#new-store .store-message p {
	padding: 12px 15px;
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
#new-store .store-message p a {
	color: #fff;
	text-decoration: underline;
	}



/* Product Boxes */

#new-store .product {
	float: left;
	display: inline; /* ie fix: fixes ie double margin bug */
	position: relative;
	background: transparent url(/vendor/lowes/img//store/products_bg.gif) no-repeat;
	margin: 0 0 19px 17px;
	padding: 20px 19px 20px 19px; 
	width: 173px;
	text-align: center;
	}
	
#new-store .product .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(/vendor/lowes/img//store/products_bottom.gif) no-repeat bottom left;
	width: 211px;
	height: 8px;
	border-top: 0;
	border-bottom: 1px solid #fff;
	}
	
#new-store .product p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 15px;
	font-size: 13px;
	font-family: arial, sans-serif;
	}

#new-store .product img {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #d7dadd;
	padding: 4px;
	}
	
#new-store .product .main-image {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #d7dadd;
	padding: 4px;
	}
	
#new-store .product .main-image img {
	position: default;
	clear: default;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	}
	
#new-store .product .quick-quote {
	float: left;
	color: #999;
	margin: 0 !important;
	width: 86px;
	height: 20px;
	line-height: 20px !important;
	}

#new-store .product .price {
	float: right;
	color: #fff;
	margin: 0 !important;
	background: transparent url(/vendor/lowes/img//store/price_tag_small.gif) no-repeat;
	width: 86px;
	height: 20px;
	line-height: 20px !important;
	}
	
#new-store .product .price img {
	margin: 2px 0 0 0;
	border: 0;
	padding: 0;
	}
	
#new-store .product .name {
	display: block;
	height: 2.45em;
	overflow: hidden;
	}
	
#new-store .product .name a:hover {
	text-decoration: none;
	}
	
	
#new-store .product .name span {
	color: #980800;
	background: #fff;
	padding: 0;
	margin: 13px 0 0 12px;
	height: 35px;
	width: 173px;
	cursor: pointer;
	}
	
	
#new-store .product .links {
	clear: both;
	margin: 0 0 10px 0;
	list-style: none;
	height: 17px;
	width: 100%;
	}
	
#new-store .product .links li {
	float: left;
	display: block;
	margin: 0 0 0 4px;
	border-left: 1px solid #d7dadd;
	padding: 1px 0 1px 4px;
	}
	
#new-store .product .links li.first {
	margin-left: 0;
	border-left: 0;
	}

#new-store .product .btn-big {
	margin-bottom: 10px;
	width: 173px;
	}	

#new-store .product label {
	float: right;
	width: 143px !important;
	margin: 0 !important;
	}	
	
#new-store .product .compare-check {
	float: left;
	margin: 7px 0 0 7px;
	#margin: 3px 0 0 3px; /* ie fix: ie checkboxes are bigger but still can be centered  */
	}

#new-store .product .btn-compare {
	float: right;
	display: block;
	background: transparent url(/vendor/lowes/img//store/btn_minor_left.gif) no-repeat;
	margin: 0;
	width: 143px;
	}
	
#new-store .product .btn-compare a {
	background: transparent url(/vendor/lowes/img//store/btn_minor_right.gif) no-repeat top right;
	display: block;
	height: 25px;
	line-height: 25px;
	#line-height: 22px; /* ie fix: line-height to keep default text centered in button */
	}
	
#new-store .product .btn-compare a:hover {
	text-decoration: none;
	}
	
	
	
/* Product Boxes - swatch ordering */

.swatch-ordering {
	position: relative;
	height: 58px;
	}
	
.swatch-ordering .btn-big {
	position: absolute;
	top: 32px;
	left: 0;
	}
	
	
/* Details */

#new-store .details {
	position: relative;
	top: 11px;
	background: transparent url(/vendor/lowes/img//store/details_bg.gif) repeat-y top right;
	padding: 29px 29px 29px 47px;
	width: 609px;
	}
	
#new-store .details .top {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/vendor/lowes/img//store/details_top.gif) no-repeat top right;
	width: 685px;
	height: 8px;
	}
	
#new-store .details .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(/vendor/lowes/img//store/details_bottom.gif) no-repeat bottom right;
	width: 685px;
	height: 8px;
	}
	
#new-store .details .photos {
	float: left;
	width: 352px;
	}
	
#new-store .details .photos img {
	border: 1px solid #d7dadd;
	padding: 4px;
	}
	
#new-store .details .photos .thumbs img {
	margin: 10px 5px 0 0;
	border: 1px solid #d7dadd;
	padding: 4px;
	}
	
#new-store .details .info {
	float: right;
	width: 236px;
	}
	
#new-store .details .btn-big {
	float: right;
	margin: 15px 0 0 0;
	width: 113px;
	}
	
#new-store .details .btn-minor {
	float: left;
	margin: 15px 0 0 0;
	width: 113px;
	}

#new-store .details hr {
	margin: 15px 0 15px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #d7dadd;
	height: 1px;
	}

#new-store .price-big {
	position: absolute;
	top: 0;
	right: 4px;
	display: block;
	color: #fff;
	background: red url(/vendor/lowes/img//store/pricetag.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 86px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	}
	
	
	
/* Select Menu Pulldowns
=======================================================================*/
	
#new-store .pulldown {
	float: left;
	position: relative;
	background: transparent url(/vendor/lowes/img/pulldown_arrow.gif) no-repeat top right;
	padding-right: 21px;
	width: 129px;
	#z-index: 3; /* IE Z-Index Fix */
	}
	
#new-store .pulldown .selected {
	border: 1px solid #d7dadd;
	padding: 0 6px;
	line-height: 17px;
	width: 115px;
	}
	
#new-store .pulldown ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 3;
	background: #fff;
	margin: 0;
	border: 1px solid #d7dadd;
	border-top: 0;
	padding: 2px 6px 0 6px;
	list-style: none;
	line-height: 20px;
	width: 115px;
	}

#new-store .pulldown:hover, .pulldown a:hover {
	cursor: pointer;
	}
	
#new-store .pulldown.open ul {
	display: block;
	}




/*=======================================================================
/* PRODUCT HOME PAGE
=======================================================================*/
	
#compare-box {
	float: left;
	background: #edf1fa;
	border: 1px solid #17215e;
	padding: 15px;
	width: 237px;
	}
	
#compare-box ul {
	float: left; /* forces the list items to stay within the list */
	margin: 15px 0;
	padding: 0;
	list-style: none;
	}
	
#compare-box ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 230px;
	line-height: 22px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}
	
#product-hp-col {
	float: right;
	width: 655px
	}
	
.product-hp-category {
	position: relative;
	display: inline; /* fix for the IE6- double margin bug */
	float: left;
	margin: 0 0 15px 15px;
	border: 1px solid #17215e;
	}
	
.product-hp-category p {
	display: block;
	color: #fff;
	background: #3b498b;
	margin: 0;
	padding: 0;
	width: 200px;
	line-height: 30px;
	font-family: arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	}

.product-hp-category a {
	color: #fff;
	}

.product-hp-category a:hover {
	text-decoration: none;
	}
	
.product-hp-category .corner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
.product-hp-category .starburst {
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 2;
	}
	
.product-lnav {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	}





/*=======================================================================
/* BROCHURE PAGES - Using some of these styles in the idea center
=======================================================================*/

/* Text styles */

#brochure h1 {
	height: 22px;
	}

#brochure h2 {
	margin: 50px 0 15px 0;
	height: 22px;
	}

#brochure h3 {
	margin: 0 0 15px 0;
	line-height: 17px;
	}
	
#brochure ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: times, serif;
	font-size: 15px;
	}
	
#brochure ul li {
	margin: 0 0 15px 0;
	line-height: 18px;
	padding: 0;
	}
	
#brochure .config-wrap ul { /* list for inside the config_wrap */
	background: none;
	list-style: inside;
	list-style-type: disc;
	}
	
#brochure .config-wrap ul li { /* list for inside the config_wrap */
	background: none;
	margin: 0 0 5px 15px;
	}
	
.list-3col li {
	display: block;
	margin: 0 0 5px 0 !important;
	float: left;
	width: 175px;
	}
	
ul.fancy-list {
	padding-left: 1.2em !important;
	list-style-image: url(/vendor/lowes/img/diamond_bullet.gif) !important;
	font-size: 15px;
	font-family: times, serif;
	}
	
ul.fancy-list li {
	margin-bottom: 15px;
	}
	
	
/* Navigation */

#brochure #nav {
	height: 22px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 25px;
	}

#brochure #nav h2 {
	float: left;
	margin: 4px 0 0 0;
	line-height: 22px;
	}

#brochure #nav .arrow {
	float: left;
	margin-top: 5px;
	}
	
#brochure #nav ul {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	}
	
#brochure #nav ul li {
	list-style: none;
	display: inline;
	padding: 4px 0;
	border-left: 1px dotted #17215e;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
#brochure #nav ul li.first {
	border-left: none;
	}
	
#brochure #nav ul li a {
	color: #3b498b;
	background: #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 3px 5px;
	text-decoration: none;
	}
	
#brochure #nav ul li a:hover {
	color: #fff;
	background: #3b498b;
	}

#brochure #nav ul li .selected {
	color: #fff;
	background: #3b498b;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 4px 7px;
	}

#brochure .pagenav {
	float: right;
	clear: both;
	padding-top: 50px;
	}
	
	
/* Leftbar */
	
.leftbar {
	background: transparent url(/vendor/lowes/img/leftbar.gif) no-repeat;
	padding: 25px 0 0 25px;
	}
	
.leftbar img {
	margin-bottom: 15px;
	}
	
.leftbar .tip {
	font-style: italic;
	line-height: 27px;
	padding: 0 25px 15px 25px;
	margin: 0;
	}
	
.leftbar-flush {
	margin-left: -25px;
	}
	

/* Swatches */
	
#brochure .swatch {
	float: left;
	margin: 0 15px 0 0;
	}
	
#brochure .swatch img {
	margin-bottom: 5px;
	}
	
#brochure .hex-swatch {
	float: left;
	padding: 5px;
	width: 80px;
	height: 30px;
	margin: 0 10px 10px 0;
	}
	
#brochure .swatch-half {
	float: left;
	width: 50%;
	margin-bottom: 25px;
	}
	
#brochure .swatch-half img {
	float: left;
	margin-right: 15px;

	}
	
#brochure .swatch-third {
	float: left;
	width: 33%;
	margin-bottom: 25px;
	}
	
#brochure .swatch-third img {
	float: left;
	margin-right: 15px;
	}

#brochure .drapery-swatches td {
	text-align: center;
	vertical-align: bottom;
	}
	
#brochure .drapery-swatches img {
	margin: 15px 0;
	}


/* Step Icon */
	
.step-icon {
	float: left;
	}
	
.step-h1 {
	float: left;
	margin: 30px 0 0 10px;
	width: 835px;
	}


/* Or Choice */

.box-headline {
	padding: 7px 0 0 0;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	}

.or {
	display: inline; /* fix for the IE6- double margin bug */
	float: left;
	margin: 25px 0 25px 30px !important;
	}
	
.or-choice {
	clear: both;	
	}
	
.or-choice p {
	float: right;
	width: 160px;
	}
	
.or-choice img {
	float: left;
	}


	
/* Misc */
	
#brochure .indent {
	margin-left: 70px;
	}
	
.banner {
	margin: 0 0 30px 0;
	}



/* Trim & Go
=======================================================================*/

/* Simple Swatch - This is used on the trim & go page */
	
.swatch-simple {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 100px;
	text-align: center;
	}
	
.swatch-simple img {
	border: 1px solid #17215e;
	padding: 2px;
	margin-bottom: 10px;
	}
	
.swatch-simple a {
	position: absolute;
	top: 8px;
	left: 8px;
	background: transparent url(/vendor/lowes/img/magnify_icon.gif) no-repeat;
	text-indent: -9999px;
	width: 19px;
	height: 19px;
	}
	

/* Details Size Box */

.details-size {
	position: relative;
	height: 225px;
	}

.details-size p {
	width: 125px;
	}
	
.details-size img {
	position: absolute;
	top: 30px;
	right: 25px;
	}
	
/* Lowes Locator Promo */

.lowes-locator-promo {
	position: relative;
	width: 293px;
	height: 248px;
	margin-bottom: 25px;
	}

.lowes-locator-promo .btn-big {
	position: absolute;
	top: 190px;
	left: 33px;
	}
	
/* details links */

.details-links .minor {
	float: left;
	margin: 0 0 10px 10px;
	width: 200px;
	}
	
.details-links img {
	float: left;
	clear: left;
	}
	
.details-links .btn-big {
	float: left;
	margin-bottom: 15px;
	}
	
/* fork steps */

.fork-steps {
	margin: 35px 0;
	}

.fork-steps img {
	display: block;
	clear: left;
	margin-bottom: 15px;
	}
	
/* trim cat (from landing page) */

.trim-cat-l {
	float: left;
	width: 293px;
	}

.trim-cat-wrap {
	float: right;
	width: 626px;
	}

.trim-cat-wrap h1 {
	margin-left: 15px;
	}

.trim-cat {
	float: left;
	padding: 0 0 15px 15px;
	}
		
.trim-cat img {
	display: block;
	border: 0;
	}





/*=======================================================================
/* HOME PAGE
=======================================================================*/

#hp-quick-links	{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #342f2a url(/vendor/lowes/img/ql_background.jpg) repeat-x;
	width: 231px;
	height: 340px;
	}

#hp-quick-links h3 {
	margin: 20px 0 15px 25px;
	}
	
#hp-quick-links a {
	color: #fff;
	}
	
#hp-quick-links ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
	}
	
#hp-quick-links ul li {
	color: #fff;
	background: transparent url(/vendor/lowes/img/ql_bullet.gif) no-repeat 0 3px;
	margin: 0;
	padding: 0 0 11px 15px;
	line-height: 11px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
#hp-feature {
	margin-bottom: 25px;
	}
	
	
	
	
	
/*=======================================================================	
/* PHOTO GALLERY
=======================================================================*/


/* Photo Gallery - Filter Nav */

#gallery #filters {
	background: #edf1fa;
	border: 1px solid #17215e;
	border-bottom: 0;
	padding: 10px 10px 5px 10px;
	text-align: right;
	}
	
#gallery #filters .pulldown {
	padding-bottom: 5px;
	}
	
#gallery #filters select {
	width: 170px;
	}
	
	
/* Photo Gallery - Arrow Nav */
	
#gallery #arrow-nav {
	background: #3b3531 url("/vendor/lowes/img/gallery_arrow_bg.gif") repeat-x 0 0;
	height: 36px;
	}
	
#gallery .number {
	float: left;
	color: #fff;
	line-height: 36px;
	margin-left: 8px;
	}
	
#gallery .arrow {
	float: right;
	margin: 7px 6px 0 0;
	}
	

/* Photo Gallery - Thumbnails */

#gallery #thumbs {
	border: 1px solid #17215e;
	border-top: 0;
	padding: 5px;
	height: 425px;
	overflow: auto;
	}
	
#gallery #thumbs img {
	float: left;
	border: 5px solid #fff;
	}
	
#gallery #thumbs .selected {
	border: 5px solid #f2c7D0;
	}
	
	
/* Photo Gallery - Photo */

#gallery #photo {
	position: relative;
	width: 637px;
	height: 460px;
	}

#gallery #photo .corner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
#gallery #photo .starburst {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	}
	
#gallery #swatch {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 4;
	border: 5px solid #fff;
	}
	
#gallery #swatch .magnify {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
	}
	
#gallery #swatch p {
	color: #3b498b;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: -1px;
	z-index: 6;
	margin: 0;
	padding: 3px 0 3px 5px;
	line-height: 14px;
	font-family: arial, sans-serif;
	font-size: 13px;
	}

#gallery #info {
	color: #fff;
	background: #3b498b url("/vendor/lowes/img/gallery-info-bg.gif") repeat-x 0 0;
	padding: 15px;
	height: 52px;
	}
	
#gallery #info h2 {
	margin: 0;
	line-height: 18px;
	}
	




/*=======================================================================
/* SPLASH PAGE
=======================================================================*/

#splash-wrap {
	position: relative;
	margin: 0 auto;
	width: 780px;
	font-size: 14px;
	text-align: left;
	}
	
#splash-wrap #nav {
	background: url("/images/splash/map.gif") no-repeat 0 0;
	position: absolute;
	top: 137px;
	left: -70px;
	padding-left: 70px;
	width: 500px;
	height: 205px;
	}
	
#splash-wrap #logo {
	margin-top: 28px;
	}
	
#splash-wrap #label {
	margin: 24px 0 7px 0;
	}
	
.btn-big .us-icon {
	display: inline-block;
	background: url("/images/splash/flag-us.gif") no-repeat 0 6px;
	width: 23px;
	line-height: 22px;
	#line-height: 23px; /* ie fix */
	#background: url("/images/splash/flag-us.gif") no-repeat 0 7px; /* ie fix */
	}
	
.btn-big .ca-icon {
	display: inline-block;
	background: url("/images/splash/flag-ca.gif") no-repeat 0 6px;
	width: 23px;
	line-height: 22px;
	#line-height: 23px; /* ie fix */
	#background: url("/images/splash/flag-ca.gif") no-repeat 0 7px; /* ie fix */
	}	
	
#splash-wrap #remember {
	clear: both;
	padding-top: 7px;
	}
	
#splash-wrap #splash-photo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	}
	
#footer-splash {
	margin: 0 auto;
	padding: 370px 0 0 65px;
	width: 715px;
	}
	
	




/*=======================================================================	
/* DRAPERY PAGE - HOME DEPOT ONLY!
=======================================================================*/
	
#drapery-hd img {
	border:1px solid #442404;
	}
	
#drapery-hd .lcol-606 {
	float:left;
	width:606px;
	}
	
#drapery-hd .rcol-300 {
	float:right;
	width:300px;
	}
	
#drapery-hd .main-img {
	margin-bottom:15px;
	}
	
#drapery-hd .col-side {
	background:#FEFEF2 none repeat scroll 0%;
	border:1px solid #442404;
	margin-bottom:25px;
	padding:15px 15px 0pt;
	}
	
#drapery-hd .col-side h3 {
	margin:15px 0pt 3px;
	}
	
#drapery-hd .sub-item {
	margin:25px 0pt;
	width:100%;
	}
	
#drapery-hd .sub-item img {
	float:left;
	margin-right:15px;
	}
	
	





/*=======================================================================	
/* IDEA CENTER
=======================================================================*/

#navigation h2.idea-header {
	background: transparent url(/vendor/lowes/img/idea_nav_header.jpg) no-repeat;
	}

#gallery-promo {
	background: #fff url("/vendor/lowes/img/photo_gallery_promo_bg.jpg") no-repeat;
	padding: 50px 0 0 0;
	margin-bottom: 25px;
	width: 293px;
	}
	
#gallery-promo .btn-big {
	display: inline;
	margin: 0 15px;
	}
	
	





/*=======================================================================
/* DEALER LOCATOR
=======================================================================*/
	
.dealer-logos img {
	margin: 0 15px 15px 0;
	}







/*=======================================================================
/* CLEANING & SAFETY TIPS
=======================================================================*/

.cleaning-tip {
	position: relative;
	left: -4px;
	background: transparent url(/vendor/lowes/img//shadow_611_bg.gif) repeat-y top right;
	margin-bottom: 17px;
	padding: 29px;
	overflow: hidden; /* This stretches the container to the height of either float */
	width: 561px;
	}
	
.cleaning-tip .top {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/vendor/lowes/img//shadow_611_top.gif) no-repeat top right;
	width: 619px;
	height: 8px;
	}
	
.cleaning-tip .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(/vendor/lowes/img//shadow_611_bottom.gif) no-repeat bottom right;
	width: 619px;
	height: 8px;
	}
	
.cleaning-tip img {
	float: left;
	border: 1px solid #d6d9dc;
	padding: 4px;
	}

.cleaning-tip .text { /* the column of text */
	float: right;
	width: 328px;
	}
	
.cleaning-tip .fancy-list {
	padding-left: 0 !important;
	margin-bottom: -12px;
	}
	






/*=======================================================================
/* MEASURE HOME PAGE
=======================================================================*/

.measure-worksheet {
	float: left;
	margin-right: 10px;
	width: 115px;
	text-align: center;
	}
	
.measure-worksheet img {
	margin-bottom: 5px;
	}

.measure-instructions-list {
	list-style: none;
	list-style-position: inside;
	margin: 0 !important;
	}
	
.measure-instructions-list li {
	display: block;
	float: left;
	background: transparent url(/images/icons/icon_measure.gif) no-repeat;
	padding: 0 0 0 31px;
	margin: 0 0 10px 0 !important;
	height: 21px;
	line-height: 21px;
	width: 172px;
	}
	
.easy-checker-promo {
	background: #fff url(/images/light_gray_gradient.gif) repeat-x;
	border: 1px solid #d7dadd;
	padding: 15px 15px 0 15px;
	}
	
.easy-checker-promo img {
	margin: 15px auto;
	}
	
.easy-checker-promo p {
	color: #5d5d5d;
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
	





/*=======================================================================
/* INSTALLATION HOME PAGE
=======================================================================*/	
	
.install-product-pulldown {
	float: left;
	margin: 2px 10px 15px 0;
	font-size: 12px;
	width: 180px;
	}
	
.install-instructions-list {
	list-style: none;
	list-style-position: inside;
	margin: 0 !important;
	}
	
.install-instructions-list li {
	display: block;
	background: transparent url(/images/icons/icon_download_install.gif) no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 10px 0 !important;
	height: 17px;
	line-height: 17px;
	}

.install-instructions-list li.video {
	display: block;
	background: transparent url(/images/icons/icon_video.gif) no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 10px 0 !important;
	height: 17px;
	line-height: 17px;
	}


/*=======================================================================
/* SUPPORT PAGES
=======================================================================*/

#navigation h2.support-header {
	background: transparent url(/vendor/lowes/img/support_nav_header.jpg) no-repeat;
	}
	
.support-col {
	position: relative;
	right: 0;
	float: right;
	width: 670px;
	}
	
.support-overview {
	float: left;
	width: 486px;
	margin-bottom: 15px;
	}

.support-promo {
	float: right;
	}

.support-grid a {
	color: #3b498b;
	display: block;
	float: left;
	border: 1px solid #17215e;
	border-bottom: 0;
	border-right: 0;
	padding-bottom: 15px;
	width: 243px;
	height: 150px;
	text-decoration: none;
	}
	
.support-grid a.right {
	border-right: 1px solid #17215e;
	}
	
.support-grid a.bottom {
	border-bottom: 1px solid #17215e;
	}
	
.support-grid a:hover {
	background: #edf1fa;
	}
	
.support-grid h3 {
	margin: 15px 15px 10px 15px;
	}
	
.support-grid ul {
	margin-left: 30px;
	padding-bottom: 30px;
	}
	
.support-nav {
	float: left;
	width: 140px;
	padding: 10px 15px;
	background: #edf1fa;
	}
	
.support-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.support-nav li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 13px;
	font-family: arial, sans-serif;
	}	
	
.support-sub-nav {
	float: right;
	border-left: 1px solid #17215e;
	padding: 8px 0 0 15px;
	width: 221px;
	}

.support-sub-nav ul {
	padding: 5px 0 0 15px;
	}

.support-sub-nav ul li {
	font-family: arial, sans-serif;
	font-size: 13px;
	}






/*=======================================================================
/* Landing Page
=======================================================================*/

.landing-vid-nav .fancy-list {
	padding-left: 5px;
	}

.landing-vid-nav .fancy-list {
	float: left;
	width: 170px;
	}

	





/*=======================================================================	
/* Press Releases
=======================================================================*/

#pr h1 {
	margin-bottom: 30px;
	}
	
#pr h3 {
	margin-bottom: 0;
	}
	
#pr .date {	
	color: #919294;
	background: transparent url(/vendor/lowes/img/icon_calendar.gif) no-repeat 0 5px;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #d7dadd;
	padding: 6px 0 4px 17px;
	font: 12px arial, sans-serif;
	}
	
#pr .pdf-link {	
	font: 12px arial, sans-serif;
	}
	
#pr .pdf-link img {	
	border: 0;
	padding-right: 7px;
	}
	
#pr .post-body {
	margin: 0 0 30px 0;
	}
	
#pr .sidebar-fancy li {
	background: transparent url(/vendor/lowes/img/nav_bullet_a.gif) no-repeat 0 5px;
	padding-left: 10px;
	list-style: none;
	}






/*=======================================================================
/* Admin Forms
========================================================================*/

.admin-form {
	margin: 15px 0; 
	border-collapse: collapse;
	}
	
.admin-form td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2px 5px;
	}
	
.admin-form th {
	color: #534f44;
	background: #ede4d3;
	border: 1px solid #fff;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	}
	
.admin-form table {
	border-collapse: collapse;
	}
	
.admin-form table th {
	padding: 2px 5px;
	text-align: left;
	}
	
.admin-form table td {
	padding: 2px 5px;
	vertical-align: top;
	}
	
.admin-form .zebra {
	background-color: #e3e3e3;
	}
	
	





/*=======================================================================	
/* Cart Styles
========================================================================*/
	
/* Cart - Move Items */

.move-cart-block {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background: #edf1fa;
	border:1px solid #3b498b;
	width:200px;
	padding: 0 0 6px 0;
	z-index: 1000;
	}
	
.move-cart-title {
	background: #3b498b;
	color: #fff;
	padding:4px;
	}
	
.move-cart-item {
	padding:4px 6px 4px 6px;
	}
	
.cart-edit-links {
	clear: both;
	padding: 5px 0 0 32px;
	}
	
	
	
	
	
/*=======================================================================	
/* CHECKOUT
=======================================================================*/

#checkout_steps {
	background: #fff url(/images/dotted_line_tile_brown.gif) repeat-x left bottom;
	margin: 25px 0;
	height: 30px;
	}

#checkout_steps .connection {
	float: left;
	color: #6f6357;
	padding-top: 10px;
	width: 205px;
	}

#checkout_steps .step {
	float: left;
	color: #6f6357;
	border-left: 1px solid #6f6357;
	border-bottom: 10px solid #6f6357;
	width: 144px;
	cursor: pointer;
	}
	
#checkout_steps .step_selected {
	float: left;
	color: #730028;
	border-left: 1px solid #730028;
	border-bottom: 10px solid #730028;
	width: 144px;
	}
	
#checkout_steps .step_dead {
	float: left;
	color: #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-bottom: 10px solid #AFAFAF;
	width: 144px;
	}
	
#checkout_steps p {
	margin: 0;
	padding: 0 0 0 21px;
	line-height: 20px;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
#checkout_steps .connection p {
	padding: 0;
	}
	
#checkout_steps .step .empty {
	background: #FFF url(/images/config_empty.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_selected .empty {
	background: #FFF url(/images/config_empty_select.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_dead .empty {
	background: #FFF url(/images/config_empty_dead.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step .checked {
	background: #FFF url(/images/config_check.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_selected .checked {
	background: #FFF url(/images/config_check_select.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_dead .checked {
	background: #FFF url(/images/config_check_dead.gif)
	}
	
#checkout_steps.short .step,
#checkout_steps.short .step_selected,
#checkout_steps.short .step_dead,
 {
	width: 80px;
	}
	
	
#checkout-instructions {
	width: 600px;
	margin-bottom: 15px;
	}
	
#checkout-instructions h1 {
	margin-bottom: 0;
	}
	
.cc-warn {
	display: block;
	color: red;
	margin-top: 4px;
	}
	





/*=======================================================================
/* CHECKOUT NEW
=======================================================================*/

.checkout-steps {
	background: #fff url(/images/dotted_line_tile_brown.gif) repeat-x left bottom;
	margin: 25px 0;
	padding: 0;
	height: 30px;
	}
	
.checkout-steps li {
	float: left;
	background: #fff url(/images/config_check.gif) no-repeat 3px 1px;
	margin: 0;
	border-left: 1px solid #6f6357;
	border-bottom: 10px solid #6f6357;
	padding: 2px 0 2px 21px;
	width: 128px;
	height: 16px;
	list-style: none;
	}

.checkout-steps .connection {
	background: none;
	border: none;
	padding: 10px 0 0 0;
	width: 180px;
	}

.checkout-steps li.selected {
	color: #730028;
	background: #fff url(/images/config_check_select.gif) no-repeat 3px 1px;
	border-color: #730028;
	}
	
.checkout-steps li.dead {
	color: #AFAFAF;
	background: #FFF url(/images/config_empty_dead.gif) no-repeat 3px 1px;
	border-color: #AFAFAF;
	}

.extra-step li {
	width: 103px;
	}
	
	
/*=======================================================================
/* PRODUCT FEATURES
=======================================================================*/

#product-features .main-col {
	position: relative;
	padding-top: 18px;
	float: right;
	width: 660px;
	}
	
#product-features .rcol-s {
	width: 280px;
	}
	
#product-features h2.support-header { /* Top of the window */
	background: transparent url(/vendor/lowes/img/idea_nav_header.jpg) no-repeat;
	}
	
	
/*======================================================================*/
/* CAMPAIGN PAGES
/*======================================================================*/

.nav-thumbs {
	background: transparent url(/vendor/lowes/img/nav_thumbs_background.jpg) no-repeat;
	margin: 0 0 50px -8px;
	padding: 12px 0 0 0;
	list-style: none;
	width: 945px;
	height: 148px;
	}
	
.nav-thumbs li {
	position: relative;
	float: left;
	margin: 0 1px 0 0;
	padding: 7px;
	width: 90px;
	text-align: center;
	}
	
.nav-thumbs a {
	display: block;
	text-decoration: none;
	}
	
.nav-thumbs .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 104px;
	height: 4px;
	}
	
.nav-thumbs li:hover, .nav-thumbs li.selected {
	background: transparent url(/vendor/lowes/img/thumb_shadow_top.gif) no-repeat;
	}
	
.nav-thumbs li:hover .bottom, .nav-thumbs li.selected .bottom {
	background: transparent url(/vendor/lowes/img/thumb_shadow_bottom.gif) no-repeat bottom left;
	}/*
*************************************************

LEVOLOR
Unsure Screen Styles

These styles are likely able to be removed but
require further testing.

*************************************************
*/



/* This stuff can likely go away */

#body-wrap ul {
	margin: 0 0 10px 16px;
	line-height: 14px;
	font-size: 14px;
	font-family: times, serif;
	}
	
#body-wrap ul li {
	padding: 0 0 5px 0;
	}

#body-wrap {
	position: relative;
	margin: 25px auto;
	width: 930px;
	text-align: left;
	}




/* Unsure Below Here */



.label {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: arial, sans-serif;
	}
	
.arrow-link-list {
	list-style-image: url(/vendor/lowes/img/arrow_small_brown.gif);
	margin: 15px 0 15px 12px;
	font-size: 15px;
	font-family: times, serif;
	}
	
.arrow-link-list li {
	padding: 0 0 10px 0;
	}

.contentwrap {
	position: relative;
	width: 637px;
	padding: 25px 0;
	}

.contentwrapwide {
	position: relative;
	width: 930px;
	padding: 25px;
	}
	
.sans_link {
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: normal;
	}
	
.dark_border {
	 border: solid 1px #6f6357;
	 }
  
.left_image {
	float: left;
	margin: 0 15px 15px 0;
	border: solid 1px #6f6357;
	}
	
.left_image_tight {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 1px #6f6357;
	}
	
.right_image {
	float: right;
	margin: 0 0 15px 15px;
	border: solid 1px #6f6357;
	}
	
.right_image_tight {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px #6f6357;
	}
	
.top_image {
	margin: 0 0 15px 0;
	border: solid 1px #6f6357;
	}
	
	
	
/* STRUCTURE
========================================================================*/
	
.full {
	margin: 25px !important;
	width: auto !important;
	}
	
.rcol-a {
	float: right;
	width: 637px;
	}
	
.rcol-b {
	float: right;
	width: 214px;
	}
	
.rcol-c {
	float: right;
	width: 306px;
	}
	
.rcol-d {
	float: right;
	width: 735px;
	}
	
.lcol-a {
	float: left;
	width: 637px;
	}
	
.lcol-b {
	float: left;
	width: 405px;
	}
	
.lcol-c {
	float: left;
	width: 269px;
	}
	
.lcol-d {
	float: left;
	width: 195px;
	}
	

/* Columns */

.lcol-306 {
	float: left;
	width: 306px;
	}
	
	
/* Gutters */

.rgut-25 {
	margin-right: 25px;
	}
	
.bgut-25 {
	margin-bottom: 25px;
	}

