/*Global Reset*/
*
{
	margin: 0;
	padding: 0;
}
/*General*/
BODY
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}
INPUT, SELECT
{
	font-size: 11px;
}
INPUT
{
	padding: 1px;
}
P
{
	line-height: 1.3;
	margin-bottom: 15px;
}
A
{
	font-weight: normal;
	text-decoration: underline;
}
H2, .TitleHeading
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0;
}
H3
{
	font-size: 1.1em;
	margin-bottom: 6px;
}
H4
{
	font-size: 1.1em;
	margin-bottom: 4px;
}
IMG, IMG A
{
	border: 0;
}
UL, OL
{
	margin: 0 0 10px 30px;
}
LI
{
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
BLOCKQUOTE
{
	margin-left: 28px;
}
SELECT OPTION
{
	padding: 0 10px;
}
HR
{
	margin: 10px 0;
	padding: 0;
	background: #C7D7DB;
	height: 1px;
	border: 0;
}
/*Forms*/
.HorizontalFormContainer DL, .VerticalFormContainer DL
{
	margin: 0;
}
.HorizontalFormContainer DT
{
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}
.HorizontalFormContainer DD
{
	margin-left: 170px;
	margin-bottom: 6px;
}
.NarrowFormContainer DT
{
	width: 110px;
}
.NarrowFormContainer DD
{
	margin-left: 120px;
}
.HorizontalFormContainer P.Submit
{
	margin-left: 170px;
}
.NarrowFormContainer P.Submit
{
	margin-left: 120px;
}
.VerticalFormContainer DT
{
	margin-bottom: 6px;
}
.VerticalFormContainer DD
{
	margin-bottom: 6px;
	margin-left: 10px;
}
/*Page Container*/
#Container
{
	width: 975px;
	margin: 0 auto;
}
/*Top Navigational Menu*/
#TopMenu
{
	height: 27px;
	padding: 0;
}
#TopMenu UL
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#TopMenu LI
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#TopMenu LI.First A
{
	border-left: 0;
}
#TopMenu LI A, #TopMenu LI DIV
{
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	padding: 0 10px;
	margin: 8px 0 0;
}
#TopMenu LI DIV A
{
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}
#TopMenu LI A:hover
{
	text-decoration: underline;
}
/*Pages Menu*/
#Menu
{
	clear: both;
	margin: 0 0 4px;
	padding: 0;
	height: 26px;
}
#Menu UL
{
	margin: 0;
	padding: 0;
}
#Menu LI
{
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu LI.First A
{
	background-image: none;
}
#Menu LI A
{
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 4px 10px;
	height: 20px;
}
#Menu LI A:hover
{
	text-decoration: underline;
}
#Menu LI UL
{
	width: auto;
	position: absolute;
	clear: left;
	top: 22px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 1;
}
#Menu LI UL LI
{
	clear: both;
	color: #FFFFFF;
	text-align: left;
	background: transparent;
}
#Menu LI UL LI A
{
	padding: 3px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
}
#Menu LI UL LI A:hover
{
	text-decoration: none;
}
#Menu LI:hover A, #Menu LI.over A
{
	text-decoration: underline;
}
#Menu LI UL LI A, #Menu LI.over LI A
{
	text-decoration: none !important;
}
#Menu LI:hover UL, #Menu LI.over UL
{
	display: block;
}
/*Holly Hack. IE Requirement \*/
* HTML #Menu UL LI
{
	float: left;
	height: 1%;
}
* HTML #Menu UL LI A
{
	height: 1%;
}
/*End
Outer Content Wrapper (Surrounds header & content)*/
#Outer
{
	margin-top: 4px;
	clear: both;
}
#Wrapper
{
	clear: both;
}
/*Header*/
#Header
{
	height: 57px;
	clear: both;
	margin: 0 0 1px;
	padding-bottom: 12px;
}
/*Logo*/
#Logo
{
	float: left;
	width: 490px;
}
#Logo H1
{
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 64px;
	height: 45px;
	margin-top: 10px;
}
#Logo H1 A
{
	text-decoration: none;
}
/*Top Search Form*/
#SearchForm
{
	float: right;
}
#SearchForm LABEL
{
	font-weight: bold;
}
#SearchForm INPUT.Textbox
{
	width: 139px;
	border: 1px solid #CCC;
	background: #FFF;
	font-size: 0.9em;

	padding: 3px;
}
#SearchForm .Button
{
	width: 27px;
	height: 27px;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
}
#SearchForm P
{
	text-align: right;
	margin: 0 0 0 45px;
	font-size: 0.9em;
}
#SearchForm A
{
	text-decoration: none;
}
/*Left Content Area*/
.Left
{
	float: left;
	min-height: 500px;
	width: 200px;
	font-size: 0.85em;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F000F;
	/*[disabled]clear:both;*/
}
.Left H2
{
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}
.Left A
{
	color: #000;
	text-decoration: none;
	margin-left: 20px;
}
.Left LI A:hover
{
	text-decoration: none;
}
.Left .BlockContent
{
	margin: 0 10px;
}
.Left UL
{
	margin: 0;
	padding: 0;
}
.Left LI
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
.Left .BlockContent
{
	margin: 0 10px;
}
.Left LI A
{
	text-decoration: none;
}
.Left #SideCategoryList LI UL
{
	border-top: 1px solid #C5DDE9;
}
.Left #SideCategoryList LI.LastChild
{
	border-bottom: 0 !important;
}
.Left #SideCategoryList LI
{
	padding: 7px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDBDBD;
}
.Left #SideCategoryList LI UL
{
	padding-left: 15px;
}
/*Primary Content Area*/
.Content
{
	float: left;
	width: 580px;
	min-height: 500px;
	font-size: 0.95em;
	padding-right:10px;
}
.Content .Block
{
}
.Block
{
}
.Content H2, .TitleHeading
{
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
}
.Content A:hover
{
	text-decoration: none;
}
/*Primary Content Area (column span of 2)*/
.Content.Wide
{
}
/*Primary Content Area (column span of 3 - spans entire page width)*/
.Content.Widest
{
}
/*Right Content Area*/
.Right
{
	float: right;
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	padding-bottom: 10px;
	margin-left: 10px;
}
.Right H2
{
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}
.Right A
{
	color: #000;
}
.Right LI A:hover
{
	text-decoration: underline;
}
.Right .BlockContent
{
	margin: 0 10px;
}
.Right UL
{
	margin: 0;
	padding: 0;
}
.Right LI
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
.Right .BlockContent
{
	margin: 0 10px;
}
.Right LI
{
	border-bottom: 1px solid #C5DDE9;
}
.Right LI A
{
	text-decoration: none;
}
.Right LI A:hover
{
	text-decoration: underline;
}
/*Page Footer*/
#Footer
{
	clear: both;
	text-align: center;
	margin: 30px 0 0;
	padding: 20px 0 0;
}
#Footer UL
{
	list-style: none;
	margin: 0 0 30px 115px;
	padding: 0;
}
#Footer LI
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Footer LI A
{
	text-decoration: none;
	padding: 0 10px;
}
/*Newsletter Subscription Form*/
.NewsletterSubscription
{
	clear: both;
}
.NewsletterSubscription LABEL
{
	clear: both;
	float: left;
}
.NewsletterSubscription INPUT
{
	width: 129px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}
.NewsletterSubscription .Button
{
	width: 95px;
	height: 25px;
	border: 0;
	margin-top: 6px;
	vertical-align: middle;
}
/*Product Listings*/
.ProductList
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.Content .ProductList LI
{
	list-style: none;
	float: left;
	width: 122px;
	font-size: 0.95em;
	margin: 6px;
	padding: 8px;
	overflow: hidden;
	min-height: 17em;
}
.ProductList A
{
	text-decoration: none;
}
.ProductList .ProductImage
{
	margin: 0 0 5px;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}
.ProductList P
{
	margin: 5px 0 5px 5px;
}
.ProductList STRONG, .ProductList STRONG A
{
	color: #075899;
}
.ProductPrice, .ProductList EM
{
	font-style: normal;
	font-weight: bold;
}
.ProductList .Rating
{
	font-size: 0.9em;
	font-weight: bold;
}
.ProductList .Rating IMG
{
	height: 12px;
	margin-top: 3px;
}
.ProductList LI .ProductCompareButton
{
	margin-top: 3px;
	text-align: center;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage
{
	display: none;
}
.Left .ProductList LI, .Right .ProductList LI
{
	clear: both;
	width: 140px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px;
	color: #000000;
}
.Right .SideCart P
{
	color: #000000;
}
/*Top Seller Block Specific*/
.Left .TopSellers LI .TopSellerNumber, .Right .TopSellers LI .TopSellerNumber
{
/*Contains the number of the item*/
	float: left;
	width: 20px;
	font-size: 1.2em;
	padding: 6px 0 3px 6px;
}
.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails
{
/*Contains the details of the item*/
	margin-left: 24px;
	width: 110px;
	padding: 3px 0;
}
.Left .TopSellers LI.TopSeller1, .Right .TopSellers LI.TopSeller1
{
/*No1 seller box*/
	clear: both;
	float: left;
	width: 128px;
	margin: 10px 0 5px;
	padding: 5px;
	overflow: visible;
	display: inline;
}
.Left .TopSellers LI.TopSeller1 IMG, .Right .TopSellers LI.TopSeller1 IMG
{
	text-align: center;
	overflow: hidden;
}
.Left .TopSellers LI.TopSeller1 .TopSellerNumber, .Right .TopSellers LI.TopSeller1 .TopSellerNumber
{
	width: 44px;
	height: 34px;
	font-size: 2em;
	padding: 7px 0 6px;
	margin: -20px 0 0;
	text-align: center;
	display: block;
}
.Left .TopSellers LI.TopSeller1 .ProductDetails, .Right .TopSellers LI.TopSeller1 .ProductDetails
{
	margin-left: 0;
}
.Left .TopSellers LI.TopSeller1 .ProductImage, .Right .TopSellers LI.TopSeller1 .ProductImage
{
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
}
.Content .TopSellers LI .TopSellerNumber
{
	display: none;
}
/*Page Breadcrumbs*/
.Breadcrumb UL, .Breadcrumb LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.Breadcrumb
{
	font-size: 0.9em;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDFE2;
}
.Breadcrumb LI
{
	padding-left: 6px;
	display: inline;
}
.Breadcrumb LI A
{
	padding-right: 10px;
	background: url(../../default/images/BreadcrumbSep.gif) no-repeat right;
}
.FindByCategory UL, .FindByCategory LI
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.FindByCategory LI
{
	padding-left: 12px;
	background: url(../../default/images/BreadcrumbSep.gif) no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}
/*Miscellaneous Definitions*/
.Meta
{
	color: #444;
	font-size: 0.93em;
}
.Left .FeedLink, .Right .FeedLink
{
	padding-right: 5px;
}
.Content .FeedLink
{
	margin-top: 4px;
}
.FloatRight
{
	float: right;
}
.FloatLeft
{
	float: left;
}
.ClearRight
{
	clear: right;
}
.ClearLeft
{
	clear: left;
}
.SortBox
{
	font-size: 0.95em;
	color: #444;
}
.CompareButton
{
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}
.Clear
{
	clear: both;
}
.Field45
{
	width: 45px;
}
.Field100
{
	width: 100px;
}
.Field150
{
	width: 150px;
}
.Field200
{
	width: 200px;
}
.Field250
{
	width: 250px;
}
.Field300
{
	width: 300px;
}
.Field350
{
	width: 350px;
}
.Field400
{
	width: 400px;
}
.MB10
{
	margin-bottom: 10px;
}
.MT0
{
	margin-top: 0px;
}
.LH140
{
	line-height: 140%;
}
.PLRB5
{
	padding: 0px 5px 5px;
}
.PLR10
{
	padding: 0px 10px;
}
.PL20
{
	padding: 0px 0px 0px 20px;
}
.PL40
{
	padding: 0px 0px 0px 40px;
}
.ML20
{
	margin: 0px 0px 0px 20px;
}
.MT10
{
	margin-top: 10px;
}
.PL10
{
	padding-left: 10px;
}
.PB2
{
	padding-bottom: 2px;
}
.NoMarginBottom
{
	margin-bottom: 0;
}
.Required
{
	color: #FF0000;
	font-weight: bold;
	visibility: visible;
}
.InfoMessage
{
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}
.SuccessMessage
{
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}
.ErrorMessage
{
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}
/************* Page Specific: Create Account / Login Page *************/
.CreateAccount
{
	float: left;
	width: 220px;
	border-right: 1px solid #CCC;
	padding-right: 10px;
}
.AccountLogin
{
	float: left;
	padding-left: 10px;
	width: 335px;
}
UL.ShippingAddressList, UL.ShippingAddressList LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.ShippingAddressList LI
{
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.PrimaryProductDetails .ProductThumb
{
	float: left;
	width: 190px;
	text-align: center;
}
.PrimaryProductDetails .ProductMain
{
	width: 394px;
	float: left;
}
.PrimaryProductDetails DL
{
	font-size: 0.9em;
}
.PrimaryProductDetails DT
{
	font-weight: bold;
	width: 80px;
	clear: left;
}
.PrimaryProductDetails DD
{
	margin-left: 90px;
}
.Right HR
{
	margin: 5px 0 0;
}
.Content H3
{
	margin-bottom: 5px;
}
.ComparisonCheckbox
{
	float: left;
}
.SideRecentlyViewed .CompareButton
{
	margin: 10px 0 0;
	padding: 0;
}
.SideRecentlyViewed .ProductList LI
{
	margin-left: 0;
}
.SideRecentlyViewed .ProductDetails
{
	margin-left: 20px;
}
/*Product Comparisons*/
.ComparisonTable
{
	width: 100%;
}
.ComparisonTable TD
{
	vertical-align: top;
	font-size: 11px;
}
.CompareFieldName
{
	width: 95px;
	padding: 8px 10px 8px 15px;
}
.CompareFieldTop
{
	padding: 5px;
	text-align: center;
}
.CompareFieldTop A
{
	text-decoration: none;
	font-size: 10px;
}
.CompareFieldTop A:hover
{
	text-decoration: underline;
}
.CompareLeft
{
	padding: 5px 10px;
}
.CompareCenter
{
	text-align: center;
	padding: 5px;
}
.CompareRating
{
	text-align: center;
	padding-top: 8px;
	vertical-align: middle;
}
.CompareProductOption
{
	margin-left: 20px;
	padding-left: 5px;
}
.Availability
{
	color: #808080;
}
.LittleNote
{
	color: #808080;
	font-size: 0.85em;
}
.ViewCartLink
{
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 8px;
}
/*General Tables*/
TABLE.General, TABLE.CartContents, TABLE.General
{
	width: 100%;
	margin: 10px 0;
}
TABLE.General THEAD TR TH, TABLE.CartContents THEAD TR TH
{
	padding: 6px 10px;
	text-align: left;
}
TABLE.General TBODY TD, TABLE.CartContents TBODY TD
{
	padding: 6px 10px;
	vertical-align: top;
}
TABLE.General TBODY TR.First TD
{
	border-top: 0;
}
/*Cart Contents Table*/
.CartContents TBODY TD
{
	border-bottom: 0;
}
.CartContents .ProductName A
{
	font-weight: bold;
}
.CartContents TBODY .SubTotal TD
{
	text-align: right;
	font-weight: bold;
}
.ProceedToCheckout
{
	text-align: right;
}
.Content .ProceedToCheckout
{
	width: 200px;
	float: right;
}
.ProceedToCheckout A
{
	padding-top: 5px;
}
.MiniCart .SubTotal
{
	text-align: center;
	font-size: 115%;
	color: #075899;
}
.MiniCart .CartProductOptionList
{
	display: block;
}
.JustAddedProduct
{
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.JustAddedProduct STRONG, .JustAddedProduct A
{
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}
.CategoryPagination .PagingList, .CategoryPagination .PagingList LI
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.CategoryPagination
{
	padding: 5px;
	text-align: center;
}
.CategoryPagination .PagingList LI
{
	display: inline;
	padding: 0 5px;
}
/*Quick Search*/
.QuickSearch
{
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	background: #FFF;
	border: 1px solid #BFBFBF;
}
.QuickSearchTitle TD, .QuickSearchAllResults TD
{
	font-weight: bold;
	padding: 4px;
	font-size: 11px;
}
.QuickSearchResult TD
{
	font-size: 11px;
	padding: 8px 0px 8px 8px;
	cursor: pointer;
}
.QuickSearchResultImage
{
	margin-left: 4px;
	margin-right: 10px;
	text-align: center;
}
.QuickSearchResultNoImage
{
	padding-top: 10px;
	color: #777;
}
.QuickSearchResultName
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
.QuickSearchResult .Price
{
	font-size: 11px;
}
.QuickSearchHover TD
{
	background: #E8F4F8;
}
.QuickSearchHover A
{
	text-decoration: underline;
	font-weight: bold;
}
.QuickSearchAllResults
{
	text-indent: -7000px;
}
.QuickSearchAllResults A
{
	text-decoration: underline;
	height: 25px;
	display: block;
	background: url(../../default/images/blue/QuickSearchAllResultsButton.gif) no-repeat right;
}
.QuickSearchAllResults A:active, .QuickSearchAllResults A
{
	outline: none;
	-moz-outline-style: none;
}
/*Brand Tag Clouds*/
.BrandCloud .smallest
{
	font-size: 12px;
}
.BrandCloud .small
{
	font-size: 15px;
}
.BrandCloud .medium
{
	font-size: 18px;
}
.BrandCloud .large
{
	font-size: 20px;
}
.BrandCloud .largest
{
	font-size: 26px;
}
.BrandCloud A
{
	padding-right: 5px;
}
.DownloadExpires
{
	padding-top: 3px;
	font-style: italic;
	color: #808080;
}
.DownloadExpiresToday
{
	color: #FF0000;
}
.CheckoutRedeemCoupon H4
{
	margin-top: 0;
}
.CheckoutRedeemCoupon P
{
	margin-top: 10px;
	margin-bottom: 0;
}
.BillingDetails
{
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}
.ShippingDetails
{
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.ProductDetailsGrid DT
{
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}
.ProductDetailsGrid DD
{
	margin-left: 145px;
	margin-bottom: 6px;
}
.SubCategoryList
{
	padding: 4px;
}
.SubCategoryList UL, .SubCategoryList LI
{
	list-style: none;
	margin-left: 0;
}
.SubCategoryList LI
{
	margin-bottom: 4px;
	padding-left: 25px;
	background: url(../../default/images/SubCategory.gif) no-repeat 3px 1px;
}
.SearchTips .Examples
{
	background: #FFFFE0;
	padding: 8px;
	border: 1px solid #AAA;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}
.PrimaryProductDetails .ProductThumb P
{
	margin-top: 10px;
	font-size: 0.9em;
}
.ProductReviewList
{
	clear: both;
}
.SortBox SELECT
{
	font-size: 0.9em;
}
.SortBox OPTION
{
	color: #444;
}
.YourAccount LI
{
	margin-bottom: 8px;
}
.SoldOut
{
	color: #999;
}
.RemoveFromWishlistForm
{
	margin: 5px;
}
.ShippingProviderList
{
	list-style: none;
}
SMALL
{
	font-size: 11px;
	color: #808080;
}
.HowToPay
{
	margin-bottom: 10px;
}
.ProductList EM, .ProductList .Rating
{
	display: block;
}
.GoogleCheckout P, .PayPalExpressCheckout P, .AlternativeCheckout P
{
	margin: 0;
	font-size: 90%;
}
.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout
{
	text-align: center;
	margin-bottom: 10px;
}
.KeepShopping
{
	width: 180px;
	clear: both;
	text-align: right;
}
/** Top Right Locale Chooser (list of flags) **/
#TopMenu LI.Flag
{
	float: right;
}
#TopMenu LI.Flag DIV
{
	border: 0;
}
#TopMenu LI.Flag IMG
{
	margin: 3px;
}
#TopMenu LI.Flag IMG.Last
{
	margin-right: 0px;
}
#TopMenu LI.Flag IMG.Selected
{
	border: 2px solid #FFFFAA;
	margin: 1px 3px;
}
/** Currency Selector **/
.CurrencyList DL
{
	margin: 0;
	padding: 0;
}
.CurrencyList DD
{
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}
.CurrencyList A
{
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}
.CurrencyList A.Sel
{
	background-color: #FFFFAA;
}
.CurrencyList A:hover .Text
{
	text-decoration: underline;
}
.CurrencyList A .Flag
{
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}
.CurrencyList A .Text
{
	display: block;
	padding-left: 24px;
}
.PrimaryProductDetails .YouSave
{
	font-weight: bold;
	margin-top: 3px;
	display: block;
}
/*Shipping Estimation on Cart Contents Page*/
.EstimateShipping
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}
.EstimateShipping DT
{
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}
.EstimateShipping DD
{
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}
.EstimateShipping P.Submit
{
	margin-top: 10px;
	margin-bottom: 3px;
}
.EstimateShipping LABEL
{
	display: block;
	margin-bottom: 5px;
}
.EstimatedShippingMethods
{
	text-align: left;
}
.EstimatedShippingMethods TABLE
{
	width: 100%;
	border-collapse: collapse;
}
.EstimatedShippingMethods .VendorShipping
{
	margin-left: 20px;
	margin-bottom: 10px;
}
.EstimatedShippingMethods .Submit
{
	text-align: right;
}
.CartContents TBODY .SubTotal .EstimatedShippingMethods TBODY TD
{
	text-align: left;
}
.CartContents TBODY .SubTotal .EstimatedShippingMethods TBODY TD.Price
{
	text-align: right;
}
.SharePublicWishList
{
	background-color: #FFFFE0;
	padding: 5px;
	border: 1px solid #CDDEE2;
}
/*Express Checkout*/
.ExpressCheckoutBlock .ExpressCheckoutTitle
{
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
}
.ExpressCheckoutBlock H3 A
{
	font-size: 12px;
}
.ExpressCheckoutBlock
{
	padding-top: 6px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent
{
	display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent
{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent
{
	display: none;
}
A.ChangeLink
{
	position: absolute;
	right: 15px;
}
.ExpressCheckoutBlock A.ChangeLink
{
	display: none;
}
.ExpressCheckoutBlockCompleted A.ChangeLink
{
	display: inline;
}
.ExpressCheckoutCompletedContent
{
	position: absolute;
	left: 250px;
}
.LoadingIndicator
{
	margin-left: 10px;
}
.LoadingIndicator IMG
{
	vertical-align: middle;
	margin-right: 10px;
}
#TopMenu LI.HeaderLiveChat
{
	float: right;
}
#TopMenu LI.HeaderLiveChat DIV
{
	border-left: 0;
}
.HeaderLiveChat IMG
{
	vertical-align: middle;
}
#ProductOtherDetails .ProductDetailsGrid
{
	margin-left: 25px;
}
.SubCategoryListGrid
{
	padding: 4px;
}
.SubCategoryListGrid UL, .SubCategoryListGrid LI
{
	list-style: none;
	margin-left: 0;
}
.SubCategoryListGrid LI
{
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #FFF;
	float: left;
	text-align: center;
}
.SubCategoryListGrid OL
{
	clear: both;
}
.SubBrandList
{
	padding: 4px;
}
.SubBrandList UL, .SubBrandList LI
{
	list-style: none;
	margin-left: 0;
}
.SubBrandList LI
{
	margin-bottom: 4px;
	padding-left: 25px;
	background: url(../../default/images/SubBrand.gif) no-repeat 3px 1px;
}
.SubBrandListGrid
{
	padding: 4px;
}
.SubBrandListGrid UL, .SubBrandListGrid LI
{
	list-style: none;
	margin-left: 0;
}
.SubBrandListGrid LI
{
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #FFF;
	float: left;
	text-align: center;
}
.SubBrandListGrid OL
{
	clear: both;
}
.ProductAddToCart DT DIV.Required, #CartEditProductFieldsForm DT DIV.Required
{
	margin-left: -10px;
}
.ProductAddToCart INPUT.Textbox, #CartEditProductFieldsForm INPUT.Textbox
{
	width: 181px;
}
.ProductAddToCart TEXTAREA, #CartEditProductFieldsForm TEXTAREA
{
	width: 183px;
	height: 50px;
}
.ProductFields DD
{
	margin-bottom: 4px;
	float: left;
	margin-left: 20px;
}
.ProductFields
{
	margin-bottom: 15px;
}
.ProductFields INPUT.Textbox
{
	width: 100%;
}
.ProductFields TEXTAREA
{
	width: 100%;
}
.CartContents .CartProductFieldsLink
{
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url(../../default/images/GiftWrappingAvailable.gif) no-repeat;
	padding-bottom: 4px;
}
.CartContents .CartProductFieldsRow
{
	border-top: 0;
}
.CartContents .CartProductFieldsRow DL
{
	margin-top: 15px;
}
P.QuantityInput, P.AddCartButton
{
	text-align: center;
}
.ProductAddToCart DT.QuantityInput
{
	margin-top: 4px;
}
.ProductAddToCart DD.AddCartButton SPAN
{
	margin-top: 4px;
	padding-right: 5px;
}
.ProductActionAdd
{
	display: block;
	margin-top: 3px;
}
.ProductActionAdd A, .ProductActionAdd STRONG A
{
	text-decoration: underline;
}
.TagList
{
	margin-top: 20px;
}
.CartThumb
{
	text-align: center;
	width: 1px;
}
.WrappingOptions
{
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url(../../default/images/GiftWrappingAvailable.gif) no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}
.ViewAllLink A
{
	padding-top: 10px;
	display: block;
}
.SelectGiftWrapMultiple
{
	max-height: 400px;
}
/*Tabbed Navigation*/
.TabNav, .TabNav LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.TabNav
{
	font-size: 11px;
	margin-bottom: 10px;
	padding: 6px 4px;
}
.TabNav LI
{
	display: inline;
}
.TabNav LI A
{
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 4px 6px;
	margin-right: 3px;
	margin-top: 3px;
	text-decoration: none;
}
.TabNav LI A:hover
{
	text-decoration: none;
}
.TabNav LI.Active A
{
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}
.ProductAddToCart DD.AddCartButton DIV.BulkDiscount
{
	display: inline-block;
	float: left;
}
.ProductAddToCart DD.AddCartButton DIV.BulkDiscount DIV.BulkDiscountLink
{
	padding-left: 4px;
}
#VendorLogo .BlockContent, #VendorPhoto .BlockContent
{
	margin: 0;
	text-align: center;
}
.TransitTime
{
	font-weight: normal;
	color: #808080;
}
.Content .ProductList.List LI
{
	margin: 0;
	margin-top: 6px;
	display: block;
	width: auto;
	float: none;
	padding: 6px;
	min-height: 0;
	height: 132px;
	background-image: none;
}
.Content .ProductList.List .ProductImage
{
	margin: 0 !important;
	padding: 0px;
	margin-right: 15px;
	float: left;
	background-image: none;
	width: 120px;
	height: 120px;
}
.Content .ProductList.List .ProductDetails
{
	height: auto;
	display: block;
	clear: none;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	margin-left: 135px;
	text-align: left;
	background-image: none;
}
.Content .ProductList.List .ProductQty
{
	margin-left: 10px;
}
.Content .ProductList.List .ProductDescription
{
	font-style: italic;
	margin-top: 5px;
}
.Content .ProductList .ProductRightCol
{
	float: right;
}
.Content .ProductList.List LI .ProductCompareButton
{
	text-align: left;
	margin-top: 10px;
}
.OrderItemMessage
{
	background-color: #FFF1A8;
	padding: 7px;
	margin: 10px 0px;
}
/*Custom Fields - Start*/
.LittleNotePassword
{
	color: #808080;
	font-size: 0.85em;
	padding: 2px 0px;
}
.RequiredClear
{
	visibility: hidden;
}
/*Custom Fields - End
Product Details*/
.ProductDetailsGrid .DetailRow
{
	clear: left;
	margin-top: 6px;
	padding-left: 140px;
}
.ProductDetailsGrid .Label
{
	margin: 0 0 6px -140px;
	float: left;
	width: 130px;
	font-weight: bold;
	padding-top: 1px;
	display: inline;
	position: relative;
}
.ProductDetailsGrid .Value
{
	display: inline;
}
.ProductDetailsGrid .Label .Required
{
	position: absolute;
	left: -1em;
}
.ProductOptionList UL, .ProductOptionList LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductOptionList LI
{
	margin-bottom: 3px;
}
.ProductOptionList INPUT
{
	vertical-align: middle;
}
