/*Product Information Page Styles*/

#ProductInformation {width:430px; float:left; overflow:hidden; background:url(/images/presentation/ProductBackground.gif) right repeat-y; padding-right:30px; }
#ProductInformation .imageHolder { }

#ProductInformation .keyFeatures { margin:10PX 0; }
.title { color:#285229; font-weight:bold; }
#ProductInformation .priceInfo {  }

.price { font-weight:bold; }
.additionalInfo { margin:10px 0; }

.categoryHolder { font-weight:bold; }

.addLink a { display:block; width:200px; color:#285229; min-height:25px; }
.addLink { font-size:80%; height:24px; background:url(/images/presentation/CatViewBG.gif) repeat-x; width:200px; }
.addLink strong {display:block; padding-top:0.5em;}
.addLink strong.error {margin:0; padding:0.5em 0;}
.addLink .left { width:7px; float:left; background:url(/images/presentation/CatViewLeft.gif) no-repeat; }
.addLink .right { width:18px; float:right; background:url(/images/presentation/CatViewright.gif) no-repeat; }

#RelatedProducts { width:214px; float:left; margin:0 0 0 10px; }
#RelatedProducts .relProduct {  }
#RelatedProducts .relProduct .thumb {  }
#RelatedProducts .relProduct .title {  }
#RelatedProducts .relProduct .summary {  }
#RelatedProducts .relProduct .view { height:24px; background:url(/images/presentation/CatViewBG.gif) repeat-x; }
#RelatedProducts .relProduct .view a { margin-top:2px; color:#000000; float:right; font-size:80%; font-weight:bold; }
#RelatedProducts .relProduct .view .left { width:7px; float:left; background:url(/images/presentation/CatViewLeft.gif) no-repeat; }
#RelatedProducts .relProduct .view .right { width:18px; float:right; background:url(/images/presentation/CatViewright.gif) no-repeat; }

#AlternativeProducts { margin:15px 0 0 0; }
#AlternativeProducts .alternativeProduct { width:140px; float:left; margin:5px 5px 0px 0px ; border-bottom:1px solid #a18946; }
#AlternativeProducts .last{ margin-right:0px; }
#AlternativeProducts .alternativeProduct .description { text-align:center; }
#AlternativeProducts .alternativeProduct .price { text-align:center; }
#AlternativeProducts .alternativeProduct .view { height:24px; background:url(/images/presentation/CatViewBG.gif) repeat-x; }
#AlternativeProducts .alternativeProduct .view a { margin-top:2px; color:#000000; float:right; font-size:80%; font-weight:bold; }
#AlternativeProducts .alternativeProduct .view .left { width:7px; float:left; background:url(/images/presentation/CatViewLeft.gif) no-repeat; }
#AlternativeProducts .alternativeProduct .view .right { width:18px; float:right; background:url(/images/presentation/CatViewright.gif) no-repeat; }

