﻿/* Product.css  */

.ProdContent
{
    font-size: 11px;
}
.ProdContent input, .ProdContent select, .ProdContent td, .ProdContent p
{
    font-size: 11px;
}

.ProdContentRt
{
    margin-left: 10px;
    width: 368px;
}
.ProdContentBottom
{
    float: right;
}
h1.ProductName
{
    font-size: 18px;
    line-height: 22px;
}
.ProdName
{
    font-size: 18px;
	font-weight: bold;
    line-height: 22px;
	margin: 8px 0 0 0;
}
.ProdHeading
{
	font-weight: bold;
	margin: 14px 0 16px 0;
}
.ProdDescImage p
{
    margin-top: 0px;
    margin-bottom: 8px;
}
.ProdNotFoundContent
{
	margin: 16px;
}
.ProdNotFound
{
	color: #c00000;
}
.ProdNoFitment
{
    font-size: 12px;
}

.ProdPanel
{
	margin-top: 0px;
}

.ProdMag
{
    text-align: center;
}
.ProdMag a
{
    cursor: pointer;
}

.ProdThumbs
{
    margin-top: 20px;
}


.ProdBar
{
    width: 460px;
}
.ProdBarRow td
{
    background-color: #f1f1f1;
    height: 60px;
    text-align: center;
}

.ProdSelectItem
{
    margin-top: 6px;
    margin-bottom: 6px;    
}
.ProdSelectOptionsError
{
    margin-left: 50px;
}
.ProdSelectAvail
{
    padding-left: 4px;
}
.ProdPriceLabel
{
    font-size: 14px;
    font-weight: bold;
}
.ProdOur
{
    color: #cc6600;
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
}
.ProdList
{
    font-size: 11px;
    font-weight: bold;
    margin-right: 6px;
}
.ProdListOnly
{
    font-size: 14px;
    font-weight: bold;
}

.ProdPriceLabelVariants
{
    font-size: 11px;
    font-weight: bold;
}
.ProdOurVariants
{
    color: #cc6600;
    font-size: 11px;
    font-weight: bold;
    margin-right: 6px;
}
.ProdListVariants
{
    font-size: 11px;
    font-weight: bold;
    margin-right: 6px;
}
.ProdListOnlyVariants
{
    font-size: 11px;
    font-weight: bold;
}
.ProdSaveVariants
{
    color: #cc6600;
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
}

.ProdBucks
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 6px;    
}
.ProdBucks a
{
    color: #666666;
    text-decoration: none;
}
.ProdBucks span
{
    color: #009900;
}

.ProdButtons
{
    text-align: right;
}
.ProdAddBtn
{
    margin-left: 101px;      /* Align with wishlist button. */
    margin-bottom: 2px;
}
.ProdAddBtnNoQty
{
    margin-left: 182px;      /* Align with wishlist button when quantity is hidden. */
    margin-bottom: 2px;
}
.ProdAddWishlistBtn
{
    margin-left: 204px;
}
.ProdQtyAdd
{
    text-align: right;
}
.ProdFitHelp
{
    margin-left: 26px;      /* Align text above dropdown. */
}
.ProdFitHelpNeeded
{
    margin-left: 26px;      /* Align text above dropdown. */
    margin-bottom: 20px;    /* Spacing for when the help stands alone, needing fitment. */
}
.HelpButton
{
    font-weight: bold;      /* Adding this to the underlying help button, for fitment help. */
}

h2.ProdVariantMachine
{
    font-size: 14px;
}
.ProdVariants
{
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ProdVariant
{
    border-top: 1px solid #999999;
    margin-top: 10px;
    padding-top: 4px;
}
.ProdItemNum
{
    font-size: 14px;
    font-weight: bold;
}
.ProdVarItem
{
    margin-top: 4px;
    margin-bottom: 4px;    
}
.ProdVarAppNote				/* Indent the app note, and a bottom margin in case more than one machine in the fitment list. */
{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Product detail tabs, Product variant list attr table. 
    ProdTabs overrides ajax styles. */
.ProdTabsContent
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.ProdAttrs
{
    width: 530px;
}
.ProdAttrs td
{
    border: 1px solid white;
    padding: 4px;
    vertical-align: middle;
}

.ProdAttrsVar
{
    width: 255px;
}
.ProdAttrsVar td
{
    border: 1px solid white;
    padding: 1px 1px 1px 3px;
    vertical-align: middle;
}


.ProdSelect
{
    width: 200px;
}

.ProdAttrLabel
{
    font-weight: bold;
}
.ProdAttrItem
{
    background-color: #eeeeee;
}
.ProdAttrAlt
{
    background-color: #d8d8d8;
}
.ProdAttrHighlight
{
    background-color: #ffff99;
}

.ProdLabel
{
    font-weight: bold;
}
.TextBoxLabel
{
    font-weight: bold;
    position: relative; 
    top: -2px;
}

/* Product asset tabs. 
     Symmetrical to ProdAttrs above. */
.ProdAssetsHeading
{
    border-bottom: 1px solid #cc6600;
	font-weight: bold;
	margin: 4px 0px 8px 0px;
	padding-bottom: 4px;
}
.ProdAssets
{
    width: 440px;
}
.ProdAssets td
{
    padding: 0px 0px 6px 4px;
    vertical-align: top;   
}

/* Product video player */
.ProdVideo
{
    margin: 6px;
    text-align: center;
}

/* Product image trail */

.ProdImageTrail
{
    background-image: url(/img/ImageCallout.gif);
    background-repeat: no-repeat;
    height: 525px;
    width: 600px;
}
.ProdImageTrail img
{
    left: 26px;
    position: relative;
    top: 34px;
}

.ProdImageTrailMD
{
    background-image: url(/img/ImageCalloutMD.gif);
    background-repeat: no-repeat;
    height: 325px;
    width: 370px;
}
.ProdImageTrailMD img
{
    left: 18px;
    position: relative;
    top: 30px;
}
.MouseTrailText
{
    color: #666666;
    font-size: 11px;
    left: 18px;
    position: relative;
    text-align: center;
    top: 30px;
}

.BpgDesc
{
  padding-left: 50px;
}
.BpgDescLabel
{
  color: green; 
}
.BpgDescInline
{
  color: green; 
  position: relative;
  top: -2px;			/* This is inline with a textbox label that's up a little. */
}