/***************************************
  	The original Theme for Skinable e-Commerce (AutoMontréal)
  	Created by kCentric.NET
  	http://www.kcentric.net
****************************************/

/***************************************************************************************************************************************/
/* 
	General page style. The scroll bar colours only visible in IE5.5+ 
	-----------------------------------------------------
*/

* html, body {height:100%;min-height:100%;margin:0px; padding:0px}

.pageBody {
	background:#FFFFFF url(/kcentric_theme/img/background.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border:0px;
	line-height:0px;
	text-align:center; vertical-align:top; float:none; /*Float : FF alignement for left / right. Put it to "none" for center alignement*/
	behavior:url(/kcentric_theme/css/csshover.htc); /* Behavior for :hover in IE*/
}



/***************************************************************************************************************************************/
/* 
	General page alignement. 
	-----------------------------------------------------
	div#pageAlign	=	Page alignement container
*/
div#pageAlign {	
	margin:auto;
	font-size:0px;
	width:887px;
}


/***************************************************************************************************************************************/
/*  
	General Settings for container
	-----------------------------------------------------
	div#contentTopSectionFrame	=	Container of WelcomeMessage + Culture
	div#contentHeaderFrame		=	Container of Header + Search
	div#contentPageFrame		=	Container of Page Frame
	div#menuNavigation			=	Container of Menu Navigation	
	
	div#cartInformation			=	Container of Cart Information
	div#contentNavigation		=	Container of Page Navigation
	div#contentPageTitle		=	Container of Page Title
	div#contentPageContent		=	Container of Content of the page
	div#footer					=	Container of Footer
	
*/
div#contentTopSectionFrame, div#contentHeaderFrame, div#contentPageFrame, div#menuNavigation, div#contentPageBottomFrame{
	width:887px; margin:auto;
	text-align:left; vertical-align:top;
}

div#cartInformation,div#contentPageTitle,div#contentPageContent, div#contentPageContentAlign, div#footer, div#contentNavigationTop, div#contentNavigationBottom{
	width:677px; height:auto;
	text-align:left; vertical-align:top; 
}

/***************************************************************************************************************************************/
/* 
	Specific settings for container of WelcomeMessage and Culture 
	-----------------------------------------------------
	div#contentTopSectionFrame	=	Container of WelcomeMessage + Culture
*/
div#contentTopSectionFrame {
	position:relative;
	display:block;
	top:5px;
}

/***************************************************************************************************************************************/
/* 
	Specific settings for container of Header and Search 
	-----------------------------------------------------
	div#contentHeaderFrame		=	Container of Header + Search
*/
div#contentHeaderFrame 
{
	height:100px;
}

/***************************************************************************************************************************************/
/* 
	Welcome Message Section
	-----------------------------------------------------
	div#welcomeMessage		=	Container of Welcome Message
	.welcomeMessageText		=	Text style
	a.welcomeMessageLink	=	Link style
*/

div#welcomeMessage 
{
	width:430px; margin:auto; float:left;
	text-align:left; vertical-align: top; font-size:9px;
	line-height:12px;
	padding-left:10px;
}

.welcomeMessageText {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#98a7c5;
}

a.welcomeMessageLink{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal;}
a.welcomeMessageLink:link, a.welcomeMessageLink:active, a.welcomeMessageLink:visited {color:#FFFFFF; text-decoration:underline;} 
a.welcomeMessageLink:hover{color:#cce7fa; text-decoration:none;}

/***************************************************************************************************************************************/
/* 
	Culture Section 
	-----------------------------------------------------
	div#culture		=	Culture container
	.cultureText	=	Text style
	a.cultureLink	=	Link style
*/
div#culture {
	width:270px; margin:auto; float:right;
	text-align:right; vertical-align: top; font-size:9px;
	line-height:12px;
	padding-right:10px;
}

.cultureText{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#98a7c5;
}

a.cultureLink{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal;}
a.cultureLink:link, a.cultureLink:active, a.cultureLink:visited {color:#FFFFFF; text-decoration:underline;} 
a.cultureLink:hover{color:#cce7fa; text-decoration:none;}

/***************************************************************************************************************************************/
/* 
	Content Page Section 
	-----------------------------------------------------
	div#contentPageFrame		=	Page Frame Container
	div#contentLogo				=	Logo image
	div#contentHeader			=	Header (image or flash)
	div#contentSearchAvailable			=	Search box visible in B2B
	div#contentSearchUnavailable		= Search box not visible in B2B
	div#searchText				=	Container of Search text
	div#searchInput				=	Container of QuickSearch inputbox
	div#searchAdvancedLink		=	Container of Advanced Search link
	div.contentSearchAlign		=	Search alignement
	.contentSearchText			=	Text style
	a.contentSearchLink			=	Link style
*/
div#contentPageFrame {
	height:auto; min-height:auto;
	margin:auto;
	margin-bottom:0px;
	text-align:left; 
	vertical-align:top;
	margin-top:7px;
}

* > div#contentPageFrame{
	border-bottom:1px solid transparent;!important
}

div#contentLogo {
	float:left;
	width:288px; height:100px;
	background-image:url(/kcentric_theme/img/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:12px !important;
	margin-top:0px;
}

div#contentHeader {
	float:left;clear:right;
	background-image:url(/kcentric_theme/img/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:309px; height:100px;
}

div#contentSearchAvailable 
{
	float:left;
	text-align:left;
	font-size:11px;
	width:290px; 
	height:100px;
	background-image:url(/kcentric_theme/img/search_available.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#contentSearchUnavailable 
{
	float:left;
	text-align:left;
	font-size:11px;
	width:290px; 
	height:100px;
	background-image:url(/kcentric_theme/img/search_available.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.vehicleSearchContainer{
	margin-top:26px;
	margin-left:40px;
	font-family:Arial, Verdana;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.vehicleSearchContainer select{
	width:150px;
	font-size:10px;
}

td.containerButtonSearch{
	padding-top:2px;
	padding-left:3px;
}

td.containerTitleSearch{
	text-align:right;
	padding-right:5px;
	width:55px;
}

div#searchText
{
	margin-left:60px;
	margin-top:35px!important;
	margin-top:33px;
}

div#searchInput{
	margin-left:60px;
}

div#searchAdvancedLink{
	margin-left:60px;
}

div.contentSearchAlign {
	line-height:13px;
}

.contentSearchText 
{
	font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF;
}

a.contentSearchLink{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#FFFFFF;}
a.contentSearchLink:link, a.contentSearchLink:active, a.contentSearchLink:visited {text-decoration:none;} 
a.contentSearchLink:hover{text-decoration:underline;}

/***************************************************************************************************************************************/
/* 
	Menu Navigation Section  (Home / New products / Promotions)
	-----------------------------------------------------
	div#menuNavigation			=	Container of Menu Navigation
	div.menuNavigationAlign		=	Menu Navigation alignement
	.menuNavigationSeparation	=	Style of separation between button
	
	
	
	--------------------------Dropdown settings----------------------------------
	
	ul#nav	=	container of dropdown menu: reset styles for more customization
	ul#nav li	=	item of dropdown menu: reset styles for more customization
	
	#sub-financement li	=	Styles for items of the dropdown menu
	#sub-auto li		=	Styles for items of the dropdown menu
	 #sub-entreprise li	=	Styles for items of the dropdown menu
	 	 
	 #nav li ul#sub-entreprise	=	common settings for display of dropdown menu
	 #nav li ul#sub-auto		=	common settings for display of dropdown menu
	 #nav li ul#sub-financement	=	common settings for display of dropdown menu
	 
	 #nav li ul#sub-entreprise	=	specefic settings for positioning the dropdown menu
	 #nav li ul#sub-auto		=	specefic settings for positioning the dropdown menu
	 #nav li ul#sub-financement	=	specefic settings for positioning the dropdown menu
	 
	 #nav li ul li			=	display settings for dropdown items
	 
	 a.submenuLink			=	styles for link in the dropdown menu
	a.submenuLink:link		=	styles for link in the dropdown menu
	a.submenuLink:active		=	styles for link in the dropdown menu
	a.submenuLink:visited		=	styles for link in the dropdown menu
	a.submenuLink:hover		=	styles for link in the dropdown menu
	
	ul#nav li:hover ul#sub-financement	=	change the display of the dropdown menu to make it appear
	ul#nav li:hover ul#sub-auto		=	change the display of the dropdown menu to make it appear
	ul#nav li:hover ul#sub-entreprise	=	change the display of the dropdown menu to make it appear
*/
div#menuNavigation {
	background-image:url(/kcentric_theme/img/navig_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
	height:37px; 
	clear:left;
	width:887px;
	margin:auto;
}

div.menuNavigationAlign{
	text-align:left;
	vertical-align:top;
	margin-left:24px;
}

div#menuNavigationContent {
	background-image:url(/kcentric_theme/img/navig_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
	height:37px; 
	line-height:0;
	font-size:0;
	clear:left;
	width:887px;
	margin:auto;
}

div.menuNavigationContentAlign{
	text-align:left;
	vertical-align:top;
	padding-left:30px !important;
	padding-left:23px;
}

.menuNavigationSeparation{
	margin-left:10px; margin-right:10px;
}

/***********************************************************
		Dropdown Menu
************************************************************/
ul#nav{
	margin:0;
	padding:0;
	text-indent:0;
	font-size:0;
	line-height:0;
	list-style:none;
}

ul#nav li{
	width:auto;
	float:left;
	margin:0;
	padding:0;
}
/**/
/*SUB MENU Row*/
#sub-financement li, #sub-auto li, #sub-entreprise li{
	font-family:Verdana, Arial;
	font-size:11px;
	color:#000;
	background-image:url(/kcentric_theme/img/sousmenu_bg.gif);
	background-position:bottom;
	list-style-type:none;
	text-align:left;
	height:28px;
	text-indent:10px;
}

#nav li ul#sub-entreprise, #nav li ul#sub-auto, #nav li ul#sub-financement
{
	position:absolute;
	display:none;
	left:auto;
	margin-top:-5px !important;
	margin-top:31px;
	padding:0;
	z-index:1000;
	font-size:12px;
	line-height:normal;
}

#nav li ul#sub-entreprise
{

	/*
	
	VOIR CULTURE
	
	*/
	
	/*width:190px;
	margin-left:654px !important;
	margin-left:-90px;*/
}

#nav li ul#sub-auto
{
	/*
	
	VOIR CULTURE
	
	*/
	
	/*
	width:240px;
	margin-left:200px !important;
	margin-left:-50px;*/
}

#nav li ul#sub-financement
{
	/*
	
	VOIR CULTURE
	
	*/
	
	/*	width:180px;
	margin-left:249px !important;
	margin-left:-100px;*/
}

#nav li ul li
{
	float:none;
	display:block;
}

a.submenuLink{font-family:Verdana;font-size:11px;display:block;padding-top:7px;width:100%;}
a.submenuLink:link, a.submenuLink:active, a.submenuLink:visited{text-decoration:none;color:#000;}
a.submenuLink:hover{text-decoration:none; color:#999;}

/**/
/*MAIN ITEM Rollover item*/
ul#nav li:hover ul#sub-financement, ul#nav li:hover ul#sub-auto, ul#nav li:hover ul#sub-entreprise
{
	display:block;
	cursor:pointer;
}
/***************************************************************************************************************************************/
/* 
	Left Menu Section 
	-----------------------------------------------------
	div#leftMenu						=	Container of Left Menu
	div.leftMenuAlign					=	Left Menu Alignement
	div#currencySelector				=	Container of the Currency
	div#currencySelectorUnavailable = Showing Div when Currency is Hide
	div.currencySelectorAlign			=	Currency Alignement
	.currencyText						=	Currency Text style
	table.leftMenuListing				=	Left Menu Table (General)
	table.leftMenuListingCategories				=	Left Menu Table Categories (General)
	table.leftMenuListingBrands				=	Left Menu Table Brands (General)
	table.leftMenuLisdtingSeeAllLink	=	Left Menu Table for See All Category link 
	td.leftMenuListing					=	Style of each row of the listing menu link
	div.LeftMenuBullet					=	Bullet in the menu
	div.LeftMenuNoBullet				=	No bullet in the menu
	
	My Account Menu Section 
	-----------------------------------------------------
	div.DahsboardIcon					=	Menu My Account - Dashboard Icon settings
	div.MyCartIcon						=	Menu My Account - My Cart Icon settings
	div.PlaceOrderIcon					=	Menu My Account - Place order Icon settings
	div.OrderExpressIcon				=	Menu My Account - Order Express Icon settings
	div.PreferredListIcon				=	Menu My Account - My preferred list Icon settings
	div.ProfileIcon						=	Menu My Account - Modify my profile Icon settings
	div.OrderHistoryIcon				=	Menu My Account - Order history Icon settings
	div.FrequentlyOrderedProductIcon	=	Menu My Account - Frequently Ordered Product Icon settings
	div.PriceListIcon					=	Menu My Account - Price List Icon settings
	div.ReturnIcon						=	Menu My Account - Return Icon settings
	div.LogoffIcon						=	Menu My Account - Logoff Icon settings
	
	Link
	-----------------------------------------------------
	a.leftMenuLink						=	Menu link style
	a.leftMenuSeeAllLink				=	See all menu link style
	a.leftMenuSpecialLink				=	Special color of menu link style	
*/
div#leftMenu {
	text-align:left; vertical-align:top;
	width:200px;
	float:left; 
	clear:right;
	line-height:0;
	font-size:0;
}

div.leftMenuAlign {
	text-align:left; vertical-align:top;
	padding-left:14px;
}

div#currencySelectorUnavailable {}

div#currencySelector {
	/* VOIR CULTURE */
}

div.currencySelectorAlign {
	/* VOIR CULTURE */	
}

.currencyText {
	display:none;
}

table.leftMenuListing{
	width:179px;
	margin:0px; padding:0px;
	margin-bottom:6px;
	background-color:#fcfcfc;
	border:1px solid #e2e2e2;
	border-bottom:0px;
}

table.leftMenuListingCategories{
	width:177px;
	margin:0px; padding:0px;
	margin-bottom:3px;
	background-color:#fcfcfc;
	border:1px solid #e2e2e2;
	border-bottom:0px;
}

table.leftMenuListingBrands{
	width:177px;
	margin:0px; padding:0px;
	margin-bottom:3px;
	background-color:#fcfcfc;
	border:1px solid #e2e2e2;
	border-bottom:0px;
}

table.leftMenuListingSeeAllLink{
	width:177px;
	margin:0px; padding:0px;
	margin-bottom:6px;
	margin-top:-6px;
	background-color:#fcfcfc;
	border:1px solid #e2e2e2;
	border-bottom:0px;
}

td.leftMenuListing{
	border:0px;
	text-align:left; vertical-align:top;
	padding-top: 5px; padding-bottom:4px;
	padding-right:5px;
	border-bottom:1px solid #e2e2e2;
}

div.LeftMenuBullet{
	background-image:url(/kcentric_theme/img/left_menu_bullet.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:19px;
	margin:0px;
}

div.LeftMenuNoBullet{
	padding-left:26px;
	margin:0px;
}

div.DashboardIcon,div.MyCartIcon,div.PlaceOrderIcon,div.OrderExpressIcon,div.PreferredListIcon,div.ProfileIcon,div.OrderHistoryIcon,div.FrequentlyOrderedProductIcon,div.PriceListIcon,div.ReturnIcon,div.LogoffIcon{
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:19px;
	margin:0px;
}

div.DashboardIcon{background-image:url(/kcentric_theme/img/icon_home.gif);}
div.MyCartIcon{background-image:url(/kcentric_theme/img/icon_cart.gif);}
div.PlaceOrderIcon{background-image:url(/kcentric_theme/img/icon_placeorder.gif);}
div.OrderExpressIcon{background-image:url(/kcentric_theme/img/icon_orderexpress.gif);}
div.PreferredListIcon{background-image:url(/kcentric_theme/img/icon_preferredlist.gif);}
div.ProfileIcon{background-image:url(/kcentric_theme/img/icon_profile.gif);}
div.OrderHistoryIcon{background-image:url(/kcentric_theme/img/icon_ordertracking.gif);}
div.FrequentlyOrderedProductIcon{background-image:url(/kcentric_theme/img/icon_frequentlyordered.gif);}
div.PriceListIcon{background-image:url(/kcentric_theme/img/icon_pricelist.gif);}
div.ReturnIcon{background-image:url(/kcentric_theme/img/icon_return.gif);}
div.LogoffIcon{background-image:url(/kcentric_theme/img/icon_logoff.gif);}

a.leftMenuLink{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.leftMenuLink:link, a.leftMenuLink:active, a.leftMenuLink:visited {color:#333333; text-decoration:none;} 
a.leftMenuLink:hover{color:#6b6b6b; text-decoration:none;}

a.leftMenuSeeAllLink{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.leftMenuSeeAllLink:link, a.leftMenuSeeAllLink:active, a.leftMenuSeeAllLink:visited {color:#ebbc00; text-decoration:none;} 
a.leftMenuSeeAllLink:hover{color:#ffffff; text-decoration:none;}

a.leftMenuSpecialLink{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.leftMenuSpecialLink:link, a.leftMenuSpecialLink:active, a.leftMenuSpecialLink:visited{color:#ed1c24; text-decoration:none;} 
a.leftMenuSpecialLink:hover{color:#f9555b; text-decoration:none;}

/***************************************************************************************************************************************/
/* 
	Customer Support Section 
	-----------------------------------------------------
	div#customerSupport			=	Container of Customer support
	div.customerSupportAlign	=	Customer support alignement
	.customerSupportText		=	Text style
	a.customerSupportLink		=	Link style
*/
div#customerSupport {
	line-height:normal;
	margin-top:10px;
}

div.customerSupportAlign {
}

.customerSupportText {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#666666;
}

a.customerSupportLink{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.customerSupportLink:link, a.customerSupportLink:active, a.customerSupportLink:visited {color:#666666; text-decoration:none;} 
a.customerSupportLink:hover{color:#999999; text-decoration:underline;}

/***************************************************************************************************************************************/
/* 
	Page Section 
	-----------------------------------------------------
	div#contentPage			=	Container of all element in the content section
	div.contentPageAlign	=	Alignement of the element in the content section
*/
div#contentPage {
	text-align:left; vertical-align:top;
	width:677px;
	float:left; 
	clear:both; /* IE */
	clear:right; /* FF */

}

div.contentPageAlign {
	text-align:left; vertical-align:top;
}

/***************************************************************************************************************************************/
/* 
	Cart Information Section 
	-----------------------------------------------------
	div#cartInformation			=	Container of Cart Information
	div.cartInformationAlign	=	Alignement of Cart Information
	.cartInformationHighlight	=	Color of highlight element (Number of product and total)
	a.cartInformationLink		=	Link style
*/
div#cartInformation {
	height:27px;
	line-height:12px;
}

div.cartInformationAlign {
	text-align:right; vertical-align:middle;
	padding-right:20px; padding-top:7px;
}

.cartInformationHighlight{
	color:#cc9900;
	font-weight:bold;
}

a.cartInformationLink{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal;}
a.cartInformationLink:link, a.cartInformationLink:active, a.cartInformationLink:visited {color:#999999; text-decoration:none;} 
a.cartInformationLink:hover{color:#999999; text-decoration:underline;}

/***************************************************************************************************************************************/
/*
	Specific settings for Content Page Navigation
	-----------------------------------------------------
	div#contentNavigation		=	Container of page navigation
	div.contentNavigationAlign	=	General alignement
	.contentNavigationText		=	Text style
	a.contentNavigationLink		=	Link style

*/
div#contentNavigationTop, div#contentNavigationBottom{
		margin-bottom:15px;
		margin-left:8px;
		font-size:12px;
}

div.contentNavigationAlign{
	text-align:left; vertical-align:top;
	padding-right:7px;
	font-size:12px;
	line-height:14px;
}

.contentNavigationText{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#999999;
}

a.contentNavigationLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}
a.contentNavigationLink:link, a.contentNavigationLink:active, a.contentNavigationLink:visited {color:#6c7b98; text-decoration:none;} 
a.contentNavigationLink:hover{color:#8998b4; text-decoration:underline;}


/***************************************************************************************************************************************/
/* 
	
	Specific settings for Content Page Title 
	-----------------------------------------------------
	div#contentPageTitle	=	Container of the page title image
*/
div#contentPageTitle{
	height:auto;
	width:675px;
	line-height:normal;
	font-size:11px;
} 
div#contentPageTitle h1{
	/*background-image:url(/kcentric_theme/img/bg_title.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
	/*height:45px;*/
	font-family:Arial, Verdana;
	border-bottom:solid 2px #07548c;
	color:#07548c;
	font-size:28px;
	/*padding-left:7px;*/
	margin-left:7px;
}


/***************************************************************************************************************************************/
/* 
	Specific settings for Content Page Content Section 
	-----------------------------------------------------
	div#contentPageContent		=	Container of the page content
	div#logoSSL				=	Container of logo SSL
	div.contentPageContentAlign		=	Page content alignement
	div.homeContentCenter			=	Center section of home Page
	div.homeContentRight			=	Right section of home page
		
	.contentText				=	General text style
	.contentTextBold 				=	General text bold style
	.contentTextHighlight			=	General text highligh style
	.contentConfirmationText		=	Confirmation text style showed in Order Confirm page.
	.contentTextLighter			= 	General text lighter style
	.smallContentText				=	General small text style
	a.contentLink				=	General link style
	a.contentHighlightLink			=	General highlight link style
	a.contentSeeAllLink			=	General see all link style
	
	table.contentHome			=	General style for content tables on the home page
	table.contentHomeRight			=	General style for content tables in the right section of the home page
	
	table.carBrands tbody tr td		=	Styles for the text in the brands on the home page
	
	table.tableInspection				=	General style for the table of inspections
	table.tableInspection tr td			=	styles for each rows of inspections
	table.tableInspection tr.inspecTitre td	=	styles for the table's titles
	table.tableInspection tr td.inspection		=	styles for the inspections made at AutoMontreal
*/
div#contentPageContent{
	font-size:14px; 
	line-height:16px;	
}

div#logoSSL {
	font-size:11px;	line-height:16px;
	text-align:center; vertical-align:top;
}

div.contentPageContentAlign {
	text-align:left; vertical-align:top;
	padding-bottom:50px;
	padding-left:8px;
	/*padding-right:10px;*/
}

div.homeContentCenter
{
	width:468px;
	float:left;
	text-align:left;
}

div.homeContentRight
{
	float:left;
	width:200px;
	text-align:center;
}
.contentText table{
	font-size:12px;
}
.contentText, .contentTextBold, .contentTextHighlight, .contentConfirmationText, .contentTextLighter {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	line-height:130%;
}

td.contentText{
	font-size:10px;
}

.contentText,.contentTextBold{color:#000;}
.contentTextBold{font-weight:bold;}
.contentTextHighlight{font-weight:bold; color:#011c53;}
.contentConfirmationText{font-weight:bold; color:#c80000;}
.contentTextLighter{color:#999999;}

.smallContentText{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666;
}

a.contentLink{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}
a.contentLink:link, a.contentLink:active, a.contentLink:visited {color:#07548c; text-decoration:underline;} 
a.contentLink:hover{color:#82a1b7; text-decoration:none;}

a.contentHomeLink{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.contentHomeLink:link, a.contentHomeLink:active, a.contentHomeLink:visited {color:#07548c; text-decoration:underline;} 
a.contentHomeLink:hover{color:#82a1b7; text-decoration:none;}

a.contentHighlightLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.contentHighlightLink:link, a.contentHighlightLink:active, a.contentHighlightLink:visited {color:#CE690F; text-decoration:underline;} 
a.contentHighlightLink:hover{color:#CE690F; text-decoration:none;}

a.contentSeeAllLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.contentSeeAllLink:link, a.contentSeeAllLink:active, a.contentSeeAllLink:visited {color:#666666; text-decoration:none;} 
a.contentSeeAllLink:hover{color:#999999; text-decoration:underline;}

table.contentHome{
	background-image:url(/kcentric_theme/img/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:10px;
	padding-right:10px;
	width:456px;
	border:0;
	margin-top:-4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

table.contentHomeRight{
	background-image:url(/kcentric_theme/img/bloc_droite_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:15px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:3px;
	margin-left:5px !important;
	margin-left:0px;
	width:191px;
	margin-top:-3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

table.carBrands tbody tr td{
	font-size:9px;
	text-align:center;
	padding-bottom:5px;
}

table.carBrands tbody tr td a img, table.carBrands tbody tr td a{
	text-decoration:none;
	border:none;
}

table.carBrands tbody tr td a{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal;}
table.carBrands tbody tr td a:link, table.carBrands tbody tr td a:active, table.carBrands tbody tr td a:visited {color:#333333; text-decoration:none;} 
table.carBrands tbody tr td a:hover{color:#999999; text-decoration:underline;}

.contentText ul{
	list-style-type:none;
}

/***************************************************************************************************************************************/
/* 
	Specific settings for Footer Section 
	-----------------------------------------------------
	div#footer			=	Container of footer
	div.footerAlign		=	Alignement of footer
	div.footerCopyrights	=	Copyrights informations at the bottom of the page
	
	div.footerLinks		=	Container of the links section
	div.footerLinksContent	=	Section of the footer that contains the links
	.footerLinksContent ul li	=	Style applied to the links in the footer section
	
	.footerText			=	Text style
	a.footerLink		=	Link style
*/
div#footer	{
	font-size:10px;	line-height: normal;
	margin-bottom:15px;
	margin-top:10px;
	margin-left:10px !important;
	margin-left:0px;
}

div.footerAlign {
	text-align:left; vertical-align:top;
	width:861px;
}

div.footerCopyrights{
	background-image:url(/kcentric_theme/img/footer_cr_bg.gif);
	width:861px;
	height:22px !important;
	height:27px;
	text-align:center;
	padding-top:5px;
	margin-top:0 !important;
	margin-top:-3px;
}

div.footerLinks{
	background-image:url(/kcentric_theme/img/footer_links_center.gif);
}

div.footerLinksContent{
	width:861px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#cae6fb;
}

.footerLinksContent ul li{
	list-style-type:none;
	display:inline;
}

.footerLinksContent ul{
	margin:0;
	padding:0;
}
.footerText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#333333;}

a.footerLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.footerLink:link, a.footerLink:active, a.footerLink:visited {color:#cae6fb; text-decoration:underline;} 
a.footerLink:hover{color:#ffffff;}


/***************************************************************************************************************************************/
/* 
	Specific settings for Bottom Page Frame Section 
	-----------------------------------------------------
	div#contentPageBottomFrame	=	Container of Bottom Page Frame
*/
div#contentPageBottomFrame{
	text-align:center;
}

div#contentPageBottomFrameSEO{
	text-align:center;
	font-size:10px;
	line-height:14px;
	font-family:Verdana, Arial;
	color:#999;
}

* > div#contentPageBottomFrame{
	margin-top:-1px!important;
}

/***************************************************************************************************************************************/
/* 
	Forms Section 
	-----------------------------------------------------
	.inputBox			=	Standard input box settings
	.inputBoxError		=	Standard input box error settings (using by the validation textbox)
	.inputSearchBox	=	QuickSearch textbox settings
	.qtyBox			=	Input box for quantity
	.qtyBoxError		=	Input box for quantity error settings (using by the validation textbox)
	.SearchGood		=	Style of the QuickSearch textbox when the enterred string is valid
	.SearchNotGood		=	Style of the QuickSearch textbox when the enterred string is invalid
	.selectDropDownAuto		=	Style of DropDown with Width:Auto
	.selectDropDownFix		=	Style of DropDown with the same width of the standard input box
*/
.inputBox, .inputBoxError {
	width:200px; height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
	border:1px solid #cccccc;
	text-align:left; vertical-align:middle;
	padding-left:5px;
	padding-top:2px;
	font-weight:normal;
}

.qtyBox, .qtyBoxError {
	width:33px; height:21px;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
	border:1px solid #cccccc;
	text-align:left; vertical-align:middle;
	padding-left:5px;
}

.inputBox, .qtyBox {background-color:#ffffff;}
.inputBoxError, .qtyBoxError {background-color:#ffffff;border:1px solid #ff0000;}

.inputSearchBox, .SearchGood {
	width:90px; height:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999;
	text-align:left; vertical-align:middle;
	padding-left:5px;
	padding-top:2px;
	border:1px solid #92aac2;
	background-color:#FFFFFF;
}


.SearchNotGood {
	width:90px; height:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999;
	text-align:left; vertical-align:middle;
	padding-left:5px;
	padding-top:2px;
	border:1px solid #ff0000;
	background-color:#FFFFFF;
	
}

.selectDropDownAuto{
	width:auto; height:21px;
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
	font-weight:normal;
}

.selectDropDownFix{
	width:200px; height:21px;
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
	font-weight:normal;
}

/***************************************************************************************************************************************/
/*
	Custom Product Settings
	-----------------------------------------------------
	.productCodeText			=	Product code text style
	.productTitleText			=	Product title text style
	
	.smallPriceText				=	Small price text style
	.smallPriceHighlight		=	Small price highlight text style
	.smallPriceLineThrought		=	Small price with a line throught it
	
	.bigPriceText				=	Big price text style
	.bigPriceHighlight			=	Big price highlight text style
	.bigPriceLineThrought		=	Big price with a line throught it
	
	.couponApplicableText		=	Applicable coupon text in cart
	.couponNotApplicableText	=	Not Applicable coupon text in cart
	
	table.pricePerQtyTable		=	Settings of price per quantity table
	.pricePerQtyAlternateRow1	=	Alternate background in price per quantity table
	.pricePerQtyAlternateRow2	=	Alternate background in price per quantity table
	
	.smallImageSettings			=	Dimension of the small product image (Default 85 x 85)
	.bigImageSettings			=	Dimension of the big product image in Product Info. (Default 225 x 225)
	.smallCartImageSettings		=	Dimension of the small product image in the Shopping Cart (Default 55 x 55)
	.smallCartCouponImageSettings	=	Dimension of the small coupon image in the Shopping Cart (Default 55 x 39)
	
	td.categoryImageAlign			=	Image alignement in the product catalog page
	td.categoryAlign			=	Category link alignement under the small product image
	.categoryTitle				=	Text style for the Category title
	
	a.categoryLink				=	Category title link style (CategoryList)
	a.productTitleLink			=	Product title link style in the mainTitle box
	a.productCodeLink			=	Product code link style in the mainTitle box
	a.productListTitleLink		=	Product title link in product list page
	a.productListCodeLink		=	Product code link in product list page
*/
.productCodeText, .productTitleText, .smallPriceText, .smallPriceHighlight, .smallPriceLineThrought {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}

.smallPriceHighlight{
	font-size:16px;
}

.bigPriceText, .bigPriceHighlight, .bigPriceLineThrought {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 22px; line-height:24px;
}

.productCodeText {font-weight:bold; color:#999999; text-decoration:none;}
.productListCodeLink {font-weight:normal;color:#999999;}
.productTitleText {font-weight:bold; color:#011c53;}

.smallPriceText {font-weight:bold; color:#333333;}
.smallPriceHighlight {font-weight:bold; color:#ee1c23;}
.smallPriceLineThrought {font-weight:bold; color:#8f9aa0; background-image:url(/kcentric_theme/img/lineThrought.gif);background-repeat:repeat-x;background-position:left 3px;}

.bigPriceText {font-weight:bold; color:#333333;}
.bigPriceHighlight {font-weight:bold; color:#ee1c23;}
.bigPriceLineThrought {font-weight:bold; color:#8f9aa0; background-image:url(/kcentric_theme/img/lineThrought.gif);background-repeat:repeat-x;background-position:left 3px;}

.couponApplicableText {color:#009900;font-weight:bold; }
.couponNotApplicableText {color:#990000;font-weight:bold; }

table.pricePerQtyTable{width:130px;}
.pricePerQtyAlternateRow1{background-color:#f5f5f5;}
.pricePerQtyAlternateRow2{background-color:#f2f1f1;}

.smallImageSettings, .smallCartImageSettings, .bigImageSettings{border:0px solid #dddddd;}
.smallImageSettings{width:150px; height:113px;}
.bigImageSettings{width:350px; height:263px;}
.smallCartImageSettings{width:55px; height:55px}
.smallCartCouponImageSettings{width:55px; height:39px; border:1px solid transparent;}

td.categoryImageAlign{text-align:center; vertical-align:top;}
td.categoryAlign{text-align:center; vertical-align:top;padding-bottom:10px;}
.categoryTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#094876;
	font-weight:bold;
	background-color:#ededed;
	/*margin-left:6px;*/
	padding:5px 5px 5px 5px;
	height:auto;
	width:665px;
	display:block;
}
.categoryImageAlign .smallImageSettings{border:none; width:auto; height:auto;}


a.categoryLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}
a.categoryLink:link, a.categoryLink:active, a.categoryLink:visited {color:#011c53; text-decoration:underline;}
a.categoryLink:hover{color:#3e5b95; text-decoration:underline;}

a.productTitleLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}
a.productTitleLink:link, a.productTitleLink:active, a.productTitleLink:visited {color:#333333; text-decoration:underline;} 
a.productTitleLink:hover{color:#787878; text-decoration:underline;}

a.productCodeLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold;}
a.productCodeLink:link, a.productCodeLink:active, a.productCodeLink:visited {color:#333333; text-decoration:underline;} 
a.productCodeLink:hover{color:#787878; text-decoration:none;}

a.productListTitleLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold;}
a.productListTitleLink:link, a.productListTitleLink:active, a.productListTitleLink:visited {color:#011c53; text-decoration:underline;} 
a.productListTitleLink:hover{color:#244892; text-decoration:underline;}

a.productListCodeLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold;}
a.productListCodeLink:link, a.productListCodeLink:active, a.productListCodeLink:visited {color:#011c53; text-decoration:underline;} 
a.productListCodeLink:hover{color:#ffffff; text-decoration:none;}

a.viewMoreDetailsLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
a.viewMoreDetailsLink:link, a.viewMoreDetailsLink:active, a.viewMoreDetailsLink:visited {color:#011c53; text-decoration:underline;} 
a.viewMoreDetailsLink:hover{color:#3e5b95; text-decoration:none;}


/***************************************************************************************************************************************/
/*
	Custom web interface
	-----------------------------------------------------
	table.mainTable						=	Main table that contain Product Image + the table with Description/Price
	table.pnlNewProductPromotion		=	Main table that contain New Product / Promotion table
	td.pnlNewProductPromotionMainTitleImage	=	Cell of the main title (New product / Promotion)
	td.mainTitle						=	Cell of a title on a box with text
	td.mainTitleImage					=	Cell of a title on a box with an image
	td.mainTitleImageOpened						=	Cell of an active title of a category search box
	td.mainTitleImageClosed						=	Cell of an inactive title of a category search box
	td.mainContent						=	Cell of the content on a box
	td.mainContentGrid						=	Cell of the content on a box
	td.mainContentPackingSlip					=	Cell of the packing slip information in the order history page	
	td.mainContentHighlight						=	Cell of the content on a box for tracking order
	
	div#productInfoImageFrame			=	Frame for the big image (Product Info)
	div#productInfoContentFrame		=	Frame for the content (Product Info)
	div#productInfoImageFrame			=	Frame containing thumbnails for the products pictures
	div#divProductPictureThumbnails ul		=	List used for displaying thumbnails
	div#divProductPictureThumbnails ul li	=	Thumbnails of the pictures

	tr.normalRowBackground				=	Normal row background when the mouse is not over the row
	tr.normalAlternateRowBackground		=	Alternate row background when the mouse is not over the row
	tr.rolloverRowBackground			=	Row when the mouse is over the rows
	
	.button								=	Button settings
	
*/

table.mainTable {
	text-align:left; vertical-align:top;
	width:665px; height:auto;
}

table.pnlNewProductPromotion {
	width:182px;
	margin-left:8px;
}

td.pnlNewProductPromotionMainTitleImage {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	line-height:0px;
	font-size:0px;
}	


td.mainTitle {
	text-align:left; vertical-align:top;
	width:100%; height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#999999;
	background-color:#ffffff;
	padding-bottom:3px;
}

td.mainTitleImage, pnlNewProductPromotionMainTitleImage {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	line-height:0px;
	font-size:0px;
}

td.mainTitleImageOpened {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	line-height:0px;
	font-size:0px;
	cursor:pointer;
}

td.mainTitleImageClosed {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	line-height:0px;
	font-size:0px;
	cursor:pointer;
}

td.mainContent {
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	background-color:#f9f9f9;
	padding: 5px 5px 5px 5px;
	border:1px solid #aaa;
}

td.mainContentHighlight {
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	background-color:#ffffd0;
	padding: 5px 5px 5px 5px;
	border:1px solid #ededed;
}

td.mainContentGrid{
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	padding: 5px 5px 5px 5px;
}

td.mainContentPackingSlip{
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	border:1px solid #ffffff;
	padding: 5px 5px 5px 5px;
	background-color:#f5fafa;
}

div#productInfoImageFrame{
	width:350px;
	float:left;
	clear:right;
	text-align:left; vertical-align:top;
}

div#productInfoContentFrame{
	text-align:left; vertical-align:top;
}

div#divProductPictureThumbnails{
	padding-top:5px;
	width:350px;
	text-align:center;
}

div#divProductPictureThumbnails ul{
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}


div#divProductPictureThumbnails ul li{
	display:inline;
	padding:0;
	margin:0;
	text-indent:0;
}

div#divProductPictureThumbnails ul li a img{
	margin-top:3px;
	border:solid 1px #ccc;
}

div.productPriceContentFrame{
	width:300px;
	float:left;
	padding-left:10px;
	text-align:left; vertical-align:top;
}

div#productInfoButtonAlign{
	text-align:left; vertical-align:top;
}

tr.normalRowBackground{background-color:#f5f5f5; cursor:pointer;}
tr.normalAlternateRowBackground{background-color:#ececec; cursor:pointer;}
tr.shippingRow{background-color:#f5f5f5;}
tr.rolloverRowBackground{background-color:#ffffd0; cursor:pointer;}

.button{margin-top:5px;}


/***************************************************************************************************************************************/
/*
	Custom web utility
	-----------------------------------------------------
	div#clear							=	Clear both side of a DIV for alignement on the page *Important
	
	Status Bar
	-----------------------------------------------------
	.ErrorMessageTable					=	Table settings for validation textbox errors
	.ErrorMessageTd						=	Row settings for validation textbox errors
	.MessageTable						=	Status bar general style
	.MessageTable .SuccessMessage		=	Text style when Success Message appears
	.MessageTable .SuccessMessage A		=	Link style when Success Message appears
	.MessageTable .ErrorMessage			=	Text style when Error Message appears
	.MessageTable .ErrorMessage A		=	Link style when Error Message appears
	.MessageTable .WarningMessage		=	Text style when Warning Message appears
	.MessageTable .WarningMessage A		=	Link style when Warning Message appears
	
	Repeater
	-----------------------------------------------------
	.repeaterTopLeft					= Top-Left cell settings of the repeater table 
	.repeaterTopRight					= Top-Right cell settings of the repeater table
	.repeaterBottomLeft					= Bottom-Left cell settings of the repeater table
	.repeaterBottomRight				= Bottom-Left cell settings of the repeater table
	.repeaterTitle						= Title text style
	.repeaterTableInside				= Main content of the repeater
	.repeaterTopProduct					= Top cell settings of the repeater table
	.repeaterBottomProduct				= Bottom cell settings of the repeater table
	
*/
div#clear{ 
	clear:both;
}

/*********** Validation Box Error *************/
.ErrorMessageTable{
	background-color:#005da2;
	padding:3px 3px 3px 3px;
	margin-left:5px;
	margin-top:5px;
	width:190px;
	border:1px dashed #666666;
	filter:Progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:0.60;
}


.ErrorMessageTd
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#fdf000;
	padding:2px 2px 2px 2px;
	line-height:12px;
}

/*********** Status Bar *************/
.MessageTable {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#626262', Positive='true'); 
	font-family:Arial, Helvetica, sans-serif;  font-weight:bold; 
	border:1px solid #aaa; 
	WIDTH: 670px;
	background-color:#f9f9f9; 
}
.MessageTable .SuccessMessage {
	font-weight:bold; 
	padding-right: 5px; 
	padding-left: 42px; 
	font-size: 11px; 
	background-image: url(/img/StatusBar/SuccessMessageIcon.gif); 
	padding-bottom: 5px; 
	vertical-align: middle; 
	color: #05580C; 
	padding-top: 5px; 
	background-repeat: no-repeat; 
	height: 42px;
}
.MessageTable .SuccessMessage A {
	FONT-WEIGHT:bold; 
	COLOR: #05580C; 
	TEXT-DECORATION: underline;
}
.MessageTable .ErrorMessage {
	FONT-WEIGHT:bold; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 42px; 
	FONT-SIZE: 11px; 
	BACKGROUND-IMAGE: url(/img/StatusBar/ErrorMessageIcon.gif); 
	PADDING-BOTTOM: 5px; 
	VERTICAL-ALIGN: middle; 
	COLOR: #dc0000; 
	PADDING-TOP: 5px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 42px;
}
.MessageTable .ErrorMessage A {
	FONT-WEIGHT:bold; 
	COLOR: #dc0000; 
	TEXT-DECORATION: underline;
}
.MessageTable .WarningMessage {
	FONT-WEIGHT:bold; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 42px; 
	FONT-SIZE: 11px; 
	BACKGROUND-IMAGE: url(/img/StatusBar/WarningMessageIcon.gif); 
	PADDING-BOTTOM: 5px; 
	VERTICAL-ALIGN: middle; 
	COLOR: #993300; 
	PADDING-TOP: 5px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 42px;
}
.MessageTable .WarningMessage A {
	FONT-WEIGHT:bold; 
	COLOR: #993300; 
	TEXT-DECORATION: underline;
}


/*********** REPEATER *************/
.repeaterMainTable{
	width:508px;
}
.repeaterTitle{
	width:665px;
}
.repeaterTitle,.repeaterTopLeft,.repeaterTopRight,.repeaterBottomLeft,.repeaterBottomRight{
	font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#27313a;font-weight:bold;
}

.repeaterTopLeft{}
.repeaterTopRight{}
.repeaterBottomLeft{}
.repeaterBottomRight{}
.repeaterTableInside{}
.repeaterTopProduct{}
.repeaterBottomProduct{}

/*************************************************
		STYLES CUSTOM
*************************************************/

table.tableInspection{
	font-size:12px;
	border:solid 2px black;
}

table.tableInspection tr td{
	vertical-align:top;
	text-align:center;
}

table.tableInspection tr.inspecTitre td{
	font-weight:bold;
	padding-bottom:10px;
	font-size:14px;
	text-align:center;
	padding-top:10px;
	padding-right:10px;
}

table.tableInspection tr td.inspection{
	text-align:left;
	padding-top:3px;
	padding-left:10px;
	padding-right:25px;
	padding-bottom:15px;
	width:55%;
}

table tr.gris{
	background-color:#f1f1f1;
}
/**************************************************/
table.tableGaranties{
	border:solid 2px black;
}

table.tableGaranties tr td{
	padding-top:3px;
	padding-bottom:7px;
}

/************************************************/
h2{
	color:#07548c;
	border-bottom:solid 1px #07548c;
	font-size:18px;
	padding-bottom:5px;
}

/**********************************************/
table.listeGaranties tr td{
padding-top:5px;
padding-bottom:5px;
}

table.listeGaranties tr td.nomProt{
	padding-left:10px;
}

table.listeGaranties{
	width:100%;
	border:solid 2px #000;
}

/************************************************
	div.carte	=	Container of the google map
	div.carte small	=	container of the link to see the larger map
*/
div.carte{
	float:right;
	width:300;
	border:solid 2px #000;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
}

div.carte small{
	display:block;
	margin-bottom:5px;
}

/****************************************************
	div.mediaNavigation
*/
div.mediaNavigation ul li{
	margin-right:30px;
	display:inline;
	background-image:url(/kcentric_theme/img/left_menu_bullet.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:19px;
}

div.mediaNavigation ul li a{
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:bold;
}

div.mediaNavigation ul li a:link, div.mediaNavigation ul li a:active, div.mediaNavigation ul li a:visited{text-decoration:none;color:#000;}
div.mediaNavigation ul li a:hover{text-decoration:underline; color:#6b6b6b}

/******************************************
Sitemap
*/
ul.sitemap li{
	list-style-type:none;
	margin-top:30px;
	padding-bottom:15px;
	font-size:16px;
	font-weight:bold;
	color:#07548c;
}

ul.sitemap li li{
	margin-top:5px;
	padding-bottom:0px;
}

ul.sitemap a{
	font-family:Verdana, Arial;
	font-size:12px;
}
ul.sitemap a:link, ul.sitemap a:active, ul.sitemap a:visited{text-decoration:underline;color:#000;}
ul.sitemap a:hover{text-decoration:none; color:#6b6b6b}

/******************************************
		Featured Products listing
********************************************/
table.tableFeaturedProducts
{
	width:458px;
}

.infoFeatCar
{
	font-size:10px;
	font-family:Arial, Verdana;
	text-align:left;
	color:#ffffff;
	padding-left:5px;
}

.titleFeatCar{
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
}


.featCarPrice
{
	text-align:center;
	font-family:Arial, Verdana;
	font-weight:bold;
	font-size:18px;
	color:#ffe61c;
	height:25
}

.featCarBlock{
	background-image:url(/kcentric_theme/img/featuredCar_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:124px;
	height:212px;
}
.featCarBlock img{
	width:120px;
	margin-left:1px;
}

.featCarBlock td{
	vertical-align:top;
	padding-top:1px;
}
.carInformationTable, .carOptionsTable{
	width:655px;
	border:solid #07548c 1px;
}
.carInformationTable{
	margin-bottom:20px;
}
.carInfoSectionTitle{
	border-bottom:solid #07548c 1px;
	font-family:Verdana, Arial;
	font-size:14px;
	width:95%;
	margin-bottom:2px;
	color:#07548c;
}
.carInformationContent{
	padding:10px;
}
.carInformationContent table tr td{
	vertical-align:top;
}
.carOptionsContent{
	padding:10px;
}

.optionListItem{
	font-size:12px;
	line-height:14px;
	font-family:Verdana, Arial;
	background-image:url(/kcentric_theme/img/optionListPuce.gif);
	background-repeat:no-repeat;
	padding:0;
	padding-left:12px;
	padding-top:1px;
}

.carOptionsTable tbody tr td {
	padding:5px;
	padding-top:2px;
}



td.carInformationCategoryTitle, td.carOptionsCategoryTitle
{
	font-family:Arial;
	font-size:16px;
	color:#ffffff;
	background-color:#07548c;
	padding:2px;
	font-weight:bold;
}

td.carInformationCategoryTitle{
	padding-left:5px;
}

.homePageCategories{
	padding-left:10px;
	background-image:url(/kcentric_theme/img/content_bg.jpg);
	background-repeat:repeat-y;
}

.homePageCategories img{
	border:0;
}

.homePageCategories table{
	width:448px;
}

.categoryAlign table{
	width:100%;
}

.homePageCategories .categoryLink{
	font-weight:normal;
	font-size:10px;
}

.homePageCategories .smallImageSettings
{
	width:65px;
	height:48px;
}


/****** PRODUCT SOLD ********/

div.productsold-large
{
	/* VOIR CULTURE */
}

div.productsold-medium
{
	/* VOIR CULTURE */
}

div.productsold-small
{
	/* VOIR CULTURE */
}

div.productsold-xsmall
{
	/* VOIR CULTURE */
}

/****** PRODUCT RESERVED ********/

div.productreserved-large
{
	/* VOIR CULTURE */
}

div.productreserved-medium
{
	/* VOIR CULTURE */
}

div.productreserved-small
{
	/* VOIR CULTURE */
}

div.productreserved-xsmall
{
	/* VOIR CULTURE */
}

#msgErreurPrixVente, #msgErreurComptant, #msgErreurGarantie, #msgErreurInteret{
	font-size:11px;
	color:red;
}