/*
-----------------------------------------------
EtcheberryExperience Base Styles
Version:  8 January 2006
----------------------------------------------- */

/* Change Log:
----------------------------------------------- */


* { margin: 0px; padding: 0px; }

/*tr.odd   { background-color: #D0D9C3 }*/
tr.odd   { background-color: #eee; }
tr.even { background-color: #fff; }

body {
  color: #333;
  background: #fff url(../images/general/background_tile.gif) top left;
  background-repeat: repeat-x;
  font: 11px/1.5em "Lucida Sans", Verdana, Arial, sans-serif;
  line-height: 1em;
}

/* stop WinIE6 from calculating width of
italicized text twice, thereby wrecking layout
----------------------------------------------- */

* html em {
  font-style: normal;
  font-weight: bold;
  }

  
/* Page
----------------------------------------------- */

#page {
  background-color: transparent;
  padding: 0;
  margin: 0px auto 40px auto;
  position: relative;
  text-align: left;
  width: 780px;

/* TODO : remove */
/*border: #ccc 1px solid; */
}





/* Links
----------------------------------------------- */

a {
  color:#F3280E;
  text-decoration:none;
  border-bottom:1px dotted #F3280E; 
  outline: none;
  }

a:visited {
  color:#F3280E;
  border-color:#F3280E;
  }
a:hover, h2 a:hover, h2 a:visited:hover, h3 a:hover, h3
  a:visited:hover {
  color:#911;
  border-color:#911;
  }
a img, .photo a, a.noline, .thumbnail a, .image a {
  border-width:0;
}

h1 a, h2 a, h3 a, h4 a {
  border-width:0;
  }


/* Header
----------------------------------------------- */

#header {
  background: transparent url(../images/general/header_logo.gif) top left no-repeat;
  height: 190px;
  margin-bottom: 20px;
  z-index: 100; /* Otherwise the dropdown hover states get confused. */
  position: relative;
}

#header h1 {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}

#header a {
  padding: 0px;
  margin: 0px;
  text-decoration: none;}

#header a#go_home {
  display: block;
  height: 152px;
/* border-right: 2px solid red;*/
  text-indent: -10000px;
}



/* Nav
----------------------------------------------- */

#small_navbar {
  position: absolute;
  top: 0em;
  right: 0em;
  color: #eee;
  margin: 0; padding: 0;
}

#small_navbar li {
  display: block;
  float: left;
  padding-right: 0px;
  padding-left: 1em;
}

#small_navbar a {
  color: #eee;
  text-decoration: none;
  border: none;
}

#header_phone_number {
  position: absolute;
  top: 30px;
  color: #fff;
  font-size: 120%;
  right: 0em;
}


#main_navbar, #main_navbar ul {
  float: left;

  list-style: none;
  line-height: 1em;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;

  padding: 0;
  border: solid #3F3F3F;
  border-width: 0;
  margin: 0 0 1em 0;
  display: block;
}

#main_navbar a, #main_navbar span, #main_navbar strong {
  display: block;
  text-decoration: none;
  border-bottom: none;
  color: #fff;
  padding: 9px .9em 9px .9em;
}

#main_navbar strong, #main_navbar li ul li strong { 
  background: #3F3F3F;
  color: #fff;
}

#main_navbar a.daddy {
  background: url(rightarrow2.gif) center right no-repeat;
}

#main_navbar li {
  float: left;
  color: #fff;
  display: block;
  position: relative;
  padding: 0;
}

#main_navbar li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 24.4em;
  w\idth: 23.9em;
  font-weight: normal;
  border-width: 0.25em;
  margin: 0;
  margin-top: 0px;
  background: #EEEDED;
  
  display: block;
}

#main_navbar li li {
  line-height: 1.1;
}

#main_navbar li ul a, #main_navbar li ul strong {
  color: #3F3F3F;
  width: 24em;
  w\idth: 23.5em;
  margin: 0;
  line-height: 1.1;
  padding: 5px 0.25em 5px 0.25em;

  display: block;
}

#main_navbar li ul ul {
  margin: -1.75em 0 0 14em;
}

#main_navbar li:hover ul ul, #main_navbar li:hover ul ul ul, #main_navbar li.sfhover ul ul, #main_navbar li.sfhover ul ul ul {
  left: -999em;
}

#main_navbar li:hover ul, #main_navbar li li:hover ul, #main_navbar li li li:hover ul, #main_navbar li.sfhover ul, #main_navbar li li.sfhover ul, #main_navbar li li li.sfhover ul {
  left: auto;
}

#main_navbar li:hover, #main_navbar li.sfhover {
  background: #3F3F3F;
}

#main_navbar li a:hover, #main_navbar li a.sfhover, #main_navbar li strong:hover, #main_navbar li strong.sfhover {
  color: #EEEDED;
}









/* Page Header (ph)
----------------------------------------------- */


/* Structure
----------------------------------------------- */

/* notes

CURRENT WIDTHS

content: page_width - sidebar_width
sidebar: 250px
in between content and sidebar: 40px

*/

#content {
  background-color: #fff;
}

body.right_sidebar div#content { 
  margin-left: 0px;
  /*margin-right: 250px;*/
  margin-right: 0;
  padding-left: 0px;
  /*padding-right: 40px;*/
  padding-right: 0;
  float: left;
  width: 490px;
}

#sidebar {
  background-color: #fff;
  width: 250px;
}

body.left_sidebar div#content {
  margin-left: 250px;
  margin-right: 0px;
  padding-left: 40px;
  padding-right: 0px;
}

body.left_sidebar div#sidebar {
  float: left; 
}

body.right_sidebar div#sidebar {
  float: right; 
}



.admin #content {
  margin: 0;
  padding: 0 25px;
}

.admin #sidebar {
  display: none;
  width: 20%;
  float: right;
}



/* Headings
----------------------------------------------- */

/* heading styles excerpted from http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_better_typography_part_4/ */

h1, h2, h3, h4, h5, h6 {
/*	font-family: helvetica, arial, verdana, sans-serif; */
	font-weight: normal;
	line-height: 1.3;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}


h1 {
  font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
  margin:1em 0 1em 0;
  padding:0 20px;
  text-align: center;
  color: #016438; 
  letter-spacing: 1.5px;
  }

h2 {
  margin: 1em 0 .25em 0;
  padding: 0 0px;
  }
h2, h2 a, h2 a:visited {
  color:#000;
  }
h2 em {
  font-style:normal;
  color:#722;
  }








/* General Content
----------------------------------------------- */
p {
  line-height:1.8em;
  margin: 0 0 .75em;  

}

p, dd, dt {
  text-align: left; 
  line-height: 1.8em;
  margin: 0 0 1em;
}


/* Global Sidebar
----------------------------------------------- */

div#global-sidebar #ordering_instructions {
                                            margin: 20px auto;
                                            font-size: 110%;
                                            color: #333;
                                            padding: 1em;
                                            border: 1px solid #ddd;
}

div#global-sidebar #ordering_instructions p {
                                              text-align: center;
                                              }


/* Homepage
----------------------------------------------- */

#homepage #what_is_this h1 {
display: block;
text-align: center;
color: #0D431E;
font-size: 170%;
font-family: "Lucida Sans", Verdana, Arial, sans-serif;
}

#homepage h2 {
  color: #F3290E;
  font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
}


#homepage div#what_is_the_EE {
font-size: 120%;
border-left: 0px solid #0D431E;
padding: 1px 15px;
background: #f5f5f5;
color: #0D431E;
}

#homepage th, #homepage td {
margin: 0;
padding: 0;
}



#homepage span#featured_in {
text-align: center;
display: block;
color: #555;
font-size: 110%;
}


#top_quote {
padding: 0px 0 25px 0;
text-align: center;
}

#top_quote span#quote {
font-size: 180%;
display: block;
margin-bottom: .5em;
color: #111;
line-height: 1.1em;
}

#top_quote span#appelation {
font-size: 110%;
color: #888;
}


#homepage div#block_image_links {
padding: 10px 0 20px 0;
}

#homepage div#block_image_links table {
width: 100%;
}

#homepage div#block_image_links table td{
text-align: center;
padding: 0px 0 10px 0;
}

#homepage div#block_image_links table td span{
padding-top: 2em;
font-size: 120%;
color: #F3290E;
font-weight: bold;
}

#homepage td#trailer_headline {
color: #F3290E;
font-size: 180%;
text-align: center;
padding: 5px 0 5px 0;
}

#homepage td {
padding: 0px 0 0px 0;
margin:  0;
}


div#testimonial {
margin: 1em 0 4.5em 0;
}


div#testimonial span.quote {
font-size: 130%;
line-height: 1.5em;
color: #333;
}


div#testimonial span.appelation {
display: block;
text-align: right;
font-size: 110%;
color: #888;
line-height: 1.3em;
margin-top: .5em;
}


/* Pat Etcheberry Biography
----------------------------------------------- */

img#pat_etcheberry_headshot {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
  border: #000 1px solid;
}


img.pat_etcheberry_bio_large_image {
  margin: 10px 0;
}


div#about_dvd_series {
text-align: center;
}

div#about_dvd_series img {
margin: 10px auto;
}


/* Personal EE styling 
----------------------------------------------- */


#sidebar #calltoaction { 
                                                     background:#D9E3E3;
                                                     padding: 10px;
                                                     }

div#main.personal_training #sidebar #calltoaction img{ 
						                                display: block;
                                                        margin-top: 0;
                                                        margin-bottom: 20px;
                                                        margin-left: auto;
                                                        margin-right: auto;
                                                        border: 0;
                                                        }

div#main.personal_training #content h2, div#main.personal_training #content h3, div#main.personal_training #content h4 {
                                                                                                                   padding-left: 0px;
                                                                                                                   padding-right: 0px;
                                                                                                                   padding-top: 10px;
                                                                                                                   padding-bottom: 5px;
                                                                                                                   }

div#main.personal_training #content h2 {
                                       padding-top: 20px;
                                       padding-bottom: 0px;
                                       margin-bottom: 7px;
                                       background: #989F9F;
                                       color: #fff;
                                       } 

/* TODO image file itself should probably be updated 
   FIXME image is to large  for given space 
----------------------------------------------- */                                       
div#main.personal_training #content img.golf_img 
{
  width: 475px;
}                                       

div#main.personal_training #sidebar p {
                                         padding: 5px;
                                         }

#sidebar div#champions {
                                                     margin-top: 2em;
                                                     margin-bottom: 2em;
                                                     border: 1px dotted;
                                                     padding: 10px;
                                                     }

#sidebar div#champions ul {
                                                        margin-top: 1em;
                                                        margin-bottom: 1em;
                                                        }

div#main.personal_training #content p#intro-par{ 
                                               margin-top: 1em;
                                               }

div#main.personal_training #content img#saddlebrook{ 
                                                   display: inline;
                                                   margin-top: 5px;
                                                   margin-bottom: 5px;
                                                   margin-right: 5px;
                                                   border: 0;
                                                   }

div#main.personal_training #content div#overview p {
font-size: 140%;
}

/* headline */
/*
div#main.personal_training h1 {
                        width: 436px;
                        height: 55px;
                        margin-bottom: 35px;
                        margin-left: auto;
                        margin-right: auto;
                        text-indent: -10000px;
                        background-image: url(../images/general/ri.personal_headline.gif);
						background-repeat: no-repeat;
}
*/


body#index.category0 div#testimonial span {
  display: block;
}

div.apply_for_certification_button a {
font-size: 120%;
padding: 1em .5em;
margin: 1em 0;
text-align: center;
display: block;
color: #FFF;
background: #F3290E;
border: 3px solid #FFF;
}

div.apply_for_certification_button a:hover {
background: #FFF;
color: #F3290E;
border: 3px solid #F3290E;
}

div.affiliate_desc { 
                     margin: 2.5em 0;
                     clear: left;
                     }

div.affiliate_desc img { 
                         float: left;
                         margin-right: 1em;
                         }                         

div#map {
border: 1px solid #676563;
}

div#search_status {
padding: 0.5em;
margin: 1em 0;
border: 1px solid #FFCC34;
background: #FFF4C2;
}


div#certified_coach_overview { 
                               border-top: 3px solid #ccc;
                               border-bottom: 3px solid #ccc;
                               padding: 23px 0.5em 23px 0em;
                               margin-bottom: 1em;
                               font-size: 115%;
                               }                               

div#certified_coach_overview img {
                                   float: left;
                                   margin-right: 0.8em;
                                   }

div#certified_coach_details div#other_images { 
                               margin: 23px 0;
                               }

div#certified_coach_details div#other_images img { 
                               margin: 0 23px 0 0;
                               }


img.thumbnail {  
                border: 1px solid #676563;
                }

a img.thumbnail:hover {  
                        border:1px solid #F3280E; 
                        }


div#certified_coach_details {
                              clear: left;

                              }

div#certified_coach_overview img {
                                   float: left;
                                   margin-right: 0.8em;
                                   }

div#certified_coach_details div#other_images { 
                               margin: 23px 0;
                               }

div#certified_coach_details div#other_images img { 
                               margin: 0 23px 0 0;
                               }


img.thumbnail {  
                border: 1px solid #676563;
                }

a img.thumbnail:hover {  
                        border:1px solid #F3280E; 
                        }


div#certified_coach_details {
                              clear: left;

                              }

/* sidebar quick links menu */

/*heading*/
 #sidebar h3 { 
                                          padding-left: 0px;
                                          margin-top: 5px;
                                          background: #FCFFFF;
                                          color: #222;
 }


 #sidebar ul.sidenav,  #sidebar .sidenav ul {
  margin:0;
  padding: 0 0 10px 0px;
  list-style:none;
  font:bold 90%/1.4em "Trebuchet MS",Verdana,Sans-serif;
  letter-spacing:.1em;
  text-transform:uppercase;
  }

 #sidebar .sidenav ul {
  padding:0;
  font-size:100%;
  }

 #sidebar .sidenav li {
  background:#FCFFFF;
  margin:0;
  padding: 0;
  line-height:1.2em;
}

 #sidebar .sidenav ul li {
  background:#fff;
  }

 #sidebar .sidenav a,  #sidebar .sidenav a:visited {
  display:block;
  padding:5px 20px;
  border-width:0;
  text-decoration:none;
  color:#222;
  font-weight: normal;
  }

 #sidebar .sidenav a:hover {
  background-color:#989F9F;
  color:#eee;
  }

* html  #sidebar .sidenav a { 
  height:1%;
  }



/* Sidebar Cart
----------------------------------------------- */

div#sidebar_cart_contents {
border: 3px solid green;
padding: .5em;

}

div#sidebar_cart_contents h3 {
margin-bottom: .8em;
text-align: center;
}

div#sidebar_cart_contents p.promotion { 
 color:green;
}

div.sidebar_line_item p {
line-height: 1.3em;
margin-top: 5px;
}

div.sidebar_line_item {
margin-bottom: 3em;
}

div#sidebar_cart_contents p#total {
color: #F3280E;
border-top: 1px black solid;
text-align: center;
font-size: 130%; 
}


/* DVD Product Listings
----------------------------------------------- */

#add_to_cart {
    margin: 20px auto;
    text-align: center;
    background: #fff url(../images/general/ready_to_buy_background.gif) top left no-repeat;
    width: 402px;
    height: 200px;
}

div#add_to_cart span.headline {
    font-size: 164%;
    display: block;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 25px;
    font-weight: bold;
}


div#add_to_cart span.price {
    font-size: 150%;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

div#add_to_cart span.package_link {
    padding: 0px 30px 15px; 
    font-size: 120%;
    display: block;
    line-height: 1.5;
}

div#add_to_cart span.package_link a{
    color: #333;
    display: block;
    border: #f3290e solid 1px;
    padding: 10px;
    text-decoration: none;
}

div#add_to_cart span.package_link a:hover{
    color: #333;
    background: #FFFEDE;
}

div#add_to_cart ul.cart_buttons li {
    display: block;
    float: left;
    margin: 0 auto;
}

div#add_to_cart ul.cart_buttons {
    margin: 0 0 0 30px;
}

div#add_to_cart input#add_button {
    padding: 0px;
    margin: 0;
    _width: 130px;
}

div#add_to_cart input, div#add_to_cart select {
    font-size: 11px;
}

p.description {
font-size: 140%;
}

div#screenshots {
/* this is bad css. why doesn't margin: 0 auto work? */
    margin: 10px auto;
    padding: 10px 0 10px 25px; 
}

div#screenshots img {
    margin: 0 10px;
}

div#add_to_cart ul.cart_buttons li select {
    width: 45px;
}

dl.series_dvds dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: .2em;
}


/* Addresses
----------------------------------------------- */

div.address_box {
    margin: 2em 10em 2em 1em;
    border: #ccc 1px solid;
    padding: 1em;
}

div.address {
    margin: 0em 10em 0em .5em;
    padding: 1em;
}

div.address_box input {
    margin: 0px 0 0 55px;
}

div.address span {
    display: block;
    margin-left: 40px;
    font-size: 120%;
    line-height: 1.3em;
}

div.address span.inline {
    display: inline;
    margin: 6px;
}


select#address_country {
    width: 210px;
}




/* Shopping Cart/Checkout
----------------------------------------------- */

#credit_card_icons {
    margin: 0 0 1em 183px;
}


div.order h3 {
    background: #016438;
    color: white;
    padding: 5px;
    margin: 1.5em 0 .5em 0;
    border-top: 5px #CFE6DC solid;
}

div.order h4 {
    background: #016438;
    color: white;
    padding: 5px;
    margin: 1.5em 0 .5em 0;
    border-top: 5px #CFE6DC solid;
}

div#total_order {
    background: #CFE6DC;
    padding: 0px 0em 3em 0em;
    margin: 1em 0;
}



/* News
----------------------------------------------- */
/* Document downloads
----------------------------------------------- */
/* Lists
----------------------------------------------- */

ul {
    margin:.25em 10px 1em;
    padding: 0;
    list-style:none;
}


li {
    margin:0;
    padding:0 10px;
    line-height:1.8em;
}

ul.bulleted {
    list-style:square;
}

ul.bulleted li {
    margin: 0; padding: 0;
    margin-bottom: 1em;
    margin-left: 10px;
}

/*
* html ul li {
  height:1%;
}
*/

ol  {
    margin:.25em 10px 1em 3em;
}

/*ul, dl {
  padding:0px;
  }
dl {
  margin: 1.75em 0;
  }
dt {
   color: #722;
   font-weight: bold;
   margin: 1.75em 0 .5em 0;
}
dd {
  margin:0 0 .5em 1em;
}

ol li {
  background:none;
  padding:0;
}
*/


/* TODO: relocate this css */

div#admin_list_entry {
 padding-left: 5px;
 border-left: 2px #FCFFFF solid;
}


dt.question {
margin-top: 20px;
font-size: 150%;
font-weight: bold;
}


dd.answer {
font-size: 120%;
margin: 0 10px;
padding-bottom: 10px;
}


div.small_faqs dt.question {
font-size: 110%;
}

div.small_faqs dd.answer {
font-size: 100%;
}

dl.details dt {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 130%;
}

dl.details dd {
padding-left: 1em;
}


dt.quotation {
margin-top: 20px;
font-size: 150%;
font-weight: bold;
}

dd.testimonial_details {
padding-left: 10px;
color: #555;
padding-bottom: 0px;
}

dd.testimonial_details span {
display: block;
}

div.utils {
color: #888;
margin: 0 0px;
padding-bottom: 30px;

}

div.utils span {
display: block;
padding: 5px 0;
padding: 0px 20px;
background: url(../images/icons/apps_16.gif) no-repeat left center;
}

div.utils span a {
color: #888;
border: none;
}

ul.admin_actions li {
font-size: 130%;
padding: 10px 0;
}

ul.admin_actions a {
border: none;
}

ul.admin_actions li a.new {
padding: 10px 40px;
			   background: url(../images/icons/new_32.gif) no-repeat left center;
}

ul.admin_actions li a.reorder {
padding: 10px 40px;
			   background: url(../images/icons/ref_32.gif) no-repeat left center;
}

ul.admin_actions li a:hover {
color: #f3290e;
}


div.admin_promotion_code_entry {
padding: 0 2em;
margin-bottom: 20px;
border: #555 dotted 1px;

}



/* Forms
----------------------------------------------- */

select option {
                padding-right: 1em; 
                }

input.text {
  border:1px solid;
  border-color:#aa9 #ffe #ffe #aa9;
  font-size:85%;
  }

fieldset {
	padding: 12px;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	border-top: 1px solid #393;
}

fieldset.final {
	padding: 10px;
	margin-bottom: 0px;
	background-color: #e8fcea;
	border: 5px solid #393;
}

fieldset p {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
}

fieldset label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

fieldset label.checkbox_left
{
float: none;
text-align: left;
margin-left: 0.5em;
display: inline;

}

fieldset.final p {
	color: #000;
}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #393;
	padding: 0 5px;
}

fieldset legend span {
	color: #666;
	font-weight: normal;
	font-size: 80%;
}

fieldset p {
	font-size: 12px;
	line-height: 15px;
	color: #222;
	margin: 0 0 10px 0;
	padding: 0;
}

fieldset input {
	padding: 3px;
	margin-bottom: 4px;
}

fieldset input.big {
	font-size: 16px;
	font-weight: bold;
}

fieldset small {
	font-size: 10px;
	line-height: 13px;
	color: #999;
}


input:focus, textarea:focus { 
                              background: #ffc;
 }


span#promo_code_solicitation {
font-size: 120%;
line-height: 1.2em;
padding: 1em 0;
margin-bottom: 20px;
}





/* Contact form
----------------------------------------------- */
/* Sign-in and registration forms
----------------------------------------------- */
/* Home
----------------------------------------------- */
/* Misc
----------------------------------------------- */


.flash_notify {
  color: white;
  background-color: #0f0;
  padding: 7px;
}

span#forgot_password_on_login {
							  color: #ccc;
							  margin-left: 10px;
}

.small {
font-size: x-small;
}

.inline {
display: inline; 
}

.block {
display: block; 
}


.right {
text-align: right;
}


.large_text {
font-size: 120%;
}


.one_em_top_pad {
  padding-top: 1em;
}


.flash_slideshow_caption {
  display: block;
  text-align: center;
  padding: .5em 0;
  font-size: 120%;
  color: #888;
}


/* Quotes
----------------------------------------------- */
blockquote {
  background: url(../images/general/blockquote.gif) no-repeat 0px 10px;
  margin:1em 10px 1.75em;
  padding:.75em 0 0 2em;
  }
blockquote p {
  color:#666;
  }

blockquote.pullquote p {
  font:italic 150%/1.6em Georgia,Serif;
  }

blockquote.patquote {
  margin: 20px 60px;
}


/* Tables
----------------------------------------------- */

th {
padding: 0 .5em;
text-align: center;
}

td {
padding: .5em;
}



/* Errors
----------------------------------------------- */

#errorExplanation {
	border: 2px solid #c00;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 15px 15px 15px 45px;
	font-size: 12px;
	margin: -7px;
	background: url(../images/icons/stop_32.gif) #c00 4px 4px  no-repeat;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul {
	margin-left: 30px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}


/*-------------------------------------------------
FLASHES
-------------------------------------------------*/

/* TODO: clean this up and add our icons */

#notice_explanation {
	text-align: left;
	border: 1px solid #ccc;
	padding: 15px 15px 15px 45px;
	font-size: 14px;
	margin: 0 auto 12px auto;
    margin-right: 7px;
	line-height: 1.3;
}

.login #notice_explanation {
  margin-top: 12px;
  font-size: 12px;
}

#notice_explanation.good {
	border-color: #9c9;
	color: #060;
	background: url(../images/icons/about_32.gif) #E2F9E3 5px center no-repeat;
}

#notice_explanation.bad {
	border-color: #c99;
	color: #fff;  
	background: url(../images/icons/stop_32.gif) #c00 5px center no-repeat;
}



/* Search
----------------------------------------------- */

/* Footer
----------------------------------------------- */

#footer {
          background: #fff url(../images/general/footer_back.gif) top left repeat-x;
          width: 100%;
          text-align: center;
          position: relative;
          top: 0;
          left: 0;
          padding: 30px 0;
          clear: both;
          z-index: 0;
}

#footer_content {
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

#footer_content p {
	font: normal 11px/16px "lucida grande", tahoma, arial, verdana, sans-serif;
	color: #999;
	padding: 0;
	margin: 0;
  text-align: center;
  clear: both;
}


#footer_content ul {
  text-align: center;
}

#footer_content ul li {
  display: inline;
}


/* Icons
----------------------------------------------- */

/* class definitions. a use of an icon requires two elements
example: class="left_icon_32 new_icon_32_left"
*/


.new_icon_32_right {
			   background: url(../images/icons/new_32.gif) no-repeat right;
}

.apps_icon_16_left {
			   background: url(../images/icons/apps_16.gif) no-repeat left top;
			   height: 16px;
}

.ref_icon_32_left {
			   background: url(../images/icons/ref_32.gif) no-repeat left center;
}

/* User Manager
----------------------------------------------- */
	div#none_found { color:gray; text-align:center }
	div#none_found p { display:inline; font-size:1.5em }
	
	
	div#customer_manager { font-family:Arial; }
	div#customer_manager table td { padding:2px }
	div#customer_manager a:visited { color:#F3280E }
	div#customer_manager div#search_customer { white-space:nowrap; margin-bottom:20px }
	div#customer_manager div#search_customer input { background-color:#FAFAFA; border:1px solid silver}
	div#customer_manager div#search_customer input:focus { border:1px solid black}
	div#customer_manager div#list_group_links { font-size:1em; float:left;}
	div#customer_manager div#list_group_links ul { margin:0; padding:0 }
	div#customer_manager div#list_group_links ul li { display: inline;
	list-style:none; border:1px solid silver; text-align:center }
	div#customer_manager div#list_group_links ul li:hover { border:1px dotted red }
	div#customer_manager div#customer_list { margin-left:40px }
	div#customer_manager div#pagination { color:gray; text-align:center; margin-bottom:5px }
	div#customer_manager div.customer { padding:10px; border-right: 3px solid silver; width:260px; float:left }
	div#customer_manager div.admin { background-color:#EEDDDD }
	div#customer_manager div.certified_coach { background-color:#E7EEDD }
	div#customer_manager div.customer table { width:100%; }
	div#customer_manager div.customer table.data { border-bottom:1px dotted silver }
	div#customer_manager div.customer td { font-size:1em }
	div#customer_manager div.customer td.name { background-color:#ddd; font-weight:bold}
	div#customer_manager div.customer ul li { float:left;white-space:nowrap; }
	div#customer_manager div.customer div.other_addresses div.address_list { max-height:300px; overflow:auto }
	
	
	div#customer_orders { text-align:center; border:1px solid black }
	div#customer_orders table caption { font-size:1.4em; margin:0 auto; font-weight:bold; padding:20px; }
	div#customer_orders table { margin:0 auto; border-collapse:collapse; width:750px}
	
/* Certificate Application Manager
----------------------------------------------- */
	div#certificate_application_manager { text-align:center}
	div#certificate_application_manager div#sports_list ul { margin:0 auto; font-size:1.3em }
	div#certificate_application_manager div#sports_list ul li { float:left; }
	div#certificate_application_manager table caption { font-size:1.4em; margin:0 auto; font-weight:bold; padding:20px; }
	div#certificate_application_manager table { margin:0 auto; border-collapse:collapse; width:750px}

div.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    ul.contacts  {
      list-style-type: none;
      margin:0px;
      padding:0px;
    }
    ul.contacts li.selected { background-color: #ffb; }
    li.contact {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
	  cursor:pointer;
    }
    li.contact div.image {
      float:left;
      width:32px;
      height:32px;
      margin-right:8px;
    }
    li.contact div.name {
      font-weight:bold;
      font-size:12px;
      line-height:1.2em;
    }
    li.contact div.email {
      font-size:10px;
      color:#888;
    }
    #list {
      margin:0;
      margin-top:10px;
      padding:0;
      list-style-type: none;
      width:250px;
    }
    #list li {
      margin:0;
      margin-bottom:4px;
      padding:5px;
      border:1px solid #888;
      cursor:move;
    }

.clear { clear:both }

span.no_translation { 
                      background: red;
                      color: white;
                      padding: 0.3em;
                      font-weight: bold;
                      }

div#global_cert_ad 
{
margin: 5em auto;
text-align: center;
border: 3px #016438  solid;
padding: 1.5em .5em 1em;
}

div#global_cert_ad p {
margin-top: 1.5em;
text-align: center;
}

.highlight {
background-color: #ffc;
}

.center { 
          text-align: center;
          }
         
/* Added by Redleaf. Needs to be sorted out */
         
.category_overview {
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 23px 0.5em 23px 0em;
    margin-bottom: 1em;
}    
.category_overview .images {
    width: 190px;
    float: left;
}
.category_overview .images img, .category_overview .images span {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}    
.category_overview p {
    margin-left: 200px;
}       
.category_thumbs img {
    float: none;
    margin-right: 1.2em;
}    

.product_overview {
    border-top: 3px solid #ccc;
    padding: 23px 0.5em 23px 0em;
    margin-bottom: 1em;
}    
.product_overview h2 {
    font-size: 130%;
    font-weight: bold;
    margin-top: 0;
}
.product_overview .images {
    width: 170px;
    float: left;
}
.product_overview .text {
    margin-left: 180px;
    width: 300px;
}
.product_overview .images img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}    
.product_overview .quick_buttons {
    margin-top: 0.5em;
}    
.product_overview .quick_buttons ul.cart_buttons {
    margin: 0;
    padding: 0;
}    
.product_overview .quick_buttons ul.cart_buttons li {
    float: left;
    margin: 0;
    margin-right: 1em;
    padding: 0;
}    
.product_overview .quick_buttons ul.cart_buttons li.quantity {
    width: 4em;
}    

.product_overview .quick_buttons input.add_button {
    margin:0;
    padding:0;
    _width: 130px;
}

.product_overview input, .product_overview select {
    font-size: 11px;
}

#page_specific_sidebar .images {
    width: 260px;
}
#page_specific_sidebar .images img {
    margin-right: 8px;
    margin-bottom: 8px;
}    
#page_specific_sidebar .images span.annot {
    display: block;
    margin: 8px 0 8px 0;
}
#page_specific_sidebar table td {
    vertical-align: top;
}

span.listed_price {
    margin-left: 0.4em;
    margin-right: 0.4em;
    text-decoration: line-through;
}    
span.sale_price {
    margin-left: 0.4em;
    margin-right: 0.4em;
    color: red;
}    

.featured {
    background-color: #FFC;
    margin-bottom: 1em;
}
.featured .product_overview {
    border: 0;
}
.featured h3 {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

div.description {
font-size: 140%;
}

div#homepage img#fromuth_banner {
    float: right;
}    

div#homepage div#store_announcement { 
    width: 760px;
    border: 1px solid #23763c;
    background-color: #cfedc3;
    color: #23763c;
    padding: 0.7em 0.7em 0.3em;
    font-size: 115%;
    line-height: 150%;
    margin-bottom: 1em;
}

div#homepage div#recent_news { 
    width: 380px;
    float: left;
    border: 1px solid #FFCC34;
    background-color: #FFF4C2;
    padding: 0.7em 0.7em 0.3em;
    font-size: 115%;
    line-height: 150%;
}
div#homepage div#recent_news span.link { 
    white-space: nowrap;
}
div#homepage div#recent_news a { 
    margin-right: 2.5em; 
    margin-bottom: 8px;
}

.health_and_nutr #front_quote {
    margin-left: 180px;
    font-weight: bold;
}    
.health_and_nutr .signature {
    float: right;
    white-space: nowrap;
}   
.health_and_nutr .scroll_link {
    float: right;
    clear: right;
    white-space: nowrap;
}   
.health_and_nutr div.category_block {
    clear: both;
    padding-top: 8px;
}
.health_and_nutr div.category_block img.category_photo {
    float: left;
    margin-right: 40px;
}    
.health_and_nutr div.category_block div.article_photo {
    float: right;
    margin-left: 20px;
}    
.health_and_nutr div.category_block .article p strong {
    text-transform: uppercase;
    letter-spacing: 1px;
}    
.health_and_nutr #challenge {
    clear: both;
    padding-top: 20px;
}
.health_and_nutr #challenge #flash_trailer {
    float: left;
    margin-right: 20px;
}

#vemma_enrollments .pending * {
    font-weight: bold;
}

div.the_swing_page {
    font-size: 140%;
}
div.the_swing_page .small {
    line-height: 1.2;
    display: block;
    margin-top: 1em;
}
table#swing_page_top {
    width: 100%;
    font-size: 110%;
}
table#swing_page_top td, table#swing_page_top p {
    vertical-align: top;
    text-align: center;
}
table#swing_page_top p  a {
    border: 0;
}
div#swing_page_description {
    clear: both;
}
div#swing_page_description .redcaps {
    color: #F3280E;
    font-weight: bolder;
    letter-spacing: 3px;
}
div#swing_page_description .rightside {
    float: right;
    margin-left: 20px;
}    
div#swing_page_description .red {
    color: #F3280E;
}   
div#swing_page_description .center {
    text-align: center;
}    
div#swing_page_description ul {
    padding-left: 10px;
}    
div#swing_page_description li {
    list-style-image: url(../images/swing/tennis_ball.png);
    list-style-type: circle;
}
div#swing_page_description ul.cart_buttons li {
    list-style-image: none;
    list-style-type: none;
}

form.button-to, form.button-to div {display: inline;}
form.button-to input.small {font-size: 80%;}

/* Front page banner */

#frontpage-banner {
    margin: 10px 0 30px 0;
    border-top: 6px solid #216835;
    border-bottom: 6px solid #477c52;
}
#frontpage-banner #swing_main {
    border: 0;
    width: 444px;
    height: 378px;
    float: left;
    margin-left: 22px;
    background: white url(../images/swing/banner3.png) no-repeat scroll 0 0;
}
#frontpage-banner #swing_main:hover {
    background-position: 0 -384px;
}
#frontpage-banner .video_popup {
    border: 0;
    width: 147px;
    float: left;
    background: white url(../images/swing/demo1.png) no-repeat scroll 0 0;
    font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
    font-size: 140%;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 223px;
    margin-top: 37px;
}

#frontpage-banner #video_popup2 {
    float: right;
    background: white url(../images/swing/demo3.png) no-repeat scroll 0 0;
}

#frontpage-banner #video_popup3 {
    float: right;
    background: white url(../images/swing/pat_with_swing.png) no-repeat scroll 0 0;
}

/* Under front banner */

#frontpage-bottom .col1 {
    float: left;
    width: 304px;
    height: 673px;
    margin: 0 20px 0 4px;
}
#frontpage-bottom .col1 h1 {
    margin: 0 0 15px 0;
/*    color: #c24526;*/
    color: #F3280E; 
}
#frontpage-bottom .col2 {
    float: left;
    width: 240px;
    height: 663px;
    background: white url(../images/swing/col2.png) no-repeat scroll 0 0;
    margin: 10px 20px 0 0;
    padding: 16px;
    color: #fff;
}
#frontpage-bottom .col2 p {
    line-height: 16.5px;
}    
#frontpage-bottom .col3 {
    float: left;
    width: 135px;
    height: 653px;
    margin: 15px 0 0 0;
    padding: 0 0 0 18px;
    border-left: 2px solid #d1d1d1;
}
#frontpage-bottom .col3 a {
    display: block;
    font: 160%/1 "Hoefler Text",Baskerville,"Big Caslon","Adobe Garamond Pro",Georgia,Palatino,"Times New Roman",serif;
    width: 124px;
    border: 0;
    text-align: center;
    padding: 160px 5px 0 5px;
}
#frontpage-bottom .col3 ul {
    margin: 0;
}    
#frontpage-bottom .col3 li {
    border: 0;
    padding: 0;
    margin: 0 0 25px 0;
}    
#frontpage-bottom .col3 li.last {
    border: 0;
    padding: 0;
    margin: 0;
}    
#frontpage-bottom .col3 a:hover {
    background-position: -134px 0;
    margin: 0 0 25px 0;
}
#frontpage-bottom .col3 .store-link {
    background: white url(../images/general/right_store2.png) no-repeat scroll 0 0;
}
#frontpage-bottom .col3 .blog-link {
    background: white url(../images/general/right_blank2.png) no-repeat scroll 0 0;
}
#frontpage-bottom .col3 .blog-link #recent_news_list {
    position: absolute;
    display: block;
    margin-top: -150px;
    height: 130px;
    overflow: hidden;
}
#frontpage-bottom .col3 .blog-link #recent_news_list span.news_title {
    font-size: 75%;
    font-weight: bolder;
    display: block;
    width: 94px;
    padding: 0 15px;
    margin: 10px 0;
    color: #4763a2;
}
#frontpage-bottom .col3 .certification-link {
    background: white url(../images/general/right_certification2.png) no-repeat scroll 0 0;
}

.the_swing_page #rightside_demo {
    font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
    font-size: 95%;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    float: right;
    text-align: center;
    width: 200px;
    padding-top: 272px;
    margin-left: 8px;
    background: transparent url(../images/swing/demo2.png) no-repeat scroll 0 0;
    border-color: transparent;
}
p.annotation {
    font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
    font-size: 95%;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    color: #4763A2;
    border-color: transparent;
}

#training_slideshow {
    height: 350px;
    width: 440px;
    margin: 0 auto 0 auto;
}
#training_slideshow img {
    position: absolute;
}

#frontpage-banner #brad_endr {
  background-color: #FFFFCC;
  padding: 5px 4px;
  width: 772px;
  text-align: center;
  font-family: "Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 149.5%;
  line-height: 115%;
}
#frontpage-banner #brad_endr .quote {
  color: #009400;
}
#frontpage-banner #brad_endr .attr {
  margin-left: 1em;
}

.the_swing_page #brad_endr {
  background-color: #FFFFCC;
  font-family: "Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 100%;
  line-height: 115%;
  float: right;
  padding: 5px 4px;
  margin-right: 30px;
  margin-bottom: 16px;
}
.the_swing_page #brad_endr .quote {
  color: #009400;
}
.the_swing_page #brad_endr .attr {
  margin-left: 1em;
}
