/* CSS Document */

/*************************************************
		MAIN MENU ROLLOVER
************************************************/

#nav li ul#sub-entreprise
{
	width:190px;
	margin-left:0px !important;
	margin-left:-90px;
}

#nav li ul#sub-auto
{
	width:240px;
	margin-left:0px !important;
	margin-left:-50px;
}

#nav li ul#sub-financement
{
	width:200px;
	margin-left:0px !important;
	margin-left:-100px;
}

/************************************************/
div#currencySelector 
{
	display:table;
	float:left;
	text-align:left; vertical-align:top;
	width:150px;
	height:17px;
	line-height:0;
	font-size:0;
	background-image: url(/kcentric_theme/img/title/fr-ca/menu_currency.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-right:-20px;
}

div.currencySelectorAlign {
	text-align:left; vertical-align:top;
	font-size:12px;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:15px;	
}

/****** PRODUCT SOLD ********/

div.productsold-large
{
	background-image:url(/kcentric_theme/img/sold/fr-ca/productsold_large.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:640px;
	height:480px;
	position:relative;
	margin-top:-480px;
	cursor:pointer;
}

div.productsold-medium
{
	background-image:url(/kcentric_theme/img/sold/fr-ca/productsold_medium.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:350px;
	height:263px;
	position:relative;
	margin-top:-267px;
	left:1px;
	cursor:pointer;
}

div.productsold-small
{
	background-image:url(/kcentric_theme/img/sold/fr-ca/productsold_small.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:150px;
	height:113px;
	position:relative;
	margin-top:-113px;
	cursor:pointer;
}

div.productsold-xsmall
{
	background-image:url(/kcentric_theme/img/sold/fr-ca/productsold_small.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:120px;
	height:90px;
	position:relative;
	margin-top:-90px;
	left:1px;
	cursor:pointer;
}

/****** PRODUCT RESERVED ********/

div.productreserved-large
{
	background-image:url(/kcentric_theme/img/reserved/fr-ca/productreserved_large.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:640px;
	height:480px;
	position:relative;
	margin-top:-480px;
	cursor:pointer;
}

div.productreserved-medium
{
	background-image:url(/kcentric_theme/img/reserved/fr-ca/productreserved_medium.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:350px;
	height:263px;
	position:relative;
	margin-top:-263px;
	left:1px;
	cursor:pointer;
}

div.productreserved-small
{
	background-image:url(/kcentric_theme/img/reserved/fr-ca/productreserved_small.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:150px;
	height:113px;
	position:relative;
	margin-top:-113px;
	left:1px;
	cursor:pointer;
}

div.productreserved-xsmall
{
	background-image:url(/kcentric_theme/img/reserved/fr-ca/productreserved_small.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:120px;
	height:90px;
	position:relative;
	margin-top:-90px;
	left:1px;
	cursor:pointer;
}
