html {
	width: 100%;
	height: 100%;
}

body {
  background: #294E84 url(../images/background.jpg) repeat-x left bottom fixed;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  margin: 0;
}

/******************************************************************************************************************* 
    OUTERBOX - This is the container for all pages
*******************************************************************************************************************/ 

.outerbox_top{
  background-image: url(../images/outerbox/top_right_corner.gif);
  background-repeat: no-repeat;
  background-position: right;
  background: #ffffff;
}

.outerbox_bottom{
  background-image: url(../images/outerbox/bottom_right_corner.gif);
  background-repeat: no-repeat;
  background-position: right;
  clear:both;
}

.outerbox{
  position: relative;
  height: auto;
  width: 870px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border:1px solid #D3D3D3;
  background-color:#FFFFFF; 
}

/******************************************************************************************************************* 
    HEADER
*******************************************************************************************************************/ 

#pageWrapper
{
  position: relative;
  margin: auto;
  width:100%;
  background: #FFFFFF;
}

#innerColumnContainer
{
 margin: 20px 0 0 0;
 position: relative;
}

#page_header{
  clear:both;
}
.page_header_content{
 width:100%;
}

#header_nav{
  position: absolute;
  right: 20px;
  top: 55px;
  font-weight: bold;
}
#header_nav a, #header_nav a:visited {
  text-decoration: none;
  color: #b1b1b1;
}
#header_nav a:hover, #header_nav #selected {
  color: #6F6F6F;
}
.header_divider{
  display: inline;
  border-right: 2px dotted #a1a1a1;
  margin-right: 5px;
}

#storeLocator {
	text-align:left;
	float: right;
	margin-right: 25px;
}

#headerOffers {
	float: right;
	clear: none;
	margin-right: 18px;
	font-size: 14px;
	color: #999999;
	font-style: italic;
}

.tophorzmenu_bottomline{
  margin-top: 0px;
  margin-bottom: 0px;
  /*border-bottom: 1px solid #A3BDB4;*/
  background: #ffffff;
}

.header_edit_box{
  position: relative;
  width: 100%;
  background: #FF0000;
  color: #FFFFFF;
  border: 1px solid #000000;
  text-align: center;
  padding-top: 2px;
}
.header_edit_box_height_spacer{
  float: left;
  width: 0px;
  height: 35px;
}


/******************************************************************************************************************* 
    MAIN BODY
*******************************************************************************************************************/
.wrap_left_main{
	background: #FFFFFF url(../images/nav_background.jpg) repeat-y 16px 30px;
	margin: 0px 0px 10px 0px;
	vertical-align: top;
	position: relative;
	width: 100%;
}

#left_nav{
  float: left;
  width: 178px;
  padding: 0;
  margin: 0 37px 0 0;
  color: #76ABAF;
  position: relative;
  left: 16px;
}

#left_nav_content{
  width: 100%;
  color: #FFCB08;
  vertical-align: top;
  float: left;
}

#left_nav_min_height{
  float: left;
  width: 0px;
  min-height: 500px;
}

a.left_nav_content_text:link{
  color:#FFFFFF;
  line-height:20px;
  font-size:12px;
  font-weight:bold;
}
a.left_nav_content_text:hover{
  color:#FFFFFF;
  line-height:20px;
  font-size:12px;
  font-weight:bold;
}
a.left_nav_content_text:visited{
  color:#FFFFFF;
  line-height:20px;
  font-size:12px;
  font-weight:bold;
}
a.left_nav_content_text:active{
  color:#FFFFFF;
  line-height:20px;
  font-size:12px;
  font-weight:bold;
}

a.left_nav_content_text_noindent:link{
	color:#FFFFFF;
  	line-height:20px;
  	font-size:12px;
 	font-weight:bold;
}
a.left_nav_content_text_noindent:hover{
	color:#FFFFFF;
  	line-height:20px;
  	font-size:12px;
 	font-weight:bold;
}
a.left_nav_content_text_noindent:visited{
	color:#FFFFFF;
  	line-height:20px;
  	font-size:12px;
 	font-weight:bold;
}
a.left_nav_content_text_noindent:active{
	color:  #FFFFFF;
  	line-height:20px;
  	font-size:12px;
 	font-weight:bold;
}

a.left_nav_content_text_indent:link{
  padding-left: 12px;
	color:#FFFFFF;
  line-height:20px;
  font-size:12px;
}
a.left_nav_content_text_indent:hover{
  padding-left: 12px;
	color:#FFFFFF;
  line-height:20px;
  font-size:12px;
}
a.left_nav_content_text_indent:visited{
  padding-left: 12px;
	color:#FFFFFF;
  line-height:20px;
  font-size:12px;
}
a.left_nav_content_text_indent:active{
  padding-left: 12px;
	color:#FFFFFF;
  line-height:20px;
  font-size:12px;
}
a.left_nav_content_text_height:link{
	color:#FFFFFF;
  line-height:10px;
  font-size:12px;
  font-weight:bold;
}
a.left_nav_content_text_height:hover{
	color:#FFFFFF;
  line-height:10px;
  font-size:12px;
  font-weight:bold;
}
a.left_nav_content_text_height:visited{
	color:#FFFFFF;
  line-height:10px;
  font-size:12px;
  font-weight:bold;
}
a.left_nav_content_text_height:active{
	color:#FFFFFF;
  line-height:10px;
  font-size:12px;
  font-weight:bold;
}
.left_nav_on{
	color:#FFFFFF;
  line-height:10px;
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
}
.service_form_border{
  border: 1px solid #666666;
}	

#main{
  float: left;
  width: 635px; /* (width of outerbox) - (width of left_nav) - 2*(thickness of outerbox_center border) - (padding-left of wrap_left_main) */
  background-color:#FFFFFF;
  color: #333333;
  font-family:  Arial, Helvetica, sans-serif;  
}

.content_padding{
  padding: 0px 15px 15px;
}

#left_nav_content.content padding {
	padding: 0px;
}

.content_center_padding{
  padding: 10px;
}

.left_padding{
  padding-left:15px;
}

#height_spacer{
  position: relative;
  float: left;
  width: 0px;
  height: 340px;
}



/******************************************************************************************************************* 
    FOOTER
*******************************************************************************************************************/
#footer
{
  position: relative;
  padding-top:5px;
  text-decoration:none;
  text-align: center;
  width: 100%;
  border-top:1px solid #A3BDB4;
  background-color:#FFFFFF;

}


/********************************************************************************************************************
    Rounded Corners Box
*********************************************************************************************************************/

.top-left, .top-right, .bottom-left, .bottom-right { 
  background-image: url('../images/images/corners1280x60.gif'); /* CHANGE: path and name of your image */
  font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
  }
.top-left, .top-right, .bottom-left {
  height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
  }
.bottom-right {
  height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
  }
.top-left { 
  margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
  }
.bottom-left {
  margin-right: 150px; /* CHANGE: replace by the width of one of your corners */
  }
.top-right { 
  margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
  margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
  }
.bottom-right {
  margin-left: 92px;  /* CHANGE: replace by the width of one of your corners */
  margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
  }
.top-right {
  background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
  }
.bottom-left  { 
  background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
  }
.bottom-right { 
  background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
  }
.inside {
  border-left: 1px solid #99C000; /* YCC: color & properties of the left-borderline */
  border-right: 1px solid #99C000;/* YCC: color & properties of the right-borderline */
  background: #EFEFEF;            /* YCC: background-color of the inside */
  color: #000000;                 /* YCC: default text-color of the inside */
  padding-left: 10px;             /* YCC: all texts at some distance of the left border */
  padding-right:10px;             /* YCC: all texts at some distance of the right border */
  }
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

/********************************************************************************************************************
 * Login Form Styles 
 ********************************************************************************************************************/

#loginform {
  text-align: center;
  padding: 15px 0px;
}

#loginform fieldset{
  margin: auto;
  width: 225px;
  text-align: center;
  padding: 2px 2px 5px 5px;
  border: 1px solid #cccccc;
  font-size: 11px;
  font-family: Verdana;
}
#loginform legend{
  font-size: 110%;
  color: #666666;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#loginform input{
  font-family: Arial;
  font-size: 10px;
  margin: 3px;
}
#loginform label{
  float: left;
  margin-top: 5px;
  width: 75px;
  text-align: right;
}

/********************************************************************************************************************
 * Locator Form Styles
 ********************************************************************************************************************/
#locator_zipform {
  	width: 100%;
  	padding: 5px 5px 0px;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	font-size: 11px;
}
#locator_zipform fieldset{
  font-size: 11px;
  border: none;
}
#locator_zipform legend{
  font-size: 110%;
  color: #666666;
  margin-bottom: 5px;

}
#locator_zipform input{
  font-size: 11px;
  width: 75px;
  border: 1px solid #CCCCCC;
  margin: 0px 8px;
}
#locator_zipform select{
  font-size: 11px;
  width: 75px;
  border: 1px solid #CCCCCC;
  margin: 0px 8px;
}
#locator_zipform label{
  text-transform: uppercase;
  font-weight: bold;
}

 /******************************************************************************************************************* 
    FONTS
*******************************************************************************************************************/

a, a:visited , td a, td a:visited{
  text-decoration: none;
  color: #575756;
}
a:hover, td a:hover {
  text-decoration: underline;
}

#left_nav a { color: #FFFFFF; }
.blue_link{
  color:#ffffff;
  text-decoration:underline;
} 

.black_link{
  color:#000000;
} 
  
.detail_img{
 	float: left;
	clear: none;
	padding: 0px 20px 15px 0px;
 }
 
.detail_manufacturer{
  font-size: 15px;
  color:#999999;
  font-weight: bold;
  }
  
.detail_series{
  font-size: 12px;
  color:#333333;
  font-weight: bold;
  }
 
.detail_info {
	border-top: solid 1px #CDCDCD;
	border-bottom: solid 1px #CDCDCD;
	padding: 8px 0px;
}

.top_ruler {
	border-top: solid 1px #CDCDCD;
	padding-top: 8px;
	}
	
.bottom_ruler {
	border-bottom: solid 1px #CDCDCD;
	padding-bottom: 8px;
	}

.order_history_td {
	border-bottom: solid 1px #CDCDCD;
	padding: 10px 0px 5px;
	}

.detail_price{
  font-size: 13px;
  color: #294e84;
  font-weight: bold;
  }
 
#cart_breadcrumbs {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px 25px;
	margin: 15px 0;
} 

#app_breadcrumbs {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 6px 8px 2px;
	margin: 0 0 10px;
} 

#app_breadcrumbs {
  float: right;
} 

#cart_breadcrumbs div {
	background: url(../images/cart_breadcrumbs/steps_bg.gif) repeat-x;
	width: 548px;
}
 
#app_breadcrumbs div {
	background: url(../images/app_steps/steps_bg.gif) repeat-x;
	margin: 0 auto;
}

#cart_breadcrumbs .crumbStep, #app_breadcrumbs .crumbStep {
 	padding-right: 50px;
}
 	
.view_cart_product_link{
  font-size: 9px;
  color:#294e84;
}
  
.view_cart_product_title{
  font-size: 15px;
  color:#666666;
  font-weight:bold;
  line-height: 25px;
  }
  
.view_cart_remove{
  font-size: 11px;
  color:#666666;
  }
  
.view_cart_product_brackets{
  font-size: 9px;
  color:#999999;
  }
 
.view_cart_product_specs {
 	font-size: 9px;
	font-weight: bold;
}
 
.view_cart_subtotal {
	border-top: solid 1px #CDCDCD;
	border-bottom: solid 1px #CDCDCD;
	padding: 6px 15px 6px 8px;
}

#cart_forms {
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0px;
	font-size: 11px;
}

#cart_forms td {
	padding: 5px;
}

#cart_forms input {
	color:#333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

#cart_forms textarea {
	color:#333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#cart_forms select {
	text-transform: none;
	border: 1px solid #CCCCCC;
}

.cart_header_row {
	background-color: #294e84;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
}

.view_cart_prescriptions{
	padding-right: 10px;
}

.view_cart_iteminfo{
	padding-right: 15px;
}

.view_cart_quantityinput {
	font-size: 11px;
	border: solid 1px #CCCCCC;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.view_cart_options {
	padding: 10px 15px 15px 0px;
}

.locator_title,
a.locator_title:visited {
  font-size: 15px;
  color:#294E84;
  font-weight:bold;
  }
  
.locate_hours_title{
  font-size: 13px;
  color:#294E84;
  font-weight:bold;
  }
  
     .locate_hours{
  font-size: 12px;
  color:#666666;
  font-weight:normal;
  }
  
    .locate_address{
  font-size: 13px;
  color:#333333;
  font-weight:bold;
  }
  
    .locate_doctorname{
  font-size: 13px;
  color:#294E84;
  font-weight:bold;
  }
  
    .locate_doctorbio{
  font-size: 12px;
  color:#666666;
  font-weight:normal;
  }
  
    .locate_bulletheader{
  font-size: 14px;
  color:#294E84;
  font-weight:bold;
  }
  
    .locate_phone_title{
  font-size: 14px;
  color:#294E84;
  font-weight:bold;
  }
  
  .locate_phone{
  font-size: 14px;
  color:#333333;
  font-weight:bold;
  }
  
    .locate_map_link{
  font-size: 12px;
  color:#333333;
  font-weight:bold;
  text-decoration: underline;
  }
  
 .locator_moreinfo{
  font-size: 13px;
  color:#294E84;
  text-decoration: underline;
  }
  
  .locator_text{
  font-size: 13px;
  color:#666666;
  text-decoration: none;
  font-weight:bold;
  }
  a.locator_showallstores:link{
  font-size: 15px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }
  a.locator_showallstores:hover{
  font-size: 15px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }
  a.locator_showallstores:visited{
  font-size: 15px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }
  a.locator_showallstores:active{
  font-size: 15px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }
  
.retail_img_border{
 border: 1px solid #008D99;
  }
  
.red_text{
  color:red;
  }
  
.white_text {
  color: #FFFFFF;
}

a.page_link:link{
  font-size: 12px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }
  a.page_link:hover{
  font-size: 12px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }
  a.page_link:visited{
  font-size: 12px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }
  a.page_link:active{
  font-size: 12px;
  color:#294E84;
  text-decoration: underline;
  font-weight:bold;
  }


/******************************************************************************************************************* 
    SHOPPING CART
*******************************************************************************************************************/

 .shop_cart_border{
	font-size: 11px;
	color:#333333;
	font-weight:normal;
	font-family: Arial, Helvetica;
	border: 1px solid #CCCCCC;
  }
  
   .shop_cart_text{
  font-size: 11px;
  color:#333333;
  }
  
   .shop_cart_bold{
  font-size: 12px;
  color:#333333;
  font-weight:bold;
  }

/******************************************************************************************************************* 
    footer layout 
*******************************************************************************************************************/
#footer_left{
  float: left;
  width: 112px;

}

#footer_center{
  float: left;
  width: 673px;
  text-align:center;
  color: #575756;
  font-size:11px;

}



.franchise{
  background-repeat: no-repeat;
  margin-left:120px;
  padding:10px 5px 5px 5px;
  text-align:left;
  
}

/******************************************************************************************************************* 
    BREADCRUMBS
*******************************************************************************************************************/


.breadcrumbs{
  background: #DEDEDE url(../images/breadcrumbs_right.jpg) no-repeat top right;
  height: 37px;
  color: #666666;
  vertical-align: middle;
}

a.bread_crumbs_normal:link, .bread_crumbs_normal,
a.bread_crumbs_normal:hover,
a.bread_crumbs_normal:active,
a.bread_crumbs_normal:visited,
a.bread_crumbs_bold:link {
  color: #666666;
  font-size:12px;
  font-weight: normal;
  vertical-align:middle;
}

.breadcrumbs .white_text { color: #666666; }
/******************************************************************************************************************* 
    LOGINBOX
*******************************************************************************************************************/

.loginbox_text{
 	font-family: arial,tahoma , Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight: bold;
	line-height: 16px;
	text-decoration:none;
	padding-right: 8px;
}
.loginbox_checkbox{
 font-family: arial,tahoma , Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight: normal;
	line-height: 16px;
	text-decoration:none;
}
.login_box{
 font-family: arial,tahoma , Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

.form_error{
 	font-family: arial,tahoma , Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#F03;
	font-weight: normal;
}

.login_error {
	font-family: arial, tahoma, helvetica, sans-serif;
	font-weight: bold;
	color: #D92E2A;
	text-align: center;
	margin: 30px 0px 20px;
}

 /******************************************************************************************************************* 
    index layout 
*******************************************************************************************************************/
#flashHeader {
	float: left;
	clear: none;
}
#indexCoupon {
	text-align:right;
	padding-right:20px;
	height: 240px;
}
#index_main_left{
  float: left;
  clear: none;
  width: 290px;
  border-right:1px solid #CDDCD7;
  padding:15px 0px 3px;
  background-color: #FFFFFF;
}

#index_main_center{
  float: left;
  clear: none;
  width: 288px;
  border-left:1px solid #CDDCD7;
  border-right:1px solid #CDDCD7;
  margin-left:-1px;
  padding-top:15px;
}

#index_main_right{
  float: left;
  clear: none;
  width: 287px;
  border-left:1px solid #CDDCD7;
  margin-left:-1px;
  padding-top:15px;
}

.brand_padding{
  padding-left:75px;
  vertical-align:middle;
}

.teal_nav{
  background-image: url(../images/teal_nav_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  height:16px;

}

.brand_divider{
  background-image: url(../images/brand_divider.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  height:12px;
  margin-top:7px;
}

.index_schedule{
  background: url(../images/grad_highlight.jpg) no-repeat left bottom;
  margin-left:7px;
  height:117px;
  
}

.index_site_search{
  background-image: url(../images/site_search_bg.jpg);
  background-repeat: no-repeat;
  margin-left:0px;
  height:76px;
  
}

.index_register{
  background: url(../images/grad_highlight.jpg) no-repeat left bottom;
  margin-left:7px;
  height:130px;
  
}
.caps_blue_text{
  font-size:17px;
  color:#294E84;
  text-transform:uppercase;
}

.bold_blue_text{
  font-size:13px;
  color:#294E84;
  text-transform:uppercase;
}

.bold_callout_text{
  font-size:11px;
  color: #294E84;
  text-transform:uppercase;
}

.caps_yellow_bold_text{
  font-size:17px;
  color:#294E84;
  font-weight:bold;
  text-transform:uppercase;
}

.callout_offer {
	background-color: #f9efc7;
	padding: 8px 12px;
}
.yellow_nav_text, a.yellow_nav_text{
  font-size:12px;
  font-weight:bold;
  color: #FFCB08;
  padding: 0px;
  margin-bottom: 8px;
}

.product_title{
  font-size:15px;
  font-weight:bold;
  color:#999999;
}

.model_number{
  font-size:11px;
  font-weight:bold;
  color:#333333;
}

.model_description{
  font-size:11px;
  font-weight:normal;
  color:#666666;
}

.yellow_line{
  border-bottom: 1px solid #666666;
}

.yellow_line_nav{
  border-bottom: 2px solid #FFFFFF;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0px 0px 4px 15px;
  background: url(../images/navtitle_arrow.gif) no-repeat left top;
}

.content_text{
  font-size:11px;
  /*line-height:12px;*/
}

.user_nav{ 
  color:#FFFFFF;
  font-size:12px;
}

div.user_nav {
	float: right;
	clear: both;
	width: 95%;
	height: 22px;
 	line-height: 22px;
	vertical-align: middle;
	margin: 5px 10px 0 0;
}

a.user_nav:link{ 
  color:#FFFFFF;
  font-size:12px;
  padding-top: 8px;
  padding-right:5px;
}

a.user_nav:hover{ 
  color:#FFFFFF;
  font-size:12px;
  padding-top: 8px;
  padding-right:5px;
}

a.user_nav:active{ 
  color:#FFFFFF;
  font-size:12px;
  padding-top: 8px;
  padding-right:5px;
}

a.user_nav:visited{ 
  color:#FFFFFF;
  font-size:12px;
  padding-top: 8px;
  padding-right:5px;
}

.cat_nav{
  font-size:11px;
  color: #575756;
  padding: 5px;
  border-bottom: 1px solid #A3BDB4;
  border-top: 1px solid #A3BDB4;
  text-transform:uppercase;
  
}
div.cat_nav {
	padding-left: 12px;
}
a.cat_nav{
	border-top: none;
}

.product_detail{
  /*width: 535px;*/
  color: #555553;
  font-size:12px;
}

.product_category{
  width: 130px;
  border-right:1px solid #EBEBEB;
	border-top:1px solid #EBEBEB;
	border-left:1px solid #EBEBEB;
  padding:5px;
}

.horizontal_subcat_nav{
  font-size:11px;
  color: #575756;
  padding:5px 15px; 
  border: 1px solid #A3BDB4;
  text-transform:uppercase;
  background-color: #FFCB08;
  
}

.page_title{
  font-size:20px;
  font-weight:bold;
  color:#294E84; 
}

.page_subtitle{
  font-size:18px;
  font-weight:bold;
  color:#294e84;
}

.page_subtitle_gray{
  font-size:18px;
  font-weight:bold;
  color:#999999;
}
.detail_info .page_subtitle_gray { color: #294e84; }
.callout_text {
	padding: 12px 15px;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
	margin-left: 25px;
	float: right;
	clear: right;
	width: 135px;
	line-height: 15px;
}

.callout_text b {
	font-size: 18px;
	color: #294e84;
	line-height: 25px;
}

ul.bulleted_list {
	color:#294e84;
	font-weight: bold;
	padding: 20px 0px 12px 35px;
	margin: 25px 0px 25px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

ul.bulleted_list li {
	list-style-image: url(../images/arrow_bullet.gif);
	padding-bottom: 8px;
}

.moderated_1{/* unmoderated posts */
  background: #FFCB08;
  color: #000000;
}

/*///////////////// FRANCHISE ////////////*/
#sterling_survey td {
	border-bottom: solid 1px #CCCCCC;
	padding: 12px 0px;
}

#sterling_survey b {
	padding-bottom: 10px;
	}

.sterling_survey_input {
	margin-left: 10px;
	color:#333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 12px;
}

#sterling_survey textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 0px 0px 40px;
	color:#333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	width: 80%;
	padding: 2px;
}

#sterling_survey select {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-left: 15px;
	padding: 2px;
}

#invest_table {
	margin-top: 10px;
}

#invest_table td {
	border-bottom: none;
	padding: 0px 0px 5px 0px;
	width: 25%;
}

.testimonials {
	clear: both;
	width: 95%;
	margin: 30px 8px 0px;
}
.testimonial_name {
	font-size: 14px;
	font-weight: bold;
	color: #294e84;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	border-bottom: solid 1px #008D99;
}

.testimonial_name i {
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}

.testimonial_text {
	padding: 15px 0px 15px 20px;
	margin: 0px 20px 30px 0px;
	border-left: solid 1px #CECECE;
	float: right;
	width: 85%;
}

.my_button {
	background-color: #D92E2A;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 11px;
	padding: 3px;
	border: solid 1px #CCCCCC;
}

/********* CUSTOMER SERVICE ****************/
.disclaimer {
	font-size: 10px;
	color: #999999;
	margin-top: 20px;
	padding-top: 15px;
	border-top: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.warranties {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0px 0px;
	margin: 0px;
}

/*///////////////// FAQ //////////////////*/
.faq_list a {
	color: #294E84;
	font-weight: bold;
}

.faq_list ul{
	color:#408080;
	font-weight: bold;
	padding: 5px 0px 0px 35px;
}

.faq_list li {
	padding-bottom: 8px;
	list-style-image: url(../images/arrow_bullet.gif);
}

.faq_list strong {
	text-transform: uppercase;
	color: #294E84;
	font-size: 13px;
}

.faq_list p {
	padding: 15px 15px 0px 10px;
	margin-top: 20px;
	border-top: solid 1px #CCCCCC;
}

/*////////////// ONLINE EYE SCREENING /////////*/
.floating_text {
	border-left: solid 1px #CCCCCC;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 15px 20px;
	width: 385px;
	height: auto;
	float: right;
	clear: none;
}

.floating_left_text {
	font-size:14px;
	font-style:italic;
	float: left;
	clear: none;
	width: 185px;
	padding: 0px;
	margin: 5px 0px 0px;
}

/*////////////// NEWS /////////*/
.press_release {
	border-top: solid 1px #000000;
	padding: 10px 0px 8px 13px;
	margin-bottom: 8px;
	background: url(../images/arrow_bullet.gif) 3px 13px no-repeat;
}

.press_release a, .press_release a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #294e84;
}

/*///////////////// SITE MAP ////////////////////////*/
.map_main_section,  a.map_main_section:visited {
	background: url(../images/arrow_bullet.gif) no-repeat left center;
	padding-left: 14px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.map_interior, .map_interior_products ul {
	border-left: dotted 1px #FFCB08;
	padding: 5px 0px 5px 20px;
	margin-left: 35px;
	line-height: 18px;
	list-style-type: none;
}

.map_interior_products li {
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}

.map_interior_products ul ul {
	border-left: none;
	padding: 5px 0px 0px 10px;
	margin-left: 10px;
	line-height: 12px;
	list-style-type: none;
}

/*--------- CONTACT LENSES: PRODUCTS STYLES --------*/
#contacts_table {
	margin-top: 15px;
}

/*#contacts_table td {
	border: solid 1px #DCDCDC;
	line-height: 20px;
}*/

ul.subCategory_list {
	padding: 12px 12px 0 12px;
	margin: 10px 0 0 0;
	border: solid 1px #DCDCDC;
	width: 97%;
	list-style-position: inside;
	float: left;
	clear: none;
}

ul.subCategory_list li {
	list-style-image: url(../images/arrow_bullet.gif);
	padding: 0 20px 12px 0;
	float: left;
	clear: none;
}

ul.subCategory_list li a {
	font-weight: bold;
	font-size: 14px;
	color: #294E84;
}

.item_select {
	border: solid 1px #CCCCCC;
	font-size: 11px;
}

/*///////////////------ MY ACCOUNT ------//////////////////*/
#address_panel {
	margin: 15px 0px;
	clear: both;
	border: 1px solid #CCCCCC;
}

.account_addresses {
	margin: 15px 20px 0px 0px;
	width: 50%;
}

.account_grayinfo {
	padding: 10px 12px;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
}

.account_doctor_patient {
	float: left;
	padding: 5px 15px 5px 0px;
	width: 30%;
}

.account_buttons {
	padding: 5px 5px 5px 0px;
}

.account_update_messages {
	font-weight: bold;
	color: #FFCB08;
}

#account_forms {
	padding: 20px;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
	margin: 30px 0px;
	font-size: 11px;
}

#account_forms td {
	padding: 5px;
}

#account_forms input {
	color:#333333;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

#account_forms select {
	text-transform: none;
}
/*///////////////// BLOG PAGES /////////////////////////*/
#blog_header {
	/*border-bottom: 1px solid #666666;*/
	font-size: 11px;
	padding: 8px 0px;
	margin-bottom: 8px;
	color: #999999;
}

#blog_header h1, #blog_header h1 a {
	font-size:22px;
  	font-weight:bold;
 	color:#294E84;
	padding: 0px;
	margin: 0px;
}

#blog_text {
  width: 100%;
  margin: 0px 0px 20px;
}

#blog_text img {
	float: right;
	clear: right;
	margin: -8px 5px 10px 15px;
}

.blogs_permalink {
	float: right;
	clear: right;
}

#comments {
	padding: 6px 8px;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	color: #999999;
}

#comments a {
	color: #999999;
}
#comments img {
	border: none;
}
#comment_wrapper {
	margin: 10px 0px 0px 8px;
	background-color: #FFFFFF;
	float: right;
	clear: right;
	width: 100%;
}
/* MODERATOR OPTIONS */
#comment_wrapper select {
	font-size: 11px;
	text-transform: none;
	border: 1px solid #CCCCCC;
}
#comment_wrapper input  {
	color: #FFFFFF;
	border: 1px solid #EEEEEE;
	text-transform: uppercase;
	background-color: #59ACBC;
	font-size: 11px;
}
#comment_wrapper .bar {
	float: right;
	clear: none;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
#comment_wrapper .post2shaded {
	background-color: #FFCB08;
	color: #000000;
}
/* ENCLOSES POSTS AND READING NOW PANEL */
#comment_wrapper .borderwrap {
	/*border: solid 1px #ff0000;*/
}
/* ENCLOSES EVERYTHING */
#comment_wrapper #ipbwrapper {
	/*border-left: solid 1px #CCCCCC;*/
	padding: 0px 0px 10px 0px;
}
/* ENCLOSES EVERY POST / TABLE CLASS AND SUBMIT BUTTON */
#comment_wrapper .ipbtable {
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 8px;
	width: 100%;
}
#comment_wrapper .postdetails {
	color: #666666;
}
/* FAST REPLY PANEL */
#qr_open {
	padding: 0px 8px 6px;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
	margin: 8px 0px;
	color: #999999;
	font-weight: bold;
	text-align: right;
}
#qr_open .row2 {
	padding: 0px;
	margin: 0px;
}
#fast-reply_textarea {
	color: #666666;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	margin: 0px;
}
#confirm_text 
{
	background: #efefef;
	border: 1px solid #bfbfbf;
	padding: 6px 6px 6px 6px;
	font-size: 11px;
	height: 100%;
}
/**************** CALENDAR ****************/
.calendar_table 
{
	border: solid 1px #cccccc;
	padding: 2px 2px 2px 2px;
	border-spacing: 2px;

}
.calendar_month_header 
{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #294e84;
	padding: 4px 0px 4px 0px;
	height: 25px;

}
.calendar_day_header 
{
	text-align: center;
	background-color: #ff9000;
    height: 20px;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
}
.calendar_day_header td
{
	width: 40px;
}
.calendar_day_row 
{
	text-align: center;
	height: 25px;
	color: #ffffff;
}
.calendar_day 
{
	background-color: #cccccc;
	background-image: url(../images/white_slash.gif);
	background-repeat: no-repeat;
}
.calendar_day_blank 
{
	background-color: #ffffff;
}
.calendar_day_link
{
	background-color: #999999;
}
.calendar_day_old 
{
	background-color: #efefef ;
	background-image: url(../images/slash_white.png);
	background-repeat: no-repeat;

	
}
.calendar_day_selected
{
	background-color: #294e84;
}

span.current_day,
span.current_day a,
span.current_day:visited
{
	color: #ffb050;
}
.calendar_table a,
.calendar_table a:visited
{
	text-decoration:none;
    color: #ffffff;
}
.calendar_table a:hover
{
	text-decoration:none;
    color: #ddfffa;
}
.phone_icon
{
	background-image: url(../images/phone_icon.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	display: inline;
	clear: none;
	padding-right: 3px;
	margin-top: 3px;
	
}
.care_credit_text
{
	text-align: left;
	font-size: 11px;
}
