/**
 * Generated by ELIXON CSS (ECSS 1.2)
 * ----------------------------------
 * @FLAG CATEGORIES browser/webkit, browser/webkit-legacy, os/windows
 * @FLAG ALIASES webkit, windows
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);

/*@ @FILE default.css @*/
img.left, img.right, img.center {
  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');
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

*[align="center"] img.left, *[align="center"] img.right {
	float: none;
}

.signedOut .users {
	display: none !important;
}

.signedIn .guests {
	display: none !important;
}

html:not(.refreshing) .refreshing {
	display: none;
}

html.refreshing .norefreshing {
	display: none;
}

.alertPopUpBox { 
	min-width: 200px;
	padding: 30px 80px;
}


.loading {
	background-image: url("/packages/cms/img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 50px;
	min-width: 50px;
}


/*@ @FILE default.css @*/


* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizign: border-box;
  -o-box-sizing: border-box;
}

body {
  font-family: 'Open Sans', 'MS Serif', 'New York', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

h1, h2, h3, h4, h5, h6, label.name, caption, thead th {
  font-weight: 300;
  text-shadow: 0.04em 0.03em 0px #FFFFFF;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  text-shadow: 0.04em 0.03em 0px #000000;
  color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, caption, thead th {
  opacity: 0.6; 
}



h1 {font-size: 3.00em;}
h2 {font-size: 2.25em;}
h3 {font-size: 1.75em;}
h4 {font-size: 1.50em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.00em;}

a {
  color: #07679A;
}

footer a, header a {
  color: #E6E6E6;
}

.et {
  padding: 30px;
}

.et.error {
  padding: 0px 20px;
  line-height: 40px;
}

.et label, .et h1, .et h2, .et h3, .et h4 {
  text-shadow: none;
}

b, em {
  font-weight: 700;
}

big {
  color: #3F3F3F;
  font-size: 1.2em;
  font-weight: 300;
  text-shadow: 0.04em 0.03em 0px #FFFFFF;
}

.error {
  color: red;
}

small {
  opacity: 0.5;padding
}

hr {
  border-width: 1px 0px 0px 0px;
  border-color: #BDBDBD;
  border-style: solid;
  height: 1px;
  margin: 1.5em 0;
}

caption {
  text-align: left;
  font-size: 2.25em;
  margin: 20px 10px;
}

thead th {
  padding-bottom: 10px;
  padding-top: 10px;
}

pre {
  background-color: #DBDBDB;
  padding: 10px;
  overflow: auto;
}

code, pre {
  color: #007700;
}

var {
  color: #E67600;
}

/*@ @FILE default-3.css @*/
@media print {
    html, body {
	background-image: url("./data/wdslogo.png");
	background-position: center left;
	background-repeat: repeat;
	background-color: white;
    }
    body > * {
	display: none;
    }
}

#body .name:before {
    content: "WebDevelopers® ";
    font-weight: normal;
}

#body .menu .name:before {
    display: none;
}
.wide #body > .vbox {
  width: auto;
  margin: 0px 50px;
}

.iframe header, .iframe footer {
  display: none;
}

.iframe .vbox {
  width: auto;
  height: auto;
}

.iframe #body {
  background-color: #F7F7F7;
}

.iframe #body > .vbox {
  padding: 20px 50px;
}

.iframe #extra {
  padding-left: 2em;
  padding-right: 2em;
}

html, body {
  margin: 0px;
  padding: 0px;
}

html {
  background-color: #242424;
}

.hbox {
  width: 100%;
  clear: both;
}

.vbox {
  width: 960px;
  margin: 0px auto;
  position: relative;
}

#header {
  background-color: #242424;
  color: white;
}

#header .vbox {
  background-image: url("./data/wdslogo.png");
  background-position: center left;
  background-repeat: no-repeat;
  min-height: 90px;
}

#header h1 {
    display: none;
  margin: 0px 0px 0px 60px;
  line-height: 75px;
  font-size: 1.8em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#header h1 a {
  color: white;
  text-decoration: none;
}

#header h1 span {
  font-size: 0.8em;
  opacity: 0.5;
}

#header h1 small {
  display: block;
  position: absolute;
  left: 60px;
  top: 28px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#hot {
  display: block;
  margin: 0px 2em;
  padding: 0px;
  list-style: none;
  float: right;
  line-height: 2em;
}

#hot li {
  display: inline;
  padding: 0px 1em;
}

#hot a {
  color: #929292;
  text-decoration: none;
}

#bar {
  background-color: #242424;
  border: 1px solid #454545;
  position: relative;
  
	box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
  
  
	background: -moz-linear-gradient(top, #454545 0%, #1F1F1F 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#1F1F1F)); 
	background: -webkit-linear-gradient(top, #454545 0%,#1F1F1F 100%); 
	background: -o-linear-gradient(top, #454545 0%,#1F1F1F 100%); 
	background: -ms-linear-gradient(top, #454545 0%,#1F1F1F 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#1F1F1F',GradientType=0 ); 
	background: linear-gradient(top, #454545 0%,#1F1F1F 100%); 
  
  height: 40px;
  color: #FFFFFF;
}

#bar label {
  text-shadow: none;
}

#bar menu, #bar li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#bar .menu .p4 {
  display: none; 
}

#bar a {
  padding: 0px 10px;
  color: white;
  text-decoration: none;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #D3D3D3;
  display: inline-block;
  height: 40px;
  text-shadow: 1px 1px 0 #1D1D1D;
}

#bar a:hover {
  color: white;
  background-color: #3A3A3A !important;
  
	background: -moz-linear-gradient(top, #717171 0%, #242424 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717171), color-stop(100%,#242424)); 
	background: -webkit-linear-gradient(top, #717171 0%,#242424 100%); 
	background: -o-linear-gradient(top, #717171 0%,#242424 100%); 
	background: -ms-linear-gradient(top, #717171 0%,#242424 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717171', endColorstr='#242424',GradientType=0 ); 
	background: linear-gradient(top, #717171 0%,#242424 100%); 
  
  
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
  
  position: relative;
  top: -1px;
}

#bar a.active, #bar a.current {
  font-weight: 700;
  color: white;
  background-color: #1D1D1D;
  
	background: -moz-linear-gradient(top, #2F2F2F 0%, #171717 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2F2F2F), color-stop(100%,#171717)); 
	background: -webkit-linear-gradient(top, #2F2F2F 0%,#171717 100%); 
	background: -o-linear-gradient(top, #2F2F2F 0%,#171717 100%); 
	background: -ms-linear-gradient(top, #2F2F2F 0%,#171717 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F2F2F', endColorstr='#171717',GradientType=0 ); 
	background: linear-gradient(top, #2F2F2F 0%,#171717 100%); 
  
  
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
  
  border-width: 0px 3px;
  border-color: black #1F1F1F black #3A3A3A;
  border-style: solid;
  position: relative;
  top: -1px;
}

#extra {
  background-color: #CCCCCC;
  overflow: hidden;
}

#body {
  background-color: #E6E6E6;
  overflow: hidden;
  padding-bottom: 100px;
}

#body > .vbox {
  min-height: 320px;
}

#footer {
  background-color: #383632;
  color: silver;
  font-size: 0.9em;
  overflow: hidden;
  border: 1px solid #42403C;
  outline: 1px solid #1C1B19;
}

#footer .panel {
  width: 278px;
  float: left;
  min-height: 100px;
  padding: 10px 20px;
  margin: 20px 0px;
}

#footer1, #footer2 {
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #42403C;
  
	box-shadow: 1px 0px 0px #2A2926;
	-webkit-box-shadow: 1px 0px 0px #2A2926;
	-moz-box-shadow: 1px 0px 0px #2A2926;
  
}

#copyright, #social {
  clear: both;
  color: silver;
  font-size: 0.8em;
  text-align: center;
  padding: 10px 0;
}

#copyright details {
  margin-bottom: 1em;
}

#copyright nav {
  margin: 0px;
  padding: 0px;
}

#copyright menu {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  white-space: nowrap;
  text-align: center;
}

#copyright li {
  display: inline;
  margin: 0px;
  padding: 0px 1em;
}


#copyright a {
  text-decoration: underline;
}

/*@ @FILE default-4.css @*/
#multiboxBar {
  white-space: nowrap;
  color: white;
  font-size: 0.9em;
  position: absolute;
  right: 0px;
  top: 30px;
}

#multibox {
  background-color: #2F2F2F;
  float: right;
  
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
  
  border: 1px solid #505050;
  height: 2em;
  line-height: 2em;
  
	background: -moz-linear-gradient(top, #454545 0%, #1F1F1F 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#1F1F1F)); 
	background: -webkit-linear-gradient(top, #454545 0%,#1F1F1F 100%); 
	background: -o-linear-gradient(top, #454545 0%,#1F1F1F 100%); 
	background: -ms-linear-gradient(top, #454545 0%,#1F1F1F 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#1F1F1F',GradientType=0 ); 
	background: linear-gradient(top, #454545 0%,#1F1F1F 100%); 
  
  
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  
}

.multi {
  padding: 0px 2em;
  display: inline-block;
}

#multi1 {
  padding-right: 0.5em ; /*@ !for(-ie7) @*/
}

#multi2 {
  border-radius: 15px;
  background-color: #454545;
  
	background: -moz-linear-gradient(top, #5B5B5B 0%, #2F2F2F 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5B5B5B), color-stop(100%,#2F2F2F)); 
	background: -webkit-linear-gradient(top, #5B5B5B 0%,#2F2F2F 100%); 
	background: -o-linear-gradient(top, #5B5B5B 0%,#2F2F2F 100%); 
	background: -ms-linear-gradient(top, #5B5B5B 0%,#2F2F2F 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B5B5B', endColorstr='#2F2F2F',GradientType=0 ); 
	background: linear-gradient(top, #5B5B5B 0%,#2F2F2F 100%); 
  
}

#multibox a {
  color: white;
  text-decoration: none;
}

#multibox a:hover {
  color: white;
}

/*@ @FILE default-5.css @*/
.button, button {
  font-weight: 400;
  font-size: 0.8em;
  font-family: inherit;
}

button, .button, input[type="submit"], input[type="reset"] {
    
	background: -moz-linear-gradient(top, #A03333 0%, #5F0000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A03333), color-stop(100%,#5F0000)); 
	background: -webkit-linear-gradient(top, #A03333 0%,#5F0000 100%); 
	background: -o-linear-gradient(top, #A03333 0%,#5F0000 100%); 
	background: -ms-linear-gradient(top, #A03333 0%,#5F0000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A03333', endColorstr='#5F0000',GradientType=0 ); 
	background: linear-gradient(top, #A03333 0%,#5F0000 100%); 
  
    text-shadow: 1px 1px 0 #1B0000;
    color: #FFFFFF;

    
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
  
    border: 1px solid #D3D3D3;
    cursor: pointer;
    display: inline-block;
    margin: 0.5em 0.1em;
    outline: medium none;
    overflow: visible;
    padding: 0.2em 1em;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1em;
}

.button:hover, .button:active, 
button:hover, button:active,
button.active,
input[type="submit"]:hover, input[type="submit"]:active, 
input[type="reset"]:hover, input[type="reset"]:active {
    
	background: -moz-linear-gradient(top, #FFEF99 0%, #E6C200 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFEF99), color-stop(100%,#E6C200)); 
	background: -webkit-linear-gradient(top, #FFEF99 0%,#E6C200 100%); 
	background: -o-linear-gradient(top, #FFEF99 0%,#E6C200 100%); 
	background: -ms-linear-gradient(top, #FFEF99 0%,#E6C200 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEF99', endColorstr='#E6C200',GradientType=0 ); 
	background: linear-gradient(top, #FFEF99 0%,#E6C200 100%); 
  
    text-shadow: 1px 1px 0 #B3B3B3;
    color: #000000;
}


/*@ @FILE default-6.css @*/
.formRow {
  margin: 0.5em auto;
}

input, textarea, select {
  
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  
  border-width: 1px;
  padding: 0.2em 0.5em;
  font-size: 0.9em;
  color: black;
}

input.error, textarea.error, select.error {
  border-color: red;
  border-style: solid;
}

form.loading {
  opacity: 0.3;
}
form.loading input,
form.loading select,
form.loading textarea,
form.loading button {
}

form.simple {
  width: 33%;
  margin: 20px 10%;
}

form.simple .block {
  display: block;
  margin-top: 0.5em;
}

form.simple input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), form.simple textarea, form.simple select {
  width: 100%;
}

form .actions {
  clear: both;
  text-align: center;
  margin: 2em 0;
}

.validatedErrorMsg {
  white-space: nowrap;
}


label {
  font-weight: 300;
  text-shadow: 1px 1px 0 #FFFFFF;
}

form.form {
  width: 56%;
  margin: 0px auto;
  position: relative;
}

form.form textarea {
  height: 8em;
}

form.form input:not([type="checkbox"]):not([type="file"]), form.form select, form.form textarea {
  width: 100%;
}

form.form .formActions {
  text-align: center;
  margin: 2em;
}

form#addProjectFast input[type="text"], form#addProjectFast textarea {
  width: 100%;
}

form#addProjectFast button {
  margin: 1.5em auto;
  display: block;
}

/*@ @FILE default-7.css @*/
#body nav menu, #extra nav menu, menu.nav {
  display: block;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9em;
  text-shadow: 1px 1px 0px #FFFFFF;
}

#body nav li, #extra nav li, menu.nav li {
  display: inline;
  margin: 0px 1em 0px 0px;
  padding: 0em;
}

#body nav li.current {
  x-display: none;
}


menu.nav a:hover,
menu.nav a:active,
menu.nav a.active,
menu.nav a.current,
#extra nav a:hover,
#extra nav a:active,
#extra nav a.active,
#extra nav a.current,
#body nav a:hover,
#body nav a:active,
#body nav a.active,
#body nav a.current {
  border-bottom: 2px solid #07679A ;
  
	box-shadow: 0px 1px 0px #FFFFFF;
	-webkit-box-shadow: 0px 1px 0px #FFFFFF;
	-moz-box-shadow: 0px 1px 0px #FFFFFF;
  
  color: #07679A;
}

menu.nav a,
#extra nav a,
#body nav a {
  text-decoration: none;
  border-color: #333333;
  color: #333333;
}

menu.nav a,
#extra nav a {
  color: #000000;
}

menu.nav a.current,
#extra nav a.current,
#body nav a.current {
  border-color: #07679A;
  color: #07679A;
}

#extra nav menu menu {
  display: block;
  position: absolute;
  bottom: -44px;
  line-height: 1em; 
}

/*@ @FILE default-8.css @*/
#fancybox-content .msg {
  padding: 1em 3em;
  text-align: center;
}

#fancybox-content h1 {
  white-space: nowrap;
}

#logoArbitraz {
  margin: 0px 0px 0px 50px;
}

#logoWD {
  margin: 40px 0px 40px 50px;
}

/*@ @FILE default-9.css @*/
#extra .box, #body .box, #searchBox .box {
    background-color: #FFFFFF;
    
	box-shadow: 0px 0px 2px #A6A6A6;
	-webkit-box-shadow: 0px 0px 2px #A6A6A6;
	-moz-box-shadow: 0px 0px 2px #A6A6A6;
  
    margin: 2em auto;
    padding: 20px 70px;
    position: relative;
}

#searchBox li.box, #body li.box, #body table.box {
    padding: 20px;
}

.commissionFree {
  color: #333333;
  background-image: url("./data/emblems/emblem-money-2.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 80px;
  min-height: 64px;
  font-size: 1em;
  margin: 2em 0em;
}

.commissionFree big {
  font-size: 2em;
  font-weight: 300;
  text-shadow: 0.04em 0.03em 0px #FFFFFF;
}

.col {
  margin: 10px 50px 50px 50px;
  width: 380px;
  float: left;
  padding: 0px 0px;
}


/*@ @FILE default-10.css @*/
.wdsTheatre {
  width: 960px;
  height: 520px;
  margin-bottom: 50px;
  background-color: #CCCCCC;
  border: 1px solid #FFFFFF;
  
	box-shadow: 2px 2px 12px #999999;
	-webkit-box-shadow: 2px 2px 12px #999999;
	-moz-box-shadow: 2px 2px 12px #999999;
  
}

.wdsTheatre li {
  height: 520px;
  width: 480px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #FFFFFF;
}

.wdsTheatre .price {
  position: absolute;
  right: 40px;
  bottom: 16px;
  font-size: 50px;
  color: #808080;
  font-weight: 300;
  letter-spacing: -5px;
}

.wdsTheatre .currency {
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: -10px;
}

.wdsTheatre .name {
  font-size: 2em;
  color: #333333;
  text-shadow: 1px 1px 0 #F2F2F2;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wdsTheatre a {
  text-decoration: none;
}

.wdsTheatre .description {
  color: #4D4D4D;
  font-weight: 300;
  width: 360px;
}

.wdsTheatre .description,
.wdsTheatre .name {
  display: block; 
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.wdsTheatre .banner {
  border-bottom: 1px solid #FFFFFF;
}


.wdsTheatre.theatre-css3-stack {
  padding: 40px 0px;
}
.wdsTheatre.theatre-css3-stack li {
  background-color: white;
  border: 1px solid #FFFFFF;
  
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
  
}
.wdsTheatre.theatre-css3-stack .theatre-control {
  opacity: 1;
  background-color: rgba(0,0,0,0.2);
}
.wdsTheatre.theatre-css3-stack .theatre-next,
.wdsTheatre.theatre-css3-stack .theatre-prev {
  display: block !important;
}

/*@ @FILE default-11.css @*/
.wdsList {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 50px;
}

.wdsList li {
  margin: 30px 0px;
  padding: 20px;
  postion: relative;
}

.wdsList .icon {
  float: left;
}

.wdsList .info {
  margin-left: 112px;
  margin-right: 100px;
  min-height: 96px;
  position: relative;
}

.wdsList .name {
  font-size: 2em;
  display: block;
  font-weight: 300;
}

.wdsList a {
  text-decoration: none;
}

.wdsList menu.nav a {
  color: #07679A;
}

.wdsList:hover menu.nav a {
  color: #880000;
}

.wdsList .description {
  color: #808080;
  font-weight: 300;
}

.wdsList .price {
  position: absolute;
  top: 0px;
  right: -80px;
  width: 80px;
  height: 80px;
  font-size: 50px;
  color: #B3B3B3; 
  text-align: right; 
  font-weight: 300;
  letter-spacing: -5px;
}

.wdsList .currency {
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: -10px;
}

.wdsList .type {
  color: #333333;
  font-weight: 300;
  margin: 0px 0px;
  text-transform: uppercase;
  font-size: 0.8em;
}


/*@ @FILE default-14.css @*/
table.balance {
  width: 100%;
}

table .fee, table .amount {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}

table .status, table .sn, table .date, table .domain {
  text-align: center;
}

tbody .date, tbody .sn, tbody .amount, tbody .fee {
  font-family: monospace;
}

tfoot tr th {
  padding-top: 10px;
  border-top: 1px solid #F2F2F2;
}

tfoot .amount {
  font-size: 2em;
}

tbody .noData {
   font-size: 2em;
   color: #D9D9D9;
   padding: 30px;
   text-align: center;
   border-width: 1px 0px;
   border-color: #F2F2F2;
   border-style: solid;
}

/*@ @FILE default-12.css @*/
#searchBar {
  position: absolute;
  top: 8px;
  right: 0px;
  color: #B3B3B3;
}

#wdsSearchResults {
  width: 960px;
  margin: 0px auto 50px auto;
  padding: 20px 0px;
}

#searchBox {
  background-color: #666666;
}


/*@ @FILE default-13.css @*/
.itemHeader {
  margin: 20px 0px 30px 0px;
  position: relative;
  min-height: 96px;
}

.itemHeader h1 {
  margin: 0px;
}

.itemHeader .itemIcon {
  position: absolute;
  left: 10px;
  top: 0px;
}

.itemHeader menu.nav,
.itemHeader .itemSource,
.itemHeader .itemName {
  margin-left: 125px !important;
  margin-bottom: 0px;
  width: 700px;
  white-space: normal;
}

.itemHeader .itemSource {
  font-weight: 300;
  font-size: 0.9em;
}

.itemHeader .itemSource a {
  text-decoration: none;
}

.itemHeader .itemSource a:hover, 
.itemHeader .itemSource a:active {
  text-decoration: underline;
}

.itemHeader .trial {
  position: absolute;
  right: 140px;
  top: 0px;
  z-index: 100;
  display: inline;
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #8E0D0D;
  padding: 3px 10px;
  
	box-shadow: 0px 2px 5px #CE9696;
	-webkit-box-shadow: 0px 2px 5px #CE9696;
	-moz-box-shadow: 0px 2px 5px #CE9696;
  
  color: #EDD9D9;
  text-shadow: 2px 2px 0px #5F0000;  
}

.itemHeader #mainTrialButton:hover {
  background-color: #F2CC00;
}

.itemHeader #mainTrialButton:hover .call {
  color: #262000;
  text-shadow: 2px 2px 0px #FFE34D;  
}

.paymentOptions .price,
.itemHeader .price {
  cursor: pointer;
  right: 40px;
  top: 0px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  background-color: #8E0D0D;
  padding: 10px;
  
	box-shadow: 0px 2px 5px #CE9696;
	-webkit-box-shadow: 0px 2px 5px #CE9696;
	-moz-box-shadow: 0px 2px 5px #CE9696;
  
  color: #EDD9D9;
  text-shadow: 2px 2px 0px #5F0000;  
}

.paymentOptions .price {
  float: right;
}

.itemHeader .price {
  position: absolute;
}

.paymentOptions .price:hover,
.itemHeader .price:hover {
  background-color: #F2CC00;
  color: #262000;
  text-shadow: 2px 2px 0px #FFE34D;  
}

.paymentOptions .price:hover .call,
.itemHeader .price:hover .call {
  color: #4D4100;
}

.paymentOptions .price .value,
.itemHeader .price .value {
  font-size: 50px;
  letter-spacing: -5px;
  position: relative;
  right: -2px;
  line-height: 50px;
}

.paymentOptions .price .currency,
.itemHeader .price .currency {
  font-size: 20px;
  position: relative;
  top: -15px;
  right: -5px;
}

.paymentOptions .call,
.itemHeader .call {
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}

.paymentOptions .call {
  color: #000000;
}

.foreign, .detailContents {
  position: relative;
}

.foreign {
  overflow: hidden !important;
  width: 960px !important;
}

.foreign .convertError {
  min-width: 10px;
  min-height: 10px;
  border: 1px solid red;
}

.foreign .convertError:before {
  content: attr(data-error);
  color: red;
  padding: 0px 5px;
}

#overviewDescription {
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 420px;
  margin: 0px;
  padding: 30px;
  font-weight: 300;
  font-size: 1.8em;
  height: 300px; 
  color: #333333;
  background-color: #D9D9D9;
  text-shadow: 1px 1px 0 #F2F2F2;
}

iframe.demo {
  width: 960px;
  height: 560px;
  border: 1px solid #FFFFFF;
  
	box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
  
}



/*@ @FILE default-15.css @*/
.beta {
  font-size: 0.3em;
  text-transform: uppercase;
}

nav {
  height: 50px;
  margin: 20px 0px;
}

nav menu, nav h1 {
  float: left;
  margin: 0px 20px;
  line-height: 50px;
  height: 50px;
}

nav h1 {
  padding-right: 20px;
  border-right: 1px solid #808080;
}

nav menu {
  margin-left: 0px;
}

.big {
  font-size: 150%;
  font-weight: 300;
}

.et .big a {
  color: #FFFFFF;
}

/*@ @FILE default-16.css @*/
.wdsList .status, .wdsList menu.nav {
  text-align: right;
  padding: 5px 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  font-size: 0.9em;
}

.wdsList .status {
  left: 0px;
  text-align: left;
  text-indent: 20px;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid #BFBFBF;
  background-color: #D9D9D9;
}

.wdsPortfolio li {
  padding-top: 45px !important;
}


/*@ @FILE default-17.css @*/
.directory {
  font-weight: bold;
  opacity: 0.3;
}

.file {
  
}

#itemContents ul {
   list-style-type: square;
}

/*@ @FILE default-18.css @*/
ul.tree {
     list-style: none !important;
     margin: 0px;
     padding: 0px;
}

ul.tree li {
     border-left: 1px dotted #808080;
     margin-left: 15px;
     padding-left: 15px;
     position: relative;
}

ul.tree li:before {
     border-color:  #808080;
     border-style: dotted;
     border-width: 0px 0px 1px 0px;
     content: "";
     height: 8px;
     left: -1px;
     position: absolute;
     top: 0px;
     width: 10px;
}

ul.tree li:last-child {
     border: 1px dotted transparent;
}

ul.tree li:last-child:before {
    border-width: 0px 0px 1px 1px;
}


/*@ @FILE default-20.css @*/
.paymentOptions h1, .paymentOptions h2, .paymentOptions h3 {
  margin-top: 0px;
}

.paymentOptions .price {
  margin: 30px 10px 0px 50px;
  background-color: #F2CC00;
  color: #594B00;
  text-shadow: 2px 2px 0px #FFE34D;  
}

.paymentOptions form {
  display: block;
  padding: 20px 0px;
  margin: 0px;
  border-bottom: 1px solid #333333;
}

.paymentOptions .info {
  margin-right: 100px;
  width: 300px;
}

.paymentOptions form:last-child {
  border: none;
}

/*@ @FILE default-21.css @*/
.footer menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer a {
  color: #FFFFFF !important;
}

.footer menu a {
  text-decoration: none;
}

.footer menu a:hover, .footer menu a:active {
  text-decoration: underline;
}

.footer menu .description {
  display: block;
  margin-bottom: 1em;
  opacity: 0.7;
}



/*@ @FILE default-22.css @*/


/*@ @FILE default-23.css @*/
form.dirEdit {
  width: 100%;
  margin: 20px 0px;
}

form.dirEdit .multiBox {
  position: relative; 
  overflow: hidden; 
  background-color: #F2F2F2 !important;
}

form.dirEdit .logoBox {
  text-align: center;
}

form.dirEdit .multiBox .previewBox {
   width: 410px;
   overflow: visible;
   text-align: center;
   float: left;
}
form.dirEdit .multiBox .previewBox img {
   max-width: 240px;
   max-height: 180px;
   
	box-shadow: 2px 2px 4px #737373;
	-webkit-box-shadow: 2px 2px 4px #737373;
	-moz-box-shadow: 2px 2px 4px #737373;
  
   border: 5px solid white;
}

form.dirEdit .multiBox .textBox {
  margin-left: 420px;
  padding: 20px 0px;
}

form.dirEdit .textBox textarea {
  height: 50px;
}

form.dirEdit .file .actions {
  clear: both;
  padding-top: 20px;
  position: absolute;
  top: -40px;
  right: 20px;
}

form.dirEdit .up, form.dirEdit .down {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

form.dirEdit .file.first .up,
form.dirEdit .file.last .down {
  opacity: 0.2;
}