/**
	Style do polskiej wersji DAX Cosmetics
*/
body {
	background: #FFFFFF;
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}

table, td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #717171;
}

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

/* listy nienumerowane */
ul {
	list-style-image: url(../_images/icon_ul.gif);
}

/* naglowki */
h1 {
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
	font-decoration: bold;
}

h2 {
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	font-decoration: bold;
}

h3{
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	font-decoration: bold;
}

h4{
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	font-decoration: bold;
}


.input {
	border: 1px solid #e3e2e0;
	color: #d77021;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	height: 16px;
	padding-top: 4px;
	padding-left: 6px;
	
}

select {
	border: 1px solid #e3e2e0;
	color: #d77021;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

/* stopka strony */
.footer {
	border-top: 1px solid #efefef; 
	padding-top: 10px; 
}
.footer a{
	color: #9a9a9a;
	font-weight: bold;
	text-decoration: none;
}

/* pierwsza komórka z kategorią na stronie głównej katalogu */
.catalogpl_cell1{
	width: 248px;
	height: 75px;
/*	line-height: 75px;
	vertical-align: middle;*/
	float: left;
	background: url(../_images/pl/bg_kat_cell1.gif);
}
/* druga komórka z kategorią na stronie głównej katalogu */
.catalogpl_cell2{
	width: 247px;
	height: 75px;
	float: left;
/*	line-height: 75px;
	vertical-align: middle;*/
	background: url(../_images/pl/bg_kat_cell2.gif);
}

/* nazwa kategorii wyświetlana na stronie głównej katalogu */
.category_name {
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
}

/*
	Aktualnosci
*/
.news_title_summary{
	color: #df6e10;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

/* tytuł newsa w pełnym widoku */
.news_title {
	color: #df6e10;
	font-size: 14px;
	font-weight: bold;
}

/* linijka z datą w pelnym widoku */
.news_date {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: #c6c6c6;
	background: url(../_images/pl/bg_news_date.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* podsumowanie newsa w pelnym widoku */
.news_summary {
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

/*	Aktualnosci - linki na dole - pierwsza komórka */
.news_link {
	width: 30px;
	height: 24px;
	border: none;
	text-align: center;
}

.news_link a, .news_link1 a {
	color: #e3751e;
	text-decoration: none;
}

/* kolejne komórki */
.news_link1 {
	width: 30px;
	height: 24px;
	border: 0px solid #efefef;
	border-width: 0px 0px 0px 1px;
	text-align: center;
}

/* Praca */
/* tytuł newsa w pełnym widoku */
.job_title {
	color: #df6e10;
	font-size: 14px;
	font-weight: bold;
}

/* linijka z datą w pelnym widoku */
.job_date {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: #c6c6c6;
	background: url(../_images/pl/bg_job_date.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* podsumowanie joba w pelnym widoku */
.job_summary {
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

/* opis stanowiska i wymagania - tytuł */
.job_description_title, .job_requirements_title, .job_contact_title {
	color: #df6e10;
	font-weight: bold;
}

/*	Aktualnosci - linki na dole - pierwsza komórka */
.job_link {
	width: 30px;
	height: 24px;
	border: none;
	text-align: center;
}

.job_link a, .job_link1 a {
	color: #e3751e;
	text-decoration: none;
}

/* kolejne komórki */
.job_link1 {
	width: 30px;
	height: 24px;
	border: 0px solid #efefef;
	border-width: 0px 0px 0px 1px;
	text-align: center;
}


/* Sekcja O Firmie */

/* aktualny punkt w menu po lewej */
.f_menu_on td{
	cursor: pointer;
	background: #de7e31;
}

/* nie aktualny punkt w menu po lewej */
.f_menu td{
	cursor: pointer;
	background: #d9670e;
}

/* linki w powyzszych */
.f_menu_on a, .f_menu a {
	color: #ffffff;
}

/* nagłowek poszczególnych rozdziałów */
.firma_title {
	color: #df6e10;
	font-size: 14px;
	font-weight: bold;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 Style do katalogu dla poszczególnych brandów 
*/
.brand .serie-title {
  float: left;
  padding-left: 30px;
  font-size: 26px;
}

.brand .serie-slogan {
  float: right;
  font-size: 14px;
  line-height: 26px;
  padding-right: 10px;
}

.brand .box {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 100%; 
  color: #000000;
}

.brand a {
  font-weight: bold;
  color: #fff;
}

.desc_txt{
	background: #F7F7F7;
	padding: 10px;
	color: #5f5f5f;
}

.desc_title{
	background: #EFEFEF;
	color: #2e2e2e;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
}

.brand .cat {
  font-size: 14px;
  font-family: Tahoma;
}

/** brand Yoskine */
.brand_12 {
  background: url(../_images/bg_yoskine.jpg);
}

.brand_12 .brand_12_box {
	background-image: url(../_images/btt_yoskine.png);
}


/**
 Brand Dax Men
*/

.brand_3 {
  background: url(../_images/bg_daxmen.jpg);
}

.brand_3_box {
	background-image: url(../_images/btt_daxmen.png);
}

.brand_3 .serie-title, .brand_3 .serie-slogan {
  color: #fff;
}

/**
 Brand Perfecta
*/

.brand_2 {
  background: url(../_images/bg_perfecta.jpg);
}

.brand_2_box {
	background-image: url(../_images/btt_perfecta.png);
}

.brand_2 .serie-title, .brand_2 .serie-slogan{
  color: #fff;
}

/**
 Brand Dax Sun
*/

.brand_4 {
  background: url(../_images/bg_daxsun.jpg);
}

.brand_4_box {
	background-image: url(../_images/btt_daxsun.png);
}

.brand_4 .serie-title, .brand_4 .serie-slogan {
  color: #1760a4;
}

/**
 Brand Cashmere
*/

.brand_24 {
  background: url(../_images/bg_cashmere.jpg);
}

.brand_24_box {
	background-image: url(../_images/btt_cashmere.png);
}

.brand_24 .serie-title, .brand_24 .serie-slogan{
  color: #6d543a;
}

/**
 Brand Dax Cosmetix
*/

.brand_1 {
  background: url(../_images/bg_dax.jpg);
}

.brand_1_box {
	background-image: url(../_images/btt_dax.png);
}

.brand_1 .serie-title, .brand_1 .serie-slogan{
  color: #616165;
}

/**
 Brand Celia
*/

.brand_11 {
  background: url(../_images/bg_celia.jpg);
}

.brand_11_box {
	background-image: url(../_images/btt_celia.png);
}

.brand_11 .serie-title, .brand_11 .serie-slogan{
  color: #5a2f7e;
}
