/* -- ELEMENT STYLES -- */

body {  
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  color: #234163;
  background-color: #FFFFFF;
  margin: 10px;
}

a {
  color: #5A799D;
}

a:hover {
  text-decoration:none;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

ul {
  list-style-image: url(images/bullet.gif);  
}


/* -- MAIN CONTAINER -- */

#layoutBox {
  float: left;
  border: 1px solid #5A799D;
  background-color: #FFFFFF;
  padding: 10px;  
}


/* -- HEADER CONTAINER -- */

#headerBox {
  height: 6em;
  border: 1px solid #306BBF;
  background: #CFD8E6;
}

#logo {
	background-image: url('images/lensprice_logo.gif');
	display: block;
	height: 60px;
	width: 283px;
	padding: 0px;
	margin: 0px;
}

#logo span {
	display: none;
}

/* -- HEADER STYLES -- */

.title {
  font-family: arial, helvetica, sans-serif;
  font-size: 280%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 0.9em;
  padding-left: 10px;
}

#subTitle {
  font-size: 90%;
  font-weight: bold;
  color: #306BBF;
  padding-left: 12px; 
  float: left;
  /* padding: 0px; */
  margin: 0px;
}

#headeroptions {
  float: right;
  color: #306BBF;
  font-size: 90%;
  padding-right: 5px;
  margin: 0px; 
}

/* -- FEATURED COMPARE -- */

.featured-table {
font-size: 90%;
padding: 0;
}

.featured-table th{
background-color: #EEF3FA;
font: bold 100% arial, helvetica, sans-serif;
line-height: 1.6em;
padding-left: 5px;
color: #5A799D;
border-top: 1px solid #5A799D;
border-bottom: 1px solid #5A799D;

}

#buyend {
background: #EEF3FA url(images/hdr_icon.gif) no-repeat bottom right;
border-right: 1px solid #5A799D;
}

#storebegin {
border-left: 1px solid #5A799D;
}

.featured-table a {
/* display: block; */
width: 100%; //added to fix IE highlight bug
}

.featured-table a:hover {
/* color: #FFFFFF;
background-color: #5A799D; */
text-decoration: underline;
/* display: block; */
}

.featured-table td{
border-bottom: 1px solid #cccccc;
padding: 5px 0px 5px 5px;
}

.featured-table-top-left-corner {
background-color: #FFFFFF;
}

.storepadding {
margin-left: 10;
}


/* -- VENDOR COMPARE -- */

.vendor-table {
font-size: 85%;
padding: 20;
}

.vendor-table th{
background-color: #5A799D;
font: bold 120% Arial,sans-serif;
line-height: 1.6em;
padding-left: 5px;
color: #5A799D;
border-bottom: 1px solid #666666;
}

.vendor-table a {
display: block;
width: 100%; //added to fix IE highlight bug
}

.vendor-table a:hover {
color: #FFFFFF;
background-color: #5A799D;
display: block;
}

.vendor-table td{
border-bottom: 1px solid #cccccc;
padding: 5px 0px 5px 5px;
}

/* -- MENU CONTAINER -- */

#menuBox {
  float: left;
  width: 15em;
  margin: 0px 0 0 0;
  border-right: 1px solid #5A799D;  
  text-align: left;
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}


/* -- CONTENT CONTAINER -- */

#mainContent {
  margin: 10px 0 0 16em;
  border-left: 1px solid #5A799D;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.mantxt {
font: bold 90% Arial,sans-serif;
color: #0C3979;
}

.review-name {
font: bold 90% Arial,sans-serif;
color: #666666;
background: #eeeeee;
}

.spacer {
  height: 1px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, #menuBox h1, .menuFooter {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #5A799D;
  background: #EEF3FA url(images/hdr_icon.gif) no-repeat bottom right;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#breadcrumb h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #5A799D;
  background: #EEF3FA url(images/hdr_icon.gif) no-repeat bottom right;
  border-top: 1px solid #5A799D;
  border-right: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;
  border-left: 1px solid #5A799D;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 5px 0 10px 0;
}

#mainContent h1, .footer {
  border-right: 1px solid #5A799D;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 1px solid #5A799D;
}

#mainContent h2, #menuBox h2 {
  font-size: 90%;
  font-weight: bold;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
  margin-right: 2px;
}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  background: #EEF3FA;
  border-top: 1px solid #5A799D;
  border-left: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;
  padding: 2px 2px 2px 10px;
  margin: 0px 0 10px 0;
}

.footerforty {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 88%;
  font-weight: normal;
  text-align: left;
  background: #EEF3FA;
  border-top: 1px solid #5A799D;
  border-right: 1px solid #5A799D;
  border-left: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D; 
  padding: 2px 2px 2px 0px;
  margin: 0 0 0px 0;
}

.preview h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #5A799D;
  background: #EEF3FA url(images/hdr_icon.gif) no-repeat bottom right;
  border-top: 1px solid #5A799D;
  border-right: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;
  border-left: 1px solid #5A799D;
  display: block;
  padding: 2px 2px 2px 10px;
  margin: 0 0 2px 0;
}

/*
.footer br {
  margin: -20px;
}
*/

/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #35567C;
  text-indent: 1em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #5A799D;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}

.popheader
{
	width: 100%;
	height: 100%;
	background: #FFF url("http://www.lensprice.com/images/wfcl-image.gif") top left no-repeat;
	border-width: 0;
	margin-right: 10;

	font-family: arial, verdana, trebuchet ms;
	color: white;
	font-size: 24;
	font-weight: bold;
	text-align: left;
}

.popheader span
{
	width: 50;
	display: block;
}