@import url("/common/styles-profile.css");
@import url("/common/styles-navigator.css");

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}


a {
	color: #276834;
}

#rootEssence a {
	color: #fff;
}

/*#rootEssence a:visited {
	color: purple;
}*/

#rootEssence a:hover {
	color: #f6f08c;
}


.underlineOver a {
	text-decoration: none;
}

.underlineOver a:hover {
	text-decoration: underline;
}


a.anchor {
	color: #333;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


#rootEssence,
#rootEssence td {
	color: #fff;
}

#rootEssence h1,
#rootEssence h1 a.anchor {
	color: #fff;
	text-transform: uppercase;
}

#rootEssence h2,
#rootEssence h3,
#rootEssence h4,
#rootEssence h5,
#rootEssence h6,
#rootEssence h2 a.anchor,
#rootEssence h3 a.anchor,
#rootEssence h4 a.anchor,
#rootEssence h5 a.anchor,
#rootEssence h6 a.anchor {
	color: #f6f08c;
}


hr {
	height: 1px;
	background: #f6f08c;
	color: #f6f08c;
	opacity: 0.75;}


.spacerGlobal,
.spacerColumn {
	display: block;
	height: 2px;
	overflow: hidden;
	margin: 0 0 -2px;
	font-size: 1px;
}

.spacerGlobal {
	width: 998px;
}

.spacerColumn {
	width: 380px;
}


*.gray,
*.gray *,
.gray a {
	color: #fff !important;
	opacity: 0.75;}

/*a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #f6f08c !important;
}*/


*.silver,
*.silver *,
.silver a {
	color: #c5c5c5 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #333 !important;
}


#rootHeader {
		margin: 0 20px;
	padding: 13px 0 0;
	cursor: default;
}

#homepage #rootHeader {
	display: none;
}


#newsTicker {
	margin: 0 15px 0 0;
	padding: 3px 0 0;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	color: #999;
	cursor: pointer !important;
}

#newsTicker a:hover {
	color: #276834;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 11px/13px Arial, sans-serif;
	}


#twitterButton {
	width: 170px; 
	height: 20px; 
	overflow: hidden; 
	margin: 0 0 11px 5px;
}

#rootSettings {
	margin: 0 0 11px;
	text-align: right;
}

#rootSettings table {
	margin: 0 0 0 auto;
}

#rootSettings a {
	display: block;
	margin: 0 0 0 6px;
	padding: 5px 8px;
	background: #008b7a;
	color: #fff;
	font: normal 11px/12px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

#rootSettings a:hover {
	background: #55c475;
}


#rootMenu {
}

.menuItem a {
	display: block;
	color: #999;
	font: normal 11px/13px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.menuItem strong {
	display: block;
	font-weight: normal;
}


.menuItemNow {
}

.menuItemNow a {
	color: #276834;
	text-decoration: none;
}


.menuItem a:hover {
	color: #276834;
	text-decoration: underline;
}


#rootMenu .separator {
	/*idth: 13px;*/
	background: center center url("/i/separator/1.gif") no-repeat;
}

#rootMenu .separator .spacer {
	/*width: 21px;*/
	height: 12px;
}


#emptiness {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3001;
	background: url("/i/blank.gif") repeat;
}

.menuItemAdd {
	position: relative;
	z-index: 3002;
}

.menuItemAdd p {
	margin: 0;
}

.extraListClose {
	display: none;
}

.extraListOpen {
	position: absolute; 
	z-index: 2001;
	min-width: 100%;
}

.spacerMenu {
	height: 10px; 
	background: #fff;
	font-size: 1px;
	width: 100%;
}

.extraListOpen .border {
	border: 1px solid #fff;
	border-top: none;
	padding: 7px 0;
}

.extraListOpen ul {
	margin: 0;
	padding: 0;
}

.extraListOpen ul li {
	margin: 0;
	background: none;
	padding: 3px 10px;
}

.extraListOpen ul li span a{
	text-align: left;
	color: #fff !important;
}

.extraListOpen ul li span a:hover {
	color: #fff !important;
}


#rootContent {
		margin: 0 20px;
	padding: 10px 0;
}

#homepage #rootContent {
	padding: 34px 0;
}


#nucleusAddition {
	border: 1px solid #d6d6d6;
	border-left: none;
	border-right: none;
}

#rootPicture {
	width: 340px;
	margin: 10px 0 0;
}

#rootPicture img {
	vertical-align: bottom;
}


#nucleusEssence {
	background: #276834;
}

#rootEssence {
		padding: 20px;
}

#rootEssence h1 {
	margin-top: -3px;
}


#rootFooter {
		margin: 0 20px;
	padding: 0 0 20px;
	cursor: default;
}

#homepage #rootFooter {
	display: none;
}


#slogan {
	display: block;
	height: 16px;
	overflow: hidden;
	margin: 9px 0 0;
	text-align: right;
}


#contacts {
	margin: 9px 0 0;
	padding: 3px 5px;
	background: #276834;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

#contacts a {
	color: #fff;
}

#contacts span.separator {
	margin: 0 2px;
}


#logotype {
	display: block;
	width: 82px;
	height: 55px;
	overflow: hidden;
	margin: 0 0 0 17px;
}

#logotype img {
	vertical-align: bottom;
}


#copyright {
	margin: 5px 2px 0;
}

#copyright div {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}

#copyright a {
	color: #999;
}

#copyright a:hover {
	color: #276834;
}

#copyright .separator {
	background: center center url("/i/separator/2.gif") no-repeat;
}

#copyright .spacer {
	width: 14px;
	height: 10px;
}


#rootList {
	margin: 16px 40px 13px 0;
}

#rootList ul {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}

#rootList ul ul {
	margin: 8px 0 7px 30px;
	padding: 0 0 1px 8px;
	font-size: 12px;
	border-left: 1px solid #bebebe;
}

#rootList ul ul ul {
	margin-left: 12px;
	border: none;
}


#rootList a {
	color: #999;
	text-decoration: none;
}

#rootList a:hover {
	color: #276834;
	text-decoration: underline;
}


#rootList em {
	font-style: normal;
	/*font-weight: bold;*/
}

#rootList em a {
	color: #276834;
}

#rootList em a:hover {
}


#rootList strong {
	font-weight: normal;
}

#rootList strong a {
	color: #276834 !important;
	/*text-decoration: none;*/
	/*cursor: default;*/
}


#rootList ul li {
	margin: 0;
	padding: 3px 0 4px;
	background: none;
	/*background: 0 0.4em url("/i/marker2-ul.gif") no-repeat;*/
}

#rootList ul li li,
#rootList ul li li li li {
	padding: 2px 0 3px;
	/*background: 0 0.4em url("/i/marker2-ul-ul.gif") no-repeat;*/
}

#rootList ul li li li,
#rootList ul li li li li li {
	/*background: 0 0.6em url("/i/marker2-ul-ul-ul.gif") no-repeat;*/
}


ul li {
	background-image: url("/i/marker2-ul.gif");
}

ul li li {
	background-image: url("/i/marker2-ul-ul.gif");
}

ul li li li {
	background-image: url("/i/marker2-ul-ul-ul.gif");
}


/*.customList*/ ul {
	text-transform: uppercase;
}

.customColor ul,
.customColor ul a {
	color: #000 !important;
}

.customList ul li {
	background-image: url("/i/marker-ul.gif");
}

.customList ul li li {
	background-image: url("/i/marker-ul-ul.gif");
}

.customList ul li li li {
	background-image: url("/i/marker-ul-ul-ul.gif");
}


#productNavigator {
	margin: 25px 0 0;
	background: #f7f29b;
}

#productNavigator td {
	color: #276834;
}


#productNavigator p span,
#productNavigator p em a,
#productNavigator p em strong {
	border-color: #7bba87;
}

#productNavigator p span.separatorTitle,
#productNavigator p span.separator,
#productNavigator p span.hellip {
	border-color: #f6f08c;
}

#productNavigator p em a,
#productNavigator p em a:visited {
	background: #fff;
	color: #276834;
}

#productNavigator p em a:hover {
	background: #276834;
	color: #fff;
	border-color: #276834;
}

#productNavigator p em strong {
	background: #fff;
}

#productNavigator p em span.nohref {
	background: #f7f29b;
}

#productNavigator p em span.nohref,
#productNavigator p span.separator {
	color: #569062;
}


#productNavigator div a,
#productNavigator div a:visited {
	color: #276834;
}

#productNavigator div a:hover {
	color: #276834;
	text-decoration: underline;
}


#rootHome {
}

#rootHome h1 {
	font-size: 1.65em;
}

#rootHome h2 {
	font-size: 1.3em;
}

#rootHome h3 {
	font-size: 1.1em;
}


.productItem .productDiscount strong {
	color: #fffaaa;
}


#logotypeIndex {
	display: block;
	height: 75px;
	overflow: hidden;
	text-align: center;
}

#registerIndex {
	height: 23px;
	overflow: hidden;
	margin: 22px 0 0;
	text-align: center;
}

#registerIndex a {
	margin: 0 5px;
}

#servicesIndex {
	margin: 30px 0 0;
	text-align: center;
}

#servicesIndex table {
	margin: 0 auto;
}

#servicesIndex td {
	vertical-align: top;
}

.serviceItem {
	margin: 0 5px;
	background: #eee;
}

.serviceImage {
	display: block;
	width: 145px;
	height: 145px;
	overflow: hidden;
	background: 0 0 url("/i/blank.gif") no-repeat;
	text-decoration: none;
	opacity: 0.80;}

.over .serviceImage {
	opacity: 1.00;}

.serviceImage span {
	display: block;
	padding: 145px 0 0;
	background: #fff 0 0 url("/i/blank.gif") no-repeat;
}

.over .serviceImage span {
	visibility: hidden;
}

.serviceName {
	display: block;
	width: 145px;
	overflow: hidden;
	background: #008b7a;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.serviceName span {
	display: block;
	padding: 4px;
}

#sphere {
	margin: 35px 0 0;
	text-align: center;
}

#sphereImage {
	width: 284px;
	height: 270px;
	overflow: hidden;
	margin: 0 auto;
	/*background: url("/i/essence/sphere.gif");*/
}

#sloganIndex {
	height: 20px;
	overflow: hidden;
	margin: 35px 0 0;
	text-align: center;
}



.fb_edge_comment_widget {
  display: none !important;
}


