/* @FLAGS  */
/* @FILE default.css */
img.left, img.right {
  margin: 1em;
  -moz-box-shadow: 1px 1px 6px silver;
  -webkit-box-shadow: 1px 1px 6px silver;  
  box-shadow: 1px 1px 6px silver;
  border: 8px solid white;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='silver', Positive='true');
}



/* @FILE global-2.css */
@namespace elixon url("http://www.webdevelopers.eu/elixon");

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 1em;
  text-shadow: 2px 2px 3px #141A1D;
}

#share {
  display:block;
  margin: 10px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
#share li {
  display: inline;
  padding: 0px 0px;
  margin: 0.3em;
}
#share a {
  text-decoration: none;
}
#share a:hover, #share a:active {
  text-decoration: underline;
}

.langs {
  display:block;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 10px;
  line-height: 25px;
  font-size: 0.9em;
  text-transform: lowercase;
}

.langs li {
  display: inline;
  padding: 0px 1em;
  margin: 0px;
}

.langs li.current {
  display: none;
}

.langs a {
  text-decoration: none;
  color: #5F7580;
}

.langs a:hover, .langs a:active {
   text-decoration: underline;
   color: silver;
}


html {
  color: #AEBCC3;
  font-family: arial;
  background-color: black;
  background-image: url('data/bg.jpg');
  background-position: center top;
  background-repeat: repeat-y;
  line-height: 1.4em;
  font-size: 0.9em;
}

body {
  position: relative;
  margin: 0px auto 80px auto;
  width: 801px;
}

#page {
  background-position: center top;
  background-repeat: repeat-y;
}

#menu {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: block;
  height: 27px;
  overflow: hidden;        
  line-height: 26px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;        
}

#menu li {
  margin: 0px;
  padding: 0px;           
  display: inline;
}

#menu a {
  padding: 1em 1em;
  text-decoration: none;
  color: #BCC3C6;
}

#menu a:hover, #menu a.current, #menu a.active {
  color: white;                
}

#menu a.current, #menu a.active {
  background-image: url('data/menuhighlight.jpg');
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0px 1px;
  border-color: #AEBCC3;
  border-style: solid;
}

a {
  color: #DBCE6A;
}

#content {
  overflow: hidden;
}

blockquote {
  margin: 1em 0.5em;
  font-style: italic;
}
blockquote:before {
  content: '"';
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 4em;
  float: left;
  display: block;
  margin: 0.25em 0.25em 0em 0em;
}
blockquote:after {
  content:  '"';
  font-family:  Palatino Linotype, Book Antiqua, Palatino, serif;
}

img {
  border: 0px;
}

#wd {
  background-image: url(data/wdlogo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

#wd span {
  display: none;
}

#wd .since {
  color:#7F8487;
  display:block;
  font-size:0.7em;
  position:relative;
  text-decoration:none;
  text-transform:uppercase;
  top: 50px; 
}

.error {
  color: #EE5C3D;
}

.formThankYou, .form {
  margin: 0em auto 2em auto;
}
.formThankYou, .form, .formInput input, .formInput select, .formInput textarea {
  width: 300px;
}
.formLabel {
  margin: 0.5em 0em;
  display: block;
}
.formInput input, .formInput select, .formInput textarea {
  background-color: #171F22;
  border: 1px solid #505559;
  border-radius: 5px; 
  -moz-border-radius: 5px;
  color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.formInput textarea {
  height: 150px;
}
.formRow {
  margin: 1em 0em;
}
.formActions {
  text-align: center;
}
.formThankYou {
  text-align: center;
  font-size:1.2em;
  font-weight:bold;
  margin:4em auto;
}

elixon|form {
  width: 300px !important;
  margin: 0px auto !important;
}

/* @FILE apply-2.css */
.warning {
  border: 2px solid white;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #3C4951;
  padding: 1em;
  color: white;
  margin: 10px 0px;
} 

#menu a.p1 {
  height:100px;
  left:0;
  position:absolute;
  top:26px;
  width:600px;
  z-index: 100;
}

#menu .p1 span {
  display: none;
}

/* @FILE frontpage.css */
#company {
  position: absolute; 
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-shadow: none;
  opacity: 0.5;
  font-size: 26px;
  width: 800px;
  text-align: center;
  top: 50px;
}

#menu .p11, #menu .p12, #menu .p1 {
  display: none;
}

#versionTag {
  min-height:1em;
  position:absolute;
  right:0px;
  top:242px;
  width:115px;
  text-align: center;
  z-index: 1000;
}

#share {
  position: absolute;
  top: 290px;
  width: 100%;
}

#page {
  background-image: url('data/bgmiddle.jpg');
}

#pageInner {
  background-image: url('data/bgtop.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

#pageInner2 {
  background-image: url('data/bgbottom.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}

#content {
  margin: 320px 0px 0px 3px; 
}

#link1, #link2 {
  position: absolute;
  width: 350px;
  height: 155px;
  top: 122px;
  text-decoration: none;
}

#link1 {
  left: 0px;
}

#link2 {
  text-align: right;
  right: 0px;
}

#link1 .name, #link2 .name {
  position: absolute;
  bottom: 82px;
  font-size: 1.8em;
  line-height: 1em;                             
  font-weight: normal;
  color: white;
  text-shadow: 2px 2px 3px #141A1D;
}

#link1 .description, #link2 .description {
  position: absolute;
  top: 80px;
  font-style: normal;
  font-size: 0.9em;
}

#link1 .name, #link1 .description {
  left: 100px;                             
}

#link2 .name, #link2 .description {
  right: 100px;                             
}

#content .panel {
  float: left;
  width: 265px;
  padding: 0px 1em;
  margin-bottom: 1em;
}

#content h1 {
  margin: 0px 0px 1em 0px;
  height: 36px;
  line-height: 36px;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  text-shadow: 2px 2px 3px #141A1D;
  overflow: hidden;
}



/* @FILE default-2.css */
.hproduct .header {
  height: 85px; /* To align wit the Powered By Mozilla */
  overflow: hidden;
}
.hproduct .brand {
  display: block;
  margin-top: 15px;
  font-size: 0.8em; 
  font-weight: bold;
  text-transform: uppercase;
}
.hproduct .category {
  font-size: 0.8em;  
  display: none;
}
.hproduct .fn {
  margin: 3px 0px;
  padding: 0px;
  font-size:35px;
  font-weight:bold;
  text-decoration:none;
  text-transform: uppercase;
  text-shadow: none;
}
.hproduct .fn a {
  color:#96999C;
  text-decoration: none;
}
.hproduct i {
  display: block;
  margin: 0.2em 0;
  font-style: normal;
  font-size: 0.8em;
}
.hproduct .description {
  
}
.hproduct .url {
  
}

