/***********************************************************/
/*	FlipScript.Com Style Sheet
/*	CopyRight MMVII - MMIX, www.FlipScript.com, All Rights Reserved.
/***********************************************************/


/**************************************************/
/* MONOCHROME
/* Page Color                               #FFFFFF (white)
/* Faded Accent, borders, page bg           #ABABAB (light gray)
/* Text, Input (softer than black)          #545454 (dark gray)
/* Black                                    #000000 (black)

/* FIRE SPECTRUM
/* Price                                    #D65C0D
/* Sub-title, denim jeans, prod outline     #DB771F (orange)
/* Main background, menu hover              #731200 (dk. orange - between orange and dk. burgundy, main color - under text and scratches)
/* Category Sidebar Background              #4B0C01 (med burgundy)
/* Menu Bar Background                      #3B0B00 (dk. burgundy)

/* ACCENTS
/* Logo, Menu bar, cat. headings            #FDDE8E (canary)
/* New Design button                        #3584BA (bright blue, from 'create new' button surround)
/*                                          #CBB989 (beige)
/* Navigation                               #265526 (dk. green)

/* RARE
/* Form Input Elements                      #F7F7FF (very light blue, element accent [alt rows, input bg, etc.])
/* 
/* Light Yellow								#FFFFE0 (tool tips, info backgrounds, etc.)
/**************************************************/



/**************************************************/
/* GLOBAL                                  
/**************************************************/
html
{
	overflow:-moz-scrollbars-vertical;
}
body
{
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	margin-top: 16px;
	text-align: left;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight:normal;
}


/**************************************************/
/* INNER PAGE ELEMENTS
/**************************************************/
#Page_Header
{
	width: 910px;
	height: 240px;
	background: black url(../Images/pg_head.jpg) no-repeat scroll bottom;
	margin: 0px auto 0 auto;
}
#Page_Section
{
	width: 910px;
	background: #731200 url(../Images/pg_sect.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#Page_Terminator
{
	width: 910px;
	height: 50px;
	background: transparent url(../Images/pg_term.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
#Page_Footer
{
	width: 910px;
	height: 78px;
	background-color: Black;
	color: White;
	margin-left: auto;
	margin-right: auto;
}

.SectionContainer
{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float: none;
	text-align: left;
	overflow: hidden;
}
#glyphusion
{
	width: 174px;
	height: 40px;
	background-image: url(../Images/glyphusion_g.gif);
	background-repeat:no-repeat;
	margin: 0px auto 12px auto;
}
.CreateNewAmbigramLabel
{
	background-color:#3584BA;
	color:#FDDE8E;
	font-weight:bold;
	padding:0 4px 1px 4px;
}

/**************************************************/
/* AMBIGRAM DESIGNER                     
/**************************************************/
#AmbigramDesignerParent
{
	margin-top: -6px;
	padding: 38px 0 0 641px;
	height: 140px;
}
.AmbigramDesignerButton
{
	background-image: url(../Images/create.png);
	display:block;
	width:210px;
	height:125px;
	background-position: 0 0;
	cursor: hand;
	cursor: pointer;
	margin-bottom: 5px;
}

.AmbigramDesignerButton:hover
{
	 background-position: 0 125px;
}
.AmbigramDesignLabel
{
	color: #FDDE8E;
	overflow:visible;
	display: block;
	margin-top: 18px;
}
.AmbigramDesignLabel b
{
	color: #FFFFFF;
}
.LegalTerms
{
	background-color: #FFFFE1;
	font-family:Courier New, Courier, Monospace;
	font-size:8pt;
	font-weight:normal;
	width: 620px;
	height: 300px;
	position: absolute;
	overflow:scroll;
	margin: -20px 0px 0px 5px;
	border: solid 1px #545454;
	display: none;
}
.LegalTermsTitle
{
	background-color: #4b0c01;
	color: #FFFFFF;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin:1px 1px 1px 1px;
}
.LegalTermsClose
{
	background-color: #4b0c01;
	text-align:right;
	margin:1px 1px 1px 1px;
}
#TermsLink
{
	color:#731200;
}
#ctl00_ctl00_ctlDesigner_IPAddress
{
	font-size:8pt;
	color:#731200;
}
.RotatorBox
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/**************************************************/
/* PAGE SECTIONS                                  
/**************************************************/
#Header
{
	height: 22px;
	padding: 5px;
	text-align: left;
}
#Logo
{
}
#maincontainer
{
}
#LeftColumn
{
	padding: 30px 0 2000px 32px;
	margin-bottom: -2000px;
	background-image: url(../Images/catfade.png);
	background-repeat:repeat-y;
	width: 200px;
	float: left;
}
#PromotionTitle { color: #DB771F; font-weight: bold; padding-right: 10px; padding-left: 10px; padding-bottom: 15px; font-size: 9pt; font-family: verdana, Sans-Serif; }
#MiddleColumn
{
	padding: 2px 0 0 1px;
	width: 650px;
	float: left;
}
#MiddleColumn .Field
{
	margin-top: 5px;
	margin-bottom: 5px;
}
#ContentColumn
{
	padding: 10px 25px 25px 25px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#Footer
{
	padding:  4px 0 0 0;
	margin-bottom: 2px;
	margin-top: 0px;
}
#CustomerService
{
	color:#C0C0C0;
	font-size:9pt;
	font-weight:normal;
	margin-right:372px;
	font-family:tahoma,verdana,helvetica,arial,sans serif;
	letter-spacing:1px;
}
#footercopyright
{
	color:#808080;
}
#QuickNavigation { margin-top:5px; margin-bottom:5px;}

/**************************************************/
/* Container SECTIONS
/**************************************************/
#Container .TableContainer
{
	width: 100%;
	border: 1px solid #ffffff;
}
#Container .TableContainer .ClearImageLeft
{
	width: 150px;
	height: 1px;
}
#Container .TableContainer .ClearImageRight
{
	width: 600px;
	height: 1px;
	text-align: left;
}
#Container .PluginContainer { width:810px; }
#Container .ContentContainer { width:760px; }
.fullcontent 
{
	 padding: 12px 48px 12px 60px;
}

/**************************************************/
/* Error Page Styles
/**************************************************/
#ErrorContainer
{
	font-family: Arial;
	width: 760px;
	font-size: 12px;
}
#ErrorContainer .Text
{
	color: #690F01;
	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, h2, h3, h4
{
	color: #545454;
}
/*h1 is similar to a .Title*/
h2
{
	font-size: 16px;
	margin-bottom: 5px;
}
h3
{
	font-size: 14px;
	margin-bottom: 5px;
}
h4
{
}
h5
{
	background: transparent url(../images/grungebar.png) no-repeat;
	color: white;
	padding: 18px 5px 0px 23px;
	font-size: 14px;
	font-weight: bold;
	margin:2px 0 0 0;
	height:42px;
	width:365px;
}
select, textarea
{
	background-color: #FFFFFF;
	border: solid 1px #3B0B00;
	color: #731200;
}
.Form textarea
{
	background-color:#ffffff;
	color: #731200;
}
.sorting select, AltSelect
{
	background-color:#731200;
	color:White;
	border:1px solid white;
	margin-left:6px;
}
.OrderingOptions select, .Form select
{
	background-color: #ffffff;
	color: #731200;
}
hr
{
	border: 0;
	width: 100%;
	color: #ABABAB;
	height: 1px;
}
.narrowp
{
	margin:0 110px 0 110px;
}
a:link
{
	color: #FDDE8E;
	white-space:nowrap;
	text-decoration: none;
}
a:Visited
{
	color: #FDDE8E;
}
a:Hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
p
{
	/*font-size: 8pt;*/
}
big
{
	font-size: 10pt;
}
small
{
	font-size: 7pt;
}
.Error, .FailureText, .FailureText
{
	color: #FDDE8E;
	font-size: 12pt;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}
.Form .Error, .Form .FailureText
{
	color: #FF0000;
}
.Form .Error
{
	color: #FF0000;
}
.Success
{
	font-weight: bold;
	color: #00AC76;
	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: #193498;
	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;
}
#BugEvents
{
	margin-left:115px;
}
.LinkToFriend
{
	font-size:8pt;
}
.AddOnMessage
{
	color: #9F3800;
	font-size: 11px;
}
.ProductPageNewItem {margin-left: auto; margin-right: auto;}
.AddThisButton { margin-top: 4px; }
.NewItemStyle {position:relative;bottom:12px;left:60px;}
.PluginMessage{ margin-left:10px; font-size:12px; font-weight:normal; font-family:Verdana; text-align:left;}

.QuoteBox p
    {
    background: url(../images/quote_down.gif) bottom right no-repeat;
    float: left;
	margin-bottom:1px;
	margin-left:22px;
	margin-top:5px;
	padding-bottom:7px;
	padding-right:15px;
}
.QuoteBox
    {
    background: url(../images/quote_up.gif) top left no-repeat;
	color:#999999;
	font-size:8pt;
	margin-left:20px;
	margin-top:40px;
	padding-bottom:20px;
	padding-right:16px;
	padding-top:0;
	width:152px;
	color:#ffffff;
}
.ProductQuoteCite
    {
    font-size: 8pt;
    font-style:italic;
    float: right;    
    color: #808080;
    margin-right:30px;
}  



/**************************************************/
/* MENU                                          
/**************************************************/
#Menu
{
	margin: 7px 0px 0px 54px;
	color: #FDDE8E;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#Menu A:link
{
	text-decoration: none;
}
#Menu A:Visited
{
	text-decoration: none;
}
#Menu A:Hover
{
	text-decoration: none;
}
#Menu .StaticMenuStyle
{
}
#Menu .StaticMenuItemStyle
{
	position:relative;
	padding: 5px 10px 5px 5px;
	color: #FDDE8E;
	font-size: 14px;
	font-weight: bold;
}
#Menu .StaticMenuItemStyle span
{
    position:absolute;
    display:block;
    top:0;
    left:0;
    height:100%;
    width:100%;
    /*background:url('../images/textgrunge.png');*/
}

#Menu .DynamicMenuItemStyle
{
	background-color: #3B0B00;
	padding: 5px 10px 5px 5px;
	color: #FDDE8E;
	font-size: 12px;
	font-weight: bold;
}
#Menu .StaticHoverStyle
{
	background-color: #731200;
	color: #ffffff;
}
#Menu .StaticHoverStyle span
{
	background-image:none;
}
#Menu .DynamicHoverStyle
{
	background-color: #731200;
	color: #ffffff;
}

#Menu .StaticSelectedStyle, #Menu .DynamicSelectedStyle
{
	color: #FDDE8E;
	background-color: Transparent;
}
#Menu .DynamicMenuStyle
{
	margin-left:-15px;
	border: 1px solid #FDDE8E;
	z-index: 1;
}


/**************************************************/
/* GRUNGE FRAME
/**************************************************/
.GrungeProduct {padding-right:30px; padding-bottom:26px;}
.GrungeTop {background:transparent url(../images/fr_top.png) no-repeat;height:11px;width:265px}
.GrungeLeft {background:transparent url(../images/fr_left.png) repeat-y;}
.GrungeRight {background:transparent url(../images/fr_right.png) repeat-y;}
.GrungeBot {background:transparent url(../images/fr_bot.png) no-repeat;height:11px;width:265px;}


/**************************************************/
/* COMMON PRODUCT STYLES
/**************************************************/
.Specials, .Brand, .Price, .CrossSell
{
	margin:  20px 0px 10px;
	border-top-width: 1px;	
	text-align: left;
}

.SpecialItem, .BrandItem, .PriceItem, .CategoryDetail .ProductListItem
{
	background-color: #FFFFFF;
	width: 241px;
	height: 320px;
	vertical-align: top;
	text-align: center;
	padding: 8px 15px 8px 15px;
}

.CrossSellItem
{
	margin: 2px 14px 2px 6px;
	text-align: center;
}
.CrossSellItem .Image
{
	border:3px solid #3b0b00;
}

.CategoryDetail .SubCategoryListItem, .HomeFeaturedCategories .SubCategoryListItem
{
	border-bottom: solid 1px #dddddd;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 30px 5px;
	vertical-align: top;
}

h1, .CategoryDetail .Title, .HomeFeaturedCategories .Title, .ProductDetail .Title, .Specials .Title, .Brand .Title, .Price .Title, .CrossSell .Title
{
	color: #FDDE8E;
	background: transparent url(../images/grungebar.png) no-repeat center center;
	font-size: 24px;
	font-weight: bold;
	margin:  16px auto 0px auto;
	padding:  6px 0px 6px 0px;
	text-align:center;
	height:40px;
	padding-left:8px;
	padding-right:8px;
	position:relative;
}
/*h1 span, .CategoryDetail .Title span, .HomeFeaturedCategories .Title span, .ProductDetail .Title span, .Specials .Title span, .Brand .Title span, .Price .Title span, .CrossSell .Title span
{
    position:absolute;
    display:block;
    top:6px;
    left:26%;
    height:34px;
    width:350px;
    background:url('../images/textgrunge.png');
}
*/
.TitleLine2
{
	color: #FDDE8E;
	font-size: 9px;
	font-weight: normal;
	margin: 0px auto 5px auto;
	padding: 0px 0px 2px 0px;
	text-align:center;
}

.CategoryDetail .Description, .HomeFeaturedCategories .Description, .ProductSearch .Description
{
	margin-top: 15px;
	font-size: 11pt;
}

.CategoryDetail .SubCategoryList, .HomeFeaturedCategories .SubCategoryList
{
	margin-bottom: 20px;
	margin-top: 15px;
}

.CategoryDetail .SubCategoryList .Title
{
	background-color: #9F3800;
	color: #FDFCF5;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 5px 10px 5px 10px;
}

.CategoryDetail .SubCategoryListItem .CategoryLink, .HomeFeaturedCategories .SubCategoryListItem .CategoryLink
{
	color: #6b7aa2;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 0px;
}

.CategoryDetail .SubCategoryListItem .CategoryLink A:link, .HomeFeaturedCategories .SubCategoryListItem .CategoryLink A:link
{
	color: #5E522A;
	text-decoration: none;
}

.CategoryDetail .SubCategoryListItem .CategoryLink A:Visited, .HomeFeaturedCategories .SubCategoryListItem .CategoryLink A:Visited
{
	color: #5E522A;
	text-decoration: none;
}

.CategoryDetail .SubCategoryListItem .CategoryLink A:Hover, .HomeFeaturedCategories .SubCategoryListItem .CategoryLink A:Hover
{
	color: #5E522A;
	text-decoration: none;
	font-weight: bold;
}

.CategoryDetail .ProductList
{
	text-align: left;
}

.CategoryDetail .ProductListItem .DetailLink, .SpecialItem .DetailLink, .BrandItem .DetailLink, .PriceItem .DetailLink, .CrossSellItem .DetailLink
{
	margin-bottom: 4px;
	margin-top: 1px;
	font-size: 9pt;
	font-weight: bold;
}
.CategoryDetail .ProductListItem .DetailLink A:link, .SpecialItem .DetailLink A:link, .BrandItem .DetailLink A:link, .PriceItem .DetailLink A:link, .Features a:link
{
	color: #DB771F;
	text-decoration: none;
}
.CrossSellItem .DetailLink A:link { }
.CategoryDetail .ProductListItem .DetailLink A:Visited, .SpecialItem .DetailLink A:Visited, .BrandItem .DetailLink A:Visited, .PriceItem .DetailLink A:Visited, .Features a:link
{
	color: #DB771F;
	text-decoration: none;
}
.CrossSellItem .DetailLink A:Visited { }
.CategoryDetail .ProductListItem .DetailLink A:Hover, .SpecialItem .DetailLink A:Hover, .BrandItem .DetailLink A:Hover, .PriceItem .DetailLink A:Hover, Features a:Hover
{
	color: #DB771F;
	text-decoration: underline;
}
.CrossSellItem .DetailLink A:Hover { }
.CategoryDetail .ProductListItem .Price, .SpecialItem .Price, .BrandItem .Price, .PriceItem .Price, .CrossSellItem .Price
{
	color: #9F3800;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

.CategoryDetail .ProductListItem .CallForPrice, .SpecialItem .CallForPrice, .BrandItem .CallForPrice, .PriceItem .CallForPrice, .CrossSellItem .CallForPrice
{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #9F3800;
}

.CategoryDetail .ProductListItem .RegularPrice, .SpecialItem .RegularPrice, .BrandItem .RegularPrice, .PriceItem .RegularPrice, .CrossSellItem .RegularPrice
{
	color: #9F3800;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: line-through;
}

.CategoryDetail .ProductListItem .SalePrice, .SpecialItem .SalePrice, .BrandItem .SalePrice, .PriceItem .SalePrice, .CrossSellItem .SalePrice
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	padding-top: 3px;
}

.CategoryDetail .ProductListItem .Image, .SpecialItem .Image, .BrandItem .Image, .PriceItem .Image, .HomeFeaturedCategories .SubCategoryListItem .Image
{
	margin-bottom: 0px;
	border: none;
	padding: 0px 0px 0px 0px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.ShortDescription
{
	margin-bottom: 4px;
	color: #731200;
}

.CategoryDetail .ProductListItem .BuyButton, .SpecialItem .BuyButton, .BrandItem .BuyButton, .PriceItem .BuyButton, .CrossSellItem .BuyButton
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.CategoryDetail .ProductListItem .StarRating {text-align:left;margin-left:10px;}
.CategoryDetail .NavigationStyle { text-align: right; margin-top: 15px; margin-bottom: 10px; font-size: 11px; color: #3B0B00; 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 a:link {color: #ffffff; font-weight: bold;}
.CategoryDetail {margin-bottom: 20px;}

/**************************************************/
/* PAGING AND SORTING
/**************************************************/

.Paging
{
	color: #3B0B00;
	text-align: right;
	margin: 15px 24px 10px 0px;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}
.Paging a:link
{
	background-color:#265526;
	border-bottom:1px solid #3B0B00;
	border-top:1px solid #3B0B00;
	color:#FDDE8E;
	font-weight:bold;
	padding:1px 8px 2px;
}
.Sorting .Label
{
	font-weight: bold;
	margin-right: 5px;
}

/**************************************************/
/* HOME PAGE
/**************************************************/
.HomeMsg
{
	font-size:10pt;
}
.HomeMsgTxt
{
	padding: 0px 0px 13px 10px;
}
.HomeMsglg
{
	color: #FDDE8E;
	font-size: 16pt;
}
.HomeMsgmd
{
	color: #FDDE8E;
	font-size: 10pt;
	font-weight: bold;
}
.HomeMsgQA
{
	color: Black;
	font-size: 16pt;
}
.ReadMore
{
	font-size: 7pt;
}
.ReadMore a span
{
	display: none;
 }
.ReadMore a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFFFE0;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-left:1px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	visibility: hidden;
}
.SiteSeal 
{
	position: fixed;
	bottom: 0;
	right: 0;
	background: url(../images/seals.gif) no-repeat;
	width: 102px;
	height: 220px;	
}



/**************************************************/
/* GRID                                           
/**************************************************/
.Grid
{
	border: 1px solid #3B0B00;
	width: 100%;
}
.Grid a
{
	color: #731200;
	text-decoration: none;
}
.Grid a:link, .SubHeadText a:link
{
	color: #731200;
	text-decoration: none;
}
.Grid a:hover, .SubHeadText a:hover
{
	text-decoration: underline;
}
.Grid a:visited, .SubHeadText a:visited
{
	color: #731200;
	text-decoration: none;
}
.Grid select
{
	background-color: #ffffff;
	color: #3B0B00;
	border: 1px solid #3B0B00;
}
.FooterStyle
{
	background-color: #507CD1;
	color: #E8E8D0;
	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: #3b0b00;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.AlternatingRowStyle
{
	background-color: #FFFFFF;
}


/**************************************************/
/* SITE LINKS                        
/**************************************************/
#SiteLinks
{
	color: #E1E1E1;
	text-align: right;
	vertical-align: middle;
	font-size: 9pt; 
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0 36px 0 0;
	white-space:nowrap !important;
}
#SiteLinks .Link
{
	margin-left: 4px;
	margin-right: 5px;
	letter-spacing: 0.5px;
}
#SiteLinks .Link A:link
{
	color: #ababab;
	text-decoration: none;
	margin-right: 2px;
	font-size: 9pt;
	font-weight: bold;
}
#SiteLinks .Link A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 2px;
}
#SiteLinks .Link A:hover
{
	text-decoration: underline;
}
#SiteLinks .CartItem
{
	background-color: #545454;
	color: #FFFFFF;
	margin-right: 0px;
	padding: 0 3px 1px 4px;
	font-size: 9pt;
	font-weight: bold;
	white-space: nowrap;
}


/*************************************/
/* BreadCrumb
/*************************************/
.BreadCrumb
{
	color: #FDDE8E;
	text-align: left;
	vertical-align: middle;
	padding: 1px 5px 2px 5px;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0.2px;
}
.BreadCrumb A:link
{
	color: #DB771F;
	text-decoration: none;
	margin-right: 2px;
}
.BreadCrumb A:visited
{
	color: #DB771F;
	text-decoration: none;
}
.BreadCrumb A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


/**************************************************/
/* QUICK SEARCH                                 
/**************************************************/
#QuickSearch { margin-top: 15px; }
#QuickSearch .TextBox { background-color:#DB771F; color: #3B0B00; border:solid 1px #000000; width:110px; margin-left:7px; padding: 1px 0px 2px 2px; }
#QuickSearch .Button{ }

/**************************************************/
/* Sidebar (Search, News Letter Signup)
/**************************************************/
#Sidebar { margin-bottom:40px; }
#Sidebar .Text {padding-left:7px; }


/**************************************************/
/* PRODUCT SEARCH                                 
/**************************************************/
.ProductSearch .SearchForm { width:100%; margin:18px 0 10px 0; }
.ProductSearch .SearchForm .Row { padding-bottom: 10px; }
.ProductSearch .SearchForm hr { border: 0; background-color:#3b0b00; width: 95%; height: 2px; margin-top:15px; }
.ProductSearch .SearchForm .FieldStyle { white-space: nowrap; font-size: 11px; font-weight: bold; color: #FFFFFF; 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; }


/**************************************************/
/* FOOTER - OVERRIDE                                
/**************************************************/
#FooterLinks
{
	text-align: center;
	vertical-align: middle;
	margin: 0px 3px 7px 3px;
	padding-top: 2px;
	font-size: 8pt;
	font-weight: normal;
	word-spacing: 1.5px;
}
#FooterLinks .Link
{
	margin-left: 2px;
	margin-right: 2px;
	letter-spacing: 0px;
	color: #DB771F;
}
#FooterLinks .Link A:link
{
	color: #DB771F;
	text-decoration: none;
	margin-right: 2px;
}
#FooterLinks .Link A:visited
{
	color: #DB771F;
	text-decoration: none;
}
#FooterLinks .Link A:hover
{
	text-decoration: underline;
	color: #ffffff;
}

/**************************************************/
/* PRODUCT DETAIL                                 
/**************************************************/
.ProductTable {width:802px;}
.ProductImageColumn {width:294px;}
.ProductSeparatorColumn {width:20px;}
.ProductOrderColumn {width:488px;}


.ProductDetail
{
	padding-bottom: 20px;
}
.ProductDetail .Image
{
	background-color: #FFFFFF;
	padding: 6px;
	text-align: center;
	margin: 0;
	
}
.ProductDetail .Label
{
	font-weight: bold;
	color: #FDDE8E;
	margin-right: 5px;
}
.ProductDetail .Zoom
{
	margin-bottom: 20px;
	text-align: center;
}

.ProductDetail .Description
{
	margin-top: 24px;
	margin-bottom: 32px;
	font-size: 11pt;
}
.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 .Price
{
	font-size: 14px;
	font-weight: bold;
	color: #D65C0D;
}
.ProductDetail .RegularPrice
{
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 2px;
}
.ProductDetail .SalePrice
{
	font-size: 14px;
	font-weight: bold;
	color: #D65C0D;
}
.ProductDetail .StockMsg
{
	color: #3D0601;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 6px 6px 6px 44px;
}
.ProductDetail .CallForPriceMsg
{
	font-size: 14px;
	font-weight: bold;
	color: #D65C0D;
}
.ProductDetail .ProductNumber
{
	font-weight: bold;
	font-size: 14px;
	color: #6b7aa2;
}
.ProductDetail .DetailButton
{
	margin-bottom: 10px;
}
.ProductDetail .Options
{
	border-top: #928040 1px solid;
	padding: 10px 0px 10px 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.ProductDetail .OptionsTitle
{
	background-color: #FFFFFF;
	color: #E8E8D0;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.ProductDetail .OptionsLabel
{
	color: #3D0601;
	margin-bottom: 5px;
	font-weight: bold;
	margin-right: 5px;
}
.ProductDetail .Attribute
{
	padding-right: 10px;
	margin-right: 10px;
}
.ProductDetail .Related
{
	margin-top: 20px;
}
.ProductDetail .Manufacturer
{
	font-size: 11px;
	font-weight: bold;
	color: #D65C0D;
}
.ProductDetail .AddToCartButton
{
	margin-left: 10px;
}
.ProductDetail .StatusMsg
{
	font-size: 11px;
	font-weight: bold;
	color: #D65C0D;
	margin:0 10px 10px 10px;
}
.ProductDetail .Tabs
{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 8pt;
}

.ProductDetail .OrderingOptions {background-color:#f8fafb;border:2px solid #000000; padding: 0px 0px 9px 0px; margin-left: 14px;}
.ProductDetail .OrderingOptions .OptionsTitle {background-color:#731200;color:#FFFFFF;text-align:center;font-size:10pt;font-family: Arial, Sans-Serif;font-weight:bold;margin:1px 1px 14px 1px;}
.ProductDetail .Features {color: #731200; margin-top: 20px; margin-bottom: 20px; font-size: 8pt; margin-left:10px;}
.ProductDetail .Specifications {color: #731200; margin-top: 20px; margin-bottom: 20px; font-size: 8pt;margin-left:10px;}
.ProductDetail .AdditionalInformation {color: #731200; margin-top: 20px; margin-bottom: 20px; font-size: 8pt;margin-left:10px;}
.ProductDetail .StarRating {margin-top:5px;}
.ProductDetail .Total { color: #731200; font-family: arial, Sans-Serif; margin-bottom:5px; font-weight: bold; margin-right: 5px; }
.ProductDetail .totaltext { font-size: 14px; font-weight:bold; color:#DB771F; font-family: arial, Sans-Serif; }
.ProductDetail .Quantity { color: #731200;font-family: arial, Sans-Serif; margin-bottom:5px; font-weight: bold; margin-right:0px; margin-left:3px; }
.ProductDetail .TotalPriceText {color: #731200;font-family: arial, Sans-Serif;font-weight: bold;margin-right:5px;}
.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 .PrdtAddtionalImages {margin-bottom:15px;}
.ProductPrice  { font-size: 14px;  font-weight:bold; color:#DB771F; font-family: arial, Sans-Serif; }
.ProductDetail .EnlargeImage {text-align:center;margin-right:20px;}
.ProductDetail .EnlargeImage a:link {position:relative;bottom:4px;left:4px;color:#731200;}
.ProductDetail .EnlargeImage a:hover {color:#DB771F;}
.ProductDetail .EnlargeImage a:visited {}
 .ProductDetail .WishLink {margin-left:0px;margin-top:3px;}
.ProductDetail .OrderOptionElement { white-space:nowrap; padding-left: 6px; padding-right: 6px;}
.ProductDetail .AddToCartBtn { margin:20px auto 8px auto; }

/**************************************************/
/* Product Dynamic Attributes/AddOns Style
/**************************************************/
#Attributes .FieldStyle
{
	width: 100px;
}
#Attributes .ValueStyle
{
	padding-bottom: 5px;
	padding-left: 5px;
}

#Add-Ons .FieldStyle
{
	width: 100px;
}
#Add-Ons .ValueStyle
{
	padding-bottom: 5px;
	padding-left: 5px;
}

/*****************************************************/
/* Product Alternate Images  In ProductZoom.ascx page                            
/*****************************************************/
#ProductZoom {}
#ProductZoom .Leftcontent {width:70px; vertical-align:top;}
#ProductZoom .ImageContent{margin-top:-15px;}
#ProductZoom .AdditionalImages {margin-top:5px;}
#ProductZoom .AdditionalImages .AlternateImageBox {margin-left:7px;margin-right:7px;width:50px;height:50px;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:50px;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 {color:white;cursor:pointer;position:relative;bottom:37px;left:453px;padding:12px 30px 13px 15px;font: bold 11px Arial; letter-spacing: 2px;}


/**************************************************/
/* Product Alternate Images                                
/**************************************************/
.ProductAdditionalImages { 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:50px;}



/********************/
/*AJAX Tab 
/*******************/
#Tab .CustomTabStyle .ajax__tab_body
{
	font-family: "Lucida Grande" ,verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #DB771F;
	border-top: 5px solid #DB771F;
	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: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color:#aaaaaa;
}
#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: #FFFFFF;
	background-position: top right;
}
#Tab .CustomTabStyle .ajax__tab_active .ajax__tab_inner
{
	background: url(../../../Images/buttons/faleft.gif) no-repeat;
}
#Tab .CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
	color: #ffffff;
	height: 19px;
	background: url(../../../Images/buttons/famiddle.gif) repeat-x;
	font-weight: 600;
}


/**************************************************/
/* COMMON TREEVIEW STYLES
/**************************************************/
.CategoryTreeView, .SpecialsTreeView
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.CategoryTreeView A:link, .SpecialsTreeView A:link
{
	text-decoration: none;
}
.CategoryTreeView A:Visited, .SpecialsTreeView A:Visited
{
	text-decoration: none;
}
.CategoryTreeView A:Hover, .SpecialsTreeView A:Hover
{
	color: #ffffff;
	text-decoration: none;
}
.CategoryTreeView .Title, .SpecialsTreeView .Title, #QuickSearch .Title, #Sidebar .Title
{
	color: #FDDE8E;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	font-size: 9pt;
}
.CategoryTreeView .NodeStyle, .SpecialsTreeView .NodeStyle
{
	color: #DB771F;
	font-weight: normal;
	font-size: 8pt;
	padding: 2px 0px 2px 3px;
}
.CategoryTreeView .SelectedNodeStyle, .SpecialsTreeView .SelectedNodeStyle
{
	color: #ffffff;
	font-weight: bold;
}
.CategoryTreeView .ParentNodeStyle, .SpecialsTreeView .ParentNodeStyle
{
}
.CategoryTreeView .RootNodeStyle, .SpecialsTreeView .RootNodeStyle
{
}
.CategoryTreeView .HoverNodeStyle, .SpecialsTreeView .HoverNodeStyle
{
	color: #ffffff;
	text-decoration: none;
}
.CategoryTreeView .SelectedNodeStyle:Hover, .SpecialsTreeView .SelectedNodeStyle:Hover
{
	color: #ffffff;
	text-decoration: none;	
}


/**************************************************/
/* CATEGORY TREEVIEW                                 
/**************************************************/
.CategoryTreeView .TreeView
{
	padding-left: 2px;
}

/**************************************************/
/* SPECIALS TREEVIEW                                 
/**************************************************/
.SpecialsTreeView .TreeView
{
	padding-left: 0px;
}


/**************************************************/
/* SHOPPING CART                                 
/**************************************************/
.ShoppingCart
{
}
.ShoppingCart H1
{
}
.ShoppingCart .CheckoutBox
{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}
.ShoppingCart .CustomerService
{
	font-weight: bold;
	font-size: 9pt;
}
.ShoppingCart .Grid
{
}
.ShoppingCart .Grid .Header
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #731200;
}
.ShoppingCart .Grid .AltHeader
{
	background-color: #DB771F;
}
.ShoppingCart .Grid .Row
{
	font-weight: normal;
	font-size: 11px;
	color: #DB771F;
	background-color: #FFFFFF;
	border-bottom: dotted 1px #9F3800;	
}
.ShoppingCart .Grid .AlternatingRow
{
	font-weight: normal;
	font-size: 11px;
	color: #DB771F;
	background-color: #FFFFFF;
	border-bottom: dotted 1px #9F3800;
}
.ShoppingCart .Grid .Row td, .ShoppingCart .Grid .AlternatingRow td
{ 
	border-bottom: dotted 1px #9F3800 !important; 
} 
.ShoppingCart .Grid .Description
{
	font-size: 11px;
}
.ShoppingCart .ambistrong
{	
	font-weight:bold;
	color:#3584BA;
	text-transform:uppercase;
}
.ShoppingCart .Update
{
	font-weight: normal;
	margin-top: 5px;
}
.ShoppingCart .Quantity
{
	width: 18px;
	height: 15px;
}
.ShoppingCart .CartTotals
{
	margin-bottom: 10px;
	text-align: right;
}
.ShoppingCart .Apply
{
	color: #ABABAB;
}
.ShoppingCart .gobutton
{form .button
	vertical-align: middle;
	padding-bottom: 6px;
}
.ShoppingCart .TotalBox td
{
	padding-left: 20px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10pt;
}
.ShoppingCart .bold
{
	font-weight: bold;
}
.ShoppingCart .ShipWorldwide
{
	background: url(../images/globe.png) no-repeat left;
	padding-left: 50px;
	height:44px;
	vertical-align:middle;
	font-size:12pt;
}
/**************************************************/
/* HELPER CLASSES
/**************************************************/

.Buffer
{
	padding-top: 16px;
}
.FloatLeft
{
	Float:left;
}

/************************************************/
/* 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: 2px; }
.Checkout .Or { font-weight: bold; font-size: 16px; color: #FDDE8E; 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: #FDDE8E; margin-right: 10px;}
 .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, Sans-Serif; text-align:left; 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; 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, Sans-Serif; 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-family: Arial; border: 0px; padding: 0px; visibility: hidden; z-index: 4;}


/**************************************************/
/*  Featured Product                                 
/**************************************************/
.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: #731200; font-family: Arial, Sans-Serif; 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 .RegularPrice { font-weight: bold; font-size: 10px; font-family: verdana,arial, Sans-Serif; 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 .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; }

/**************************************************/
/* 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, Sans-Serif; padding-top: 5px; }
.WishList .Grid .CallForPrice { text-align: center; font-weight: bold; font-size: 11px; color: #cc6600; }

 
/**************************************************/
/* FORMS                                         
/**************************************************/
.Form {background-color: #ffffff; color: #DB771F; margin:15px auto 0px auto; padding:12px 26px 15px 26px; border: 0px solid #DB771F;}
.FormTitle, .ForgetPassword .Title {background-color: #3b0b00; color: White; border: 1px solid #ffffff; padding:6px 10px 6px 10px; font-weight:bold;}
/*.Form a:link {color:#DB771F; text-decoration: none;}
.Form a:hover {text-decoration: underline;}*/
.FormCell { background-color: #ffffff; border: 1px solid #3B0B00;}
.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 { color: #731200; display: block; white-space: nowrap; font-size: 11px; font-weight: normal; 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, .FormTrans .BackLink {color:#fdde8e;font-size: 11px;text-decoration:underline;}
.Form .TextField { background-color: #ffffff; color: #731200; padding: 0px 0px 2px 2px;	border: 1px solid #731200; 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 .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: #FDDE8E; font-family: arial, Sans-Serif; padding-right: 10px; padding-left: 10px; text-transform: uppercase; }
.Form .Link { padding-left:7px; font-weight: bold; font-size: 12px; font-family: arial; margin-bottom:5px;color:#731200;text-decoration:underline; }
.Form .Link a:link { color: #731200; }
.Form .Link a:visited { color: #731200; }
.Form .Link a:hover { color: #DB771F; }
.AccessDenied {padding-bottom:20px;color:Red;font-weight:bold;}
.Loginpage {padding-bottom:100px;padding-top:0px;}
.Checkout .Form {background-color:transparent;}
.Form .ValueField {color:#ffffff;}

/**************************************************/
/* FORM TRANS                                         
/**************************************************/
.FormTrans {background-color: Transparent;color:#ffffff; margin:15px auto 0px auto; padding:12px 26px 15px 26px; border: 0px solid #DB771F;font-size:8pt;}
.FormTrans .Overview {color: #fdde8e;margin-top:10px;}
.FormTrans .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; }
.FormTrans .Asterix { color: red; }
.FormTrans .HeaderStyle {background-color: #731200; color: #FFFFFF; border:1px solid #ffffff; font-weight: bold; font-size: 10pt;  margin-bottom: 5px; margin-top: 10px; padding-bottom: 3px; padding-top: 3px; padding-left: 5px; padding-right: 5px; }
.FormTrans .Row { padding-bottom: 10px; }
.FormTrans .FieldStyle { color: #FFFFFF; display: block; white-space: nowrap; font-size: 11px; font-weight: normal; text-align: right; margin-bottom: 10px; padding-right: 10px; padding-top:6px; }
.FormTrans .ValueStyle {display:block; font-size: 11px; font-weight: normal; color: #333333; padding-bottom: 2px; padding-top: 2px; }
.FormTrans .ValueField {padding-bottom:8px;padding-top:5px;}
.FormTrans .SuccessMsg {color: Green; font-size: 13px;}
.FormTrans .TextField, .ForgetPassword .TitleTextStyle { background-color: #ffffff; color: #731200; padding: 0px 0px 2px 2px; border: 1px solid #3b0b00; width:155px; margin-left:5px;}
.FormTrans .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; }
.FormTrans .ForgetLink {margin-top:10px;}
.FormTrans .RememberMe {padding-bottom:5px;}
.FormTrans .Rightalign {padding-left:7px;margin-bottom:30px;}
.FormTrans .Link { padding-left:7px; font-weight: bold; font-size: 12px; font-family: arial; margin-bottom:5px;color:#731200;text-decoration:underline; }
.FormTrans .Link a:link { color: #731200; }
.FormTrans .Link a:hover { color: #DB771F; }
.FormTrans input, .SearchForm input {background-color:#FFFFFF;color:#3b0b00;border:1px solid #3b0b00;padding-left:2px;}
.FormTrans select, .FormTrans textarea, .SearchForm select, .SearchForm textarea {background-color:#FFFFFF;color:#3b0b00;border:1px solid #3b0b00;padding-left:2px;}
.Form .Button, .FormTrans .Button, .Checkout .NextButton, .FormTrans .NextButton, .SearchForm .Button, .ForgetPassword .Button {background-color:#265526;color:#FDDE8E;border:1px solid #FDDE8E;padding:3px 14px 3px 12px;margin:15px 2px 2px 2px; cursor:hand; cursor:pointer;}
.Form .ButtonH, .FormTrans .ButtonH, .Checkout .NextButtonH, .FormTrans .NextButtonH, .SearchForm .ButtonH, .ForgetPassword .ButtonH {color:#FFFFFF;border:3px solid #FDDE8E;margin:13px 0 0 0;}
.Form .ButtonH {border:3px solid #DB771F;}
.FormTrans .Error {color: #FDDE8E !important;}



/* 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 20px 0px 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: #FDDE8E;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 5px;
	text-transform: capitalize;
}
.ShoppingCartNavigation .RootNodeStyle A:Visited
{
	color: #D65C0D;
}
.ShoppingCartNavigation .HoverNodeStyle
{
	color: red;
}
.ShoppingCartNavigation .ParentNodeStyle
{
}
.ShoppingCartNavigation .LeafNodeStyle
{
	font-size: 11px;
	margin-bottom: 5px;
	padding-top: 1px;
	color: #DB771F;
}
.ShoppingCartNavigation .LeafNodeStyle A:Visited
{
	color: #DB771F;
}
.ShoppingCartNavigation .SelectedNodeStyle
{
	font-weight: bold;
}

/*************************************************/
/* FORGOT PASSWORD
/*************************************************/
.ForgetPassword
{
	font-size: small;
}
.ForgetPassword .SucessTextStyle
{
	padding-bottom: 150px;
}

.ForgetPassword .TableContentStyle { margin-left:10px; margin-top:10px;}
 .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; }
.Review .TitleStyle { font-size: 14px; font-weight:bold; font-family:Arial, Sans-Serif; padding:0px; color:#2C542E;}
.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: #2C542E; 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 .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 {  }
.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-family:Arial;
border: 1px solid black;
padding: 2px;
background-color: #FFFFE0;
visibility: hidden;
z-index: 100;
filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120,Strength=3);
}
#dhtmlframe { position: absolute; left: -300px; font-family: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: #994A3C;
	font-size: 10px;
	font-family: "Lucida Grande" , Arial, Verdana, sans-serif;
}

.modalPopup .FooterLink
{
	background-color: black;
	color: #E8E8D0;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	cursor: pointer;
}

/**************************************************/
/* RESET PASSWORD PAGE
/**************************************************/
.ResetPasswordForm { margin-bottom:10px;}
.ResetPasswordForm .LabelStyle { display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #ffffff; text-align: right; padding-left:0px; padding-top:5px; padding-bottom:25px; padding-right:10px; }
.ResetPasswordForm .FieldStyle { display: block; white-space: nowrap; font-size: 11px; font-weight: bold; color: #ffffff; text-align: right; padding-left: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; }