@CHARSET "UTF-8";

/* CSS Document */
/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2007 lisart.ch and may not be reproduced. */
/*
Autors:
Codeluxe - www.codeluxe.com
claudine Braendle - gipsy.cocotier.ch
*/
.headline_claim {
	font-weight: bold;
	color:#89969d;
 	font-size: 26px;
	text-align:right;
	box-sizing:border-box;
	padding-right:10px;
}
/* ----------------basics----------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	color: #e0e8e3;
}

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

/* page title*/
h1 {
	
}

h2 {
	
}

ul {
	list-style: none;
	margin-bottom: 10px;
	margin-bottom: 2px;
}

img {
	border: 0px;
}

.pdf a {
	font-size: 12px;
	background-color: #535353;	
	color: #000;
	padding: 2px;
	vertical-align: top;
	margin-left: 5px;
}
/*---------------container-------------------*/

#container {
	width: 806px;
	height: 1020px;
	margin: auto; 
	position:relative;	
}
#bestseller {
	width: 3500px;
	height: 65px;
	position:absolute;
	left:650px;
	top:21px;
	z-index:2000;
	background:#00aeef;
}
#ton{
display:none;	
	}
/*--------------header-------------------*/

#flashHeader {
	height: 500px;
	position:relative;
	z-index:200;
}

/*--------------menu-------------------*/

li {
	display: block;
	float: left;
}

li a {
	display: block;
	height: 46px;
	text-indent: 500px;
	overflow: hidden;
}

#menuProduct{
	width: 293px;
	background: url("../imgs/product.gif");
}

#menuProduct:hover, #menuProduct.selected{
	background: url("../imgs/product_hover.gif");
}
	
#menuSellers {
	width: 229px;
	background: url("../imgs/sellers.gif");
}

#menuSellers:hover, #menuSellers.selected{
	background: url("../imgs/sellers_hover.gif");
}
	
#menuDesigner {
	width: 283px;
	background: url("../imgs/designer.gif");
}

#menuDesigner:hover, #menuDesigner.selected{
	background: url("../imgs/designer_hover.gif");
}

ul {
clear: both;	
}
/*--------------content-------------------*/

#firstContent, #secondContent, #thirdContent {
	margin-bottom: 40px;
}

#firstContent p, #secondContent p, #thirdContent p {
	font-weight: bold;
	text-transform: uppercase;
 	font-size: 26px;
}
#firstContent a {
	font-weight: bold;
	text-transform: uppercase;
 	font-size: 18px;/*--------------------------22-------------------------------------*/
	color:#535353;

}
#secondContent table {
	
	text-transform: uppercase;
 	}

#firstContent span, #secondContent span, #thirdContent span {
	color: #535353;
}

#thirdContent a {
	color: #e0e8e3;
}


/*---------adress table------------*/

table {
	width: 100%;
	color: #b8b8b8;/*#b8b8b8;*/
	font-size: 12px;
	border-collapse: collapse;
	table-layout: fixed;
	border: 0px;
	margin-top: 8px;
}

tr {
	height: 70px;
}

td {
	vertical-align: top;
	border: 1 px solid black;
	
}

#secondContent table a {
	display: list-item;
	margin: 0px;
	padding: 0px;
	color: #000;
	letter-spacing: 1px;
	/*list-style-image: url("../imgs/fleche.gif");*/
 	/*list-style-position: inside;*/
	list-style:none;
	font-weight: bold;
}

/*text-transform: uppercase;
	font-weight: bold;
}*/

/*--------------javascript classes-------------------*/

.close {
display: none;
}

.open {
display: block;
}
#secondContent .feff{
font-weight: bold;
font-size: 12px;

color: #000;
}
