html, body{
margin:0;
border:0;
padding:0;
width:100%;
height:100%;
}

body{
	font-family:Verdana, Tahoma, Arial, "MS Sans Serif";
	color:#333333;
	font-size:10px;
	text-align:center;
	background-color:#666666;
}

table{
	 border-collapse: collapse; 
}

.img-border{
	border: 1px solid #999999;
}

.no-border{
	border:0;
}

.odd {
	background-color:#CED8D9;
}

.even {
	background-color:#E1E7E8;
}

tr .hover{
	background-color:#FFFFCC;	
}

th {
	padding:5px;
	text-align:left;
	font-size:12px;
	border:1px solid #CCCCCC;
	border-bottom:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	background-color:#A5B7B9
}

td {
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:left;
	border-bottom:1px solid #aaaaaa;
}

tbody tr {
	 border-bottom:1px solid #aaaaaa;
}

table a {
	color:#FF4200;
	text-decoration:none;
}

table a:hover {
	color:#CC0000;
	text-decoration:underline;
}

#fixedtipdiv{
	position:absolute;
	z-index:100;
	text-align:left;
}

.bold{
	font-weight:bold;
}

#topbar{
position:absolute;
border:0;
padding: 2px;
background-color:#AA1038;
height:1000px;
width: 100%;
visibility: hidden;
z-index: 200;
}

#table-div{
	width:100%;
	top:50px;
	margin-bottom:60px;
}

#voirbasket a {
	position:absolute;
	right:0px;
	bottom:10px;
	width:200px;
	height:40px;
	margin-right:20px;
	z-index:1;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration:none;
}

#basket{
	position:absolute;
	top:951px;
	right:20px;
	width:400px;
	height:300px;
	margin-right;20px;
	background-color:#FFFFFF;	
	z-index:2;
	border:#666666 solid 1px;
	
}

#carttable{
	width:400px;
	overflow:scroll;
	height:260px;
}


#basket table td{
	border:0;
}

#basket table tr{
	border-bottom:#CCCCCC dotted 1px;
}


