/***********************************************************/
/*	ZNode Storefront Stylesheet
/*	Copyright 2004-2008, www.znode.com, All Rights Reserved.
/*	Modified by Richard Schedler, ePages.net 2009.
/*  Single line classes are unmodified
/***********************************************************/

/**************************************************/
/* GLOBAL                                  
/**************************************************/
Body {
	margin: 0px auto;
	background-color: #f1f1f1;
	font-family: "Myriad Pro",trebuchet,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: left;
	/*background: url('../Images/site-background.png') repeat;*/
 }

/**************************************************/
/* PAGE SECTIONS                                  
/**************************************************/
#Outer {
	/*position: relative;
	width: 968px;
	margin: 0px auto;
	 background-color: #ffffff; 
	border: none 1px gray;
	text-align: center;*/
	padding-bottom: 0px;
 }

#upbg {
	/*display: none;
	position: absolute;*/
	margin: 0 auto;
	/*top: 0px;*/
	background:url('../Images/inner-top2.png') no-repeat; 
	width: 968px; 
	height: 0px; 
}

#inner {
	/*position: relative;
	top: 36px;*/
	clear: both;
	width: 968px; 
	/*z-index: 2;*/
	background: url('../Images/inner-mid.png') top repeat-y; 
	margin: 0 auto;
	padding-bottom: 0px;
}

#Footer {
	background-color: #e5e5e5;
	max-width: 874px; 
/*	text-align: center;*/
	padding: 10px 5px 35px 5px; 
	margin: 40px 20px 40px 0px;
	-moz-margin-start: 32px;  /*To compensate for left margin issue in  */
/*	background:url(../Images/footer-bg.gif) bottom repeat-x; */
	}

#dnbg {
	/*position: relative;*/
	top: 0px;
	clear: both;
	width: 968px; 
	height: 80px;
	background: url('../Images/inner-btm.png') no-repeat ;
	padding-top: 0px;
	margin: 0 auto;
	margin-bottom: 20px;
	/*z-index: 3;*/ 
	color: #333333;
}
#Header {
	height: 184px; 
	padding: 0px 44px 0px 44px;
	background:url(../../../Data/Default/Content/Images/Game-slogan-40years.png) 300px;
	background-repeat:no-repeat;
	margin-top: -19px;
}
#Header a {text-decoration: none;}
#Header a:hover {text-decoration: underline;}

#Logo { float:left;}
. {
	margin: 0;
	padding-top: 2px;
	z-index: 0
}

#SearchBlock {
	position: relative;
	/*margin-top: 60px;*/
	top: 60px;
}
#MainContent {
/*	background: url('../Images/mood-pic-bg.png') top no-repeat; 
	background: url('../Images/Main-Pics-bg.gif') top no-repeat;
	padding: 0px 24px 0px 24px; /* start the mood pic a bit further down so it centres on the mood pic background */
	/*border: 1px none red;
	margin-bottom: 0px;
	-moz-margin-start: 22px;  To compensate for left margin issue in  
	text-align: left; 
	width: 876px;*/
	position: relative;
/*	top: 40px; */
	margin: 0 auto;
}

#MainContentImage {
	position: relative;
	top: 0px;
}

.HomeDetail { 
	top: 10px;
	margin: 0 0px 0 22px;
	padding-bottom: 0px;
	/*border-bottom: 1px dotted #666;
	padding: 0 22px;*/
}

.BrandDetail, .ProductDetail, .CategoryDetail, .SearchDetail, .ContentDetail, .ProductSearch  { 
	top: 10px;
	margin: 18px 44px 0 44px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
	/*padding: 0 22px;*/
}

.ContentDetail input, .ContentDetail textarea, .ContentDetail select, .ContentDetail td { 
	font-family: "Myriad Pro",trebuchet,helvetica,sans-serif;
	font-size: 11px;
}

/*  MAINCONTENT ITEMS  */
/*# { 
	border-right: 1px dashed #CCC; 
	width:180px;
	padding-left: 22px; 
	margin: 0;
	padding-right: 0px;
	
	}*/

#SeperateColumn {
	top: 10px;
	border-right: 1px dashed #CCC;
	width: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

#MiddleColumn {
	padding-top: 16px;
	border: 1px none gray;
	position: relative;
	text-align: left;
	padding-left: 10px;
	width: 682px; 
	margin-bottom: 0px;
	}
/*.CategoryDetail #MiddleColumn, .BrandDetail #MiddleColumn {
	width: 670px; 
	}*/

.HomeDetail #MiddleColumn {
	padding-top: 0px;
	}

.HomeDetail #HomeSpecials {
	padding-top: 16px;
}

#LeftColumn  {
	/*width: 177px;*/
	clear: both;
}

#LeftColumn #Menu .LeftColumnTitle {
	font-size: 9pt; 
	color: #eb008b; /* Pink */ 
	font-weight: bold; 
/*	margin-left: 10px; 
	padding-right: 10px; */
	padding-left: 0px; 
	padding-bottom: 5px; 
	padding-top: 0px; 
	border-bottom: 1px solid #c5c5c5;

}

#PromotionTitle { color: #cb5d2a; font-weight: bold; padding-right: 10px; padding-left: 10px; padding-bottom: 15px; font-size: 9pt; font-family: verdana; }
#ContentColumn { padding-top: 10px; padding-right: 25px; padding-left: 25px; padding-bottom: 25px; margin-bottom: 1px; margin-left: 1px; border-bottom: 1px solid #C0C0C0;}
#CustomerService { font-size: 8pt; color: #696969; margin-right: 0px; margin-bottom: 5px; font-weight: normal; display: none;}
#PoweredByZNode{ float:none; margin:10px; text-align:center; display: none;}
#QuickNavigation { margin-top:5px; margin-bottom:5px;}


/**************************************************/
/* Container SECTIONS
/**************************************************/
#Container .TableContainer { width:100%; }
#Container .TableContainer .ClearImageLeft{ width:150px; height:1px; }
#Container .TableContainer .ClearImageRight{ width:600px; height:1px; text-align:left; }
#Container .PluginContainer { width:810px; }
#Container .ContentContainer { width:810px; }

/**************************************************/
/* Error Page Styles
/**************************************************/
#ErrorContainer { font-family:Arial; width:760px; font-size:12px; }
#ErrorContainer .Text{ color:#ff0000;font-size:13px; margin-bottom:13px; margin-left:10px;  margin-right:10px; }
#ErrorContainer .Description { margin-bottom:20px; margin-left:10px; margin-right:10px }
#ErrorContainer A:link {color:Blue;font-size:13px;text-decoration:underline;}
#ErrorContainer A:Visited {color:Blue;font-size:13px;text-decoration:underline;}
#ErrorContainer A:hover {color:Blue;font-size:13px;text-decoration:underline;}

/**************************************************/
/* GLOBAL STYLES                                 
/**************************************************/
h1 { 
	font-size: 18px; 
	color: #eb008b; /* Pink */
	border-bottom: 1px solid #999;
	margin-bottom: 10px; 
	margin-top:0px; 
	font-family:Arial;
	padding: 0px 10px 10px 0px;
	margin-right: 0px;
	font-weight: bold;
	}
h2 { 
	font-size: 14px; 
	/*text-transform: uppercase;*/
	margin-bottom: 10px; 
	color: #666;
	padding-bottom: 6px;
	border-bottom: 1px dotted #666;
	}

.HomeDetail h2 {
	margin-left: 26px;
	margin-bottom: 0;
	border: none;
	color: black;
}

h3 { 
	font-size: 14px; 
	margin-bottom: 5px; 
	}
h4 {}
h5 { margin-top: 10px; margin-bottom: 10px; font-weight: bold; font-size: 11px; color: #444444; padding-right: 5px; padding-left: 5px; padding-bottom: 3px; padding-top: 3px; background-color: #eaebeb; border-left: #d3d3d3 1px solid; border-bottom: #8e9fba 1px solid; border-top-width: 1px; border-top-color: #d3d3d3; border-right-width: 1px; border-right-color: #d3d3d3; }
select {}
hr { border: 0; width: 100%; color: #4682b4; height: 1px; }
a:link {color: #333333; }
a:Visited {color: #333333; }
a:Hover {color: #666666;}
p { font-size: 8pt; }
big { font-size: 10pt; }
small { font-size: 7pt; }
.Error { font-weight: bold; color: #ff0000; font-size: 11px; margin-bottom: 5px; margin-top: 5px; }
.FailureText {color:Red;}
.Success{ font-weight: bold; color: Green; font-size: 13px;  white-space:pre; background-image: url(../../Images/icons/check.png); background-repeat: no-repeat; padding-left: 15px; margin-bottom: 10px; margin-top: 5px; }
.Optional {font-weight: bold; color:  Blue; font-size: 13px; white-space:pre;  background-image: url(../../Images/icons/warning_small.gif); background-repeat: no-repeat; padding-left: 15px; margin-bottom: 10px; margin-top: 5px; }
.AddOnMessage { color: #cb5d2a; font-size:11px; }
.ProductPageNewItem {text-align:right;position:relative;bottom:145px;right:2px;}
.NewItemStyle {position:relative;bottom:12px;left:60px;}
.PluginMessage{ margin-left:10px; font-size:12px; font-weight:normal; font-family:Verdana; text-align:left;}

/***************************************************/
/* STORE LOCATOR - not required
/***************************************************/
.StoreLocator {margin-bottom:20px;}
.StoreLocator .SearchContent { background-color: #EFF3F6; padding-left: 10px; width: 440px; margin-bottom: 10px; border-right: #d0e3ec 1px solid; border-top: #d0e3ec 1px solid; border-left: #d0e3ec 1px solid; border-bottom: #d0e3ec 1px solid; }
.StoreLocator .SearchContent table {margin-left:10px;margin-top:15px;}
.StoreLocator .Row { padding-bottom: 10px; }
.StoreLocator .FieldStyle {vertical-align:top;display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; text-align: right; margin-bottom: 10px; padding-right: 10px; padding-top:6px; }
.StoreLocator .Button { }
.StoreList {}
.StoreList .TextContent {float:left;margin-left:5px;margin-top:20px;}
.StoreList .TextContent div {margin-bottom:4px;}
.StoreList .ImageContent {	float:right; }
.StoreList .Title A:Link {color:#004d94;font-weight:bold;text-decoration:none;}
.StoreList .Title A:hover {color:red;font-weight:bold;text-decoration:underline;}
.StoreList .Title A:Visited {color:#004d94;font-weight:bold;text-decoration:none;}
.StoreList .Address {color:Black;}
.StoreList .MapLink A:Link {color:#004d94;text-decoration:none;}
.StoreList .MapLink A:hover {color:red;text-decoration:none;}
.StoreList .MapLink A:Visited {color:#004d94;text-decoration:none;}

/**************************************************/
/* MENU                                          
/**************************************************/
#Menu {
	font-size: 11px;
	color: #666;
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin: 0px 0 10px 0px;
	-moz-margin-start: 10px;
	width: 177px;
	white-space:normal;

	}
#Menu A:link { 
	text-decoration: none;
	}
#Menu A:Visited { 
	text-decoration: none; 
	}
#Menu A:Hover { 
	text-decoration: none; 
	}
#Menu .StaticMenuStyle { 
	width: 170px;
}
#Menu .StaticMenuItemStyle {
	color: #666;
	padding: 2px 4px 2px 4px;
	text-indent: -4px;
	border-bottom: dotted 1px #e5e5e5;
	margin-left: 0px;
	}
#Menu .StaticHoverStyle { 
	background-color: #000;
	color: white;
	} 
#Menu .StaticSelectedStyle { 
	}
#Menu .DynamicMenuStyle {
	-moz-margin-start: -18px;
	border-bottom: dotted 1px #e5e5e5;
	}
#Menu .DynamicMenuItemStyle {
	width: 170px;
	background-color: #e5e5e5;
	color: #666;
	padding: 2px 4px 2px 4px;
	text-indent: -4px;
	border-top: dotted 1px #333;
	}
#Menu .DynamicHoverStyle { /* 2nd level flyout hover state */
	border-top: dotted 1px transparent;
	padding: 2px 4px 2px 4px;
	text-indent: -4px;
	background-color: #000;
	color: white;
	} 
#Menu .DynamicSelectedStyle { 
	background-color: #333;
}

#Menu span {
	margin: 0;
}
#Menu ul {
	list-style-type:none;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: -6px;
}

#Menu li {
	padding-bottom: 6px;
}
/**************************************************/
/* GRID                                           
/**************************************************/
.Grid { border-bottom: #c0c0c0 1px solid; padding-bottom: 10px;width:100%;}
.Grid a { text-decoration: none; color: #003399; }
.Grid a:link { text-decoration: none; color: #003399; }
.Grid a:hover { text-decoration: underline; color: #F60; }
.Grid a:visited { text-decoration: none; color: #003399; }
.FooterStyle { background-color: #507CD1; color: white; font-weight: bold; }
.RowStyle { background-color: #EFF3FB; }
.PagerStyle { background-color: #fbfbfb; text-align: center; }
.PagerStyle a:link { text-decoration: underline; }
.PagerStyle a:hover { text-decoration: underline; }
.PagerStyle a:visited { text-decoration: underline; }
.HeaderStyle { background-color: #507CD1; color: white; font-weight: bold; text-align: left; }
.AlternatingRowStyle { background-color: #FFFFFF; }

/**************************************************/
/* SITE LINKS                        
/**************************************************/
#SiteLinks { text-align: right; vertical-align: middle; margin-right: -10px; padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 4px; font-size: 8pt; font-family: arial; font-weight: normal; text-transform: capitalize; text-decoration: none; margin-bottom: 10px; display: none;}
#SiteLinks .Link { margin-left:4px; margin-right:5px;letter-spacing:0.5px; }
#SiteLinks .Link A:link { color: #666666; text-decoration: none; margin-right:2px; }
#SiteLinks .Link A:visited { color: #666666; text-decoration: none;margin-right:2px;}
#SiteLinks .Link A:hover { text-decoration: none; color: #a52a2a; }
#SiteLinks .CartItem {color:#D98B64;margin-right:0px;}

/*************************************/
/* BreadCrumb
/*************************************/
#BreadCrumb {
	text-align: left; 
	vertical-align: middle; 
/*	background-color: #E2E2E2; */
	padding: 1px 5px 2px 0px;
	font-size: 11px;
	/*font-family: Arial;*/
	font-weight:normal;
	/*text-transform:uppercase;*/
	color: #999999; 
	}
#BreadCrumb A { 
	color: #999999; 
	text-decoration: none; 
	}
#BreadCrumb A:link { 
	color: #999999; 
	text-decoration: none; 
	}
#BreadCrumb A:visited { 
	text-decoration: none;
	}
#BreadCrumb A:hover { 
	color: #eb008b; /* Pink */ 
	text-decoration: none; 
	}

/**************************************************/
/* QUICK SEARCH                                 
/**************************************************/
#QuickSearch { 
	border: 1px none gray;
	padding-top: 12px;
	float:right;
	background: url('../Images/search-bg2.gif') no-repeat 2px 10px;
	height: 40px;
	width: 174px;
	}

#QuickSearch .Title { color: #404040; font-weight: bold;margin:0px 18px 5px 0px;font-size: 11px; font-family: Arial; }
#QuickSearch .Button {margin:0px 0px 0px 0px;} 
#QuickSearch .TextBox {
	/*border:solid 2px #c5c5c5;*/
	border: none;
	width: 108px;
	height: 16px;
	margin-right: 12px;
	margin-left: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	background: white;
	color: #999;
	}
#QuickSearch img {
	padding-right: 20px;
/*	border-right: 1px solid #00adef; */
	border-right: 1px dashed #CCC;
}
#QuickSearch a {
	font-size: 10px;
	padding-top: 8px;
	padding-right: 23px;
	line-height: 17px;
}

/**************************************************/
/* News Letter Singup - not required
/**************************************************/
#NewsLetter { margin-bottom:40px; display:none; }
#NewsLetter .Title { color: #cb5d2a; font-weight: bold; padding-right: 10px; padding-left: 10px; padding-bottom: 8px; padding-top: 5px; font-size: 9pt; font-family: verdana; }
#NewsLetter .Text { color:#7777a4; padding-left:10px; }

/**************************************************/
/* HOME QUICK SEARCH - not required                                 
/**************************************************/
#HomeQuickSearch {
/*	background-color:#f7f7f7; */
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom: none 1px #dddddd;
	}
#HomeQuickSearch .Title { color: #cb5d2a; font-weight: bold; padding-right: 10px; padding-left: 15px; padding-bottom: 10px; font-size: 9pt; font-family: verdana;  margin-top:10px;}
#HomeQuickSearch .Button {margin:0px 0px 0px 10px;} 
#HomeQuickSearch .TextBox {border:solid 1px #404040; width:130px; margin-left:16px;}
#HomeQuickSearch .Text{color:#7777a4; padding-top:10px; padding-left:8px; }

/**************************************************/
/* PRODUCT SEARCH                                 
/**************************************************/
/*.ProductSearch{
	padding-left: 44px;
	}*/
.ProductSearch .Description{margin-bottom:15px;}
.ProductSearch .SearchForm { width:100%; margin-bottom:10px; }
.ProductSearch .SearchForm .Row { padding-bottom: 10px; }
.ProductSearch .SearchForm hr { 
	border: 0; 
	background-color:#4682b4; 
	width: 100%; 
	color: #999; 
	height: 1px; 
	margin-top:10px; 
}
.ProductSearch .SearchForm .FieldStyle { white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; text-align: right; margin-bottom: 10px; padding-right: 10px; padding-top:6px; }
.ProductSearch .SearchForm .ValueStyle {font-size: 11px; font-weight: normal; color: #333333; padding-bottom: 2px; padding-top: 2px; }

/**************************************************/
/* CATEGORY DETAIL                                 
/**************************************************/
.CategoryDetail .Title,
.CategorySearchDetail .Title { 
	font-family:Arial;
	font-size: 18px; 
	color: #eb008b; /* Pink */
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-top: 0px; 
	margin-right: 0px;
	padding: 22px 10px 10px 0px;
	
	}
.CategoryDetail .InfoPanel img,
.CategorySearchDetail .InfoPanel img {
	padding-left: 4px;
	}
	
#jsAlert2_popupBody h1 {	
	font-size: 18px; 
	color: #eb008b; /* Pink */
	border-bottom: 1px solid #999;
	margin-top:0px; 
	margin-right: 10px;
	margin-bottom: 4px; 
	font-family:Arial;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
 }
#jsAlert2_popupBody  {
	font-size: 14px; 
	padding-bottom: 0px;
	color: #eb008b; /* Pink */
	border-bottom: 1px none #00adef;
	margin-bottom: 0px; 
 }
#jsAlert2_popupBody p { 
	padding-top: 0px;
	line-height: 14px;
	}

	
/*.CategoryDetail .Description { 
	padding-top: 10px;
	}
.CategoryDetail .ShortDescription { 
	margin-top: -54px;
	padding-left: 412px;
	}*/
/*.CategoryDetail .InfoPanel {

}*/
.CategoryDetail .SubCategoryList,
.CategorySearchDetail .SubCategoryList { 
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-top: 6px; 
	}
.CategoryDetail .SubCategoryList .Title { 
	color: #EDFFFF; 
	font-size: 14px; 
	margin-bottom: 5px; 
	margin-top: 0px; 
	background-color: #666666; 
	font-family: Arial; 
	padding-right: 10px; 
	padding-left: 10px; 
	font-weight: bold; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	}
.CategoryDetail .SubCategoryListItem,
.CategorySearchDetail .SubCategoryListItem { 
	padding: 5px; 
	vertical-align: top; 
/*	margin: 0px 5px 30px 5px; */
	border-bottom: 1px none #dddddd; 
	text-align:center;
	width: 134px;
	}
.CategoryDetail .SubCategoryListItem .ShortDescription,
.CategorySearchDetail .SubCategoryListItem .ShortDescription { 
	font-weight: normal; 
	font-size: 12px; 
	text-align:center; 
	margin-bottom: 10px; 
	padding-top: 0px; 
	color: #333333; 
	}
.CategoryDetail .SubCategoryListItem .CategoryImage,
.CategorySearchDetail .SubCategoryListItem .CategoryImage {
	height: 114px;
	border: 1px solid black;
}
.CategoryDetail .SubCategoryListItem .CategoryLink,
.CategorySearchDetail .SubCategoryListItem .CategoryLink  {
	clear: both;
	border: 1px none gray;
	padding: 4px;
	font-weight: bold; 
	font-size: 12px; 
	margin-bottom: 0px; 
	color: #fff; 
	background: #000;
	height: 32px;
	vertical-align:middle;
	}
.CategoryDetail .SubCategoryListItem .CategoryLink A:link,
.CategorySearchDetail .SubCategoryListItem .CategoryLink A:link { 
	color: #FFFFFF; 
	text-decoration: none; 
/*	color: #FFFFFF; */
	}
.CategoryDetail .SubCategoryListItem .CategoryLink A:Visited,
.CategorySearchDetail .SubCategoryListItem .CategoryLink A:Visited { 
	color: #FFFFFF; 
	text-decoration: none; 
/*	color: #333333; 
*/
	}
.CategoryDetail .SubCategoryListItem .CategoryLink A:Hover,
.CategorySearchDetail .SubCategoryListItem .CategoryLink A:Hover {
	color: #eb008b; 
	text-decoration: none;	
	}

.CategoryDetail .Paging,
.CategorySearchDetail .Paging { 
	text-align: right; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	font-size: 11px; 
	color: #444444; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	border-top-width: 1px; 
	border-top-color: #d3d3d3; 
	border-right-width: 1px; 
	border-right-color: #d3d3d3; 
	border-left-width: 1px; 
	border-left-color: #d3d3d3; 
	border-bottom-width: 1px; 
	border-bottom-color: #8e9fba; 
	}
.CategoryDetail .NavigationStyle,
.CategorySearchDetail .NavigationStyle { 
	text-align: right; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	font-size: 11px; 
	color: #444444; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	border-top-width: 1px; 
	border-top-color: #d3d3d3; 
	border-right-width: 1px; 
	border-right-color: #d3d3d3; 
	border-left-width: 1px; 
	border-left-color: #d3d3d3; 
	border-bottom-width: 1px; 
	border-bottom-color: #8e9fba; 
	}
.CategoryDetail .Sorting .Label,
.CategorySearchDetail .Sorting .Label { 
	font-weight: bold; 
	margin-right: 5px; 
	}
.CategoryDetail .Sorting select,
.CategorySearchDetail .Sorting select { 
font-size: 8pt; 
font-family: verdana; 
}

/**************************************************/
/* HOME PAGE - FEATURED CATEGORIES                                
/**************************************************/
.HomeFeaturedCategories .Title { color: #EDFFFF; font-size: 14px; margin-bottom: 5px; margin-top: 0px; background-color: #666666; font-family: Arial; padding-right: 10px; padding-left: 10px; font-weight: bold; padding-bottom: 5px; padding-top: 5px; }
.HomeFeaturedCategories .Description { margin-top: 15px; font-size: 8pt; }
.HomeFeaturedCategories .SubCategoryList { margin-top: 0px; margin-bottom: 20px; margin-top: 15px; }
.HomeFeaturedCategories .SubCategoryListItem { padding-right: 24px; padding-bottom: 0px; vertical-align: top; margin-bottom: 20px; border-bottom: #dddddd 1px; padding-top: 0px; margin-right: 20px; padding-left: 0px; margin-left: 5px; }
.HomeFeaturedCategories .SubCategoryListItem .CategoryLink { text-align:center; padding-top:5px;font-weight: normal; font-size: 12px; margin-bottom: 10px; color: #6b7aa2; }
.HomeFeaturedCategories .SubCategoryListItem .CategoryLink A:link { text-decoration: none; color: #333333; }
.HomeFeaturedCategories .SubCategoryListItem .CategoryLink A:Visited { text-decoration: none; color: #333333; }
.HomeFeaturedCategories .SubCategoryListItem .CategoryLink A:Hover { text-decoration: none; color: #666666; }
.HomeFeaturedCategories .SubCategoryListItem .Image { }

/**************************************************/
/* FOOTER - OVERRIDE                                
/**************************************************/
#FooterLinks { 
	text-align: center; 
/*	vertical-align: middle; 
	margin-right: 3px;
	margin-bottom:10px;
	margin-left: 3px; 
*/
	padding-top: 32px; 
	word-spacing:1.5px; 
	color: #7C7C7C; 
/*
	padding-top: 2px; 
	font-size: 8pt; 
	font-family: Verdana; 
	font-weight: normal; */
	
	}
#FooterLinks .Link { margin-left:2px; margin-right:2px;letter-spacing:0px;   text-decoration: none;}
#FooterLinks a:link {color: #7C7C7C;  text-decoration: none; margin-right:2px; }
#FooterLinks a:visited { color: #7C7C7C; text-decoration: none; }
#FooterLinks a:hover { text-decoration: none; color: #eb008b; }

/**************************************************/
/* PRODUCT DETAIL                                 
/**************************************************/
.ProductDetail { margin-bottom: 20px; }
.ProductDetail #ProductDetailLeft {
	width: 240px;
	}
.ProductDetail #ProductDetailMiddle {
	width: 220px;
}
.ProductDetail #ProductDetailRight {
	width: 180px;
	padding-left: 8px;
	border-left: 1px dashed #e5e5e5;
}

.ProductDetail h1 {
	border-bottom: 1px solid;
	}

.ProductDetail .Title, .BrandDetail .Title, .ProductSearch .Title, .Field .Title { 
	font-family:Arial;
	font-size: 18px; 
	color: #eb008b; /* Pink */
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-top: 0px; 
	margin-right: 0px;
	padding: 18px 10px 10px 0px;
	}
.ProductDetail .Image { 
	margin-bottom: 15px; 
	text-align: center; 
	border: 1px none #0c4ca3 ; 
	padding: 6px; 
	}
.ProductDetail .Label { font-weight: bold; color: #cb5d2a; margin-right: 5px; }
.ProductDetail .Zoom { margin-bottom: 20px; text-align: center; }

.ProductDetail .Description { 
	margin-top: 30px; 
	margin-bottom: 10px; 
	font-size: 12px; 
	padding-right:10px;
	/*text-align: left;*/ 
	/*color: #000;*/
	}
.ProductDetail .Description ul {
	margin-top: 0px;
	margin-left: 0;
}

.ProductDetail .Description li {
	list-style:none;
	padding-bottom: 6px;
}

.ProductDetail .PriceBox { margin: 0px 0px 0px 0px; font-weight: normal; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; text-align: center; }
.ProductDetail .StockMsg { color:Black; font-family: arial; margin-bottom: 10px; font-weight: normal;margin-left:3px;}
.ProductDetail .CallForPriceMsg {font-size: 14px;  font-weight:bold; color:#cb5d2a;  }
.ProductDetail .ProductNumber { font-weight: bold; font-size: 14px; font-family: arial; color: #6b7aa2; }
.ProductDetail .DetailButton { margin-bottom: 10px; }
.ProductDetail .Attribute { padding-right: 10px; margin-right: 10px; }
.ProductDetail .Related { margin-top: 20px; }
.ProductDetail .Manufacturer{
	font-size:12px; 
	font-weight:bold; 
	/*color:#eb008b;  Pink */ 
	}
.ProductDetail .AddToCartButton { margin-left: 10px;}
.ProductDetail .StatusMsg{font-size:11px; font-weight:bold; color:Red;margin-left:3px;}
.ProductDetail .Tabs{margin-top: 20px; margin-bottom: 20px;  font-size: 8pt; }
.ProductDetail .Features {margin-top: 20px; margin-bottom: 20px; font-size: 8pt; margin-left:10px;}
.ProductDetail .Specifications { margin-top: 20px; margin-bottom: 20px; font-size: 8pt;margin-left:10px;}
.ProductDetail .AdditionalInformation {margin-top: 20px; margin-bottom: 20px; font-size: 8pt;margin-left:10px;}
.ProductDetail .StarRating {margin-top:5px;}
.ProductDetail .Total { color: #6074A6; font-family: arial; margin-bottom:5px; font-weight: bold; margin-right: 5px; }
.ProductDetail .totaltext { font-size: 14px; font-weight:bold; color:#cb5d2a; font-family: arial; }
.ProductDetail .Quantity { color: #6074A6;font-family: arial; margin-bottom:5px; font-weight: bold; margin-right:0px; margin-left:3px; }
.ProductDetail .TotalPriceText {
/*	background: #0c4ca3; 
	font-weight: bold; 
	font-size: 16px;
	padding: 8px;
*/	}
.ProductDetail .PriceContent {
	margin-top:10px;margin-bottom:10px;margin-left:3px;text-align:left; 
	}
.ProductDetail .CallForPrice {font-size:11px; font-weight:bold; margin-left:3px; color:#cc6600;  }

.ProductDetail .PromotionDates {
	font-size: 9px;
	padding-top: 8px;
	color:#999999;
}

.ProductDetail .PrdtAddtionalImages {margin-bottom:15px;}
.ProductPrice  { 
/*	font-size: 14px;  
	font-weight:bold; 
	color:#cb5d2a; 
	font-family: arial; 
*/	}
.ProductDetail .EnlargeImage {text-align:center;margin-right:20px;}
.ProductDetail .EnlargeImage A:Link {position:relative;bottom:4px;left:4px;}
.ProductDetail .EnlargeImage A:Visited {position:relative;bottom:4px;left:4px;}
.ProductDetail .OrderingOptions {width:170px;border:1px solid #B8C1D7;background-color:#f8fafb;padding-left:20px;padding-right:20px;padding-bottom:10px;padding-top:10px;}
.ProductDetail .OrderingOptions .OptionsTitle {color:#6074A6;font-size:13px;margin-bottom:10px;font-family: Arial;font-weight:bold;}
.ProductDetail .WishLink {margin-left:0px;margin-top:3px;}
.ProductDetail .EmailLink {
	display: none;
	}
.ProductDetail .ItemNo {
	padding-top: 4px;
	color:#999999;
	}

.ProductDetail .Brand {
	font-size: 14px;
	}
	
.ProductDetail a {
	color: #eb008b; /* Pink */
	text-decoration:none;
}
.ProductDetail a:hover {
	color: #eb008b; /* Pink */
	text-decoration:underline;
}

.ProductDetail #RelatedCategory h3 {
	color: #eb008b; /* Pink */
	border-bottom: 1px dashed #CCC;
	padding: 0 0 5px 0;
	}

.ProductDetail #RelatedCategory a {
	vertical-align:middle;
	
	}
.ProductDetail #RelatedCategory img {
	padding-right: 4px;
	padding-bottom: 6px;
	}

.ProductDetail #RelatedCategory ul {
	margin-top: 0px;
	margin-left: 0;
	}

.ProductDetail #RelatedCategory li {
	list-style:none;
	padding-bottom: 6px;
	}

/**************************************************/
/* Product Dynamic Attributes/AddOns Style
/**************************************************/
#Attributes .FieldStyle {}
#Attributes .ValueStyle {padding-bottom:7px;padding-left:0px;}

#Add-Ons .FieldStyle {}
#Add-Ons .ValueStyle {padding-bottom:8px;padding-left:0px;}

/*****************************************************/
/* Product Alternate Images  In ProductZoom.ascx page                            
/*****************************************************/
#ProductZoom, .PopupWindow {
	padding: 16px;
	}
#ProductZoom h1, .PopupWindow h1 {
	padding: 0px;
	color: #eb008b; /* Pink */
}
#ProductZoom a, PopupWindow a {
	text-decoration:none;
	}
#ProductZoom a:hover, PopupWindow a:hover {
	text-decoration:underline;
	}
#ProductZoom .Leftcontent {
/*	width:70px; */
	vertical-align:top;}
#ProductZoom .ImageContent{margin-top:-15px;}
#ProductZoom .AdditionalImages {
	display: none;
	margin-top:5px;
	}
#ProductZoom .AdditionalImages .AlternateImageBox {margin-left:7px;margin-right:7px;width:50px;height:50px;border:solid 1px Silver;text-align:center;vertical-align:middle; margin-bottom:5px;}
#ProductZoom .AdditionalImages .AlternateImageBox Img {cursor:pointer;}
#ProductZoom .AdditionalImages .AlternateName {margin-bottom:5px;margin-left:2px;font-family:Tahoma;font-size:9px;font-weight:normal;text-align:center;}
#ProductZoom .SwatchImages {margin-top:5px;padding-bottom:5px;margin-left:7px;margin-right:7px;}
#ProductZoom .SwatchImages .SwatchImageBox {margin-bottom:5px;cursor:pointer;border:solid 1px Silver;width:50px;height:55px;text-align:center;}
#ProductZoom .SwatchImages .AlternateName {margin-bottom:5px;margin-left:2px;font-family:Tahoma;font-size:9px;font-weight:normal;text-align:center;}
#ProductZoom .CatalogItemLargeImage {margin:5px;border:solid 1px Silver;width:450px;height:450px;text-align:center;}
#ProductZoom .ZoomFooter {
	cursor:pointer;
	position:relative;
	bottom:27px;
	left:468px;
	padding:12px 10px 13px 15px;
	font: bold 11px Arial; 
	border: 1px none gray;
	}

/**************************************************/
/* Product Alternate Images                                
/**************************************************/
.ProductAdditionalImages { 
	display: none;
	margin-top:3px; 
	margin-right:3px;
	border: solid 1px #B8C1D7;
	text-align:center;
	width:50px;
	height:50px;
	}
.ProductSwatchImages { margin-top:3px; margin-right:3px; border:solid 1px #B8C1D7;text-align:center;width:50px;height:55px;}

/*******************/
/*AJAX Tab 
/*******************/
#Tab .CustomTabStyle .ajax__tab_body { border:Solid 1px #879ACF; font-family:verdana,tahoma,helvetica;font-size:10pt;border-top:#879acf 5px solid;background-color:#ffffff; padding-top:5px;padding-right:13px;}
#Tab .CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url(../../../Images/buttons/Rplain.gif) no-repeat right; background-position:top right;}
#Tab .CustomTabStyle .ajax__tab_inner {padding-left:4px;background:url(../../../Images/buttons/Lplain.gif) no-repeat;}
#Tab .CustomTabStyle .ajax__tab_tab {height:19px;margin:0;background:url(../../../Images/buttons/mplain.gif) repeat-x; padding-top:5px; padding-left:10px; padding-right:10px;}
#Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_outer {padding-right:4px;background:url(../../../Images/buttons/Rplain.gif) no-repeat right; background-position:top right;}
#Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_inner {padding-left:4px;background:url(../../../Images/buttons/Lplain.gif) no-repeat;}
#Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_tab {height:19px;background:url(../../../Images/buttons/mplain.gif) repeat-x;}
#Tab .CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(../../../Images/buttons/faright.gif) no-repeat right; color:White;  background-position:top right;}
#Tab .CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../../../Images/buttons/faleft.gif) no-repeat;color:White;  }
#Tab .CustomTabStyle .ajax__tab_active .ajax__tab_tab {height:19px;background:url(../../../Images/buttons/famiddle.gif) repeat-x; color:White; font-weight:600;}


/**************************************************/
/* CATEGORY TREEVIEW    
/* Used in Category/NavigationCategories.ascx                             
/**************************************************/
.CategoryTreeView { margin-bottom: 15px; padding-bottom: 5px; padding-left: 0px; }
.CategoryTreeView A:link { text-decoration: none; }
.CategoryTreeView A:Visited { text-decoration: none; }
.CategoryTreeView A:Hover { text-decoration: none; }
.CategoryTreeView .Title { color: #cb5d2a; font-weight: bold; padding-right: 10px; padding-left: 10px; padding-bottom: 5px; padding-top: 10px; font-size: 9pt; font-family: verdana; }
.CategoryTreeView .TreeView { padding-left: 10px;}
.CategoryTreeView .NodeStyle { font-weight: normal; font-size: 8pt; font-family: verdana; padding-bottom: 2px; padding-top: 2px; color: #7777a4; padding-left: 2px; }
.CategoryTreeView .RootNodeStyle { }
.CategoryTreeView .HoverNodeStyle { color: red; }
.CategoryTreeView .ParentNodeStyle {}
.CategoryTreeView .LeafNodeStyle {}
.CategoryTreeView .SelectedNodeStyle { font-weight: bold; }

/**************************************************/
/* SPECIALS TREEVIEW                                 
/* Used in Specials/NavigationSpecials.ascx                             
/**************************************************/
.SpecialsTreeView { margin-bottom: 15px; padding-bottom: 5px; padding-left: 0px; }
.SpecialsTreeView A:link { text-decoration: underline; }
.SpecialsTreeView A:Visited { text-decoration: underline; }
.SpecialsTreeView A:Hover { text-decoration: underline; }
.SpecialsTreeView .Title { color: #cb5d2a; font-weight: bold; padding-right: 10px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px; font-size: 9pt; font-family: verdana; }
.SpecialsTreeView .TreeView { padding-left: 5px; }
.SpecialsTreeView .ParentNodeStyle {}
.SpecialsTreeView .HoverNodeStyle {color:#666666;}
.SpecialsTreeView .SelectedNodeStyle {}
.SpecialsTreeView .RootNodeStyle {}
.SpecialsTreeView .LeafNodeStyle {padding-left:3px;padding-bottom:5px;}
.SpecialsTreeView .NodeStyle { font-weight: normal; font-size: 8pt; font-family: Verdana; padding-bottom: 2px; padding-top: 2px; color: #7777a4; }

/**************************************************/
/* SHOPPING CART                                 
/**************************************************/
.ShoppingCart { margin-bottom: 10px; }
.ShoppingCart .CheckoutBox { margin-bottom: 10px; margin-top: 10px; text-align: right; }
.ShoppingCart .CustomerService { font-weight: bold; font-size: 9pt; font-family:Arial; }
.ShoppingCart .Grid { }
.ShoppingCart .Grid .Header { font-weight: bold; font-size: 11px; color: white; background-color: #5d7b9d; }
.ShoppingCart .Grid .Row { font-weight: normal; font-size: 11px; color: #333333; background-color: #F7F6F3; }
.ShoppingCart .Grid .AlternatingRow { font-weight: normal; font-size: 11px; color: #284775; background-color: #ffffff; }
.ShoppingCart .Grid .Description { font-size: 11px; font-family: verdana; padding-top: 5px; }
.ShoppingCart .Update { font-weight: normal; margin-top: 5px; }
.ShoppingCart .Quantity { width: 20px; height: 15px; }
.ShoppingCart .CartTotals { margin-bottom: 10px; text-align: right; }
.ShoppingCart .Apply {color:#3c3c9e;}
.ShoppingCart .gobutton {vertical-align:middle;padding-bottom:6px;}
.ShoppingCart .TotalBox td {padding-left:20px;text-align:right;}
.ShoppingCart .bold {font-weight:bold;}

/************************************************/
/* Customize Dynamic Grid - Attribute
/************************************************/
.AttributeGrid .Grid {width:auto; margin: 5px 0px 0px 0px; padding: 1px; border: solid 1px silver; }
.AttributeGrid .Grid .Legend { border-top: solid 1px silver; padding: 0px; margin: 0px; }
.AttributeGrid .Grid .inStock { color: #575787; }
.AttributeGrid .Grid .outOfStock { color: #575787; }
.AttributeGrid .Grid .HeaderStyle { padding:0px; font-weight: normal; border-bottom: solid 1px silver; color: black; background-color: white; }
.AttributeGrid .Grid .LeftColStyle { font-weight: normal; border-right: solid 1px silver; color: black; background-color: white; padding-left:5px; padding-right:5px; padding-bottom:3px; text-align:right; }
.AttributeGrid .Grid .RowStyle{ padding: 0px; background-color: #FFFFFF;}
.AttributeGrid .Grid .RowStyle .HeaderStyle { border-bottom: none; border-right: none; }
.AttributeGrid .Grid td { border-right: solid 1px silver; }
.AttributeGrid .Grid .HeaderStyle { text-align: center; width: 25px; }
.AttributeGrid .Grid .Header { width: 25px; }

/**************************************************/
/* CHECKOUT                                 
/**************************************************/
.Checkout { padding-bottom: 30px; padding-top: 10px; padding-right: 10px; padding-left: 10px; text-align: left;margin-top:0px; }
.Checkout .Overview { font-size: 11px; color: black; padding-bottom: 20px; }
.Checkout .Or { font-weight: bold; font-size: 16px; color: #0099cc; font-family: arial; padding-right: 10px; padding-left: 10px; }
.Checkout .Steps { text-align: left; height: 25px; }
.Checkout .Steps .Passive { font-weight: bold; font-size: 11px; color: silver; margin-right: 10px; }
.Checkout .Steps .Active { font-weight: bold; font-size: 11px; color: #0099ff; margin-right: 10px;}
.Checkout .NextButton { }
.Checkout .BackLink { margin-top:50px; }

/**************************************************/
/* NOTIFICATION - PAYPAL & GOOGLE EXPRESS CHECKOUT
/**************************************************/
#Notification { margin-bottom:200px; }
#Notification .BackLink A:Link{ margin-left:10px; }
#Notification .BackLink A:Visited{ margin-left:10px; }
#Notification .BackLink A:Hover{ margin-left:10px; }
#Notification .Text { margin-left:10px; font-size:12px; font-weight:normal; font-family:Verdana; text-align:left; margin-bottom:10px;  margin-bottom:15px; }

/**************************************************/
/* POPUP WINDOW                                 
/**************************************************/
.PopupBody { text-align: center; margin-top: 0px; font-family: verdana,helvetica,sans-serif; font-size: 8pt; color: #666666; background-color: #ffffff; }
.Popup { background-color: #ffffff; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; }
.Popup .Header { background-color: #dcdcdc; margin-bottom: 20px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px; font-weight: bold; font-size: 10pt; text-transform: uppercase; font-family: Verdana; }
.Popup .Body { background-color: #ffffff; margin-bottom: 20px; min-height: 350px; }
.Popup .Footer { background-color: #ffffff; background-color: #dcdcdc; padding-top: 5px; padding-bottom: 10px; }

 /*Outermost DIV for thumbnail viewer*/
#thumbBox{position: absolute; left: 0; top: 0; width: auto; padding: 10px; padding-bottom: 0; background: #313131; visibility: hidden; z-index: 10; cursor: hand; cursor: pointer; }

 /*Footer DIV of thumbbox that contains "close" link */
#thumbBox .footerbar{ font: bold 16px Tahoma; letter-spacing: 5px; line-height: 1.1em; color: white; padding: 5px 0; text-align: right; }

/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{ background-color: white; }

 /*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading{ position: absolute; visibility: hidden; border: 1px solid black; background-color: #EFEFEF; padding: 5px; z-index: 5; }

#thumbFrame{ position: absolute; left: -300px; font:Arial; border: 0px; padding: 0px; visibility: hidden; z-index: 4;}
 
/**************************************************/
/*  SPECIALS Page 
/* Home page                                 
/**************************************************/
.Specials { 
	text-align: left; 
	margin-top: 30px; 
	margin-bottom: 0px; 

	}
.Specials .Title { color: #EDFFFF; font-size: 14px; margin-bottom: 5px; margin-top: 0px; background-color: #6074A6; font-family: Arial; padding-right: 10px; padding-left: 10px; font-weight: bold; padding-bottom: 10px; padding-top: 10px; }

/* Product item block 
.SpecialsItem,
.CategoryDetail*/
.BrandItem, .ProductListItem {
/*	position: relative; */
	height: 236px; 
	width: 148px; 
	vertical-align: top; 
	/*text-align: center;*/ 
	padding: 0px 10px; 
	margin: auto; 
/*	background-color: #CCCC99; 
	background: url(../Images/vert-dots.gif) right repeat-y; */
	/*border: 1px none #e5e5e5;*/
	border-bottom: 1px dashed #e5e5e5;
	}
.SpecialsItem {
	/* width: 155px; 
	border-right: 1px dashed #CCC;*/
	border: 1px none #e5e5e5;
/*	margin: 4px; */
}

/* Image block */
.SpecialsItem .Image,
.BrandItem .Image,
.CategoryDetail .ProductListItem .Image,
.CategorySearchDetail .ProductListItem .Image { 
	text-align: center; 
	/*z-index: 10;*/
	height: 110px;
	}
.SpecialsItem .DetailLink,
.BrandItem .DetailLink,
.CategoryDetail .ProductListItem .DetailLink,
.CrossSellItem .DetailLink,
.CategorySearchDetail .ProductListItem .DetailLink { 
	text-align: left;
	margin: 6px 0px; 
	font-size: 12px; 
	font-weight: normal; 
	height: 56px;
	}
.SpecialsItem .DetailLink A:link,
.BrandItem .DetailLink A:link,
.CategoryDetail .ProductListItem .DetailLink A:link,
.CrossSellItem .DetailLink A:link,
.CategorySearchDetail .ProductListItem .DetailLink A:link { 
	color:#333333; 
	text-decoration: none;  
	}
.SpecialsItem .DetailLink A:Visited,
.BrandItem .DetailLink A:Visited,
.CategoryDetail .ProductListItem .DetailLink A:Visited,
.CrossSellItem .DetailLink A:Visited,
.CategorySearchDetail .ProductListItem .DetailLink A:Visited { 
	/*color: #000;*/ 
	text-decoration: none; 
	}
.SpecialsItem .DetailLink A:Hover,
.BrandItem .DetailLink A:Hover,
.CategoryDetail .ProductListItem .DetailLink A:Hover,
.CrossSellItem .DetailLink A:Hover,
.CategorySearchDetail .ProductListItem .DetailLink A:Hover { 
	color: #eb008b; /* Pink */ 
	text-decoration: none; 
	}

/*.Price {
	text-align:center; 
	margin: auto;
	}*/

/* Default price block */
.SpecialsItem .Price,
.BrandItem .Price,
.CategoryDetail .ProductListItem .Price, 
.PriceContent .ProductPrice .Price,
.CategorySearchDetail .ProductListItem . Price { 
	text-align:left;
	/*color: #fff; 
	font-size: 18px;*/
	font-weight: bold; 
	width: 108px;
	border: 1px none gray;
	position: inherit;*/
	color: #eb008b; /* Pink */
	}

/* Non-sale price on its own */
.SpecialsItem .Price .Price,
.BrandItem .Price .Price,
/*.ProductList */.ProductListItem .Price .Price, 
.PriceContent .ProductPrice .Price .Price { 
	text-align:left;
	font-size: 24px;
	color: #eb008b; /* Pink */
	font-weight: bold;
	padding-top: 14px;
	/*background: #0c4ca3; 
	padding: 9px 4px;*/
	/*width: 100px;
	 */
	/*height: 18px;
	 */
	}
.PriceContent .ProductPrice .Price .Price { 
	text-align: left;
	}

/* Old Regular Price block */
.SpecialsItem .RegularPrice, 
.BrandItem .RegularPrice,  
/*.CategoryDetail */.ProductListItem .RegularPrice, 
.PriceContent .ProductPrice .RegularPrice/*,
.CategorySearchDetail .ProductListItem .RegularPrice*/ { 
	font-size: 11px; 
	color: #eb008b;
	font-weight: bold; 
	text-decoration: line-through; 
	text-align:left;
	/*background: #00adef;
	padding: 3px 4px 3px 4px;
	width: 100px;
	height: 14px;*/
	}
.PriceContent .ProductPrice .RegularPrice {
	text-align: left;
}

	/* Sale price block */
.SpecialsItem .SalePrice, 
.BrandItem .SalePrice, 
/*.CategoryDetail */.ProductListItem .SalePrice, 
.PriceContent .ProductPrice .SalePrice/*,
.CategorySearchDetail .ProductListItem .SalePrice*/ { 
	font-size: 24px;
	font-weight: bold; 
	color: #eb008b; 
	text-align:left;
	/*margin-top: -1px;
	background: #0c4ca3;*/ 
	/*padding: 9px 4px;*/
	/*width: 100px;*/
	/*height: 18px;
	 */
	}

.PriceContent .ProductPrice .SalePrice {
	text-align: left;
}

.ProductList {
	padding-top: 20px;
	}

/* BuyButton, ShortDescription, StarRating, CallforPrice */
.SpecialsItem .BuyButton,
.BrandItem .BuyButton,
.CategoryDetail .ProductListItem .BuyButton,
.CategorySearchDetail .ProductListItem .BuyButton { 
	display: none;
	margin-bottom: 10px; 
	margin-top:10px; 
	}
.SpecialsItem .ShortDescription,
.BrandItem .ShortDescription,
.CategoryDetail .ProductListItem .ShortDescription,
.CategorySearchDetail .ProductListItem .ShortDescription { 
	display: none;
	color: #333333;
	size: 12px;
	margin-bottom: 5px; 
	}
.SpecialsItem .StarRating,
.BrandItem .StarRating,
.CategoryDetail .ProductListItem .StarRating,
.CategorySearchDetail .ProductListItem .StarRating {
	display: none;
	text-align:left;
	margin-left:10px;
	}
.SpecialsItem .CallForPrice,
.BrandItem .CallForPrice,
.CategoryDetail .ProductListItem .CallForPrice,
.CategorySearchDetail .ProductListItem .CallForPrice { 
/*	display: none;
	margin-bottom: 5px; */
	margin-bottom: 0px; 
	}
/**************************************************/
/*  Featured Product - not required?                                
/**************************************************/
.Featured { text-align: left; margin-top: 0px; margin-bottom: 20px; }
.Featured .Title { color: #EDFFFF; font-size: 14px; margin-bottom: 5px; margin-top: 0px; background-color: #6074A6; font-family: Arial; padding-right: 10px; padding-left: 10px; font-weight: bold; padding-bottom: 10px; padding-top: 10px; }
.FeaturedItem {height:270px;width:145px; vertical-align: top; text-align: center; padding-right: 15px; padding-left: 15px; padding-bottom: 10px; padding-top: 10px; border-right: #eff3f6 8px solid; border-top: #eff3f6 8px solid; border-left: #eff3f6 8px solid; border-bottom: #eff3f6 8px solid; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; }
.FeaturedItem .Price { font-weight: bold; font-size: 10px;color: #cc6600; text-align:center; }
.FeaturedItem .rPrice { font-weight: bold; font-size: 10px; font-family: verdana,arial; color: #888888; text-decoration: line-through; }
.FeaturedItem .SalePrice { font-weight: bold; font-size: 10px;color: #cc6600; padding-top: 5px; }
.FeaturedItem .Image { margin-bottom: 5px; }
.FeaturedItem .BuyButton { margin-bottom: 10px; margin-top:10px; }
.FeaturedItem .ShortDescription { margin-bottom: 5px; }
.FeaturedItem .StarRating {text-align:left;margin-left:10px;}
.FeaturedItem .CallForPrice { margin-bottom: 5px; }
.FeaturedItem .DetailLink { margin-bottom: 5px; font-size: 12px; font-weight: bold; }
.FeaturedItem .DetailLink A:link { color: #666666; text-decoration: underline;  }
.FeaturedItem .DetailLink A:Visited { color: #666666; text-decoration: underline; }
.FeaturedItem .DetailLink A:Hover { color: #0000ff; text-decoration: underline; }

/**************************************************/
/*  Shop By Brand Page                                 
/**************************************************/
.Brand .Title { color: #EDFFFF; font-size: 14px; margin-bottom: 5px; margin-top: 0px; background-color: #6074A6; font-family: Arial; padding-right: 10px; padding-left: 10px; font-weight: bold; padding-bottom: 10px; padding-top: 10px; }

/* 
/* The following all hidden as they have been combined under SpecialItem
/*
/*
.BrandItem {
	height:180px;
	width:140px; 
	vertical-align: top; 
	text-align: center; 
	padding: 10px 10px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 5px; 
	background: #CCCC99; 
	background: url(../Images/vert-dots.gif) repeat-y;
	}

.BrandItem .Price { font-weight: bold; font-size: 10px;color: #cc6600; }
.BrandItem .rPrice { font-weight: bold; font-size: 10px; font-family: verdana,arial; color: #888888;text-decoration: line-through;}
.BrandItem .SalePrice { font-weight: bold; font-size: 10px;color: #cc6600; padding-top: 5px; }
.BrandItem .Image { margin-bottom: 10px; }
.BrandItem .ShortDescription { margin-bottom:5px; }
.BrandItem .CallForPrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }
/* Note sure why these were duplicated ...
.BrandItem .Price { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }
.BrandItem .rPrice { text-align: center; font-weight: bold; font-size: 11px; color: #666666; text-decoration: line-through; }
.BrandItem .SalePrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; padding-top: 5px; }
.BrandItem .Image { margin-bottom: 5px; }
.BrandItem .StarRating {text-align:left;margin-left:10px;}
.BrandItem .BuyButton { margin-top: 10px; margin-bottom:10px; }
.BrandItem .DetailLink { margin-bottom: 5px; margin-top:5px; font-size: 12px; font-weight: bold; }
.BrandItem .DetailLink A:link { color: #666666; text-decoration: underline;  }
.BrandItem .DetailLink A:Visited { color: #666666; text-decoration: underline; }
.BrandItem .DetailLink A:Hover { color: #0000ff; text-decoration: underline; }
*/
.Brand .Sorting .Label { font-weight: bold; margin-right: 5px; }
.Brand .Sorting select { font-size: 8pt; font-family: verdana; }
.BrandDetail .Paging { 
	text-align: right; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	font-size: 11px; 
	color: #444444; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	border-top-width: 1px; 
	border-top-color: #d3d3d3; 
	border-right-width: 1px; 
	border-right-color: #d3d3d3; 
	border-left-width: 1px; 
	border-left-color: #d3d3d3; 
	border-bottom-width: 1px; 
	border-bottom-color: #eb008b; /* Pink */ 
	}
.BrandDetail .NavigationStyle { 
	text-align: right; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	font-size: 11px; 
	color: #444444; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	border-top-width: 1px; 
	border-top-color: #d3d3d3; 
	border-right-width: 1px; 
	border-right-color: #d3d3d3; 
	border-left-width: 1px; 
	border-left-color: #d3d3d3; 
	border-bottom-width: 1px; 
	border-bottom-color: #eb008b; /* Pink */
	}

/**************************************************/
/*  Shop By Brand Navigation                                 
/**************************************************/
.BrandNavigation { 	
	margin-top: 15px;
 }
.BrandNavigation .Title { 
/*	font-size: 9pt; 
	color: #0c4ca3; 
	font-weight: bold; 
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	border-bottom: 1px solid #c5c5c5;*/
	}
.BrandTreeView { margin-bottom: 15px; padding-bottom: 5px; padding-left: 5px; }
.BrandTreeView A:link { text-decoration: underline; }
.BrandTreeView A:Visited { text-decoration: underline; }
.BrandTreeView A:Hover { text-decoration: underline; }
.BrandTreeView .TreeView { padding-left: 15px; }
.BrandTreeView .ParentNodeStyle {}
.BrandTreeView .HoverNodeStyle {color:#666666;}
.BrandTreeView .SelectedNodeStyle {}
.BrandTreeView .RootNodeStyle {}
.BrandTreeView .LeafNodeStyle {padding-left:3px;padding-bottom:5px;}
.BrandTreeView .NodeStyle { font-size: 8pt; font-family: Verdana; padding-bottom: 2px; padding-top: 2px; color: #7777a4; }
.BrandNavigation .DropDownList { 
	margin-bottom: 0px; 
	margin-left: 11px; 
	padding:0px; 
	font-weight: normal; 
	font-size: 8pt; 
	margin-top:7px; 
	margin-left: 10px; 
	}

/**************************************************/
/*  Price Page - not required                             
/**************************************************/
.Price { /*text-align: left; margin-top: 0px; margin-bottom: 20px;*/ }
.Price .Title { color: #EDFFFF; font-size: 14px; margin-bottom: 5px; margin-top: 0px; background-color: #6074A6; font-family: Arial; padding-right: 10px; padding-left: 10px; font-weight: bold; padding-bottom: 10px; padding-top: 10px; }
.PriceItem { height:270px;width:145px;vertical-align: top; text-align: center; padding-right: 15px; padding-left: 15px; padding-bottom: 10px; padding-top: 10px; border-right: #eff3f6 8px solid; border-top: #eff3f6 8px solid; border-left: #eff3f6 8px solid; border-bottom: #eff3f6 8px solid; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; }
.PriceItem .Price { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }
.PriceItem .rPrice { text-align: center; font-weight: bold; font-size: 11px; color: #666666; text-decoration: line-through; }
.PriceItem .SalePrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; padding-top: 5px; }
.PriceItem .Image { margin-bottom: 5px; }
.PriceItem .BuyButton { margin-bottom: 10px; margin-top:10px; }
.PriceItem .ShortDescription { margin-bottom: 5px; }
.PriceItem .StarRating {text-align:left;margin-left:10px;}
.PriceItem .CallForPrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }
.PriceItem .DetailLink { margin-bottom: 5px; font-size: 12px; font-weight: bold; }
.PriceItem .DetailLink A:link { color: #666666; text-decoration: underline;  }
.PriceItem .DetailLink A:Visited { color: #666666; text-decoration: underline; }
.PriceItem .DetailLink A:Hover { color: #0000ff; text-decoration: underline; }
.Price .Sorting .Label { font-weight: bold; margin-right: 5px; }
.Price .Sorting select { font-size: 8pt; font-family: verdana; }
.Price .Paging { text-align: right; margin-top: 15px; margin-bottom: 10px; font-size: 11px; color: #444444; padding-right: 5px; padding-left: 5px; padding-bottom: 3px; padding-top: 3px; border-top-width: 1px; border-top-color: #d3d3d3; border-right-width: 1px; border-right-color: #d3d3d3; border-left-width: 1px; border-left-color: #d3d3d3; border-bottom-width: 1px; border-bottom-color: #8e9fba; }
.Price .NavigationStyle { text-align: right; margin-top: 15px; margin-bottom: 10px; font-size: 11px; color: #444444; padding-right: 5px; padding-left: 5px; padding-bottom: 3px; padding-top: 3px; border-top-width: 1px; border-top-color: #d3d3d3; border-right-width: 1px; border-right-color: #d3d3d3; border-left-width: 1px; border-left-color: #d3d3d3; border-bottom-width: 1px; border-bottom-color: #8e9fba; }

/**************************************************/
/*  Cross Sell Related Item
/**************************************************/
.CrossSell { 
	width: 200px;
	margin: 0px; 
	border-top-width: 1px; 
	text-align: left; 
	}
.CrossSell .Title { color: #EDFFFF; font-size: 14px; margin-bottom: 5px; margin-top: 0px; background-color: #6074A6; font-family: Arial; padding-right: 10px; padding-left: 10px; font-weight: bold; padding-bottom: 10px; padding-top: 10px; }
.CrossSellItem { 
	vertical-align: top; 
	text-align: center; 
	padding-right: 9px; 
	padding-left: 9px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	border: #eff3f6 8px none; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 5px; 
	}
.CrossSellItem .CallForPrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }
.CrossSellItem .Price { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }
.CrossSellItem .rPrice { text-align: center; font-weight: bold; font-size: 11px; color: #666666; text-decoration: line-through; }
.CrossSellItem .SalePrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; padding-top: 5px; }
.CrossSellItem .Image { margin-bottom: 5px; border:0px; padding:0px; }
.CrossSellItem .ShortDescription { margin-bottom: 5px; }
.CrossSellItem .BuyButton { margin-top: 10px; margin-bottom:10px; }
/*.CrossSellItem .DetailLink { margin-bottom: 5px; margin-top:5px; font-size: 12px; font-weight: bold; }
.CrossSellItem .DetailLink A:link { color: #666666; text-decoration: underline; }
.CrossSellItem .DetailLink A:Visited { color: #666666; text-decoration: underline;  }
.CrossSellItem .DetailLink A:Hover { color: #0000ff; text-decoration: underline; }
*/

/**************************************************/
/* Wish List Grid
/**************************************************/
.WishList {}
.WishList .Grid { width:100%; }
.WishList .Grid .Header { font-weight: bold; font-size: 11px; color: white; background-color: #5d7b9d; }
.WishList .Grid .Row { font-weight: normal; font-size: 11px; color: #333333; background-color: #F7F6F3; }
.WishList .Grid .AlternatingRow { font-weight: normal; font-size: 11px; color: #284775; background-color: #ffffff; }
.WishList .Grid .Description { font-size: 11px; font-family: verdana; padding-top: 5px; }
.WishList .Grid .CallForPrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }

/**************************************************/
/* FORMS                                         
/**************************************************/
.Form {margin-bottom:10px;}
.FormTitle { 
	font-weight: bold; 
	font-size: 12px; 
	color: #7C7C7C; 
	background-color: #EAEBEB; 
	padding: 5px 30px; 
	border-bottom: #b4b4b4 1px solid; 
	}
.Form .Search { background-color: #f1f1f1; padding-right: 10px; padding-left: 10px; padding-bottom: 20px; padding-top: 10px; border-right: #b5b4b5 1px solid; border-top: #b5b4b5 1px solid; border-left: #b5b4b5 1px solid; border-bottom: #b5b4b5 1px solid; margin-top: 5px; margin-bottom: 5px; }
.Form .Asterix { color: red; }
.Form .HeaderStyle { font-weight: bold; font-size: 11px; background-color: #e6e6e6; color: #333333; margin-bottom: 5px; margin-top: 10px; padding-bottom: 3px; padding-top: 3px; padding-left: 5px; padding-right: 5px; }
.Form .Row { padding-bottom: 10px; }
.Form .FieldStyle { display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; text-align: right; margin-bottom: 10px; padding-right: 10px; padding-top:6px; }
.Form .ValueStyle {display:block; font-size: 11px; font-weight: normal; color: #333333; padding-bottom: 2px; padding-top: 2px; }
.Form .ValueField {padding-bottom:8px;padding-top:5px;}
.Form .SuccessMsg {color: Green; font-size: 13px;}
.Form .BackLink {color:#333333;font-size: 11px;text-decoration:underline;}
.Form .TextField {width:155px;margin-left:5px;}
.Form .HintStyle { 
	font-size: 10px; 
	font-weight: normal; 
	color: #333333; 
	padding-left: 10px; 
	border: #3399cc 1px none; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	background-color: #ffffcc; 
	margin-left: 10px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	}
.Form .Button { margin-top:10px;margin-left:5px;}
.Form .ForgetLink {margin-top:10px;}
.Form .RememberMe {padding-bottom:5px;}
.Form .Rightalign {padding-left:7px;margin-bottom:30px;}
.Or { font-weight: bold; font-size: 14px; color: #336699; font-family: arial; padding-right: 10px; padding-left: 10px; text-transform: uppercase; }
.Form .Link { padding-left:7px; font-weight: bold; font-size: 11px; color: #336699; font-family: arial; margin-bottom:5px; }
.AccessDenied {padding-bottom:20px;color:Red;font-weight:bold;}
.Loginpage, .ResetPasswordForm, .Form {
	padding: 0px 70px 40px 70px;
	}
.Loginpage h1 {
	border-bottom: 1px none black;
}

/* FORMS STYLE 
.ContentForm {padding-top:10px;padding-right:10px;padding-left:10px;border-right: 1px solid #ACBEF6;border-left: 1px solid #ACBEF6;}
.ContentForm A:Link {color:#0F9B97;}
.ContentForm A:Visited {color:#0F9B97;}*/

/**************************************************/
/* SITE MAP
/**************************************************/
.SiteMap {}
.SiteMap .ShoppingCartNavigation {padding-right:20px;margin:0px; border-right: #dddddd 1px solid;}
.SiteMap h5 {margin-left:15px;margin-top:0px;}

/**************************************************/
/* SHOPPING CART NAVIGATION                                 
/**************************************************/
.ShoppingCartNavigation { margin-bottom: 15px; padding-bottom: 5px; padding-left: 5px; }
.ShoppingCartNavigation .Title { color: black; font-weight: bold; padding-right: 10px; padding-left: 10px; font-size: 8pt;}
.ShoppingCartNavigation .TreeView { padding-left: 10px; }
.ShoppingCartNavigation .NodeStyle { font-weight: normal; font-size: 12px;padding-bottom: 2px; padding-top: 2px; }
.ShoppingCartNavigation .RootNodeStyle { font-weight: bold; color: #cb5d2a; font-size: 8pt; padding-bottom: 2px; padding-top: 5px; text-transform: capitalize; }
.ShoppingCartNavigation .RootNodeStyle A:Visited {color: #cb5d2a;}
.ShoppingCartNavigation .HoverNodeStyle { color: red; }
.ShoppingCartNavigation .ParentNodeStyle { }
.ShoppingCartNavigation .LeafNodeStyle { font-size: 11px; margin-bottom: 5px; padding-top: 1px; color: #7777a4; }
.ShoppingCartNavigation .LeafNodeStyle A:Visited {color: #7777a4;}
.ShoppingCartNavigation .SelectedNodeStyle { font-weight:bold; }

/*************************************************/
/* FORGOT PASSWORD
/*************************************************/
.ForgetPassword {font-family:Verdana;font-size:small;}
.ForgetPassword .Title {font-size: 11px; font-weight: bold; color: #4b4b4b; margin-left:10px;}
.ForgetPassword .InstructionTextStyle {font-style:italic; Color:Black }
.ForgetPassword .SucessTextStyle {padding-bottom:150px;}
.ForgetPassword .TextBoxStyle {font-size:0.8em;}
.ForgetPassword .TitleTextStyle {background-color:#5D7B9D;font-weight:bold;font-size:0.9em;Color:White;}
.ForgetPassword .SubmitButtonStyle {background-color:#FFFBFF; border:#CCCCCC 1px Solid; font-family:Verdana; font-size:0.8em; Color:#284775; }
.ForgetPassword .TableContentStyle { margin-left:10px; margin-top:10px;}
.ForgetPassword .ValueField {padding-bottom:7px;padding-top:5px; padding-left:10px;}
.ForgetPassword .FieldStyle {display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; text-align: right;padding-right:5px;margin-top:4px; }
.ForgetPassword .Button {padding-top: 5px; padding-bottom: 5px; color: #000000; font-size: 12px; font-weight: bold; background-color: #fed; border: 1px solid; border-top-color: #696; border-left-color: #696; border-right-color: #363; border-bottom-color: #363; margin-top: 10px; text-transform: uppercase; font-family: arial;}
.ForgetPassword .FailureText {text-align:left; color:Red; font-size:11px; }
.ForgetPassword .BackLink { margin-left:10px; margin-top:35px; }
.ForgetPassword .BackLink A:Link { margin-left:2px; }
.ForgetPassword .BackLink A:Visited{ margin-left:2px; }
.ForgetPassword .BackLink A:Hover{ margin-left:2px; }
.SuccessText {font-size: 10pt; font-weight: bold; margin-left:10px; }
.ContinueButton { margin-left:5px; }

/**************************************************/
/*  Product Hightlight
/**************************************************/
.Highlight { margin: 0px 0px 0px; border: 0px; text-align: left; }
.Highlight .HighlightName { font-size:11px; }
.HighlightItem { }
.HighlightItem .DetailLink { padding-top:15px; font-size: 12px; font-weight: bold; }
.HighlightItem .DetailLink A:link { color: #666666; text-decoration: underline; }
.HighlightItem .DetailLink A:Visited { color: #666666; text-decoration: underline;  }
.HighlightItem .DetailLink A:Hover { color: #0000ff; text-decoration: underline; }

/**************************************************/
/*  Product Review
/**************************************************/
.Review { 
	margin-left:10px;
	display: none;
	}
.Review .TitleStyle { font-size: 14px; font-weight:bold; font-family:Arial; padding:0px; color:#444444;}
.Review .AlignRight { text-align:right; }
.Review .ReviewItem { padding-top:10px; }
.Review .ReviewItem .Title { font-size:13px; font-weight:lighter; margin-top: 10px; margin-bottom: 10px; color: #444444; padding-right: 5px; padding-left: 0px; padding-bottom: 3px; padding-top: 3px; background-color: #eaebeb; border-left: #d3d3d3 1px solid; border-bottom: #8e9fba 1px solid; border-top-width: 1px; border-top-color: #d3d3d3; border-right-width: 1px; border-right-color: #d3d3d3;}
.Review .ReviewItem .Title .Subject { padding-left:10px; font-size: 13px; font-weight:bold; color:#000000; }
.Review .ReviewItem .Text { font-weight:bold;padding-top:5px; padding-bottom:5px;}
.Review .ReviewItem .Content { margin-top:5px; margin-bottom:5px; margin-left:10px; }
.Review .ReviewItem .Content .Row { margin-top:5px;  }
.Review .ReviewItem .Content .Row .FieldStyle { font-size:12px; color:#000000; font-weight:bold; margin-bottom:5px;  }
.Review .ReviewItem .Content .Row .ValueStyle { margin-left:10px; font-size:12px; color:#000000; margin-bottom:5px; }
.Review .Paging { margin-top:5px; margin-bottom:0px; text-align:right; }
.Review .Sorting { text-align:right; padding-top:7px; }
.Review .Link { font-size:12px; text-align:left; width:40%;  }
.Review .Link A:link { color: #666666; text-decoration: underline; }
.Review .Link A:Visited { color: #666666; text-decoration: underline;  }
.Review .Link A:Hover { color: #0000ff; text-decoration: underline; }
.Review .Spacer { margin-bottom:5px; }

/*************************************************/
/* Add product Review page style
/*************************************************/
.CustomerReview { 
	display: none;
	}
.CustomerReview .Container {background-color: #EFF3F6; margin-top:10px; padding-top:10px;  padding-left: 10px; width: 98%; margin-bottom: 10px; border-right: #d0e3ec 1px solid; border-top: #d0e3ec 1px solid; border-left: #d0e3ec 1px solid; border-bottom: #d0e3ec 1px solid; }
.CustomerReview .Container .Row { padding-bottom: 10px; }
.CustomerReview .Container .Row .FieldStyle{ vertical-align:top;display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; text-align: right; margin-bottom: 10px; padding-right: 10px; padding-top:6px; }
.CustomerReview .Container .Row .ValueStyle{  }
.CustomerReview .Container .Row .FailureText { }
.CustomerReview .Container .Spacer { margin-bottom:5px; }

/*************************************************/
/* Highlight tool Tip style
/*************************************************/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 200px;
font:Arial;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120,Strength=3);
}

#dhtmlframe { position: absolute; left: -300px; font:Arial; border: 0px; padding: 0px; visibility: hidden; z-index: 99;}

/*************************************************/
/*Modal Popup - product AddOn Description */
/*************************************************/
.modalPopup { background-color:#ffffff; border-width:5px; border-style:solid; border-color:black; width:350px;position:absolute;display:none;z-index:99999;	overflow:auto;}
.modalPopup .Description {margin-top:5px;margin-bottom:10px; margin-left:0px; margin-right:0px; padding-top:0px;padding-bottom:0px;padding-left:5px;padding-right:5px;text-align:justify;color: #7C7C7C;font-size: 10px;font-family: verdana; }
.modalPopup .FooterLink {text-decoration:Cursor;background-color:black;	color:White;text-align:right;padding-bottom:5px;padding-top:5px;padding-left:0px;padding-right:5px; cursor:pointer; }

/*************************************************/
/* Modal popup
/*************************************************/
.modalBackground {   background-color:gray;  filter:alpha(opacity=50); opacity:0.5; }
.PopupStyle { background-color:white; width:90%; margin:0px; padding:15px;  border:outset 2px gray; border-bottom-style:outset;	}

/**************************************************/
/* Update progress style - Quick Order page
/**************************************************/
.overlay {position: fixed;z-index: 99;top: 0px;left: 0px;background-color: #FFFFFF;width: 100%;height: 100%;filter: Alpha(Opacity=70);opacity: 0.70; -moz-opacity: 0.70; }
* html .overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px'); }
.loader { z-index: 100; position: fixed; width: 120px; margin-left: -60px; top: 50%; left: 50%; }
* html .loader { position: absolute; margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px'); }

/*************************************************/
/* Quick Order Page */
/*************************************************/
.QuickOrder {}
.QuickOrder .SearchGrid { width:100%;padding-bottom: 10px; margin-bottom:10px; }
.QuickOrder .SearchGrid .HeaderStyle {padding:4px 0px 4px 0px; font-weight: bold; font-size: 11px; color: white; background-color: #5d7b9d; }
.QuickOrder .SearchGrid .RowStyle { padding:4px 0px 4px 0px; vertical-align:middle; font-weight: normal; font-size: 11px; color: #333333; background-color: #F7F6F3; }
.QuickOrder .SearchGrid .AlternatingRowStyle { padding:4px 0px 4px 0px; vertical-align:middle; font-weight: normal; font-size: 11px; background-color: #ffffff; }
.QuickOrder .SearchGrid .FooterStyle { background-color: #5d7b9d; }
.QuickOrder .SearchGrid .PagerStyle { font-weight: bold; font-size: 11px; color: white; padding:0px; background-color: #5d7b9d; vertical-align:middle; }

.QuickOrder .ProductSearch .FieldStyle { white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; margin-bottom: 5px; padding-right: 10px; padding-top:6px; }
.QuickOrder .ProductSearch .ValueStyle { font-size: 11px; font-weight: normal; color: #333333; padding-bottom: 2px; padding-top: 2px; }
.QuickOrder .ProductSearch .ButtonStyle { vertical-align:bottom; font-size: 11px; font-weight: normal; color: #333333; padding-bottom: 2px; padding-top: 2px; }
.QuickOrder .ProductSearch .PagingField { text-align:center;  font-weight: bold; font-size: 11px; color: white; padding:4px 0px 4px 0px; background-color: #5d7b9d; vertical-align:middle; }
.QuickOrder .ProductSearch .PagingField a {text-decoration:none; color: white; padding-right:10px; }
.QuickOrder .ProductSearch .CloseLink { text-align:right; }
.QuickOrder .ProductSearch .CloseLink a {text-decoration:none; color: white; padding-right:10px; }

.QuickOrder .Grid {width:100%;padding-bottom: 10px; margin-bottom:10px; }
.QuickOrder .Grid .HeaderStyle { font-weight: bold; font-size: 11px; color: white; background-color: #5d7b9d; }
.QuickOrder .Grid .HeaderStyle td { padding:4px 0px 4px 2px; }
.QuickOrder .Grid .RowStyle { vertical-align:middle; font-weight: normal; font-size: 11px; color: #333333; background-color: #F7F6F3; }
.QuickOrder .Grid .RowStyle td { padding:4px 0px 4px 2px; }
.QuickOrder .Grid .AlternatingRowStyle { vertical-align:middle; font-weight: normal; font-size: 11px; background-color: #ffffff; }
.QuickOrder .Grid .AlternatingRowStyle td { padding:4px 0px 4px 2px; }
.QuickOrder .Grid .FooterStyle { }
.QuickOrder .Grid td { border-bottom: #5d7b9d 1px solid; vertical-align:middle;}
.QuickOrder .Grid a{text-decoration:none;color:#003399;}
.QuickOrder .Grid a:link{text-decoration:none;color:#003399;}
.QuickOrder .Grid a:hover{text-decoration:underline;color:#F60}
.QuickOrder .Grid a:visited{text-decoration:none;color:#003399;}
.QuickOrder .Grid .ProductName { font-size:11px; }
.QuickOrder .Grid .ProductStyle { font-size:11px; }
.QuickOrder .Grid .EditLink { margin:0px; margin-left:5px; vertical-align:middle; text-decoration:underline; }
.QuickOrder .Grid .EditLink A:Link{ text-decoration:underline; }
.QuickOrder .Grid .EditLink A:Hover{ text-decoration:underline; }
.QuickOrder .Grid .EditLink A:Visited{ text-decoration:underline; }
.QuickOrder .Grid .Attributes { }
.QuickOrder .Grid .Attributes .FieldStyle { font-size:10px; font-weight:bold; }
.QuickOrder .Grid .Attributes .ValueStyle { font-size:11px; margin-bottom:3px; }
.QuickOrder .Grid .Price { font-size:11px; margin:0px; }
.QuickOrder .SubmitButton { margin:0px; margin-bottom:15px; }
.QuickOrder .HintText { font-size:11px; margin-left:0px; margin-bottom:10px; }
.QuickOrder .TotalBox .CartTotals { margin-bottom: 10px; text-align: right; font-weight:bold; padding-right:12px; }
.QuickOrder .TotalBox .AddToCartButton { text-align:right;}
.QuickOrder .ProductDetail { width:100%; }
.QuickOrder .ProductDetail .OuterBorder { margin-top: 0px; margin-bottom: 20px; margin-left:5px; font-size: 8pt; border: #eff3f6 5px solid; vertical-align:top; padding:10px;}
.QuickOrder .ProductDetail .UpdateProgress {color:Black; background-color:#FAFEFE;padding:1px; padding-left:2px; margin-top:5px; border:1px solid #8ADAD8;width:90px; text-align:center;}
.QuickOrder .AttributeGrid .SizeGrid {background-color:#FAFEFE; width:auto; margin: 0px 0px 0px 0px; padding:1px;border-bottom:solid 1px #ACBEF6;}
.QuickOrder .AttributeGrid .SizeGrid .Title {letter-spacing:1px; background-color:#6175A6;color:white; border-bottom: solid 1px #6175A6;font: bold 11px Arial;padding-left:10px;padding-top:3px;padding-bottom:3px;}
.QuickOrder .AttributeGrid .SizeGrid .Legend {color: #7777a4;padding: 0px; margin: 0px;border-top: solid 1px #ACBEF6;}
.QuickOrder .AttributeGrid .SizeGrid .inStock { color: #7777a4; }
.QuickOrder .AttributeGrid .SizeGrid .outOfStock { color: #7777a4; }
.QuickOrder .AttributeGrid .SizeGrid .HeaderStyle { color:#7777a4;font-weight:normal;background-color:#FAFEFE;padding:0px;border-bottom: solid 1px #ACBEF6;}
.QuickOrder .AttributeGrid .SizeGrid .LeftColStyle {color:#7777a4;font-weight:normal;background-color:#FAFEFE;padding:3px;text-align:right;border-left:solid 1px #ACBEF6;}
.QuickOrder .AttributeGrid .SizeGrid .RowStyle { padding: 0px; background-color:#EAF6F6;color:#0F9B97;}
.QuickOrder .AttributeGrid .SizeGrid .RowStyle .HeaderStyle { border-bottom: none; border-right: none; }
.QuickOrder .AttributeGrid .SizeGrid td { border-right:solid 1px #ACBEF6;}
.QuickOrder .AttributeGrid .SizeGrid .HeaderStyle { text-align: center; width: 25px; }
.QuickOrder .AttributeGrid .SizeGrid .Header { width: 25px; }


/**************************************************/
/* RESET PASSWORD PAGE
/**************************************************/
.ResetPasswordForm { margin-bottom:10px;}
.ResetPasswordForm .LabelStyle { display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; text-align: right; padding:0px; padding-top:5px; padding-bottom:25px; padding-right:10px; }
.ResetPasswordForm .FieldStyle { display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b; text-align: right; padding:0px; padding-top:5px; padding-bottom:15px; padding-right:10px; }
.ResetPasswordForm .ValueStyle { font-size: 11px; font-weight: normal; color: #333333; padding-bottom:10px;}

/************************************************/
/*Highlight Information
/************************************************/
.HighlightInfo { padding-top:15px; padding-bottom:30px; }
.HighlightInfo .Description { padding-top:20px; padding-left:5px; }
.HighlightInfo .DetailLink { height:25px; margin-bottom: 5px; font-size: 11px; font-weight: bold; color:#7c7c7c; padding-left:5px;}
.HighlightInfo .DetailLink A:link { color:#7c7c7c; font-size:11px; font-family:Sans-Serif; text-decoration: underline; }
.HighlightInfo .DetailLink A:Visited { color:#7c7c7c; font-size:11px; font-family:Sans-Serif; text-decoration: underline;  }
.HighlightInfo .DetailLink A:Hover { color:#7c7c7c; font-size:11px; font-family:Sans-Serif; text-decoration: underline; }

/*************************************************/
/* Secondary Navigation Menu */
/*************************************************/

#SecStrip {
	margin: 0 40px;
	background-image:url('../Images/SecStrip-bg2.gif');
	background-repeat: no-repeat;
	width: 890px;
	height: 199px;
	clear: left;
	}

.SecNav {
	width: 184px;
	height: 199px;
	padding: 1px 0 0 7px;
}

.SecNav ul {
	left: 0px;
	margin: 0px 0;
	padding: 0px;
	width: 172px;
	/*height: 186px;*/
	background:#e5e5e5;
}

.SecNav li {
	padding: 0;
	margin: 0 0 -3px 0;
}

.SecNav img {
	padding: 0;
	margin: 0;
}

#SecNavMenu {
	float: left;
	margin-left: 0px
}

#SecNavMenu ul, #SecNavMenu li, #SecNavMenu a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}
 
#SecNavMenu ul {
	/*width:190px;*/
	border:1px solid #666;
	background:#e5e5e5;
	list-style:none;
}
 
#SecNavMenu li {
	list-style:none;
	position:relative;
	/*padding:1px;
	padding-left:0px;*/
	/*z-index:9;*/
	padding: 0;
	margin: 0 0 -3px 0;
}

#SecNavMenu li.submenu	{ 
	background: url('../Images/buttons/SecNav-btn.gif') no-repeat;
	height: 62px;
}		
	
#SecNavMenu li.submenu ul {
	/*position:absolute;
	top:0px;
	padding: 2px 10px;*/
}		

#SecNavMenu li.submenu>ul,#SecNavMenu li.submenu>span ul { 
	/*left:172px; 
	width: 120px;
	padding-bottom: 6px;
	z-index: 100;*/
	}
#SecNavMenu a {
	padding:0px;
	text-decoration:none;
	color:#eb008b;
	padding: 21px 10px 21px 34px;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	/*width:100%;  IE */
}
#SecNavMenu li.submenu:hover {background-position: left -62px;}
#SecNavMenu ul, #SecNavMenu li:hover ul ul {display:none;}
#SecNavMenu li:hover ul, #SecNavMenu li:hover li:hover ul {display:block;}		
#SecNavMenu ul li a, #SecNavMenu ul li a:hover {
	color:#000;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 0;
}	
#SecNavMenu ul li a:hover {color: #eb008b;}

.MainImage {
display: ;
}
	
	
.recaptchatable #recaptcha_response_field
{
	position: absolute;
	left: 0px;
}


