/**
 * $Id
 *
 * File:
 * styles.css
 *
 * About:
 * Global Combined Stylesheet
 *
 * Author:
 * James Dahlfred, Brightform Interactive (http://brightform.com)
 *
 * Version:
 * 3.0
 */

/* -----------------------------------------------------------------------------
 * GENERAL RESET
 * -------------------------------------------------------------------------- */

* {
  text-decoration: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------------------------------------
 * SPECIFIC RESETS
 * -------------------------------------------------------------------------- */

body, blockquote, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, select, textarea, ol, p, pre, table, th, td, ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table[border] {
  border-collapse: separate;
  border-spacing: 0;
}
thead, tbody, tfoot, tr, th, td {
  width: auto;
  height: auto;
  background-color: transparent;
  vertical-align: inherit;
  border: none;
}
a, a img, a abbr, a acronym, abbr, acronym, applet, fieldset, form, iframe, img, object, table { border: none; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
code, isindex, kbd, listing, plaintext, pre, samp, tt, var, xmp {
  font: inherit;
  white-space: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  border: none;
}
ol, ul, dir, menu { list-style: none; }
ol { list-style-type: decimal; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
a:hover, a:focus, input:focus, select:focus, textarea:focus { /*outline: none;*/ }
hr { display: none; }

/* -----------------------------------------------------------------------------
 * LANGUAGE-SPECIFIC PUNCTUATION
 * -------------------------------------------------------------------------- */

q { quotes: '\201C' '\201D' '\2018' '\2019'; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
*[lang|='en'] q:before { content: '\201C'; }
*[lang|='en'] q:after { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after { content: '\2019'; }

/* -----------------------------------------------------------------------------
 * HTML & BODY
 * -------------------------------------------------------------------------- */

html, body {
  color: #000;
  background-color: #fff;
}
html {
  height: 100%;
  /*margin-bottom: 1px;*/ /* This rule forces a vertical scrollbar */
}

/* \*/

html { font-family: sans-serif; }

/* */

body {
  height: auto;
  font-size: 62.5%; /* Using the default 16px/16px, this makes the base size 10px/15px */
  line-height: 1.5;
}

/* -----------------------------------------------------------------------------
 * BASIC ELEMENTS
 * -------------------------------------------------------------------------- */

cite, dfn, em, i { font-style: italic; }
b, dt, h1, h2, h3, h4, h5, h6, strong, th, thead td { font-weight: bold; }
caption, th, td { text-align: left; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
small, sup, sub { font-size: 85%; }
big {
  font-size: 125%;
  line-height: 80%;
}

del { text-decoration: line-through; }
ins, dfn { border-bottom: 1px solid #000; }

pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
abbr, acronym {
  text-transform: uppercase;
  font-size: 100%;
}
abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}
code, kbd, pre, samp, tt, var {
  font-size: 100%;
  font-family: Monaco, Consolas, "Courier New", Courier, monospace;
}
img {
  display: block;
  margin: 0;
}

/* -----------------------------------------------------------------------------
 * DEPRECATED HTML
 * -------------------------------------------------------------------------- */

center, *[align] { text-align: inherit; }
s, strike, u { text-decoration: inherit; }
nobr { white-space: normal; }
marquee { overflow: visible; -moz-binding: none; }
blink { text-decoration: none; }
font, basefont {
  color: inherit;
  font: inherit;
  font-size: 100%;
}

/* -----------------------------------------------------------------------------
 * CLEARFIX HACK
 * -------------------------------------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearfix {
  display: inline-block;
  display: -moz-inline-box;
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}

/* -----------------------------------------------------------------------------
 * FORMS
 * -------------------------------------------------------------------------- */

form { background-color: transparent; }
fieldset {
  width: auto;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 1em 0;
  }
fieldset > *:first-child {
  margin-top: 0;
  }
fieldset table {
  padding-top: 1em;
  margin: 0;
  }

/* \*/

legend {
  padding: 0 .5em;
  margin: 0 .5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  }

/* */

@media all and (min-width: 0px) /* for Opera 8 */ {
  legend {
    margin-bottom: 1.5em;
    }
  }

p.field {
  text-align: left;
  vertical-align: middle;
  padding-left: 125px;
  }
p.field label {
  float: left;
  text-align: right;
  margin-left: -125px;
  width: 115px;
  }

input, textarea, select {
  cursor: pointer;
  display: inline-block;
  display: -moz-inline-box;
  width: auto;
  padding: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  }

input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='tel'],
textarea,
select {
  background-color: #fff;
  }
input[disabled='disabled'] {
  color: #ccc;
  }
input[type='submit'], input[type='button'], button {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  }
textarea {
  height: 8em;
  -webkit-appearance: textfield;
  padding: 2px;
  }
input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {
  cursor: text;
  }
input[type='submit']:hover, input[type='button']:hover, button:hover,
input[type='submit']:focus, input[type='button']:focus, button:focus {
  cursor: pointer;
  }

form input.error, form span.error {
  color: #bf151b;
  background: #fee url("/images/ico/exclamation_fee.gif") no-repeat 100% 50%;
  padding-right: 22px;
  }/* -----------------------------------------------------------------------------
 * HTML, BODY
 * -------------------------------------------------------------------------- */

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #eee url("/images/bg.gif") repeat-x top left;
  /* text-shadow: #fff 0px 1px 0px; -- removed on 06.22.2011 */
  text-rendering: optimizeLegibility;
  }

/* -----------------------------------------------------------------------------
 * IMAGES, FLOATS, INLINES
 * -------------------------------------------------------------------------- */

.f_left  { float: left;  margin-right: 0.5em; }
.f_right { float: right; margin-left:  0.5em; }

.polaroid {
  background-color: #fff;
  padding: 9px;
  border: 1px solid #e5e5e5;
  border-bottom-color: #ccc;
  margin-bottom: 0.5em;
  }
.polaroid img {
  margin-bottom: 0.5em;
  }
.in { display: inline; }
.in_block {
  display: inline-block;
  display: -moz-inline-box;
  }
.in_icon {
  display: inline;
  position: relative;
  top: 0.3em;
  margin-top: -0.3em;
  }
.in_icon_short {
  display: inline;
  position: relative;
  top: 0.4em;
  margin-top: -0.4em;
  }
.clear {
	clear: both;
	display: block;
	width: 0;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
  }

/* -----------------------------------------------------------------------------
 * LINKS
 * -------------------------------------------------------------------------- */

a {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  }
a:link {
  text-decoration: none;
  color: #598527;
  -webkit-transition: all 0.25s ease-in-out;
  }
a:visited {
  text-decoration: none;
  color: #598527;
  -webkit-transition: all 0.25s ease-in-out;
  }
a:active, a:hover {
  text-decoration: underline;
  color: #598527;
  -webkit-transition: all 0.25s ease-in-out;
  }

/* -----------------------------------------------------------------------------
 * HEADINGS
 * -------------------------------------------------------------------------- */

h1 {
  font-size: 2em;
  font-weight: normal;
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
  margin-top: 0.3em;
  text-transform: inherit;
  }
h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0.7em;
  }
h1, h2 {
  color: #534741;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5em;
  }
h1 span, h2 span {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  }
.meta span {
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
  }

/* -----------------------------------------------------------------------------
 * TABLE ELEMENTS
 * -------------------------------------------------------------------------- */

table {
  width: 100%;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  margin: 0.5em 0 0.5em 0;
  }
th, td {
  padding: 6px 9px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  }
th {
  color: #534741;
  background-color: #ddeff6;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom-color: 1px solid #b3b3b3;
  }
.pitchbox {
  position: relative;
  font-size: 1.8em;
  line-height: 1.2em;
  padding: 10px 10px 0 107px;
  height: 80px;
  }
.pitchbox img {
  position: absolute;
  top: 0;
  left: 10px;
  }
.qbox {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  }
tr.odd  td { background-color: #fff; }
tr.even td { background-color: #ddeff6; }
tr.complete td { color: #b3d190; }
tr.incomplete td { color: #000; }
tr.cancelled td { color: #eda1a4; }
tr.line-item td.quantity { cursor: pointer; }
tr.special td { font-size: larger; }

/* -----------------------------------------------------------------------------
 * BASIC STYLES
 * -------------------------------------------------------------------------- */

h3, p, ul, ol, dl {
  margin-bottom: 0.5em;
  }

blockquote {
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
  }

.article {
  margin-left: 1em;
  }

hr {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  padding: 0;
  margin: 15px 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  }

li { padding-left: 0; margin-left: 1.25em; }
ul li { list-style: disc outside; }
ol li { list-style: decimal outside; }
dl dd { margin-bottom: 0.5em; }

ul li.icon {
  list-style: none;
  padding-left: 22px;
  margin-left: 0;
  margin-bottom: .25em;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  }
ul li.error {
  color: #bf151b;
  background-image: url("/images/ico/exclamation.gif");
  }
ul li.warning {
  background-image: url("/images/ico/warning.gif");
  }
ul li.notice {
  background-image: url("/images/ico/notice.gif");
  }
ul li.podcast {
  background-image: url("/images/ico/microphone.gif");
  }

.sc { font-variant: small-caps; }
.reqd { color: #bf151b; }
.note { color: #808080; }
.pager { font-weight: bold; }
.pager.off { color: #808080; }
.nowrap { white-space: nowrap; }

.txtleft { text-align: left; }
.txtcenter { text-align: center; }
.txtright { text-align: right; }

span.amp {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-style: italic;
  }

iframe {
  cursor: text;
  width: 100%;
  height: 25em;
  border: 1px solid #e5e5e5;
}

/* -----------------------------------------------------------------------------
 * WRAPPER AND MAJOR ELEMENTS
 * -------------------------------------------------------------------------- */

#head_wrap, #body_wrap, #foot_wrap {
  position: relative;
  width: 100%; min-width: 980px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  }
#head, #body, #foot {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0 auto;
  font-size: 1.3em;
  }

/* -----------------------------------------------------------------------------
 * HEADER / NAV
 * -------------------------------------------------------------------------- */

#head_wrap {
  height: 117px;
  background: transparent url("/images/bg_box_head.png") no-repeat 50% 100%;
  }
#order_or_call {
  position: absolute;
  top: 42px;
  left: 0;
  width: 161px;
  height: 49px;
  }
#switch_lang {
  position: absolute;
  top: 42px;
  right: 0;
  width: 137px;
  height: 36px;
  }
#title {
  position: absolute;
  top: 42px;
  left: 306px;
  width: 368px;
  height: 36px;
  }
#order_tab {
  position: absolute;
  right: 10%;
  top: 0;
  width: auto;
  height: 36px;
  background: url("/images/order_tab_2.gif") no-repeat 100% 0;
  }
#order_tab a {
  display: block;
  width: auto;
  height: 12px;
  padding: 8px 0 16px 60px;
  margin-right: 50px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  background: url("/images/order_tab_1.gif") no-repeat 0 0;
  }

/* -----------------------------------------------------------------------------
 * CONTENT
 * -------------------------------------------------------------------------- */

#body_wrap {
  overflow: hidden;
  background: transparent url("/images/bg_box_body.png") repeat-y 50% 0%;
  }
#body:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
* html>body #body {
  display: inline-block;
  display: -moz-inline-box;
  width: 100%;
  }
* html #body {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }

.column1,  .column1a,
.column2,  .column2a,
.column3,  .column3a,
.column4,  .column4a,
.column45, .column45a,
.column5,  .column5a,
.column6,  .column6a,
.column7,  .column7a,
.column8,  .column8a,
.column9,  .column9a,
.column10, .column10a,
.column11, .column11a,
.column12, .column12a {
  float: left;
  padding: 0;
  margin: 0 10px;
  }

/* One Column = 80, Padding+Margin = -20 */

.column1  { width:  60px; }
.column2  { width: 140px; }
.column3  { width: 220px; }
.column4  { width: 300px; }
.column45 { width: 330px; }
.column5  { width: 380px; }
.column6  { width: 460px; }
.column7  { width: 540px; }
.column8  { width: 620px; }
.column9  { width: 700px; }
.column10 { width: 780px; }
.column11 { width: 860px; }
.column12 { width: 940px; }

.column2a  { width: 140px; }
.column3a  { width: 175px; }
.column45a { width: 362px; }
.column6a  { width: 550px; }
.column7a  { width: 585px; }
.column8a  { width: 665px; }
.column9a  { width: 745px; }

.alpha {
  margin-left: 0;
  }

.omega {
  margin-right: 0;
  }

p.notice {
  color: #807a6b;
  background-color: #fff5d5;
  padding: 10px;
  border: 1px solid #e5dcc1;
  }
p.error {
  color: #bf151b;
  background-color: #fff5d5;
  padding: 10px;
  border: 1px solid #e5dcc1;
  }

#navbar, #navbar * { margin: 0; padding: 0; }
#navbar li {
  list-style: none;
  width: 175px;
  }
#navbar li ul li {
  width: 160px;
  padding-left: 15px;
  }
#navbar li#nav_products { background: transparent url("/images/en/products.gif") no-repeat 0 0; }
#navbar li#nav_company  { background: transparent url("/images/en/company.gif")  no-repeat 0 0; }
#navbar li#nav_order    { background: transparent url("/images/en/order.gif")    no-repeat 0 0; }
#navbar li#nav_listen   { background: transparent url("/images/en/listen.gif")   no-repeat 0 0; }
#navbar li#nav_free     { background: transparent url("/images/en/free.gif")     no-repeat 0 0; }
#navbar li#nav_products.es { background-image: url("/images/es/products.gif"); }
#navbar li#nav_company.es  { background-image: url("/images/es/company.gif");  }
#navbar li#nav_order.es    { background-image: url("/images/es/order.gif");    }
#navbar li#nav_listen.es   { background-image: url("/images/es/listen.gif");   }
#navbar li#nav_free.es     { background-image: url("/images/es/free.gif");     }
#navbar li#nav_products:hover, #navbar li#nav_products.here,
#navbar li#nav_company:hover, #navbar li#nav_company.here,
#navbar li#nav_order:hover, #navbar li#nav_order.here,
#navbar li#nav_listen:hover, #navbar li#nav_listen.here,
#navbar li#nav_free:hover, #navbar li#nav_free.here {
  background-position: -175px 0;
  }

.photo_right {
  float: right;
  margin: 0 0 0.25em 1em;
  }
.photo_right img {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 5px;
  }
.photo_right img.logo {
  background-color: #fff;
  display: inline;
  }
.photo_right p {
  text-align: right;
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
  font-style: italic;
  font-size: 0.9em;
  padding: 0 5px;
  margin: 0.5em 0 0 0;
  }

#meter {
  position: absolute;
  right: 10px;
  top: 10px;
}
.rating {
  position: relative;
  left: 0;
  top: .2em;
  display: inline-block;
  width: 84px;
  height: 16px;
  }
#graph, #mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 16px;
  cursor: pointer;
  }
#graph {
  background-color: #fff200;
  }
#mask {
  background: transparent url("/images/stars.png") no-repeat 0 0;
  }

/* -----------------------------------------------------------------------------
 * BUTTONS -- add2order en moved to lightfin.css
 * -------------------------------------------------------------------------- */

#add2order.es {
  background-image: url("/images/es/add.gif");
  width: 175px;
  }
  #add2order.es:hover {background-position: -175px 0;}
#continue {
  background: transparent url("/images/en/continue.gif") no-repeat 0 0;
  }
#continue.es {
  background-image: url("/images/es/continue.gif");
  }
#complete {
  background: transparent url("/images/en/complete.gif") no-repeat 0 0;
  }
#complete.es {
  background-image: url("/images/es/complete.gif");
  }
#login {
  background: transparent url("/images/en/login.gif") no-repeat 0 0;
  }
#login.es {
  background-image: url("/images/es/login.gif");
  }
#logout {
  background: transparent url("/images/en/logout.gif") no-repeat 0 0;
  }
#logout.es {
  background-image: url("/images/es/logout.gif");
  }
#update_quantities {
  background: transparent url("/images/en/update.gif") no-repeat 0 0;
  }
#update_quantities.es {
  background-image: url("/images/es/update.gif");
  }

#add2order, #continue, #complete, #login {
  width: 175px;
  height: 63px;
  padding: 0;
  cursor: pointer;
  }
#continue:hover, #complete:hover, #login:hover {
  background-position: -175px 0;
  }

#update_quantities {
  display: inline-block;
  width: 86px;
  height: 56px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: none;
  }
#update_quantities:hover {
  background-position: -86px 0;
  -webkit-transition: none;
  }

#logout {
  display: inline-block;
  width: 121px;
  height: 23px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: none;
  }
#logout:hover {
  background-position: -121px 0;
  -webkit-transition: none;
  }

/* -----------------------------------------------------------------------------
 * CART
 * -------------------------------------------------------------------------- */

a.trash img {
     -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
          opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  }
a.trash:hover img {
     -moz-opacity: 1;
  -webkit-opacity: 1;
          opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  }

#loading {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("/images/ajax-loader.gif") no-repeat 50% 25%;
     -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
          opacity: 0.75;
  }

/* -----------------------------------------------------------------------------
 * FOOT
 * -------------------------------------------------------------------------- */

#foot_wrap {
  height: auto;
  background: transparent url("/images/bg_box_foot.png") no-repeat 50% 0%;
  padding-top: 30px;
  }
#foot:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
* html>body #foot {
  display: inline-block;
  display: -moz-inline-box;
  width: 100%;
  }
* html #foot {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }
#foot ul, #foot li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  }


/* -----------------------------------------------------------------------------
 * MESSAGES
 * -------------------------------------------------------------------------- */

#messages {
  position: absolute;
  width: 40%;
  right: 16px;
  top: 24px;
  padding: 16px;
  font-size: 1.2em;
  color: #000;
  background-color: #fff;
     -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
     -moz-box-shadow: 0 2px 8px #aaa;
  -webkit-box-shadow: 0 2px 8px #aaa;
          box-shadow: 0 2px 8px #aaa;
}
#messages ul li {
  list-style: none;
}
#messages li.error {
  color: #000;
}
#messages li.warning {
  color: #000;
}
#messages li.notice {
  color: #000;
}
#messages_toggle {
  position: absolute;
  right: 3px;
  top: 11px;
  width: 26px;
  height: 26px;
}
/* Product CSS*/

.product-head {
	position: absolute;
	top: 0;
	left: 0;
	height: 48px;
	width: 739px;
	padding: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	}
	.product-head h2 {
		position: absolute;
		top: 2px;
		left: 1px;
		border: none;
		margin: 0;
		height: 42px;
		border-bottom: 1px solid #ccc;
	}

	.product-head h3 {
		margin-top: 28px;
		color: #867a74;
	}

	.product-head img {
		position: absolute;
		top: -5px;
		right: 0;
	}

.product-info {
	position: relative;
	float: left;
	width: 466px;
	padding-top: 64px;
	padding-right: 30px;
	}
	#product-content p {
		font-size: 1.1em;
	}
	#product-content h1 {
		padding-top: 7px;
		font: bold 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
		border: none;
		text-transform: uppercase;
		color: #406618;
	}
	#product-content h2 {
		margin-top: 1.2em;
		font-size: 1em;
		border: none;
	}

	#tabs {
		margin-top: 1em;
		height: 31px;
		}
		#tabs a {
			float: left;
			display: block;
			padding-top: 7px;
			margin-right: 2px;
			height: 24px;
			text-align: center;
			color: #534741;
			font-size: .9em;
			font-weight: bold;
			text-transform: uppercase;
			-webkit-transition: none;
			background-color: #cccccc;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			}
			#tabs a.active {
				color: #fff;
				background-color: #598527;
			}
			#tabs a:hover {text-decoration: none;}
		#summary { width: 152px; }
		#reviews { width: 83px; }
		#reviews.es { width: 152px; }
		#ingredients { width: 100px; }
		#faqs { width: 55px; }

	#tabbed-box {
		position: relative;
		height: 370px;
			he\ight: 321px;
		padding: 18px 14px 29px 14px;
		margin-bottom: 60px;
		border: 1px solid #ccc;
		overflow-x: auto;
		overflow-y: scroll;
		}
		#tabbed-box h2 {
			font-size: 1em;
			border: none;
			color: #000;
		}
		#tabbed-box img {
			float: right;
			padding: 5px 0 16px 20px;
		}
		#box-reviews {display: none;}
			#box-reviews h3 {text-transform: none;}
			#box-reviews p.location {
				margin: 0;
				color: #999;
			}
			.review {
				height: 12px;
				width: 65px;
				overflow: hidden;
				background: url(/images/products/ratings.png) 0 0 no-repeat;
				margin-bottom: 4px;
			}
			.fourstar {background-position: -13px 0;}
			.threestar {background-position: -26px 0;}
			.twostar {background-position: -39px 0;}
			.onestar {background-position: -52px 0;}
		
		#box-ingredients {
			display: none;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		#box-ingredients img { float: none; padding: 0px; }
		
		#box-faqs { display: none; }
		
	#product-sidebar {
		float: left;
		width: 245px;
		padding-top: 76px;
		}
		#art {
			border: 1px solid #cdcdcd;
			height: 228px;
			width: 243px;
			}
			#art img {
				width: 241px;
				height: 227px;
			}

		#cart {
			color: #000;
			background: #f7f9f4;
			border: 1px solid #cdcdcd;
			border-top: none;
			padding: 15px 19px;
			}
			#priceline {
				margin: 14px 0;
				font-weight: bold;
				font-size: .9em;
				}
				#priceline label {
					padding-left: 8px;
					padding-right: 3px;
				}
				#cart #priceline input {
					width: 15px;
					padding-left: 8px;
					color: #000;
				}
			#add2order {
				height: 55px;
				width: 170px;
				background: url(/images/en/add-to-order.png) no-repeat 0 0;
				overflow: hidden;
				}
				#add2order:hover {background-position: 0 -55px;}
		#share {
			border: 1px solid #cdcdcd;
			border-top: none;
			padding: 15px 18px;
			height: 33px;
			}
			#share h4 {
				text-transform: none;
				font-weight: normal;
				font-size: .9em;
				margin-bottom: 8px;
			}
			#share a {
				float: left;
				display: block;
				height: 16px;
				width: 16px;
				margin-right: 4px;
				}
				#share-fb {background: url(/images/ico/share-fb.png) 0 0 no-repeat;}
				#share-twitter {background: url(/images/ico/share-twitter.png) 0 0 no-repeat;}
				#share-google {background: url(/images/ico/share-google.png) 0 0 no-repeat;}
				#share-email {background: url(/images/ico/share-email.png) 0 0 no-repeat;}
			#share iframe {
				position: relative;
				top: -2px;
				margin-left: 7px;
			}
		#returns {
			font-size: .9em;
			padding: 20px;
		}

/* Common style updates */
#nav_products ul li.selected a {font-weight: bold;}

#foot {
	color: #534741;
	font: 110% "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 24px;
	line-height: 150%;
	}
	#foot div h3 {
		text-transform: none;
		margin: 0;
	}
	#foot div h3.additional-header {margin-top: 1em;}
	div.column2 {font-size: 1.1em;}
	#foot div.column2 a {
		float: left;
		display: block;
		height: 31px;
		width: 30px;
		overflow: hidden;
		margin-top: 6px;
		margin-right: 9px;
		-webkit-transition: none;
		}
		#icon-facebook {background: url(../images/ico/facebook.png) 0 0 no-repeat;}
			#icon-facebook:hover {background: url(../images/ico/facebook.png) 0 -31px no-repeat;}
		#icon-twitter {background: url(../images/ico/twitter.png) 0 0 no-repeat;}
			#icon-twitter:hover {background: url(../images/ico/twitter.png) 0 -31px no-repeat;}

	#foot div {
		background: url(../images/foot-divider.png) 100% 0 no-repeat;
		min-height: 100px;
	}
		#foot div.column3 {background: none;}

	#foot div.column3 a {
		display: block;
		height: 95px;
		width: 103px;
		overflow: hidden;
		background: url(../images/ico/npa.png) 0 0 no-repeat;
		-webkit-transition: none;
		}
		#foot div.column3 a:hover {background: url(../images/ico/npa.png) 0 -95px no-repeat;}

