html, table, input, select {
    font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
    font-family: Georgia, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

input, select {
    font-size: 100%;
}

.clear {
    clear: both;
}

ul.list li, dl.list dd, ol.list {
    display: inline;
} 

ul.separated li, dl.separated dd {
    border-right-width: 0.1em;
    border-right-style: solid;
    margin-left: 0.3em;
}

ul.separated li.last-child, dl.separated dd.last-child,
ul.separated li:last-child, dl.separated dd:last-child {
    border-right-width: 0;
}

.invisible {
    display: none !important;
}

.button input {
    width: auto !important;
}

.buttons {
    position: relative;
    margin-top: 1em !important;
}

.buttons input{
    width: auto !important;
}

.buttons .rightsided {
    position: absolute;
    right: 0;
}

.half-ratio .buttons .rightsided {
    right: 3em;
}

form fieldset {
    margin-top: 1em;
}

form fieldset:first-child {
    margin-top: 0;
}

form fieldset dl,
form fieldset p {
    margin: 0.4em 0 !important;
    clear: both;
}

form fieldset dl dd {
    margin: 0.3em 0;
}

form fieldset dl.checkable,
form fieldset p.labeless {
    margin-left: 29% !important;
}

form fieldset p label {
    float: left;
    width: 30%;
}

form fieldset dl.checkable label,
form fieldset p.checkable label {
    float: none !important;
    width: auto !important;
}

form fieldset p input, form fieldset p select {
    width: 40%;
}

form fieldset p.checkable input,
form fieldset dl.checkable dd input {
    vertical-align: top;
    width: auto;
}

form fieldset p.line-fields {
    text-align: left;
}

form fieldset p.line-fields label,
form fieldset p.line-fields input{
    float: none;
    padding: 0;
    width: auto;
}

label.first-child {
    
}

.static-content {
    margin-bottom: 1em;
}

.static-content * {
    text-align: justify;
}

.static-content ul li {
    list-style-type: square !important;
}

.static-content li ul li ul li {
    list-style-type: cirlce !important;
}

.static-content ol li {
    list-style-type: decimal;
}

.static-content ol li {
    margin-left: 2.5em;
}

.static-content ul li {
    margin-left: 2em;
}

.static-content p {
    margin: .8em 0;
}

.static-content h1 {
    background: none;
    padding-left: 0;
}

.static-content .toc {
    font-weight: bold;
}

.static-content ol {
	margin-left: .5em;
}

.static-content table {
    clear: both;
    margin: 0 1em 1.5em 1em;
    width: 40em;
}

#sidebar .static-content table {
	margin: 0 0 1.5em 0 !important;
	width: 99% !important;
	text-align: center;
}

.static-content table th {
    
}

.static-content table th,
.static-content table td {
    font-size: 1.2em;
    text-align: center !important;
    padding: .2em;
    width: 33%;
}

.static-content table td.left {
	text-align: left !important;
}

.static-content table td strong a {
	font-weight: bold !important;
}

#sidebar .static-content table th,
#sidebar .static-content table td{
	vertical-align: top;
	width: auto;
}

.static-content h1, 
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    margin: 1em 0;
}

.static-content p, .static-content div {
    clear: both;
    margin: 0 1em 0 0;
    line-height: 1.3em;
}

.static-content p, .static-content ul {
    clear: both;
    padding-left: .65em !important;
    margin-bottom: .8em !important;
}

.static-content h4,
.static-content ul,
.static-content ol {
    clear:both;
}

.static-content li p {
    padding-left: 0 !important;
}

.static-content {
    font-size: .9em;
}

.static-content h1,
.static-content h3 {
    font-size: 1.2em !important;
    text-indent: .4em;
    padding: .2em 4em .2em 0 !important;
    margin-bottom: .5em !important;
    white-space: nowrap;
}

.static-content h1 {
	padding: .2em 4em .2em .2em !important;
}

.static-content h4 {
    padding-left: .65em !important;
}

.static-content li h4 {
    padding-left: 0 !important;
}

.anchor-to-content {
    font-weight: bold;
    margin-bottom: 1em;
    text-align: right !important;
}

.static-content address {
    padding-left: .65em;
    font-style: normal;
    font-weight: bold;
}

dl.errors {
    background-color: #FFDDDD;
    border: 0.1em solid #FF5555;
    margin-right: 1em;
	margin-bottom: 1em;
    padding: 0.5em;
}

dl.errors dt{
    font-weight: bold;
    padding: 0.5em;
}

dl.errors dd {
    margin: 0.5em;
}

label.error,
p.error {
    color: #FF5555;
}

.required {
    color: #FF5555;
}

option.category-level-1 {
    padding-left: 0px;
}

option.category-level-2 {
    padding-left: 10px;
}

option.category-level-3 {
    padding-left: 20px;
}

option.category-level-4 {
    padding-left: 30px;
}

option.category-level-5 {
    padding-left: 40px;
}

option.category-level-6 {
    padding-left: 50px;
}

table {
    width: 100%;
}

table tbody tr td {
    text-align: center;
}

table tfoot tr th {
    text-align: right;
}

table tfoot tr td {
    text-align: center;
}

.floatable {
    float: left;
    margin: 0 !important;
    width: 50%;
}

.floatable.half-ratio {
    width: 40% !important;
}

.inline-proxy *,
.inline-proxy {
    display: inline !important;
    width: auto;
}

.line {
    display: block !important;
    clear: both;
}

.line-all-studies {
	display: block !important;
    clear: both;
    margin-bottom: 0.5em;	
}

.borderless {
    border: none !important;
}

.submit-trigger {
    
}

body.sales-conditions {
    min-width: 7em !important;
}


#sales-conditions {
    padding: 1em;
    
}

.glued {
	margin-left: 0 !important;
}

.side-element {
	margin-left: .5em !important;
}

.bound-to-background {
	z-index: 1 !important;
}

.hidden-in-background {
	z-index: -1 !important;
	position: relative !important;
}

.special-in-background {
	z-index: -1 !important;
}

.glass {
	background: transparent !important;
}

.centerized {
	text-align: center;
}

.hidden {
	display: none;
}

.result-is-empty {
	margin-left: .8em !important;
}