/*
#00257F darkest blue
#0643da dark blue
#56A0F9 medium blue
#B2D8FF light blue
*/

html {

  font-family: verdana;
  font-size: 10pt;

  overflow-y: scroll;
}

td {
  font-size: 10pt;
}

body {
  padding: 10px 0px 40px 0px;
  margin: 0px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
}

td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
}

body.admin {
  text-align: justify;
  padding-left: 10px;
}

body.admin {
  text-align: justify;
  padding-left: 10px;
}

body.admin textarea {
  width: 400px;
  height: 200px;
}

body.admin input.text {
  width: 300px;
}


a {
	color: #0642da;
	xtext-decoration: none;
}

input {
	font-family: Verdana;
}

a:hover {
	text-decoration: underline;
}

a.plain {
	color: inherit;
	text-decoration: none;
}

a.plain:hover {
	text-decoration: none;
}

.bullet{
	color: #0643da;
	font-weight: bold;
	font-size: 10pt;
	margin: 5px;
}


img {
  border: 0px;
}

table {
  border-collapse: collapse;
}



h1 {
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	text-align: left;
	font-family: 'Arial Black';
	font-size: 18pt;
	color: #E28F67;
	font-weight: normal;
}



h2 {
	padding: 0px;
	margin: 0px;
	xpadding-top: 4px;
	text-align: left;
	font-family: 'Arial Black';
	font-size: 14pt;
	color: #E28F67;
	font-weight: normal;
	font-style: italic;
}


h3 {
	text-align: left;
	padding: 0px;
	margin: 8px 0px 4px 0px;
	font-family: 'Arial Black';
	font-size: 12pt;
	color: #0643da;
	font-weight: normal;
}

/*
.text_title {
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	text-align: left;
	font-family: 'Arial Black';
	font-size: 18pt;
	color: #E28F67;
	font-weight: normal;
}
*/

/*
.text_title_small {
	text-align: left;
	padding: 0px;
	margin: 8px 0px 4px 0px;
	font-family: 'Arial Black';
	font-size: 12pt;
	color: #0643da;
	font-weight: normal;
}
*/

div.text {
	padding: 5px 0px;
	text-align: justify;
	font-family: 'Verdana';
	font-size: 10pt;
}

div.bold {
	padding: 8px 0px;
}

div.alert {
	color: red;
}


.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


div.center {
	text-align: center;
}



div.italic {
	padding: 8px 0px;
	text-align: justify;
	font-family: 'Verdana';
	font-size: 10pt;
	font-style: italic;

}

div.text_small {
	padding: 4px 0px;
	text-align: justify;
	font-family: 'Verdana';
	font-size: 8pt;
}

div.text_large {
	padding: 6px 0px;
	text-align: justify;
	font-family: 'Verdana';
	font-size: 12pt;
}

div.text_medium {
	padding: 6px 0px;
	text-align: justify;
	font-family: 'Verdana';
	font-size: 11pt;
}



div.text_list {
	padding: 3px 0px;
	text-align: justify;
	font-family: 'Verdana';
	font-size: 12pt;
}



div.text_block {
	padding: 8px 0px;
	text-align: justify;
}

div.text_block_prepad {
	padding-top: 8px;
	text-align: justify;
}

div.text_block_padded {
	padding: 8px 8px;
	text-align: justify;
}

div.body_padded {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}


div.vline {
  background-image: url('../graphics/pixel_blue');
  width: 1px;
}

div.hline {
  background-image: url('../graphics/pixel_blue');
  height: 1px;
  overflow: hidden;
}

div.outer {
	width: 830px;
	margin: auto;
	text-align: justify;
	margin-bottom: 50px;
}

div.header {
  padding: 0px;
  margin-bottom: 5px;
	text-align: right;
}

/*
div.inner_3 div#main_col {
	width: 490px;
	float: right;
}
div.inner_3 div#ls_col {
	width: 180px;
	margin-right: 490px;
}
div.inner_3 div#ls_main_col {
	width: 680px;
	float: left;
}
div.inner_3 div#rs_col {
	width: 140px;
	margin-left: 690px;
}
*/

div.inner_3 {
	position: relative;
}

div.inner_3 div#main_col {
	width: 490px;
	position: absolute;
	top: 0px;
	left: 190px;
}
div.inner_3 div#ls_col {
	width: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.inner_3 div#rs_col {
	width: 140px;
	position: absolute;
	top: 0px;
	left: 690px;

}
/*

div.inner_2 div#main_col {
	width: 640px;
	float: right;
}
div.inner_2 div#ls_col {
	width: 180px;
	margin-right: 640px;
}
div.inner_2 div#ls_main_col {
	width: 830px;
	float: left;
}

*/

div.inner_2 {
	position: relative;
}

div.inner_2 div#main_col {
	width: 640px;
	position: absolute;
	top: 0px;
	left: 190px;
}

div.inner_2 div#ls_col {
	width: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#main_col {
	xpadding-bottom: 40px;
}


div.ls_col div {
	text-align: left;
}

img.button {
  margin: 1px 0px;
}


div.subbutton {
	margin: 2px 0px;
	margin-left: 15px;
	padding: 2px 20px;
	padding-right: 0px;
	font-size: 10pt;
	background-color: #B2D8FF;
}

div.subbutton a {
	color: #00257F;
	text-decoration: none;
}

div.subbutton_alt {
	background-color: #80bdf9;
}

div.subbutton_alt a {
	color: white;
	text-decoration: none;
}


img.ls {
  margin-top: 5px;
}

div#ls_col div.phone{
	background-color: #E28F67;
	color:white;
	font-family:'Arial Black';
	font-size:14pt;
	padding:5px 0;
	text-align:center;
}


div.quick_appointment_block {
	background-color: #FF9E90;
	background-color: #E28F67;
	margin: 5px 0px;
}

div.quick_appointment_block div.text_title {
	color: white;
	font-size: 18px;
	text-align: center;
	xfont-weight: bold;
	font-family: 'Arial Black';
	padding: 4px 1px;

	xword-spacing: -2px;
	line-height: 18pt;
}

div.quick_appointment_block form {
	margin: 0px;

	background-color: #F8D5B9;
	xmargin: 0px 2px;
	padding: 5px 2px;
	overflow: hidden;
}



div.quick_appointment_block div.text {
	xcolor: white;
	font-size: 10pt;
	text-align: center;
	xfont-weight: bold;
	xfont-family: 'Arial Black';
	padding: 0px;

	xline-height: 14pt;
}


div.quick_appointment_block form table {
	xwidth: 100%;
	margin-top: 6px;
}


div.quick_appointment_block form td {
	font-size: 8pt;
	padding: 2px 1px;
	height: 25px;
}

div.quick_appointment_block form td.label {
	text-align: right;
}


div.quick_appointment_block form input {
	font-size: 8pt;
	width: 110px;;
	-moz-box-sizing: border-box;
}

div.quick_appointment_block form select {
	width: 110px;
	font-size: 8pt;
	font-family: verdana;
	-moz-box-sizing: border-box;
}

div.quick_appointment_block form input.submit {
	width: 100%;
}

div.quick_appointment_block div.phonenumber {
	color: white;
	font-family: 'Arial Black';
	font-size: 14pt;
	text-align: center;
	padding: 5px 0px;
}






div.admin_header {
	padding-bottom: 10px;
}


div.main_header {
  margin-bottom: 10px;
  text-align: center;
}

div.main_header img.rs {
  margin-left: 10px;
}

div.main_footer {
  margin-top: 6px;

  margin-bottom: 20px;
  text-align: center;
}



div#rs_col img.rs {
  margin-bottom: 6px;
}

div.footer_links {
	padding: 10px 5px;
}
div.footer_links a {
	display: block;
	font-size: 8pt;
	margin: 2px 0px;
}




table.datatable td {
	font-size: 8pt;
	padding: 1px 2px;
	border: 1px solid #cccccc;
}

table.datatable {
	border: 1px solid #eeeeee;
	margin: 10px 0px;
}







table#home_main img.text_head {
  margin-bottom: 2px;
}


div.home_vline {
  height: 290px;
  margin-top: 40px;
  margin-bottom: 10px;
}

table#home_main td {
	vertical-align: top;
}


table#home_main img.text_head {
  margin-right: 2px;
}


table#home_main td.home_left {
  width: 266px;
  padding: 0px 8px;
}

table#home_main td.home_center {
  width: 1px;
  padding: 0px;
}

table#home_main td.home_right {
  width: 372px;
  padding: 0px 8px;
}






td.home_right img.text_head {
  margin-left: 1px;
}

td.home_right ul {
	margin: 13px 0px;
	list-style-type: none;
	padding: 0px;
	padding-left: 1.5em;
	text-align: left;
}

td.home_right ul li {
	font-size: 12pt;
	padding: 3px 0px;
}

td.home_right ul li:before {
	content: "\2022";
	color: #0643da;
	font-weight: bold;
	margin-left: -1.25em;
	margin-right: .5em;
	font-size: 10pt;
	position: absolute;
}


table.footer {
	margin: auto;
	background-image: url('../graphics/pixel_blue.jpg');
	background-repeat: repeat-x;
	background-position-y: 5px;
	xborder: 1px solid green;
}

table.footer a {
	background: white;
	xcolor: red;
	padding: 0px 5px;
}


div.locations_area_list {
	margin-top: 10px;
}

div.locations_area {
	min-height: 180px;
}

div.locations_area img {
	float: left;
	margin-right: 10px;
	xborder: 1px solid red;
	margin-top: 5px;
}

div.locations_area h3.text_title_small{
	margin-top: 0px;
}


div.locations_area div.locations_list {

	font-size: 8pt;
	line-height: 12pt;
	
	margin-left: 132px;

	text-align: left;
	
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;


	color: #00257F;
}

div.locations_list div {
	padding-bottom: 2px;
}

table.locations_table div.area_name {
	font-family: 'Arial Black';
	font-size: 11pt;
	color: white;
	background: #E28F67;
	text-align: center;
}

table.locations_table div.area_name a {
	color: white;
}

table.locations_table a {
	text-decoration: none;
}

div.location {
	xpadding: 0px 0px;
	text-align: left;
}

div.location h3 a:hover {
	text-decoration: none;
}



div.location .Phone {
	color: #56A0F9;
	font-weight: bold;
	padding-bottom: 5px;
}

div.location .Directions {
	font-size: 8pt;
}

div.location .Plaza {
	padding-bottom: 2px;
	font-style: italic;
}


div.location .Address {
	padding-bottom: 5px;
}

div.location a img {
	border: 1px solid gray;
}

img.location_large {
	border: 1px solid gray;
	margin: 20px 0px;
	xwidth: 320px;
}



table.product_category  {
	margin-top: 10px;
	xborder: 1px solid red;
}

table.product_category td {
	padding-bottom: 10px;
	vertical-align: top;
}

table.product_category td.col0 {
	padding-right: 10px;
}

table.product_category  td.col1 {
	padding-left: 10px;
}

div.product_category td {
	padding: 0px;
	vertical-align: top;
}

div.product_category img {
	width: 52px;
	border: 1px solid #aaaaaa;
	xmargin-right: 10px;
}

div.product_category .Name {
	color: #0643da;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 4px;
	text-align: left;

}


div.product_category .Description {
	text-align: justify;
	font-size: 8pt;
}

div.product_category .Description a {
	text-decoration: none;
	color: black;
}


div.product {
	padding: 15px 0px;
	text-align: left;
}

div.product td {
	vertical-align: top;
}

div.product .Name {
	color: #0643da;
	font-weight: bold;

	padding-bottom: 2px;
}

div.product img {
	border: 1px solid #aaaaaa;
	display: block;
}

div.product .ImageSmall {
	margin-right: 10px;
	xwidth: 100px;

	max-width: 104px;
	max-height: 125px;
}

div.product .Description {
	text-align: justify;

	font-size: 8pt;
	padding: 2px 0px;
}

div.product div.Description a {
	color: black;
	text-decoration: none;
}

div.product table.Info {
	margin: 4px 0px;
	width: 100%;
}

div.product td.Pricing {
	color: #0643da;
}

div.product td.Info {
	text-align: right;
	xbackground-color: red;
}

div.product span.Info {
	color: #0643da;
	padding: 10px;
	text-decoration: underline;
}

div.add {
	font-weight: bold;
	padding: 3px 10px;

	background-color: #B2D8FF ;

	width: 120px;
	text-align: center;
	-moz-box-sizing: border-box;
}

div.add a {
	text-decoration: none;

	color: #0643da ;
}


table.product_detail td {
	padding: 10px;
	text-align: center;
}

table.product_detail span.Pricing {
	color: #0643da;
}


table.product_detail .Image {
	margin-bottom: 10px;
	display: block;
	border: 1px solid #aaaaaa;
}


table.product_detail .add_quantity {
	width: 50px;
	text-align: right;
	margin-right: 5px;
}



table.recipetypes  {
	width: 100%;
	margin-top: 10px;
}

table.recipetypes td.col0 {
	width: 50%;
}

table.recipetypes td.col1 {
	width: 50%;
}

table.recipetypes td {
	padding: 5px 0px;
}

div.recipetype div.Image {
	float: left;
}

div.recipetype img {
	width: 52px;
	border: 1px solid #aaaaaa;
	xmargin-right: 10px;
}

div.recipetype .Detail {
	margin-left: 60px;
	text-align: left;
}

div.recipetype .Name {
	color: #0643da;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 4px;
	text-align: left;

}


div.recipetype .Description {
	text-align: justify;
	font-size: 8pt;
	xheight: 45px;
}

div.recipetype .Description a {
	text-decoration: none;
	color: black;
}


table.recipes  {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 20px;
}

table.recipes td.col0 {
	width: 50%;
}

table.recipes td.col1 {
	width: 50%;
}

table.recipes h3.text_title_small {
	font-size: 10pt;
	color: #E28F67;
}

table.recipes h3.text_title_small a {
}

table.recipes .Content {
	font-size: 8pt;
}





div.testimonial_ {
  text-align: center;
  margin-top: 10px;
}

div.testimonial_ img {
	margin: 5px;
}

table.testimonial h3 {
	text-align: center;
}

div.weight_grid {
	margin-top: 10px;
	text-align: center
}

table.weight_grid {
	margin: auto;

	width: 400px;
}

table.weight_grid td {
	xfont-size: 8pt;
	padding: 5px;
	text-align: center
}

table.testimonial {
	margin: 10px auto;
	width: 460px;
}

table.testimonial td {
	text-align: center;
	width: 50%;
}

table.testimonial td.next {
	padding-bottom: 10px;
}

table.testimonial img {
	xborder: 1px solid #aaaaaa;
}


div.result_disclaimer {
	margin-top: 2ex;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
	color: gray
}

div.result_disclaimer a {
	color: gray;
	text-decoration: none; 
}
div.result_disclaimer a:hover {
	text-decoration: underline; 
}


div.appointment {
	text-align: center;
}

div.appointment .date {
	font-size: 14pt;

}
div.appointment .time {
	font-size: 14pt;
	padding: 5px 0px;

}

div.appointment div.location {
	margin-left: 50px;
	margin-bottom: 20px
}


table.challenge_list td {
	padding-top: 8px;
	padding-left: 20px;
	text-align: justify;
}

table.challenge_prizes td {
	padding: 5px 15px;
	padding-left: 0px;
	text-align: left;
}

table.challenge_pdfs {
	margin: auto;
}

table.challenge_pdfs td {
	padding: 10px;
}




div.appointment_form table tr td {
	vertical-align: middle;
	padding: 2px 4px;
}

div.appointment_form table tr td:first-child {
	text-align: right;
}

div.appointment_form table tr td:first-child + td {
	text-align: left;
}

div.appointment_form table tr td[2] {
	text-align: right;
}


div.appointment_form td {
	font-family: verdana;
	font-size: 10pt;
}

div.appointment_form select {
	font-family: verdana;
	font-size: 10pt;
}

div.appointment_form input {
	font-family: verdana;
	font-size: 10pt;
}

div.appointment_form .req {
	margin: 0px 5px;
}



div.discount {
	font-size: 24pt;
	xmargin-top: 5px;
	font-weight: bold;

}

div.off {
	font-size: 12pt;
	margin-bottom: 5px;;
}

div.valid {
	font-size: 8pt;
	margin-bottom: 10px;
	color: #aaaaaa;

}


div.appointment_coupon {
	xbackground: url( '../graphics/appointment_coupon.jpg' );
	xbackground-repeat: no-repeat;
	xheight: 200px;
	xpadding: 100px 0px 0px 250px;
	xfont-size: 11pt;
	x-moz-box-sizing: border-box;
	margin-bottom: 20px;
}

div.appointment_coupon_date {
	position: relative;
	top: 120px;
	left: 100px;
	font-size: 11pt;
}

div.followup form {
	padding: 0px;
}

div.followup table {
	margin: 0px;
	xline-height: 16pt;
}

div.followup col.label {
	width: 30px;
	text-align: right;
	padding: 5px;
}

div.followup col.value {
	padding: 5px;
	text-align: left;
}

div.followup table tr td:first-child {
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

div.followup table tr td:first-child + td {
	text-align: left;
	padding: 5px;
}

div.followup textarea {
	width: 500px;
	width: 100%;
	height: 100px;
}

div.followup div.comments {
	margin: 10px 0px;
}

div.followup input.submit {
	margin-bottom: 20px;
}








div.cart {
	width: 600px;
	text-align: left;
}

table.cart {
	width: 100%;
	margin: 10px 0px;
	border: 1px solid #ccc;
}

table.cart thead {
	font-weight: bold;
	color: #00257F;
}

table.cart td {
	padding: 5px;
	border: 1px solid #ccc;
	xborder-width: 1px 0px;
	vertical-align: middle;

}


table.cart div.size {
	font-style: italic;
	font-size: 8pt;
	padding: 1px 5px;
}

table.cart td.quantity {
	width: 50px;
	text-align: center;
}

table.cart td.quantity input{
	width: 50px;
	text-align: right;
}

table.cart td.product {
	text-align: left;
}

table.cart td.summary {
	text-align: right;
	font-weight: bold;
	color: #00257F;
}

table.cart td.price {
	width: 100px;
	text-align: right;
}

table.cart td.total {
	width: 75px;
	text-align: right;
}

div.messages {
	font-style: italic;
	font-size: 8pt;
	margin: 10px 0px;
}

div.messages div {
	margin: 2px 0px;
}

div.messages a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.messages a:hover {
	border-bottom: 1px solid;
}

a.continue_shopping {
	font-style: normal;
	margin: 0px 5px;
}

div.coupon_text {
	color: green;
}

div.coupon_text a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.coupon_text a:hover {
	border-bottom: 1px solid;
}


span.discount_text {
	color: red;
	padding-right: 10px;
	font-weight: normal;
}

span.discount_text a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}

span.discount_text a:hover {
	color: gray;
	border-bottom: 1px solid;
}

div.upsell {
	color: #0643da;
	font-style: italic;
	xpadding-right: 10px;
	padding: 5px 0px;
	font-size: 10pt;
	font-weight: normal;
}

span.upsell_save {
	font-weight: bold;
}

div.upsell a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.upsell a:hover {
	border-bottom: 1px solid;
}


span.discount_value {
	color: red;
}

div.contact_info {
	margin-bottom: 10px;
	text-align: left;
}

div.contact_info table {
	margin: 10px 0px;
}

div.contact_info table tr td {
	vertical-align: middle;
	padding: 2px 4px;
}

div.contact_info table tr td.label {
	text-align: right;
	font-size: 8pt;
	text-align: right;
	width: 150px;
	font-size: 8pt;
}

div.contact_info input {
	width: 200px;
}




div.store_footer {
	text-align: center;
	margin-top: 20px;
}

table.store_footer {
	margin: auto;
}

a.store_footer {
	margin: 0px 20px;
}


div.discounts {
	margin: 10px 0px;
}

table.discounts_struct {
	width: 100%;
}

table.discounts {
	margin: 0px 10px;
}

table.discounts td {
	padding: 5px 10px;
}

table.discounts thead td {
	font-size: 12pt;
	xfont-weight: bold;
	font-family: 'arial black'
}




div.finalist {
	padding: 15px 0px;
	text-align: left;
}

div.finalist td {
	vertical-align: top;
}

div.finalist td.Images {
	width: 175px;
}

div.finalist img {
	border: 1px solid #aaaaaa;
}

div.finalist img.Small {
	width: 80px;
	height: 150px;
}

div.finalist img.After {
	border-left: 0px;
}

div.finalist .Name {
	color: #0643da;
	font-weight: bold;

	padding-bottom: 2px;
}

div.finalist .Excerpt {
	text-align: justify;

	font-size: 8pt;
	padding: 2px 0px;
}

div.finalist .links {
	margin-top: 5px;
}

div.finalist div.Description a {
	color: black;
	text-decoration: none;
}

div.vote {
	font-weight: bold;
	padding: 3px 10px;

	background-color: #B2D8FF ;

	width: 120px;
	text-align: center;
	-moz-box-sizing: border-box;
}

div.vote a {
	text-decoration: none;

	color: #0643da ;
}


div.finalist_detail table {
	margin: 0px auto;
}

div.finalist_detail td {
		width: 50%;
		text-align: center;
}

div.finalist_detail h3 {
	text-align: center;
}

div.finalist_detail div.Weight {
	text-align: center;
	font-size: 12pt;
	font-family: 'Arial Black';
}

div.finalist_detail img {
	width: 160px;
	height: 300px;

	margin: 0px 20px;
}

div.finalist_detail div.Captions h3 {
	display: inline;
	margin: 20px;
}

div.finalist_detail table.nav {
	margin: 20px auto;
}
div.finalist_detail table.nav td {
	width: 100px;
	text-align: center;
}

div.finalist_detail h3{
	text-align: left;
}

div.finalist_detail table h3{
	text-align: center;
}

div.finalist_detail .Testimonial {
	margin-top: 12px;
}

div.finalist_detail div.text_medium{
	margin-top: 10px;
}


div.finalist_vote {
	margin-top: 20px;
}
div.finalist_vote table.struct td {
	padding: 0px 10px;
}
div.finalist_vote td {
	vertical-align: top;
}
div.finalist_vote form table.form td {
	padding: 5px 5px;
}
div.finalist_vote td.label {
	text-align: right;
}


div.release {
	margin: 10px 0px;
}

div.release h3 {
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
}

div.release div.Subtitle {
	font-style: italic;
	padding-bottom: 2px;
}

div.release div.Excerpt {
	font-size: 8pt;
}

div.release span.Date {
	font-weight: bold;
}

div.release div.links {
	font-size: 8pt;
	padding: 1px 0px;
}






span.image_found {
	color: blue;
}

span.image_not_found {
	color: red;
}







div.conversion {

	padding-top: 40px;
	xtext-align: right;

}

a.adCenter {
	font-size: 8pt;
	color: #aaaaaa;
	text-decoration: none;
}

a.adCenter:hover {
	text-decoration: underline;
}

/*
#00257F darkest blue
#0643da dark blue
#56A0F9 medium blue
#B2D8FF light blue
*/


