div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 8pt;
}

html {
	height: 100%;
	width: 100%;
	overflow: auto;
	}

body {
  width: 100%;
  height: 100%;
	background-color: black;
	_overflow: hidden;
	color: white;
}

input, select, textarea {
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	}

fieldset {
	border: none;
	margin-bottom: 5px;
	}

li {
	margin-left: 15px;
	}

h1,h2 {
	margin-bottom: 10px;
	}

p {
	margin-bottom: 10px;
	}

a img { border: 0; }
	
h1 {
        font-size: 14px;
}
h2 {
        font-size: 13px;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	margin-bottom: 2px;
}

hr {
  color: #999999;
  height: 1px;
  border: none 0; 
  border-top: 1px solid #999999;
  margin-left: 0;
  _margin: 0;
  text-align: left;
}

table, tr, td { vertical-align: top; text-align: left; }

p {
	margin-bottom: 2px;
  }

a {
  color: white;
  text-decoration: none;
}

a:hover {
	color: #FF0000;
  text-decoration: none;
}

/************************************** MY STYLE ********************************/

.ctPrice {
	color: #F00000;
	font-weight: bold;
	}

.ProductVAT {
	color: #F00000;
	font-weight: normal;
	}

.ProductDescription {
	color: #D0D0D0;
	}

/************************************** LAYOUT ********************************/

table#global-container {
	position: relative;
  width: 100%;
  height: 100%;
	}
	
table#global-container td#global-container-td {
	vertical-align: middle;
	}

div#container {
	position: relative;
	width: 960px;
	height: 550px;
  margin: auto;
  text-align: left;
}

div#content {
  position: absolute;
  display: block;
  top: 0px;
  left: 180px;
  width: 780px;
  height: 460px;
  overflow: hidden;
  padding: 0;
	}

/************************************** HEADER ********************************/

div#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 54px;
  overflow: auto;
  border-bottom: 1px solid #333333;
}

div#logo {
	position: absolute;
	top: 0;
	left: 6px;
	}
	
div#logo img {
	border: 0;
	}

div#shop-ctrl {
	position: absolute;
	top: 35px;
	left: 200px;
	width: 759px;
	text-align: right;
	color: #cccccc;
	font-weight: bold;
	}

div#shop-ctrl a {
	color: #cccccc;
	}

div#shop-ctrl a:hover {
	color: #FF0000;
	}

span#cart-ctrl {
	margin-right: 15px;
	}

span#account-ctrl {
	margin-right: 15px;
	margin-left: 15px;
	}

span#help-menu {
	margin-left: 15px;
	}
/************************************** PAGE ********************************/

div#page {
  position: absolute;
  top: 55px;
  left: 0;
  width: 960px;
  height: 460px;
  overflow: auto;
}

div#page-content, div#page-content2, div#page-content3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 760px;
  height: 440px;
  padding: 20px 0 0 20px;
  overflow: auto;
	}

div#page-content2 {
	width: 740px;
	padding-right:20px;
}

div#page-content3 {
  padding: 10px 0 10px 20px;
}

div#lines {
	position: relative;
	display: block;
	padding: 0;
	height: 460px;
	width: 780px;
	overflow: auto;
	}


div#product-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 460px;
  overflow: auto;
	}

/************************************** SIDEBAR ********************************/

div#sidebar {
  position: absolute;
  top: 0px;
  left: 0;
  overflow: auto;
  background-color: #34323A;
  padding: 10px 5px 10px 15px;
  width: 160px;
  height: 440px;
}

#sidebar div#search-ctrl {
	position: absolute;
	top: 410px;
	width: 165px;
	}

#search-keyword {
	float: left;
	margin-right: 5px;
	width: 105px;
	}


#sidebar h1 {
	text-transform: lowercase;
	color: #999999;
	letter-spacing: 3px;
	font-size: 10pt;
	margin-bottom: 10px;
	width: 160px;
	text-align: center;
	font-weight: normal;
	}

#sidebar h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9pt;
	margin-bottom: 5px;
	}

div.sidebar-menu {
	margin-bottom: 15px;
	}

#sidebar ul {
	margin-left: 10px;
	}

#sidebar ul li {
	margin-bottom: 2px;
	color: #cccccc;
	}

#sidebar ul li a {
	color: #cccccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#sidebar ul li a:hover {
	color: #E42322;
	}

#sidebar ul li.col-sel, #sidebar ul li.shape-sel {
	color: red;
	}

#sidebar ul li.col-sel a, #sidebar ul li.shape-sel a {
	color: red;
	font-weight: bold;
	}


p.sale, p.sale-sel {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9pt;
	margin-bottom: 5px;
	font-weight: bold;
	color: red;
	background-image: url(images/fleche-rouge.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
  padding-left: 15px;
}

p.sale-sel {


}

p.sale a, p.sale-sel a {
  text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9pt;
	margin-bottom: 5px;
	font-weight: bold;
}

p.sale-sel a {
  color: #E42322;

}
/************************************** RELATED PRODUCT ********************************/

div#related-products {
  position: absolute;
  top: 0;
  left: 550px;
  width: 220px;
  height: 440px;
  overflow: auto;
  padding: 20px 0 0 10px;
  border-left: 1px dashed #34323A;
	}

div.relatedProduct {
	position: relative;
	margin-bottom: 20px;
	width: 210px;
	height: 90px;
	clear: both;
}

div.relatedProductThumbnail {
	position: absolute;
	top:0;
	left:0;
	height: 90px;
	width: 90px;
}
div.relatedProductTxt {
	position: absolute;
	top:0;
	left:100px;
	height: 90px;
	width: 110px;
	
}

div.relatedProductTxt h3 {
	font-size: 7pt;
	}

span#product_avail_txt_alt {
	float: left;
	margin-right:10px;
	}

/*************** Collections ***************/

div#collections {
	display: block;
	margin: 0;
	padding: 0;
	height: 460px;
	overflow: hidden;
	}

div#collections ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div#collections ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 11px;
	padding: 0;
	}

div#collections ul li a {
  text-decoration: none;
  margin: 0;
  padding: 0;
	}

/*************** Product Lines ***************/

div#lines {
	position: relative;
	display: block;
	padding: 0;
	height: 460px;
	width: 780px;
	overflow: auto;
	}

div#lines ul {
	padding: 0;
	margin:0;
	display: inline;
	list-style-type: none;
}

div#lines div.lines-elem, div#lines div.lines-elem2 {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0 26px; /* jouer sur la marge top pour la pagination */
	height: 195px;
	}

div#lines div.lines-elem2 {
	padding-left: 21px; /* jouer sur la marge top pour la pagination */
	}


div#lines div.lines-elem img {
  width: 130px;
  height: 130px;
	}
	
div#lines div.lines-elem a {
  text-decoration: none;
  margin: 0;
  padding: 0;
	}

div#lines div.lines-elem div.line-txt {
	padding-top: 2px;
	width: 130px;
	height: 58px;
	text-align: left;
	}

/**************************  PRODUCTS LISTING  ********************************/

div#results-info {
  position: relative;
  margin: 10px 20px 0 20px;
  float: left;
	}

div#results-sort {
  position: relative;
  margin: 10px 20px 0 20px;
	float: left;
	}

div#pages {
  position: relative;
  margin: 10px 20px 0 20px;
  float: left;
	}
	
.page-number {
	padding: 0 5px;
	font-weight: bold;
	}

.page-selected {
	padding: 0 4px;
	font-weight: bold;
	border: 1px solid grey;
	}
	

div#products{
  position: absolute;
  top: 20px;
  left:0;
  margin: 0;
  padding: 0;
	}

div.product_t-block {
  position: relative;
  margin: 0;
	padding: 15px 0 0 26px;
	float:left;
	width: 130px;
	height: 195px;
	}

.product_t-block div.product_t-txt {
	padding-top: 2px;
	width: 130px;
	height: 63px;
	text-align: left;
	}

.product_t-block h3 {
	margin-bottom: 0;
	}

/*********************** PRODUCT **********************************************/

div#productImage {
	position: absolute;
	top: 20px;
	left: 20px;
	}

div#productImageZoom {
	position: absolute;
	top: 256px;
	left: 204px;
	z-index: 2;
	}
	
div#ProductContent {
	position: absolute;
	left: 320px;
	top: 20px;
	width: 220px;
	height: 280px;
	overflow: auto;
	padding-right: 10px;
	}

div#ProductDetailedImages {
	position: absolute;
	top: 320px;
	left: 20px;
	}

/************************************** FOOTER ********************************/

div#footer {
  position: absolute;
  border-top: 1px solid #333333;
  top: 515px;
  left: 0;
  width: 960px;
  height: 34px;
  overflow: auto;
}

div#flash-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	z-index: 10;
	}

div#main-menu {
	position: absolute;
	top: 2px;
	left: 1px;
	width: 600px;
	}

#main-menu ul li {
	display: inline;
	}


#main-menu ul li a {
	margin: 0;
	background-repeat: no-repeat;
	outline:none;
	float:left;
	height: 15px;
	text-decoration: none;
	text-indent: -9876px;
	list-style-type: none;
}

#main-menu ul li a#shop { width: 105px; background-image:url(images/menu/shop.gif);}
#main-menu ul li a#collection { width: 96px; background-image:url(images/menu/collection.gif);}
#main-menu ul li a#goodies { width: 81px; background-image:url(images/menu/goodies.gif);}
#main-menu ul li a#advice { width: 71px; background-image:url(images/menu/advice.gif);}
#main-menu ul li a#communication { width: 136px; background-image:url(images/menu/communication.gif);}
#main-menu ul li a#contact { width: 80px; background-image:url(images/menu/contact.gif);}

#main-menu ul li a#shop:hover {background-image:url(images/menu/shop-on.gif);}
#main-menu ul li a#collection:hover {background-image:url(images/menu/collection-on.gif);}
#main-menu ul li a#goodies:hover {background-image:url(images/menu/goodies-on.gif);}
#main-menu ul li a#advice:hover {background-image:url(images/menu/advice-on.gif);}
#main-menu ul li a#communication:hover {background-image:url(images/menu/communication-on.gif);}
#main-menu ul li a#contact:hover {background-image:url(images/menu/contact-on.gif);}

#main-menu ul li a#shop-on { width: 105px; background-image:url(images/menu/shop-on.gif);}


div.sub-menu {
	position: absolute;
	top: 19px;
	left: 26px;
	width: 600px;
	}

.sub-menu ul li {
	display: inline;
	margin-right: 20px;
	list-style-type: none;
	}

.sub-menu ul li a {
	margin: 0;
	background-repeat: no-repeat;
	outline:none;
	float:left;
	height: 14px;
	text-decoration: none;
	text-indent: -9876px;
}

.sub-menu ul li a#cat270 { width: 76px; background-image:url(images/menu/underwear.gif);}
.sub-menu ul li a#cat282 { width: 81px; background-image:url(images/menu/leisurewear.gif);}
.sub-menu ul li a#cat283 { width: 74px; background-image:url(images/menu/homewear.gif);}

.sub-menu ul li a#cat270:hover { width: 76px; background-image:url(images/menu/underwear-on.gif);}
.sub-menu ul li a#cat282:hover { width: 81px; background-image:url(images/menu/leisurewear-on.gif);}
.sub-menu ul li a#cat283:hover { width: 74px; background-image:url(images/menu/homewear-on.gif);}

.sub-menu ul li a#cat270-on { width: 76px; background-image:url(images/menu/underwear-on.gif);}
.sub-menu ul li a#cat282-on { width: 81px; background-image:url(images/menu/leisurewear-on.gif);}
.sub-menu ul li a#cat283-on { width: 74px; background-image:url(images/menu/homewear-on.gif);}

.sub-menu span.sep {
	width: 13px;
	height: 14px;
	background-image:url(images/menu/sep.gif);
	float:left;
	}

#collection-menu {
	display: none;
	}


div#credit-cards {
	position: absolute;
	top: 5px;
	left: 600px;
	width: 360px;
	text-align: right;
	}

#credit-cards ul {
	
	}

#credit-cards ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 3px;
	}

/************************************** HOME ********************************/

div#home-text {
	position: absolute;
	top:0;
	left:0;
	padding: 15px 0;
  width: 960px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  color: #CCCCCC;
  font-size: 9pt;
}

div#home-cat-index {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 740px;
	}
#home-cat-index ul li {
	display: inline;
	margin:0;
	}
	
div.main_cat_bloc {
	float: left;
	width: 240px;
	}
	
.main_cat_bloc p {
	width: 240px;
	text-align:center;
	margin-top: 5px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	}

.main_cat_bloc a {

	}

div#home-ads {
	position: absolute;
	top: 50px;
	left: 760px;
	width: 200px;
	}

/************************************** CONTACT ********************************/

input.field1 {
	width: 135px;
	}
	
select#b_country, select#department {
	width: 135px;
	}

input#subject {
	width: 385px;
	}

textarea#message_body {
	width: 385px;
	height: 100px;
	overflow: auto;
	}

label {
	width: 85px;
	float: left;
	}

div.form-field  {
	padding-right: 25px;
	width: 227px;
	height: 26px;
	float: left;
	}

div.form-field2 {
	margin-right: 25px;
	width: 480px;
	height: 26px;
	float: left;
	}

div.form-field3 {
	margin-right: 25px;
	width: 711px;
	height: 26px;
	float: left;
	}

div#contact-content {
	border-top: 1px solid #999999;
	margin-top: 20px;
	padding-top: 20px;
	}

/************************************** CART ********************************/

table#cart-items {
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  border: 1px solid #666666;
}

table#cart-items td {
	padding: 3px 5px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	}

div#cart-coupon {
	margin-top: 15px;
	}
