body, td, th {
    font-family: Tahoma, Arial, "Lucida Grande", Verdana, sans-serif;
    background: #000;
    font-size: 14px;
    color: #fff;
}
body {
    -webkit-text-size-adjust: none;
}

h1, h2, h3 {
    font-family: Garamond, Georgia, serif;
    font-weight: normal;
    font-style: italic;
    margin: 0;
}
h1 {
    font-size: 44px;
    color: #f00;
    text-align: center;
}
h2 {
    font-size: 28px;
    color: #e8d580;
}
h3 {
    font-size: 150%;
    color: #e8d580;
    margin-top: 0;
}

a:link, a:visited, .footerred, .h2header {
    color: #e8d580;
	text-decoration: none;
}
a:hover, a:active, .formrequired {
    color: #f00;
}
ul {
    list-style-type: square;
}

ol li {
	margin-bottom: .5em;
}
strong {
    color: #f00;
    font-weight: normal;
}
.formlabel, .formrequired {
    font-size: 1.0em;
}
.formtext, .footer {
    font-size: 12.6px;
}
.h2big {
    font-size: 200%}
.h2bigger {
    font-size: 225%}
.footerred {
    font-size: 1.0em;
    font-weight: normal;
}
.h2header {
    font-family: garamond, serif;
    font-size: 160%;
    font-style: italic;
    font-weight: bold;
}
.italicheader {
    font-family: serif;
    font-style: italic;
    font-size: x-small;
}
.logo {
    background: white;
}
.trackingform {
    padding: 0;
    margin: 0;
}
.trackingbutton {
    width: 9em;
}
.paymentformlabel {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: x-small;
}
.paymentformtext {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
}
.texttail {
    position: absolute;
    visibility: visible;
    font-family: garamond, serif monospace;
    font-size: small;
    font-weight: normal;
}
.center {
    text-align: center;
}
.float-left {
    float: left;
    padding: 20px;
}
.float-right {
    float: right;
    padding: 20px;
}
.strong-red {
    color: #f00;
}
.gara-style {
    font: italic 22px/1em Garamond, Geargia, serif;
    color: #f00;
}

/* Popups */
body#popup {
    text-align: center;
}

body#popup strong {
    color: #f00;
}

body#popup img:first-child {
    display: block;
    margin: 0 auto 10px auto;
}
body#popup h1 {
    margin: 10px;
	padding: 0;
	
}
body#popup h2 {
    font-size: 22px;
}


body#popup ul, body#popup dl {
    text-align: left;
}

body#popup dl
{
	list-style-type: none;
}

body#popup dt
{
	font: italic 22px/1em Garamond, Geargia, serif;
	text-align: center;
	margin-bottom: 1em;	
}

body#popup dd:before
{
	content: '';
}

body#popup dd
{
	background: url('images/bullet_white.gif') center left no-repeat;
	padding-left: 1em;
  margin-bottom: 1em;
}

body#popup ul#section-jump /* used in messages.shtml */
{
  width: 288px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  -moz-column-count: 2;    /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  -moz-column-gap: 40px;    /* Firefox */
  -webkit-column-gap: 40px; /* Safari and Chrome */
  column-gap: 40px;
  -moz-column-rule: 1px solid rgba(232,213,128,0.5);    /* Firefox */
  -webkit-column-rule: 1px solid rgba(232,213,128,0.5); /* Safari and Chrome */
  column-rule: 1px solid rgba(232,213,128,0.5);
}

a {
    outline-color: none;
    outline: none;
}
a img {
    border: none;
}
table td a img.prod_img {
    border: 2px solid #000;
}
table td a:hover img.prod_img {
    border: 2px dashed #555;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
}

div.prod_wrapper
{
	overflow: hidden;
}

span.prod_price {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
span.old_prod_price {
    font-size: 14px;
    color: #fff;
}
table.prod_tab {
    float: left;
    height: 420px;
    width: 179px;
}
table.prod_tab_index {
    float: left;
    height: 340px;
    width: 179px;
}
.clearFix {
    clear: left;
}
span.prod_name {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}
.prod_footer {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0;
}
img[src*="soldOut"] {
    margin: 10px;
}
ul#bottomLinks {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}
ul#bottomLinks li {
    display: inline;
    margin: 0 20px;
}
ul#bottomLinks li a {
    text-decoration: none;
}
ul#bottomLinks li img {
    border: none;
}
body#customer-comments h1 {
    text-indent: -99999px;
    font-size: 1px;
}
body#customer-comments h1 img {
    display: block;
    margin: 0 auto;
}
body#customer-comments ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
body#customer-comments li {
    background: url("http://trrs.org/images/shared/rose_tiny.jpg") bottom center no-repeat;
    padding-bottom: 31px;
    font-size: 12px;
}
body#customer-comments li p {
    font-size: 11px;
}
body#customer-comments li br {
    height: 11px;
}
a.buy-big {
    display: block;
    width: 119px;
    height: 45px;
    background: url("images/buy_big.png") top left no-repeat;
    border: none;
}
a.buy-big:hover {
    background-position: 100% 100%}
a.buy-big+p {
    margin-top: 0;
}
table#midmenu a {
    text-decoration: none;
    font-family: Tahoma, Arial, "Myriad", "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, helvetica;
    font-size: 1em;
    line-height: .8em;
}
table#midmenu td img[src*="0800"] {
    margin-top: 10px;
}
table#midmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.menu-sep {
    width: 145px;
    height: 31px;
    background: url("images/shared/rose_tiny.jpg") center center no-repeat;
}
ul#ss-icon-grid {
    width: 130px;
}
ul#ss-icon-grid li {
    float: left;
}
select, textarea, input {
    margin: 3px;
}
form span {
    color: #e8d580;
}


table  {
     border-spacing:  0;
 }

/* Helpers
===================*/
.center
{
	text-align: center;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.warning, .success {
    padding: 10px;
	font: bold italic 12px/1em "Helvetica Neue", Arial;
}
.warning {
	color: #d00;
    background: none repeat scroll 0 0 #FFBABA;
    border: 1px solid #FF0000;
	width: 300px;
}
.success {
    background: none repeat scroll 0 0 #D9FFBA;
    border: 1px solid #73FF00;
}
.clear
{
	overflow: hidden;
}

.hide-me
{
  display: none;
}

/* Headings
=========================*/
h1 { margin-top: 0; }

/* General
=========================*/
dt { margin-top: 1em; }
dd { margin-left: 1em; }
dd:before { content: '- '; }

#call-to-action {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #eee,  #ddd); /* for Opera */
    border-color: #999999;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto 20px auto;
    padding: 0;
    width: 264px;
}

#call-to-action:hover {
    border-color: #C80000;
    box-shadow: 0 0 3px #C80000;
}

#call-to-action a {
	background: url("http://www.trrs.org/images/ui/ip_calltoaction_arrow.png") no-repeat scroll 234px 54% transparent;
	color: #C80000;
	display: block;
	font: italic 12px/1em Georgia,serif;
	padding: 15px 60px 15px 15px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

#call-to-action span {
    display: block;
    font: italic 20px/1em Georgia,serif;
    margin-bottom: 5px;
    text-align: left;
}

/* This wraps the 4 products on the country tree page */
.four-wide
{
	width: 724px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}


/* Links
=========================*/
h2 a:link, h2 a:visited
{
	border-bottom: 1px dashed;
}

h2 a:hover, h2 a:active
{
	border-bottom: 0;
}

/* Footer
=========================*/
.megafooter, #footer
{
	text-align: left;
}

/* Forms
============================*/
/* [06] Forms
=====================*/
/*.formlabel, .formrequired, .formtext { font: bold .7em/1em Verdana,Tahoma,Arial,"Lucida Grande",sans-serif; }*/
.formrequired { padding-right: .5em; font-size: 12px; }
.formtext { color: #E8D580; font-weight: normal; font-size: 12.6px; }

form ol
{
	list-style-type: none;
}

label
{
	font-family: "Droid Sans", sans-serif;
	color: #E8D580;
	margin-bottom: 5px;
}

label input, textarea
{
	display: block;
	width: 300px;
	margin: 5px 0;
}

legend
{
	height: 0;
	visibility: hidden;
}

input[type=submit], input[type=reset]
{
	margin: 5px 0;
}

form.contact-form input[type=submit]
{
	float: right;
}

form tr td:first-child
{
	width: 410px;
}

#order-form input[type="text"], #order-form select, #order-form textarea
{
	margin-bottom: .4em;
	width: 375px;
}

#order-form h2
{
	text-align: left;
	margin: 0;
	color: #f00;
}

#order-form select.delivery-date-day
{
	width: 56px;
}
#order-form select.delivery-date-month
{
	width: 96px;
}
#order-form select.delivery-date-year
{
	width: 61px;
}

#order-form a:link, #order-form a:visited
{
	text-decoration: underline;
	color: red;
}
#order-form a:hover, #order-form a:active
{
	text-decoration: none;
}

#order-form input[name="offer"],
#order-form input[name="display_price"],
#order-form input[name="presetmessage"]
{
	width: 79px;
}

select[name="postage"]
{
	margin-right: 4px;
}

.formtext .price
{
	color: #f00;
}

input#submit
{
	padding: 20px;
}

/* --- Final payment order form --- */
#order-form-payment
{

}

/* Signup in midmenu */
#sidebar input
{
	margin: .2em 0;
}


/* contact */
table.contact-form h3
{
	margin-top: 0;
}


/* These last two were added simply to provide compatability for
   old conventions. */

.paymentformlabel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: x-small;
}

.paymentformtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
}

/* The last stage - payment was being affected negatively by certain styles */

#order-form-payment table tr td
{
	padding: 2px;
}

#order-form-payment #credit-card-details td
{
	padding: 5px;
}

#order-form-payment tr td:first-child
{
	width: 50%;
}

/* --- Placeholder styling --- */
/* --- http://davidwalsh.name/html5-placeholder-css --- */
::-webkit-input-placeholder { font-style: italic; }
input:-moz-placeholder      { font-style: italic; }

#special_offer_text
{
	background: orange;
	padding: 5px 10px;
	margin: 5px 0 0 3px;
	color: #333;
	display: none;
	width: 200px;
	border-radius: 5px;
	background: #e5e696; 
	background: -moz-linear-gradient(top,  #e5e696 0%, #d1d360 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e696), color-stop(100%,#d1d360)); 
	background: -webkit-linear-gradient(top,  #e5e696 0%,#d1d360 100%); 
	background: -o-linear-gradient(top,  #e5e696 0%,#d1d360 100%); 
	background: -ms-linear-gradient(top,  #e5e696 0%,#d1d360 100%);
	background: linear-gradient(top,  #e5e696 0%,#d1d360 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#d1d360',GradientType=0 );
}

/* [13] Formalize
=====================*/
/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 3;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}

/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.button {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(http://www.interpetal.com/images/ui/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #f00 0 0 20px;
  -webkit-box-shadow: #06f 0 0 20px;
  box-shadow: #f00 0 0 20px;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(http://www.interpetal.com/images/ui/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  /* select[size], */ /* Our select boxes on order form had size attribute so dropdown arrow didn't show */
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  max-height: 130px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/

/*
  Everything below this line is for IE6.
  Delete it if you don't support it! :)

  Classes are added dynamically via JS,
  because IE6 doesn't support attribute
  selectors: .ie6_button, .ie6_input, etc.

  Note: These style rules are somewhat
  duplicated because IE6 bombs out when
  it sees attribute selectors. Example:

  .ie6_button {
    This works in IE6.
  }

  .ie6_button,
  input[type=submit] {
    This doesn't work.
  }
*/

.ie6_button,
* html button {
  background: #ddd url(http://www.interpetal.com/images/ui/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888;
}

.ie6_input_disabled {
  background: #eee;
}



/* Img Info sections

Where we have info presented with an image to the left or right. Was created for
the freeze_dried_rose_petals.shtml page but can be used elsewhere.
==============================================================================*/
.img-info-wrapper
{
	list-style-type: none;
	padding: 0;
}

.img-info-wrapper-inner
{
	overflow: hidden;
}

.img-info-wrapper-inner img
{
	padding: 1em;
}

dl.christmas-features
{
	width: 600px;
}

dt
{
	color: #E8D580;	
}

dl.christmas-features dd:before
{
	content: '';
}

/* Feature Scroller
=========================*/
  #front-page-feature                  { width: 896px; height: 200px; margin: 2em auto; }
  #front-page-feature ul               { list-style-position: outside; list-style-type: none; margin: 0 auto; padding: 0; overflow: hidden; width: 860px; height: 194px; border: 3px solid #E8D580; }
  #front-page-feature li               { width: 100%; height: 100%; float: left; display: none; position: relative; }
  #front-page-feature li.being-shown   { display: block; }
  #front-page-feature span.overlay     { position: absolute; bottom: 1em; right: 0; background: rgba(0,0,0,.6); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* IE */ color: #eee; padding: 10px; max-width: 400px; }

  #front-page-feature span.overlay h2  { color: #eee; font: italic 24px/1em 'Georgia'; text-align: left; }
  #front-page-feature span.overlay p   { font: italic 14px/1em 'Georgia'; margin: 5px 0 0 0; }

  #front-page-feature div.left-button,
  #front-page-feature div.right-button { height: 100%; width: 15px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }

  #front-page-feature div.left-button  { float: left;  background: #E8D580 url("images/ui/IR_left-arrow.png") center center no-repeat;  }
  #front-page-feature div.right-button { float: right; background: #E8D580 url("images/ui/IR_right-arrow.png") center center no-repeat; }

