/***************************************
  	The original Theme for Skinable e-Commerce (AQUAPURE)
  	Created by kCentric.NET
  	http://www.kcentric.net
****************************************/

/***************************************************************************************************************************************/
/* 
	General page style. The scroll bar colours only visible in IE5.5+ 
	-----------------------------------------------------
*/
.pageBody {
	margin:0px; padding:0px;font-size:0px;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}



/***************************************************************************************************************************************/
/* 
	General page alignement. 
	-----------------------------------------------------
	div#pageAlign	=	Page alignement container
*/
div#pageAlign {
	text-align:center; vertical-align:top; float:none; /*Float : FF alignement for left / right. Put it to "none" for center alignement*/
	margin:auto;
}

/***************************************************************************************************************************************/
/*  
	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#contentPageBottomFrame, div#contentPageBottomFrameSEO{
	width:902px; margin:auto;
	text-align:left; vertical-align:top;
}

div#cartInformation,div#contentPageTitle,div#contentPageContent, div#footer, div#contentNavigationTop, div#contentNavigationBottom{
	width:647px;
	margin-left:-2px !important;
	margin-left:0px;
	height:auto;
	text-align:left; vertical-align:top;	
}

/***************************************************************************************************************************************/
/* 
	Specific settings for container of WelcomeMessage and Culture 
	-----------------------------------------------------
	div#contentTopSectionFrame	=	Container of WelcomeMessage + Culture
*/
div#contentTopSectionFrame {
	overflow:auto;
	padding-bottom:5px; padding-top:5px;
	display:none;
}

/***************************************************************************************************************************************/
/* 
	Specific settings for container of Header and Search 
	-----------------------------------------------------
	div#contentHeaderFrame		=	Container of Header + Search
*/
div#contentHeaderFrame {
	height:auto;
	background-color:#FFFFFF;
	border:0px;
	margin-bottom:-1px;
	background-image:url(../img/gfx_nav_foot.gif);
}

/***************************************************************************************************************************************/
/* 
	Welcome Message Section
	-----------------------------------------------------
	div#welcomeMessage		=	Container of Welcome Message
	.welcomeMessageText		=	Text style
	a.welcomeMessageLink	=	Link style
*/
div#welcomeMessage {
	width:380px; margin:auto; float:left;
	text-align:left; vertical-align: top; font-size:12px; 
	padding-left:13px;
	display:inline;
}

.welcomeMessageText {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666;
}

a.welcomeMessageLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a.welcomeMessageLink:link, a.welcomeMessageLink:active, a.welcomeMessageLink:visited {color:#003C87; text-decoration:underline;} 
a.welcomeMessageLink:hover{color:#427BC2; text-decoration:none;}

/***************************************************************************************************************************************/
/* 
	Culture Section 
	-----------------------------------------------------
	div#culture		=	Culture container
	.cultureText	=	Text style
	a.cultureLink	=	Link style
*/
div#culture {
	width:360px; margin:auto; float:right;
	text-align:right; vertical-align: top; font-size:12px;
	padding-right:13px;
}

.cultureText {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666;
}

a.cultureLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a.cultureLink:link, a.cultureLink:active, a.cultureLink:visited {color:#003C87; text-decoration:underline;} 
a.cultureLink:hover{color:#427BC2; text-decoration:none;}

/***************************************************************************************************************************************/
/* 
	Content Page Section 
	-----------------------------------------------------
	div#contentPageFrame		=	Page Frame Container
	div#contentLogo				=	Logo image
	div#contentLogo a			=	link over the logo
	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 {
	margin:auto; height:auto;
	background-image: url(../img/contentPage_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

/* byPass for Firefox 1.0 & Netscape 7.0 */

* > div#contentPageFrame{
	border-bottom:1px solid transparent;
	margin-bottom:-1px;
}

div#contentLogo{
	/*VOIR CULTURE CSS*/	
}

div#contentLogo a{
	display:block;
	text-indent:-5000px;
	width:255px;
	height:164px;
}

div#contentHeader {
	display:block; 
	clear:right;
	float:left; 
	margin:auto;
	background-image:url(../img/menu.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:647px; height:163px;
}

div#contentSearchAvailable {
	float:left;
	text-align:left;
	font-size:11px;
	width:255px; 
	clear:both;
	background-image:url(../img/leftMenu2_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	position:relative;
}

div#contentSearchUnavailable {
	float:left;
	text-align:left;
	font-size:11px;
	width:255px; 
	clear:both;
	background-image:url(../img/leftMenu2_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	position:relative;
}


div#searchText{
	/* VOIR CULTURE */
}

div#searchInput{
	padding-top:5px;
}

div#searchAdvancedLink{
	padding-top:5px;
	padding-bottom:3px;
}

div.contentSearchAlign {
	float:left;
	padding-left:35px;
	padding-bottom:26px;
	background-image: url(../img/leftMenu_bot.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	position:relative;
	top:163px;
	clear:both;
	margin-top:-137px;
	color:#0769a5;
}

.contentSearchText {
	font-size:0px;line-height:0px;
}

a.contentSearchLink{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#FFFFFF;}
a.contentSearchLink:link, a.contentSearchLink:active, a.contentSearchLink:visited {text-decoration:underline;} 
a.contentSearchLink:hover{text-decoration:none;}

/***************************************************************************************************************************************/
/* 
	Menu Navigation Section  (Home / New products / Promotions)
	-----------------------------------------------------
	div#menuNavigation			=	Container of Menu Navigation
	div.menuNavigationAlign		=	Menu Navigation alignement
	.menuNavigationSeparation	=	Style of separation between button
	
*/
div#menuNavigation{
	display:none;
}

div.menuNavigationAlign{
}

.menuNavigationSeparation{
}

/***************************************************************************************************************************************/
/* 
	Left Menu Section 
	-----------------------------------------------------
	div#leftMenu						=	Container of Left Menu
	div.leftMenuAlign					=	Left Menu Alignement
	div#currencySelector				=	Container of the Currency
	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
	div.MyFilesIcon					=	menu my account - my files 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:100px;
	float:left; clear:right;
	padding-top:5px;
	line-height:0;
	font-size:0;
	margin-top:160px;
	display:block;
}

div.leftMenuAlign {
	text-align:left; vertical-align:top;
	padding-left:20px;
}

div#currencySelector {
	text-align:left; vertical-align:top;
	width:235px;
	line-height:0;
	font-size:0;
	background-image: url(/ecom_theme/img/leftMenu_bot.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

div.currencySelectorAlign {
	text-align:left; vertical-align:top;
	font-size:12px;
	padding-top:5px;
	padding-left:12px;
	padding-bottom:25px;	
}

.currencyText {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF;
}

table.leftMenuListing{
	width:193px;
	margin:0px; padding:0px;
	margin-bottom:15px;
}

table.leftMenuListingCategories{
	width:193px;
	margin:0px; padding:0px;
}

table.leftMenuListingBrands{
	width:193px;
	margin:0px; padding:0px;
	margin-top:-15px;
}

table.leftMenuListingSeeAllLink{
	width:193px;
	margin:0px; padding:0px;
	margin-bottom:15px;
	margin-top:-15px;
}

td.leftMenuListing{
	border:0px;
	text-align:left; vertical-align:top;
	padding-top: 4px; padding-bottom:4px;
}

div.LeftMenuBullet{
	background-image:url(../img/left_menu_bullet.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0px;
}

div.LeftMenuNoBullet{
	padding-left:13px;
	margin:0px;
}

div.DashboardIcon,div.MyCartIcon,div.PlaceOrderIcon,div.OrderExpressIcon,div.PreferredListIcon,div.ProfileIcon,div.OrderHistoryIcon,div.FrequentlyOrderedProductIcon,div.PriceListIcon,div.ReturnIcon,div.LogoffIcon, div.MyFilesIcon{
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0px;
}

#leftMenuCategoryDescription{
width:200px;
}

div.DashboardIcon{background-image:url(/ecom_theme/img/icon_home.gif);}
div.MyCartIcon{background-image:url(/ecom_theme/img/icon_cart.gif);}
div.PlaceOrderIcon{background-image:url(/ecom_theme/img/icon_placeorder.gif);}
div.OrderExpressIcon{background-image:url(/ecom_theme/img/icon_orderexpress.gif);}
div.PreferredListIcon{background-image:url(/ecom_theme/img/icon_preferredlist.gif);}
div.ProfileIcon{background-image:url(/ecom_theme/img/icon_profile.gif);}
div.OrderHistoryIcon{background-image:url(/ecom_theme/img/icon_ordertracking.gif);}
div.FrequentlyOrderedProductIcon{background-image:url(/ecom_theme/img/icon_frequentlyordered.gif);}
div.PriceListIcon{background-image:url(/ecom_theme/img/icon_pricelist.gif);}
div.ReturnIcon{background-image:url(/ecom_theme/img/icon_return.gif);}
div.LogoffIcon{background-image:url(/ecom_theme/img/icon_logoff.gif);}
div.MyFilesIcon{background-image:url(/ecom_theme/img/icon_myFiles.gif);}

a.leftMenuLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.leftMenuLink:link, a.leftMenuLink:active, a.leftMenuLink:visited {color:#FFFFFF; text-decoration:none;} 
a.leftMenuLink:hover{color:#83B4D2; text-decoration:none;}

a.leftMenuSeeAllLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; display:block; margin-top:10px;}
a.leftMenuSeeAllLink:link, a.leftMenuSeeAllLink:active, a.leftMenuSeeAllLink:visited {color:#FFFFFF; text-decoration:none;} 
a.leftMenuSeeAllLink:hover{color:#83B4D2; text-decoration:underline;}

a.leftMenuSpecialLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.leftMenuSpecialLink:link, a.leftMenuSpecialLink:active, a.leftMenuSpecialLink:visited{color:#FFFFFF; text-decoration:none;} 
a.leftMenuSpecialLink:hover{color:#83B4D2; text-decoration:underline;}

/***************************************************************************************************************************************/
/* 
	Customer Support Section 
	-----------------------------------------------------
	div#customerSupport			=	Container of Customer support
	div.customerSupportAlign	=	Customer support alignement
	.customerSupportText		=	Text style
	a.customerSupportLink		=	Link style
*/
div#customerSupport {
	background-color:#0769a5;
	width:193px; height:auto;
	line-height:normal;
	font-size:11px;
	margin-bottom:10px;

}

div.customerSupportAlign {
	text-align:left; vertical-align:top;
	padding-left:20px;
	color:#fff;
}

.customerSupportText {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#fff;
	text-align:left;
}

a.customerSupportLink{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.customerSupportLink:link, a.customerSupportLink:active, a.customerSupportLink:visited {color:#fff; 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:645px;
	float:right; 
	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 {
	background-image:url(../img/cartInformations_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:37px;
	line-height:normal;
	font-size:12px;
}

div.cartInformationAlign {
	text-align:right; vertical-align:top;
	padding-right:18px; padding-top:5px;
}

.cartInformationHighlight{
	color:#83B4D2;
	font-weight:bold;
}

a.cartInformationLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.cartInformationLink:link, a.cartInformationLink:active, a.cartInformationLink:visited {color:#FFFFFF; text-decoration:none;} 
a.cartInformationLink:hover{color:#83B4D2; 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; font-size:12px;
	width:auto;
	margin-left:4px;
}

div.contentNavigationAlign{
	text-align:left; vertical-align:top;
	padding-left:20px !important; 
	padding-left:18px;
	padding-right:7px;
	font-size:12px;
}

.contentNavigationText{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#052134;
}

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:#006699; text-decoration:none;} 
a.contentNavigationLink:hover{color:#3399ff; text-decoration:none;}


/***************************************************************************************************************************************/
/* 
	
	Specific settings for Content Page Title 
	-----------------------------------------------------
	div#contentPageTitle	=	Container of the page title image
*/
div#contentPageTitle h1, h1{
	margin-top:5px;
	margin-bottom:10px;
	padding-left:20px;
	font-family:Arial;
	font-size:14px;
	color:555;
} 

h1{
	color:#555;
	font-family:Arial;
	font-size:28px;
}

h2{
	margin-top:5px;
	margin-bottom:10px;
	padding-left:20px;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:0d75b6;
}

h3{
	margin-top:5px;
	margin-bottom:10px;
	padding-left:20px;
	font-family:Arial;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	color:666;
}

/***************************************************************************************************************************************/
/* 
	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
	.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
	
	#animflash					=	centers the animation
*/
div#contentPageContent, div#logoSSL {
	font-size:12px;	line-height:16px;
}

div#logoSSL {
	width:235px;
}

div.contentPageContentAlign {
	text-align:left; vertical-align:top;
	padding-left:20px; padding-right:15px;
}

.contentText, .contentTextBold, .contentTextHighlight, .contentConfirmationText, .contentTextLighter {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}

.titre{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

.smallContentText, .smallContentTextHighlight{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#052134;
}

.contentText,.contentTextBold{color:#052134;}
.contentTextBold{font-weight:bold;}
.contentTextHighlight, .smallContentTextHighlight{font-weight:bold; color:#CE690F;}
.contentConfirmationText{font-weight:bold; color:#990000;}
.contentTextLighter{color:#cccccc;}



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:#006699; text-decoration:none;} 
a.contentLink:hover{color:#3399FF; 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:12px; font-weight:normal;display:block;margin-top:7px;}
a.contentSeeAllLink:link, a.contentSeeAllLink:active, a.contentSeeAllLink:visited {color:#006699; text-decoration:none;} 
a.contentSeeAllLink:hover{color:#3399FF; text-decoration:none;}

a.viewMoreDetailsLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.viewMoreDetailsLink:link, a.viewMoreDetailsLink:active, a.viewMoreDetailsLink:visited {color:#006699; text-decoration:underline;} 
a.viewMoreDetailsLink:hover{color:#3399FF; text-decoration:underline;}

#animflash	{
	text-align:center;
}
/***************************************************************************************************************************************/
/* 
	Specific settings for Footer Section 
	-----------------------------------------------------
	div#footer			=	Container of footer
	div.footerAlign		=	Alignement of footer
	.footerText			=	Text style
	a.footerLink		=	Link style
*/
div#footer	{
	width:auto; height:auto; margin:auto;
	font-size:12px;	line-height: 12px;
	float:left; clear:both;
}

div.footerAlign {
	text-align:left; vertical-align:top;
	padding-left:262px;
	padding-right:15px;
}

.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#052134; 
	display:block; 
}

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:#858585; text-decoration:none;} 
a.footerLink:hover{color:#bababa; text-decoration:underline;}


/***************************************************************************************************************************************/
/* 
	Specific settings for Bottom Page Frame Section 
	-----------------------------------------------------
	div#contentPageBottomFrame	=	Container of Bottom Page Frame
*/
div#contentPageBottomFrame{
	background-image: url(../img/footer.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:902px; height:80px;
}

div#contentPageBottomFramePrint{
	background-image: url(../img/footer.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:902px; height:80px;
}

div#contentPageBottomFrameSEO{
	width:902px;
	margin:auto;
	text-align:left;
	/*text-indent:265px;*/
	background-image:url(/ecom_theme/img/footer.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:80px;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight:normal;
}

#lblProductTitleBottom, #lblCategoryTitleBottom{
	margin-left:265px;
}

/***************************************************************************************************************************************/
/* 
	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:180px; height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#1571a9;
	border:1px solid #6db6e2;
	text-align:left; vertical-align:middle;
	padding-left:5px;
	padding-top:2px;
}

.qtyBox, .qtyBoxError {
	width:33px; height:21px;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#1571a9;
	border:1px solid #6db6e2;
	text-align:left; vertical-align:middle;
	padding-left:5px;
}

.inputBox, .qtyBox {background-color:#ffffff;}
.inputBoxError, .qtyBoxError {background-color:#fffad0;}

.inputSearchBox, .SearchGood {
	width:130px; height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#1571a9;
	border:1px solid #C5C8CD;
	text-align:left; vertical-align:middle;
	padding-left:5px;
	border:1px solid #6db6e2;
}


.SearchNotGood {
	width:130px; height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#1571a9;
	border:1px solid #C5C8CD;
	text-align:left; 
	vertical-align:middle;
	padding-left:5px;	border:1px solid #FF0000;
	
}

.selectDropDownAuto{
	width:auto; height:21px;
	border:1px solid #6db6e2;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#1571a9;
}

.selectDropDownFix{
	width:180px; height:21px;
	border:1px solid #6db6e2;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#1571a9;
}

#txtQuestion
{
	width:100%;
	height:60px;
}

/***************************************************************************************************************************************/
/*
	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 {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}

.smallPriceText, .smallPriceHighlight, .smallPriceLineThrought {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}

.bigPriceText, .bigPriceHighlight, .bigPriceLineThrought {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
}

.productCodeText {font-weight:bold; color:#000000; text-decoration:none;}
.productTitleText {font-weight:bold; color:#FFFFFF; background-color:#0769a5; width:100%; display:block; height:auto;border:1px solid #0769a5;}

.smallPriceText {font-weight:bold; color:#052134;}
.smallPriceHighlight {font-weight:bold; color:#e22927;}
.smallPriceLineThrought {font-weight:bold; color:#052134; background-image:url(/ecom_theme/img/lineThrought.gif);background-repeat:repeat-x;background-position:left 3px;}

.bigPriceText {font-weight:bold; color:#052134;}
.bigPriceHighlight {font-weight:bold; color:#e22927;}
.bigPriceLineThrought {font-weight:bold; color:#052134; background-image:url(/ecom_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:90px;}
.pricePerQtyAlternateRow1{background-color:#f2f2f2;}
.pricePerQtyAlternateRow2{background-color:#eeeeee;}

.smallImageSettings, .bigImageSettings, .smallCartImageSettings{border:1px solid #0769a5;}
.smallImageSettings{width:85px; height:85px;}
.bigImageSettings{width:225px; height:225px;}
.smallCartImageSettings{width:55px; height:55px}
.smallCartCouponImageSettings{width:55px; height:39px; border:1px solid transparent;}

td.categoryImageAlign{text-align:left; vertical-align:top;}
td.categoryAlign
{
	background-image:url(/ecom_theme/img/goute.gif);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:3px;
	text-align:left; vertical-align:top;padding-bottom:5px;
}


.categoryTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;color:#FFFFFF;font-weight:bold; 
	background-color:#0769a5; 
	width:100%; 
	padding-top:3px; padding-bottom:3px; padding-left:3px;
	display:block;
	margin-bottom:-20px;
}

a.categoryLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal;}
a.categoryLink:link, a.categoryLink:active, a.categoryLink:visited {color:#006699; text-decoration:none;}
a.categoryLink:hover{color:#3399FF; text-decoration:none;}

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:#006699; text-decoration:none;} 
a.productTitleLink:hover{color:#3399FF; text-decoration:underline;}

a.productCodeLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold;}
a.productCodeLink:link, a.productCodeLink:active, a.productCodeLink:visited {color:#0769A5; text-decoration:none;} 
a.productCodeLink:hover{color:#4DA4DA; text-decoration:none;}

a.productListTitleLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold;}
a.productListTitleLink:link, a.productListTitleLink:active, a.productListTitleLink:visited {color:#FFFFFF; text-decoration:none;} 
a.productListTitleLink:hover{color:#e5f7ff; text-decoration:underline;}

a.productListCodeLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold;}
a.productListCodeLink:link, a.productListCodeLink:active, a.productListCodeLink:visited {color:#FFFFFF; text-decoration:none;} 
a.productListCodeLink:hover{color:#e5f7ff; text-decoration:underline;}

.productListCodeLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight:normal; color:#000000;}


/***************************************************************************************************************************************/
/*
	Custom web interface
	-----------------------------------------------------
	table.mainTable						=	Main table of 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.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)

	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
	.productListing, .productListing li			=	Settings for product listing usinglist items
	
	#oucProductDescription_oTabs		=	Onglets pour description du produit
	#imgCustomersLastOrders			=	Specific modification for title of CustomersLastOrders
	
*/

table.mainTable {
	text-align:left; vertical-align:top;
	width:590px; height:auto;
}

table.pnlNewProductPromotion {
	width:250px;
	margin-left:8px;
}

td.pnlNewProductPromotionMainTitleImage {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	background-image: url(../img/mainTitle_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:0px;
	font-size:0px;
}

td.mainTitle {
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	background-color:#0769a5;
	border:1px solid #0769a5;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff;
	padding-left:5px; padding-top:2px; padding-bottom:2px;
}

td.mainTitleImage {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	background-image: url(../img/mainTitle_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:0px;
	font-size:0px;
}

td.mainTitleDropdown {
	text-align:left; vertical-align:top;
	width:100%; height:0px;
	line-height:0px;
	font-size:0px;
	background-image:url(/ecom_theme/img/mainTitle_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

td.mainTitleImageOpened {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	background-image: url(../img/mainTitle_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:0px;
	font-size:0px;
	cursor:pointer;
}

td.mainTitleImageClosed {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	background-image: url(../img/mainTitleClosed_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:0px;
	font-size:0px;
	cursor:pointer;
}

td.mainContent {
	text-align:left; vertical-align:top;
	height:auto;
	border:1px solid #0769a5;
	padding: 5px 5px 5px 5px;
	background-color:#f9f9f9;
}

td.mainContentGrid{
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	border:1px solid #0769a5;
	padding: 5px 5px 5px 5px;
}

td.mainContentHighlight{
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	border:1px solid #0769a5;
	padding: 5px 5px 5px 5px;
	background-color:#ffffd0;
}

td.mainContentPackingSlip{
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	border:1px solid #afd2e8;
	margin-top:3px;
	margin-bottom:3px;
	padding: 5px 5px 5px 5px;
	background-color:#ffffff;
}

div#productInfoImageFrame, div#divProductPictureThumbnails{
	width:235px;
	float:left;
	text-align:center; vertical-align:top;
	margin-top:5px;
	padding-bottom:25px;
}

div#divProductPictureThumbnails ul{
	margin:0px;
	padding:0px;
	width:225px;
	list-style:none;
	margin-left:7px !important;
	margin-left:0px;
}

div#divProductPictureThumbnails ul li{
        float:left;
        margin-right:2px;
        margin-bottom:2px;
}

div#divProductPictureThumbnails ul li img
{
	border:1px solid #e2e2e2;
}

div.productPriceContentFrame{
	width:260px;
	float:left;
	text-align:left; 
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
}

div#productInfoContentFrame{
	text-align:left; 
	vertical-align:top;
}

div#productInfoButtonAlign{
	text-align:left; vertical-align:top;
	margin-top:10px;
}

tr.normalRowBackground{background-color:#ebeeee; cursor:pointer;}
tr.normalAlternateRowBackground{background-color:#f1f5f7; cursor:pointer;}
tr.shippingRow{background-color:#ebeeee;}
tr.rolloverRowBackground{background-color:#ffffd0; cursor:pointer;}

.button{margin-top:3px; margin-bottom:3px; display:block;}

.productListing{
	list-style-type:none;
	margin:0;
	padding:0;
}

.productListing li{
	margin-bottom:25px;
}


#oucProductDescription_oTabs{
	margin:0;
	position:relative;
	top:10px !important;
	top:13px;
}

#imgCustomersLastOrders{
	position:relative;
	top:4px;
}

#divImportProductList{
	margin-top:-23px;
}


/***************************************************************************************************************************************/
/*
	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:#006699;
	padding:3px 3px 3px 3px;
	margin-left:5px;
	margin-top:5px;
	width:183px;
	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:12px; font-weight:bold; color:#FFFFFF;
	padding:2px 2px 2px 2px;
}

/*********** Status Bar *************/
.MessageTable {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#b0b0b0', Positive='true'); 
	font-family:Arial, Helvetica, sans-serif;  font-weight:bold; 
	border:1px solid #d5d5d5; 
	WIDTH: 585px;
	background-color:#ffffff; 
}
.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:590px;
}

.repeaterTitle
{
	margin-top:5px;
}

.repeaterTitle,.repeaterTopLeft,.repeaterTopRight,.repeaterBottomLeft,.repeaterBottomRight, .repeaterMainTable{
	font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#27313a;font-weight:bold;
}

.repeaterTopLeft{}
.repeaterTopRight{}
.repeaterBottomLeft{}
.repeaterBottomRight{}
.repeaterTableInside{}
.repeaterTopProduct{}
.repeaterBottomProduct{}


/***************************************************************************************************************************************/
/*** Carrousel ***/

table.mainCarrouselTable{
	border:1px solid #999999;
	background-color:#666666;
}

table.hotProductsTable{
	float:left;
}

td.carrouselTitleBar{
	height:20;
	padding:3px;
	background-color:#0769a5;
}

.carrouselProductAdddedText{
	color:#009900;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/************ CUSTOM **************/
.contentBigText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 052134;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
}

a.produits:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	vertical-align: middle;
}

a.produits:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	vertical-align: middle;
}
a.produits:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3399FF;
	text-decoration: none;
	vertical-align: middle;
}
a.produits:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3399FF;
	text-decoration: none;
	vertical-align: middle;
}

#lblFormInformations{
	color:#ffffff;
}

#oDivProductDescription .mainTable
{
	margin-top:10px;
}