html {
	margin:0px;
	padding:0px;	
}

body {
	color:#000000;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:12px;
	
	margin:0px;
	padding:0px;
	
	/* background-image:url(../t1_pictures/pxa6ada4.jpg); */
}

.box1 {
	margin:0px;
	/* padding:0px; */
	/* background-image:url(../t1_pictures/background_global.gif);
	background-repeat:repeat-x; */
	width: 100%;
	text-align: center;
	padding: 0px;
}

#content {
	/*padding-top:50px;*/
	/* width: 915px; */
	/* background-color : #FFFFFF; */
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#footer {
	display: none;
}

table {
	padding: 0px;
	margin: 0px;
	/*border-spacing: 0px;*/
}

td {
	color:#000000;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:12px;
	padding: 0px;
}



/*
STORE LOCATOR
*/

.tx-locator-pi1 {
	position : relative;
	
	overflow: visible;
	height: auto;
}

.tx-locator-pi1 .mapHeader {
	text-transform : uppercase;
	color : #003675;
}

.tx-locator-pi1 #mapAll {
	margin : 10px;
}

.tx-locator-pi1 .selectCountry {
		display: none;
}

.tx-locator-pi1 .latitude {
		display: none;
}

.tx-locator-pi1 .longitude {
		display: none;
}

.tx-locator-pi1 div.poiTable {
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:11px;
	font-weight : normal;

	position : absolute;
	left : 620px;
	width : 250px;
	padding-top : 6px;

	overflow-y: scroll;
	height: 400px;
}

.poiTable div {
	color : #003675;
}

.poiTable div:hover {
	color : #9dab99;
}

/* NEDKOV adds 00:03 30.04.09 */
div.poiTable div {
	background-image: url(../t1_pictures/bullet_fond_blanc.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-bottom: 2px;
}

div.poiTable div:hover {
	background-position: 0.7%;
}

div#map {
	margin-top: 10px;
	border: 1px solid #a6ada5;
}

div#map iframe {
	border: 0px;
}

div.infoWindow div.displayRoute {
	background-color: #9dab99;
	padding: 3px;
	
}

div.infoWindow div.displayRoute a:link, a:visited { 
	display: block;

	color: #003675;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div.infoWindow div.displayRoute a:hover {
	color: #0036FF;
}