﻿/* ProductNav.css */

/* Class heading - Standard */

.ProdClassHeading
{
    width: 680px;
}
.ProdClassHeadingOuter p      /* Avoid top space in non-IE. bottom still separates paragraphs. */
{
    margin-top: 0px;
    padding-top: 0px;
}
.ProdClassHeadingImage
{
    padding-left: 20px;
    float: right;
}
.ProdClassHeadingText
{
    padding-top: 8px;
    width: 680px;
}
.ProdClassHeadingTextCollapsed
{
    height: 50px;
    overflow: hidden;
    padding-top: 8px;
    width: 680px;
}

/* Class heading - Horizontal */

.ProdClassHeadingH
{
    width: 628px;           /* This is only different than standard to hit 800px. */
}
.ProdClassHeadingColL
{
    padding-right: 2px;     /* Match right col. */
    width: 310px;           /* padding adds to this. */
}
.ProdClassHeadingColR
{
    padding-right: 2px;     /* To come just off the right side. No width, so expanded wraps under heading. */
}
.ProdClassHeadingColR p     /* Avoid top space in non-IE. bottom still separates paragraphs. */
{
    margin-top: 0px;
    padding-top: 0px;
}
.ProdClassHeadingTextH
{
    padding-top: 0px;
}
.ProdClassHeadingTextCollapsedH
{
    height: 67px;
    overflow: hidden;
    padding-top: 0px;
}

/* Class heading - Common */

.ProdClassHeadingName1
{
    font-size: 30px;
    font-weight: bold;
}
.ProdClassSubheading
{
    font-size: 20px;
    font-weight: bold;
}
.ProdClassHeadingMore
{
    font-size: 11px;
}
h1.ProductClassSubheading           /* Style for an h1 tag that looks like subheading. */
{
    font-size: 16px;
}
h2.ProductClassSubheading           /* Normal h2 style, but here since it gets declared. */
{
    font-size: 16px;
}

/* Product count anchor link */
.ProductCount
{
    font-size: 11px;
    margin-bottom: 2px;
}

/* Fitment machine picker */

.MachinePicker
{
    padding: 12px 0px 8px 12px;
}
.MachinePickerList
{
    margin-top: 4px;
}
.MachinePickerOr
{
    font-size: 16px;
    font-weight: bold;
}
.FitMachinePicker
{
    background-color: #ff9900;
    width: 675px;               /* Not sure why this is naturally a little wide. */
}
.FitSelect
{
	font-size: 0.8em;
	font-weight: bold;
	margin: 2px;
}

/* Attribute drill-down navigation. */

.AttrNav
{
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-left: 1px solid #006699;
	margin-top: 10px;
}

.AttrNav a:visited {color : #800080}     /* change the color on visited items with IE default color */

.AttrNavSpacer, .AttrNavSpacer3
{
    width: 225px;
    height: 1px;
}

.AttrNavHeading
{
    background-color: #006699;			/* the greener one is #608CA0; */
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 0px 2px 4px;
}
.AttrNavHeading a		/* was Back link, now unused */
{
    color: white;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
}

.AttrHeader td
{
	border-bottom: 1px solid #BACDD6;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px;
}
.AttrProdCount
{
	font-weight: normal;
}
.AttrEntry td
{
	font-size: 0.8em;
	padding: 6px 4px 6px 4px;
	vertical-align: top;
}
.AttrEntryDot
{
	height: 7px;
	width: 7px;
	margin-right: 2px;
}
.AttrEntryBot td
{
	border-bottom: 1px solid #006699;
	padding-top: 8px;
}

a.ViewAll
{
	font-style: italic;
	font-weight: bold;
}
.ViewAllArrow
{
	height: 8px;
	width: 11px;
}

/* Attribute list */

.AttrList
{
    margin-left: 20px;
}

.AttrListDesc
{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Filters */

div.AttrFilter
{
    width: 628px;
}
div.FilterRow
{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 42px;
    padding-left: 6px;
}
div.FilterRowLeft
{
    float: left;
    position: relative;
    top: 2px;
}
div.FilterRowRight
{
    float: right;
    margin-right: 2px;
    position: relative;
    top: 2px;
}
div.FilterRow img
{
    vertical-align: middle;
}
span.FilterRowColorSize
{
    margin-left: 10px;
}
a.FilterLinkText
{
    font-size: 11px;
    font-weight: bold;
}
a.FilterAdvanced
{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

span.SizePopupImgLink
{
    cursor: pointer;
}
img.SizePopupImg
{
    position: relative;
    top: 2px;
}
span.FilterPopupText
{
    cursor: pointer;
    margin-right: 8px;
}
span.FilterPopupText span
{
    color: #336699;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
span.FilterPopupText span.FilterPopupTextOver
{
    color: #ff9900;
}
div.ColorPopup
{
    border: 2px solid #666666;
    background-color: #f8f8f8;
    padding: 10px 10px 10px 10px;
    text-align: left;
    position: absolute;     /* Keeps it from taking space during load. */
    width: 100px;           /* Padding is added, but it's a total of 40; not sure from where. */
    visibility: hidden;     /* Keeps it from flickering into view during load. */
    z-index: 1;             /* Inherited from: keep in front of assy tabs. */
}
div.SizePopup
{
    border: 2px solid #666666;
    background-color: #f8f8f8;
    padding: 10px 10px 10px 10px;
    text-align: left;
    position: absolute;     /* Keeps it from taking space during load. */
    width: 170px;           /* Padding is added, but it's a total of 40; not sure from where. */
    visibility: hidden;     /* Keeps it from flickering into view during load. */
    z-index: 1;             /* Inherited from: keep in front of assy tabs. */
}
div.FilterPopupClose
{
    font-size: 11px;
    float: right;
    text-align: right;
}
div.FilterPopupTop
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}
div.FilterPopupColors a
{
    margin: 2px;
}
div.FilterPopupSizes ul
{
    list-style-type: none;
    margin: 0px;
    padding: 2px 0px 0px 5px;
}
div.FilterPopupSizes ul li
{
    font-size: 11px;
    margin-bottom: 2px;             /* Both are working in IE, only one in FF. Balance them. */
    padding-bottom: 2px;
}

span.FilterBrandLabel
{
    font-size: 0.8em;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

span.NoFilters
{
    font-size: 12px;
    font-weight: bold;
}

/* Sort and Page size dropdowns for product list */

.ProdListSort
{
    float: right;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
.ProdListSort select
{
    font-size: 0.8em;
}
.SortByLabel
{
    font-size: 0.8em;
    margin-left: 2px;
    position: relative;
    top: -1px;
}
.SortByNote
{
    font-size: 0.8em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.PageSizeLabel
{
    font-size: 0.8em;
    position: relative;
    top: -1px;
}

/* Sort and Page size dropdowns for product grid */

.ProdGridDropDowns
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 26px;                       /* Plus padding. */
	padding-top: 4px;
}
.ProdGridSort
{
    float: left;
    margin-right: 10px;
}
.ProdGridSort select
{
    font-size: 0.8em;
}
.ProdGridPageSize
{
    float: right;
    margin-right: 2px;
}
.ProdGridPageSize select
{
    font-size: 0.8em;
}

/*
    Product list Pager

    The text align right was insufficient for FF; had to align right in the table itself.
    That seems to have taken the table out of the div, so these margins and padding may be doing nothing.
*/
.ProdListPager
{
	margin-bottom: 6px;
	text-align: right;
	padding: 2px;
}
.ProdListPagerFromTo
{
    font-size: 0.8em;
}

/* Product list */

.ProductCenter
{
    width: 680px;
    height: 1000px;
}

.ProdList
{
	border: 1px solid #006699;
	clear: both;
    width: 680px;
}
.ProdList a:visited
{
    color: #800080;                     /* Visited items match IE default color */
}
.ProdListHeader td
{
    background-color: #006699;			/* the greener one is #608CA0; */
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 2px 8px 2px 4px;
}

.ProdListGray
{
	border: 1px solid #bbbbbb;
	clear: both;
    width: 680px;
}
.ProdListGray a:visited
{
    color: #800080;                     /* Visited items match IE default color */
}
.ProdListHeaderGray td
{
    background-color: #bbbbbb;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 2px 8px 2px 4px;
}

.ProdListEntry td
{
	border-bottom: 1px solid #006699;			/* the greener one is #BACDD6; */
	padding: 2px 4px 10px 4px;
	vertical-align: top;
}
.ProdListEntryThumb
{
	margin-top: 6px;
}
.ProdListSm
{
    font-size: 10px;
}
.ProdListAttrs
{
    font-size: 0.8em; 
}
.ProdListDesc
{
    font-size: 0.8em; 
    margin-top: 4px;
}
a.ProdListReadMore
{
	font-size: 0.9em;
}
.ProdListAvail
{
    font-size: 0.8em; 
    margin-top: 6px;
}
.ProdListRating
{
    font-size: 0.8em; 
    margin-top: 6px;
}
.ProdListRatingHeading
{
    font-weight: bold;
}
.ProdListRatingNotRated
{
    font-size: 10px;
}

.ProdListFit
{
    font-size: 0.8em; 
    margin-top: 6px;
}
.ProdListFit div
{
    margin-left: 30px;
}

.ProdListQty
{
    text-align: right;
}
.ProdListAddBtn
{
    margin-top: 2px;
    margin-bottom: 2px;
}

/* Product Grid */

div.ProdGrid
{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    width: 626px;                       /* Allow for border. */
}
div.ProdGridEntry a:visited
{
    color: #800080;                     /* Visited items match IE default color */
}

div.ProdGridEntry
{
    float: left;
    font-size: 11px;
    font-weight: bold;
	margin: 5px;
	text-align: center;
	vertical-align: top;
	width: 140px;
}
.ProdGridColorVid
{
    margin-top: 4px;
    width: 135px;                       /* Limits to 10 colors then wraps, which looks better than 11. */
}
.ProdGridThumb
{
	margin: 0 auto;                     /* Center in all browsers. */
	padding: 2px;
	width: 60px;
	height: 60px;
}

p.ProdGridListPrice
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
p.ProdGridOurPrice
{
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.ProdGridNoProducts
{
    font-size: 12px;
    font-weight: bold;
    padding-top: 20px;              /* Margin didn't include a border in ff. */
    margin-bottom: 40px;
    text-align: center;
}

/* Wish list control management items */

.ProdWishEntryTop td
{
	padding: 4px 4px 0px 4px;
	vertical-align: top;
}
.ProdWishEntryCompact td
{
	padding: 4px 4px 4px 4px;   /* Helps balance height when there's a closeout. */
	vertical-align: top;
}
.ProdWishOuterBot
{
	padding: 12px 0px 0px 20px;
}
.ProdWishEditHeading td
{
	font-size: 11px;
    font-weight: bold;
	padding: 0px 4px 0px 4px;
}
.ProdWishEditFieldsRow td, .ProdWishEditFields
{
	font-size: 11px;
	padding: 0px 4px 0px 4px;
}
.ProdWishEditFieldsRow input, .ProdWishEditFieldsRow select, .ProdWishEditFields input, .ProdWishEditFields select
{
	font-size: 11px;
}
.ProdWishEditSelect
{
	padding-top: 6px;
}
.ProdWishEditUpdate td
{
	font-size: 11px;
	padding: 4px 4px 0px 4px;
}
.ProdWishEditUpdate  input, .ProdWishEditUpdate select
{
	font-size: 11px;
}
.ProdWishEditLinks
{
	font-size: 11px;
    text-align: left;
}
.ProdWishEntryBorder td
{
	border-bottom: 1px solid #bbbbbb;
	padding: 2px 4px 0px 4px;
}

/* detail popup on the product list page */

.ProdMiniPopupOuterLineDown
{
  background-image: url(/img/ImageMiniPopup.gif);
  background-repeat: no-repeat;
  background-color : white;
  padding-top: 16px; 
  padding-left: 50px;
  width: 600px;
  height: 320px;
}

.ProdMiniPopupOuterLineUp
{
  background-image: url(/img/ImageMiniPopup2.gif);
  background-repeat: no-repeat;
  background-color : white;
  padding-top: 16px; 
  padding-left: 50px;
  width: 600px;
  height: 320px;
}

.ProdGridMiniPopupOutline
{
  border: 2px solid #006699;
  background-color: #fbfbfb;        /* Just off white. */
  padding-top: 16px; 
  padding-left: 10px;
  width: 580px;
  height: 320px;
}

.ProdMiniPopup
{
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 15px;
  line-height: 15px;
  width: 550px;
  height: 300px;
  text-align: left;
}

.ProdMiniPopup .leftDiv
{
  float: left;
  width: 265px;
}

.ProdMiniPopup .rightDiv
{
  float: right;
  text-align: left;
}

.ProdMiniPopup .prodname
{
  font-family : verdana;
  font-size: 13px;
}

.ProdMiniPopup .brand
{
  font-family : verdana;
  font-size: 11px;
}

.ProdMiniPopup .attrname
{
  padding-left : 5px;
  padding-right : 5px;
  font-family : verdana;
  font-size: 11px;
}

.ProdMiniPopup .attrvalues
{
  font-style : italic;
  font-family : verdana;
  font-size: 10px;
  line-height:12px;
  color : #999999;
}

.ProdMiniPopup .reviewRate
{
  padding-top: 5px;
  padding-bottom : 5px;
  text-align : left;
}

.ProdMiniPopup .reviewRateLabel
{
  font-family : verdana;
  font-size: 9px;
}

.ProdMiniPopup .label
{
  font-family : verdana;
  font-size: 11px;
  font-weight : bold;
}

.ProdMiniPopup .ourPriceValue
{
  font-family : verdana;
  font-size: 11px;
  font-weight : bold;
  color : Red;
}

.ProdMiniPopup .youSaveValue
{
  font-family : verdana;
  font-size: 11px;
  color : Red;
}

.ProdMiniPopup .availability
{
  padding-top : 10px;
  font-family : verdana;
  font-size: 11px; 
}

.ProdMiniPopup .availImage
{
  vertical-align : middle;
}

/* Cart landing page product list. */
.ProdLandingHeading
{
    color: #ff9900;
    font-size: 16px;
    font-weight: bold;
}
.ProdLandingThumb
{
    padding-top: 6px;
    text-align: center;
    width: 70px;
}
.ProdLandingQty
{
    vertical-align: top;
    padding: 10px 0px 0px 10px;
    text-align: left;
    width: 50px;
}
.ProdLandingDetail
{
    vertical-align: top;
    padding: 10px 0px 0px 10px;
    text-align: left;
    width: 560px;                /* Total 680 */
}
.ProdLandingTop
{
    background-image: url(/img/box_edge_gray__02.gif);
    background-repeat: repeat-x;
    font-size: 1px;              /* Need nbsp to render bg, but must be smaller than the image. */
}
.ProdLandingBot
{
    background-image: url(/img/box_edge_gray__08.gif);
    background-repeat: repeat-x;
    font-size: 1px;
}
.ProdLandingLeft
{
    background-image: url(/img/box_edge_gray__04.gif);
    background-repeat: repeat-y;
    font-size: 1px;
}
.ProdLandingRight
{
    background-image: url(/img/box_edge_gray__06.gif);
    background-repeat: repeat-y;
    font-size: 1px;
}
