/* -------------------------------------------------------------------------------------------------

It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

This stylesheet forms part of the Formtastic Rails Plugin
(c) 2008 Justin French

--------------------------------------------------------------------------------------------------*/


/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic
--------------------------------------------------------------------------------------------------*/
form.formtastic, form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p { margin:0; padding:0; }
form.formtastic fieldset { border:0; }
form.formtastic em, form.formtastic strong { font-style:normal; font-weight:normal; }
form.formtastic ol, form.formtastic ul { list-style:none; }
form.formtastic abbr, form.formtastic acronym { border:0; font-variant:normal; }
form.formtastic input, form.formtastic textarea, form.formtastic select { font-family:inherit; font-size:inherit; font-weight:inherit; }
form.formtastic input, form.formtastic textarea, form.formtastic select { font-size:100%; }
form.formtastic legend { color:#000; }


/* FIELDSETS & LISTS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset { }
form.formtastic fieldset.inputs { }
form.formtastic fieldset.buttons { padding-left:25%; }
form.formtastic fieldset ol { }
form.formtastic fieldset.buttons li { float:left; padding-right:0.5em; }

/* clearfixing the fieldsets */
form.formtastic fieldset { display: inline-block; }
form.formtastic fieldset:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html[xmlns] form.formtastic fieldset { display: block; }
* html form.formtastic fieldset { height: 1%; }


/* INPUT LIs
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li { margin-bottom:1.5em; }

/* clearfixing the li's */
form.formtastic fieldset ol li { display: inline-block; }
form.formtastic fieldset ol li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html[xmlns] form.formtastic fieldset ol li { display: block; }
* html form.formtastic fieldset ol li { height: 1%; }

form.formtastic fieldset ol li.required { }
form.formtastic fieldset ol li.optional { }
form.formtastic fieldset ol li.error { }
  

/* LABELS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li label { display:block; width:25%; float:left; padding-top:.2em; }
form.formtastic fieldset ol li li label { line-height:100%; padding-top:0; }
form.formtastic fieldset ol li li label input { line-height:100%; vertical-align:middle; margin-top:-0.1em;}


/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li fieldset { position:relative; }
form.formtastic fieldset ol li fieldset legend { position:absolute; width:25%; padding-top:0.1em; }
form.formtastic fieldset ol li fieldset legend span { position:absolute; }
form.formtastic fieldset ol li fieldset legend.label label { position:absolute; }
form.formtastic fieldset ol li fieldset ol { float:left; width:74%; margin:0; padding:0 0 0 25%; }
form.formtastic fieldset ol li fieldset ol li { padding:0; border:0; }


/* INLINE HINTS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li p.inline-hints { color:#666; margin:0.5em 0 0 25%; }


/* INLINE ERRORS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li p.inline-errors { color:#cc0000; margin:0.5em 0 0 25%; }
form.formtastic fieldset ol li ul.errors { color:#cc0000; margin:0.5em 0 0 25%; list-style:square; }
form.formtastic fieldset ol li ul.errors li { padding:0; border:none; display:list-item; }


/* STRING & NUMERIC OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.string input { width:74%; }
form.formtastic fieldset ol li.password input { width:74%; }
form.formtastic fieldset ol li.numeric input { width:74%; }


/* TEXTAREA OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.text textarea { width:74%; }


/* HIDDEN OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.hidden { display:none; }


/* BOOLEAN OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.boolean label { padding-left:25%; width:auto; }
form.formtastic fieldset ol li.boolean label input { margin:0 0.5em 0 0.2em; }


/* RADIO OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.radio { }
form.formtastic fieldset ol li.radio fieldset ol { margin-bottom:-0.6em; }
form.formtastic fieldset ol li.radio fieldset ol li { margin:0.1em 0 0.5em 0; }
form.formtastic fieldset ol li.radio fieldset ol li label { float:none; width:100%; }
form.formtastic fieldset ol li.radio fieldset ol li label input { margin-right:0.2em; }


/* CHECK BOXES (COLLECTION) OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.check_boxes { }
form.formtastic fieldset ol li.check_boxes fieldset ol { margin-bottom:-0.6em; }
form.formtastic fieldset ol li.check_boxes fieldset ol li { margin:0.1em 0 0.5em 0; }
form.formtastic fieldset ol li.check_boxes fieldset ol li label { float:none; width:100%; }
form.formtastic fieldset ol li.check_boxes fieldset ol li label input { margin-right:0.2em; }



/* DATE & TIME OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.date fieldset ol li,
form.formtastic fieldset ol li.time fieldset ol li,
form.formtastic fieldset ol li.datetime fieldset ol li { float:left; width:auto; margin:0 .3em 0 0; }

form.formtastic fieldset ol li.date fieldset ol li label,
form.formtastic fieldset ol li.time fieldset ol li label,
form.formtastic fieldset ol li.datetime fieldset ol li label { display:none; }

form.formtastic fieldset ol li.date fieldset ol li label input, 
form.formtastic fieldset ol li.time fieldset ol li label input, 
form.formtastic fieldset ol li.datetime fieldset ol li label input { display:inline; margin:0; padding:0;  }


#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


body {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 982px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #222;
}

h1 {
	font-size: 34px;
	color: #444;
	font-weight: normal;
}

h2 {
	font-size: 26px;
	color: #747578;
	font-weight: normal;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #A27246;
	text-decoration: none;
}

a.more {
  font-weight: bold;
  color: #7272b6;
}

a img {
  border: 0;
}

.hidden {
  display: none;
}

#heading {
  width: 982px;
  height: 114px;
  background: transparent url(../images/f-menu.png);
  position: relative;
}

#heading .brand-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#heading .brand-menu li {
  float: left;
  position: relative;
}

#heading .brand-menu li a {
  display: block;
  padding: 7px;
  margin-right: 15px;
  color: #eed;
  font-weight: bold;
  text-transform: uppercase;
}

#heading .brand-menu li a:hover {
  color: #fff;
  -text-shadow: 0px 0px 3px #eed;
}

#heading .brand-menu li.open {
  background: #64543e;
}


#heading .brand-menu .sub {
  display: none;
  list-style: none;
  position: absolute;
  top: 28;
  left: 0;
  background: #857052;
  margin: 0;
  padding: 0;
  color: #a79168;
  border-left: 3px solid #64543e;
  min-width: 170px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  z-index:5;
}

#heading .brand-menu .sub li {
  float:none;
}

#heading .brand-menu .sub li a {
  text-transform: none;
  -font-weight: normal;
  margin: 0;
}

#heading .brand-menu .sub li a:hover {
  background: #64543e;
}

#heading .brand-menu li.extra-pages {
  border-left: 2px solid #8a8a8b;
}

#locale-selector {
  color: #eee;
  position: absolute;
  top: 0;
  right: 40px;
  margin: 5px;
}

#country-selector {
  color: #777;
  position: absolute;
  top: 30px;
  right: 60px;
  margin: 5px;  
}

#locale-selector a, #country-selector a {
  color: #ccc;
  border-bottom: 1px solid #888;
}

#locale-selector a:hover, #country-selector a:hover {
  color: #eee;
}

#page_content {
  padding: 0 35px;
}

#footer {
  padding-top: 3em;
  clear: both;
  text-align: center;
}

#footer p {
  margin: 5px;
  border-top: 1px solid #ccc;
}

div.brand-logo {
  float: right;
  margin: 10px 60px 0px 10px;
  text-align: center;
}

div.salesrep {
  width: 300px;
  float:left;
  border-right: 1px solid #eee;
}

div.retailers {
  margin-left: 312px;
}

h2 {
  margin-top: 0;
}

h3 {
  margin: 20px 0 0 0;
  padding: 0;
  color: #daab7a;
  text-transform: uppercase;
  font-size: 14px;
}

h3 a:link, h3 a:visited {
  color: inherit;
}

h4 {
  margin: 0;
  padding: 0;
}

h4 a, h4 a:visited {
  color: #111;
}

.salesrep ul, .retailers ul {
  margin: 3px 0;
  padding: 0;
  list-style: none;
}

.regions-col {
  float: left;
  width: 49%;
}
/*
.retailers .region {
  float: left;
  width: 49%;
}
*/
/*
.retailers .region.right {
  float: right;
  width: 48%;
}
*/
.retailers h2 {
  margin: 0;
}

.salesrep p, .retailers p {
  margin: 2px 0;
}

.salesrep li, .retailers li {
  margin: 8px 0;
  padding: 0;
}

form.formtastic, form {
  max-width: 500px;
  margin: 0 auto;
}

form.formtastic fieldset.inputs {
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px;
}

form.formtastic fieldset legend {
  font-size: 150%;
}

form .image-preview-in-form img {
  float: left;
  height: 90px;
}

a.admin-action, .admin-action a {
  text-transform: uppercase !important;
  color: #7da5b1 !important;
  font-size: 10px !important;
}

a.admin-action:hover, .admin-action a:hover {
  text-transform: uppercase !important;
  background: #fffadc !important;
  color: #61808a !important;
}

.brands-menu {
  list-style: none;
  /* margin: 0 -40px;*/
  text-align: center;
  padding: 0;
}
 
.brands-menu li {
  display: inline-block;
  text-align: center;
  margin: 5px;
  padding: 0;
  /* float: left; */
  position: relative;
  width: 238px;
  height: 180px;
}

.brand-menu li a {
  display: block;
}

.brands-menu li img {
  position: absolute;
  top: 0;
  left: 0;
}


p.flash {
  border: 1px solid #4d8784;
  background: #dff2f7;
  padding: 4px 6px;
}


.news h3, .page_section h3 {
  border-bottom: 1px solid #ddd;
  font-size: 19px;
  font-weight: normal;
  text-transform: none;
}

.news p.meta {
  margin-top:0;
  font-size: 80%;
}

.news-content {
  line-height: 1.5em;
}

.news-content h4 {
  font-size: 110%;
  margin-bottom: -10px;
}

.news .locale-fallback {
  font-style: italic;
  color: #888;
}

.news ul.news-photos {
  float: right;
  width: 200px;
  text-align: center;
  list-style: none;
  margin: 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #CCC;
}

.news ul.news-photos li {
  margin: 0 0 8px 0;
}

.news ul.news-photos .description {
  margin: 0;
  padding: 0;
}

.news ul.news-photos .admin-action {
  float: right;
}

.page_section.fold .section_content > div {
  padding: 8px 0;
}

h3 a .arrow {
  color: #999;
  /*font-size: 16pt;*/
  font-family: "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}

h3 a:hover .arrow {
  color: #777;
  background: #eee;
}

.fold.folded .arrow.fold {
  display:none;
}

.fold .arrow.unfold {
  display:none;
}

.fold.folded .arrow.unfold {
  display: inline;
}

p.more-retailers {
  font-size: 120%;
  clear: both;
}

p.none-for-country {
  display: none;
}

.hidden {
  display: none !important;
}
