/* embedded font-faces */
/*@font-face {
  font-family: "TributeRoman";
  src: url(/site/fonts/TributeRoman.ttf) format("truetype");
  }
*/
/* Node level declarations
 *----------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  }
* html body { /* part of the ie background position: fixed hack */
  background-image: url(/site/images/blank.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #FFF;
  }
html, body {
  margin: 0;
  padding: 0;
  }
body, td {
  font: normal normal normal 15px/20px Georgia, 'Times New Roman', Times, serif;
  padding: 0;
  color: #AC8352;
  }
table {
  border-collapse: collapse;
  border: 0;
  }
em, i {
  font-style: italic;
  }
strong, b {
  font-weight: bold;
  }
form {
  display: inline;
  }
img {
  border: 0;
  }
p {
  margin: 0px;
  }
h1, h2, h3, h4, h5, h6 {
  font: normal normal normal 13px/normal 'TributeRoman', Georgia, 'Times New Roman', Times, serif;
  font-size: 1em;
  font-weight: normal;
  color: #562713;
  margin: 0;
  }
h1 {
  font-size: 1.9em;
  }
h2 {
  font-size: 1.5em;
  }
h3 {
  font-size: 1.3em;
  }
h4 {
  font-size: 1.0em;
  }
h6 {
  font-size: .9em;
  text-transform: uppercase;
  }
a {
  text-decoration: none;
  border-bottom: 1px dotted #d5c1a8;
  cursor: pointer;
  color: #562713;
  }
a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #3b1c10;
  color: #3b1c10;
  }
* html a {
  border-bottom: 1px solid #d5c1a8;
  }
* html a:hover {
  border-bottom: 1px solid #3b1c10;
  }
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  }
.hr {
  margin: 20px 0;
  height: 1px;
  background: url(/site/images/hr.gif) repeat-x;
  }
.hr hr {
  display: none;
  }
input.text, textarea, select {
  font: normal normal normal 1.01em/normal Georgia, 'Times New Roman', Times, serif;
  color: #AC8352;
  border: 1px solid #582a16;
  }
input.helper {
  color: #A98E77;
  }

/* png support for ie6 */
#control #logo a,
img.product-image,
.promo-display img {
  behavior: url(/site/javascripts/pngfix.htc);
  }

/* General layout declarations
 *----------------------------------------------------------------------------*/
#control_container {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background: url(/site/images/control-background.png) repeat-x;
  min-width: 750px;
  width: 100%;
  height: 54px;
  }
* html #control_container { /* ie hack to treat the background as position: fixed */
  position: absolute;
  top: expression((_IEHackTop_Control = document.documentElement.scrollTop) + 'px');
  left: expression((_IEHackLeft_Control = document.documentElement.scrollLeft) + 'px');
  }
#control {
  width: 966px;
  margin: 0 auto;
  height: 54px;
  }
#control a {
  outline: none;
  border-bottom: none;
  }
#control #logo {
  font-size: 1.9em;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  }
#control #logo a {
  float: left;
  position: relative;
  top: 5px;
  display: block;
  text-indent: -10000px;
  background: url(/site/images/logo.png) no-repeat center;
  width: 77px;
  height: 43px;
  border-bottom: none;
  }
#control #navigation {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  color: #FFF;
  font-size: 1em;
  line-height: 54px;
  background: url(/site/images/navigation-background.png) repeat-x;
  border-left: 1px solid #4C2B1D;
  border-right: 1px solid #664537;
  }
#control #navigation li {
  float: left;
  height: 54px;
  border-right: 1px solid #4C2B1D;
  border-left: 1px solid #664537;
  }
#control #navigation li a {
  color: #FFF;
  display: block;
  float: left;
  height: 54px;
  padding: 0 20px;
  text-decoration: none;
  text-shadow: #000 0 1px 1px;
  border-bottom: none;
  }
#control #navigation li a:hover {
  color: #DACDC5;
  border-bottom: none;
  }
#control #navigation li.with-subsections a span {
  background: red;
  padding-right: 15px;
  background: url(/site/images/navigation-arrow.png) no-repeat right center;
  }
#control #navigation li.active {
  border-right: 1px solid #371F16;
  border-left: 1px solid #371F16;
  background: url(/site/images/navigation-background-active.png) repeat-x;
  }
#control #navigation li.active a {
  background: url(/site/images/navigation-background-active-right.png) no-repeat right;
  border-bottom: none;
  }
#control #navigation li.active a:hover {
  color: #FFF;
  border-bottom: none;
  }
#control #navigation li .subnavigation {
  position: absolute;
  z-index: -2;
  overflow: hidden;
  }
* html #control #navigation li .subnavigation {
  width: 160px;
  }
#control #navigation li ul {
  margin: 0;
  padding: 0;
  background: #562713 url(/site/images/navigation-subsection-background.png) repeat-x;
  list-style: none;
  font-style: italic;
  padding-top: 100px;
  }
#control #navigation li ul li {
  float: none;
  border: none;
  line-height: 35px;
  height: 35px;
  background: url(/site/images/navigation-subsection-separator.png) repeat-x bottom;
  white-space: nowrap;
  padding-bottom: 1px;
  width: 100%;
  }
#control #navigation li ul li a {
  float: none;
  background: none !important;
  height: 35px;
  text-shadow: none;
  width: 100%;
  border-bottom: none;
  }
#control #navigation li ul li a:hover {
  background: #562713 url(/site/images/navigation-subsection-background-hover.png) repeat-x !important;
  border-bottom: none;
  }
#control #navigation li ul li.active {
  border: none;
  background: url(/site/images/navigation-subsection-separator.png) repeat-x bottom;
  }
#control #navigation li ul li.active a {
  background: url(/site/images/navigation-background-active.png) repeat-x !important;
  }
#control #navigation #finder {
  padding: 0 20px;
  }
#control #navigation #finder table {
  margin-top: 4px;
  }
#control #navigation #finder label {
  font-size: .68em;
  color: #FFF;
  line-height: normal;
  }
#control #navigation #finder input.text {
  background: #FCF6DC;
  color: #562713;
  border: 1px solid #BEB7A3;
  outline: none;
  padding: 2px 5px;
  font-size: .85em;
  margin: 0 4px 0 0;
  width: 90px;
  }
#control #navigation #finder input {
  outline: none;
  }
#content {
  width: 966px;
  margin: 0 auto;
  padding-top: 20px;
  }
#content.with-two-columns {
  padding: 0;
  background: url(/site/images/vr.gif) repeat-y 578px 0;
  }
#content #column1, #content #column2 {
  padding-top: 20px;
  }
#content #column1 {
  float: left;
  width: 578px;
  }
#content #column1 .content {
  margin: 0 20px 20px 0;
  }
#content #column2 {
  float: right;
  width: 388px;
  }
#content #column2 .content {
  margin: 0 20px 20px 20px;
  }
#content #column1 .full {
  margin-right: -20px;
  }
#content #column2 .full {
  margin-right: -20px;
  margin-left: -20px;
  }
#news_flash_container {
  margin: 0 auto 20px auto;
  padding-left: 20px;
  width: 944px;
  height: 40px;
  }
#news_flash {
  background: url(/site/images/news-flash-background.png) no-repeat;
  height: 40px;
  width: 930px;
  position: absolute;
  z-index: 20000;
  }
#news_flash #news_content {
  width: 775px;
  line-height: 40px;
  white-space: nowrap;
  overflow: ellipsis;
  position: absolute;
  padding: 0 15px;
  font-size: .9em;
  }
#news_flash #news_link {
  display: block;
  float: right;
  height: 40px;
  width: 125px;
  background: url(/site/images/news-flash-button.png) no-repeat;
  border-bottom: 0;
  cursor: pointer;
  }
#news_flash #news_link em {
  visibility: hidden;
  }
#footer {
  width: 966px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: .75em;
  }
#footer a {
  color: #562713;
  margin-left: 15px;
  border-bottom: none;
  }
#footer .extras {
  display: block;
  float: right;
  margin-right: 10px;
  }
#footer .extras a {
  background: url(/site/images/social-links.gif) no-repeat;
  margin: 0 0 0 4px;
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  float: left;
  text-indent: -10000px;
  border-bottom: none;
  }
#footer .extras a.twitter {
  background-position: -16px 0;
  }

/* Sitewide declarations
 *----------------------------------------------------------------------------*/
#header {
  padding-top: 110px;
  width: 966px;
  margin: 0 auto;
  }
#header h2 {
  font-size: 2.0em;
  float: left;
  padding-right: 30px;
  background: url(/site/images/arrow.png) no-repeat 100% 80%;
  text-shadow: #F4E1B9 0 3px 1px;
  margin-bottom: 10px;
  }
#header .hr {
  margin-top: 0;
  margin-bottom: 0;
  }
#header #subnavigation {
  margin-top: 12px;
  }
#header #subnavigation {
  float: right;
  line-height: 24px;
  }
#header #subnavigation a {
  display: block;
  float: left;
  font-size: .75em;
  background: url(/site/images/navigation-button-background.png) no-repeat;
  height: 24px;
  margin-right: 4px;
  padding-left: 8px;
  color: #562713;
  text-decoration: none;
  outline: none;
  border-bottom: none;
  }
#header #subnavigation a span {
  float: left;
  display: block;
  }
#header #subnavigation a em {
  display: block;
  width: 6px;
  height: 24px;
  float: left;
  margin-left: 2px;
  background: url(/site/images/navigation-button-background.png) 206px 0px;
  }
#header #subnavigation a.active {
  background: url(/site/images/navigation-button-background-active.png) no-repeat;
  color: #F5F3F2;
  }
#header #subnavigation a.active em {
  background: url(/site/images/navigation-button-background-active.png) 206px 0px;
  }

.alt-button {
  display: block;
  float: left;
  height: 40px;
  background: url(/site/images/alt-button-background.gif) repeat-x;
  text-decoration: none;
  outline: none;
  border-bottom: none;
  }
.alt-button:hover {
  border-bottom: none;
  }
.alt-button span {
  line-height: 40px;
  display: block;
  float: left;
  height: 40px;
  color: #562713;
  text-transform: uppercase;
  font-size: .6em;
  padding: 0 15px 0 27px;
  }
.down-icon span {
  background: url(/site/images/icons/down.gif) no-repeat 6px 50%;
  }
.buy-icon span {
  background: url(/site/images/icons/buy.gif) no-repeat 6px 50%;
  }
.pdf-icon span {
  background: url(/site/images/icons/pdf.gif) no-repeat 6px 50%;
  }
.share-icon span {
  background: url(/site/images/icons/share.gif) no-repeat 6px 50%;
  }
.loading {
  background: url(/site/images/ajax-loader.gif) no-repeat center;
  }
.loading-indicator {
  height: 30px;
  }
.loading .loading-indicator {
  background: url(/site/images/ajax-loader.gif) no-repeat center;
  }


/* Forms
 *----------------------------------------------------------------------------*/
.form-errors {
  font-size: .75em;
  background: #900 url(/site/images/form-error.gif) no-repeat 9px 45%;
  color: #FFF;
  text-shadow: #200 1px 1px 1px;
  padding: 2px 9px 2px 30px;
  letter-spacing: .09em;
  }
form table {
  width: 100%;
  }
form label {
  color: #562713;
  }
form .required {
  color: #900;
  }
form .text,
form textarea {
  width: 534px;
  padding: 8px;
  margin: 0px;
  }
form select {
  padding: 7px 8px;
  }
form .error {
  display: block;
  float: left;
  border: 3px solid #900 !important;
  }
form .error-label, .errors {
  display: block;
  font-size: .75em;
  float: right;
  background: #900 url(/site/images/form-error.gif) no-repeat 9px 45%;
  color: #FFF;
  text-shadow: #200 1px 1px 1px;
  padding: 0 9px 0 30px;
  letter-spacing: .09em;
  }
form .left {
  float: left;
  }
form small {
  line-height: normal;
  }
form #zip {
  width: 90px;
  }
form #subject {
  width: 552px;
  }
form #no_expiry {
  width: 250px;
  }
form #first_timer_table,
form #subject_table,
form #product_interest_table,
form #primary_business_table {
  width: auto;
  margin-right: 3px;
  }
form #subject_table label,
form #first_timer_table label {
  margin-left: 6px;
  line-height: 135%;
  }
form #pack_count,
form #case_count {
  width: 80px;
  }

/* Flavor Quiz
 *----------------------------------------------------------------------------*/
#flavor_quiz {
  width: 600px;
  margin: 0 auto;
  }
#flavor_quiz table {
  width: 100%;
  margin-bottom:24px;
  }
#flavor_quiz .label {
  font-size: 1.5em;
  margin-bottom: 30px;
  }
#flavor_quiz .answers {
  font-size: 1.5em;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  }
#flavor_quiz .answers td {
  padding: 6px 0px;
  background: url(/site/images/hr.gif) repeat-x bottom;
  }
#flavor_quiz .answers label {
  color: #AC8352;
  }
#flavor_quiz #progess_display {
  width: 100px;
  text-align: center;
  margin: 0 auto;
  height: 30px;
  line-height: 54px;
  }
#flavor_quiz #prev {
  float: left;
  margin-top: -30px;
  }
#flavor_quiz #next {
  float: right;
  margin-top: -30px;
  }
#flavor_quiz #quiz_results {
  text-align: center;
  }
#flavor_quiz #quiz_results h2 {
  margin-bottom: 10px;
  }
#flavor_quiz #quiz_results table td {
  padding: 20px 0 0 0;
  }
#flavor_quiz #quiz_results a {
  border: 0;
  }

/* Press Releases
 *----------------------------------------------------------------------------*/
#press_releases .press-release .date {
  float: left;
  width: 100px;
  font-size: .85em;
  }
#press_releases .press-release .release {
  float: right;
  width: 430px;
  padding-left: 20px;
  }
#press_releases .press-release .with-file {
  background: url(/site/images/pdf.gif) no-repeat left top;
  }
#press_releases .pages {
  text-align: center;
  }

/* Recipes
 *----------------------------------------------------------------------------*/
#recipes {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  }
.lightview-display {
  padding: 20px;
  }
.lightview-display li {
  list-style-type: disc !important;
  }
.lightview-display h3 {
  font-size: 1.2em;
  }
.lightview-display ul {
  list-style-type: disc !important;
  }

/* Home Page Template
 *----------------------------------------------------------------------------*/
.home {
  background: url(/site/images/content-background.png) repeat-x bottom;
  padding-bottom: 14px;
  }
.home #content {
  height: 720px;
  width: 100%;
  padding: 0;
  }
.home #content #SWFObjectExprInst,
.home #content #flash {
  background: url(/site/images/home-flash-alternative.jpg) no-repeat top center;
  position: absolute;
  top: 53px;
  height: 700px;
  width: 100%;
  }
.home #content #promotionals_container {
  top: 550px;
  position: absolute;
  width: 100%;
  z-index: 2;
  }
.home #content #promotionals {
  width: 966px;
  margin: 0 auto;
  }
.home #content #promotionals .promo-display,
.home #content #promotionals .promo-display-static {
  float: left;
  height: 150px;
  width: 316px;
  overflow: hidden;
  margin-right: 9px;
  }
.home #content #promotionals .promo-display a,
.home #content #promotionals .promo-display-static a {
  outline: none;
  border: none;
  }
.home #content #promotionals .last {
  margin-right: 0;
  }
.home #content #promotionals .hidden {
  display: none;
  }
.home #footer {
  padding: 0 0 0 15px;
  width: 967px;
  position: relative;
  }

/* Product Template
 *----------------------------------------------------------------------------*/
#product_interface {
  display: relative; 
  }
#product_interface .first {
  margin-bottom: 0;
  }
#product_interface .last {
  margin-top: 0;
  }

#product_interface #products_container {
  float: left;
  width: 365px;
  margin-top: 40px;
  height: 425px;
  }
#product_interface #selector {
  width: 75px;
  height: 130px;
  position: absolute;
  z-index: 1;
  margin-left: -7px;
  }
#product_interface #product_tooltip {
  border: 1px solid #562713;
  background: #E6C423;
  color: #562713;
  padding: 5px 10px;
  position: absolute;
  z-index: 3;
  }
#product_interface #products {
  position: absolute;
  z-index: 2;
  width: 365px;
  }
#product_interface #products a {
  border-bottom: 0;
  }
#product_interface #products .selected {
  background: url(/site/images/product-selected-background.gif) no-repeat center;
  }
#product_interface #products .product {
  outline: none;
  display: block;
  float: left;
  margin-left: -7px;
  }
#product_interface #product_details_container {
  display: block;
  float: right;
  width: 600px;
  height: 495px;
  }
#product_interface #product_details_wrapper {
  height: 440px;
  }
#product_interface #product_navigation {
  height: 17px;
  margin: 20px 0 0 253px;
  }
#product_interface #product_navigation #previous_button,
#product_interface #product_navigation #next_button {
  display: block;
  float: left;
  outline: none;
  border-bottom: none;
  line-height: 14px;
  font-size: .7em;
  text-transform: uppercase;
  }
#product_interface #product_navigation #previous_button i,
#product_interface #product_navigation #next_button i {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 4px;
  background: url(/site/images/product-page-controls.gif) no-repeat;
  }
#product_interface #product_navigation #next_button {
  float: right;
  text-align: right;
  }
#product_interface #product_navigation #next_button span {
  display: block;
  float: right;
  }
#product_interface #product_navigation #next_button i {
  background-position: left bottom;
  float: right;
  margin-right: 0;
  margin-left: 4px;
  }
#product_interface #product_details {
  position: relative;
  z-index: 2;
  width: 347px;
  padding-left: 254px;
  padding-top: 5px;
  height: 435px;
  }
#product_interface #product_details #details {
  padding-top: 13px;
  }
#product_interface #product_details h3 {
  margin-bottom: 20px;
  }
#product_interface #product_details p {
  margin-right: 10px;
  max-height: 238px;
  overflow: auto;
  }
#product_interface #product_details #links {
  margin-top: 20px;
  width: 400px;
  white-space: nowrap;
  }
* html #product_interface #product_details #links {
  width: auto;
  white-space: normal;
  }
#product_interface #product_details #links .alt-button {
  margin-right: 2px;
  }

/* ItemFinder Component
 *----------------------------------------------------------------------------*/
#item_finder form table {
  width: 100%;
  }
#item_finder form table td {
  padding-right: 14px;
  }
#item_finder form .field-container {
  display: block;
  border: 3px solid #FFF;
  border-right: 6px solid #FFF;
  border-left: 0;
  }
#item_finder #category {
  width: 215px;
  }
#item_finder #item {
  width: 345px;
  }
#item_finder .loading {
  background-position: top center;
  }

#item_finder .results-display table {
  width: 100%;
  }
#item_finder .results-display p {
  font: normal normal normal 1.7em/normal 'TributeRoman', Georgia, 'Times New Roman', Times, serif;
  color: #562713;
  margin: 20px 0;
  }
#item_finder .results-display th,
#item_finder .results-display td {
  text-align: left;
  background: url(/site/images/hr.gif) repeat-x bottom;
  }
#item_finder .results-display th {
  color: #562713;
  font-weight: normal;
  }
#item_finder .results-display td {
  padding: 15px 0;
  white-space: nowrap;
  }

/* Site Map Component
 *----------------------------------------------------------------------------*/
#site_map, #site_map ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
#site_map ul {
  margin-left: 20px;
  }
#site_map a {
  border-bottom: none;
  }
#site_map li {
  width: 45%;
  float: left;
  margin-bottom: 20px;
  }
#site_map ul li {
  width: 100%;
  margin-bottom: 0;
  float: none;
  }
#site_map li a {
  font: normal normal normal 13px/normal 'TributeRoman', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5em;
  color: #562713;
  border-bottom: none;
  }
#site_map ul li a {
  font: normal normal normal 15px/20px Georgia, 'Times New Roman', Times, serif;
  color: #AC8352;
  }/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
  background: #FFF;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}