/**
  * @version : 1.0   2008.04.08
  * @copyright Copyright (C) 2007 - 2008 RIA "Forward Media". All rights reserved.
  * @copyright �������� (C) 2007 - 2008 ��� "�������-�����". ��� ����� ���������.
  *
  * created for firm site: STYX naturcosmetic
  * �������� ��� ����� �����: STYX naturcosmetic
  *
  */

/* -- Base styles ------------------------------ */

@import url("zzero.css"); 

@import url("structura.css");

@import url("crumbs.css");

@import url("header.css");

@import url("leftcontent.css");

@import url("rightcontent.css");

@import url("footer.css");

@import url("colorchecker.css");

@import url("banners.css");

/*h1 {
	padding:0px; 
	margin:0px;
	font-size:1.2em; 
	margin-bottom:0.7em; 
	font-weight:normal;
}*/
.phone {
	width: 370px;
	margin: 10px;
	padding: 5px;
	float: right;
	background-color: #FF9900;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.colortext {
     color: #009933;
	 font-weight: bold;
   }

.colortext a{
     color: #009933;
	 font-weight: bold;
	 text-decoration: none;
   }
   
.colortext a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.skiptranslate {
    display: none !important;
}

/* language */
.language{
  position: fixed;
  top: 20%;
  left: 2%;
}
.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

/* content */

.content {
    text-align: center;
    margin: auto;
}