/*
	filename:                site.css
	description:            Lens.com Stylesheet Master
	media:		screen
	author: 		Patrick Rodgers (patrick@powerserve.net)	
*/

/* Linked Stylesheets */
	@import url(/includecommon/css/reset.css);	/* Resets ALL HTML elements. */

/* General Styles */
	a { color: #d61029; text-decoration: underline; }
	a:hover { color:#000; }
	body { background: #c0c0c0; color: #404040; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal; text-align: center; }
	.clearfix { clear: both; }
    .floatleft { float: left; }
    .floatright { float: right; }
	
/* Lightbox Popups */
	#overlay-lightbox { background: #000; filter: alpha(opacity = 60); left: 0; height: 100%; opacity: .6; position: absolute; top: 0; width: 100%; z-index: 90; }
	
	#lightbox { left: 0; position: absolute; text-align: center;  width: 100%; z-index: 100; }
	#lightbox #outercontainer { background: url('/images/design/bg.lightbox-bottom.gif') bottom left no-repeat; color:#333; font-family:Arial, Helvetica, sans-serif; margin: 0 auto 0 auto; overflow: visible; padding: 21px 24px; position: relative; width: 477px; }
	#lightbox .top { background: url('/images/design/bg.lightbox-top.gif') top left no-repeat; height:10px; margin: 0 auto; position: relative; width:525px; }
	#lightbox #outercontainer a.close { position:absolute; top:-3px; right:6px; }
	#lightbox #outercontainer img.heading { text-align:center; padding-bottom:10px; }
	#lightbox #outercontainer p strong span { font-size:13px; }
	#lightbox #outercontainer p { font-size:12px; text-align:left; }
	#lightbox #outercontainer span { font-weight:bold; }
	#lightbox #outercontainer span.partchanged {  color:#D61029; }
	#lightbox #outercontainer p.help { font-size:11px; margin-top:10px; }
	#lightbox #outercontainer h4 { color: #D61029; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; margin: 0; padding: 0; text-align: left; }
	#lightbox #outercontainer .box { border:1px solid #a0a0a0; background:#fff; margin:7px 0; padding:3px; }
	#lightbox #outercontainer table { border-spacing: 2px; font-family:Verdana,Arial,Helvetica,sans-serif; margin:0; width:100%; }
	#lightbox #outercontainer table td { background: #eee; border: 1px solid #ccc; font-size: 11px; padding: 4px 3px; vertical-align: middle; }
	#lightbox #outercontainer table th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px 3px; text-align: right; vertical-align: middle; width:90px; }
	
	#lightbox #outercontainer table .notselected td { background: #f5f5f5; border: 1px solid #e0e0e0; color:#858585; }
	#lightbox #outercontainer table .notselected th { background: #ffffe0; border: 1px solid #c6c6c6; color:#858585; }
	#lightbox #outercontainer table .notselected span.partchanged {  color:#e6707f; }
	#lightbox #outercontainer table .notselected a {  color:#e6707f; }
	#lightbox #outercontainer table .checkbox { background: #fff !important; border:0 !important; }
	#lightbox #outercontainer table p.address { display:block; float:left; font-size:11px; width:200px; }
	#lightbox #outercontainer table .edit { background: url('/images/icons/ico.change.gif') center left no-repeat; display:block; float:right; margin-right:2px; padding-left:12px; }
	#lightbox #outercontainer table .notselected .edit { background: url('/images/icons/ico.change.gray.gif') center left no-repeat; }
	
	#lightbox.rxdecline .top { margin: 10px auto 0 auto; }
	#lightbox.rxdecline #outercontainer p strong span { font-size:15px; }
	#lightbox.rxdecline #outercontainer p { font-size:14px; text-align:left; }
	#lightbox.rxdecline #outercontainer p span { font-size:11px; }
	#lightbox.rxdecline #outercontainer a.updateorder img { margin:14px 0; }
	#lightbox.rxdecline #outercontainer table { border:1px solid #aeaeae; border-collapse:collapse; font-size:12px; line-height:13px; margin:3px auto 18px; width:425px; }
	#lightbox.rxdecline #outercontainer table tr td { height:37px; padding:8px 0 0 59px; width:152px;  }
	#lightbox.rxdecline #outercontainer table tr td#fax { background: url('/images/design/bg.rxdecline.fax.gif') top left no-repeat; border-right:1px solid #aeaeae; }
	#lightbox.rxdecline #outercontainer table tr td#email { background: url('/images/design/bg.rxdecline.email.gif') top left no-repeat; }
	
	#lightbox.addressverification #outercontainer .newaddress { padding-top:5px; }
	#lightbox.addressverification #outercontainer h2 { font-size:14px; margin-top:10px; }
	#lightbox.addressverification #outercontainer h2 .or { float:left; padding:0 10px; }
	#lightbox.addressverification #outercontainer h2 .line { border-bottom:1px solid #888;display:block;float:left;height:2px;margin:6px 0 0; width:220px; }
	#lightbox.addressverification #outercontainer input#avstreet { width:398px; }
	#lightbox.addressverification #outercontainer input#avcity { width:145px; }
	
	#lightbox.comparerx #outercontainer table p.address { width:160px !important; }
	#lightbox.comparerx #outercontainer .correctorder  { margin-right:10px; }	
	#lightbox.comparerx #outercontainer table td, 
	#lightbox.comparerx #outercontainer table th { padding:4px 1px; text-align:center !important; }
	#lightbox.comparerx #outercontainer table th.first { width:180px; }
	#lightbox.comparerx #outercontainer table th.basecurve { width:148px; }
	

/* Page Styles */
	#page { margin: 0 auto; text-align: left; width: 771px; }
	
/* Header Styles */	
	#page #header { background: url('/images/design/bg.header.gif') top left no-repeat #fff; height: 96px; }
	
/* Super Navigation Styles */	
	#page #global #utilities { float: right; margin: 9px 12px 0 0; }
	#page #global #utilities a { background: url('/images/design/topnav.button.gif') bottom center no-repeat; color: #fff; display: block; float: left; font-size: 9px; font-weight: bold; height:15px; padding-top: 2px; text-align: center; text-decoration: none; width: 86px; }
	#page #global #utilities a:hover { background: url('/images/design/topnav.button.gif') top center no-repeat; }

/* Logo Styles */
	#page #masthead #logo { float: left; height: 92px; margin-top: -54px; position: absolute; }
	#page #masthead #logo a { display: block; height: 64px ; width: 243px; }

/* Main Navigation Styles */
	#page #masthead #main-navigation { float: right; margin-top: 8px; }
	#page #masthead #main-navigation .topnav li { float: left; margin-right: 4px; }
	#page #masthead #main-navigation .topnav li a { background: url('/images/design/topnav-button-bg.gif') 0 0 no-repeat; color: #070b48; display: block; font-size: 12px; font-weight: bold; padding-top: 4px; height: 17px; text-align: center; width: 82px; }
	#page #masthead #main-navigation .topnav li a:hover { background: url('/images/design/topnav-button-bg.gif') 0 -22px no-repeat; }

/* Searchbar Styles */
	#page #searchbar { height: 28px; margin: 0 0 0 330px; }
	#page #searchbar #search { float: right; margin: 4px 5px 0 0; vertical-align: middle; }
	#page #searchbar #search label { color: #fff; font-size: 9px; font-weight: bold; }
	#page #searchbar #search input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin: 0; padding: 0; vertical-align: middle; }

/* Dropdown Menu Styles */
	#page #dropdown { float: right; margin: 5px 5px 0 0; vertical-align: middle; width: 539px; }
	#page #dropdown select { float: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 0; }
	#page #dropdown select.selectlenses { width: 277px; }
	#page #dropdown select.selectmanufacturer { width: 130px; }

	
/* Left Nav Styles */
	#page #left { background: url('/images/design/bg.header.gif') 0 -96px no-repeat; float: left; margin: 0 10px 0 0; padding: 15px 0 0 5px; width: 178px; }
	#page #leftnav .list { padding-bottom: 5px; }
	#page #left #badges { text-align: center; }
	#page #leftnav { background: url('/images/design/leftnav.bg.gif') top left no-repeat; border-right: 1px solid #ccc; padding: 4px 0 0 0; }
	#page #leftnav a { color: #D61029; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; letter-spacing: 1px; text-decoration: underline; }
	#page #leftnav a:hover { color: #000; }
	#page #leftnav h2 { color: #D61029; font-size: 12px; font-weight: bold; margin: 0; padding: 3px; }
	#page #leftnav h2.alt { background: #ccc; }

	#page #leftnav ul { list-style: square; margin: 0 0 0 25px; }
	#page #leftnav ul li { font-size: 10pt; line-height: 13px; margin: 0 0 0 0; }
	#page #leftnav ul li a { text-decoration: underline; }
	
/* Homepage Styles */
	#page #content { background: url('/images/design/page.bg.gif') top left repeat-y; padding: 0; }
	#page #content #rightcontent { float: left; width: 578px; }
	#page #content #rightcontent #maintext .text { float:left; }
	#page #content #rightcontent #maintext #testimonials { background: url('/images/design/testimonials.bg.gif') top left no-repeat; float: right; margin-right: 15px; padding: 25px 0 30px 0; width: 153px; }
	#page #content #rightcontent #maintext #testimonials h3 { color: #d61029; font-family:Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; margin-bottom: 5px; text-align: center; }
	#page #content #rightcontent #maintext #testimonials p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; padding: 0 10px; text-align: center; }

	#page #content #rightcontent #maintext p { margin-bottom: 10px; }
	#page #content #rightcontent #readingglasses { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
	
	#page #content #rightcontent #maintext #mainimage { height: 255px; width: 397px; }

	#page #content #rightcontent #maintext #boxes { margin: 0; }
	
	/* Lowest Price Guarantee Styles */
	#page #content #rightcontent #maintext #pricecompare { clear: both; display: block; width: 527px; }
	#page #content #rightcontent #maintext #pricecompare ul { list-style: none; }
	#page #content #rightcontent #maintext #pricecompare ul li { background: #eee; border: 1px solid #ccc; float: left; font-size: 11px; margin: 1px; padding: 3px; text-align: center; width: 118px; }
	#page #content #rightcontent #maintext #pricecompare ul li.jl { color: #b52200; font-weight: bold; }
	#page #content #rightcontent #maintext #pricecompare ul li.jl a { background: url('/images/misc/home.compare.buy.gif') top left no-repeat; color: #b52200; padding: 0 0 2px 42px; }
	#page #content #rightcontent #maintext #pricecompare ul li.heading { background: #ffc; border: 1px solid #ccc; font-weight: bold; text-align: left; width: 133px; }
	#page #content #rightcontent #maintext #pricecompare ul li.lowestprice { background: url('/images/misc/lowestprice.gif') top center no-repeat; border: 0; height: 43px; padding: 0; width: 141px; }
	#page #content #rightcontent #maintext #pricecompare ul li.lowestprice p { display: none; }
	#page #content #rightcontent #maintext #pricecompare ul li.top { height: 30px; line-height: 13px; padding-top: 8px; text-align: center; width: 118px; }
	
	/* Department Landing Page */
	#page #content #landingpage #rightcontent { padding-top: 15px; }
	#page #content #landingpage #rightcontent h3 { color:#D61029; font-size:18px; font-weight: bold; }
	
/* End Cap Styles */
	#page #endcap { background: url('/images/design/bg.footer.gif') top left repeat-x; clear: both; height: 22px; }
	#page #endcap #links { padding-top: 4px; }
	#page #endcap #links li { color: #fff; display: block; float: left; font-size: 10px; font-weight: bold; }
	#page #endcap #links li a { color: #fff; padding: 0 14px; text-decoration: none; }
	#page #endcap #links li strong { padding: 0 6px 0 9px; }
	
/* Quickfind Styles */
   #quickfind { font-family: Verdana, Arial, Helvetica, sans-serif; margin:10px auto 5px auto; text-align:left; }
   #quickfind .heading { border-bottom:1px solid #b0b0b0; color:#404040; display: block; font-size: 11px; font-weight: bold; padding: 2px; text-transform: uppercase; }
   #quickfind .heading a,
   #quickfind .heading a:hover { color:#404040; text-decoration: none; }
   #quickfind .heading h1 { display: inline; }
   #quickfind li { border-bottom:1px solid #b0b0b0; float: left; width: 20%; }
   #quickfind li a { color: #666666; font-size: 10px; font-weight: normal; padding:1px; text-decoration: none; }
   #quickfind li a:hover { color: #c00; }

/* Footer Alert Styles */
	#footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 30px; text-align: center; }
	#footer .alert { color: #606060; margin: 0 auto; text-align: left; width: 760px; }
	#footer .alert p { font-size: 10px; font-weight: bold; margin: 10px 0; }
	#footer #btmlinks { font-size: 10px; font-weight: normal; text-align: left; }
	#footer #btmlinks a { color: #666; font-weight: bold; text-decoration: underline; }
	#footer #btmlinks a:hover { color: #c00; }
	
/* Content Styles */
	#page #content a:hover { text-decoration: underline; }
	#page #content #body { background: url('/images/design/bg.header.gif') 0 -96px no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; margin: 0; padding: 0 10px; }
	
	/* Alert Box Styles */
	.alert { margin: 5px; padding: 5px; }
	.alert p { font-size: 10px; line-height: 12px; }
	
	/* Error Box Styles  */
	.error { background: #FFF url('/images/icons/ico.warning.gif') 10px center no-repeat; border: 2px solid #c00; margin: 5px 0; padding: 15px 15px 15px 60px; }
	.error ul li { color: #000; font-size: 11px; line-height: 1.6em; margin-bottom: 5px; }
	.error ul li strong { font-weight: bold; }
	
	/* Error Box Styles  */
	#error { background: #FFFFDD; border: 1px solid #ccc; margin: 10px 15px; padding: 10px; text-align: center; }
	#error h2 { font-size: 16px; font-weight: bold; }
	
	/* Breadcrumb Styles */
		#page #content #breadcrumbs { font-family: Helvetica,Arial,Verdana,sans-serif; font-size: 12px; font-weight: bold; padding: 0 5px 0 115px; text-align: right }
		#page #content #breadcrumbs h1 { background: none; color: #404040; }
		#page #content #breadcrumbs h1 a { color: #d61029; text-decoration: underline; }
		
		#page #content #maintext #breadcrumbs { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding: 4px 15px 0 0; }
		#page #content #maintext #breadcrumbs p { margin-bottom: 5px; }
	
	/* Content Body Styles */	
		strong { font-weight: bold; }
		#content .displayerror { background: #FFFFDD; border: 1px solid #c00; color: #c00; display: block; font-size: 10px; margin: 3px 0; padding: 4px; }
		#content .hand { cursor: pointer; }
		#content .form-footer { margin: 10px 0; text-align: center; }
		#content .form-footer .button { font-size: 11px; }
		#content #intro { margin-bottom: 5px; }
		#content #intro ol,
		#content #intro p { margin-bottom: 4px; }
		
		#content #instructions p { font-size: 11px; margin-bottom: 7px; }
		
		#content #intro.print { font-size: 11px; text-align: right; }
		#content #intro.print a { background: url('/images/icons/ico.print.gif') top left no-repeat; font-size: 11px; margin-left: 5px; padding: 3px 0 3px 23px; }

		
		#page #content #body .text { font-size: 12px; }
		#page #content #body ol.decimal { list-style: decimal; margin-left: 40px; }
		#page #content #body ol.decimal li { font-size: 12px; margin-bottom: 5px; }
		
		#page #content #body ul.square { list-style: square; margin-left: 40px; }
		#page #content #body ul.square li { font-size: 12px; margin-bottom: 5px; }
		
		#content .YellowInBlack,
		#content .callout { background: #ffc; border: 2px solid #000; color: #000; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 10px 5px; padding: 20px; }
		#content .callout ol,
		#content .callout p { font-size: 10pt; margin-bottom: 10px; }
		

		#content .rxdecline.callout { background: #ffc; border: 2px solid #000; color: #000; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 10px 5px; padding: 20px; width: 686px; }
		#content .rxdecline.callout ol,
		#content .crxdeclin.eallout p { font-size: 10pt; margin-bottom: 4px; }
		#content .rxdecline.callout ul { list-style: disc; margin: 10px 20px 0 30px; }
		#content .rxdecline.callout ul li { margin-bottom: 10px; }
		#content .rxdecline.callout h2 { font-size: 18px; font-weight: bold; margin-bottom: 5px; }
		
		#page #content #body #heading { background: url('/images/icons/h1.bg.gif') top left no-repeat; color: #D61029; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin: 2px 0 3px 0; padding-left: 25px; }
		#page #content #body #heading.nobreadcrumbs { background: url('/images/icons/h1.bg.gif') 0 20px no-repeat; margin-top: 0; padding-top: 20px; }
		#page #content #body #heading.results { background: none; font-size: 13px; font-weight: bold; padding-left: 0; }
		#page #content #body #heading.results .matches { color: #404040; font-weight: normal; }
		#page #content #body #heading.steps { background-position: 0 20px; border-bottom: 1px solid #000; margin: 0 0 9px 0; padding: 20px 0 3px 25px; }
		#page #content #body #heading.border { border-bottom: 1px solid #000; padding-bottom: 3px; margin-bottom: 5px; }
		#page #content #body #heading h1 { display: inline; }
		#page #content #body #heading #logout { float: right; margin-top: -17px; }
		
		#page #content #body h3 { background: url('/images/icons/h1.bg.gif') top left no-repeat; color: #D61029; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; padding-left: 25px; }
		#page #content #body h3.starred { background: url('/images/icons/h1.star.gif') top left no-repeat; color: #D61029; font-size: 18px; font-weight: bold; padding-left: 25px; }
		#page #content #body h3.enterrx { display: inline; }
		
		#page #content #body #subheading { border-bottom: 1px solid #000; color: #D61029; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 3px; padding-bottom: 3px; }
		#page #content #body #subheading.noborder { border-bottom: none; padding-bottom: 0;}

		#page #content #body #specialoffer { text-align: center; }
		
		/* Order Status Styles */
		.statuserror { background: url('/images/icons/ico.warning.red.gif') 10px center no-repeat #c00; border: 1px solid #7e0101; color: #eeeeee; margin: 25px 0 25px 0; padding: 15px 15px 15px 60px; }
		.statuserror strong { color: #fff; font-size: 16px; }
		.statuserror a { color: #fff; text-decoration: underline; }
		.statuserror p { font-size: 12px; }
		
		.statusdescription { background: url('/images/icons/ico.status.question.gif') 15px center no-repeat #999; border: 1px solid #2d6391; color: #eee; margin: 5px 0; margin: 25px 0 25px 0; padding: 15px 15px 15px 60px; }
		.statusdescription strong { color: #fff; font-size: 16px; }
		.statusdescription p { font-size: 12px; }
		
		#content .highlight { background: #c00 !important; color: #fff; }
		#content .blue { background: #999 !important; color: #fff; }
		#content .blue a { color: #fff000; text-decoration: underline; }
		#content .blue a:hover { color: #fff000; }


		/* Form Styles */
		#content .form { border-spacing: 2px; width: 100%; }
		#content .form td { background: #eee; border: 1px solid #ccc; font-size: 11px; padding: 4px; vertical-align: middle; }
		#content .form td table td { border: none; }
		#content .form td.null,
		#content .form td.blank { background: none; border: none; }
		#content .form td.active,
		#content .form td.orderdate { text-align: center; }
		#content .form td.reminderdateupdate { background: none; border: none; width: 350px; }
		#content .form th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: right; vertical-align: middle; }
		#content .form th.emaildesciption { text-align: left; }
		#content .form th.active,
		#content .form th.orderdate,
		#content .form th.aligncenter { text-align: center; }
		#content .form th.reminderdatedescription { width: 150px; }
		#content .form .calendar td { background: none; text-align: center; }
		#content .form .calendar .calendarheader td { background: #FFFFCC; }
		
		/* Change Email Address Form Styles */
		#content .changeemailaddress { text-align: center; }
		#content .changeemailaddress .form { margin: 0 auto; width: auto; }
		
		#content th.left { text-align: left !important; }
		
		/* Registration Form Styles */
		#content .register td { width: 25%; }
		#content .register th {  width: 25%;}

	/* Pricing Table Styles */
		#page #content #body #product-information { font-family: Verdana, Arial, Helvetica, sans-serif; }
		#page #content #body #pricing-details { float: left; font-size: 10pt; margin-left: 25px; }
		#page #content #body #pricing-details th { font-weight: bold; }
		
	
	/* Departments */
		#page #content #body #departments { border:0; border-collapse:collapse; border-spacing:0; font-family: Verdana, Arial, Helvetica, sans-serif; margin:0 0 10px; width:100%; }
		#page #content #body #departments td { padding:0 20px; vertical-align:top; width:50%; }
		#page #content #body #departments td .dept-results { border:0; border-collapse:collapse; border-spacing:0; width:100%; }
		#page #content #body #departments .dept-results th { border-bottom: 1px dotted #ccc; color:#505050; font-size:10pt; font-weight:bold; padding:1em .2em .2em 0; text-transform: capitalize; }
		#page #content #body #departments .dept-results td { background-image:none; border-bottom:1px dotted #ccc; padding:.2em .2em .2em 3px; font-size:11px; vertical-align:middle; width:auto; }
		#page #content #body #departments .dept-results td.promo,
		#page #content #body #departments .dept-results td.rebate { height:21px; padding:.2em .2em .2em 0; width:21px; }
		
		#page #content #body #departments #legend { color:#aaa; padding:1em 0 0; }
		#page #content #body #departments #legend dl { display:inline; font-size:10px; list-style:none; text-indent:0; }
		#page #content #body #departments #legend dl dt { float:left; margin:0; vertical-align:middle; }
		#page #content #body #departments #legend dl dd { float:left; margin:0 15px 0 0; padding:3px; vertical-align:middle; }
		#page #content #body #departments #bottom-description { font-size:11px; }
		#page #content #body #departments #bottom-description p { margin:0 0 .5em; }
		
	/* Review Styles */
		#content #reviews { font-family: Verdana, Arial, Helvetica, sans-serif; margin:0 0 1em; padding:0; width:100%; }
		#content #reviews .hreview { background: url('/images/design/bg.review.gif') top left repeat-y #ededed; border:solid #aaa; border-width:0 0 1px; clear:both; margin:0 0 .5em; width:100%;  }
		#content #reviews .hreview .info { float:left; padding:.75em; width:175px; }
		#content #reviews .hreview .info .item { font-size:10pt; }
		#content #reviews .helpful { font-size:11px; margin:0 0 .5em; }
		#content #reviews .helpful strong { font-weight:bold; }
		#content #reviews .hreview .info .reviewer { font-size:11px; margin:0 0 .25em; }
		#content #reviews .hreview .info .reviewer strong { font-weight:bold; }
		#content #reviews .hreview .info .type { display:block; font-size:10px; }
		#content #reviews .hreview .info .rating { font-size:10px; }
		#content #reviews .hreview .info .rating .stars { display:block; height:18px; }
		#content #reviews .hreview .info .rating .stars img { float:left; }
		#content #reviews .hreview .info .feedback { margin:.5em 0 0; }
		#content #reviews .hreview .info .feedback h5 { font-size:11px; font-weight:bold; }
		#content #reviews .hreview .info .feedback ul { font-size:12px; list-style:none; text-indent:0; }
		#content #reviews .hreview .info .feedback ul li { display:inline; padding:0 1em 0 0; }
		#content #reviews .hreview .info .feedback ul li .yes { background:url(/images/icons/ico.add.gif) no-repeat 0 50%; padding:0 0 0 18px; }
		#content #reviews .hreview .info .feedback ul li .no { background:url(/images/icons/ico.del.gif) no-repeat 0 50%; padding:0 0 0 18px; }
		#content #reviews .hreview .description { float:right; font-size:12px; padding:1em; width:520px; }
		#content #reviews .hreview .description h4.summary { font-size:100%; letter-spacing:0; margin:0 0 0 0; text-transform:uppercase; }
		#content #reviews .hreview .description br+br { display:none; }
		
		
		/* Content: Write a Review */
		#content #customer-reviews h3 { color: #2D307A }
		#content #review_product { background:#cff2ff; border:1px solid #D61029; margin:.25em 0 1em; padding:1em; }
		#content #review_product ol { font-size:11px; list-style:decimal; margin:.5em 230px 1em 25px; text-indent:0; }
		#content #review_product ol li { padding:0 0 .5em; }
		#content #review_product ol li label { display:block; font-weight:bold; margin:0 0 .1em; }
		#content #review_product ol li .options { display:inline; vertical-align:middle; }
		#content #review_product ol li .options label { display:inline; font-weight:normal; margin:0 0 0 0; }
		#content #review_product ol li #CaptchaImage { border:1px solid #aaa; float:right; }
		#content #review_product p { font-size:11px; }
		#content #review_product #guidelines { background:#fff; border:1px solid #D61029; float:right; margin:.25em 0 0 0; padding:.5em; width:200px; }
		#content #review_product #guidelines h4 { color:#D61029; font-size:12px; font-weight:bold; letter-spacing:0; }
		#content #review_product #guidelines ul { font-size:11px; list-style:square; margin:.25em 0 0 1.5em; }
		#content #review_product #guidelines ul li {}
		#content #review_product .optional { font-weight:normal; }
		#content #review_product .required { color:#c00; font-weight:normal; }
	
		#content #review_text a, #content #review_cancel a { font-weight: normal; }
		#content #review_cancel h4,
		#content #review_text h4 { font-size:13px; margin:0 0 .5em; }
		
	
		#content #success { color:#c00; font-size:75%; font-weight:bold; margin:0 0 .5em; }
		
	/* Product Page Styles*/
	
		/* Pricing Details Styles */
		#content #product-information #pricing-details { background: url('/images/product/bg.pricedetail.gif') -150px 0 repeat-y; float: left; width: 285px; }
		#content #product-information #pricing-details td { font-size: 13px; padding: 0 0 2px 0; }
		#content #product-information #pricing-details th { font-size: 13px; font-weight: bold; padding: 0 0 2px 4px; width: 115px; }
		
		/* Email to a Friend, FSA Widget Styles */
		#content #product-information #pricing-details #widgets { font-family: tahoma; padding: 0 0 0 4px; }
		#content #product-information #pricing-details #widgets li { float: left; }
		#content #product-information #pricing-details #widgets li a { font-size: 11px; font-weight: normal; text-decoration: none; }
		#content #product-information #pricing-details #widgets li.email { background: url('/images/icons/ico.email.gif') center left no-repeat; padding-left: 20px; }
		#content #product-information #pricing-details #widgets li.fsa { background: url('/images/icons/ico.fsacheck.gif') center left no-repeat; margin-left: 18px; padding-left: 20px; }
		
	/* Buy More Save More Widget Styles */
		#page #content #body #product-information #buymore-widget { background:url("/images/bmsm/bmsm.gif") no-repeat 50% 2px #eee; border: 1px solid #ccc; float:left; height:103px; margin:0 5px 0 0; position:relative; width:139px; }
		#page #content #body #product-information #buymore-widget .info { display:none; }
		#page #content #body #product-information #buymore-widget .pricing { border:0; border-collapse:collapse; border-spacing:0; margin:0; padding:0; position:relative; top:75px; width: 100%; }
		#page #content #body #product-information #buymore-widget .pricing td { font-size:10px; line-height: 12px; text-align:center; vertical-align:middle; }
		#page #content #body #product-information #buymore-widget .pricing th { font-size:11px; font-weight:bold; line-height: 14px; text-align:center; vertical-align:middle; width: 40%; }
		#page #content #body #product-information #buymore-widget .pricing .imp,
		#page #content #body #product-information #buymore-widget .lowest-price { color:#c00; width: 60%!important }
		
		
		/* Product Image, Rebate Overlay Styles */
		#content #product-information #product-image { float: right; position: relative; text-align: center; width: 295px; }
		#content #product-information #product-image #overlay { background: url('/images/product/overlay.gif') top left no-repeat; height: 70px; position: absolute; right: 0; top: 0; width: 70px; }
		#content #product-information #product-image #prodimgdsp { border: 1px solid #a0a0a0; }
		#content #product-information #product-image .colors { background: #eee; border: solid #a0a0a0; border-width: 1px 0 0 0; padding: 2px; }
		#content #product-information #product-image .colors img { height: 21px; vertical-align: top; width: 21px; }
		#content #product-information #product-image .colors select { width: 205px; }
		
		#content #product-information #product-image.color { float: right; position: relative; text-align: right; width: 242px; }
		#content #product-information #product-image.rebate { float: right; position: relative; text-align: right; width: 242px; }

		
		/* Enter Prescription Styles */
		#content #prescription { }
		#content #prescription h3.enterrx { display: inline; }
		
			/* Rx Help, Helpbox Styles */
			#content #prescription .rxhelp { display: inline; margin-left: 10px; }
			#content #prescription .rxhelp a { background: url('/images/icons/ico.rxhelp.gif') center left no-repeat; font-size: 11px; font-weight: normal; padding-left: 17px; }
			#content #prescription #helpbox { background: url('/images/rxhelp/bg.rxhelp.right.gif') top left no-repeat; display: none; height: 195px; margin: -233px 0 0 190px; padding: 2px 15px 20px 14px; position: absolute; width: 256px; }
			#content #prescription #helpbox ol { float: left; margin-top: 7px; }
			#content #prescription #helpbox ol li { color: #fff; margin-bottom: 5px; }
			#content #prescription #helpbox ol li h5 { color: #fff; font-size: 13px; font-weight: bold; }
			#content #prescription #helpbox ol li ul li {font-size: 9px; margin-bottom: 0; }
			#content #prescription #helpbox .close { margin: 4px 4px 0 0; position: absolute; right: 14px; }
			
			/* Prescription Table Form */
			#content #prescription .lens-variations { border-spacing: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; }
			#content #prescription .lens-variations th { background: #ffc; border: 1px solid #ccc; font-size: 11px; font-weight: bold; padding: 2px; text-align: center; vertical-align: middle; }
			#content #prescription .lens-variations tbody td { background: #eee; border: 1px solid #e6e6e6; font-size: 11px; font-weight: bold; padding: 2px; text-align: center; }
			#content #prescription .lens-variations tbody td.color img { height: 21px; vertical-align: top; width: 21px; }
			#content #prescription .lens-variations tbody td.price { color: #c00; }
			#content #prescription .lens-variations tbody th.eye { width: 90px; }
			#content #prescription .lens-variations tbody th { font-size: 10px; padding: 4px; text-align: left; }
			#content #prescription .lens-variations thead th { padding: 2px; }
			#content #prescription .lens-variations thead th.blank { background: none; border: none; }
			#content #prescription .lens-variations thead th.price small#after-rebate { display: none; }
			#content #prescription .lens-variations thead th.price small,
			#content #prescription .lens-variations thead th.price .mini { display: block; font-size: 9px; font-weight: normal; }
		
			/* Prescription Badge Styles */
			#content #prescription #badges { float: left; margin: 2px 0 0 4px; }
			#content #prescription #badges  a { margin-right: 20px; }
			
			/* Prescription Add to Cart Button Styles */
			#content #prescription #addtocart { float: right; }
			
			/* Gas Permeable Styles */
			#content #prescription #gas-permeable #addtext { background: #888; color: #fff; font-size: 12px; font-weight: bold; margin-left: 5px; padding: 5px; text-align: center; width: 575px; }
			#content #prescription #gas-permeable #addtext a { color: #ffc; }
			#content #prescription #gas-permeable #closetext { background: #888; color: #fff; font-size: 12px; font-weight: bold; margin-left: 5px; padding: 2px; text-align: center; width: 575px; }
			#content #prescription #gas-permeable #closetext a { color: #ffc; }
			#content #prescription #gas-permeable #AddParam { margin-top: 10px; }
			#content #prescription #gas-permeable #AddParam .lens-variations thead th { padding: 8px 4px; }
			#content #prescription #gas-permeable #AddParam .lens-variations th { padding: 4px; }
		
		/* Qualifying Offers Styles */
		#content #offers { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 20px 0; }
		#content #offers h3 { border-bottom: 1px solid #a0a0a0; }
		#content #offers p { font-size: 13px; margin-bottom: 5px; }
		
		#content #offers ul { margin-left: 40px; }
		#content #offers ul li { list-style: square; margin-bottom: 3px; }
		#content #offers ul li p { font-size: 10px; }
		
		#content #offers .promoname { font-weight: bold; }
		
		#content #offers .promo1 img { display: none; }
		
		#content #offers .promoFIT4LIFE .promoname { color:#D61029; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:18px; font-weight:bold; }
		#content #offers .promoFIT4LIFE { background: url('/siteimages/promo/5.jpg') top left no-repeat; height: 150px; list-style: none; padding: 24px 221px 0 105px; width: 346px; }
		#content #offers .promoFIT4LIFE img { display: none; }
		#content #offers .promoFIT4LIFE .promocode { display: none; }
		
		#content #rebate-offers h3 { border-bottom: 1px solid #a0a0a0; margin-bottom: 3px; }
		
	
		/* Need Help Styles */
		#content .needhelp { font-size: 11px; }
		
		/* Rebate Offers Styles */
		#content #rebate-offers .offers { border-collapse: collapse; font-family: Verdana, Arial, Helvetica, sans-serif; width: 100%; }
		#content #rebate-offers .offers td { vertical-align: middle; }
		#content #rebate-offers .offers td a,
		#content #rebate-offers .offers td a:hover { color: #c00; margin-left: 10px; text-decoration: underline; }
		#content #rebate-offers .offers td.bestoffer { color: #c00; font-size: 10px; font-weight: bold; padding-bottom: 20px; text-align: center; text-transform:uppercase; vertical-align: bottom; }
		#content #rebate-offers .offers td table { background: url('/siteimages/rebate/rebate-offerbg.gif') bottom left repeat-x; border: 1px dotted #a0a0a0; width: 100%; }
		#content #rebate-offers .offers td table td { background: url('/siteimages/rebate/rebate-offerbg.gif') bottom left repeat-x; border: dotted #a0a0a0; border-width: 0 0 1px 0; padding: 4px; vertical-align: middle; }
		#content #rebate-offers .offers td table .end td { border-bottom: none; }
		#content #rebate-offers .offers td table .amt { width: 35px; }
		#content #rebate-offers .offers td table .desc { width: 270px; }
		#content #rebate-offers .offers td table .desc h5 { color: #c00; font-size: 13px; font-weight: bold; }
		#content #rebate-offers .offers td table .desc p { font-size: 10px; line-height: 1.5em; }
		#content #rebate-offers .offers td table .div { border-left: 1px dotted #a0a0a0; padding: 0; width: 1px; }
		#content #rebate-offers .offers td table .savings table { border: none; width: 100%; }
		#content #rebate-offers .offers td table .savings table td { background: none; border: none; font-size: 10px; padding: 3px; }
		#content #rebate-offers .offers td table .savings table td.dealcaption { text-align: right; }
		#content #rebate-offers .offers td table .savings table td.dealamount { font-weight: bold; text-align: right; }
		#content #rebate-offers .offers td table .savings table tfoot td { border-top: 1px dotted #a0a0a0; }
		#content #rebate-offers .offers td table .savings table tfoot td .savingsperbox { color: #c00; }
		
		/* Rebate Detail Styles */
		#page #content #body #additional-details h3,
		#page #content #body #offers h3,
		#page #content #body #rebate-offers h3,
		#page #content #body #rebate-detail h3 { background: none; padding-left: 0; }
		#content #rebate-detail { margin-top: 10px; }
		#content #rebate-detail .hidedetails { color: #c00; cursor: pointer; font-size: 11px; text-decoration: underline; }
		#content #rebate-detail #info { border-top: 1px solid #a0a0a0; color: #555; padding: 10px; }
		#content #rebate-detail #info ol { font-size: 11px; list-style: decimal; margin-left: 20px; }
		#content #rebate-detail #info p { font-size: 11px; margin-bottom: 5px; }
		
		/* Email Preferences Past Order Styles */
		#content #pastorders h5 { color:#D61029; font-size:16px; font-weight:bold; margin:15px 0 2px; }
		#content #pastorders p.text { margin:3px 0 10px; }
		#content #pastorders .productinfo, #content #pastorders .reminderdate, #content #pastorders .expirationdate { text-align:left; }

		/* Rebate Group */
		#content #rebates-group { border:0; border-collapse:collapse; border-spacing:0; float:left; margin:10px 0; width:500px; }
		#content #rebates-group td { background:#fff; border-bottom:1px dotted #ccc; padding:3px; vertical-align:middle; }
		#content #rebates-group tr.alt td { background:url('/SiteImages/rebate/rebate-offerbg.gif') repeat-x 0 50%; }
		#content #rebates-group tr:hover td,
		#content #rebates-group tr.alt:hover td { background:url('/SiteImages/rebate/rebate-offerbg.gif') repeat-x 0 100%; }
		#content #rebates-group td.image { width:60px; }
	
		#content #rebates-group td.value { text-align:right; width:150px; }
		#content #rebates-group td.value span.upto { display:inline-block; font-size:10px; font-weight:bold; margin:0; vertical-align:middle; }
		#content #rebates-group td.value img { display:inline-block; vertical-align:middle; }
		
		#content .rebates-group-db-desc { font-size:11px; margin:0 0 10px; }
		
		#content #rebates-group-desc { border-left:1px solid #ccc; float:right; font-size:11px; margin-right:20px; padding:0 0 0 10px; width:180px; }


		
		
		/* FAQ Main Page Styles */
		#content .faqcolumn { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
		#content .faqcolumn .faqentry { margin-bottom: 10px; }
		#content .faqcolumn .faqentry h3 a { color: #D61029; }
		#content .faqcolumn .faqentry ul { line-height: 17px; list-style: disc; margin-left: 25px; }
		#content ul.faq-list { font-size: 13px; list-style: disc; margin-left: 25px; }
		#page #content #body .faqcolumn .faqentry h3 { background: none; font-size: 10pt; padding-left: 0; }
		
		/* FAQ Entry Styles */
		#content #faq-detail { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; padding-left: 10px; }
		#content #faq-detail blockquote { margin: 7px 0; }
		#content #faq-detail h4 { color: #D61029; font-weight: bold; margin: 5px 0; }
		#content #faq-detail p { margin-bottom: 7px; }
		#content #faq-detail ol { list-style: decimal; margin-left: 20px;  }
		#content #faq-detail ul { list-style: disc; margin-left: 20px;  }
		
		
		
		/* Email Preferences Unsubscribe Confirmation Styles */
		#content .emailpref td { padding: 10px; }
		#content .emailpref td ol { font-size: 11px; list-style: decimal; margin-left: 20px; }
		
		/* Additional Details Styles */
		#content #additional-details { font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 10px; }
		#content #additional-details h3 { border-bottom: 1px solid #a0a0a0; }
		#content #additional-details h4 { font-size: 13px; font-weight: bold; margin: 5px 0 2px; }
		#content #additional-details p { font-size: 10pt; }
		#content #additional-details #extended-product-info div { clear: both; }
		#content #additional-details #extended-product-info p { margin-bottom: 10px; }
		#content #additional-details #extended-product-info h4 { display: block; float: left; font-size: 10pt; font-weight: bold; position: absolute; margin: 0 0 0 -185px; }

			/* Color Options Styles */
			#content #additional-details #color-options h3 { border: none; color: #404040; display: block; float: left; font-size: 10pt; font-weight: bold; margin: 0 0 0 -185px; position: absolute; }
			#content #additional-details #color-options { display: block; float: right; font-size: 10pt; margin: 5px 0 20px; width: 75%; }
			#content #additional-details #color-options p { font-size: 10px; font-weight: bold; text-align: center; }
			#content #additional-details #color-options .colors li { float: left; height: 105px; margin: 0 5px 5px 0; padding: 4px; width: 100px; }

			/* Extended Product Information Styles */
			#content #additional-details #extended-product-info #details { display: block; float: right; font-size: 10pt; margin: 5px 0 20px; width: 75%; }
			#content #additional-details #extended-product-info #details ul { font-size: 10pt; list-style: square; margin: 0 0 10px 20px; }
			
			/* Extended Product Information Sidebar Styles */
			#content #additional-details #extended-product-info #sidebar { display: block; float: right; font-size: 10pt; margin: 5px 0 20px; width: 75%; }
			#content #additional-details #extended-product-info #sidebar div { margin-bottom: 20px; }
			#content #additional-details #extended-product-info #sidebar #price-comparison .data { border-collapse: collapse; width: 70%; }
			#content #additional-details #extended-product-info #sidebar #price-comparison .data td { border: 1px solid #A0A0A0; font-size: 11px; padding: 7px; text-align: center; }
			#content #additional-details #extended-product-info #sidebar #price-comparison .data th { background: #ffc; border: 1px solid #A0A0A0; font-size: 11px; font-weight: bold; padding: 7px; text-align: center; }
		
			/* Customer Review Styles */
			#content #additional-details #customer-reviews h3 { border-bottom: 1px solid #a0a0a0; }
			#content #additional-details #customer-reviews #review_text h4,
			#content #additional-details #customer-reviews #review_cancel h4 { font-size: 11px; }
			#content #additional-details #customer-reviews #reviews .info .rating { margin-top: 5px; }
			#content #additional-details #customer-reviews #reviews .info .feedback { margin-top: 5px; }
			#content #additional-details #customer-reviews #reviews .info .feedback h5 { font-size: 11px; }
			#content #additional-details #customer-reviews #reviews .info .feedback li { float: left; }
			#content #additional-details #customer-reviews #reviews .info .feedback li a.no { background: url('/images/icons/ico.del.gif') top left no-repeat; font-size: 11px; padding: 2px 0 2px 18px; }
			#content #additional-details #customer-reviews #reviews .info .feedback li a.yes { background: url('/images/icons/ico.add.gif') top left no-repeat; font-size: 11px; margin-right: 10px; padding: 2px 0 2px 18px; }
			#content #additional-details #customer-reviews #reviews .info .item { font-size: 12px; font-weight: bold;  }
			#content #additional-details #customer-reviews #reviews .info .reviewer { font-size: 11px; }
			#content #additional-details #customer-reviews #reviews .description h4.summary { font-size: 11px; }
			#content #additional-details #customer-reviews #review_product { background: #eee; border: 1px solid #a0a0a0; padding: 10px; }
			#content #additional-details #customer-reviews #review_product h3 { display: none; }
			#content #additional-details #customer-reviews #review_product ol { list-style: decimal; list-style-position: outside; margin: 0 270px 0 20px; }
			#content #additional-details #customer-reviews #review_product ol li { font-size: 11px; font-weight: bold; margin-bottom: 10px; }
			#content #additional-details #customer-reviews #review_product ol li #CaptchaImage { border: 1px solid #a0a0a0; float: right; }
			#content #additional-details #customer-reviews #review_product ol li .options { display: inline; }
			#content #additional-details #customer-reviews #review_product ol li .options label { display: inline; font-weight: normal; }
			#content #additional-details #customer-reviews #review_product ol li label { display: block; }
			#content #additional-details #customer-reviews #review_product ol li label .required { color: #c00; font-weight: normal; font-style: italic; }
			#content #additional-details #customer-reviews #review_product #guidelines { background: #ffc; border: 1px solid #a0a0a0; float: right; padding: 8px; width: 240px; }
			#content #additional-details #customer-reviews #review_product #guidelines h4 { font-size: 15px; }
			#content #additional-details #customer-reviews #review_product #guidelines ul { list-style: square; margin: 5px 0 5px 25px; }
			#content #additional-details #customer-reviews #review_product #guidelines ul li { font-size: 11px; margin: 15px 0; }
			
	/* Contacts A-Z Styles */		
	#content .atozjump li { display:inline; }
	#content .atozjump li a { background:#eee; border:1px solid #dbdcca; display:block; float:left; font-size: 11px; margin:0 5px 0 0; padding:.25em .5em; text-align:center; text-decoration:none; }
	#content .atozjump li a:hover { background:#F4F7FB; border:1px solid #0045A5; }

	/* Results Styles */
	#content .results { clear: both; width: 100%; }
	#content .results td { vertical-align: top; }
	#content .results td a { display: block; font-size: 11px; padding: 5px; width: auto; }
	#content .results td a:hover { background: url('/images/misc/results-hover-bg.gif') -100px 0 repeat-y; }
	#content .results td table { width: 95%; }
	#content .results td td { border-bottom: 1px dotted #ccc; }
	#content .results th { color: #D61029; font-size: 13px; padding: 5px 5px 0 0;  }
	#page #content #body .results th h3 { background: none; color: #505050; padding-left: 0; font-size: 13pt; }
	
	/* Show All Brands Styles */
	#content .detailcolumn { float: left; width:250px; }
	#content .detailcolumn ul { width: 240px; }
	#content .detailcolumn ul li { border-bottom:1px solid #CCCCCC; }
	#content .detailcolumn ul li a { display:block; font-size:11px; padding:5px; width:auto; }
	#content .detailcolumn ul li a:hover { background:transparent url(/images/misc/results-hover-bg.gif) repeat-y scroll -100px 0pt; }
	#content .detailcolumn .heading { background: url('/images/icons/h1.bg.gif') bottom left no-repeat; color: #D61029; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin: 0 0 3px 0; padding: 20px 0 0 25px; }

	
	/* Login Page Styles */
	
		/* New Customer Register Styles */
		#content #quick-account { float: left; margin-top: 20px; padding-right: 20px; width: 47%; }
		#content #quick-account p { font-size: 13px; }
		#content #quick-account h3 { border-bottom: 1px solid #000; margin-bottom: 5px; padding-bottom: 3px; }
		
		/* Returning Customers Login Styles */
		#content #quick-login { border-left: 1px dotted #ccc; float: left; margin-top: 20px; padding-left: 20px; width: 47%; }
		#content #quick-login h3 { border-bottom: 1px solid #000; margin-bottom: 5px; padding-bottom: 3px; }
		#content #quick-login h5 { background:url(/images/icons/smallarrow.gif) no-repeat 0 50%; color: #D61029; font-size: 14px; font-weight: bold; padding-left: 10px; }
		#content #quick-login p { margin-bottom: 3px; }
		#content #quick-login .login { border-collapse: collapse; width: 100%; }
		#content #quick-login .login td { background: #eee; border: 1px solid #a0a0a0; padding: 4px; }
		#content #quick-login .login th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: right; }
		#content #quick-login #signinhelp { background: #eee; border: 1px solid #a0a0a0; list-style: disc; padding: 5px 10px 5px 30px; }
		#content #quick-login #signinhelp li { font-size: 12px; margin: 5px 0; }

	/* Checkout Help Styles */
	#content #checkout-help { border: solid #ccc; border-width: 1px 0 0 0; padding-top: 20px; margin-top: 20px; text-align: center; }
	#content #checkout-help div { float: left; height: 125px; margin: 0 3px; text-align: left; width: 240px; }
	#content #checkout-help div h4 { background: #eee; border: 1px solid #a0a0a0; color: #404040; font-size: 13px; font-weight: bold; margin-bottom: 5px; padding: 5px; }
	#content #checkout-help div img { margin: 4px 4px 15px 0; }
	#content #checkout-help div p { padding-bottom: 0; }
	#content #checkout-help p { font-size: 12px; padding-bottom: 20px; }
	#content #checkout-help div .verisign dt { display:block; float:left; height:85px; width:115px; }
	
	/* Account Tools Styles */
	#content #account-tools { border-collapse: collapse; width: 100%; }
	#content #account-tools td { border: 1px solid #a0a0a0; background: #eee; padding: 4px; }
	#content #account-tools td ul { font-size: 12px; line-height: 17px; list-style: disc; margin-left: 20px;  }
	#content #account-tools td ul li a { font-size: 12px; }
	#content #account-tools th { background: #ffc; border: 1px solid #a0a0a0; font-size: 12px; font-weight: bold; padding: 4px; width: 33%; }
	
	/* Checkout Steps */
	#content #steps { display: block; height: 30px; padding-top: 15px; width: 100%; }
	#content #checkout_steps { float: right; margin-top: -10px; }
	
	/* Shopping Cart Styles */
	#content #cart { border-spacing: 2px; width: 100%; }
	#content #cart tbody th { text-align: right; vertical-align: middle; }
	#content #cart tbody th#subtotal a { color: #404040; text-decoration: none; }
	#content #cart tbody th#subtotal a sup { color: #000; }
	#content #cart td { background: #eee; border: 1px solid #a0a0a0; font-size: 11px; padding: 4px; text-align: center; vertical-align: middle; }
	#content #cart td.blank { background: none; border-width: 0; }
	#content #cart td.buynow { text-align: center; }
	#content #cart td.cartempty { background: none; color: #c00; font-size: 11px; font-weight: bold; padding: 30px; text-align: center; }
	#content #cart td.compactdate { font-size: 10px; text-align: center; }
	#content #cart td.compactprice { font-size: 10px; text-align: center; }
	#content #cart td.coupon-entry { text-align: left; }
	#content #cart td.coupon-entry label { font-size: 11px; }
	#content #cart td.coupon-entry input { color: #555; margin-left: 5px; }
	#content #cart td.coupon-entry #coupapply { font-size: 10px; margin-left: 5px; }
	#content #cart td.coupon-messages { background: none; border-width: 0 0 0 0; padding: 5px; }
	#content #cart td.coupon-messages .coupon-error { border: 2px solid #D61029; font-size: 11px; padding: 10px 5px 5px; }
	#content #cart td.info { text-align: left; width: 100%; }
	#content #cart td.info strong { color: #D61029; display: block; font-size: 13px; font-weight: bold; }
	#content #cart td.info strong a { text-decoration: none; }
	#content #cart td.info .extended-info { float: left; font-size: 10px; margin: 0 5px 0 25px; }
	#content #cart td.info .extended-info strong { color: #000; display: inline; font-size: 11px; float: none; }
	#content #cart td.info .info { clear: both; float: left; font-size: 11px; }
	#content #cart td.info .tools { clear: both; }
	#content #cart td.info .tools .mod { background: url('/images/icons/ico.change.gif') top left no-repeat; font-size: 10px; margin-right: 10px; padding-left: 12px; }
	#content #cart td.info .tools .del { background: url('/images/icons/ico.remove.gif') top left no-repeat; font-size: 10px; padding-left: 13px; }
	#content #cart td.l { text-align: left; vertical-align: middle; }
	#content #cart td.l img { vertical-align: middle; }
	#content #cart td.l .prodname { color: #D61029; font-size: 11px; }
	#content #cart td.non-product {  }
	#content #cart td.non-product .promo-item { background: url('/images/rebate/tick.gif') top left no-repeat; float: left; font-size: 11px; padding-left: 20px; }
	#content #cart td.non-product .promo-item strong { }
	#content #cart td.non-product .promo-message { background: url('/images/rebate/tick.gif') top left no-repeat; float: left; font-size: 11px; padding-left: 20px; }
	#content #cart td.non-product .promo-message strong { }

	#content #cart td.non-product .tools { float: right; }
	#content #cart td.non-product .tools .del { background: url('/images/icons/ico.remove.gif') top left no-repeat; font-size: 10px; padding-left: 13px; }
	#content #cart td.no-orders { font-size: 11px; text-align: center; }
	#content #cart td.price { font-size: 11px; text-align: center; }
	#content #cart td.price #displaypricecell { margin: 0 auto; width: 135px;  }
	#content #cart td.price #displaypricecell td { border: none; font-size: 11px; padding: 0; }
	#content #cart td.price #displaypricecell th { background: none; border: none; padding: 0; }
	#content #cart td.price #displaypricecell .suggested-price { color: #898989; }
	#content #cart td.price #displaypricecell .you-save { color: #c00; }
	#content #cart td.qty { font-size: 11px; text-align: center; }
	#content #cart td#rebates { background: url('/siteimages/rebate/rebate-offerbg.gif') bottom left repeat-x; border: 1px dotted #a0a0a0; text-align: left; width: 100%; }
	#content #cart td#rebates td { background: none; border: none; text-align: left; }
	#content #cart td#rebates td.accept { text-align: center; width: 215px; }
	#content #cart td#rebates td.accept p strong { color: #c00; }
	#content #cart td#rebates td.savings { width: 410px; }
	#content #cart td#rebates td.savings h5 { color: #c00; font-size: 17px; font-weight: bold; }
	#content #cart td#rebates td.savings .deal td { padding: 0; text-align: right; }
	#content #cart td#rebates td.savings .deal td.amount { font-weight: bold; padding-right: 5px; width: 60px; }
	#content #cart td#rebates td.savings .deal td.detail { text-align: left; }
	#content #cart td#rebates td.savings .deal td.label { width: 100px; }
	#content #cart td#rebates td.savings .deal tfoot td { border-top: 1px dotted #ccc; }

	#content #cart td.status { font-size: 11px; text-align: center; }
	#content #cart td.subtotal { font-size: 10px; text-align: center; }
	#content #cart td.value { font-size: 11px; text-align: right; }
	#content #cart th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: center; }
	#content #cart th.info { text-align: left; }
	#content #cart th.patientname { background: none; border: none; color: #D61029; font-size: 16px; text-align: left; }
	
	#page #content #body .smalltext,
	#page #content #body .smalltext * { font-size: 10px; }
	
	/* Search Results Styles */
	#content #body #search-results h3.ProductName { background: none; clear: both; padding: 15px 0 0 0; }
	#content #body #search-results #lens-type ul { font-size: 12px; list-style: square; margin-left: 50px; }
	#content #body #search-results #faqs li { font-size: 12px; margin-bottom: 5px; }
	#content #body #search-results #no-results ol { list-style: decimal; }
	#content #body #search-results #no-results ol li { font-size: 13px; margin: 0 0 10px 40px; }
	#content #body #search-results #intro ol { list-style: decimal; }
	#content #body #search-results #intro ol li { font-size: 13px; margin: 0 0 10px 40px; }
	
		/* Best Sellers Styles */
		#content #search-results #best-sellers { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; margin-bottom: 10px; padding: 4px; }
		#content #search-results #best-sellers  dl { border-bottom: 1px solid #ccc; float: left; height: 59px; margin: 0 3px; width: 348px; }
		#content #search-results #best-sellers  dl.end { border-bottom: none; }
		#content #search-results #best-sellers  dl dd.desc { margin-left: 57px; }
		#content #search-results #best-sellers  dl dd.img { float: left; margin-top: -11px; text-align: center; width: 50px; }
		#content #search-results #best-sellers  dl dd.img img { border: 1px solid #a0a0a0; }
		#content #search-results #best-sellers  dl dd.img img.rebate-icon { border: none; margin-top: 2px; }
		#content #search-results #best-sellers  dl dt { margin-left: 57px; }
		
		/* All Products Styles */
		#content #search-results #all-products { font-size: 11px; }
		#content #search-results #all-products  dl { border-bottom: 1px solid #ccc; float: left; height: 59px; margin: 0 3px; width: 348px; }
		#content #search-results #all-products  dl dd.desc { margin-left: 57px; }
		#content #search-results #all-products  dl dd.img { float: left; margin-top: -11px; text-align: center; width: 50px; }
		#content #search-results #all-products  dl dd.img img { border: 1px solid #a0a0a0; }
		#content #search-results #all-products  dl dd.img img.rebate-icon { border: none; margin-top: 2px; }
		#content #search-results #all-products  dl dt { margin-left: 57px; }
		
		/* FAQ Styles */
		#content #search-results #faqs ol { font-size: 11px; list-style: decimal; margin-left: 20px; }
	
	/* Congratulations Savings Styles */
	#content #congrats { background: url('/siteimages/rebate/rebate-offerbg.gif') 0 75% repeat-x; border: 1px dotted #a0a0a0; height: 34px; margin: 10px 0; }
	#content #congrats img { border: dotted #a0a0a0; border-width: 0 1px 0 0; float: left; }
	#content #congrats .message { float: left; font-size: 13px; padding: 8px 10px; }
	#content #congrats .message em { color: #c00; font-style: normal; font-weight: bold; }
	#content #congrats .message .savings { color: #c00; font-weight: bold; }
	
	
	/* Cart: Coupons */
	#page #content #body #coupons { display:block; margin:5px 0 1em 0; }
	#page #content #body #coupons h3 { background: none; padding: 0; }
	#page #content #body #coupons .note { font-size:11px; margin:0 0 .25em; }
	#page #content #body #coupons table { border-spacing: 2px; font-size:11px; width:100%; }
	#page #content #body #coupons table thead th { background:#ffc; border:1px solid #a0a0a0; font-size: 11px; font-weight:bold; padding:4px; }
	#page #content #body #coupons table tbody td { background: #eee; border:1px solid #a0a0a0; font-size: 11px; padding:4px; }

	/* Special Offers Styles */
	#content #special-offers { margin-bottom: 5px; }
	#content #special-offers h3 { margin-top: 5px; }
	#content #special-offers ul { background: #eee; border: 1px solid #a0a0a0; }
	#content #special-offers ul li { background: url('/images/rebate/tick.gif') 5px 4px no-repeat; color: #2D307A; font-size: 11px; font-weight: bold; padding: 4px 4px 4px 25px; }
	
	/* Billing Info, Shipping Info Styles */
	#content #update-info { width: 100%; }
	#content #update-info tbody td { vertical-align: middle; width: 50%; vertical-align: top; }
	#content #update-info tbody td table { border-spacing: 4px; width: 98%; }
	#content #update-info tbody td table td { background: #eee; border: 1px solid #a0a0a0; padding: 2px; }
	#content #update-info tbody td table td.blank { background: none; border-width: 0; }
	#content #update-info tbody td table th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; padding: 4px; text-align: right; }
	#content #update-info thead th strong { color: #D61029; float: left; font-size: 18px; font-weight: bold; }
	#content #update-info thead th #caption { float: right; font-size: 11px; margin: 3px 10px 0 0; text-align: right; }
	
		/* Inpage Zip to City Popup */
		#content #update-info .inpagePopup { background: #fff; border: 1px solid #a0a0a0; margin: 3px 0 0 0; padding: 3px; text-align: center; }
		#content #update-info .inpagePopup h4 { font-size: 13px; font-weight: bold; padding: 3px 0; text-align: left; }
		#content #update-info .inpagePopup span { font-size: 11px; line-height: 8px; }
		#content #update-info .inpagePopup strong { color: #D61029; }
		#content #update-info .inpagePopup table { border-collapse: collapse; border-spacing: 0; margin: 3px auto 0 auto; width: 97%; }
		#content #update-info .inpagePopup table th { text-align: left; }
		#content #update-info .inpagePopup table td { font-size: 11px; padding: 0; text-align: left; }
		#content #update-info .inpagePopup table td a { background: #eee; display: block; padding: 2px; width: 98%; }
		#content #update-info .inpagePopup table td a:hover { background: #f7f7f7; }

		#content #update-info .inpagePopup .numberofcitiesfound { background: none; border: none; width: 100px; }
		#content #update-info .inpagePopup .close { background: none; border: none; float: right; padding-right: 4px; text-align: right; width: 17px; }
		#content #update-info .inpagePopup .close a,
		#content #update-info .inpagePopup .close a:hover { background: none; border: none; }
		
		#content #update-info .inpagePopup #zipnonefoundbill,
		#content #update-info .inpagePopup #zipnonefoundship { float: right; margin-left: 5px; }
		#content #update-info .inpagePopup .cityscroll { min-height:30px; height:auto !important; height:130px; max-height: 130px; overflow-y: auto; overflow-x: hidden; width: 100%; }
	
	/* Gift Certificate Styles */
	#content #current-order-total { margin-bottom: 5px; }
	#content #current-order-total dd { display: inline; font-size: 13px; font-weight: bold; }
	#content #current-order-total dt { display: inline; font-size: 13px; font-weight: bold; }
	
	/* Qualifying Offers Styles */
	#content #promo-upsell { margin-top: 10px; }
	#content #promo-upsell table { border-collapse: collapse; width: 100%; }
	#content #promo-upsell table td { background: #eee; border: 1px solid #a0a0a0; font-size: 11px; padding: 4px; vertical-align: middle; }
	#content #promo-upsell table th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: left; }
	
	/* Express Reorder Styles */
	#content .buy-now { margin: 3px 0 20px 0; text-align: right; }
	#content .reorder { border: 1px solid #a0a0a0; border-collapse: collapse; width: 100%; }
	#content .reorder tbody th { background: #eee; border: 1px solid #a0a0a0; font-size: 11px; padding: 4px; text-align: center; vertical-align: middle; }
	#content .reorder tbody th.orderdate { width: 100px; }
	#content .reorder td { background: #eee; border: 1px solid #a0a0a0; padding: 4px; vertical-align: middle; }
	#content .reorder td.buynow { border-width: 0; padding: 0; text-align: center; }
	#content .reorder td.info .productname { color: #D61029; float: left; font-size: 13px; font-weight: bold; }
	#content .reorder td.info .info { clear: both; float: left; font-size: 11px; }
	#content .reorder td.info .extended-info { float: left; font-size: 11px; margin: 0 5px 0 50px; }
	#content .reorder td.price { font-size: 11px; text-align: center; width: 100px; }
	#content .reorder td.qty { text-align: center; width: 100px; }
	#content .reorder thead th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: center; }
	#content .reorder thead th.buynow { width: 55px; }
	#content .reorder thead th.info { text-align: left; }
	
		/* Express Reorder Bracket Styles */
		   #content .reorder #bracket { background:url("/images/reorder/bracket/more_04.gif"); float:left; margin:0; padding:0; width:19px; }
		   #content .reorder #bracket div { margin:0; padding:0; }
		   #content .reorder #bracket .top { background:url("/images/reorder/bracket/more_01.gif") no-repeat; height:10px; width:19px; }
		   #content .reorder #bracket .mid { background:url("/images/reorder/bracket/more_03.gif") 0 50% no-repeat; height:22px; width:19px; }
		   #content .reorder #bracket .btm { background:url("/images/reorder/bracket/more_05.gif") no-repeat; height:10px; margin-bottom:-2px; margin-top:-1px; padding:0; width:19px; }
	
	/* Order Detail Styles */
	#content .basket { border-collapse: collapse; margin-bottom: 10px; width: 100%; }
	#content .basket td { background: #eee; border: 1px solid #a0a0a0; font-size: 11px; padding: 4px; text-align: center; vertical-align: middle; }
	#content .basket td.left { text-align: left; }
	#content .basket .right { text-align: right; }
	#content .basket td.billinginfo { text-align: left; }
	#content .basket td.shippinginfo { text-align: left; }
	#content .basket td.blank { background: none; border: none; }
	#content .basket th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: center; }
	#content .basket th a.handling { color: #404040; text-decoration: none; }
	#content .basket th a.handling:hover { text-decoration: none !important; }
	#content .basket th a.handling sup { color: #000; }
	
	/* Doctor Info Styles */
	
		/* Error Box Styles  */
		.error.drinfo { background: #FFF url('/images/icons/ico.warning.gif') 10px center no-repeat; border: 2px solid #c00; margin: 5px 0; padding: 15px 15px 15px 60px; }
		.error.drinfo ul li { color: #000; font-size: 12px; line-height: 1.1em; margin-bottom: 10px; }
		.error.drinfo ul li em { font-size: 11px;  }
		.error.drinfo ul li strong { font-weight: bold; }
	
	
	#content #doctorinfo { border-spacing: 2px; width: 100%; }
	#content #doctorinfo h5 {color:#D61029; font-size:14px; font-weight:bold; margin-bottom: 10px; }
	#content #doctorinfo h5.subheading {color:#404040!important; font-size:13px!important; font-weight:bold; }
	#content #doctorinfo h5.header {color:#D61029; font-size:14px; font-weight:bold; margin-bottom: 10px; }
	#content #doctorinfo h5.header .edit { font-size:12px; font-weight: normal; }
	#content #doctorinfo .product-count { background: #f7f7f7; border: 1px solid #ccc; color: #404040; font-size: 11px; font-weight: bold; margin-bottom: 10px; padding: 5px; }
	#content #doctorinfo .dottedborder{ border-bottom: 1px solid #a0a0a0; height:1px; margin: 15px 0; width: 100%; }
	#content #doctorinfo td { background: #fff; border: px solid #a0a0a0; padding: 4px; vertical-align: top; }
	#content #doctorinfo td.blank { background: none; border: none; }
	#content #doctorinfo td.product-info { background: none; border: none; height: 100%; vertical-align: top; width: 375px; }
	#content #doctorinfo td.product-info h5 { color: #D61029; font-size: 13px; font-weight: bold; }
	#content #doctorinfo td.product-info .variation-details { width: 375px; }
	#content #doctorinfo td.product-info .variation-details div { float: left; font-size: 10px; width: 187px; }
	#content #doctorinfo td.provider .samedoctor { background: #F0F7FD; border: 1px solid #a0a0a0; }
	
	#content #doctorinfo td.provider { background: none; border: none; padding-top: 0; }
	#content #doctorinfo td.provider table { border-spacing: 3px; width: 98%; }
	#content #doctorinfo td.provider td { border: 1px solid #ccc; font-size: 11px; font-weight: bold; padding: 2px; text-align: left; vertical-align: middle; }
	#content #doctorinfo td.provider td label { font-size: 11px; font-weight: bold; }
	#content #doctorinfo td.provider th { text-align: right; vertical-align: middle; width: 100px; }
	
	#content #doctorinfo .showsearch { 	background: url('/images/icons/ico.search.gif') 4px 3px no-repeat; font-size: 11px; }
	
	#content #doctorinfo th { background: #ffc; border: 1px solid #a0a0a0; font-size: 10px; font-weight: bold; padding: 2px; text-align: left; }
	#content #doctorinfo th.productinfo { background: url('/images/icons/ico.fsacheck.gif') 3px center no-repeat #ffc; padding-left: 21px; }
	#content #doctorinfo th.drinfo { background: url('/images/icons/ico.rxhelp.gif') 3px center no-repeat #ffc; padding-left: 21px; }
	
	#content #doctorinfo .doctorcheck { background-image: none!important; cursor:default; padding: 2px 4px; text-align: center; width: 35px; }
	#content #doctorinfo .doctor { padding: 2px 4px; width: 140px; }
	#content #doctorinfo .store {  }
	#content #doctorinfo .city { padding: 2px 4px; width: 125px; }
	#content #doctorinfo .phone { padding: 2px 4px; width: 85px; }
	
	#content #doctorinfo td.whyask { bottom: 0; height: 25px; text-align: right; vertical-align: bottom; }
	#content #doctorinfo .caption { font-size: 10px; font-weight: normal; padding: 0 0 0 5px; }
	#content #doctorinfo .caption a { text-decoration: none; }
	
	#content #doctorinfo .lens-variations { border-spacing:2px;}
	#content #doctorinfo .lens-variations td { background: #eee; border: 1px solid #a0a0a0;padding: 4px; vertical-align: top; }
	#content #doctorinfo .lens-variations th { padding: 4px; vertical-align: middle; font-weight:normal; }
	#content #doctorinfo .lens-variations th.blank { background:none; border:none; }
	#content #doctorinfo .patientdocinfo { border-spacing:2px; border-right: 1px dotted #ccc; padding:0 10px 0 0;}
	#content #doctorinfo .noborder { border: none!important;}
	#content #doctorinfo .patientdocinfo td { background: #eee; border: 1px solid #a0a0a0;padding: 4px; vertical-align: top; }
	#content #doctorinfo .patientdocinfo th { padding: 4px;  vertical-align: middle; font-weight:normal;}
	/* Doctor Search Results */
	#content #doctorinfo .innertable { border-spacing: 2px; width: 737px; }
	#content #doctorinfo .searchform .innertable { width: 100%; }
	
		/* Advanced Search on Dr. Info Page */
		#content #doctorinfo .innertable td { padding: 2px 4px; }
		#content #doctorinfo .innertable td.submitbutton { background: none; border: none; vertical-align: bottom; }
		#content #doctorinfo .innertable th { text-align: right; vertical-align: middle; }
	
	#content #doctorinfo .tableheader {  border-left: 1px solid #a0a0a0; border-right: 0; border-spacing: 0!important; width: 722px; }
	#content #doctorinfo .tableheader th { background: url('/images/misc/tablesorter/bg.gif') center right no-repeat #eee; border-width: 1px 1px 1px 0; cursor: pointer; }
	#content #doctorinfo .tableheader th.SortUp { background: url('/images/misc/tablesorter/asc.gif') center right no-repeat #eee; }
	#content #doctorinfo .tableheader th.SortDown { background: url('/images/misc/tablesorter/desc.gif') center right no-repeat #eee; }
	#content #doctorinfo .drsearchresults { max-height: 200px; overflow-y: auto; overflow-x:hidden; width: 739px; }
	#content #doctorinfo .doctor-search-results { border-left: 1px solid #a0a0a0; border-right: 0; border-spacing: 0!important; width: 722px; }
	
	#content #doctorinfo .doctor-search-results .headers { display: none; }
	#content #doctorinfo .doctor-search-results td { background: #fff; border-width: 0 1px 1px 0; cursor: pointer; font-size: 10px; vertical-align: middle; }
	#content #doctorinfo .doctor-search-results td.error { cursor: default; text-align: center; }
	#content #doctorinfo .doctor-search-results td.error strong { color: #c00; }
	#content #doctorinfo .doctor-search-results td.proximityheader { font-weight: bold; }
	#content #doctorinfo .doctor-search-results tr:hover td { background: #f7f7f7; }
	#content #doctorinfo .doctor-search-results tr:hover td.error { background: #fff; }
	#content #doctorinfo .searchresults { background: none; border: none; clear:both; padding-top: 5px; }
	#content #doctorinfo .searchresults th { font-weight:normal;}
	#content #doctorinfo .searchresults td { border:solid #a0a0a0; border-width:0 1px 1px 0;}
	#content #doctorinfo .searchresults h5 {background: url('/images/design/tabs.gif') bottom right no-repeat; float: left; font-size:11px; font-weight:bold; margin: 0; padding: 9px 8px 8px 0; }
	#content #doctorinfo .searchresults h5 a {background: url('/images/design/tabs.gif') 0 -30px no-repeat; color: #D61029; padding: 9px 0 8px 10px; text-decoration: none }
	#content #doctorinfo .searchresults h5.active { background: url('/images/design/tabs.gif') top right no-repeat; }
	#content #doctorinfo .searchresults h5.active a { background: url('/images/design/tabs.gif') top left no-repeat; color: #fff; text-decoration: none; }
	#content #doctorinfo .progressbar td { background: #fff; }

	#content #doctorinfo .dr-enterinfo .searchresults h5 { background: url('/images/design/tabs.gif') bottom right no-repeat; float: left; font-size:11px; font-weight:bold; padding: 9px 8px 8px 0; }
	#content #doctorinfo .dr-enterinfo .searchresults h5 a { background: url('/images/design/tabs.gif') 0 -30px no-repeat; color: #D61029; padding: 9px 0 8px 10px; text-decoration: none; }
	
	#content #doctorinfo .dr-enterinfo .searchresults h5.active { background: url('/images/design/tabs.gif') top right no-repeat; }
	#content #doctorinfo .dr-enterinfo .searchresults h5.active a { background: url('/images/design/tabs.gif') top left no-repeat; color: #fff; text-decoration: none; }
	
	#content #doctorinfo .searchresults h5 .or { color: #555; font-style: italic; font-size: 20px; }
	#content #doctorinfo .searchresults .searchtotal { color: #404040; font-size: 10px; padding: 6px 0 0 10px; text-align: right; }
	#content #doctorinfo .searchresults .active .searchtotal { color: #fff; }

	#content #doctorinfo .searchresults .note { font-size: 11px; }
	#content #doctorinfo .searchresults .advsearch { background: none; border: none; float: right; font-size: 11px; padding: 5px 0 8px 0; text-align: right; }
	#content #doctorinfo .searchresults .advsearch a { background: url('/images/icons/ico.search.gif') 4px 3px no-repeat; border: 1px solid #fff; padding: 4px 4px 4px 23px; }
	#content #doctorinfo .searchresults .advsearch a:hover { background: url('/images/icons/ico.search.gif') 4px -17px no-repeat #eee; border: 1px solid #a0a0a0; }

	/* Previously Used Doctors */
	#content #doctorinfo .doctorresults { background: #fff; border: 1px solid #ccc; margin: 5px; padding: 2px; }
	#content #doctorinfo .doctorresults h5 { color:#D61029; float: left; font-size:15px; font-weight:bold; }
	#content #doctorinfo .doctorresults .note { font-size: 11px; }

	
	/* Doctor Search Form */
	#content #doctorinfo .searchform { background: #fff; border: 1px solid #ccc; margin: 5px; padding: 2px; }
	#content #doctorinfo .searchform h5 { color:#D61029; font-size:15px; font-weight:bold; }
	#content #doctorinfo .searchform h5 .or { color: #555; font-style: italic; font-size: 20px; }
	
	#content #doctorinfo .advsearch td { background: none; border: none; font-size: 11px; padding-bottom: 15px; text-align: right; }
	#content #doctorinfo .advsearch td a { background: url('/images/icons/ico.search.gif') 4px 3px no-repeat; border: 1px solid #fff; padding: 4px 4px 4px 23px; }
	#content #doctorinfo .advsearch td a:hover { background: url('/images/icons/ico.search.gif') 4px -17px no-repeat #eee; border: 1px solid #a0a0a0; }



	/* Dr Search Variation Styles */
	#content #doctorinfo .dr-enterinfo { border-bottom: 1px dotted #ccc; margin-bottom: 10px; padding-bottom: 10px; }
	#content #doctorinfo .dr-enterinfo h5 { color: #D61029; font-size: 14px; font-weight: bold; margin-bottom:0px; position: relative; }
	#content #doctorinfo .dr-enterinfo h5 .subheader { color: #404040; font-size: 11px; font-weight: normal; }
	#content #doctorinfo .dr-enterinfo h5 .dr-product {  }
	#content #doctorinfo .dr-enterinfo h5 .rxlink { color: #404040; font-size: 11px; font-weight: normal; }
	#content #doctorinfo .dr-enterinfo h5 .rxlink .showhelpbox { font-size: 11px; font-weight: normal; }
	
	/* Doctor Input Form Styles */
	#content #doctorinfo .dr-enterinfo .dr-inputs { border-right: 1px dotted #ccc; float: left; padding-right: 27px; width: 287px; }
	#content #doctorinfo .dr-enterinfo .dr-inputs td { width: 152px; }
	#content #doctorinfo .dr-enterinfo .dr-inputs table { border-spacing: 2px; }
	#content #doctorinfo .dr-enterinfo .dr-inputs .samedoctor { background: none; border: none; font-size: 10px; font-weight: bold; padding: 0; width: auto; }
	#content #doctorinfo .dr-enterinfo .dr-inputs .samedoctor input { margin-right: 0; vertical-align: sub; }
	
	/* Need Help Finding Doctor */
	#content #doctorinfo .dr-enterinfo .dr-helpcontainer { float: right; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp { background: #eee; border: 1px solid #ccc; }
	#content #doctorinfo .dr-enterinfo h4 { background:url(/images/icons/smallarrow.gif) no-repeat 0 50%; color: #505050; font-size: 12px; font-weight: bold; padding-left: 10px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .doctor-search-results { border-collapse: collapse; width: 388px; }
	#content #doctorinfo .dr-helpcontainer h5 { color:#D61029; font-size:14px; font-weight:bold; }
	#content #doctorinfo .dr-helpcontainer h5 .subheader { color:#404040; font-size:11px; font-weight:normal; }
	#content #doctorinfo .dr-helpcontainer p { font-size:11px; }
	#content #doctorinfo .dr-helpcontainer .dr-needhelp { background:#eee; border:1px solid #ccc; }
	#content #doctorinfo .dr-helpcontainer .dr-needhelp .doctor-search-results { border-collapse: collapse; width: 388px; }
	#content #doctorinfo .dr-helpcontainer .dr-needhelp .doctor-search-results th { font-weight:normal; }
	#content #doctorinfo .dr-helpcontainer .dr-needhelp .doctor-search-results td { border:1px solid #a0a0a0; }
	#content #doctorinfo .dr-helpcontainer .dr-needhelp .searchform th {  font-weight:normal; background:none; border:none;}
	#content #doctorinfo .dr-helpcontainer .dr-needhelp .searchform .drsearchbutton {text-align:right;}

	/* Search Results */
	#content #doctorinfo .dr-enterinfo .dr-needhelp .tableheader { width: 713px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .drsearchresults { width: 725px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .drsearchresults #doctor-search-results { width: 713px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .drsearchresults #doctor-search-results strong { color: #D61029; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp p.selectoption { font-size: 11px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp p.selectoption input { margin-right: 0; vertical-align: sub; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .searchform input { width: 111px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .searchform .drsearchbutton {  }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .searchform .searchinputs th { background: none; border: none; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .searchform .searchinputs td { background: none; border: none; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .searchform .searchinputs .submitbutton { text-align: right; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .searchform .note { font-size: 10px; padding: 2px; vertical-align: top; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .searchform .searchtotal { font-size: 11px; text-align: right; vertical-align: bottom; width: 114px; }
	

	/* Previously Used Doctors */
	#content #doctorinfo .dr-enterinfo .dr-needhelp .doctorresults {  padding: 4px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .doctorresults .tableheader { width: 387px; }
	#content #doctorinfo .dr-enterinfo .dr-needhelp .doctorresults #doctor-search-results { width: 387px; }
	

	/* General Styles */
	#content #doctorinfo .dr-enterinfo table th { font-weight: normal; vertical-align: middle; }
	

	/* Popup Helpbox Styles */
	#content #doctorinfo .helpbox { background: #f7f7f7; bottom: 0; border: 3px solid #666; color: #505050; font-size: 10px; padding: 2px 25px 15px 5px; position: absolute; right: 0; }
	#content #doctorinfo .helpbox .variation-details .left { float: left; margin-right: 7px; }
	#content #doctorinfo .helpbox .variation-details .right { float: left; margin-right: 7px; }
	#content #doctorinfo .helpbox .close { margin: -2px 0 0 0; position: absolute; right: 0; }

	
	/* Submit Order Styles */
	#content #checkout { border-collapse: collapse; margin: 0 auto; width: 400px; }
	#content #checkout td { background: #eee; border: 1px solid #a0a0a0; font-size: 12px; padding: 4px; vertical-align: middle; }
	#content #checkout td.chargeamount { font-size: 12px; }
	#content #checkout th { background: #ffc; border: 1px solid #a0a0a0; font-size: 10px; font-weight: bold; padding: 2px; text-align: right; vertical-align: middle; }
	

	/* Purchase Confirmation Styles */
	#content #body #confirmation-details { margin-bottom: 10px; }
	#content #body #confirmation-details h3 { background: none; font-size: 14px; margin-top: 10px; padding-left: 0; }
	#content #body #confirmation-details p { font-size: 11px; }
	#content #body #confirmation-details p.intro { margin-left: 10px; }
	#content #confirmation-options { float: right; padding: 5px 5px 5px 20px; width: 210px; }
	
	#content #body #confirmation-details .box { background: #eee; border: 1px solid #ccc; float: left; height: 110px; margin: 25px 10px 20px 10px; padding: 10px; width: 330px; }
	#content #body #confirmation-details .box h3 { margin: 0 0 5px 0!important; }
	#content #body #confirmation-details .box img { float: left; margin: 0 5px 5px 0; }
	#content #body #confirmation-details .box p { line-height: 15px; }
	
	
	#content #body #confirmation-details .referAFriend { border: dotted #ccc; border-width: 1px 0; clear: both; margin: 10px 10px 0 10px; padding: 10px; }
	#content #body #confirmation-details .referAFriend img { float: left; margin: 0 5px 0 0; }
	#content #body #confirmation-details .referAFriend h3 { margin-top: 0; }
	
	#content #body #confirmation-details .needHelp { margin: 0 10px 10px 10px; padding: 10px; }
	#content #body #confirmation-details .needHelp img { float: left; margin: 0 5px 0 0; }
	#content #body #confirmation-details .needHelp h3 { margin-top: 0; }

    /* Requested Reorder Date section on the Confirmation page */
    #content #body #rrd { font-size: 11px; margin-left: 10px; }
    #content #body #rrd .calendar { float: right; }
    #content #body #rrd .changefrequencytext { font-weight: bold; margin-top: 15px; }
    #content #body #rrd .chooserrd { margin: 10px 0 0 10px; width: 325px; }
    #content #body #rrd .frequency { float: left; }
    #content #body #rrd #submitrrd { margin: 20px 0 20px 0; text-align: right; width: 325px; }
	
	#content #body #rrd.updated .product { border-bottom: 1px dotted #ccc; }
	#content #body #rrd.updated .calendar { float: none; }
	#content #body #rrd.updated .calendar select { height: 19px; }
	#content #body #rrd.updated .calendar input { height: 13px; }
	#content #body #rrd.updated .calendar td { padding: 0 5px 0 0; vertical-align: top; }
	#content #body #rrd.updated .calendar td td { padding: 1px; text-align: center; vertical-align: middle; }
	#content #body #rrd.updated p { padding-bottom: 5px; }

	
	/* Referral Operating Agreement Styles */
	#page #content ol#agreement { color: #404040; font-size: 11px; font-weight: bold; list-style: decimal; list-style-position: inside; padding: 0 15px; }
	#page #content ol#agreement li { margin-bottom: 15px; }
	#page #content ol#agreement li h3 { background: none; color: #404040; display: inline; font-size: 11px; font-weight: bold; padding-left: 0; }
	#page #content ol#agreement li h4 { display: inline; font-size: 11px; font-weight: bold; }

	#page #content ol#agreement li li { font-size: 11px; font-weight: normal; }
	#page #content ol#agreement li p { font-size: 11px; font-weight: normal; margin-bottom: 5px; }
	
	#page #content ol#agreement li strong { color: #D61029; font-size: 14px; font-weight: bold; }
	#page #content ol#agreement li ol { font-size: 11px; list-style: upper-alpha; list-style-position: inside; padding-left: 15px; }
	
    #page #content #body #lens-main .promo { margin-left: 20px; padding-left: 0px; }
    #page #content #body .promoname { font-weight: bold; }
    #page #content #body .promo1 img { display: none; }
    #page #content #body #lens-main table li.promoFIT4LIFE { background: url('/images/promo/5.jpg') top left no-repeat; height: 150px; list-style: none; padding: 24px 221px 0 105px; width: 346px; }
    #page #content #body #lens-main table li.promoFIT4LIFE p { font-size: 10px; margin-top: 5px; }
    #page #content #body #lens-main table li.promoFIT4LIFE p a { font-size: 10px; }
    #page #content #body #lens-main table li.promoFIT4LIFE .promoname { color:#D61029; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:18px; font-weight:bold; }

    #page #content #body #lens-main table li.promoFIT4LIFE img { display: none; }
    #page #content #body #lens-main table li.promoFIT4LIFE .promocode { display: none; }


    /* Reorder Checkout Header Promo */
    #page #content #body .bestdealinfo { background:url('/images/rebate-offerbg.gif') repeat-x 0 -50px; border: 1px solid #ccc; margin-top: 10px; padding: 3px; width: 91% }
    #page #content #body .bestdealinfo p { font-size: 11px; padding: 5px 0; }
    #page #content #body .bestdealinfo p a { font-size: 11px; }
    #page #content #body .bestdealinfo p strong { color: #D61029; font-size: 13px; padding: 3px 5px 3px 0px; }

    #page #content #body .combo-offers { margin: 15px 0 10px 30px; }
    #page #content #body .combo-offers h3 { background: none; font-size: 13px; padding: 0 0 10px 0; }
    #page #content #body .combo-offers .combo-header { position: relative; }
    #page #content #body .combo-offers .combo-header h1 { color: #D61029; font-size: 18px; margin: 0; padding-left: 45px; }
    #page #content #body .combo-offers .combo-header h1 span { color: #404040; font-size: 9px; font-weight: normal; padding-left: 5px; }
    #page #content #body .combo-offers .combo-header .bestdealicon { margin: -15px 0 0 -25px; position: absolute; }
    #page #content #body .combo-offers .combo-header .offericon { margin: 11px 0 0 571px; position: absolute; z-index: 1; }

    #page #content #body .combo-offers .combo-box { background: #eee; border: 1px solid #ccc; vertical-align: top; width: 306px; }
    #page #content #body .combo-offers .combo-box h2 { color: #D61029; font-size: 15px; font-weight: bold; margin: 0; }

    #page #content #body .combo-offers .combo-plus { padding: 45px 12px 0 13px; vertical-align: top; }

    #page #content #body .combo-offers .combo-rebate { border:0; border-collapse:collapse; border-spacing:0; color:#000; font-size:.7em; margin:0 0 .5em; padding:0; vertical-align: top; width: 311px; }
    #page #content #body .combo-offers .combo-rebate h2 { padding: 0 0 5px 45px; }
    #page #content #body .combo-offers .combo-rebate td { padding:0; }
    #page #content #body .combo-offers .combo-rebate table { border-collapse:collapse; border-spacing:0; font-size:.7em; margin:0; padding:0; }
        
    #page #content #body .combo-offers .combo-rebate table tbody td { padding:3px; }
    #page #content #body .combo-offers .combo-rebate table tbody td a { color:#c00; font-size:10px; margin-left:10px; }
    #page #content #body .combo-offers .combo-rebate table tbody td a:hover,
    #page #content #body .combo-offers .combo-rebate table td.description a { font-size:10px; }
    #page #content #body .combo-offers .combo-rebate table tbody td span.em { font-weight:bold; display:block; }

    #page #content #body .combo-offers .combo-rebate table tbody.end td { border: 0; }

    #page #content #body .combo-offers .combo-rebate strong.title { color: #d61029; }
    #page #content #body .combo-offers .combo-rebate .savingsperbox { color: #c00; }
    #page #content #body .combo-offers .combo-rebate .smallprint { font-size:9px; font-weight: normal;}
    #page #content #body .combo-offers .combo-rebate .subdivider { border-bottom:1px dotted #d6d3ad; font-size: 1px;}

    #page #content #body .combo-offers .combo-rebate .savings #deal { border:0; border-collapse:collapse; border-spacing:0; }
    #page #content #body .combo-offers .combo-rebate .savings #deal tbody,
    #page #content #body .combo-offers .combo-rebate .savings #deal tbody td { border-top:0; }
    #page #content #body .combo-offers .combo-rebate .savings #deal tfoot td { border-top:1px dotted #d6d3ad; }   


    #page #content #body .combo-offers .combo-rebate td.dealamount { border: 0; font-size: 10px; font-weight: bold; text-align: right; width: 65px; }
    #page #content #body .combo-offers .combo-rebate td.dealcaption { border: 0; font-size: 10px; padding-right:10px; text-align: right; width: 95px; }
    #page #content #body .combo-offers .combo-rebate td.dealdetail { border: 0; font-size: 10px; font-weight: bold; width: 110px; }


    #page #content #body .combo-offers .combo-rebate td.bestoffer { background:#fff; color:#c00; font-size:10px; font-weight:bold; padding:5px 5px 20px; text-align:center; text-transform:uppercase; vertical-align:bottom; width:40px; }
    #page #content #body .combo-offers .combo-rebate table tbody td.image-amount { text-align: center; vertical-align: middle; width: 50px; margin: 0; padding: 0;}
    #page #content #body .combo-offers .combo-rebate table tbody td.description { width: 270px; }
    #page #content #body .combo-offers .combo-rebate table tbody td.description h5 { color:#404040; font-size:13px; font-weight: bold; margin:0; }
    #page #content #body .combo-offers .combo-rebate table tbody td.description p { margin:0; }
    #page #content #body .combo-offers .combo-rebate table tbody td.savings { padding: 5px 10px; }

    #page #content #body .combo-offers .combo-rebate table tbody td.divider { border-left: 1px dotted #777; font-size: 1px; width: 1px; }

    #page #content #body .combo-offers .combo-rebate .link { color: #c00; cursor: pointer; font-size: 10px; margin-left: 20px; text-decoration: underline; }
    #page #content #body .combo-offers .combo-rebate .topbar { padding:5px 0; }
    * html #page #content #body .combo-offers .combo-rebate .topbar,
    * html #page #content #body .combo-offers .combo-rebate .topbar hr { padding:0; }

    #page #content #body .combo-offers .combo-rebate #specialrebate-detail { background: #fff; font-size: 10px; padding: 5px; width: 289px; }
    #page #content #body .combo-offers .combo-rebate #specialrebate-detail .hidedetails { cursor: pointer; font-size: 10px; text-decoration: underline; }
    #page #content #body .combo-offers .combo-rebate #specialrebate-detail hr { display: none; }
    #page #content #body .combo-offers .combo-rebate #specialrebate-detail td,
    #page #content #body .combo-offers .combo-rebate #specialrebate-detail p { font-size: 10px; padding-bottom: 5px; }
    #page #content #body .combo-offers .combo-rebate #specialrebate-detail .SubHeading { font-size: 13px; }

    #page #content #body .combo-offers .combo-offer { vertical-align: top; }
    #page #content #body .combo-offers .combo-offer a,
    #page #content #body .combo-offers .combo-offer p { font-size: 10px; }
    #page #content #body .combo-offers .combo-offer h2 { padding: 2px 0 0 5px; }
    #page #content #body .combo-offers .combo-offer p { margin-top: 5px; padding: 0 5px; position: relative; z-index: 10; }
    #page #content #body .combo-offers .combo-offer p.details { padding-bottom: 5px; }
    #page #content #body .combo-offers .combo-offer .promocode { display: none; }

    #page #content #body .combo-offers .combo-offer .promoinfo { background: #fff; margin: 3px; padding: 5px; width: 288px; }
    #page #content #body .combo-offers .combo-offer .promoinfo .hidedetails { cursor: pointer; font-size: 10px; padding-left: 5px; text-decoration: underline; }
    #page #content #body .combo-offers .combo-offer .promoinfo .subheading { color: #D61029; font-size: 13px; font-weight: bold; padding: 0 0 10px 0; }
    #page #content #body .combo-offers .combo-offer .promoinfo img.boxes { width: 275px; }
    #page #content #body .combo-offers .combo-offer .promoinfo li { font-size: 11px; }
    #page #content #body .combo-offers .combo-offer .promoinfo td { padding-top: 10px; vertical-align: top; }
    #page #content #body .combo-offers .combo-offer .promoinfo h4 { color: #D61029; margin: 0; }
    #page #content #body .combo-offers .combo-offer .promoinfo table img { float: left; margin: 0 5px 5px 0; }

    
	/* Free Acuvue Gift Offer: Non grouped offer */
	#page #content .promoinfo { border: 1px solid #ccc; margin:0 35px 15px 20px; padding: 10px 10px 0 10px; }
	#page #content .promoinfo h4 { color: #404040; font-size: 14px; margin-bottom: 0; }
	#page #content .promoinfo p { font-size: 12px; line-height: 15px; margin:0 0 7px; }
	#page #content .promoinfo p.subheading { color:#D61029; font:bold 15px arial,helvetica,sans-serif; text-transform: capitalize; }
	#page #content .promoinfo p.nopad { margin-bottom: 0; padding-bottom: 0; }
	#page #content .promoinfo p.disclaimer { font-size: 11px; }
	#page #content .promoinfo sup { font-size: 9px; }
	#page #content .promoinfo ul {  list-style:square; margin:0 0 7px 35px; text-indent:0; }
	#page #content .promoinfo ol.nopad { margin-top: 0px; }
	#page #content .promoinfo ol li { font-size: 13px; }
	#page #content .promoinfo ol.decimal { list-style: decimal; margin-left: 35px; }
	#page #content .promoinfo table.promogifts td { padding-bottom: 10px; vertical-align: top; }
	#page #content .promoinfo table.promogifts td img { float: left; margin: 0 5px 5px 0; }
	#page #content .promoinfo .hidedetails { color: #c00; cursor: pointer; font-weight: normal; font-size: 12px; margin-left: 20px; text-decoration: underline; }

		
    /* Custom Settings for Reorder Page */
    #page #content #body .promo-header { padding: 0 5px; }
    #page #content #body .promo-header .promoname { color:#D61029; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:18px; font-weight:bold; }
    #page #content #body .promo-header p { font-size: 11px; margin: 4px 0 10px 0; padding-bottom: 0; }
    #page #content #body .promo-header .combo-offers .combo-header .offericon { margin: 11px 0 0 571px; position: absolute; z-index: 1; }


    /* Affiliate Program Styles */
    #page #content #affiliate p { padding-bottom: 15px; }
    #page #content #affiliate table { border-collapse: collapse; }
    #page #content #affiliate table th { background:#FFFFCC; border:1px solid #A0A0A0; font-size:12px; font-weight:bold; padding:4px; }
    #page #content #affiliate table td { background:#EEEEEE; border:1px solid #A0A0A0; padding:4px; }
    #page #content #affiliate table .alt td { background:#f7f7f7; border:1px solid #A0A0A0; padding:4px; }

    
    
/* Popup Styles */	



    #popup #content { background: #fff; border: 1px solid #999; margin: 10px; padding: 0 10px; text-align: left; }
    #popup #content #body { padding: 10px; }
    #popup #content blockquote { font-size: 11px; }
    #popup #content #heading { background: url('/images/icons/h1.bg.gif') top left no-repeat; color: #D61029; font-size: 20px; font-weight: bold; padding-left: 25px; }
    #popup #content h3 { border: none; color: #D61029; font-size: 16px; font-weight: bold; margin: 10px 0 1px 0; }
    #popup #content p { font-size: 11px; margin-bottom: 10px; }
    #popup #content ul li { font-size: 11px; margin-bottom: 5px; }
    #popup #content dl { font-size: 11px; }
    #popup #content dl dt { padding-bottom: 4px; }
    #popup #content #body ul.square { list-style: square; margin-left: 20px; }
    #popup #content #body ul.square li { font-size: 11px; margin-bottom: 5px; }
    #popup #content #info { border: none; }
    #popup #content #body ol.decimal { list-style: decimal; margin-left: 20px; }
    #popup #content table.promo td { vertical-align: top; }
	

	/* Promo Details Styles */
	#popup #content #promo-detail .promogifts { margin-top: 10px; }
	#popup #content #promo-detail .promogifts td {   }
	#popup #content #promo-detail .promogifts td img { float: left; margin: 0 10px 10px 0; }
	#popup #content #promo-detail h4 { color: #D61029; font-size:14px; font-weight:bold; }


	/* Search For My Doctor Styles */
	#popup #content #doctor-info { border-collapse: collapse; width: 100%; }
	#popup #content #doctor-info td { background: #eee; border: 1px solid #a0a0a0; padding: 4px; vertical-align: middle; }
	#popup #content #doctor-info th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: left; }
	

	/* Doctor Search Results Styles */
	#popup #content #doctor-search-results { border-collapse: collapse; width: 100%; }
	#popup #content #doctor-search-results td { background: #eee; border: 1px solid #a0a0a0; font-size: 11px; padding: 4px; vertical-align: middle; }
	#popup #content #doctor-search-results th { background: #ffc; border: 1px solid #a0a0a0; font-size: 11px; font-weight: bold; padding: 4px; text-align: left; }


	/* Price Compare Table */
	#popup #content #body .centertable { margin: 0 auto; }
	#popup #content #body .centertable td { margin: 0 auto; vertical-align: top; }

	#popup #content #body .table { border-spacing: 2px; }
	#popup #content #body .table th { background: #eee; border: 1px solid #dbdcca; font-size: 11px; font-weight: bold; padding: 4px; text-align: left; }
	#popup #content #body .table th.ca { background: #ffc; color: #404040; }
	
	#popup #content #body .pricecompare td { font-size: 11px; line-height: 25px; padding-left: 10px; text-align: right; width: 110px; }
	#popup #content #body .pricecompare .ca { color: #D61029; font-weight: bold; }
	#popup #content #body .border-bottom { border-bottom: 1px solid #000; }

    

/* Landing Pages */
	
    
	
    /* Generic Landing Page Styles */
	#page #content #landingpage #breadcrumbs { background: url('/images/design/bg.header.gif') 0 -96px no-repeat; margin: 0; padding:0 10px 3px 115px; }
	#landingpage #genericlanding { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; margin: 0; padding: 0 10px; }
	#landingpage #genericlanding #heading { background: url('/images/icons/h1.bg.gif') top left no-repeat; color: #D61029; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin: 2px 0 3px 0; padding-left: 25px; }
	
	/* MSN Shoppers ID: 1211 */
	#landingpage #msn { width:559px; margin:0 0 7px 0; }
	#landingpage #msn #heading { background:url(/contact-lenses/images/msn_01_new.gif) no-repeat; height:59px; text-indent:-9999px; width:559px; }
	#landingpage #msn #heading h2 { margin:0; padding:0; }
	
	#landingpage #msn #offer { background:url(/contact-lenses/images/msn_02.jpg) no-repeat; height:155px; margin:0 0 5px; text-indent:-9999px; width:559px; }
	#landingpage #msn #offer h3, #msn #offer p { margin:0; padding:0; }
	#landingpage #msn #offer a { display:block; position:relative; height:155px; text-indent:-9999px; }
	
	#landingpage #msn #offeralt { background:url(/contact-lenses/images/msn_02_alt.jpg) no-repeat; height:155px; margin:0 0 5px; text-indent:-9999px; width:559px; }
	#landingpage #msn #offeralt h3, #msn #offeralt p { margin:0; padding:0; }
	#landingpage #msn #offeralt a { display:block; position:relative; height:155px; text-indent:-9999px; }
	
	#landingpage #msn #brands { background:url(/contact-lenses/images/msn_04.gif) no-repeat; height:44px; list-style:none; margin:0; padding:0; text-indent:0; }
	#landingpage #msn #brands li { float:left; height:44px; }
	#landingpage #msn #brands li a { display:block; position:relative; height:44px; text-indent:-9999px; }
	#landingpage #msn #brands li.wpm { background:url(/contact-lenses/images/brands_01.gif) no-repeat; width:80px; text-indent:-9999px; }
	#landingpage #msn #brands li.acu a { background:url(/contact-lenses/images/brands_02.gif) no-repeat; width:99px; }
	#landingpage #msn #brands li.bau a { background:url(/contact-lenses/images/brands_03.gif) no-repeat; width:104px; }
	#landingpage #msn #brands li.foc a { background:url(/contact-lenses/images/brands_04.gif) no-repeat; width:87px; }
	#landingpage #msn #brands li.fre a { background:url(/contact-lenses/images/brands_05.gif) no-repeat; width:96px; }
	#landingpage #msn #brands li.sof a { background:url(/contact-lenses/images/brands_06.gif) no-repeat; width:93px; }
	#landingpage #msn #brands li.acu a:hover,
	#landingpage #msn #brands li.bau a:hover,
	#landingpage #msn #brands li.foc a:hover,
	#landingpage #msn #brands li.fre a:hover,
	#landingpage #msn #brands li.sof a:hover { background-position:bottom center; }
	
	#landingpage #msn #products { list-style:none; margin:0; padding:0; text-indent:0; width:559px; }
	#landingpage #msn #products .item { border:solid #ccc; border-width:0 0 1px 1px; float:left; padding:10px 0; text-align:center; width:110px; }
	#landingpage #msn #products .item.end { width:113px; border-width:0 1px 1px 1px; }

	#landingpage #msn #products .alt { background:url(/contact-lenses/images/prodbgalt.gif) repeat-x 0 100%; }
	#landingpage #msn #products .item img { border:0; }
	#landingpage #msn #products .item h4.product-name { font:bold 11px tahoma,verdana,sans-serif; margin:0;  }
	#landingpage #msn #products .item div.lowest-price { color:#777; font:normal 9px tahoma,verdana,sans-serif; }
	#landingpage #msn #products .item div.lowest-price .cost { color:#d61029; display:block; font-size:12px; font-weight:bold; }
	#landingpage #msn #products .item .buynow { background:url(/contact-lenses/images/buynow.gif) 50% 50% no-repeat; height:23px; margin:0 auto; width:78px; }
	#landingpage #msn #products .item .buynow a { display:block; position:relative; height:23px; text-indent:-9999px; }


    /* Free Acuvue Gift ID: 1245 */
    #landingpage #msn.freegift #offeralt { background:url(/images/promo/gift.gif) no-repeat; height:173px; margin:0 0 5px; text-indent:-9999px; width:561px; }
    #landingpage #msn.freegift #offeralt a { display:block; position:relative; height:173px; text-indent:-9999px; }
    #landingpage #msn.freegift #products .item { border-width:1px 0 1px 1px; }
    #landingpage #msn.freegift #products .item.end { width:113px; border-width:1px 1px 1px 1px; }
    #landingpage #msn.freegift .product1 .spacer { height: 13px; }
    #landingpage #msn.freegift .product3 .spacer { height: 5px; }
    #landingpage #msn.freegift #products .item{ height: 145px; }


	/* FSA Dollars ID: 1219 */
	#landingpage #fsa { width:559px; margin:0 0 7px 0; }
	#landingpage #fsa #heading { background:url(/images/landingpages/fsa/tagline.gif) no-repeat; height:59px; text-indent:-9999px; width:559px; }
	#landingpage #fsa #heading h2 { margin:0; padding:0; }
	
	#landingpage #fsa #offer { background:url(/images/landingpages/fsa/offer.jpg) no-repeat; height:155px; margin:0 0 25px; width:559px; }
	#landingpage #fsa #offer ul { list-style:none; margin:0; padding:0; text-indent:-9999px; }
	#landingpage #fsa #offer a { display:block; position:relative; height:155px;  }
	#landingpage #fsa #offer a.left { display:block; position:relative; width: 226px; float: left; height:155px;  }
	#landingpage #fsa #offer form { position: absolute; float: right; margin-top: 95px; margin-left: 232px; }
	#landingpage #fsa #offer form select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 310px; }
	#landingpage #fsa #offer a.start { float: right; position: absolute;  margin-top: 116px; margin-left: 407px; }
	#landingpage #fsa #offer a.start:hover { border: none; }
	
	#landingpage #fsa #brands { display: none; background:url(/contact-lenses/images/msn_04.gif) no-repeat; height:44px; list-style:none; margin:10px 0 10px 0; padding:0; text-indent:0; }
	#landingpage #fsa #brands li { float:left; height:44px; }
	#landingpage #fsa #brands li a { display:block; position:relative; height:44px; text-indent:-9999px; }
	#landingpage #fsa #brands li.wpm { background:url(/contact-lenses/images/bottom-brands_01.gif) no-repeat; width:80px; text-indent:-9999px; }
	#landingpage #fsa #brands li.acu a { background:url(/contact-lenses/images/brands_02.gif) no-repeat; width:99px; }
	#landingpage #fsa #brands li.bau a { background:url(/contact-lenses/images/brands_03.gif) no-repeat; width:104px; }
	#landingpage #fsa #brands li.foc a { background:url(/contact-lenses/images/brands_04.gif) no-repeat; width:87px; }
	#landingpage #fsa #brands li.fre a { background:url(/contact-lenses/images/brands_05.gif) no-repeat; width:96px; }
	#landingpage #fsa #brands li.sof a { background:url(/contact-lenses/images/bottom-brands_06.gif) no-repeat; width:93px; }
	#landingpage #fsa #brands li.acu a:hover,
	#landingpage #fsa #brands li.bau a:hover,
	#landingpage #fsa #brands li.foc a:hover,
	#landingpage #fsa #brands li.fre a:hover,
	#landingpage #fsa #brands li.sof a:hover { background-position:bottom center; }
	
	#landingpage #fsa #details { border:solid #ccc; border-width:1px; padding:20px; }
	#landingpage #fsa #details h4 { color:#ce4038; font-size:16px; font-weight: bold; margin:0; padding:0; }
	#landingpage #fsa #details p { margin:0 0 .5em; }
	#landingpage #fsa #details ul { list-style:square; margin:0 0 .5em 25px; padding:0; text-indent:0; }
	#landingpage #fsa #details ul li { margin:0 0 .5em; }
	
	#landingpage #fsa #products { list-style:none; margin:0 0 205px 0; padding:0; text-indent:0; width:559px; }
	#landingpage #fsa #products .item { border:solid #ccc; border-width:1px 0 1px 1px; float:left; padding:10px 0; text-align:center; width:110px; }
	#landingpage #fsa #products .item.end { width:113px; border-width:1px; }
	#landingpage #fsa #products .alt { background:url(/contact-lenses/images/prodbgalt.gif) repeat-x 0 100%; }
	#landingpage #fsa #products .item img { border:0; }
	#landingpage #fsa #products .item h4.product-name { font:bold 11px tahoma,verdana,sans-serif; margin:0;  }
	#landingpage #fsa #products .item div.lowest-price { color:#777; font:normal 9px tahoma,verdana,sans-serif; }
	#landingpage #fsa #products .item div.lowest-price .cost { color:#d61029; display:block; font-size:12px; font-weight:bold; }
	#landingpage #fsa #products .item .buynow { background:url(/contact-lenses/images/buynow.gif) 50% 50% no-repeat; height:23px; margin:0 auto; width:78px; }
	#landingpage #fsa #products .item .buynow a { display:block; position:relative; height:23px; text-indent:-9999px; }


	/* Compare and Save ID: 1220 */
	#landingpage #comparisons { width:559px; margin:0 0 7px 0; }
	#landingpage #comparisons #heading { background:url(/images/landingpages/comparison/tagline.gif) no-repeat; height:59px; text-indent:-9999px; width:559px; }
	#landingpage #comparisons #heading h2 { margin:0; padding:0; }
	
	#landingpage #comparisons #offer { background:url(/images/landingpages/comparison/offer.jpg) no-repeat; height:229px; margin:0 0 25px; width:559px; }
	#landingpage #comparisons #offer ul { list-style:none; margin:0; padding:0; text-indent:-9999px; }
	#landingpage #comparisons #offer a { display:block; position:relative; }
	#landingpage #comparisons #offer a.left { display:block; position:absolute ; width: 559px; float: left; height:155px;  }
	#landingpage #comparisons #offer form { position: absolute; float: right; margin-top: 192px; margin-left: 14px; }
	#landingpage #comparisons #offer form select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;  }
	#landingpage #comparisons #offer a.start { float: right; position: absolute;  margin-top: 187px; margin-left: 380px; }
	#landingpage #comparisons #offer a.start:hover { border: none; }
	
	#landingpage #comparisons #brands { display: none; background:url(/contact-lenses/images/msn_04.gif) no-repeat; height:44px; list-style:none; margin:10px 0 10px 0; padding:0; text-indent:0; }
	#landingpage #comparisons #brands li { float:left; height:44px; }
	#landingpage #comparisons #brands li a { display:block; position:relative; height:44px; text-indent:-9999px; }
	#landingpage #comparisons #brands li.wpm { background:url(/contact-lenses/images/bottom-brands_01.gif) no-repeat; width:80px; text-indent:-9999px; }
	#landingpage #comparisons #brands li.acu a { background:url(/contact-lenses/images/brands_02.gif) no-repeat; width:99px; }
	#landingpage #comparisons #brands li.bau a { background:url(/contact-lenses/images/brands_03.gif) no-repeat; width:104px; }
	#landingpage #comparisons #brands li.foc a { background:url(/contact-lenses/images/brands_04.gif) no-repeat; width:87px; }
	#landingpage #comparisons #brands li.fre a { background:url(/contact-lenses/images/brands_05.gif) no-repeat; width:96px; }
	#landingpage #comparisons #brands li.sof a { background:url(/contact-lenses/images/bottom-brands_06.gif) no-repeat; width:93px; }
	#landingpage #comparisons #brands li.acu a:hover,
	#landingpage #comparisons #brands li.bau a:hover,
	#landingpage #comparisons #brands li.foc a:hover,
	#landingpage #comparisons #brands li.fre a:hover,
	#landingpage #comparisons #brands li.sof a:hover { background-position:bottom center; }
	
	#landingpage #comparisons #details { border:solid #ccc; border-width:1px; padding:20px; }
	#landingpage #comparisons #details h4 { color:#ce4038; font-size:16px; margin:0; padding:0; }
	#landingpage #comparisons #details p { margin:0 0 .5em; }
	#landingpage #comparisons #details ul { list-style:square; margin:0 0 .5em 25px; padding:0; text-indent:0; }
	#landingpage #comparisons #details ul li { margin:0 0 .5em; }
	
	#landingpage #comparisons #products { list-style:none; margin:0 0 172px 0; padding:0; text-indent:0; width:559px; }
	#landingpage #comparisons #products .item { border:solid #ccc; border-width:1px 0 1px 1px; float:left; padding:10px 0; text-align:center; width:110px; }
	#landingpage #comparisons #products .item.end { width:113px; border-width:1px; }
	#landingpage #comparisons #products .alt { background:url(/contact-lenses/images/prodbgalt.gif) repeat-x 0 100%; }
	#landingpage #comparisons #products .item img { border:0; }
	#landingpage #comparisons #products .item h4.product-name { font:bold 11px tahoma,verdana,sans-serif; margin:0;  }
	#landingpage #comparisons #products .item div.lowest-price { color:#777; font:normal 9px tahoma,verdana,sans-serif; }
	#landingpage #comparisons #products .item div.lowest-price .cost { color:#d61029; display:block; font-size:12px; font-weight:bold; }
	#landingpage #comparisons #products .item .buynow { background:url(/contact-lenses/images/buynow.gif) 50% 50% no-repeat; height:23px; margin:0 auto; width:78px; }
	#landingpage #comparisons #products .item .buynow a { display:block; position:relative; height:23px; text-indent:-9999px; }


	/* No Hassle Contact Lenses */
	#landingpage #nohassle { width:559px; margin:0 0 7px 0; }
	#landingpage #nohassle #heading { background:url(/images/landingpages/nohassles/tagline.gif) no-repeat; height:47px; text-indent:-9999px; width:559px; }
	#landingpage #nohassle #heading h2 { margin:0; padding:0; }
	
	#landingpage #nohassle #offer ul { list-style:none; margin:0; padding:0; text-indent:-9999px; }
	#landingpage #nohassle #offer a.left { display:block; position:relative; width: 250px; float: left; height:155px; text-indent:-9999px; }
	#landingpage #nohassle #offer form { position: absolute; float: right; margin-top: 88px; margin-left: 265px; }
	#landingpage #nohassle #offer form select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 275px; }
	#landingpage #nohassle #offer a.start { float: right; position: absolute; margin-top: 110px; margin-left: 155px; }
	#landingpage #nohassle #offer a.start:hover { border: none; }

	#landingpage #nohassle #brands { display: none; height:44px; list-style:none; margin:0; padding:0; text-indent:0; }
	#landingpage #nohassle #brands li { float:left; height:44px; }
	#landingpage #nohassle #brands li a { display:block; position:relative; height:44px; text-indent:-9999px; }
	#landingpage #nohassle #brands li.wpm { background:url(/contact-lenses/images/bottom-brands_01.gif) no-repeat; width:80px; text-indent:-9999px; }
	#landingpage #nohassle #brands li.acu a { background:url(/contact-lenses/images/brands_02.gif) no-repeat; width:99px; }
	#landingpage #nohassle #brands li.bau a { background:url(/contact-lenses/images/brands_03.gif) no-repeat; width:104px; }
	#landingpage #nohassle #brands li.foc a { background:url(/contact-lenses/images/brands_04.gif) no-repeat; width:87px; }
	#landingpage #nohassle #brands li.fre a { background:url(/contact-lenses/images/brands_05.gif) no-repeat; width:96px; }
	#landingpage #nohassle #brands li.sof a { background:url(/contact-lenses/images/bottom-brands_06.gif) no-repeat; width:93px; }
	#landingpage #nohassle #brands li.acu a:hover,
	#landingpage #nohassle #brands li.bau a:hover,
	#landingpage #nohassle #brands li.foc a:hover,
	#landingpage #nohassle #brands li.fre a:hover,
	#landingpage #nohassle #brands li.sof a:hover { background-position:bottom center; }

	#landingpage #nohassle #products { list-style:none; margin:0 0 172px 0; padding:0; text-indent:0; width:559px; }
	#landingpage #nohassle #products .item { border:solid #ccc; border-width:1px 0 1px 1px; float:left; padding:10px 0; text-align:center; width:110px; }
	#landingpage #nohassle #products .item.end { width:113px; border-width:1px; }
	#landingpage #nohassle #products .alt { background:url(/contact-lenses/images/prodbgalt.gif) repeat-x 0 100%; }
	#landingpage #nohassle #products .item img { border:0; }
	#landingpage #nohassle #products .item h4.product-name { font:bold 11px tahoma,verdana,sans-serif; margin:0;  }
	#landingpage #nohassle #products .item div.lowest-price { color:#777; font:normal 9px tahoma,verdana,sans-serif; }
	#landingpage #nohassle #products .item div.lowest-price .cost { color:#d61029; display:block; font-size:12px; font-weight:bold; }
	#landingpage #nohassle #products .item .buynow { background:url(/contact-lenses/images/buynow.gif) 50% 50% no-repeat; height:23px; margin:0 auto; width:78px; }
	#landingpage #nohassle #products .item .buynow a { display:block; position:relative; height:23px; text-indent:-9999px; }
	

    /* No Hassle Contact Lenses: 24/7 ID: 1221 */
    #landingpage #nohassle.twentyfour #offer { background:url(/images/landingpages/nohassles/offer1.jpg) no-repeat; height:155px; margin:0 0 25px; width:559px; }


    /* No Hassle Contact Lenses: Free Rx ID: 1222 */
    #landingpage #nohassle.freerx #offer { background:url(/images/landingpages/nohassles/offer2.jpg) no-repeat; height:155px; margin:0 0 25px; width:559px; }


    /* No Hassle Contact Lenses: Best Value  ID: 1223 */
    #landingpage #nohassle.bestvalue #offer { background:url(/images/landingpages/nohassles/offer3.jpg) no-repeat; height:155px; margin:0 0 25px; width:559px; }


    /* No Hassle Contact Lenses: Millions  ID: 1224 */
    #landingpage #nohassle.millions #offer { background:url(/images/landingpages/nohassles/offer4.jpg) no-repeat; height:155px; margin:0 0 25px; width:559px; }


	/* Free Mobile Phone Charger  ID: 1228 */
	#landingpage #phone { width:559px; margin:0 0 7px 0; }
	#landingpage #phone #heading { background:url(/images/landingpages/phoneoffer/tagline.gif) no-repeat; height:59px; text-indent:-9999px; width:559px; }
	#landingpage #phone #heading h2 { margin:0; padding:0; }
	
	#landingpage #phone #offer { background:url(/images/landingpages/phoneoffer/offer.jpg) no-repeat; height:314px; margin:0 0 25px; width:559px; }
	#landingpage #phone #offer ul { list-style:none; margin:0; padding:0; text-indent:-9999px; }
	#landingpage #phone #offer a { display:block; position:relative; }
	#landingpage #phone #offer a.left { display:block; position:absolute ; width: 559px; float: left; height:155px;  }
	#landingpage #phone #offer form { position: absolute; float: right; margin-top: 192px; margin-left: 14px; }
	#landingpage #phone #offer form select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;  }
	#landingpage #phone #offer a.start { display: block; float: right; height: 152px; width: 138px; position: absolute;  margin-top: 97px; }
	#landingpage #phone #offer a.start:hover { border: none; }
	#landingpage #phone #offer a.buy1 { margin-left: 22px; }
	#landingpage #phone #offer a.buy2 { margin-left: 160px; }
	#landingpage #phone #offer a.buy3 { margin-left: 297px; }
	
	#landingpage #phone #brands { display: none; background:url(/contact-lenses/images/msn_04.gif) no-repeat; height:44px; list-style:none; margin:10px 0 10px 0; padding:0; text-indent:0; }
	#landingpage #phone #brands li { float:left; height:44px; }
	#landingpage #phone #brands li a { display:block; position:relative; height:44px; text-indent:-9999px; }
	#landingpage #phone #brands li.wpm { background:url(/contact-lenses/images/bottom-brands_01.gif) no-repeat; width:80px; text-indent:-9999px; }
	#landingpage #phone #brands li.acu a { background:url(/contact-lenses/images/brands_02.gif) no-repeat; width:99px; }
	#landingpage #phone #brands li.bau a { background:url(/contact-lenses/images/brands_03.gif) no-repeat; width:104px; }
	#landingpage #phone #brands li.foc a { background:url(/contact-lenses/images/brands_04.gif) no-repeat; width:87px; }
	#landingpage #phone #brands li.fre a { background:url(/contact-lenses/images/brands_05.gif) no-repeat; width:96px; }
	#landingpage #phone #brands li.sof a { background:url(/contact-lenses/images/bottom-brands_06.gif) no-repeat; width:93px; }
	#landingpage #phone #brands li.acu a:hover,
	#landingpage #phone #brands li.bau a:hover,
	#landingpage #phone #brands li.foc a:hover,
	#landingpage #phone #brands li.fre a:hover,
	#landingpage #phone #brands li.sof a:hover { background-position:bottom center; }
	
	#landingpage #phone #details { border:solid #ccc; border-width:1px; padding:20px; }
	#landingpage #phone #details h4 { color:#ce4038; font-size:16px; margin:0; padding:0; }
	#landingpage #phone #details p { margin:0 0 .5em; }
	#landingpage #phone #details ul { list-style:square; margin:0 0 .5em 25px; padding:0; text-indent:0; }
	#landingpage #phone #details ul li { margin:0 0 .5em; }
	
	#landingpage #phone #products { list-style:none; margin:0 0 172px 0; padding:0; text-indent:0; width:559px; }
	#landingpage #phone #products .item { border:solid #ccc; border-width:1px 0 1px 1px; float:left; padding:10px 0; text-align:center; width:110px; }
	#landingpage #phone #products .item.end { width:113px; border-width:1px; }
	#landingpage #phone #products .alt { background:url(/contact-lenses/images/prodbgalt.gif) repeat-x 0 100%; }
	#landingpage #phone #products .item img { border:0; }
	#landingpage #phone #products .item h4.product-name { font:bold 11px tahoma,verdana,sans-serif; margin:0;  }
	#landingpage #phone #products .item div.lowest-price { color:#777; font:normal 9px tahoma,verdana,sans-serif; }
	#landingpage #phone #products .item div.lowest-price .cost { color:#d61029; display:block; font-size:12px; font-weight:bold; }
	#landingpage #phone #products .item .buynow { background:url(/contact-lenses/images/buynow.gif) 50% 50% no-repeat; height:23px; margin:0 auto; width:78px; }
	#landingpage #phone #products .item .buynow a { display:block; position:relative; height:23px; text-indent:-9999px; }
		

    /* Employer Benefits Landing Page  ID: 1217 */
	#landingpage #landing { width:559px; margin:0 0 7px 0; }
	#landingpage #landing #heading { background:url(/images/landingpages/savings/generic_01.gif) no-repeat; height:59px; text-indent:-9999px; width:559px; }
	#landingpage #landing #heading h2 { margin:0; padding:0; }
	
	#landingpage #landing #offer { background:url(/images/landingpages/savings/generic_02.jpg) no-repeat; height:155px; margin:0 0 5px; text-indent:-9999px; width:559px; }
	#landingpage #landing #offer h3, #landingpage #landing #offer p { margin:0; padding:0; }
	#landingpage #landing #offer a { display:block; position:relative; height:155px; text-indent:-9999px; }
	
	#landingpage #landing #brands { background:url(/images/landingpages/savings/msn_04.gif) no-repeat; height:44px; list-style:none; margin:0; padding:0; text-indent:0; }
	#landingpage #landing #brands li { float:left; height:44px; }
	#landingpage #landing #brands li a { display:block; position:relative; height:44px; text-indent:-9999px; }
	#landingpage #landing #brands li.wpm { background:url(/images/landingpages/savings/brands_01.gif) no-repeat; width:80px; text-indent:-9999px; }
	#landingpage #landing #brands li.acu a { background:url(/images/landingpages/savings/brands_02.gif) no-repeat; width:99px; }
	#landingpage #landing #brands li.bau a { background:url(/images/landingpages/savings/brands_03.gif) no-repeat; width:104px; }
	#landingpage #landing #brands li.foc a { background:url(/images/landingpages/savings/brands_04.gif) no-repeat; width:87px; }
	#landingpage #landing #brands li.fre a { background:url(/images/landingpages/savings/brands_05.gif) no-repeat; width:96px; }
	#landingpage #landing #brands li.sof a { background:url(/images/landingpages/savings/brands_06.gif) no-repeat; width:93px; }
	#landingpage #landing #brands li.acu a:hover,
	#landingpage #landing #brands li.bau a:hover,
	#landingpage #landing #brands li.foc a:hover,
	#landingpage #landing #brands li.fre a:hover,
	#landingpage #landing #brands li.sof a:hover { background-position:bottom center; }
	
	#landingpage #landing #products { list-style:none; margin:0; padding:0; text-indent:0; width:559px; }
	#landingpage #landing #products .item { border:solid #ccc; border-width:0 0 1px 1px; float:left; padding:10px 0; text-align:center; width:110px; }
	#landingpage #landing #products .item.end { width:113px; border-width:0 1px 1px 1px; }
	#landingpage #landing #products .alt { background:url(/images/landingpages/savings/prodbgalt.gif) repeat-x 0 100%; }
	#landingpage #landing #products .item img { border:0; }
	#landingpage #landing #products .item h4.product-name { font:bold 11px tahoma,verdana,sans-serif; margin:0;  }
	#landingpage #landing #products .item div.lowest-price { color:#777; font:normal 9px tahoma,verdana,sans-serif; }
	#landingpage #landing #products .item div.lowest-price .cost { color:#d61029; display:block; font-size:12px; font-weight:bold; }
	#landingpage #landing #products .item .buynow { background:url(/images/landingpages/savings/buynow.gif) 50% 50% no-repeat; height:23px; margin:0 auto; width:78px; }
	#landingpage #landing #products .item .buynow a { display:block; position:relative; height:23px; text-indent:-9999px; }

    
	/* Win Free Contacts Landing Page  ID: 1246 */
	#landingpage #comparisons.wfcl { width:559px; margin:0 0 7px 0; }
	#landingpage #comparisons.wfcl h1 { color: #000; font-size: 19px; margin: 0; }
	#landingpage #comparisons.wfcl #heading { background:url(/images/landingpages/wfcl/tagline.gif) 0 3px no-repeat; height:32px; text-indent:-9999px; width:559px; }
	#landingpage #comparisons.wfcl #heading h2 { margin:0; padding:0; }
	#landingpage #comparisons.wfcl #headingb { background:url(/images/landingpages/wfcl/best-tagline.gif) 0 3px no-repeat; height:32px; text-indent:-9999px; width:559px; }
	#landingpage #comparisons.wfcl #headinbg h2 { margin:0; padding:0; }
	#landingpage #comparisons.wfcl #offer { background:url(/images/landingpages/wfcl/wfcl-bg.jpg) no-repeat; height:206px; margin:5px 0 20px; width:559px; }
	#landingpage #comparisons.wfcl #offer ul { list-style:none; margin:0; padding:0; text-indent:-9999px; }
	#landingpage #comparisons.wfcl #offer a { display:block;  }
	#landingpage #comparisons.wfcl #offer a.left { display:block; width: 250px; float: left; height:155px;  }
	#landingpage #comparisons.wfcl #offer form {  float: left; margin-top: 5px; margin-left: 14px; }
	#landingpage #comparisons.wfcl #offer form select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; width: 356px;  }
	#landingpage #comparisons.wfcl #offer a.start { float: right; margin-top: 0px; margin-right: 30px; }
	#landingpage #comparisons.wfcl #offer a.start:hover { border: none; }
	#landingpage #comparisons.wfcl .congrats form { margin-top: 21px !important; }
	#landingpage #comparisons.wfcl .congrats a.start { margin-top: 16px !important; }
	#landingpage #comparisons.wfcl #brands { display: none; background:url(/contact-lenses/images/msn_04.gif) no-repeat; height:44px; list-style:none; margin:10px 0 10px 0; padding:0; text-indent:0; }
	#landingpage #comparisons.wfcl #brands li { float:left; height:44px; }
	#landingpage #comparisons.wfcl #brands li a { display:block; position:relative; height:44px; text-indent:-9999px; }
	#landingpage #comparisons.wfcl #brands li.wpm { background:url(/contact-lenses/images/bottom-brands_01.gif) no-repeat; width:80px; text-indent:-9999px; }
	#landingpage #comparisons.wfcl #brands li.acu a { background:url(/contact-lenses/images/brands_02.gif) no-repeat; width:99px; }
	#landingpage #comparisons.wfcl #brands li.bau a { background:url(/contact-lenses/images/brands_03.gif) no-repeat; width:104px; }
	#landingpage #comparisons.wfcl #brands li.foc a { background:url(/contact-lenses/images/brands_04.gif) no-repeat; width:87px; }
	#landingpage #comparisons.wfcl #brands li.fre a { background:url(/contact-lenses/images/brands_05.gif) no-repeat; width:96px; }
	#landingpage #comparisons.wfcl #brands li.sof a { background:url(/contact-lenses/images/bottom-brands_06.gif) no-repeat; width:93px; }
	#landingpage #comparisons.wfcl #brands li.acu a:hover,
	#landingpage #comparisons.wfcl #brands li.bau a:hover,
	#landingpage #comparisons.wfcl #brands li.foc a:hover,
	#landingpage #comparisons.wfcl #brands li.fre a:hover,
	#landingpage #comparisons.wfcl #brands li.sof a:hover { background-position:bottom center; }
	#landingpage #comparisons.wfcl #details { border:solid #ccc; border-width:1px; padding:20px; }
	#landingpage #comparisons.wfcl #details h4 { color:#ce4038; font-size:16px; margin:0; padding:0; }
	#landingpage #comparisons.wfcl #details p { margin:0 0 .5em; }
	#landingpage #comparisons.wfcl #details ul { list-style:square; margin:0 0 .5em 25px; padding:0; text-indent:0; }
	#landingpage #comparisons.wfcl #details ul li { margin:0 0 .5em; }
	#landingpage #comparisons.wfcl .flash { float: right; margin: 2px 9px 0 0; }
	#landingpage #comparisons.wfcl .leftbadges { margin-top: 10px; text-align: center; }
	#landingpage #comparisons.wfcl .leftbadges p { padding: 0; }
	#landingpage #comparisons.wfcl .code { float: left; font-size: 9px; margin: 4px 0 0 212px; position: relative;  }
	#landingpage #comparisons.wfcl #products { list-style:none; margin:0px 0 172px 0; padding:0; text-indent:0; width:559px; }
	#landingpage #comparisons.wfcl #products .item { border:solid #ccc; border-width:1px 0 1px 1px; float:left; padding:10px 0; text-align:center; width:110px; }
	#landingpage #comparisons.wfcl #products .item.end { width:113px; border-width:1px; }
	#landingpage #comparisons.wfcl #products .alt { background:url(/contact-lenses/images/prodbgalt.gif) repeat-x 0 100%; }
	#landingpage #comparisons.wfcl #products .item img { border:0; }
	#landingpage #comparisons.wfcl #products .item h4.product-name { font:bold 11px tahoma,verdana,sans-serif; margin:0;  }
	#landingpage #comparisons.wfcl #products .item div.lowest-price { color:#777; font:normal 9px tahoma,verdana,sans-serif; }
	#landingpage #comparisons.wfcl #products .item div.lowest-price .cost { color:#d61029; display:block; font-size:12px; font-weight:bold; }
	#landingpage #comparisons.wfcl #products .item .buynow { background:url(/contact-lenses/images/buynow.gif) 50% 50% no-repeat; height:23px; margin:0 auto; width:78px; }
	#landingpage #comparisons.wfcl #products .item .buynow a { display:block; position:relative; height:23px; text-indent:-9999px; }
	#landingpage #comparisons.wfcl .congrats { padding: 0; margin: 0; }
	#landingpage #comparisons.wfcl .name { font-size: 16px; font-weight: bold; padding: 2px 0 0 0; }
	#landingpage #comparisons.wfcl table #landingpage #comparisons.wfcl .bodytext { font-size: 11px; padding: 0 0 0 0; margin: 10px 0 10px 0; }
	#landingpage #comparisons.wfcl .bodytext a, .bodytext a:hover { font-size: 11px; }

    
	/* Table Sorter */
	table.tablesorter { background-color: #CDCDCD; font-family:arial; font-size: 8pt; margin:0; text-align: left; width: 100%; }
	table.tablesorter thead tr th,
	table.tablesorter tfoot tr th { background-color: #e6EEEE; border: 1px solid #FFF; font-size: 8pt; padding: 4px; }
	
	table.tablesorter thead tr .header { background: url(bg.gif) center right no-repeat; cursor: pointer; }
	table.tablesorter tbody td { background-color: #FFF; color: #3D3D3D; padding: 4px; vertical-align: top; }
	table.tablesorter tbody tr.odd td { background-color:#F0F0F6; }
	table.tablesorter thead tr .headerSortUp { background-image: url(asc.gif); }
	table.tablesorter thead tr .headerSortDown { background-image: url(desc.gif); }
	table.tablesorter thead tr .headerSortDown,
	table.tablesorter thead tr .headerSortUp { background-color: #8dbdd8; }