/***************************************
  	The original Theme for Skinable e-Commerce (FLEXFAB)
  	Created by kCentric.NET
  	http://www.kcentric.net
****************************************/

/***************************************************************************************************************************************/
/* 
	General page style. The scroll bar colours only visible in IE5.5+ 
	-----------------------------------------------------
*/
.pageBody
{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-size:0px;
}



/***************************************************************************************************************************************/
/* 
	General page alignement. 
	-----------------------------------------------------
	div#pageAlign	=	Page alignement container
*/

/***************************************************************************************************************************************/
/*  
	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#cartInformation,div#contentPageTitle,div#contentPageContent, div#footer, div#contentNavigation{
	width:100%; height:auto;
	text-align:left; vertical-align:top; 
}

/***************************************************************************************************************************************/
/* 
	Specific settings for container of WelcomeMessage and Culture 
	-----------------------------------------------------
	div#contentTopSectionFrame	=	Container of WelcomeMessage + Culture
*/

/***************************************************************************************************************************************/
/* 
	Specific settings for container of Header and Search 
	-----------------------------------------------------
	div#contentHeaderFrame		=	Container of Header + Search
*/

/***************************************************************************************************************************************/
/* 
	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:10px; 
	padding-left:80px;
	margin-top:18px;
}

.welcomeMessageText {
	font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#705226;
}

a.welcomeMessageLink{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.welcomeMessageLink:link, a.welcomeMessageLink:active, a.welcomeMessageLink:visited {color:#705226; text-decoration:none;} 
a.welcomeMessageLink:hover{color:#ab8d62; text-decoration:underline;}
*/

/***************************************************************************************************************************************/
/* 
	Culture Section 
	-----------------------------------------------------
	div#culture		=	Culture container
	.cultureText	=	Text style
	a.cultureLink	=	Link style
*/
div#culture
{
	position:absolute;
	width:99%;
	top:5px;
	right:10px;
	text-align:right;
	display:block;
}

.cultureText {
	font-family: Verdana,Arial, Helvetica, sans-serif; font-size:11px; color:#cccccc;
}

a.cultureLink{font-family: Verdana,Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.cultureLink:link, a.cultureLink:active, a.cultureLink:visited {color:#cccccc; text-decoration:none;} 
a.cultureLink:hover{color:#aaaaaa; text-decoration:underline;}

/***************************************************************************************************************************************/
/* 
	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
*/

.contentSearchText {
	font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#546170;
}

a.contentSearchLink{font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}
a.contentSearchLink:link, a.contentSearchLink:active, a.contentSearchLink:visited {color:#546170; text-decoration:none;} 
a.contentSearchLink:hover{color:#b6bdc6; 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
	
*/

.navigBG
{
	background-image:url(../img/navig_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#E1E4E9;
	padding-left:23px;
}

/***************************************************************************************************************************************/
/* 
	Left Menu Section 
	-----------------------------------------------------
	div#leftMenu						=	Container of Left Menu
	div.leftMenuAlign					=	Left Menu Alignement
	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.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	
*/

table.leftMenuListing{
	width:100%;
	margin:0px; padding:0px;
	background-image: url(../img/menu_section_bg.jpg);
}

table.leftMenuListingCategories{
	width:100%;
	margin:0px; padding:0px;
	background-image: url(../img/menu_section_bg.jpg);
}

table.leftMenuListingBrands{
	width:100%;
	margin:0px; padding:0px;
	background-image: url(../img/menu_section_bg.jpg);
}

table.leftMenuListingSeeAllLink{
	width:100%;
	margin:0px; padding:0px;
	background-image: url(../img/menu_section_bg.jpg);
}

td.leftMenuListing{
	border:0px;
	text-align:left; vertical-align:top;
	padding-top: 4px; padding-bottom:6px;
	background-image: url(../img/menu_section_sep.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

div.LeftMenuBullet{
	background-image:url(/kcentric_theme/img/left_menu_bullet.gif);
	background-position:15px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin:0px;
}

div.LeftMenuNoBullet{
	padding-left:15px;
	margin:0px;
}

div.DashboardIcon,div.MyCartIcon,div.PlaceOrderIcon,div.OrderExpressIcon,div.PreferredListIcon,div.ProfileIcon,div.OrderHistoryIcon,div.PriceListIcon,div.ReturnIcon,div.LogoffIcon{
	background-position:4px 0px;
	background-repeat:no-repeat;
	padding-left:29px;
	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.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:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.leftMenuLink:link, a.leftMenuLink:active, a.leftMenuLink:visited {color:#546170; text-decoration:none;} 
a.leftMenuLink:hover{color:#8a99aa; text-decoration:underline;}

a.leftMenuSeeAllLink{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.leftMenuSeeAllLink:link, a.leftMenuSeeAllLink:active, a.leftMenuSeeAllLink:visited {color:#4b4732; text-decoration:none;} 
a.leftMenuSeeAllLink:hover{color:#8b8775; 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:#404040; text-decoration:none;} 
a.leftMenuSpecialLink:hover{color:#6e6e6e; 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 {
	line-height:normal;
	margin-top:10px;
	margin-left:18px;
}

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
*/


/***************************************************************************************************************************************/
/* 
	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
*/

.cartInformationHighlight{
	color:#913735;
	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:#492b19; text-decoration:none;} 
a.cartInformationLink:hover{color:#795b49; 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#contentNavigation{
	font-size:10px;
}

div.contentNavigationAlign{
	text-align:left; vertical-align:top;
	padding-left:0px; padding-right:0px;
	font-size:10px;
}

.contentNavigationText{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#a2a2a2;
}

a.contentNavigationLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal;}
a.contentNavigationLink:link, a.contentNavigationLink:active, a.contentNavigationLink:visited {color:#bbbbbb; text-decoration:underline;} 
a.contentNavigationLink:hover{color:#e5e5e5; text-decoration:none;}

.navigationText {
	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#546170;	font-weight:bold;
}

a.navigationLink:link, a.navigationLink:active, a.navigationLink:visited
{
	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#546170;	font-weight:bold;
	text-decoration:none;
}

a.navigationLink:hover
{
	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#b6bdc6;	font-weight:bold;
	text-decoration:none;
}


/***************************************************************************************************************************************/
/* 
	
	Specific settings for Content Page Title 
	-----------------------------------------------------
	div#contentPageTitle	=	Container of the page title image
*/

/***************************************************************************************************************************************/
/* 
	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.contentSeeAllLink				=	General see all link style
*/
.content{ padding-left:19px; }

.contentBG
{
	background-image:url(../img/page_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-left:24px;
	padding-top:27px;
	padding-right:10px;
}

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#546170;
	padding:0px;
	padding-bottom:4px;
	margin:0px;
}

.contentText, .contentTextBold, .contentTextHighlight, .contentConfirmationText {
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;
}

.contentTextLighter 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:10px;
}

.contentText,.contentTextBold{color:#333333;}
.contentTextBold{font-weight:bold;}
.contentTextHighlight{font-weight:bold; color:#b82424;}
.contentConfirmationText{font-weight:bold; color:#990000;}
.contentTextLighter{color:#a5a5a5;}

.contentSection {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	font-weight:bold;
	border-left:2px solid #999999;
	padding-left:7px;
}

.contenTitreGris {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B7B7B7;
	padding-bottom:6px;
}

.smallContentText{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#333333;
}

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:#788FA5; text-decoration:underline;} 
a.contentLink:hover{color:#A5BBCF; text-decoration:none;}

a.contentSeeAllLink{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
a.contentSeeAllLink:link, a.contentSeeAllLink:active, a.contentSeeAllLink:visited {color:#959a9b; text-decoration:none;} 
a.contentSeeAllLink:hover{color:#bec2c3; text-decoration:underline;}

/***************************************************************************************************************************************/
/* 
	Specific settings for Footer Section 
	-----------------------------------------------------
	div#footer			=	Container of footer
	div.footerAlign		=	Alignement of footer
	.footerText			=	Text style
	a.footerLink		=	Link style
*/
.footer
{
	padding-right:5px;
	padding-top:15px;
}


.footerText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#909090;}

a.footerLink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal;}
a.footerLink:link, a.footerLink:active, a.footerLink:visited {color:#c5c5c5; text-decoration:none;} 
a.footerLink:hover{color:#aaaaaa; text-decoration:underline;}


/***************************************************************************************************************************************/
/* 
	Specific settings for Bottom Page Frame Section 
	-----------------------------------------------------
	div#contentPageBottomFrame	=	Container of Bottom Page Frame
*/
div#contentPageBottomFrame{
	background-image:url(/kcentric_theme/img/bottom.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:800px; height:21px;
	margin:auto;
	clear:both; float:none;
	margin-top:-4px;
	line-height:0px;
	font-size:0px;
}

/***************************************************************************************************************************************/
/* 
	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:230px; height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:1px solid #7f9db9;
	vertical-align:middle;
}

.qtyBox, .qtyBoxError {
	width:33px; height:21px;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#333333;
	border:1px solid #7f9db9;
	text-align:left; 
	vertical-align:middle;
	padding-left:5px;
}

.inputBox, .qtyBox {border:1px solid #7f9db9;}
.inputBoxError, .qtyBoxError {border:1px solid #ff8d8d;}

.inputSearchBox, .SearchGood {
	width:200px; height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #e5e5e5;
}


.SearchNotGood {
	width:200px; height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #ff8d8d;
	
}

.selectDropDownAuto{
	width:auto; height:21px;
	border:1px solid #7f9db9;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;
	font-weight:normal;
}

.selectDropDownFix{
	width:230px; height:21px;
	border:1px solid #7f9db9;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; 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
	
	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)
	
	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: 12px;
}

.bigPriceText, .bigPriceHighlight, .bigPriceLineThrought {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px;
}

.productCodeText {font-weight:bold; color:#9f9494; text-decoration:none;}
.productTitleText {font-weight:bold; color:#514949;}

.smallPriceText {font-weight:bold; color:#4b4732;}
.smallPriceHighlight {font-weight:bold; color:#cc0000;}
.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:#4b4732;}
.bigPriceHighlight {font-weight:bold; color:#cc0000;}
.bigPriceLineThrought {font-weight:bold; color:#8f9aa0; background-image:url(/kcentric_theme/img/lineThrought.gif);background-repeat:repeat-x;background-position:left 3px;}

table.pricePerQtyTable{width:200px;}
.pricePerQtyAlternateRow1{background-color:#f9f6f1;}
.pricePerQtyAlternateRow2{background-color:#fefefd;}

.borderImg{border:1px solid #F0F0F0;}
.smallImageSettings, .bigImageSettings{border:1px solid #F0F0F0;}
.smallImageSettings{width:85px; height:85px;}
.bigImageSettings{width:225px; height:225px;}

td.categoryImageAlign{text-align:center; vertical-align:top;}
td.categoryAlign{text-align:center; vertical-align:top;padding-bottom:10px; padding-top:5px;}
.categoryTitle{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:#999999;font-weight:bold;}

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:#788FA5; text-decoration:underline;}
a.categoryLink:hover{color:#A5BBCF; 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:#514949; text-decoration:none;} 
a.productTitleLink:hover{color:#999393; text-decoration:underline;}

a.productCodeLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}
a.productCodeLink:link, a.productCodeLink:active, a.productCodeLink:visited {color:#514949; text-decoration:none;} 
a.productCodeLink:hover{color:#999393; text-decoration:none;}

a.productListTitleLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}
a.productListTitleLink:link, a.productListTitleLink:active, a.productListTitleLink:visited {color:#514949; text-decoration:none;} 
a.productListTitleLink:hover{color:#999393; text-decoration:underline;}

a.productListCodeLink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}
a.productListCodeLink:link, a.productListCodeLink:active, a.productListCodeLink:visited {color:#514949; text-decoration:none;} 
a.productListCodeLink:hover{color:#999393; 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.mainContent						=	Cell of the content on a box
	td.mainContentGrid						=	Cell of the content on a box
	
	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
	
*/

table.mainTable {
	text-align:left; vertical-align:top;
	width:650px; height:auto;
}

table.pnlNewProductPromotion {
	width:182px;
	margin-left:8px;
}

td.pnlNewProductPromotionMainTitleImage {
	text-align:left;
}	


td.mainTitle {
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#999999;
	padding-left:5px; padding-top:2px; padding-bottom:2px;
}

td.mainTitleImage, pnlNewProductPromotionMainTitleImage {
	text-align:left; vertical-align:top;
	width:100%; height:1px;
	background-color:#ffffff;
	line-height:0px;
	font-size:0px;
}

td.mainContent {
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	border:1px solid #f9f9f9;
	padding: 5px 5px 5px 5px;
	background-color:#f9f9f9;
}

td.mainContentGrid{
	text-align:left; vertical-align:top;
	width:100%; height:auto;
	border:1px dashed #e1e4e9;
	padding: 5px 5px 5px 5px;
}

div#productInfoImageFrame{
	width:240px;
	float:right;
	text-align:right; vertical-align:top;
}

div#productInfoContentFrame{
	width:370px;
	float:left;
	text-align:left; vertical-align:top;
}

div#productInfoButtonAlign{
	text-align:left; vertical-align:top;
}

tr.normalRowBackground{background-color:#f9f6f1; cursor:pointer;}
tr.normalAlternateRowBackground{background-color:#fefefd; cursor:pointer;}
tr.shippingRow{background-color:#f9f6f1;}
tr.rolloverRowBackground{background-color:#ffffd0; cursor:pointer;}

.button{margin-top:3px;}


/***************************************************************************************************************************************/
/*
	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:#88a1b0;
	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:10px; 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: 625px; 
	BACKGROUND-COLOR:#ffffff; 
}
.MessageTable .SuccessMessage {
	FONT-WEIGHT:bold; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 42px; 
	FONT-SIZE: 11px; 
	BACKGROUND-IMAGE: url(../img/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/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/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,.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{}