#flagdesc {
	color: silver;
	width: 50px;
	font-size:14px;
	float:left;
	text-align:right;
	padding-top: 15px;
	/*display:none;*/
}

#flags {
	  /*width: 23px;
	  height: 16px;*/
	margin-top: 30px;
margin-right: 10px;
	padding: 15px;
	  float:right;
	  border:0px solid silver;
}

#flags a {
	margin-right: 2px;
}

/* tables type */
#tablesize {
	cellspacing: 0px;
	cellpadding: 0px;
	width: 100%;
	border: 1px solid #AADE7E;
	text-align: center;
	color: #737373;
	/*background-color: #E5FDB0;*/
}



table#contour {
/*	position:center; */

}

table#contour td {
  margin:0;
  padding: 0;
}

td#topleft {
	width: 28px;
	height:27px;
	background-image: url(pics/topleft.png);
	background-repeat: no-repeat;
}

td#top {
	height: 27px;
	background-image: url(pics/top.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 1000px;
}

td#topright {
	width: 31px;
	height:27px;
	background-image: url(pics/topright.png);
	background-repeat: no-repeat;
}

td#left {
	width: 28px;
	background-image: url(pics/left.png);
	background-repeat: repeat-y;
}

td#center {
	width: 900px;
	background-color: white;
}

td#right {
	width: 31px;
	background-image: url(pics/right.png);
	background-repeat: repeat-y;
}

td#bottomleft {
	width: 28px;
	height:30px;
	background-image: url(pics/bottomleft.png);
	background-repeat: no-repeat;
}

td#bottom {
	height: 30px;
	background-image: url(pics/bottom.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 1000px;
}

td#bottomright {
	width: 31px;
	height:30px;
	background-image: url(pics/bottomright.png);
	background-repeat: no-repeat;
}

/* end round border*/

img {
	border:0;
	color: white;
}

#imgborderbig {
	border: 5px dashed  #B0C4DE;
}

#imgborder {
	width: 200px;
	border: 3px dashed  #B0C4DE;
}/* end contact */


/* tables */
/*
#product td, tr, th {
	text-align:center;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}

#product th {
	background: #CCCCCC;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	font-weight:bold;
}

#product {
	background: white;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding-top:0px;
}
*/
#miniproduct {
	border: 0px solid black;
	float: left;
	padding:20px;
	margin: 10px;
	margin-top:0px;
	text-align: center;
}


#tabprod {
	margin:0px;
	padding: 0px;
//	border-collapse: collapse; /* important: don't modify the // bcs need to be interpreted by Safari and not by IE*/
	border-spacing: 0px;
	width: 620px;
	font-size: 12px;
	border: 1px solid #5F9EA0;
	text-align: center;
	vertical-align: middle;
 }
 #tabprod td {
 		vertical-align: middle;
 		border-bottom: 1px solid #5F9EA0;
 }
 
 #tabprodtype {
	border-collapse: collapse;
	height: 25px;
	border-right: 1px solid #5F9EA0;
	background-color: #F8F8FF;
	text-align: center;
	vertical-align: middle;
 }
 #tabprodth {
	border-collapse: collapse;
	height: 50px;
	width: 200px;
	border-bottom: 1px solid #5F9EA0;
	background-color: #E6E6FA;
	text-align: center;
	vertical-align: middle;
 }
 
.tdspace {
	padding: 10px;
}