/* monroe.com v3 style sheet */
/* color defaults hex throughout styles are */
/* black= #000, dark gold = #b87f16 , sidenav gold = #fccc22 , medium gold = #ecc14e (menutab shad), light gold = #faed7f */
/* dark brown = #302316, medium brown = #615549, latte = #857a6f, v.light brown = #b4aca3 off-brown = #bb9c50 (menutab current) */

/* STRUCTURE */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background-color: #000;
	font: 10px verdana, arial, helvetica, sans-serif; /* font size in px - rest of styles use % for easy adjustemnt */
	color: #000; 
	margin: 0 auto 35px auto;
	}

#container {
	background: transparent url(../images/bg_container.gif) repeat-y;
	width: 770px;
	margin: 0 auto;
	}

#headergeneral {
	background: transparent url(../images/headergeneral.jpg) no-repeat;
	width: 770px;
	height: 100px;
	}

#sidebar {
	background-color: #fccc22;
	width: 155px;
	float: left;
	padding-top: 10px;
	}

#sideItems {
	text-align: center;
	padding-top: 10px;
	color: #302316;
	font-size: 9px;
	}
	
#copy {
	/* holds core content */
	background: #fff;
	width: 575px; /* 620 total width less L/R padding*/
	float: right; /* pushes element to right. note - at set width, float left has same effect */
	padding: 5px 20px 5px 20px;
	}
#copy1 {
	background: #fff; width:603px; $width:615px; float:left;  padding:5px 6px 5px 6px; overflow:hidden; text-align:left;}
#across {
	/* used for flash animation that spans entire width on home page */
	width: 770px; /* element width less L/R margin or desired gutter space */
	float: right;
	clear: both; /* forces section below copy div */
	}

/* structure - main NAV & nav links */
#menu ul {
	list-style-type: none;
	font:  bold 9px verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-align: left;
	}

#menu li	{
	background: transparent url(../images/tile.gif) no-repeat; 
	line-height: 21px; /* same as tile image height for vertical center */
	}

#menu a, #menu a:link, #menu a:visited, #menu a:active  {
	width: 149px; /*total width less L/R padding*/
 	text-decoration: none;
	display: block; /* sets link to full tile width */
	color: #000;
	padding-left: 6px; /* if applied to li impacts tile image */
}

#menu a:hover {
	background: transparent url(../images/tile_over.gif) no-repeat;
	color: #615549;
	}

#currentsection a {
	background: transparent url(../images/tile_current.gif) no-repeat; /* marks current section in navbar */
	line-height: 20px; /* same as tile image height for vertical center */
	}

#currentsection a:hover {
	background: transparent url(../images/tile_over.gif) no-repeat; /* marks current section in navbar */
	}

#submenu a, #submenu a:link, #submenu a:visited, #submenu a:active  {
	background: transparent url(../images/tilesub.gif) no-repeat; 
	width: 143px; /*total width less L/R padding*/
	font:  normal 10px verdana, arial, helvetica, sans-serif;
	line-height: 21px; /* same as tile height for vertical center */
 	text-decoration: none;
	display: block; /* sets link to full tile width */
	color: #000;
	padding-left: 12px; /* if applied to li impacts tile image */
	}

#submenu a:hover {
	background: transparent url(../images/tilesub_over.gif) no-repeat; 
	color: #615549;
	}

/* structure - navtree & links */
/* list styles need to be below copy list styles for inheritance rules */
#navtree {
	font-size: 11px;
	color: #857a6f;
	margin: 0;
	padding: 5px 0 15px 0;
	}


/* structure - FOOTER & footer links */
#footerbg {
	width: 770px;
	font-size: 9px;
	color: #857a6f;
	text-align: center;
	clear: both; /* forces footer below copy div */
	}

#footer {
	background: white url(../images/bg_footer.gif) no-repeat left top;
	width: 640px; $width:770px;
	height: 45px; 
	float: right;  /*actual text area centered below copy div */
	padding-top: 20px;
	padding-left: 130px;
	padding-bottom:5px; $height:70px;
	}
	
#footer a:link, #footer a:visited, #footer a:active  {
	color: #857a6f;
	text-decoration: none;
	}
	
#footer a:hover {
 	color: #bb9c50 ;
 	text-decoration: underline;
	}
	
/* structure - additional links below footer */	
#bottomlinks {
	text-align: center;
	color: #fccc22;
	padding: 10px;
	clear: both; /* forces section below footer div */
	}
	
#bottomlinks a:link, #bottomlinks a:visited, #bottomlinks a:active  {
	color: #fff;
	text-decoration: none;
	}
	
#bottomlinks a:hover {
color: #fff ;
text-decoration: underline;
}

/* TEXT STYLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* sidebar */
#sideItems p {
	padding: 3px 0;
	}

/* copy area */
h1 {
	font: bold 17px verdana, arial, helvetica, sans-serif;
	color: #000;  
	padding-bottom: 7px;
	}

h2 {
	font: bold 15px arial, helvetica, sans-serif;
	color: #b87f16; 
	padding: 3px 0 5px 0;
	}

h2.black {
	font: bold 15px arial, helvetica, sans-serif;
	color: #000; 
	padding: 3px 0 5px 0;
	}
	
h2.home {
	font: bold 14px arial, helvetica, sans-serif;
	color: #000; 
	padding: 3px 0 5px 0;
	}
	
h3 {
	font: bold 13px arial, helvetica, sans-serif;
	color: #615549;  
	padding: 3px 0 5px 0;
	}

h3.gold {
	font: bold 13px arial, helvetica, sans-serif;
	color: #b87f16;  
	padding: 3px 0 5px 0;
	}
	
h3.black {
	font: bold 13px arial, helvetica, sans-serif;
	color: #000;  
	padding: 3px 0 5px 0;
	}
	
#copy h4 {
	font: bold 11px arial, helvetica, sans-serif;
	color: #000;
	padding: 3px 0 5px 0;
	}

h6 {
	font: 95% arial, helvetica, sans-serif;
	line-height: 1.25em;
	padding: 3px 0;
	}

p {
	padding: 0 0 10px 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;
	}
	
p.showcase {
	text-align: center;
	line-height: 1em;
	}
	
p.homefeature {
	text-align: center;
	line-height: 1em;
	color: #857a6f;  
	}

.largtxt	{
	font: bold 120% arial, helvetica, sans-serif;
	color: #b87f16;
	}

/* styles for FAQ */
.question {
	background: transparent url(../images/questionbullet.gif) no-repeat top left;
	font-weight: bold;
	color: #b87f16;
	padding-left: 20px;
	margin-top: 15px;
	}

.answer {
	background: transparent url(../images/answericon.gif) no-repeat top left;
	border-bottom: solid 1px #b4aca3;
	color: #000;
	padding-left: 20px;
	padding-bottom: 10px;
	}


/* lists - general & custom */
#copy ul, #copy ol {
	margin-bottom: 5px;
	}

#copy ul li {
	margin-left: 15px;
	padding-bottom: 3px;
	list-style-image: url(../images/bulletbrown.gif); 
	}
	
#copy ol li {
	margin-left: 22px;
	padding-bottom: 3px;
	}
	
#copy ul.navtree {
	margin: 0;
	padding: 0;
	}
	
#copy ol.navtree {
	margin: 0;
	padding: 0;
	}

#navtree ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#navtree ol li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}	
	
li.questionlink {
	/* format for FAQ */
	margin: 0 0 8px 0;
	}

.answer ol {
	/* format for FAQ */
	margin: 0 0 0 10px;
	padding: 0 0 3px 0;
	}
	
.answer ul {
	/* format for FAQ */
	margin: 0 0 0 10px;
	padding: 2px 0 10px 0;
	}
	
.answer ol li {
	/* format for FAQ */
	margin-left: 12px;
	padding: 2px 0 5px 0;
	}
	
/* format for product details */
#productfeatures ol {
	margin: 0 0 0 10px;
	padding: 0 0 3px 0;
	}
	
#productfeatures ul {
	margin: 0 0 0 10px;
	padding: 2px 0 10px 0;
	}
	
#productfeatures ol li {
	margin-left: 12px;
	padding: 2px 0 7px 0;
	color: #857a6f;
	font-weight: bold;
	}
	
/* format for sitemap */
#copy ul.sitemap {
	margin: 0 0 0 14px;
	padding: 3px 0;
	font-weight: bold;
	}
	
#copy ul.sitemap li {
	margin: 0 0 0 8px;
	padding-bottom: 3px;
	font-weight: bold;
	}
	
/* links */ 
#sideItems a:link, #sideItems a:visited, #sideItems a:active   {
	color: #302316;
	text-decoration: none;
	}

#sideItems a:hover  {
	color: #302316;
	text-decoration: underline;
	}

#copy a:link, #copy a:visited, #copy a:active  {
	color: #b87f16;
	text-decoration: none;
	}

#navtree a:link, #navtree a:visited, #navtree a:active {
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
	color: #857a6f;
	}
	
#copy a:hover, #navtree a:hover  {
	color: #857a6f;
	text-decoration: underline;
	}
	
#copy li.listlink a, #copy li.listlink a:link, #copy li.listlink a:active, #copy li.listlink a:visited  {
	color: #000;
	}
	
#copy li.listlinkbold a, #copy li.listlinkbold a:link, #copy li.listlinkbold a:active, #copy li.listlinkbold a:visited  {
	color: #000;
	font-weight: bold;
	}

#copy li.questionlink a, #copy li.questionlink a:link, #copy li.questionlink a:active, #copy li.questionlink a:visited  {
	color: #857a6f;
	font-weight: bold;
	}
	
#copy li.listlink a:hover, #copy li.questionlink a:hover, #copy li.listlinkbold a:hover, #copy li.listlinkbold a:hover {
	color: #857a6f;
	text-decoration: underline;
	}



/* LAYOUT styles - copy area */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#homecopy	{
	margin: 0;
	}

#homecopy .left {
	width: 400px; /* element width less L/R margin or desired gutter space */
	float: left;
	}

#homecopy .right {
	width: 155px; /* element width less L/R margin or desired gutter space */
	float: right;
	}
	

.copy3boxes, .copy2boxes {
	margin: 0 0 20px 0;
	}

.copy2boxescenter, .copy3boxescenter {
	text-align: center;
	}

.copy2boxes .box1, .copy2boxes .box2, .copy2boxescenter .box1, .copy2boxescenter .box2 {
	width: 277px; /* element width less L/R margin or desired gutter space */
	}

.copy2boxes .box1, .copy2boxescenter .box1 {
	float: left;
	}

.copy2boxes .box2, .copy2boxescenter .box2, .copy3boxes .box3, .copy3boxescenter .box3 {
	float: right;
	}

.copy3boxes .box1, .copy3boxes .box2, .copy3boxes .box3, .copy3boxescenter .box1, .copy3boxescenter .box2, .copy3boxescenter .box3 {
	width: 178px; /* element width less L/R margin or desired gutter space */
	}
	
.copy3boxes .box1, .copy3boxes .box2, .copy3boxescenter .box1, .copy3boxescenter .box2 {
	float: left;
	margin-right: 20px;
	}

#productimage {
	width: 345px; /* element width less L/R margin or desired gutter space */
	float: left;
	}

#productfeatures {
	width: 210px; /* element width less L/R margin or desired gutter space */
	float: right;
	}


/* TABLE styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
caption	{
	font: bold 110% arial, helvetica, sans-serif;
	color: #857a6f;
	text-align: left;
	padding: 5px 0 5px 0; 
	}

td	{
	/*vertical-align: top;*/
	}

td.rowmarker	{
	background: transparent url(../images/arrowbrown.gif) no-repeat 0 1px;
	padding-left: 15px;
	}

.tablelisting	{
	/* styles tables without borders */
	width: 575px; /* same width as copy element */
	font-size: 100%; /* reduce to 90% if main font size over 10px */
	margin-bottom: 15px;
	}

.tablelisting td	{
	padding-bottom: 5px; /* space between rows of data */
	}
	
.tablegrid	{
	/* styles tables displayed with a border */
	width: 575px;
	border-top: 1px solid #b4aca3;
	border-left: 1px solid #b4aca3;
	border-collapse: collapse; /* removes gaps in border */
	font-size: 100%; /* reduce to 90% if main font size over 10px */
	margin-bottom: 15px;
	}

.tablegrid tbody {
	background-color: #fff;
	}

.tablegrid th, .tablegrid td	{
	border-right: 1px solid #b4aca3; /* #EE1B2D; */
	border-bottom: 1px solid #b4aca3;
	padding: 4px 5px 4px 5px;
	}

.tablegrid th	{
	background-color: #e0dedc;
	font-weight: bold;
	color: #857a6f;
	}


/* FORM styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
form dl	{
	margin: 0;
	padding-left: 0;
}

form dt	{
	padding: 2px 0 4px 0;
	}

form dd {
	padding-bottom: 7px;
	}

form label	{
	font-weight: bold; 
	color: #857a6f;
	}

textarea	{
	font: 100% verdana, arial, helvetica, sans-serif;
	}


.bolderror {
	font: bold 100% arial, helvetica, sans-serif;
	color: red;
	}

.asterisk	{
	font-weight: bold;
	font-size: 110%; 
	}

.mediumlength input	{
	width: 175px;
	font-size: 100%;
	padding: 1px;
}

.radio input {
	width: 20px;
	vertical-align: middle;
	padding-left: 30px;
	}

.extendedlength input	{
	width: 250px;
	font-size: 100%;
	padding: 1px;
	}

select   {
	font-size: 90%;
	padding: 0 0 0 1px;
	border: 1px solid #b4aca3;
	} 

select.short  {
	width: 100px;
	font-size: 90%;
	padding: 0 0 0 1px;
	border: 1px solid #b4aca3;
	} 

select.mediumlength  {
	width: 220px;
	font-size: 90%;
	padding: 0 0 0 1px;
	border: 1px solid #b4aca3;
	} 
	
select.extendedlength {
	width: 475px;
	font-size: 90%;
	padding: 0 0 0 1px;
	border: 1px solid #b4aca3;
	} 

.submitbutton {
	font-size: 100%; 
	padding: 1px;
	border: 1px solid #b4aca3;
	}
	
#personalinfo input, #vehicleinfo input	{
	width: 250px;
	font-size: 100%;
	padding: 2px 1px;
	border: 1px solid #b4aca3;
	}

.infospecifics dd  {
	font-size: 90%;
}

.infospecifics input {
	width: 20px;
	padding-left: 30px;
	vertical-align: middle;	
}


/* LAYOUT TOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* custom style */
.customborder {
	border: 1px solid #b4aca3;
	}

.rulebottom {
	border-bottom: 1px solid #b4aca3;
	clear: both;
	margin-bottom: 5px;
	}


.showlink {
	background: transparent url(../images/arrowbrown.gif) no-repeat 0 2px; 
	padding-left: 14px; /* sets space before link label */
	}


/* alignment */
.center {
	text-align: center;
	}
	
/* images alignment */
img.imgleft	{
	/* does not work within ul */
	float: left; /* needed for text to wrap around image in IE */
	vertical-align: top;
	padding: 0 8px 3px 0;
	}

img.imgright	{
	float: right;
	vertical-align: top;
	padding: 0 0 3px 8px;
	}

img.imgcenter	{
	margin: 0 auto;
	display: block;
	vertical-align: top;
	padding: 5px 0;
	}
	
img.imgshowcase {
	margin: 0 auto;
	display: block;
	vertical-align: top;
	}

/* use for Flash movies with text to the right */
object.left	{
	float: left;
	vertical-align: top;
	margin-right: 15px;
	padding: 0;
	}

/* spacing and forced white space   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* use CLEARX class in and empty div for clear break of x height, exact height in IE requires line-height of 0 */
.clear0 {
	clear: both;
	height: 0;
	line-height: 0;  /* needed for exact height in IE */
	}

.clear5 {
	clear: both;
	height: 5px;
	line-height: 0;  /* needed for exact height in IE */
	}

.clear10 {
	clear: both;
	height: 10px;
	line-height: 0;  /* needed for exact height in IE */
	}

.clear20	{
	clear: both;
	height: 20px;
	line-height: 0; /* needed for exact height in IE */
	}

.clear30	{
	clear: both;
	height: 30px;
	line-height: 0; /* needed for exact height in IE */
	}

.clear50	{
	clear: both;
	height: 50px;
	line-height: 0; /* needed for exact height in IE */
	}
	
.clear75	{
	clear: both;
	height: 75px;
	line-height: 0; /* needed for exact height in IE */
	}

.clear100	{
	clear: both;
	height: 100px;
	line-height: 0; /* needed for exact height in IE */
	}

.clear150	{
	clear: both;
	height: 150px;
	line-height: 0; /* needed for exact height in IE */
	}

.clear200	{
	clear: both;
	height: 200px;
	line-height: 0; /* needed for exact height in IE */
	}


img {border:0;}
form {margin:0px; padding:0px;}

a { color:#B87F16; text-decoration:underline;}
b {font-family:Verdana; font-size:11px; color:#656565; font-weight:normal; line-height:18px;}
a.search_toggle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#B87F16; font-weight:normal; text-decoration:none;}
#controls {width:602px; padding:10px 0px; float:left; overflow:hidden;}
#form { margin:0; padding:0; width:602px; float:left;}

#locator {width:602px; float:left; overflow:hidden; z-index:0; display:block;}

#map { float:left; overflow:hidden; width:405px; _width:400px; height:475px; $height:477px; border:1px solid #e8e5e0; position:relative}
#panel {float:left; overflow:auto; width:192px; $width:194px; height:475px; $height:477px; z-index:1000; border:1px solid #e8e5e0;}

#panel table {border-spacing:0px; border-collapse:collapse;	padding:0px; margin:0px; width:100%;}
#panel table th {padding:4px; text-align:left; background-color:#ece8d9; font-family:Verdana; font-size:13px; color:#2c3224; font-weight:bold; border-bottom:1px dotted #8bb1d5;}

#panel table th a[action="sort_table"] {text-decoration:none; color:#3F6494; font-weight:bold; font-size:12px;}
#panel table th a[action="sort_table"]:hover {text-decoration:underline; color:#3F6494; font-weight:bold; font-size:12px;}
#panel table thead tr.poi {height:20px;}
#panel table tfoot tr.poi {height:20px; font-size:10px; color:#a2afbf; padding-bottom:0px; padding-top:0px; border-top:1px solid #a2afbf;}
#panel table td {padding:4px; margin:0px; text-align:left; color:#000; font-size:11px; font-family:verdana, arial, helvetica, sans-serif; vertical-align:top; border-bottom:1px dotted #e6d992; line-height:16px;}

#panel table td.maneuver {border-left:1px solid lightblue; border-right:1px solid lightblue; border-top:1px solid lightblue; padding:6px 4px; line-height:15px; color:#000;}

#panel table .prev_results {float:left; text-decoration:none; color:#000; font-weight:bold; font-size:11px; background:url(../images/preview_arrow.gif) no-repeat left 3px; padding-left:10px;}
#panel table .next_results {float:right; text-decoration:none; color:#000; font-weight:bold; font-size:11px; background:url(../images/next_arrow.gif) no-repeat right 3px; padding-right:10px;}

#panel table tr.odd {height:85px;}
#panel table tr.even {height:85px;}
#panel table tr.active {background-color:#faf8f1;}
#panel table p {margin:0px;	padding:0px;}

a.address:link			{ text-decoration:underline; color:#666666; font-weight:bold; }
a.address:visited		{ text-decoration:underline; color:#666666; font-weight:bold; }
a.address:hover			{ text-decoration:underline;  }
a.address:active		{ text-decoration:underline; color:#993333; } 

a.store_name:link {text-decoration:underline; color:#000; font-weight:bold; font-size:11px;}
a.store_name:visited { text-decoration:underline; color:#000; font-weight:bold; font-size:11px; }
a.store_name:hover { text-decoration:none;  color:#000; font-weight:bold; font-size:11px;}
a.store_name:active { text-decoration:underline; color:#000; font-size:11px; }


a[action="more_info"]:link { text-decoration:none; color:#3f6494; font-weight:bold; } 
a[action="more_info"]:visited { text-decoration:none; color:#3f6494; font-weight:bold; } 
a[action="more_info"]:hover { text-decoration:underline; color:#3f6494; font-weight:bold; } 
a[action="more_info"]:active { text-decoration:none; color:#3f6494; font-weight:bold; } 

a[action="show_all"]:link { text-decoration:none; color:#3f6494; font-weight:bold; } 
a[action="show_all"]:visited { text-decoration:none; color:#3f6494; font-weight:bold; } 
a[action="show_all"]:hover { text-decoration:underline; color:#3f6494; font-weight:bold; } 
a[action="show_all"]:active { text-decoration:none; color:#3f6494; font-weight:bold; } 

.storecount {color:#2c3224; font-size:32px; font-weight:bold; float:left;}

xml {width:0; height:0;	display:none;}
.icon {position:relative; width:33px; height:28px;}
.icon img {position:absolute; top:0px; left:0px; width:30px; height:19px; cursor:pointer;}
.icon div {position:absolute; top:4px; left:-2px; width:28px; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#000; text-align:center; cursor:pointer;}
#center_marker {width:30px;	height:28px; cursor:default;}
#center_marker img {position:absolute; top:0px; left:0px; width:30px; height:28px; cursor:default;}
#ajax_activity {position:absolute; top:20px; right:20px; width:32px; height:32px; z-index:99;}


.panelicon { background:url(../images/pannelicon.png) no-repeat center top; position:relative; top:3px; left:2px; color:#000; font-weight:bold; text-align:center; width:20px; height:35px; padding-top:2px;}
.panelicon a{ color:#fff; text-decoration:none;}
.panelicon img {position:absolute; top:0px; left:0px;  width:55px; height:29px; }
.panelicon div {position:absolute; top:5px;	left:3px; width:10px; font-size:13px; font-weight:bold;	font-family:Arial, Helvetica, sans-serif; color:#321F1B; text-align:center; cursor:pointer; background:none;}


#w2gi_copyright {right:10px; bottom:15px; text-decoration:none; font-family:verdana; font-weight:bold; font-size:11px; color:#000; z-index:999; float:right; position:relative;}
#navteq_copyright {bottom:3px; font-family:verdana; font-weight:bold; font-size:11px; text-decoration:none; z-index:999; }

.address_helper {color:gray; font-size:11px;}
#icon_bar {width:280px; float:right; text-align:right; font-size:11px; color:#000; margin-bottom:5px;}
#icon_bar a{color:#000; text-decoration:none; margin-right:10px;}
#icon_bar .title {font-size:large; font-weight:bold; padding-left:3px;}
#icon_bar .links {font-size:11px; text-align:right;	vertical-align:middle; padding-right:3px; text-decoration:none;}
#icon_bar a.links {text-decoration:none; color:#000; font-weight:normal;}


#footer1 {width:800px; float:left; font-size:11px; color:#000;}
#footer1 a{font-size:11px; text-decoration:none; font-weight:normal; }

#navteqfooter { width:800px; float:left; text-align:left; font-size:10px; font-weight:bold;	height:25px; margin-top:10px; color:#000;}
#local_link {width:800px; float:left; text-align:left; font-size:10px; font-weight:bold; height:25px; margin-top:10px;}

#w2gi_copyright { position:absolute; right:3px; bottom:3px; text-decoration:none; font:bold 12px arial; background:transparent; z-index:999;}
#navteq_copyright {background:transparent none repeat scroll 0%; bottom:3px; font-family:verdana; font-size:12px; font-weight:bold; left:3px; line-height:normal; position:absolute; text-decoration:none; z-index:999;}
#intro_text {font-size:12px; padding:15px;}

#search_button { background-color:#ece8d9; border:1px solid #b2aca4; width:auto; height:17px; margin:0 0 0 2px; font-family:verdana; color:#000; font-size:11px; font-weight:normal; line-height:14px; padding:0 2px 4px 2px; $padding:0 0px;}

.text_box1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; border:1px solid #7e9db9; width:100px; height:17px; margin-bottom:3px;}

.retloctop {font-size:15px; font-weight:bold;}
.retlocbot {font-size:12px; font-weight:normal; padding-left:50px;}
.retloc {float:left; padding-left:8px; padding-top:6px;}
#inputaddress { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; border:1px solid #7e9db9; width:200px; height:17px; margin-right:5px;}
.copyright {width:800px; float:left; margin:20px 0; text-align:center; font-family:verdana; font-size:10px; font-weight:normal; color:#000;}
.copyright a{ font-family:verdana; font-size:10px; font-weight:normal; color:#0033FF; text-decoration:none;}

.displayURL {display:none;}
.displayDIRECTIONS {display:none;}
.displayFAX {display:none;}



/* for the quick saerch bar added 02/2011 */
#partSearchQuickLink {
	text-align: center;
	padding: 5px 4px 5px 4px;
	color: #000;  
	font-size: 10px;
	}

#partSearchQuickLink h2 {
	font: bold 12px arial, helvetica, sans-serif;
	color: #000;  
	padding: 2px 0px;
	}

#partSearchQuickLink p {
	padding: 2px 0px 4px 0px;
	font: 11px arial, helvetica, sans-serif;
	}

#partSearchQuickLink input.text	{
	text-align: center;
	font-size: 11px;
	padding: 2px 1px;
	border: 1px solid #878686;
	}
	
.quickLinkError {
	font: bold 10px arial, helvetica, sans-serif;
	color: #990033;
	padding: 2px 0px 4px 0px;
	}
	

	