/* 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;
}
/* TEXTILE_PIKKPAKK_RETICULE.PHP */
/* GALLERY CONTAINER */
.content-index-workshop-textile {
  position: relative;
  width: 97%;
  height: 46%;
  top: -2%;
  left: 1%;
  /* border around the div */
  border: solid 0px;
  border-radius: 5px;
  font-family: "arial";
  font-size: 14px;
  font-style: italic;
  color: #000000;
  overflow: auto;
}
/* HEADER CLASS */
.textile-header {
  position: relative;
  left: 2%;
  top: 3%;
  width: 98%;
  height: 4%;
  /*font-family: "avantgarde_bk_btbook";*/
  font-family: "arial";
  font-weight: bold;
  color: #333333;
  font-style: normal;
  font-size: 14px;
  text-align: justify;
  margin: 0px 14px 0px 0px;
}
/* LIST CONTAINER */
ul.pikkpakkul {
  position: relative;
  left: 8%;
  top: 3%;
  width: 90%;
  height: 4%;
  /*font-family: "avantgarde_bk_btbook";*/
  font-family: "arial";
  font-weight: normal;
  color: #333333;
  font-style: normal;
  font-size: 14px;
}
/* THE MAIN CLASS FOR THE MAIN INFORMATION */
center.pikkpakkcenter {
	position: relative;
	left: 0%;
  top: 15%;
	width: 100%;
	height: 4%;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  font-weight: bold;
  color: #3e8b94;
  font-style: normal;
  font-size: 14px;
}
.textile-main {
  position: relative;
	left: 1.5%;
  top: 0%;
	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 {
	position: relative;
	left: 1.5%;
  top: 30%;
	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;
}
/* FIRST COLUMN CLASS FOR LISTBOXES */
/* SAMPLE LIST */
.textile-list-one {
  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 {
  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 {
  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 {
  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;
}
/* END: FIRST COLUMN CLASS FOR LISTBOXES */
/* SECOND COLUMN CLASS FOR THE ORDER */
form.order_textile {
	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;
}
label.order_textile {
	font-family: "segoeuil";
	font-weight: bolder;
	color: #333333;
}
td.btn_textile {
	text-align: right;
}
.order_btn_textile {
	width: 100%;
	height: 30px;
	font-family: "segoeuil";
	font-weight: bolder;
	color: #333333;
}
/* END: SECOND COLUMN CLASS FOR THE ORDER */
/* END: TEXTILE_PIKKPAKK_RETICULE.PHP */
/* TEXTILE_THANKS.PHP CLASSES */
p.thanks_header{
	position: relative;
	left: 3%;
  top: 5%;
	width: 95%;
	height: auto;
	font-family: "segoeuil";
	font-size: 18px;
	font-weight: normal;
	font-style: normal !important;
	color: #333333;
}
/* END: TEXTILE_THANKS.PHP CLASSES */
/* TEXTILE PAY SITE */
.pikkpakk_price {
	position: relative;
	left: 5%;
  top: 5%;
	width: 90%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
.pikkpakk_price img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.pikkpakk_price_body {
	position: relative;
	left: 10%;
  top: 7%;
	width: 80%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
/* END: TEXTILE PAY SITE */
/* TEXTILE SHARE SITE */
.pikkpakk_share_picture {
	position: relative;
	left: 10%;
  top: 2%;
	width: 70%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_share_picture img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.pikkpakk_share_ul {
	position: relative;
	left: -55%;
  top: 130%;
	width: 130%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
/* END: TEXTILE SHARE SITE */
/* TEXTILE EXTERNAL SAMPLE */
.pikkpakk_ext_sample_title {
	position: relative;
	left: 8%;
  top: 10%;
	width: 70%;
	height: auto;
	font-family: "arial";
	font-size: 30px;
	font-weight: bolder;
	font-style: normal;
	color: #3e8b94;
	text-align: justify;
}
.pikkpakk_ext_sample_csenge {
	position: relative;
	left: 62%;
  top: 3%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
	color: #3e8b94;
	text-align: justify;
}
.pikkpakk_ext_sample_csenge img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.pikkpakk_ext_sample_body {
	position: relative;
	left: -25%;
  top: 45%;
	width: 100%;
	height: auto;
	font-family: "arial";
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_ext_sample_csenge_paint {
	position: relative;
	left: 5%;
  top: 40%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
	color: #3e8b94;
	text-align: justify;
}
.pikkpakk_ext_sample_csenge_paint img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.pikkpakk_ext_sample_body_two {
	position: relative;
	left: -25%;
  top: 95%;
	width: 120%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_ext_sample_body_two_ul {
	position: relative;
	left: -20%;
  top: 95%;
	width: 120%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_ext_sample_body_three {
	position: relative;
	left: -25%;
  top: 100%;
	width: 120%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_ext_sample_body_example {
	position: relative;
	left: -25%;
  top: 102%;
	width: 80%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_ext_sample_body_example_ul {
	position: relative;
	left: 10%;
  top: 102%;
	width: 80%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-style: italic;
	color: #333333;
	text-align: justify;
}
.pikkpakk_ext_sample_csenge_paint_two {
	position: relative;
	left: 35%;
  top: 110%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
	color: #3e8b94;
	text-align: justify;
}
.pikkpakk_ext_sample_csenge_paint_two img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* END: TEXTILE EXTERNAL SAMPLE */
/* TEXTILE PACKAGES CLASSES */
/* MINI PACKAGE */
.pikkpakk_pkg_main_mini {
	position: absolute;
	z-index: 350;
	left: 5%;
  top: -0.9%;
	width: 20%;
	height: 20%;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_pkg_main_mini img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* MINI PACKAGE ORDER */
.pikkpakk_pkg_main_mini_order {
	position: relative;
	left: 5%;
  top: 105%;
	width: 20%;
	height: 20%;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_pkg_main_mini_order img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.pikkpakk_pkg_main_mini_header_one {
	position: relative;
	left: 35%;
  top: 0%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #3e8b94;
	text-align: center;
}
.pikkpakk_pkg_main_mini_header_two {
	position: relative;
	left: 35%;
  top: 0%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	color: #333333;
	text-align: center;
}
/* MAXI PACKAGE */
.pikkpakk_pkg_main_maxi {
	position: absolute;
	z-index: 351;
	left: 35%;
  top: 0%;
	width: 20%;
	height: 20%;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_pkg_main_maxi img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* MAXI PACKAGE ORDER */
.pikkpakk_pkg_main_maxi_order {
	position: relative;
	left: 35%;
  top: 79%;
	width: 20%;
	height: 20%;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_pkg_main_maxi_order img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.pikkpakk_pkg_main_maxi_header_one {
	position: relative;
	left: 35%;
  top: 0%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #3e8b94;
	text-align: center;
}
.pikkpakk_pkg_main_maxi_header_two {
	position: relative;
	left: 35%;
  top: 0%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	color: #333333;
	text-align: center;
}
/* EXTRA PACKAGE */
.pikkpakk_pkg_main_extra {
	position: absolute;
	z-index: 352;
	left: 65.5%;
  top: 0%;
	width: 20%;
	height: 20%;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_pkg_main_extra img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* EXTRA PACKAGE ORDER */
.pikkpakk_pkg_main_extra_order {
	position: relative;
	left: 65.5%;
  top: 53%;
	width: 20%;
	height: 20%;
	font-family: "arial";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.pikkpakk_pkg_main_extra_order img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.pikkpakk_pkg_main_extra_header_one {
	position: relative;
	left: 35%;
  top: 0%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #3e8b94;
	text-align: center;
}
.pikkpakk_pkg_main_extra_header_two {
	position: relative;
	left: 35%;
  top: 0%;
	width: 30%;
	height: auto;
	font-family: "arial";
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	color: #333333;
	text-align: center;
}
/* END: TEXTILE PACKAGES CLASSES */
/* END: TEXTILE MENU CLASSES */