body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    background-color: #1e1e2c;
    color: #555555;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

h1, .h1 {
    margin: 1em 0 1em 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 140%;
}

h1.old {
    margin: 20px 0 20px 0;
    font-size: 33px;
    line-height: 105%;
}

h2, .h2, #shop h1 {
    margin: 1em 0 1em 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

h3, .h3 {
    margin: 1em 0 1em 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

h4, .h4 {
    margin: 1em 0 1em 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

p, .p {
    margin: 1em 0 1em 0;
}

blockquote, .blockquote {
    margin: 1em 0 1em 0;
    color: #999999;
}

.h1, .h2, .h3, .h4, .p, .blockquote {
	display: block;
}

a {
    text-decoration: none;
    color: #666666;
}

p a {
	text-decoration: underline;
}

a:hover {
    color: #999999;
}

table {
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 0;
    padding: 0;
    list-style: decimal;
}

li {
    border: 0;
    margin: 0;
    padding: 0;
}

.important {
	color: #7768a6;
}

.footnote {
	font-size: 11px;
}

input[type=text], input[type=select], input[type=password], input[type=file] {
    border: 1px solid #999999;
    background-color: #fcfcfc;
}

input[type=submit] {
	border: 0;
	padding: 2px 10px;
	background-color: #5c5080;
	color: #ffffff;
}

input[type=submit]:hover {
	background-color: #666666;
}

input[disabled] {
    background-color: #eeeeee;
}

input.link {
	border: 1px solid transparent;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	cursor: pointer;
	color: #666666;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

input.link:hover {
	color: #999999;
}

fieldset, legend {
    border: 0;
    margin: 0;
    padding: 0;
}

dl {
	border: 0;
	margin: 0;
	margin: 1em 0;
}

dd, dt {
    border: 0;
    margin: 0;
    padding: 0;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.block {
	display: block;
}

.singleline dd, .singleline dt {
	display: inline;
}

fieldset table {
	padding: 10px 0;
}

fieldset.required legend {
    font-weight: bold;
}

fieldset.heading legend {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

label.required {
    font-weight: bold;
}

.errors, .error {
    color: #ff0000;
}

.clear {
    clear: both;
}

img.button {
	cursor: pointer;
}

#page {
	position: relative;
}

#header-area {
    width: 1000px;
    margin: 0 auto;
    background-image: url(/images/layout/page-shadow-middle.gif);
    background-repeat: repeat-y;
    z-index: 1000;
}

#header-shadow {
	position: relative;
	background-image: url(/images/layout/page-shadow-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	z-index: 1001;
}

#virtual-shop-title {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
	color: #afafba;
	z-index: 1003;
}

#virtual-shop-title a {
	color: #d6d6e5;
}

#virtual-shop-title a:hover {
	color: #ffffff;
}

#top-menu {
	position: relative;
	width: 976px;
    height: 64px;
    margin: 0 auto;
    color: #afafba;
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
    text-transform: none;
    z-index: 1002;
}

#top-menu ul {
	position: absolute;
	right: 0px;
}

#top-menu a {
	color: #afafba;
}

#top-menu a:hover {
    color: #ffffff;
}

#top-menu li {
    float: left;
    display: block;
    padding: 10px;
}

#top-menu li.separator {
	width: 1px;
	height: 24px;
	padding: 0;
	background-image: url(/images/layout/top-menu-separator.gif);
}

#header {
	position: relative;
    width: 960px;
    height: 92px;
    margin: 0 auto;
    background-image: url(/images/layout/header.png);
    background-repeat: no-repeat;
    z-index: 1002;
}

#header a {
    display: block;
}

/* main menu - first level */

#main-menu {
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	z-index: 1003;
}

#main-menu a {
	color: #ffffff;
}

#main-menu > ul.navigation {
	position: absolute;
	z-index: 1000;
	top: 65px;
	left: 10px;
}

#main-menu > ul.language {
    position: absolute;
    z-index: 1000;
    top: 65px;
    right: 10px;
}

#main-menu li {
	height: 17px;
	padding: 5px 10px;
	white-space: nowrap;
}

#main-menu > ul > li {
	float: left;
	position: relative;
}

#main-menu > ul > li.active,
#main-menu > ul > li:hover {
    background-image: url(/images/layout/main-menu-selected.png);
    background-repeat: repeat-x;
}

/* main menu - second level */

#main-menu > ul ul {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 27px;
	background-color: #5a5a6b;
}

#main-menu > ul > li:hover > ul {
	display: block;
}

#main-menu > ul > li > ul {
	font-size: 11px;
    font-weight: normal;
}

#main-menu > ul > li > ul > li {
	display: inline;
	padding: 0;
}

#main-menu > ul > li > ul > li > a {
    display: block;
    padding: 5px 10px;
}

#main-menu > ul > li > ul > li > a:hover,
#main-menu > ul > li > ul > li:hover a {
	background-color: #1c1c2d;
}

#center-area {
    width: 1000px;
    margin: 0 auto;
    background-image: url(/images/layout/page-shadow-middle.gif);
    background-repeat: repeat-y;
    overflow: hidden;
    z-index: 1;
}

#content-area {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e8ecf7; /*#e8ecf7; old*/ /*#e2e8f6; new*/
    overflow: hidden;
}

#content-shadow {
	background-image: url(/images/layout/page-shadow-bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
}

#content {
	margin: 40px 20px 40px 20px;
	overflow: hidden;
}

#footer-area {
	position: relative;
	top: -10px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 999;
}

#footer {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #afafba;
    font-size: 11px;
    overflow: hidden;
}

#footer a {
	color: #afafba;
}

#footer a:hover {
    color: #ffffff;
}

#footer-menu {
	float: left;
}

#footer-menu li {
	display: inline;
}

#footer-copyright {
    float: right;
}

#profiling {
    clear: both;
}

#sidebar-navigation,
#subnavigation {
    margin: 30px 20px 0 20px;
    overflow: hidden;
}

#sidebar-navigation li,
#subnavigation li {
	line-height: 200%;
}

#sidebar-navigation li .active,
#sidebar-navigation li .active li .active,
#subnavigation li .active,
#subnavigation li .active li .active {
    font-weight: bold;
}

#sidebar-navigation li .active li,
#subnavigation li .active li {
    font-weight: normal;
}

#sidebar-navigation li li,
#subnavigation li li {
    margin-left: 20px;
}


/* Statistics */

#statistics {
	overflow: hidden;
}

#statistics td,
#statistics td input,
#statistics td select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#cockpit {
	position: relative;
	width: 100%;
	height: 460px;
}

#cockpit h1 {
	color: #5b4f7d;
	font-size: 30px;
	font-weight: bold;
	padding-left: 12px;
	margin: 0 0 3px 0;
}

#cockpit h2 {
    color: #333333;
    font-size: 18px;
    margin: 0 0 8px -3px;
    width: 220px;
    text-align: center;
}

#cockpit table {
	background-color: #5b4f7d;
	position: absolute;
	width: 400px;
}

#cockpit table tr {
	height: 20px;
	color: #e8ecf7;
}

#cockpit table a {
	color: #e8ecf7;
}

#cockpit table a:hover {
    color: #ffffff;
}

#cockpit table th {
	text-align: left;
	background-color: #383165;
}

#cockpit table th,
#cockpit table td {
	padding: 0 5px;
	white-space: nowrap;
}

#cockpit table .right {
	text-align: right;
}

#cockpit #income {
	left: 25px;
	top: 320px;
}

#cockpit #status {
	left: 480px;
	top: 0px;
}

#cockpit #status .alert {
	color: #ff4000;
	font-weight: bold;
}

#cockpit #partner {
    left: 480px;
    top: 120px;
}

#cockpit #downline {
    left: 480px;
    top: 260px;
}

#cockpit #sales {
    left: 480px;
    top: 320px;
}

#cockpit #footnote {
	position: absolute;
	left: 25px;
	top: 420px;
	width: 400px;
	font-size: 11px;
}

#cockpit #legend_1 {
    position: absolute;
    left: 25px;
    top: 280px;
    width: 180px;
    font-size: 11px;
    text-align: center;
}

#cockpit #legend_1_text, #cockpit #legend_2_text {
	font-size: 12px;
    width: 400px;
    padding: 3px;
	position: absolute;
	top: 295px;
	left: 25px;
	border: 2px solid #5b4f7d;
	background-color: #FFFFc0;
	z-index: 100;
	display:none;
	}

#cockpit #legend_2_text UL {
	padding-left: 20px;
	list-style: disc outside;
}

#cockpit #legend_2 {
    position: absolute;
    left: 225px;
    top: 280px;
    width: 208px;
    font-size: 11px;
    text-align: center;
}

#cockpit #legend_1:hover, #cockpit #legend_2:hover {
    color: #5B4F7D;
}

#cockpit #calculation-time {
	position: absolute;
	left: 480px;
	top: 420px;
	width: 400px;
}

#cockpit #activity {
    position: absolute;
    left: 220px;
    top: 44px;
    width: 220px;
    text-align: center;
}

#calculation-time {
	width: 100%;
	text-align: right;
	font-size: 11px;
}

#turnovers td.active {
    color: #00a000;
}

#turnovers td.inactive {
    color: #a00000;
}

div.gridbox_dhx_skyblue table.obj td div {
	height: 20px;
	white-space: nowrap;
}

div.gridbox_dhx_skyblue table.hdr td div.hdrcell .right {
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
}

div.gridbox_dhx_skyblue table.hdr td div.hdrcell .center {
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
}


/* Forms */

form dd {
	margin-bottom: 10px;
}


/* Registration */

#birthday dd {
	float: left;
}


/* Profiles */
#profile_head {
	position: relative;
	top: 0px;
	left: 0px;
	height: 180px;
}

#profile p {
	overflow: hidden;
}

#profile span {
	display: block;
}

#profile #birthday {
	overflow: hidden;
}

#profile #birthday span {
	display: inline;
}

#profile .name {
	font-size: 18px;
}

#profile .title {
	margin-bottom: 1em;
}

#profile .subname {
	margin-top: 1em;
	font-weight: bold;
}

#profile .city, #profile .postalcode {
	display: inline;
}

#profile .email {
	margin-top: 1em;
	font-weight: bold;
}

#profile .field label {
	float: left;
	width: 220px;
}

#profile dd.checkbox {
	float: left;
}

#profile table td {
	border: 0;
}

#profile #submit-buttons {
	margin-top: 20px;
}

#profile fieldset legend {
	margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

#profile #images {
	overflow: hidden;
}

#profile #new-image,
#profile #live-image {
	float: left;
	width: 315px;
}
		
#profile #new-image {
	margin-right: 20px;
}

#profile #personal_data 
{
	width: 325px;
	position: absolute;
	top: 0px;
	left: 0px;
}

 #profile #sponsor_data 
{
    width: 325px;
    position: absolute;
    left: 350px;
}

#profile h2
{
	margin-top: 0; 
    margin-bottom: 10px;
    text-decoration: underline; 
}

#profile .country_sp {
	margin-bottom: 10px;
}

/* shop system */

#shop fieldset {
    margin: 10px 0;
}

#shop td,
#shop th {
    padding: 5px;
    border-bottom: 1px solid #999999;
}

#shop table.simple td, #shop table.simple th {
	padding: 0 5px 0 0;
	border: 0;
}

#shop #sidebar {
    float: left;
    width: 262px;
}

#shop #content-area {
    background: url(/images/product-background-sidebar.jpg) repeat-y #e8ecf7;
}

#shop #sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
}

#shop #content {
    margin: 40px 20px 40px 282px;
    width: 658px;
}

#shop #sidebar {
    font-size: 12px;
    line-height: 16px;
}

#shop #product-browser,
#shop #download-browser {
	width: 671px;
	margin-left: -8px;
}

#shop #product-browser td,
#shop #download-browser td {
    text-align: center;
    vertical-align: top;
    width: 219px;
    height: 219px;
    border: 0;
}

#shop #product-browser .product-image a,
#shop #download-browser .download-preview a {
	display: block;
	height: 200px;
	width: 200px;
	line-height: 198px;
	border: 2px solid #726791;
	background-color: #ffffff;
	margin: 0 auto;
}

#shop #product-browser .product-image img,
#shop #download-browser .download-preview img,
#shop #product-details #product-image img {
    vertical-align: middle;
}

#shop #product-details #product-image {
	width: 300px;
	height: 300px;
	line-height: 298px;
	border: 2px solid #726791;
	background-color: #ffffff;
	float: right;
	text-align: center;
	margin-left: 20px;
    margin-bottom: 40px;
}

#shop #product-details #product-label,
#shop #product-details #product-element-hidden {
    display: none;
}

#shop #product-id {
    font-weight: bold;
    display: block;
}

#shop #product-price {
    font-weight: bold;
}

#shop #shop-navigation {
    margin: 30px 20px 0 20px;
    overflow: hidden;
}

#shop #mini-basket {
    margin: 5px 20px 0 20px;
}

#shop #mini-basket a {
    font-weight: bold;
}

#shop #shop-navigation li {
	line-height: 200%;
}

#shop #shop-navigation li .active,
#shop #shop-navigation li .active li .active {
    font-weight: bold;
}

#shop #shop-navigation li .active li {
    font-weight: normal;
}

#shop #shop-navigation li li {
    margin-left: 20px;
}

#shop #update-label,
#shop #back-label,
#shop #continue-label {
    display: none;
}

#shop #update-element,
#shop #back-element,
#shop #back_top-element,
#shop #back_bottom-element {
    float: left;
}

#shop #continue-element,
#shop #continue_top-element,
#shop #continue_bottom-element {
    float: right;
}


/* basket */

#shop #basket #update-element,
#shop #basket #continue-element,
#shop #basket #shopping-element,
#shop #basket #back-element {
    margin-top: 30px;
    clear: right;
}

#shop #basket-item-list {
    width: 658px;
}


/* shipping */

#shop #shipping #chooser {
	width: 100%;
	overflow: hidden;
	padding-bottom: 0;
}

#shop #shipping #chooser-element label {
    float: left;
    display: block;
    width: 329px;
}

#shop #shipping #billing-address,
#shop #shipping #shipping-address {
    float: left;
    width: 329px;
}

#shop #shipping #fieldset-address {
	width: 100%;
	overflow: hidden;
}


/* payment */

#shop #payment #chooser {
	width: 658px;
}

#shop #payment #chooser > label {
	display: block;
	width: 330px;
	margin-bottom: 10px;
	float: left;
}

#shop #payment #chooser > label input {
	float: left;
}

#shop #payment #chooser span {
	float: left;
	display: block;
} 

#shop #payment #chooser #creditcardDetails-chooser-new-label,
#shop #payment #chooser #new-creditcard {
	float: none;
	margin-left: 330px;
	margin-bottom: 0;
}

#shop #payment #chooser #creditcardDetails-chooser-new,
#shop #payment #chooser #creditcardDetails-chooser-new-label span {
	float: none;
	display: inline;
}

#shop #payment #new-creditcard .description {
	font-size: 10px;
	line-height: 140%;
}

#shop #payment .payment-mode-description {
	margin: 10px 0;
}

/* final check */

#shop #finalcheck #fieldset-billing,
#shop #finalcheck #fieldset-shipping {
	float: left;
	width: 329px;
	margin: 0;
}


/* in the whole order process */

#shop .id-head, #shop .id-column,
#shop .name-head, #shop .name-column {
    text-align: left;
}

#shop .amount-head, #shop .amount-column,
#shop .price-head, #shop .price-column,
#shop .yourPrice-head, #shop .yourPrice-column,
#shop .totalPrice-head, #shop .totalPrice-column {
    text-align: right;
}

#shop .delete-column {
	margin: 0;
	padding: 0;
	width: 16px;
}

#shop .shippingItem-head, #shop .shippingItem-column,
#shop .tax-head, #shop .tax-column,
#shop .totalNetPrice-head, #shop .totalNetPrice-column,
#shop .totalGrossPrice-head, #shop .totalGrossPrice-column,
#shop .mlmDeduction-head, #shop .mlmDeduction-column,
#shop .totalCommissionValue-head, #shop .totalCommissionValue-column,
#shop .totalMLMValue-head, #shop .totalMLMValue-column {
    text-align: right;
}

#shop .totalNetPrice-column,
#shop .totalGrossPrice-column,
#shop .mlmDeduction-column,
#shop .totalCommissionValue-column,
#shop .totalMLMValue-column {
	font-weight: bold;
}

#shop #submit-buttons,
#shop #submit-buttons_top,
#shop #submit-buttons_bottom {
	padding: 0;
	overflow: hidden;
	width: 100%;
}


/* forms formatting */

#form #content {
    margin-left: 20px;
}


/* registration */

#form #personal #address,
#form #personal #financial,
#form #personal #bankaccount {
    float: left;
    clear: left;
    width: 440px;
}

#form #personal #mail,
#form #personal #communication,
#form #personal #birthday,
#form #personal #tax {
    float: left;
    margin-left: 20px;
    width: 440px;
}

#form #personal #bankaccount .hint {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#form #personal #submit-buttons {
    clear: left;
}

#form #personal #submit-buttons dd {
    margin-right: 20px;
    display: inline;
}

#form #personal #submit-buttons .hint {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}


/* terms and condititons */

#form #terms #submit-buttons {
    text-align: center;
}

#form #terms #submit-buttons dt {
    margin-bottom: 20px;
    font-weight: bold;
}

#form #terms #submit-buttons dd {
    margin-right: 20px;
    display: inline;
}

#form #terms #yes {
    font-weight: bold;
}


/* one column layout */

#one-column #sidebar {
    float: left;
    width: 312px;
}

#one-column #content-header {
    margin-top: 40px;
}

#one-column #content {
    width: 621px;
    margin-left: 312px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
}

#one-column #content blockquote {
    font-size: 12px;
    line-height: 26px;
    margin: 2em 0 2em 0;
}

#one-column #content ul {
    list-style: disc;
    margin: 1em 0 1em 0;
    padding: 0 0 0 40px;
}

#one-column #sidebar h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
}

#one-column #sidebar {
    font-size: 12px;
    line-height: 16px;
}

/* video player */
#player {
    display: block;
    width: 960px;
    height: 540px;
}
