/* TEXTILE MENU CLASSES */
/* CSS DOCUMENTUM WITH UTF-8 CHARACTER SET */
@charset "utf-8";
/* font face setting */
@font-face {
  font-family: 'segoeuil';
  src: url('../_font/segoeuil.eot');
  src: url('../_font/segoeuil.eot?#iefix') format('embedded-opentype'),
       url('../_font/segoeuil.woff') format('woff'),
       url('../_font/segoeuil.ttf') format('truetype'),
       url('../_font/segoeuil.svg#segoeuil') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* HEADER CLASS */
.textile-header-christmas {
  position: absolute;
  left: 35%;
  top: 50%;
  width: 32%;
  height: auto;
  /*font-family: "avantgarde_bk_btbook";*/
  font-family: "arial";
  font-weight: bold;
  color: #333333;
  font-style: normal;
  font-size: 18px;
  text-align: justify;
  margin: 0px 14px 0px 0px;
}
.textile-main-christmas {
  position: relative;
	left: 1.5%;
  top: -10%;
	width: 97%;
	height: auto;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  /*font-weight: bold;*/
  color: #333333;
  font-style: italic;
  font-size: 14px;
	text-align: justify;
	margin: 0px 14px 0px 0px;
}
.textile-more-bags-christmas {
	position: relative;
	left: 1.5%;
  top: 28%;
	width: 97%;
	height: auto;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  /*font-weight: bold;*/
  color: #ff0000;
  font-style: italic;
  font-size: 14px;
	text-align: justify;
	margin: 0px 14px 0px 0px;
}
/* THE MAIN CLASS FOR THE MAIN INFORMATION */
center.pikkpakkcenter-christmas {
	position: relative;
	left: 0%;
  top: 13%;
	width: 100%;
	height: 4%;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  font-weight: bold;
  color: #3e8b94;
  font-style: normal;
  font-size: 14px;
}
/* FIRST COLUMN CLASS FOR LISTBOXES */
/* SAMPLE LIST */
.textile-list-one-christmas {
  position: relative;
	left: -68%;
  top: 120px;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  /*font-weight: bold;*/
  color: #333333;
  font-style: normal;
  font-size: 16px;
	text-align: justify;
	margin: 0px 14px 0px 0px;
}
/* BAGS LIST */
.textile-list-two-christmas {
  position: relative;
	left: -68%;
  top: 130px;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  /*font-weight: bold;*/
  color: #333333;
  font-style: normal;
  font-size: 16px;
	text-align: justify;
	margin: 0px 14px 0px 0px;
}
/* SAMPLE SIDE LIST */
.textile-list-three-christmas {
  position: relative;
	left: -68%;
  top: 140px;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  /*font-weight: bold;*/
  color: #333333;
  font-style: normal;
  font-size: 16px;
	text-align: justify;
	margin: 0px 14px 0px 0px;
}
/* ORDERING MORE BAGS */
.textile-list-four-christmas {
  position: relative;
  left: -68%;
  top: 205px;
	height: auto;
	width: 60%;
  /*font-family: "avantgarde_bk_btbook";*/
  font-family: "arial";
  /*font-weight: bold;*/
  color: #333333;
  font-style: normal;
  font-size: 16px;
  text-align: justify;
  margin: 0px 14px 0px 0px;
}
/* SECOND COLUMN CLASS FOR THE ORDER */
form.order_textile-christmas {
	position: relative;
	left: 42%;
  top: 7%;
	width: 58%;
	height: 50%;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}