﻿/***********************************************************/
/*	ZNode Multifront Stylesheet
/*	Copyright 2004-2010, www.WebApp.com, All Rights Reserved.
/***********************************************************/

/**************************************************/
/* GLOBAL                                  
/**************************************************/
Body
{
    font-family: verdana,helvetica,sans-serif;
    font-size: 8pt; 
    text-align:left;
    color:#000;
    margin-top:7px;
}

/**************************************************/
/* GLOBAL STYLES                                 
/**************************************************/
h1, h2, h3, h4 {color: #333333;}
h1 {margin-left:0px; font-family: Tahoma ;font-weight:normal; padding-left:10px; background-color:#f5f5f5; font-size:20px; height:32px; color:#333333; margin-top:0px; padding-top:5px;}
h2 { font-size: 16px; margin-bottom: 5px; }
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; }
p { font-size: 10pt; color: #00486e;}
big { font-size: 10pt; }
small { font-size: 7pt; }
.Error { font-weight: bold; color: #ff0000; font-size: 12px; margin-bottom: 5px; margin-top: 5px; }
.FailureText {color:Red; font-weight:bold; font-size:large;}
.Success{ font-weight: bold; color: Green; font-size: 13px;  white-space:pre; background-image: url(../Images/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/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;}
h1.CategoryTitle { padding:5px 0px 0px 10px;font-family: Tahoma ;font-weight:normal;background-color:#f5f5f5; font-size:20px; height:32px; color:#333333; margin-top:0px;margin-bottom:10px;}
h1.ProductTitle { font-size:28px; color:#60AF3A; background:none; padding-left: 0px; padding-bottom: 0px; margin-bottom:0px;height:auto;}
/**************************************************/
/* COMMON STYLES                                 
/**************************************************/

.Title {font-family:Arial;font-size:11px;color:#6f6f6e;}
.PageTitle {padding:5px 0px 0px 10px;font-family: Tahoma ;font-weight:normal;background-color:#f5f5f5; font-size:20px; height:32px; color:#333333; margin-top:0px;margin-bottom:10px;}

a:link { color: #2a8c77; }
a:visited { color: #2a8c77; }
a img{ border:none; }

a.Button 
{
    color: #f2f2f2;background-color:#2a8c77; 
    font-style:normal;font-weight: bold;font-size: 7pt;
    display:inline-block;
    text-transform: uppercase;
    padding:5px 10px 5px 10px;
    vertical-align:middle;text-align:center;text-decoration:none;    
}

/**************************************************/
/* FORMS                                         
/**************************************************/
.Form {margin-bottom:10px; width:100%; color:#6f6f6e;}
.Form .Title {padding:5px 0px 0px 10px; font-weight:bold; height: 24px; font-size:16px; background-color:#EAEBEB;}
.FormTitle { font-weight: bold; font-size: 14px; color: #7C7C7C; background-color: #EAEBEB; padding-right: 10px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px; border-bottom: #b4b4b4 0px 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: #eaebeb;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; color: #7C7C7C;}
.Form .FieldStyle {display: block; white-space: nowrap; width:120px; white-space: nowrap; font-size: 12px; 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-right: #3399cc 1px solid; padding-right: 10px; border-top: #3399cc 1px solid; padding-bottom: 5px; border-left: #3399cc 1px solid; padding-top: 5px; border-bottom: #3399cc 1px solid; background-color: #ffffcc; margin-left: 10px; margin-top: 5px; margin-bottom: 5px; }
.Form .ChangePassword { margin-top:10px; margin-right:5px; border:none; height:19px; width:101px;}
.Form .EditContact { margin-top:10px; margin-right:5px; border:none; height:19px; width:101px;}
.Form .ForgetLink {margin-top:10px;}
.Form .RememberMe {padding-bottom:5px;}
.Form .Rightalign {padding-left:7px;margin-bottom:30px;}
.Form .LeftContent {float:left; width:160px; white-space:normal;vertical-align:middle;}
.Form .ReviewLeftContent {float:left; width:170px;}
.Form .ShoppingTotalContent {float:left; width:100px;}
.Form .RightContent {float:right;}
.Form .CouponContent {float:left; margin-top:10px; position:relative; vertical-align:middle; width:450px; text-align:left;}
.Form .Clear {clear:both;}
.Form .ContactUsButton { padding-left:10px; float:left; width:160px; white-space:normal;vertical-align:middle; }

.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; }
.Form A {text-decoration:underline;}
.Form .Button {text-decoration:none;}
.AccessDenied {padding-bottom:20px;color:Red;font-weight:bold;}
.Content { padding-top:10px;padding-bottom:10px;}
.RatingImage { padding-right:5px; vertical-align:middle; }

.Loginpage { padding-bottom:0px; padding-top:0px; font-family:Arial; margin-top:0px;}
.Loginpage .QuickSearchfield {float:left;margin-top:0px;}
.Loginpage .QuickSearchfield .Button {position:relative;top:5px; padding-right:5px;}
.Loginpage .BreadCrumb {background-position:Center;height:50px;}
.Loginpage .BreadCrumb .BreadCrumbLabel {padding-top:20px;margin-left:20px;}
.Loginpage .BreadCrumb A {color: #7C7C7C; text-decoration: none;}
.Loginpage .PromoText {position:relative;top:-26px; float:right; right:12px;font-family:Arial;font-size:x-small; text-align:right;}

/**************************************************/
/* PAGE SECTIONS                                  
/**************************************************/
#HomePageTab {height:41px; background-image: url(../Images/Home_tab.jpg); background-position:1px left; vertical-align:bottom; background-repeat: repeat-x; margin-left:-5px;margin-right:-8px; margin-top:-8px; }
#DefaultTab {margin-top:-1px; margin-left:-5px; vertical-align:bottom;}
#Container { width:975px;background:transperancy;margin:auto;}
#LeftColumn {float:left; width:180px; margin-top:5px;}
#LeftColumnHome {border:none; float:left; clear:left;width:240px; margin-top:5px;overflow:hidden;/* border:1px solid #eee;*/ padding: 1px; text-align:center;}
#SeperateColumn { }
#MiddleColumnHome { /*background:url(../images/seperator_bg.gif);*/ height:400px;  background-repeat:repeat-y; background-position:left center; float:right; width:100%;margin-bottom:50px; margin-top:0px;position:absolute;}
#MiddleColumn { background:url(../images/seperator_bg.gif); background-repeat:repeat-y; background-position:left center; float:left; width:780px;margin-bottom:50px;}
#MiddleColumn .Field { margin-top:5px; margin-bottom:5px; }
#MiddleColumn .FeaturedCategory { float:left; width:780px; }

/*************************************/
/* BreadCrumb
/*************************************/
#BreadCrumb .BreadCrumbLabel {margin-left:15px;padding-top:10px; padding-bottom: 10px;}
#BreadCrumb .PromoText {position:relative;top:-26px;right:12px;float:right;font-family:Arial;font-size:x-small; text-align:right;}
#BreadCrumb A:link { color: #7C7C7C; text-decoration: none;}
#BreadCrumb A:visited { color: #7C7C7C; text-decoration: none;}
#BreadCrumb A:hover { text-decoration: none; color: Black; }

/**************************************************/
/* Header Content
/**************************************************/
#Header {margin-bottom:10px;margin-top:10px;display:inline-block;}
#Header table {width:100%;}
#Logo {width:325px;float:left;}

#SiteLinks {width:1000px;float:left;margin-top:20px;margin-right:8px;}
#SiteLinks .Link {font-family:Arial;color:#2a8c77;font-size:13px;margin-left:4px; margin-right:5px;letter-spacing:0px;}
#SiteLinks .Link A:link {text-decoration:none;margin-right:2px;color:#2a8c77;}
#SiteLinks .Link A:visited {text-decoration:none;margin-right:2px;color:#2a8c77;}
#SiteLinks .Link A:hover {text-decoration:none;color:#1c705e;}
#SiteLinks .ReliasLink {font-family:Arial;color:#6f6f6e;font-size:13px;margin-left:200px;}
#SiteLinks .ReliasLink A:link {text-decoration:none;color:#60AF3A;}
#SiteLinks .ReliasLink A:visited {text-decoration:none;color:#60AF3A;}
#SiteLinks .RelisaLink A:hover{text-decoration:none;color:#66A643;}

.Button.orange{height:18px; background-color: #F3AD00; padding:2px 10px 0px 10px;margin:0 5px 5px -5px;position:relative; top:2px; background-color:#F3AD00;}

#CartItemCount {}
#CartItemCount .Button {height:20px;padding:0px 10px 0px 10px;margin:0px 5px 0px 5px;position:relative;bottom:1px;}
#CartItemCount .Text {position:relative;top:3px;}

.LoginText {font-family:Arial;color: #71C75C;margin-right:2px; margin-bottom:0px; padding-right:0px; text-decoration:none; font-size:14px; height:30px; font-weight:bold;}
.LoginName .Login {font-family:Arial; color:#71C75C; text-decoration:none;font-size:14px;position:relative; float:right;}
.RightTopcontent {width:300px; float:right;text-align:right; margin-right: 40px;}
.CustomerServiceLinks {width:325px; float:left;color:#333333;margin-left:5px;margin-top:0px;text-align:center;}
.CustomerServiceLinks img {vertical-align:middle;border:none;}
.CustomerServiceLinksText {font-family:Arial;font-size:12px;vertical-align:middle;margin-right:3px;}
.HomePromoContent {position:relative;left:-4px;margin-right:10px;}

/******************************/
/* Footer Content
/******************************/
#FooterContent {clear:left;width:967px; text-align:left;height:95px;background-color: #E2E3E5;background-position:left;background-repeat:no-repeat; }

#FooterContent #NewsLetterSignUp { width:180px; float:left; margin-left:8px; margin-top:15px;}
#FooterContent #NewsLetterSignUp .ValueStyle { display:block; font-size: 11px; font-weight: normal; color: #333333; padding-bottom: 2px; padding-top: 5px; }
#FooterContent #NewsLetterSignUp .ImageButton {vertical-align:middle;padding-left:3px; padding-bottom:5px; }
#FooterContent #NewsLetterSignUp img {vertical-align:bottom;}

#FooterContent #FooterCard { margin:0px; float:left;margin:10px 0 0 5px;}
#FooterContent #FooterCard .Title { margin-bottom:5px;}
#FooterContent #FooterCard img {vertical-align:middle;margin-right:5px;}

#FooterContent #FooterShipping { width:150px; margin:0px; margin-top:15px; float:left;  position:relative; left:0px; bottom:0px;}
#FooterContent #FooterShipping .Title { margin-bottom:5px;}
#FooterContent #FooterShipping img { vertical-align:middle;margin-right:5px;}

#FooterCopyRight { background-color: #E2E3E5; text-align:center; margin:0px; float: left; right:410px; top:70px; width: 967px; padding-bottom: 10px; }

#FooterContent #FooterSecured { margin:30px 50px 0 0; float:right;}
#FooterContent #FooterSecured .Title { margin-bottom:5px;}
#FooterContent #FooterSecured img { vertical-align:middle;margin-right:5px;}

#Footer { background-color: #E2E3E5; width: 967px; padding-bottom: 10px; padding-top: 5px; margin-bottom: 30px; margin-top:10px;}

#Footer .FooterLinks {text-transform:capitalize;font-size:12px;font-family:Arial;margin-left:15px;}
#Footer .FooterLinks .Link {color: #6f6f6e; margin-left:5px; margin-right:4px;letter-spacing:0.3px;}
#Footer .FooterLinks .Link A:link { margin-right:2px; }
#Footer .FooterLinks .Link A:visited { margin-right:2px; }

#Footer p {text-transform:none;font-size:11px;font-family:Arial;margin-left:10px;margin-right:10px;color: #6f6f6e;letter-spacing:0.3px;word-spacing:1px;}

/**************************************************/
/* CONTENT PAGE SECTIONS                            
/**************************************************/
.ContentPage { color:#646464; font-size:11px; margin-top:-10px;}
.ContentPage .PageTitle {padding-left:0px;}
.ContentPage .SubTitle{margin-top:10px;}

/**************************************************/
/* HOME QUICK SEARCH                                 
/**************************************************/
#HomepageStyle {}
#HomepageStyle .HomePagePromo {float:right;position:relative; margin-right:6px;margin-top:7px;padding-bottom:10px;padding-top:10px; width:700px;}
#HomepageStyle .HomePagePromo img {width:680px;height:350px;}
#HomepageStyle .HomePagePromoRightTop {float:left;}
#HomepageStyle .HomePagePromoRightBottom {float:left;clear:none; padding-top:25px;}
#HomepageStyle .HomePageSpecials {}
#HomepageStyle .horizontalline {border-top:1px solid silver;margin-bottom:10px;}
#HomeQuickSearch {margin-top:2px;margin-bottom:0px;}
.WaterMark {font-size:12px;font-family:Arial;font-style:italic;color: #6f6f6e;margin-top:10px;}
#HomeQuickSearch .TextBox {font-size:12px;font-family:Arial;color: #6f6f6e;margin-top:10px;}
.SearchButton {position:relative;top:5px;} 
#HomepageStyle .HomeSpecialsBG  {font-family:Arial; font-size:x-small; background-repeat:no-repeat; background-position:center; vertical-align:middle;height:45px; left:15px; display:block;}
#HomepageStyle .HomeSpecialsBG .PromoSpecialText {position:relative; color:#00486E; top:2px;text-align:right; left:620px;}
/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer {display:block;position:relative;width:716px;height:350px;margin:0px;margin-right:8px;}
#SlideItMoo_banners_inner {position:relative ;overflow:hidden ;width:716px;height:350px;}
#SlideItMoo_banners_items {white-space:nowrap;display:block;position:relative;}
/* --------------------BANNER ROTATOR ENDS--------------------- */

/**************************************************/
/* MENU                                          
/**************************************************/
#Menu { background-color: #666666;font-size: 11px; color: white; font-family: Arial, Helvetica, sans-serif;text-align: left;font-weight: bold; text-transform: capitalize;}
#Menu .StaticMenuStyle {}
#Menu .StaticMenuItemStyle{font-size: 12px;color: white;font-weight: bold;text-transform: uppercase;padding:5px 6px 5px 6px;margin-left:1px;height:30px;}
#Menu .StaticHoverStyle {background-color: #666666; } 
#Menu .StaticSelectedStyle {background-color: #666666; }
#Menu .DynamicMenuStyle {z-index:100;}
#Menu .DynamicMenuItemStyle {z-index:100;background-color: #666666;height:28px;text-transform: uppercase;font-size: 10px;color: white; font-weight: bold; padding:5px 10px 5px 10px;border-top :dotted 1px #747686;}
#Menu .DynamicHoverStyle {background-color:#514E4E;} 
#Menu .DynamicSelectedStyle { }

/**************************************************/
/* CATEGORY TREEVIEW                                 
/**************************************************/
.CategoryTreeView { margin-bottom: 15px; padding-bottom: 5px; padding-left: 0px;clear:left;padding-top:5px;}
.CategoryTreeView .Rightarrow {color:#75BF4C;font-weight:bolder;font-size:14px;}
.CategoryTreeView .Title { text-transform:uppercase; font-size: 12px; font-weight:bold;color:#333333; padding:10px 10px 5px 0px;}
.CategoryTreeView .TreeView {}
.CategoryTreeView .NodeStyle {font-weight: normal; white-space:normal !important; font-size : 10pt;font-family: Arial;padding:2px 2px 2px 0px;color: #5C5C5C;}
.CategoryTreeView .HoverNodeStyle {color: #333333;}
.CategoryTreeView .SelectedNodeStyle { font-weight: bold; }

/************************************************/
/* Product Tagging
/************************************************/
.ProductTagging { text-align: left; margin-top: 0px; margin-bottom:25px; }
.ProductTagging .Title {word-spacing:1px;text-transform:uppercase; font-size: 12px; font-weight:bold;color: #333333; padding:10px 10px 5px 0px;}
.ProductTagging .ValueStyle {padding-bottom:5px;padding-top:5px;padding-left:0px;margin-left:5px;margin-bottom:5px;}
.ProductTagging .DynamicValueStyle {padding-bottom:0px;padding-left:0px;width:150px;}
/* DROPDOWNLIST */
.ProductTagging .dropdownText { margin-right:10px; font-family: Arial;font-size:11px;width:140px;height:20px; color:#333311;border:1px solid #B7B7B7;}
/* Links Control */
.ProductTagging .LinksTitle {text-transform:uppercase;color: #cb5d2a;font-size:11px;margin-bottom:0px;margin-left:5px;font-family: Arial;font-weight:bold;}
.ProductTagging .linkBtnTagText {text-transform:none;text-decoration:none; color: #3a6ea5;font-size:11px;font-weight:normal;font-family: verdana;padding-left:5px;}
.ProductTagging .linkBtnTagTextSelected {text-transform:capitalize;text-decoration:none; color: #3a6ea5;font-size:11px;font-weight:bold;font-family: verdana;padding-left:5px; }
/* RADIOBUTTON Control */
.ProductTagging .RadioButton {font-weight: normal;font-size: 8pt;font-family: verdana;padding-bottom: 2px;padding-top: 2px;color: #3a6ea5;padding-left: 2px;padding-right: 2px;}
.ProductTagging .RadioButtonListTitle {text-transform:uppercase;color: #cb5d2a;font-size:11px;font-weight:bold;font-family: verdana;margin-left:5px;}
/* Icons Control */
.ProductTagging .IconsTitle {text-transform:uppercase;color: #cb5d2a;font-size:11px;font-weight:bold;font-family: verdana;margin-left:5px;}

.ProductTagging .SelectedTagText {  color:black; margin-left:5px;font-size:7pt;}
.ProductTagging .SelectedTagValue {  color:#555555; margin-left:5px; font-size:7pt;display:inline-block;}

/**************************************************/
/* SPECIALS TREEVIEW                                 
/**************************************************/
.SpecialsTreeView { margin-bottom: 15px; padding-bottom: 5px; padding-left: 0px;}
.SpecialsTreeView .Title { text-transform:uppercase; color: #333333; font-weight: bold; padding-right: 10px; padding-left:0px; padding-bottom: 5px; padding-top: 10px; font-size: 12px; font-family: Tahoma; }
.SpecialsTreeView .TreeView { padding-left: 0px; }
.SpecialsTreeView .LeafNodeStyle { padding-left:0px;padding-bottom:5px;}
.SpecialsTreeView .NodeStyle { font-weight: normal; white-space:pre-wrap; font-size: 10pt; font-family: Arial; padding-bottom: 2px; padding-top: 2px; color: #5C5C5C; padding-left: 0px; padding-right: 2px; }

/**************************************************/
/*  SPECIALS Page                                 
/**************************************************/
#Specials { text-align: left;}
#Specials .Title {font-size:26px;color: #6f6f6e;font-family:Times New Roman;letter-spacing:0px;margin:0px 0px 10px 0px;padding-top:10px;}
#Specials .SpecialItem 
{
    text-align:left;width:210px;height:auto;min-height:270px;margin:3px 5px 0px 5px;padding:0px 3px 10px 3px; 
    background-image:url(../images/line_seperator.gif);background-repeat:no-repeat;background-position:right center;
}
#Specials .SpecialItem .DetailLink {width:200px; font-family:Arial;font-weight:normal;color:#313131;font-size:13pt;margin-right:5px; min-height:37px; height:auto; display:inline-block;}
#Specials .SpecialItem .DetailLink A:link { text-decoration: none;}
#Specials .SpecialItem .DetailLink A:Visited { text-decoration: none;}
#Specials .SpecialItem .DetailLink A:Hover { text-decoration: none;}
#Specials .SpecialItem .ShortDescription { float:right; }
#Specials .SpecialItem .Image {height:177px; margin-bottom:0px;text-align:center;vertical-align:text-bottom; }
#Specials .SpecialItem .StarRating {font-family:Arial;font-weight:normal;color:#313131; font-size:9pt;text-align:left;margin-left:0px;}
#Specials .SpecialItem .BuyButton { margin-bottom:0px; margin-top:5px;}
#Specials .ItemStyle {vertical-align:top;}
#Specials .SpecialItem .Price {margin-bottom:2px; font-weight: normal; font-size: 17px;color: #df7228; text-align:left; }
#Specials .SpecialItem .RegularPrice { font-weight: normal; font-size: 18px; font-family: verdana,arial; color: #df7228; text-decoration: line-through; }
#Specials .SpecialItem .SalePrice { font-weight: normal; font-size: 18px;color: #df7228; padding-top: 5px; }
#Specials .SpecialItem .CallForPrice { margin-bottom: 5px; }
/* --------------------BANNER ROTATOR---------------------*/
#Specials #SlideItMoo_outer {position:relative;margin-left:5px;bottom:10px;margin-right:0px;margin-top:7px;margin-bottom:10px;}
#Specials #SlideItMoo_outer .SlideItMoo_forward,
#Specials #SlideItMoo_outer .SlideItMoo_back{position:absolute;cursor:pointer;width:25px;height:240px;top:15px;right:30px;background:url(../images/RightScroll.gif) no-repeat center;} 
#Specials #SlideItMoo_outer .SlideItMoo_back {left:-15px;background:url(../images/LeftScroll.gif) no-repeat center;}
#Specials #SlideItMoo_inner{width:100%;overflow:hidden;margin:0px 0px 0px 10px;padding:10px 0px 10px 0px;}
#Specials #SlideItMoo_items div.SlideItMoo_element {float:left;clear:right;}

/**************************************************/
/* Product Dynamic Attributes/AddOns Style
/**************************************************/
#Attributes .Option {margin-bottom:5px;text-align:right;text-transform:uppercase;font-family: Arial;}
#Attributes .OptionLabel {padding-right:5px;}

#Add-Ons {text-transform:uppercase;font-family: Arial;} 

#Add-Ons .DropDownOption{margin-bottom:5px;}
#Add-Ons .DropDownTitle {padding-right:5px;}
#Add-Ons .DropDownValue {}

#Add-Ons .RadioButtonOption {margin-bottom:5px;}
#Add-Ons .RadioButtonTitle {color:#6074A6;font-size:12px;font-weight:bold;}
#Add-Ons .RadioButtonValue label {font-size:12px;text-transform:uppercase;}

#Add-Ons .CheckBoxOption {margin-bottom:5px;}
#Add-Ons .CheckBoxTitle {color:#6074A6;font-size:12px;font-weight:bold;}
#Add-Ons .CheckBoxValue label {font-size:12px;text-transform:uppercase;}

/**************************************************/
/* CATEGORY DETAIL                                 
/**************************************************/
.CategoryDetail { margin-bottom:20px; }
.CategoryDetail #FreeShipping {  }
.CategoryDetail h1{ margin-left:15px;}
.CategoryDetail .Description { margin:15px; color:#313131;}
.CategoryDetail .AlternateDescription { color:#313131; line-height:3; margin-left:15px}
.CategoryDetail #ProductListNavigation { height:39px; border-bottom:solid 1px #c0c0c0; }
/*---------Paging Style Starts---------*/
.CategoryDetail .TopPagingSection {  }
.CategoryDetail .Sorting { float:right; margin-top:10px;}
.CategoryDetail .Sorting .Label {color:#313131; font-weight: bold; font-size:10px; margin-right: 5px;}
.CategoryDetail .Sorting select { font-size: 8pt; font-family: verdana; }
.CategoryDetail .TopPaging { margin-right:10px; margin-top:10px; float:right; color:#313131;font-family:Arial;font-size:12px; }
.CategoryDetail .Paging { text-align:right;margin-right:10px;margin-bottom:10px;margin-top:10px; color:#313131;font-family:Arial;font-size:12px;}

/*--------Paging Button Style----------*/
.CategoryDetail .TopPaging .Button {padding:3px 15px 3px 15px;position:relative;bottom:2px;}
.CategoryDetail .Paging .Button {padding:3px 15px 3px 15px;position:relative;bottom:2px;}
.CategoryDetail .Pagingdropdown {border:#f5f5f5;color:#313131;font-family:Arial;font-size:12px;background-color:#f5f5f5;}
.CategoryDetail .SlashSeparator { margin-right:5px; margin-left:5px; }
.CategoryDetail .BottomPaging { height:39px; float:left;border-top:solid 1px #c0c0c0;border-bottom:solid 1px #c0c0c0; width:765px; padding-bottom:0px;display:block; text-align:right;}
.CategoryDetail .ActivePage   { color: #ffffff; background-color:#61AD40; text-align: center; padding:1px 5px 1px 5px; font-size: 13px; margin:0px 2px 0px 2px; font-weight:normal; text-decoration:none; }
.CategoryDetail .InactivePage { color: #7F7F7F; background-color:#ECECEC; text-align: center; padding:1px 5px 1px 5px; font-size: 13px; margin:0px 2px 0px 2px; font-weight:normal; text-decoration:none; }
.CategoryDetail .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; }
/*---------Paging Style Ends--------*/
.CategoryDetail .ProductList { text-align:left; margin-bottom:0px; margin-left:20px;}
.CategoryDetail .CategoryProductlist {float:left;}
.CategoryDetail .ProductListItem {vertical-align:top;text-align:left; width:230px; height:auto; display:inline-block; margin:0px 7px 7px 7px;}
.CategoryDetail .ProductListItem .GrayBorder {background-color:#D1D1D1; width:230px; height:1px; margin-top:5px;}
.CategoryDetail .ProductListItem .DetailLink { text-align:center; background-image:URL(../Images/coursetitlebackgnd.gif); margin-bottom:1px; font-family:Arial; font-weight:normal; border-bottom:2px;  color:#313131; font-size: 11pt; height:70px;width:95% ;display:inline-block; padding:5px; padding-right:15px;}
.CategoryDetail .ProductListItem .ShortDescription {font-size:8pt;font-family:Verdana,Helvetica,sans-serif;font-weight:normal;color:#313131;margin-top:3px;float:right;text-transform:uppercase;}
.CategoryDetail .ProductListItem .Image {height:200px;margin-top:2px; text-align:center;}
.CategoryDetail .ProductListItem .StarRating {color:#313131; font-size:8pt; vertical-align:top;} 
.CategoryDetail .ProductListItem .Price {font-weight: normal; font-size: 17px;color: #df7228; text-align:left;margin-bottom:5px;}
.CategoryDetail .ProductListItem .RegularPrice { font-weight: normal; font-size: 18px; font-family: verdana,arial; color: #df7228; text-decoration: line-through; }
.CategoryDetail .ProductListItem .SalePrice { font-weight: normal; font-size: 18px;color: #df7228; padding-top: 5px; }
/*--------View Button Style----------*/

.CategoryDetail .ProductListItem .CallForPrice {font-weight: normal; font-size: 18px;color: #df7228; text-align:left;margin-bottom:5px; }
.CategoryDetail .ProductList .Separator {padding-top:20px;}
.CategoryDetail .ProductList .ItemStyle {padding-top:2px;}
/*------------SubCategoryList Grid Style-------- */
.CategoryDetail .SubCategoryList { width:100%; padding:20px; margin-bottom:20px; margin-left:0px; margin-top: 15px;display:inline-block;}
.CategoryDetail .Title {padding:5px 0px 5px 5px;background-color: #F5F5F5;color: #6f6f6e;font-size: 25px;font-family:Times New Roman;letter-spacing:0px;margin-bottom:10px;margin-left:0px;}
.CategoryDetail .SubCategoryListItem {vertical-align:top;text-align:left; width:200px; margin:0px;}
.CategoryDetail .SubCategoryListItem .GrayBorder {background-color:#D1D1D1; width:160px; height:1px; margin-top:5px;}
.CategoryDetail .SubCategoryListItem .DetailLink {margin-bottom:1px; font-family:Arial; font-weight:normal; color:#313131; font-size: 13pt; height:35px;}
.CategoryDetail .SubCategoryListItem .ShortDescription {height:15px;font-size: 9pt;font-family:Arial;font-weight:normal;color:#313131;margin-top:3px;}
.CategoryDetail .SubCategoryListItem .Image {height:105px;margin-top:2px; text-align:center;}
.CategoryDetail .SubCategoryListItem .StarRating {color:#313131; font-size:8pt; vertical-align:top;} 
.CategoryDetail .SubCategoryListItem .Price { border:1px; font-weight: normal; font-size: 18px;color: #df7228; text-align:left;margin-bottom:5px;}
.CategoryDetail .SubCategoryListItem .RegularPrice { font-weight: normal; font-size: 18px; font-family: verdana,arial; color: #df7228; text-decoration: line-through; }
.CategoryDetail .SubCategoryListItem .SalePrice { font-weight: normal; font-size: 18px;color: #df7228; padding-top: 5px; }
.CategoryDetail .SubCategoryListItem .BuyButton { margin-bottom: 5px; margin-top:7px;padding-top:0px;}
.CategoryDetail .SubCategoryListItem .CallForPrice { margin-bottom: 5px; }
/*---------- SWATCHES ------------*/
.CategoryDetail .ProductListItem .ProductSwatches {height:15px; width:160px;margin-top:5px;}
.CategoryDetail .ProductListItem .ColorCaption {float:left;margin-top:4px;color:#848484;font-size: 10px;font-weight:bold; font-family: Arial;}
.CategoryDetail .ProductListItem .ProductViews .Swatches {cursor:pointer;text-align:right;float:right;margin-top:2px;}
.CategoryDetail .ProductListItem .ProductViews .Swatches .ItemStyle {padding-left:4px;padding-top:2px;}
.CategoryDetail .ProductListItem .SwatchImage {border:solid 1px #313131; cursor:pointer; text-align:center;height:10px;}

/**************************************************/
/* PRODUCT DETAIL                                 
/**************************************************/
#ProductDetail { margin-left:15px;font-family:Arial;color:#666666;}
#ProductDetail .Title {font-size:21pt; color:#6BB248;background-color:#ffffff;height:auto;}
#ProductDetail .Horizontalline {border-top:1px solid silver;margin:6px 0px 0px 0px;}
#ProductDetail .LeftContent {float:left;width:440px;margin-right:10px;}
#ProductDetail .RightContent {float:left;width:295px;margin-left:0px;background:url(../images/seperator_bg.gif); background-repeat:repeat-y; background-position:left top;}
#ProductDetail .Description {margin: 0px 0px 10px 0px;font-size:10pt; padding-right:10px;}
#ProductDetail .Label A {font-weight: normal;font-size:10pt;margin-right:5px;text-decoration:none;}
#ProductDetail .BrandLabel A {font-weight: normal;font-size:10pt;margin-right:5px;text-decoration:none; margin-bottom:0px;}
#ProductDetail .Image {margin-bottom:10px; text-align:center; padding:10px;}
#ProductDetail .Zoom {margin-bottom:20px; text-align: center; }
#ProductDetail .StarRating {margin-top:15px; margin-bottom:5px; margin-right:5px;}
#ProductDetail .StarRating A {text-decoration:none;}
#ProductDetail .StarRight {padding-left:0px; margin-top:0px; position:relative;}
#ProductDetail .Tabs {margin-top: 10px; margin-bottom:0px;  font-size: 8pt;padding-top:10px;}
#ProductDetail .OrderingOptions {text-transform:uppercase; text-align:right;margin-top:10px;}
#ProductDetail .Quantity {margin-right:0px;}
#ProductDetail .StockMsg {margin-top:10px;padding-left:180px; margin-bottom:5px;text-transform:capitalize; text-align:right; font-family:Arial; font-size:14px;}
#ProductDetail .InStockMsg {color:#60AF3A;}
#ProductDetail .OutOfStockMsg {color:#E54226;}
#ProductDetail .Price {font-weight: normal; font-size: 17px;color: #df7228; text-align:left;margin-bottom:5px;}
#ProductDetail .PriceContent {text-transform:capitalize;text-align:right;margin-left:285px;color: #df7228;}
#ProductDetail .RegularPrice { font-size: 17px; font-weight: normal; text-decoration: line-through; margin-right:1px;margin-left:2px;}
#ProductDetail .SalePrice {font-weight: normal; font-size: 17px;color: #df7228; text-align:left;margin-bottom:5px;}
#ProductDetail .CallForPriceMsg {font-size: 14px;font-weight:bold; color:#cb5d2a;}
#ProductDetail .AddToCartButton {margin-top:15px;text-align:right;}
#ProductDetail .AttributeDropDown { width:375px; height:20px; border:1px solid #B7B7B7; }
#ProductDetail .AddOnDropDown { width:136px; height:20px; border:1px solid #B7B7B7; }
#ProductDetail .AddOnTextBox { width:132px; height:16px; border:1px solid #B7B7B7; }
#ProductDetail .AddOnValidator { padding-right:10px; }
 /* ----------------IMAGE SLIDER STARTS------------- */
#ProductDetail #CatalogImage_outer {width:280px;margin:0px;background:#ffffff;overflow:hidden;position:relative;bottom:0px;right:9px;padding:0px}
#ProductDetail #CatalogImage_outer .SlideItMoo_forward,
#ProductDetail #CatalogImage_outer .SlideItMoo_back{display:block;position:absolute;cursor:pointer;width:24px;height:260px;bottom:0px;right:0px;background:url(../images/RightScroll.gif) no-repeat center;}
#ProductDetail #CatalogImage_outer .SlideItMoo_back {left:0px;background:url(../images/LeftScroll.gif) no-repeat center;}
#ProductDetail #CatalogImage_inner{width:270px;overflow:hidden;position:relative;left:25px;right:5px;margin:0px;padding:0px 0px 0px 0px; }
#ProductDetail #CatalogImage_items {display:block;position:relative;height:250px; width:270px; }
#ProductDetail #CatalogImage_items div.CatalogImage_element {width:270px;height:260px;display:block;position:relative;float:left;margin:0px 0px 0px 0px;font-size:11px;text-align:center;color:#FFFFFF;}
#ProductDetail #CatalogImage_items a {}
#ProductDetail #CatalogImage_items a img{ border:none; }

/* ----------------IMAGE SLIDER ENDS------------- */
/*---------- SWATCHES ------------*/
#ProductDetail .ProductSwatches {text-align:center;margin:10px 0px 20px 10px;height:20px;}
#ProductDetail .ProductSwatches .Text {float:left;margin:3px 20px 0px 30px;color:#848484;font-size: 10px;font-weight:bold; font-family: Arial;}
#ProductDetail .ProductSwatches .ProductViews .Swatches {}
#ProductDetail .ProductSwatches .ProductViews .Swatches .ItemStyle { padding-left:8px; padding-top:2px; padding-bottom:3px; vertical-align:top;}
#ProductDetail .ProductSwatches .SwatchImage {cursor:pointer;border:solid 1px #313131; cursor:pointer; text-align:center;height:15px;}
/* ----------SWATCHES ENDS ---------*/
/* ----------------AJAX TAB STYLE STARTS---------- */
	#ProductDetail #Tab .CustomTabStyle .ajax__tab_body {
		border-top: Solid 1px #c0c0c0;
		border-left: Solid 4px #c0c0c0;
		border-left: Solid 4px #c0c0c0;
		border-bottom: Solid 4px #c0c0c0;
		border-right: Solid 4px #c0c0c0;
		color: #666666;
		font-size: 10pt;
		height: 210px;
		width: 420px;
		color: #666666;
		font-size: 10pt;
		background-color: #ffffff;
		padding-top: 5px;
		padding-right: 13px;
		margin-top: 16px;
		width: 410px;
	}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url(../Images/Rplain.gif) right;height:38px;}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_inner {padding-left:4px;background:url(../Images/Lplain.gif);}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_tab { width:118px; height:22px;margin:0;background:url(../Images/mplain.gif) repeat-x; padding-top:10px; padding-left:10px; padding-right:10px;}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_hover { cursor:pointer; }
#ProductDetail #Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_outer { padding-right:4px;background:url(../Images/Rplain.gif) right; background-position:top right;}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_inner { padding-left:4px;background:url(../Images/Lplain.gif);}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_tab { height:22px;background:url(../Images/mplain.gif) repeat-x;}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(../Images/faright.gif) right; color:#666666;  background-position:top right;}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../Images/faleft.gif);color:#666666;}
#ProductDetail #Tab .CustomTabStyle .ajax__tab_active .ajax__tab_tab {height:22px;padding-bottom:-10px; background:url(../Images/famiddle.gif) repeat-x; color:#666666; font-weight:600;}
#ProductDetail #Tab .Features {margin:10px;}
#ProductDetail #Tab .Reviews {margin:10px;}
#ProductDetail #Tab .ShippingInfo {margin:10px;}
/* ----------------AJAX TAB STYLE ENDS----------------*/
#ProductDetail #RelatedTabs {margin-top:20px; margin-left:15px; vertical-align:text-bottom;}
#ProductDetail #RelatedTabs .RelatedProductTabStyle .ajax__tab_body {height:100px; width:273px; padding-top:5px; border-top:1px Solid #666666;}
#ProductDetail #RelatedTabs .RelatedProductTabStyle .ajax__tab_tab { height:19px;width:134px;font-size:10px; word-spacing:2px; padding-top:5px; font-family:Times New Roman;}
#ProductDetail #RelatedTabs .RelatedProductTabStyle .ajax__tab_hover { cursor:pointer; }
#ProductDetail #RelatedTabs .RelatedProductTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../Images/tab_grey_bg.gif) no-repeat; text-align:center; color:#ffffff;font-size:10px;word-spacing:0px;font-family:Times New Roman;}
/* ----------------AJAX RELATED TAB STYLE ENDS--------*/
#ProductDetail #DetailPageLink {clear:left;word-spacing:0.5px; color: #313131;font-size:12px; background:#f5f5f5; width:295px; height:190px;margin-left:1px;border-top:1px dotted #666;border-bottom:1px dotted #666; }
#ProductDetail #DetailPageLink #InternalLinks { float:left; margin-top:10px;margin-left:15px; }
#ProductDetail #DetailPageLink #InternalLinks .GiftImage { position:relative; left:5px; } 
#ProductDetail #DetailPageLink #InternalLinks .FriendImage { position:relative; left:3px; }
#ProductDetail #DetailPageLink #SocialLinks { float:right; margin-top:10px; margin-right:10px; margin-bottom:5px;margin-left:15px; }
#ProductDetail #DetailPageLink #SocialLinks .FBImage {position:relative;top:0px;right:0px;}
#ProductDetail #DetailPageLink #SocialLinks .TwitterImage {position:relative;top:0px;}
/* ----------------Cross Sell Related Item------------*/
#ProductDetail .CrossSellItem .Image { margin:0px; border:0px; padding:0px; }
#ProductDetail .CrossSell #CrossSellItems_outer {height:70px;overflow:hidden;position:relative;bottom:0px;right:0px;margin-top:5px;margin-left:5px; background:#ffffff; display:block;}
#ProductDetail .CrossSell #CrossSellItems_outer .SlideItMoo_forward,
#ProductDetail .CrossSell #CrossSellItems_outer .SlideItMoo_back{display:block;position:absolute; cursor:pointer;width:14px;height:50px;top:10px;bottom:0px;right:0px;background:url(../images/crossSell_RightScroll.gif) no-repeat center;}
#ProductDetail .CrossSell #CrossSellItems_outer .SlideItMoo_back {left:0px;background:url(../images/crossSell_LeftScroll.gif) no-repeat center;}
#ProductDetail .CrossSell #CrossSellItems_inner{overflow:hidden;position:relative;left:20px;margin:0px;padding:0px 5px 0px 5px;}
#ProductDetail .CrossSell #CrossSellItems {display:block;position:relative;}
#ProductDetail .CrossSell #CrossSellItems div.CrossSellItem {display:block;float:left;padding:0px 10px 0px 10px;font-size:11px;text-align:center;color:#FFFFFF;}
#ProductDetail .CrossSell #CrossSellItems .Image {text-align:center;margin:10px 0px 10px 0px;width:50px;height:50px;}
/* ---------------- Best Sellers ------------*/
#ProductDetail .BestSeller { overflow:hidden; }
#ProductDetail .BestSeller #BestSellers_outer {overflow:hidden; position:relative;padding: 9px 28px 0px 28px;}
#ProductDetail .BestSeller #BestSellers_Items div.BestSellerItem {display:block;float:left;padding:0px 10px 0px 10px;font-size:11px;text-align:center;color:#FFFFFF;}
#ProductDetail .BestSeller #BestSellers_Items .Image {text-align:center;margin:10px 0px 10px 0px;width:50px;height:50px;}
/* ---------------- Product Reviews ------------*/
#ProductDetail #Review { margin-left:10px; margin-right:0px; width:380px; color:#646464; font-size:12px; }
#ProductDetail #Review .TitleStyle { font-size: 12px; word-wrap: break-word; font-weight:bold; padding:0px; color:#646464;}
#ProductDetail #Review .AlignRight { text-align:right; }
#ProductDetail #Review .ItemStyle { }
#ProductDetail #Review .ReviewItem { padding-top:10px;  text-align:left; }
#ProductDetail #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;}
#ProductDetail #Review .ReviewItem .Title .Subject { padding-left:10px; font-size: 13px; font-weight:bold; color:#000000; }
#ProductDetail #Review .ReviewItem .Text { padding-top:5px; padding-bottom:5px;}
#ProductDetail #Review .ReviewItem .Content { margin-top:5px; margin-bottom:5px; margin-left:10px; color:#646464; }
#ProductDetail #Review .ReviewItem .StarRating { text-align:left; }
#ProductDetail #Review .ReviewItem .Content .Row { margin-top:5px; font-size:12px; color:#646464; text-align:left; }
#ProductDetail #Review .ReviewItem .Content .Row .FieldStyle { font-size:12px; color:#646464; font-weight:bold; margin-bottom:5px;  }
#ProductDetail #Review .ReviewItem .Content .Row .ValueStyle { margin-left:10px; font-size:12px; color:#646464; margin-bottom:5px; }
#ProductDetail #Review .Paging { margin-top:5px; margin-bottom:0px; text-align:right;  font-size:12px; color:#646464;}
#ProductDetail #Review .Sorting { text-align:right; padding-top:0px; color: #646464; font-size:12px; }
#ProductDetail #Review .Link { font-size:11px; text-align:left; width:40%;  }
#ProductDetail #Review .Spacer { margin-bottom:5px; }
/* ---------------- Bundle Product ------------*/
#ProductDetail #BundleProduct {margin-bottom:10px;}
#ProductDetail #BundleProduct .BundleProductlist {border:solid 2px #C0C0C0;}
#ProductDetail #BundleProduct .BundleProductlistItem {width:425px;}
#ProductDetail #BundleProduct .BundleProductlistItem .Title {font-size:18px;margin-bottom:5px;margin-top:5px;margin-left:5px;}
#ProductDetail #BundleProduct .BundleProductlistItem .ProductImage {float:left;width:100px;margin:0px 10px 10px 5px;text-align:center;}

/**************************************************/
/* SHOPPING CART                                 
/**************************************************/
.ShoppingCart {margin-bottom: 10px;background-color: white;}
#ie7css .ShoppingCart .CheckoutBox {margin-top:-5px;}
.ShoppingCart .CheckoutBox {margin-top:5px;vertical-align:middle; font-family:Arial; text-align: right; background-color: white; }
.ShoppingCart .CustomerService { font-weight: bold; font-size: 9pt; font-family:Arial; background-color: #FFFFFF;}
.ShoppingCart #HomeQuickSearch .Button {padding:0px;}
.ShoppingCart .BreadCrumb {background:url(../images/Shopping-Graphic_01B.jpg) no-repeat; background-position:right;height:50px;  padding-bottom:8px;}
.ShoppingCart .BreadCrumb .PromoText {position:relative;top:12px;text-align:right;right:12px;float:right;}
.ShoppingCart .Horizontal{float:left; width:100%; border-top:1px dotted #898989;margin: 0px 0px 5px 0px;}
.ShoppingCart .Grid {}
.ShoppingCart .Grid .Header{font-family:Arial; background-color: white; text-transform:uppercase; border-bottom: solid 1px #C0C0C0; font-weight: bold; font-size: 12px;color: #494949; }
.ShoppingCart .Grid .Row {font-weight: normal; font-size: 11px; color: #999999;background-color:white;border-bottom:solid 1px #DFDFDF; border-collapse:inherit;}
.ShoppingCart .Grid .Quantity { width: 60px; height: 25px; } 
.ShoppingCart .Grid .AlternatingRow {border-bottom:solid 1px #DFDFDF;margin-top:5px; font-weight: normal; font-size: 11px; color: #999999; background-color: #F5F5F5; padding-top: 20px;padding-bottom: 20px;}
.ShoppingCart .Grid .Row .RemoveItem, .ShoppingCart .Grid .AlternatingRow .RemoveItem{height:60px; padding-left:20px;}
.ShoppingCart .Grid .ProductName{ font-size: 12px; font-weight:bold; font-family:Arial; font-family: verdana; color: #494949;}
.ShoppingCart .Grid .Description { font-size: 12px; font-family: verdana; padding-top: 5px; }
.ShoppingCart .Grid a:link, .ShoppingCart .Grid a:visited {color: #494949; font-family:Arial; font-size: 15px;font-weight: bold; text-decoration:none;}
.ShoppingCart .Update { font-weight: normal; margin-top: 5px; }
.ShoppingCart .Quantity { width: 40px; height: 15px; }
.ShoppingCart .CartTotals { margin-bottom: 10px; text-align: right; }
.ShoppingCart .Apply {vertical-align:bottom;margin-top:45px; color:#757575; font-weight:bold;}
.ShoppingCart .TotalBox {text-align:right; color:#494949; display:block; height:40px;}
.ShoppingCart .TotalBox table{ float:right;}
.ShoppingCart .TotalBox td {width:122px; padding:3px;text-align:left; border-bottom: solid 1px #C0C0C0; background-color:White;}
.ShoppingCart .TotalBox tr {height:40px;}
.ShoppingCart .TotalBox .TotalValue {text-align:right; color:#494949}
.ShoppingCart .bold td{text-align:left; font-weight:bold;}
.ShoppingCart .ShipBy{text-align:left; font-weight:bold;color:#494949}
.ShoppingCart .CrossSellItem {border:2px solid #cccccc;height:auto;width:175px; text-align: center; padding-right: 5px; padding-left: 5px; padding-bottom: 0px; padding-top: 0px;margin-top: 10px; margin-bottom: 10px; margin-left: 0px;margin-right:18px; }
.ShoppingCart .TableContainer .TotalBox {width:100%}
.ShoppingCart .TableContainer .TotalBox .FieldValue{text-align:right; color:#494949; width:80px; padding-right:5px;}
.ShoppingCart .ShippingText{padding-bottom:20px; color:red}
.ShoppingCart .PromotionText{margin-top:-5px; color:red; float:left;} 
#ie7css .PromotionText{margin-top:13px; color:red; float:left;} 
.ShoppingCart .CartRelatedItem .ItemStyle {vertical-align:top; padding:0px; text-align:left; padding-bottom:5px;}
.ShoppingCart .Button {padding:5px 20px 5px 20px;}
.ShoppingCart .GrayButton {background-color:#a6670e;margin-right:5px;}

/**************************************************/
/* CART ITEM RELATED PRODUCTS GRID
/**************************************************/
#CartItemRelatedProducts { text-align: left;margin-bottom:50px;}
#CartItemRelatedProducts .Title {padding:5px 0px 5px 5px;background-color: #F5F5F5;color: #6f6f6e;font-size: 25px;font-family:Times New Roman;letter-spacing:0px;margin-bottom:10px;margin-left:0px;}
#CartItemRelatedProducts .CartRelatedItem 
{
    vertical-align:top;text-align:left;width:173px;height:190px;padding-left:5px; padding-right:7px;margin-right:5px;
    background-image:url(../images/line_seperator.gif);background-repeat:no-repeat;background-position:right center;
}
#CartItemRelatedProducts .CartRelatedItem .Price { font-weight: normal; font-size: 18px;color: #df7228; text-align:center; }
#CartItemRelatedProducts .CartRelatedItem .RegularPrice { font-weight: normal; font-size: 18px; font-family: verdana,arial; color: #df7228; text-decoration: line-through; }
#CartItemRelatedProducts .CartRelatedItem .SalePrice { font-weight: normal; font-size: 18px;color: #df7228; padding-top: 5px; }
#CartItemRelatedProducts .CartRelatedItem .CallForPrice { margin-bottom: 5px; }
#CartItemRelatedProducts .CartRelatedItem .DetailLink {height:37px;font-family:Arial;font-weight:normal;color:#313131; font-size: 13pt;}
#CartItemRelatedProducts .CartRelatedItem .ShortDescription {height:14px;font-size: 9pt;font-family:Arial;font-weight:normal;color:#313131;margin-top:3px;}
#CartItemRelatedProducts .CartRelatedItem .Image { height:100px; margin-bottom:0px;text-align:center;vertical-align:text-bottom; }
#CartItemRelatedProducts .CartRelatedItem .StarRating {font-family:Arial;font-weight:normal;color:#313131; font-size:9pt;text-align:left;margin-left:0px;}
/* --------------------SLIDER---------------------*/
#CartItemRelatedProducts #Cart_CrossSellItem_outer {position:relative;margin-left:5px;bottom:10px;margin-right:0px;margin-top:7px;}
#CartItemRelatedProducts #Cart_CrossSellItem_inner{width:100%;overflow:hidden;margin:0px 0px 0px 10px;padding:10px 0px 10px 0px;}
#CartItemRelatedProducts #Cart_CrossSellItem_items {}
#CartItemRelatedProducts #Cart_CrossSellItem_items div.Cart_CrossSellItem_element {float:left;clear:right;}

/*****************************************************/
/* Quick Watch page                            
/*****************************************************/
#Quickwatch { text-align:left;color:#666666;}
#Quickwatch #LeftElement {width:310px;float:left;background-image:url(../Images/quickwatch_separator.jpg);background-position:right;background-repeat:no-repeat;height:auto;}
#Quickwatch #RightElement {float:left;margin-left:5px;width:330px;}
#Quickwatch .ProductDetail { margin-left:0px;}
#Quickwatch .ProductDetail .Title {font-size:28px; color:#60AF3A;}
#Quickwatch .ProductDetail .Description { font-size:8pt; padding-top:0px;}
#Quickwatch .ProductDetail .ProductNum { font-size:8pt; margin-top:10px; }
#Quickwatch .ProductDetail .StarRating { margin-bottom:10px; margin-top:15px; }
#Quickwatch .ProductDetail .StarRight { padding-left:0px; margin-bottom:10px; position:relative;}
#Quickwatch .Tabs {margin-top:0px;}
#Quickwatch #RightElement .OrderingOptions {text-transform:uppercase;margin-top:5px; margin-bottom:5px;width:340px;text-align:right;}
#Quickwatch .Price {font-weight: normal; font-size: 15px;color: #df7228; text-align:left;margin-bottom:5px;}
#Quickwatch .PriceContent {text-transform:capitalize;text-align:right;color: #df7228;}
#Quickwatch .RegularPrice { font-size: 17px; font-weight: normal; text-decoration: line-through; margin-right:1px;margin-left:2px;}
#Quickwatch .SalePrice {font-weight: normal; font-size: 17px;color: #df7228; text-align:left;margin-bottom:5px;}
#Quickwatch .CallForPriceMsg {font-size: 14px;font-weight:bold; color:#cb5d2a;}
#Quickwatch .StockMsg {margin-top:10px;padding-left:180px; margin-bottom:5px;text-transform:capitalize; text-align:right; font-family:Arial; font-size:14px;}
#Quickwatch .InStockMsg {color:#60AF3A;}
#Quickwatch .OutOfStockMsg {color:#E54226;}
#Quickwatch .AddToCartButton {text-align:right;position:relative;left:15px;}
#Quickwatch .QuantityDropDown { font-family: Arial;font-size:11px;width:136px;height:20px; color:#999999;border:1px solid #B7B7B7; }
#Quickwatch .AttributeDropDown { font-family: Arial;font-size:11px;width:136px;height:20px; color:#999999;border:1px solid #B7B7B7; }
#Quickwatch .AddOnDropDown { font-family: Arial;font-size:11px;width:136px;height:20px; color:#999999;border:1px solid #B7B7B7; }
#Quickwatch .AddOnTextBox { font-family: Arial;font-size:11px; width:136px; height:20px; color:#999999; border:1px solid #B7B7B7; }
#Quickwatch .AddOnValidator { padding-right:10px; }
/* ----------------IMAGE SLIDER------------- */
#Quickwatch #CatalogImage_outer {width:280px;margin:0px;background:#ffffff;overflow:hidden;position:relative;bottom:0px;right:9px;padding:0px}
#Quickwatch #CatalogImage_outer .SlideItMoo_forward,
#Quickwatch #CatalogImage_outer .SlideItMoo_back{display:block;position:absolute;cursor:pointer;width:24px;height:260px;bottom:0px;right:0px;background:url(../images/RightScroll.gif) no-repeat center;}
#Quickwatch #CatalogImage_outer .SlideItMoo_back {left:0px;background:url(../images/LeftScroll.gif) no-repeat center;}
#Quickwatch #CatalogImage_inner{width:270px;overflow:hidden;position:relative;left:25px;right:5px;padding:0px 0px 0px 0px;margin:0px;}
#Quickwatch #CatalogImage_items {display:block;position:relative;height:250px;width:270px;}
#Quickwatch #CatalogImage_items div.CatalogImage_element {width:270px;height:260px;display:block;position:relative;float:left;margin:0px 0px 0px 0px;font-size:11px;text-align:center;color:#FFFFFF;}
#Quickwatch #CatalogImage_items a {}
#Quickwatch #CatalogImage_items a img{ border:none; }
/*---------- SWATCHES ------------*/
#Quickwatch .ProductSwatches { text-align:left;margin:10px 0px 20px 10px;height:20px;}
#Quickwatch .ProductSwatches .Text {float:left;margin:3px 10px 0px 20px;color:#848484;font-size: 10px;font-weight:bold; font-family: Arial;}
#Quickwatch .ProductSwatches .ProductViews .Swatches .ItemStyle {padding-left:8px;padding-top:2px;vertical-align:top;}
#Quickwatch .ProductSwatches .SwatchImage {cursor:pointer;border:solid 1px #313131; cursor:pointer; text-align:left;height:15px; }
/* ---------------- Details Page Link ----------------*/
#Quickwatch #DetailPageLink {height:64px;width:305px; word-spacing:0.5px; color: #313131;font-size:12px; background:#f5f5f5; height:190px;border-top:1px dotted #666;border-bottom:1px dotted #666; }
#Quickwatch #DetailPageLink #InternalLinks { float:left; margin-top:10px;margin-left:15px; }
#Quickwatch #DetailPageLink #InternalLinks .GiftImage { position:relative; left:5px; }
#Quickwatch #DetailPageLink #InternalLinks .FriendImage { position:relative; left:3px;}
#Quickwatch #DetailPageLink #SocialLinks { float:right; margin-top:10px; margin-right:10px; margin-bottom:5px;margin-left:15px; }
#Quickwatch #DetailPageLink #SocialLinks .FBImage {position:relative;top:0px;right:0px;}
#Quickwatch #DetailPageLink #SocialLinks .TwitterImage {position:relative;top:0px;}
/* ----------------AJAX RELATED TAB STYLE STARTS----------------*/
#Quickwatch #RelatedTabs { margin-top:20px; margin-left:0px;}
#Quickwatch #RelatedTabs .RelatedProductTabStyle .ajax__tab_body {height:100px; width:306px; border-top:1px Solid #666666;}
#Quickwatch #RelatedTabs .RelatedProductTabStyle .ajax__tab_tab {height:22px;width:137px;font-size:10px;word-spacing:2px;font-family:Times New Roman; padding-top:4px;}
#Quickwatch #RelatedTabs .RelatedProductTabStyle .ajax__tab_hover { cursor:pointer; }
#Quickwatch #RelatedTabs .RelatedProductTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../Images/tab_grey_bg.gif); background-repeat:repeat; color:#ffffff;font-size:10px;word-spacing:2px; font-family:Times New Roman;}
/* ----------------Cross Sell Related Item------------*/

#Quickwatch .CrossSellItem .Image { margin:0px; border:0px; padding:0px; }
#Quickwatch .CrossSell #CrossSellItems_outer {height:70px;overflow:hidden;position:relative;bottom:0px;right:0px;margin-top:5px;margin-left:5px; background:#ffffff; display:block; width: 290px !important;}
#Quickwatch .CrossSell #CrossSellItems_outer .SlideItMoo_forward,
#Quickwatch .CrossSell #CrossSellItems_outer .SlideItMoo_back{display:block;position:absolute; cursor:pointer;width:14px;height:50px;top:10px;bottom:0px;right:0px;background:url(../images/crossSell_RightScroll.gif) no-repeat center;}
#Quickwatch .CrossSell #CrossSellItems_outer .SlideItMoo_back {left:0px;background:url(../images/crossSell_LeftScroll.gif) no-repeat center;}
#Quickwatch .CrossSell #CrossSellItems_inner{overflow:hidden;position:relative;left:20px;margin:0px;padding: 0px 15px 0px 15px;} 
#Quickwatch .CrossSell #CrossSellItems {display:block;position:relative;width: 250px !important;}
#Quickwatch .CrossSell #CrossSellItems div.CrossSellItem {display:block;float:left;padding:0px 10px 0px 10px;font-size:11px;text-align:center;color:#FFFFFF;}
#Quickwatch .CrossSell #CrossSellItems .Image {text-align:center;margin:10px 6px 10px 0px;width:50px;height:50px;}
#Quickwatch .CrossSell #CrossSellItems a {}
#Quickwatch .CrossSell #CrossSellItems a img{ border:none; }
/* ---------------- Best Sellers ------------*/
#Quickwatch .BestSellerItem .Image { margin:0px; border:0px; padding:0px; }
#Quickwatch .BestSeller #BestSellers_outer {height:70px;margin-left:5px;margin-top:5px; overflow:hidden;position:relative;bottom:0px;right:0px;background:#ffffff; display:block; width: 290px !important;}
#Quickwatch .BestSeller #BestSellers_outer .SlideItMoo_forward,
#Quickwatch .BestSeller #BestSellers_outer .SlideItMoo_back{display:block;position:absolute; cursor:pointer;width:14px;height:50px;top:10px; right:0px;background:url(../images/crossSell_RightScroll.gif) no-repeat center;}
#Quickwatch .BestSeller #BestSellers_outer .SlideItMoo_back {left:0px;background:url(../images/crossSell_LeftScroll.gif) no-repeat center;}
#Quickwatch .BestSeller #BestSellers_inner { overflow:hidden;position:relative;left:20px;margin:0px;padding:0px 15px 0px 15px; width: 270px !important;}
#Quickwatch .BestSeller #BestSellers_Items {display:block;position:relative; width: 250px !important;}
#Quickwatch .BestSeller #BestSellers_Items div.BestSellerItem {display:block;float:left;padding:0px 10px 0px 10px;font-size:11px;text-align:center;color:#FFFFFF;}
#Quickwatch .BestSeller #BestSellers_Items .Image {text-align:center;margin:10px 6px 10px 0px;width:50px;height:50px;}
#Quickwatch .BestSeller #BestSellers_Items a {}
#Quickwatch .BestSeller #BestSellers_Items a img{ border:none; }
/* ----------------AJAX TAB STYLE----------------*/

#Quickwatch #Tab .CustomTabStyle .ajax__tab_body { height:150px;width:331px;*width:339px; border-top:Solid 1px #c0c0c0; border-left:Solid 4px #c0c0c0;border-left:Solid 4px #c0c0c0;border-bottom:Solid 4px #c0c0c0;border-right:Solid 4px #c0c0c0; color:#666666; font-size:10pt; color:#666666; font-size:10pt;background-color:#ffffff;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url(../Images/Rplain.gif) no-repeat right; background-position:top right;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_inner {padding-left:4px;background:url(../Images/Lplain.gif) no-repeat;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_tab { text-align:center; width:102px;padding:10px 0px 9px 0px;margin:0;background:url(../Images/mplain.gif) repeat-x;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_hover { cursor:pointer; }
#Quickwatch #Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_outer { padding-right:4px;background:url(../Images/Rplain.gif) no-repeat right; background-position:top right;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_inner { padding-left:4px;background:url(../Images/Lplain.gif) no-repeat;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_hover .ajax__tab_tab { background:url(../Images/mplain.gif) repeat-x;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(../Images/faright.gif) no-repeat right; color:#333311;  background-position:top right;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../Images/faleft.gif) no-repeat;color:#333311;}
#Quickwatch #Tab .CustomTabStyle .ajax__tab_active .ajax__tab_tab { background:url(../Images/famiddle.gif) repeat-x; color:#333311;}
#Quickwatch #Tab .Features { margin:10px 0px 10px 10px; }
#Quickwatch #Tab .Reviews { margin:10px 0px 10px 10px;}
#Quickwatch #Tab .ShippingInfo { margin:10px 0px 10px 10px;}
/* ---------------- Product Reviews ------------*/
#Quickwatch #Review { margin-left:10px; margin-right:0px; width:270px;color:#646464; font-size:12px; }
#Quickwatch #Review .ReviewList { width:200px;}
#Quickwatch #Review .TitleStyle { font-size: 11px; word-wrap: break-word; font-weight:bold; padding:0px; color:#646464;}
#Quickwatch #Review .AlignRight { text-align:right;}
#Quickwatch #Review .ReviewItem { padding-top:10px; text-align:left; }
#Quickwatch #Review .ItemStyle { width:265px; overflow:hidden; }
#Quickwatch #Review .ReviewItem .Title { font-size:13px; font-weight:lighter; margin-top: 10px; margin-bottom: 0px; color: #444444; padding-right: 5px; padding-left: 0px; padding-bottom: 3px; padding-top: 3px; }
#Quickwatch #Review .ReviewItem .Title .Subject { padding-left:0px; font-size: 13px; font-weight:bold; color:#000000; }
#Quickwatch #Review .ReviewItem .Text { padding-top:5px; padding-bottom:5px;}
#Quickwatch #Review .ReviewItem .Content { margin-top:0px; margin-bottom:5px; margin-left:0px; color:#646464; }
#Quickwatch #Review .ReviewItem .StarRating { text-align:left; }
#Quickwatch #Review .ReviewItem .Content .Row { margin-top:5px; font-size:12px; color:#646464; text-align:left; }
#Quickwatch #Review .ReviewItem .Content .Row .FieldStyle { font-size:12px; color:#646464; font-weight:bold; margin-bottom:5px;  }
#Quickwatch #Review .ReviewItem .Content .Row .ValueStyle { margin-left:10px; font-size:12px; color:#646464; margin-bottom:5px; }
#Quickwatch #Review .Paging { margin-top:5px; margin-bottom:0px; text-align:right;  font-size:12px; color:#646464;}
#Quickwatch #Review .Sorting {text-align:right;font-size:12px; }
#Quickwatch #Review .Link { font-size:11px; text-align:left; width:40%; }
#Quickwatch #Review .Spacer { margin-bottom:5px; }
#Quickwatch #Review .SortByDropdown { font-family: Arial;font-size:11px;width:100px;height:20px; color:#999999;border:1px solid #B7B7B7; }
/* ---------------- Bundle Product ------------*/
#Quickwatch #BundleProduct {margin-bottom:10px;width:340px;}
#Quickwatch #BundleProduct .PageTitle {background-color:#f5f5f5;height:25px;color:#333333;padding-bottom:5px;}
#Quickwatch #BundleProduct .BundleProductlist {border:solid 2px #C0C0C0;width:340px;}
#Quickwatch #BundleProduct .BundleProductlistItem {width:340px;}
#Quickwatch #BundleProduct .BundleProductlistItem .Title {color:#60AF3A;font-size:12px;margin-bottom:5px;margin-top:5px;margin-left:5px;}
#Quickwatch #BundleProduct .BundleProductlistItem .Description {display:none;}
#Quickwatch #BundleProduct .BundleProductlistItem .ProductImage {float:left;width:100px;margin:0px 5px 10px 5px;}

#Quickwatch #BundleProduct #Attributes .OptionLabel {font-size:12px;}
#Quickwatch #BundleProduct #Add-Ons {font-size:12px;}
#Quickwatch #BundleProduct #Add-Ons .RadioButtonOption {float:right;}
#Quickwatch #BundleProduct #Add-Ons .RadioButtonTitle {font-size:12px;}
#Quickwatch #BundleProduct #Add-Ons .RadioButtonValue label {font-size:12px;text-transform:uppercase;}
#Quickwatch #BundleProduct #Add-Ons .CheckBoxOption {float:right;}
#Quickwatch #BundleProduct #Add-Ons .CheckBoxTitle {font-size:12px;}
#Quickwatch #BundleProduct #Add-Ons .CheckBoxValue label {font-size:12px;text-transform:uppercase;}

/**************************************************/
/*  Recently Viewed Products Page                  
/**************************************************/
#RecentlyViewedProduct { font-family:Arial;background:#f5f5f5;display:block;margin-top:10px;margin-bottom:50px;}
#RecentlyViewedProduct .ItemBorder {margin:0px 7px 0px 10px; background-color:#D1D1D1; width:160px; height:1px;}
#RecentlyViewedProduct .RecentlyViewedItem {}
#RecentlyViewedProduct .CustomTitle { color: #333311; font-weight:bold; font-size: 10pt; background-color:#f5f5f5; width:165px;padding:7px 7px 5px 10px;}
#RecentlyViewedProduct .RegularPrice { text-align: center; font-weight: bold; font-size: 8pt; color: #666666; text-decoration: line-through; }
#RecentlyViewedProduct .SalePrice { text-align: center; font-weight: bold; font-size: 8pt; color: #cc6600; }
#RecentlyViewedProduct .NamePriceDetail {width:160px;height:24px;margin:5px 0px 10px 10px; font-size: 8pt; font-weight: bold; color:#333311; }
#RecentlyViewedProduct .NamePriceDetail .Name {margin-right:5px;}
#RecentlyViewedProduct .NamePriceDetail .Price { text-align: center; font-weight: bold; font-size: 8pt; color: #cc6600; background-color:#f5f5f5;}
#RecentlyViewedProduct .RelatedImage { border:0px; padding:0px; text-align:center;margin:5px 0px 5px 0px;}
/* ----------------IMAGE SLIDER STARTS-------------*/
#RecentlyViewed_outer {overflow:hidden;height:135px;background:#f5f5f5;position:relative;display:block;padding-bottom:52px;}
#RecentlyViewed_outer .slick-next {
	margin-right: 35px;
	margin-top: -24px;
}
#RecentlyViewed_outer .slick-prev { margin-left: 32px; margin-top:-24px;z-index:10;}
#RecentlyViewed_outer #RecentlyViewed_Items {margin-left:0px !important;} 
#RecentlyViewed_outer #RecentlyViewed_Items .slick-track { width:100%; }
#RecentlyViewed_outer #RecentlyViewed_Items div.RecentlyViewedItem {padding-bottom:10px;}
#RecentlyViewed_outer #RecentlyViewed_Items a {}
#RecentlyViewed_outer #RecentlyViewed_Items .Image {text-align:center;height:105px;width:100px;margin-left:40px !important;margin-top:2px;margin-bottom:2px;}
#RecentlyViewed_outer #RecentlyViewed_Items a img{margin:5px 0px 5px 0px;}
/* ----------------IMAGE SLIDER ENDS------------- */

/************************************************/
/* Shopping Cart Navigation						*/
/************************************************/
#NavigationCart {font-weight: bold; font-size: 10pt;color: #333311; font-family:Arial; background:#F5F5F5; display:block;width:180px;margin-bottom:50px;height:165px;}
#NavigationCart .GrayBorder { background-color:#D1D1D1; width:160px; height:1px;margin-left:10px;}
#NavigationCart .CallForPrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }
#NavigationCart .RegularPrice { text-align: center; font-weight: bold; font-size: 8pt; color: #666666; text-decoration: line-through; }
#NavigationCart .SalePrice { text-align: center; font-weight: bold; font-size: 8pt; color: #cc6600; }
#NavigationCart .Price { text-align: left; font-weight: bold; font-size: 8pt; color: #cc6600; margin:0px; padding:0px; }
#NavigationCart .ShortDescription { margin-bottom: 5px; }
#NavigationCart .Image { background:#f5f5f5; border:0px;text-align:left;}
#NavigationCart #NavCartHeader { margin:0px; padding:0px; }
#NavigationCart #NavCartHeader .MyCartTitle {float:left;clear:both; margin:5px 0px 5px 10px;text-align:left;} 
#NavigationCart #NavCartHeader .Total {margin:5px 0px 0px 10px;width:160px;font-weight:normal;color: #df7228;text-align:right; }
#NavigationCart .Detail {width:160px;height:22px;margin:2px 0px 7px 10px; font-size: 8pt; font-weight: bold; color:#333311;}
#NavigationCart .Detail .Name {margin-right:5px; }
#NavigationCart .BuyButton { margin:0px 0px 10px 10px;overflow:hidden;display:block; }
/* ----------------IMAGE SLIDER STARTS-------------*/
#NavigationCart_outer {overflow:hidden; width:180px;height:160px; background:#f5f5f5;display:block; position:relative;padding-bottom:5px;}
#NavigationCart_outer .slick-prev,
#NavigationCart_outer .slick-next {display:block;top:45px;right:10px; overflow:hidden;position:absolute;cursor:pointer; width:20px;height:20px}
#NavigationCart_outer .slick-prev {left:10px;z-index:10;}
#NavigationCart_outer #NavigationCart_Items {margin-left:0px !important;}
#NavigationCart_outer #NavigationCart_Items div.NavigationCartItem {}
#NavigationCart_outer #NavigationCart_Items .Image {text-align:center;height:105px;width:100px;margin-left:40px !important;margin-top:2px;margin-bottom:2px;}
#NavigationCart_outer #NavigationCart_Items a img{margin:5px 0px 5px 0px;}
/* ----------------IMAGE SLIDER STARTS-------------*/

/**************************************************/
/*  Shop By Brand Page                                 
/**************************************************/
.Brand { margin-bottom:20px; }
.Brand #FreeShipping {  }
.Brand h1{ margin-left:15px;}
.Brand .Description { margin:15px;}
.Brand #ProductListNavigation { height:39px; border-bottom:solid 1px #c0c0c0;margin-bottom:15px; }
/*---------Paging Style Starts---------*/
.Brand .TopPagingSection {  }
.Brand .Sorting { float:left; margin-top:10px;}
.Brand .Sorting .Label {color:#313131; font-weight: bold; font-size:10px; margin-right: 5px;}
.Brand .Sorting select { font-size: 8pt; font-family: verdana; }
.Brand .TopPaging { margin-right:10px; margin-top:10px; float:right; color:#313131;font-family:Arial;font-size:12px; }
.Brand .Paging { text-align:right;margin-right:10px;margin-bottom:10px;margin-top:10px; color:#313131;font-family:Arial;font-size:12px;}
.Brand .Previous { margin-right:5px;position:relative;top:3px;}
.Brand .Pagenumbers {margin-right:5px;position:relative;top:-1px;}
.Brand .Next { margin-left:5px; margin-right:10px;position:relative;top:3px; }
.Brand .Pagingdropdown {border:#f5f5f5;color:#313131;font-family:Arial;font-size:12px;background-color:#f5f5f5;}
.Brand .SlashSeparator { margin-right:5px; margin-left:5px; }
.Brand .BottomPaging { height:39px; float:left;border-top:solid 1px #c0c0c0;border-bottom:solid 1px #c0c0c0; width:765px; padding-bottom:0px;display:block; text-align:right;}
.Brand .ActivePage   { color: #ffffff; background-color:#61AD40; text-align: center; padding:1px 5px 1px 5px; font-size: 13px; margin:0px 2px 0px 2px; font-weight:normal; text-decoration:none; }
.Brand .InactivePage { color: #7F7F7F; background-color:#ECECEC; text-align: center; padding:1px 5px 1px 5px; font-size: 13px; margin:0px 2px 0px 2px; font-weight:normal; text-decoration:none; }
.Brand .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; }
/*---------Pagingn Style Ends--------*/
.Brand .ProductList{  text-align:left; margin-bottom:0px; margin-left:20px;}
.Brand .BrandProductlist {float:left;}
.Brand .BrandListItem {vertical-align:top;text-align:left; width:170px; height:auto; display:inline-block; margin:0px 7px 40px 7px;}
.Brand .BrandListItem .GrayBorder {background-color:#D1D1D1; width:160px; height:1px; margin-top:5px;}
.Brand .BrandListItem .DetailLink {margin-bottom:1px; font-family:Arial; font-weight:normal; color:#313131; font-size: 13pt; height:auto;display:inline-block;}
.Brand .BrandListItem .DetailLink A:link { color: #313131; text-decoration: none;  }
.Brand .BrandListItem .DetailLink A:Visited { color: #313131; text-decoration: none; }
.Brand .BrandListItem .DetailLink A:Hover { color: #313131; text-decoration: none; }
.Brand .BrandListItem .ShortDescription {height:15px;font-size: 9pt;font-family:Arial;font-weight:normal;color:#313131;margin-top:3px;}
.Brand .BrandListItem .Image {height:105px;margin-top:2px; text-align:center;}
.Brand .BrandListItem .StarRating {color:#313131; font-size:8pt; vertical-align:top;} 
.Brand .BrandListItem .Price { border:1px; font-weight: normal; font-size: 18px;color: #df7228; text-align:left;margin-bottom:5px;}
.Brand .BrandListItem .RegularPrice { font-weight: normal; font-size: 18px; font-family: verdana,arial; color: #df7228; text-decoration: line-through; }
.Brand .BrandListItem .SalePrice { font-weight: normal; font-size: 18px;color: #df7228; padding-top: 5px; }
.Brand .BrandListItem .BuyButton { margin-bottom: 5px; margin-top:7px;padding-top:0px;}
.Brand .BrandListItem .CallForPrice { margin-bottom: 5px; }
.Brand .BrandListItem .Separator {padding-top:20px;}
.Brand .BrandListItem .ItemStyle {padding-top:15px;}
/*---------- SWATCHES ------------*/
.Brand .BrandListItem .ProductSwatches {height:15px; width:160px;margin-top:5px;}
.Brand .BrandListItem .ColorCaption {float:left;margin-top:4px;color:#848484;font-size: 10px;font-weight:bold; font-family: Arial;}
.Brand .BrandListItem .ProductViews .Swatches {cursor:pointer;text-align:right;float:right;margin-top:2px;}
.Brand .BrandListItem .ProductViews .Swatches .ItemStyle {padding-left:4px;padding-top:2px;}
.Brand .BrandListItem .SwatchImage {border:solid 1px #313131; cursor:pointer; text-align:center;height:10px;}

/**************************************************/
/*  Shop By Price Page                                 
/**************************************************/
.Price { margin-bottom:20px; }
.Price #FreeShipping {  }
.Price h1{ margin-left:15px;}
.Price .Description { margin:15px;}
.Price #ProductListNavigation { height:39px; border-bottom:solid 1px #c0c0c0;margin-bottom:15px; }
/*---------Paging Style Starts---------*/
.Price .TopPagingSection {  }
.Price .Sorting { float:left; margin-top:10px;}
.Price .Sorting .Label {color:#313131; font-weight: bold; font-size:10px; margin-right: 5px;}
.Price .Sorting select { font-size: 8pt; font-family: verdana; }
.Price .TopPaging { margin-right:10px; margin-top:10px; float:right; color:#313131;font-family:Arial;font-size:12px; }
.Price .Paging { text-align:right;margin-right:10px;margin-bottom:10px;margin-top:10px; color:#313131;font-family:Arial;font-size:12px;}
.Price .Previous { margin-right:5px;position:relative;top:3px;}
.Price .Pagenumbers {margin-right:5px;position:relative;top:-1px;}
.Price .Next { margin-left:5px; margin-right:10px;position:relative;top:3px; }
.Price .Pagingdropdown {border:#f5f5f5;color:#313131;font-family:Arial;font-size:12px;background-color:#f5f5f5;}
.Price .SlashSeparator { margin-right:5px; margin-left:5px; }
.Price .BottomPaging { height:39px; float:left;border-top:solid 1px #c0c0c0;border-bottom:solid 1px #c0c0c0; width:765px; padding-bottom:0px;display:block; text-align:right;}
.Price .ActivePage   { color: #ffffff; background-color:#61AD40; text-align: center; padding:1px 5px 1px 5px; font-size: 13px; margin:0px 2px 0px 2px; font-weight:normal; text-decoration:none; }
.Price .InactivePage { color: #7F7F7F; background-color:#ECECEC; text-align: center; padding:1px 5px 1px 5px; font-size: 13px; margin:0px 2px 0px 2px; font-weight:normal; text-decoration:none; }
.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; }
/*---------Pagingn Style Ends--------*/
.Price .ProductList{  text-align:left; margin-bottom:0px; margin-left:20px;}
.Price .PriceProductlist {float:left;}
.Price .PriceListItem {vertical-align:top;text-align:left; width:170px; height:auto; display:inline-block; margin:0px 7px 40px 7px;}
.Price .PriceListItem .GrayBorder {background-color:#D1D1D1; width:160px; height:1px; margin-top:5px;}
.Price .PriceListItem .DetailLink {margin-bottom:1px; font-family:Arial; font-weight:normal; color:#313131; font-size: 13pt; height:auto;display:inline-block;}
.Price .PriceListItem .ShortDescription {height:15px;font-size: 9pt;font-family:Arial;font-weight:normal;color:#313131;margin-top:3px;}
.Price .PriceListItem .Image {height:105px;margin-top:2px; text-align:center;}
.Price .PriceListItem .StarRating {color:#313131; font-size:8pt; vertical-align:top;} 
.Price .PriceListItem .Price { border:1px; font-weight: normal; font-size: 18px;color: #df7228; text-align:left;margin-bottom:5px;}
.Price .PriceListItem .RegularPrice { font-weight: normal; font-size: 18px; font-family: verdana,arial; color: #df7228; text-decoration: line-through; }
.Price .PriceListItem .SalePrice { font-weight: normal; font-size: 18px;color: #df7228; padding-top: 5px; }
.Price .PriceListItem .BuyButton { margin-bottom: 5px; margin-top:7px;padding-top:0px;}
.Price .PriceListItem .CallForPrice { margin-bottom: 5px; }
.Price .PriceListItem .Separator {padding-top:20px;}
.Price .PriceListItem .ItemStyle {padding-top:15px;}
/*---------- SWATCHES ------------*/
.Price .PriceListItem .ProductSwatches {height:15px; width:160px;margin-top:5px;}
.Price .PriceListItem .ColorCaption {float:left;margin-top:4px;color:#848484;font-size: 10px;font-weight:bold; font-family: Arial;}
.Price .PriceListItem .ProductViews .Swatches {cursor:pointer;text-align:right;float:right;margin-top:2px;}
.Price .PriceListItem .ProductViews .Swatches .ItemStyle {padding-left:4px;padding-top:2px;}
.Price .PriceListItem .SwatchImage {border:solid 1px #313131; cursor:pointer; text-align:center;height:10px;}

/**************************************************/
/* News Letter Singup
/**************************************************/
#NewsLetter { margin-bottom:35px; }
#NewsLetter .Title { text-transform:uppercase; color: #333333;  padding-right: 10px; padding-left:0px; padding-bottom: 5px; padding-top: 10px; font-size: 12px; font-family: Tahoma; font-weight:bold; }
#NewsLetter .Text { text-decoration:none; color:#5C5C5C; padding-left:0px; }

/**************************************************/
/* PRODUCT SEARCH                                 
/**************************************************/
#ProductSearch { }
#ProductSearch h1{ margin-left:15px; margin-top:10px;}
#ProductSearch .Description{ margin-left:15px; margin-bottom:15px;}
#ProductSearch .SearchForm { margin-bottom:0px; border-bottom:solid 1px #c0c0c0; margin-left:20px; }
#ProductSearch .SearchForm .Row {height:40px;}
#ProductSearch .SearchForm .FieldStyle {text-align:right; width:140px; left:215px; white-space: nowrap; font-size: 11px; font-weight: bold; color: #4b4b4b;margin-bottom: 10px; padding-right: 10px; padding-top:6px;}
#ProductSearch .SearchForm .ValueStyle { margin-left:160px; font-size: 11px; font-weight: normal; color: #333333; margin-bottom: 10px; padding-right: 10px; padding-top:0px; margin-top:-30px; }

/**************************************************/
/* Wish List Grid
/**************************************************/
.WishList { font-family:Arial; font-size:11px; }
.WishList .Grid { width:100%; }
.WishList .Header { font-family:Arial; text-transform:uppercase; border-bottom: solid 1px #C0C0C0; font-weight: bold; background-color: #e6e6e6; color: #333333; margin-bottom: 5px; margin-top: 10px; padding-bottom: 3px; padding-top: 3px; padding-left: 5px; padding-right: 5px; }
.WishList .Grid .Row { border-bottom: solid 1px #C0C0C0; font-weight: normal; font-size: 12px; color: #999999; background-color:White; }
.WishList .Grid .AlternatingRow { border-bottom: solid 1px #C0C0C0;font-weight: normal; font-size: 12px; background-color: #F5F5F5; padding: 5px; }
.WishList .Grid .Description { font-size: 12px; padding-top: 5px; }
.WishList .Grid .CallForPrice { text-align: center; font-weight: bold; font-size: 12px; color: #646464; }
.WishList .RegularPrice { text-align: center; font-weight: bold; font-size: 12px; color: #646464; text-decoration: line-through; }
.WishList .SalePrice { text-align: center; font-weight: bold; font-size: 12px; color: #cc6600; padding-top: 5px; }

/**************************************************/
/* GiftCardHistory List Grid
/**************************************************/
.GiftCardHistory { font-family:Arial; font-size:11px; }
.GiftCardHistory .Grid { width:100%; }
.GiftCardHistory .Header { font-family:Arial; text-transform:uppercase; border-bottom: solid 1px #C0C0C0; font-weight: bold; background-color: #e6e6e6; color: #333333; margin-bottom: 5px; margin-top: 10px; padding-bottom: 3px; padding-top: 3px; padding-left: 5px; padding-right: 5px; }
.GiftCardHistory .Grid .Row { border-bottom: solid 1px #C0C0C0; font-weight: normal; font-size: 12px; color: #999999; background-color:White; }
.GiftCardHistory .Grid .AlternatingRow { border-bottom: solid 1px #C0C0C0;font-weight: normal; font-size: 12px; background-color: #F5F5F5; padding: 5px; }
.GiftCardHistory .Grid .GiftCardHistoryID {font-size: 12px; padding-top: 5px;  width:50px; }
.GiftCardHistory .Grid .CardNumber {font-size: 12px; padding-top: 5px;  width:250px; }
.GiftCardHistory .Grid .TransactionDate, .GiftCardHistory .Grid .TransactionAmount{font-size: 12px; padding-top: 5px;  width:150px; }

/**************************************************/
/* GRID                                           
/**************************************************/
.Grid { color: #646464; border-bottom: #c0c0c0 1px solid; padding-bottom: 10px;width:100%;}
.HeaderStyle { font-family:Arial; text-transform:uppercase; border-bottom: solid 1px #C0C0C0; font-weight: bold; font-size: 12px; background-color: white;}
.RowStyle { border-bottom: solid 1px #C0C0C0; font-weight: normal; font-size: 11px; background-color:White; }
.AlternatingRowStyle { border-bottom: solid 1px #C0C0C0;font-weight: normal; font-size: 11px; background-color: #F5F5F5; padding: 5px;}
.FooterStyle { background-color: #507CD1; color: white; font-weight: bold; }
.PagerStyle { background-color: #fbfbfb; text-align: center; }

/**************************************************/
/* SITE MAP
/**************************************************/
.SiteMap {}
.SiteMap h1 {padding-left:0px;}
.SiteMap .ShoppingCartNavigation { padding-right:20px;margin:0px; }
.SiteMap h5 { margin-left:15px; margin-top:0px; }
.SiteMap .CatalogMap { width:350px; padding-left:5px; }
.SiteMap .CatalogMap .CategoryNavigation { margin-left:15px; }

/**************************************************/
/* SHOPPING CART NAVIGATION                                 
/**************************************************/
.SiteMap .ShoppingCartNavigation { color:#646464; }
.SiteMap .ShoppingCartNavigation .NodeStyle { font-weight: normal; font-size: 10pt; font-family: Arial; padding-bottom: 2px;  padding-top: 2px;   color: #5C5C5C; padding-left: 0px;  padding-right: 0px; }
.SiteMap .ShoppingCartNavigation .RootNodeStyle { text-transform:uppercase; color: #333333; font-weight: bold; padding-right:10px;padding-left:0px; padding-bottom: 5px; padding-top: 10px; font-size: 12px; font-family: Tahoma; }
.SiteMap .ShoppingCartNavigation .HoverNodeStyle { color: red;  }
.SiteMap .ShoppingCartNavigation .ParentNodeStyle { }
.SiteMap .ShoppingCartNavigation .LeafNodeStyle { color: #5C5C5C; }
.SiteMap .ShoppingCartNavigation .LeafNodeStyle A:Link { color: #5C5C5C; }
.SiteMap .ShoppingCartNavigation .LeafNodeStyle A:Visited { color: #5C5C5C; }
.SiteMap .ShoppingCartNavigation .LeafNodeStyle A:HOVER { color: red; }
.SiteMap .ShoppingCartNavigation .SelectedNodeStyle {  }

/***************************************************/
/* STORE LOCATOR
/***************************************************/
.StoreLocator {margin-bottom:20px;}
.StoreLocator h1{padding-left:0px;}
.StoreLocator .SearchContent { background-color: white; padding-left: 10px; width: 440px; margin-bottom: 10px; }
.StoreLocator .SearchContent table {margin-left:10px;margin-top:15px; color:White;}
.StoreLocator .Row { padding-bottom: 10px; }
.StoreLocator .FieldStyle {vertical-align:top;display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #6F6F6E; 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 .Address {color:Black;}

/*************************************/
/* Contact Us
/*************************************/
.ContactUs  h1{padding-left:0px;}

/*************************************/
/* Customer Feedback
/*************************************/
.Feedback h1 {padding-left:0px;}

/**************************************************/
/* CHECKOUT                                 
/**************************************************/
.Checkout {padding-bottom: 30px; padding-top: 0px; width:100%; padding-right: 10px; padding-left: 0px; text-align: left;margin-top:0px; }
.Checkout h1{}
.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: #4F893F; margin-right: 10px;}
.Checkout .Review {color:#313131; margin-left:0px; text-align:left;}
.Checkout .NextButton { }
.Checkout .BackLink { margin-top:50px; }

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg {
    border: 0; padding: 0; margin: 0; width: auto; position: absolute; background-color: #444444; opacity: 0.3;
    filter: Alpha(opacity:30); z-index: 1000; }
#ajaxProgress{
    padding: 0; position: absolute; background-color: #FFFFFF; background: #FFFFFF url(../images/loading.gif) no-repeat 50%;
    z-index: 1; left:50%; margin-left:-100px; width:100px; height:100px; border: solid 2px #444444; }

/**************************************************/
/* Hightlight 
/**************************************************/
.Highlight
{
    padding-top:5px;
    border: 0px;
    text-align: left;
}
.Highlight .HighlightName { font-size:11px; }
.HighlightItem {margin : 0px 3px 5px 0px; padding-right:5px;}
.HighlightItem .DetailLink { padding-top:15px; font-size: 12px; font-weight: bold; }

/*************************************************/
/* 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;}

/**************************************************/
/* 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; }

/** THIRD PARTY CONTROL STYLE STARTS**/

/* SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding:0px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:solid 8px #61ae3f;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(../images/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(../images/closebox.png);
}

.sbox-loading #sbox-content {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;	
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;	
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;	
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;	
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;	
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;	
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;	
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;	
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
}

/** THIRD PARTY CONTROL STYLE ENDS**/


/***************************************/
/* Banners
/***************************************/
.BannerItems { display:block; clear:left;border:solid 1px #eeeeee; margin-left:20px; }
.BannerItems div.rotator { position:absolute;padding:5px;}

/** Essential Learning Customizations **/
#livechat {text-align:center}
.MyCourses { color:#257e6b !important; }

.ddlHackForIE { width:500px!important; }
.compact .ItemStyle { width:100%;border-top:1px solid #c0c0c0; }
.compact tr:first-child .ItemStyle { border-top:0; }
.compact .ProductListItem { width:100%;height:auto; }
.compact .DetailLink { text-align:left!important;background-image:none!important;height:auto!important;width:auto!important;float:left;padding:0!important; }
.compact .GrayBorder { display:none; }
.compact .DetailLink a { border:0!important; }
.compact .Image { display:none; }
.compact div.Price { float:left;clear:left; }
.compact div.StarRating { float:right;clear:right;margin-right:8px;white-space:nowrap; }
.compact div.ShortDescription { margin-right:8px;margin-top:0!important; }
.compact .Separator { display:none; }
.compact .BuyButton { float:right;clear:right;width:auto!important;padding-right:8px; }
.compact .BuyButton div { float:right!important;width:auto!important;text-align:inherit!important; }
.notice { background-color:#d5f8df;border-top:solid 2px #29ab4e;border-bottom:solid 2px #29ab4e;padding:15px 20px 15px 20px;margin:2px 0 2px 0;font-size:8pt;font-family:Tahoma, Arial; }
.notice.error { background-color:#f8d5d5;border-top-color:#f86c6c;border-bottom-color:#f86c6c; }

#LearningNavigationLinks { font-family:Tahoma;background-color:#f5f5f5;font-size:15px;margin:0 0 10px 0;height:32px; }
#LearningNavigationLinks a { color:#999;border-right:solid 2px #fff;display:block;float:left;line-height:32px;padding:0 20px; }
#LearningNavigationLinks a:hover, #LearningNavigationLinks a.active { color:#333;background-color:#fff; }
.downtimeNotice { display:block;background:#FF4D4D;padding:4px;text-align:center;font-weight:bold;font-size:14px;color:white;margin:-7px -8px 0px -8px; }

#license-details { margin-top: 3em; }
#license-details p { color:#313131 }
#license-details .license-summary { background-color:#d4d5d1;width:100%;table-layout:fixed;border-collapse:collapse; }
#license-details td { vertical-align:top;font-size:10pt }
#license-details .license-summary td { margin:0;padding:0; }
#license-details .license-summary td h2, #licensed-courses-header  h2{ background-color:#4b4e50;color:#fff; }
#license-details .license-summary h2, #licensed-courses-header h2 { padding:5px;margin:0;font-size:14px; }
#license-details .license-summary td div { padding-left:10px;margin:5px 0; }
#license-details .license-summary dl p { color:#313131;font-size:10px;clear:left;margin-left:10px;font-style:italic; }
#license-details .notes { font-size:10px;margin-left:10px;font-style:italic; }
#license-details .license-summary dt { float:left;clear:left;width:130px;font-weight:bold;font-size:12px;color:#313131; }
#license-details .license-summary dd { float:left;margin:0 0 10px 0; }
#licensed-courses-header { margin-right: -15px; }
.style1 { font-family: arial,helvetica,sans-serif; }