@CHARSET "UTF-8";

/* main */

div.solmur {
	position: relative;
	background-color: #C0ED2F; /*#accb4c;*/
	height: 480px;
	margin-top: 15px;
}

div.productContent {
	position: absolute;
	top: 0px;
	bottom: 157px;
	left: 0px;
	right: 0px;
	background-color: #C0ED2F; /*#accb4c;*/
}

/* one box */

table.itemBox {
}

td.itemTitle a:link, td.itemTitle a:visited {
	color: #203138;
}

td.itemImageBox, td.itemImageBoxOn {
	width: 145px;
	height: 90px;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

td.itemImageBox img, div.itemImageBox2 img, td.itemImageBoxOn img, td.itemImageBox2On img {
	margin-left: auto;
	margin-right: auto;
}

td.itemImageBox img {
	width: 120px;
	height: 70px;
}

div.itemImageBox2 img {
	width: 120px;
	height: 20px;
}

td.itemImageBoxOn img {
	width: 138px;
	height: 80px;
}

td.itemImageBoxOn div.itemImageBox2 img {
	width: 138px;
	height: 28px;
}

td.itemText {
	padding-bottom: 5px;
}

td.itemText a:link, td.itemText a:visited {
	color: #2A2E48; /*#586983;*/
}

td.itemText a:hover {
	/*color: #ffffff;*/
}

/* deco */

div.titreArticle {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	/*
	position: absolute;
	top: 40px;
	left: 10px;
	*/
	width: 580px;
	font-size: 20px;
	color: #203138;
	font-weight: bold;
}

div.contentLogo img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 560px;
	height: 158px;
}

div.contentText {
	color: #3b4c60;
}

/*
div.imageArticle {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 480px;
	z-index: 100;
	overflow: hidden;
	text-align:center;
}

div.imageArticle img {
	//height: 310px;
	border: solid 6px white;
	margin-left: auto;
	margin-right: auto;
}
*/
