

/* MENU COLUMN CENTER */
#templateBrand #bottomContent .columnCenter {
	width:580px;
	margin:-6px -10px 0 3px;
	background:url(/img/stanhome/bgd-colomn-center.png) 0 37px no-repeat;
}
* html #templateBrand #bottomContent .columnCenter {
	margin:-6px 4px 0 7px;
}

/* MENU CENTER COLUMN */
ul#menuColumnCenter {
	margin-bottom:15px;
}
ul#menuColumnCenter li {
	float:left;
}
ul#menuColumnCenter li a {
	float:left;
	padding:15px 0 0 15px;
	height:22px; width:255px;
	color:#fff;
	font-size:13px; font-weight:bold;
	text-decoration:none;
}
ul#menuColumnCenter li a.selected {
	padding-left:20px;
	width:290px;
}
ul#menuColumnCenter li a:hover {
	text-decoration:underline;
}
ul#menuColumnCenter li a.selected:hover {
	text-decoration:none;
}
ul#menuColumnCenter li#itemNews a {
	background:url(/img/stanhome/bgd-item-news.png) no-repeat;
}
ul#menuColumnCenter li#itemNews a.selected {
	background:url(/img/stanhome/bgd-item-news-selected.png) no-repeat;
}
ul#menuColumnCenter li#itemPromotions a {
	background:url(/img/stanhome/bgd-item-promotions.png) no-repeat;
}
ul#menuColumnCenter li#itemPromotions a.selected {
	background:url(/img/stanhome/bgd-item-promotions-selected.png) no-repeat;
}
ul#menuColumnCenter li a.selected strong {
	color:#7ddfff;
}

/* BLOC CHAPO */
.blocChapo {
	margin:15px 20px;
}

/* SHOW LIST */ 
.showList {
	clear:both;
	padding:15px 0 0 0; margin:0 5px;
	background:url(/img/stanhome/bgd-central-news.jpg) repeat-x;
}
.columnCenter .showList div.inLine {
	padding-left:15px;
}
.columnCenter .showList div.inLine .productBloc {
	padding-right:15px;
}


/* FOR KIOTIS */
.kiotisPage ul#menuColumnCenter li a.selected strong {
	color:#ff8cc5;
}
.kiotisPage ul#menuColumnCenter li#itemNews a {
	background:url(/img/kiotis/bgd-item-news.png) no-repeat;
}
.kiotisPage ul#menuColumnCenter li#itemNews a.selected {
	background:url(/img/kiotis/bgd-item-news-selected.png) no-repeat;
}
.kiotisPage ul#menuColumnCenter li#itemPromotions a {
	background:url(/img/kiotis/bgd-item-promotions.png) no-repeat;
}
.kiotisPage ul#menuColumnCenter li#itemPromotions a.selected {
	background:url(/img/kiotis/bgd-item-promotions-selected.png) no-repeat;
}
.kiotisPage .blocChapo div {
	background:url(/img/kiotis/bgd-bloc-chapo.png) right top no-repeat;
}






#menuColumnCenter:after, .blocChapo:after {
	display:block; clear:both;
	visibility:hidden;
	height:0;
	content:".";
}


/**
 * @workaround     hasLayout problems
 * @affected       ie6, ie7
 */
#menuColumnCenter, .blocChapo {
    zoom:1;
}



/**
 * @workaround     PNG backgrounds
 * @affected       ie6
 */
* html .blocChapo div {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/stanhome/bgd-bloc-chapo.png',sizingMethod='image');
}
* html ul#menuColumnCenter li#itemNews a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/stanhome/bgd-item-news.png',sizingMethod='image');
	cursor:pointer;
}
* html ul#menuColumnCenter li#itemNews a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/stanhome/bgd-item-news-selected.png',sizingMethod='image');
	cursor:pointer;
}
* html ul#menuColumnCenter li#itemPromotions a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/stanhome/bgd-item-promotions.png',sizingMethod='image');
	cursor:pointer;
}
* html ul#menuColumnCenter li#itemPromotions a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/stanhome/bgd-item-promotions-selected.png',sizingMethod='image');
	cursor:pointer;
}
* html .kiotisPage .blocChapo div {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/kiotis/bgd-bloc-chapo.png',sizingMethod='image');
}
* html .kiotisPage ul#menuColumnCenter li#itemNews a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/kiotis/bgd-item-news.png',sizingMethod='image');
}
* html .kiotisPage ul#menuColumnCenter li#itemNews a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/kiotis/bgd-item-news-selected.png',sizingMethod='image');
}
* html .kiotisPage ul#menuColumnCenter li#itemPromotions a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/kiotis/bgd-item-promotions.png',sizingMethod='image');
}
* html .kiotisPage ul#menuColumnCenter li#itemPromotions a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/kiotis/bgd-item-promotions-selected.png',sizingMethod='image');
}


