/* Common Site Library */


/* Basic Styles */

* { 
margin: 0; 
padding: 0; 
/*border: 0;*/ 
} 

.textbox {
  border: solid 1px #7F9DB9;
  padding-left: 3px;
}

html,body {
  height: 100%;
  width:100%
} 

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
    font-family: Arial, Helvetica, Sans-Serif;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  background-color:#ffffff;
}

.b {
    font-weight:bold;
}

.size9 {
    font-size:0.55em;
    }

.size10 {
    font-size:0.6em;
    }

.size11 {
    font-size:0.7em;
    }

.size12 {
    font-size:0.75em;
    }

.size13 {
    font-size:0.8em;
    }

.red {
    color:#e90236;
}

.blu {
    color:#324676;
}

.gry {
    color:#939598;
}

.divider {
    background-color:#939598;
}

.space2 {
    margin-top:2px;
    margin-bottom:2px;
}

img {
    border:0px;
}


/* Header Styles */

.blueGradStretch {
    background-image: url(/images/layout2/header/bgStretch.gif);
    background-repeat:repeat-x;
    text-align:left
}

.xmasGradStretch {
    background-image: url(/images/layout2/header/xmas/stretch.gif);
    background-repeat:repeat-x;
    text-align:left
}

.topMenuStretch {
    background-image: url(/images/layout2/header/redBarStretch.gif);
    background-repeat:repeat-x;
    text-align:left;
}

.searchBarStretch {
    background-color:#d4d4d2;
    text-align:left;
}

.searchEngineText {
    color:#FFFFFF;
    text-align:left;
    cursor:text; 
    text-decoration: none; 
    padding:0px 0px 4px 5px;
}

.topMenu {
    color:#FFFFFF;
    text-align:left;
    padding:3px 0px 3px 5px;
}

.topMenu a {
    color: #FFFFFF;
    text-decoration: none;
}

.topMenu a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.topMenu a:visited {
    color: #FFFFFF;
}

.topMenuDivider {
    color:#d1d3d4;
}

.headerContactFreefone {
  color:#ffffff;
  font-size: 0.9em;
}

.headerContactHelp {
  color:#ffffff;
  font-size: 0.8em;
}

.headerContact {
  color:#ffffff;
  font-size: 0.7em;
}

.headerContact a {
  color:#ffffff;
  text-decoration:none;
}

.headerContact a:hover {
  color:#ffffff;
  text-decoration:underline;
}

.headerContactSecure {
  font-size: 0.7em;
  padding-top: 4px;  
  float:right;
}

.headerContactSecure a {
  color:#ffffff;
  text-decoration:none;
}

.headerContactSecure a:hover {
  color:#ffffff;
  text-decoration:underline;
}


/* Left and Right Nav Menu Styles */

.menuHeader {
    background-image:url(/images/layout2/leftRightNav/headerStretch.gif); 
    background-repeat:repeat-x;
    height:22px;
    padding-left:5px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:left;
}

.menuHeaderSIS {
    background-image:url(/images/layout2/leftRightNav/headerStretch.gif); 
    background-repeat:repeat-x;
    height:22px;
    padding-left:5px;
    font-weight:bold;
    color:#FFFFFF;
}

.menuBox {
    padding:3px 8px 5px 8px;
    background-color:#fbedc7;
    text-align:left;
}

.menuBoxYellow {
    background-color:#fbedc7;
}

.menuBoxBlue {
    padding:3px 8px 5px 8px;
    background-color:#f1f4fd;
    text-align:left;
}

.categories {
    padding:7px 5px 15px 5px;
    background-color:#fbedc7;
    text-align:left;   
}

.categories a {
    color: #000000;
    text-decoration: none;
}

.categories a:hover {
    color: #000000;
    text-decoration: underline;
}

.categories a:visited {
    color: #000000;
}

.catItem {
    background-image:url(/images/layout2/leftRightNav/arrow.gif);
    background-repeat:no-repeat;
    background-position: left top;
    padding-left:6px;
    margin-bottom:1px;
}

.navLink a {
    color: #000000;
    text-decoration: none;
}

.navLink a:hover {
    color: #000000;
    text-decoration: underline;
}

.navLink a:visited {
    color: #000000;
}


/* Footer Styles */
.footerStretch 
{
    background-color: #e5e7e8;
    background-image: url(/images/layout2/footer/footerStretch.gif);
    background-repeat:repeat-x;
    text-align:left
}


/* Content Styles */
.bodyContent
{
  font-size:0.7em;
  color:#000000;
}
.bodyContentBlue
{
  font-size:0.7em;
  color:#324676;
}
.bodyContentRed
{
  font-size:0.7em;
  color:#e90236;
}
.bodyContentWO
{
  font-size:0.7em;
  color:#FFFFFF;
}
.bodyContent a
{
  color: #015eba;
  text-decoration:underline;
}
.bodyContent a:visited
{
  color:#015eba;
  text-decoration:underline;
}
.bodyContent a:hover
{
  color:#ff0000;
  text-decoration:underline;
}
.bodyContent ul
{
  padding-left: 25px;
  list-style-image: url(/images/common/bullet.gif);
}
.bodyContent li
{
  padding-bottom: 5px;
}

.bodyPageTitle
{
  font-size:1.3em;
  font-weight:bold;
  color:#324676;
}
.bodyParagraphHeader
{
  font-size:0.9em;
  font-weight:bold;
  color:#324676;
}
.bodyParagraphHeaderRed
{
  font-size:0.9em;
  font-weight:bold;
  color:#E90236;
}







/* Other Styles */

.subCategories a {
    color: #324676;
    text-decoration: none;
}

.subCategories a:hover {
    color: #324676;
    text-decoration: underline;
}

.subCategories a:visited {
    color: #324676;
}



.breadcrumbNav {
  font-size: 0.7em;
  color: #324676;
  padding:0px 0px 5px 0px;
}

.breadcrumbNavBold {
  font-weight: bold; 
}

.navigationItemBox
{
  border-right: #324676 1px solid;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 0.7em;
  padding-bottom: 3px;
  border-left: #324676 1px solid;
  border-bottom: #324676 1px solid;
  background-color: #fffde6;
}

.leftFirstVisit
{
  border-right: #324676 1px solid;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 0.7em;
  padding-bottom: 3px;
  border-left: #324676 1px solid;
  border-bottom: #324676 1px solid;
  background-color: #fbedc7;
}


.navigationItemBoxRed
{
  border-right: #e90236 1px solid;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 0.60em;
  padding-bottom: 3px;
  border-left: #e90236 1px solid;
  border-bottom: #e90236 1px solid;
  background-color: #FDE5EB;
}
.navigationItemBoxRed a
{
  color: #000000;
  text-decoration: underline;
}
.navigationItemBoxBlue
{
  border-right: #324676 1px solid;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 0.60em;
  padding-bottom: 3px;
  border-left: #324676 1px solid;
  border-bottom: #324676 1px solid;
  background-color: #F1F4FD;
}
.navigationItemBoxBlue a
{
  color: #000000;
  text-decoration: underline;
}
.navigationItemHeader 
{ 
  font-weight: bold; 
  font-size: 0.7em; 
  color: white; 
  height: 17px; 
  background-color: #324676; 
}
.navigationItemHeaderRed
{ 
  font-weight: bold; 
  font-size: 0.7em; 
  color: white; 
  height: 17px; 
  background-color: #e90236; 
}
.navigationLink a
{
  text-decoration:none;
}
.navigationLink a:hover
{
  text-decoration:underline;
}

.navigationLinkBold
{
  font-weight: bold;
}
.navigationLinkBold a
{
  text-decoration:none;
  color:#000000;
}
.navigationLinkBold a:hover
{
  text-decoration:underline;
}
.navigationLinkBoldSelected
{
  font-weight: bold;
  color:#e90236;
}
.navigationLinkBoldSelected a
{
  text-decoration: none;
  color: #e90236;
}
.navigationLinkBoldSelected a:hover
{
  text-decoration: underline;
  color: #e90236;
}

#divSecuritySeal
{
  text-align: center;
}


.blueSeparator
{
  background-color:#324676;
  margin-top:5px;
  margin-bottom:5px;
  padding:0px;
}
.blueSeparatorV
{
  background-color:#324676;
  width:1px;
  padding:0px;
}
.redSeparator
{
  background-color: #e90236;
  margin-top: 5px;
  margin-bottom: 5px;
}

.secureContentCell
{
  padding:10px 30px 20px 20px;
}
.shadowDivider
{
  background: url(/images/common/shadowDividerSlice.gif) repeat-x;
  padding-top: 5px;
  padding-bottom: 5px;
}
#spanMachineName
{
  color: #ffffff;
  font-size: 0.5em;
}
.inputTable
{
  border: none 0px black;
  border-collapse: collapse;
  width: 100%;
}
.inputTable td
{
  border: solid 0px black;
  padding-left:0px;
  padding-right:0px;
}

.inputHeadings /* the cells that contain labels for input boxes*/
{
  width:200px;
  font-weight:bold;
  text-align:right;
  vertical-align:top;
  padding-top:5px;
  font-size:0.7em;
  background-color:#F1F4FD;
}
.inputHeadingsYellow /* the cells that contain labels for input boxes*/
{
  width:200px;
  font-weight:bold;
  text-align:right;
  vertical-align:top;
  padding-top:5px;
  font-size:0.7em;
  background-color:#FFFDE6;
}

.blueTableSpannedCell
{
  font-size:0.7em;
  background-color:#F1F4FD;
}
.yellowTableSpannedCell
{
  font-size:0.7em;
  background-color:#FFFDE6;
}
.blueTableSpannedCell div
{
  padding-top:3px;
  margin-left:5px;
}
.yellowTableSpannedCell div
{
  padding-top:3px;
  margin-left:5px;
}
.blueCell
{
  background-color: #F1F4FD;
}
.yellowCell
{
  background-color: #F1F4FD;
}

.requiredColumn /* the column between the labels and the form inputs*/
{
  width:15px;
  text-align:right;
  vertical-align:top;
  padding-top:7px;
  font-size:0.7em;
  background-color:#F1F4FD;
}
.requiredColumnYellow /* the column between the labels and the form inputs*/
{
  width:15px;
  text-align:right;
  vertical-align:top;
  padding-top:7px;
  font-size:0.7em;
  background-color:#FFFDE6;
}

.inputColumn
{
  width:220px;
  background-color:#F1F4FD;
  font-size:0.7em;
  vertical-align:top;
  padding-top:1px;
}
.inputColumnYellow
{
  width:220px;
  background-color:#FFFDE6;
  font-size:0.7em;
  vertical-align:top;
  padding-top:1px;
}
.inputColumnSpanned
{
  background-color:#F1F4FD;
  font-size:0.7em;
  vertical-align:top;
  padding-top:1px;
}
.displayColumn
{
  width:60%;
  background-color:#F1F4FD;
  font-size:0.7em;
  vertical-align:top;
  padding-top:5px;
}

.validationWarningText
{  
  width:220px;
  color:#e90236;
  background-color:#F1F4FD;
  font-size:0.7em;
  vertical-align:top;
  padding-top:1px;
}

.validationColumn
{
  font-size:0.7em;
  width:15px;
  background-color:#F1F4FD;
  vertical-align:top;
  padding-top:7px;
}  
.validationColumnYellow
{
  font-size:0.7em;
  width:15px;
  background-color:#FFFDE6;
  vertical-align:top;
  padding-top:7px;
}  
.pointerColumn
{
  width:30%; /* split with help column */
  background-color:#F1F4FD;
  vertical-align:top;
  padding-top:10px;
}
.pointerColumnYellow
{
  width:30%; /* split with help column */
  background-color:#FFFDE6;
  vertical-align:top;
  padding-top:10px;
}
.pointerLine 
{
  border-style:solid;
  border-color:#e90236;
  border-width:1px 0px 0px 0px;
}
.spacerColumn
{
  width:10px;
  vertical-align:top;
  padding-top:10px;
}
.helpColumn
{
  background-color:#ffffff;
  width:70%; /* split with pointer column */
  vertical-align:top;
}

.helpBox
{
  border:solid 1px #e90236;
  background-color: #FFFCD5;
  padding: 5px 5px 5px 5px;
  font-size:0.7em;
  text-align:left;
}

.minimal
{
  border-collapse:collapse;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  width:100%;
}
.minimal td
{
  padding:0px 0px 0px 0px;
}

.pleaseNoteBox
{
  color:White;
  background-color:#e90236;
  padding: 5px 5px 5px 5px;
  font-size:0.7em;
  font-weight:bold;
  text-align:left;
}

.validationSummaryBox
{
  color:White;
  background-color:#e90236;
  padding: 5px 5px 5px 5px;
  font-size:0.7em;
  font-weight:bold;
  text-align:left;
}

.myAccountContent
{
  font-size:0.7em;
  color:#000000;
}
.myAccountContent a
{
  text-decoration:underline;
}
.myAccountContent a:visited
{
  color:#015eba;
  text-decoration:underline;
}
.myAccountContent a:hover
{
  color:#ff0000;
  text-decoration:underline;
}
.customerTask
{
  color:#e90236;
  font-size:0.7em;
}
.accountManagerPhoto
{
  margin-top:5px;
  border:solid 1px black;
}

.leftNavCatList
{
  margin-left: 5px;
  padding-left: 5px;
}

.leftNavCatList li
{
  list-style-image: url(/images/common/blackArrow.gif);
}
.filterBox
{
  BORDER-RIGHT: #E41E2E 2px solid; 
  BORDER-TOP: #E41E2E 2px solid; 
  BORDER-LEFT: #E41E2E 2px solid; 
  BORDER-BOTTOM: #E41E2E 0px solid; 
  BACKGROUND-COLOR: #F1F4FD;
}
.filterBoxText {
  font-weight:normal;
  font-size:0.7em;
}

.filterBoxBoldText {
  padding-top:3px;
  font-weight: bold; 
  font-size:0.7em;
}

.productNavigation {
  font-size:0.7em;
}

.productNavigationBold {
    font-weight: bold; 
}
.productNavigation table {
  BACKGROUND-COLOR: #E8E9EB;
  padding-left: 5px;

}

.LineListBreadCrumb
{
  color: white;
  background-color: #324676;
  font-size: 0.8em;
  font-weight: bold;
  padding: 2px 0px 3px 5px;
  
}
.LineListBreadCrumb A
{
  color: white;
  background-color: #324676;  
    text-decoration:none;
}
.LineListBreadCrumb A:hover
{
    text-decoration:underline;
}

.LLgreyText
{
  font-size:0.7em;
  color:#777A7F;
}
.LLboldText
{
  font-size:0.7em;
  font-weight:bold;
}
.LLblueText
{
  color:#324676;
  font-weight:bold;
}
.LLredText
{
  font-size:0.7em;
  color:#e90236;
}
.LLbottomTable
{
  background-color: #f1f4fd; 
  padding: 5px 0px 5px 0px;
  width:100%;
}
.LLqtyBox
{
  width: 30px;
  padding: 3px 3px 3px 3px;
}
.LLtopBox
{
  padding: 5px 0px 5px 0px;
  width:100%;
}
.LLDataBox
{
  margin: 0px 0px 0px 60px;
}
.LLBlueLine
{
  border-top: solid 1px #324676;
  margin-bottom: 5px;
  margin-top: 5px;
}
.LLPriceB
{  
  color:#e90236;
  font-size:0.9em;
  font-weight:bold;
}
 .LLPrice
{
  color:#777A7F;
  font-size:0.7em;
}
.LLStockText
{
  color:#00a650;
  font-weight:bold;
  font-size:0.7em;
}

.BasketGrandTotal
{
  color:white;
  background-color: #324676;
  padding: 5px 5px 5px 5px;  
  font-size:1em;
  font-weight:bold;    
}

.BasketBlueLine
{
  BORDER-BOTTOM: #324676 1px solid;
}

.BasketWarning
{
  color:#e90236;
  font-size:0.7em;
  font-weight:bold;
}

.BasketIconOptions
{
  width:30px;
  padding: 1px 5px 1px 5px;
}

.BasketPriceB
{  
  color:#e90236;
  font-size:0.7em;
  font-weight:bold;
}
 .BasketPrice
{
  color:#777A7F;
  font-size:0.6em;
}


.BasketPriceBlackB
{
  color:#000000;
  font-size:0.7em;
  font-weight:bold;
}

.BasketPriceGrey
{
  color:#777A7F;
  font-size:0.6em;
  font-weight:normal;
}

.redline
{
  BORDER-RIGHT: white 0px none; 
  BORDER-TOP: white 0px none;  
  BORDER-LEFT: white 0px none;  
  BORDER-BOTTOM: #E41E2E 2px solid; 
  BACKGROUND-COLOR: #F1F4FD;
}

.darkblueline
{
  BORDER-RIGHT: white 0px none; 
  BORDER-TOP: white 0px none;  
  BORDER-LEFT: white 0px none;  
  BORDER-BOTTOM: #324676 2px solid; 
  BACKGROUND-COLOR: #F1F4FD;
}

.pricingInformationBreak
{
  font-size:0.6em;
  color:#324676;
  font-weight:bold;
}

.pricingInformationPrice
{
  font-size:0.6em;
}

.priceInc
{
  color:#777A7F;
  font-size:1em;
}

.priceEx
{
  color:#e90236;
  font-size:1.3em;
  font-weight:bold;
}

.priceBasketGrandTotal
{
  font-size:0.8em;
  font-weight:bold;
}

.pricingInfo
{
  width:247px;
  border-right: #324676 1px solid;
  padding-right: 5px;  
  padding-left: 5px;  
  padding-bottom: 5px; 
  border-left: #324676 1px solid; 
  border-bottom: #324676 1px solid; 
  border-top: #324676 1px solid; 
  background-color: #FFFDE6;
}

.pricingInfoV2
{
  border-right: #324676 1px solid;
  padding-right: 5px;  
  padding-left: 5px;  
  padding-bottom: 5px; 
  border-left: #324676 1px solid; 
  border-bottom: #324676 1px solid; 
  border-top: #324676 1px solid; 
  background-color: #F1F4FD;
}

.reviewInfo
{
  width:225px;
  border-right: #324676 1px solid;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 3px;
  border-left: #324676 1px solid;
  border-bottom: #324676 1px solid;
  border-top: #324676 1px solid;
  background-color: #FFFFFF;
}

.smallspacer
{  
  font-size: 0.5em;
}

.vSmallSpacer
{  
  font-size: 0.1em;
}


.lightBlueBoxDarkBorder
{
  padding:5px;
  border:solid 1px #324676;
  background-color:#F1F4FD;
}
.lightRedBoxRedBorder
{
  padding:5px;
  border:solid 1px #E90236;
  background-color:#FDE5ED;
}
.divComparingMax
{
  color:#e90236;  
}
.ThumbnailAlignTop
{
  vertical-align:top;
  padding:5px 5px 5px 5px;

}
showThumbnailsCheckBox
{
  float:left;
  padding:5px 0px 5px 0px;
}
#relatedProductsHeaderLeft
{
  text-align:left;
}
#relatedProductsHeaderRight
{
  text-align:right;
}

#relatedProductsHeader
{
  background-color:#e90236;
  font-size:0.9em;
  color:white;
  font-weight:bold;
  text-align:left;
  width:100%;
}

.relatedProducts
{
  border-right: #e90236 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-top:5px;
  border-left: #e90236 1px solid;
  border-bottom: #e90236 1px solid;
}
.relatedProductsOHeader
{
  font-weight:bold;
  font-size: 0.7em;
  color: #ffffff;
  background-color: #324676;
  line-height:1.5em;
  padding-left: 3px;
}
 .RPqtyBox
{
  width: 85px; 
  float: left;
}
      
.RPDataBox
{
  margin: 0px 0px 0px 85px;
}



.lineListProductName
{
  font-weight:bold;
  font-size: 0.8em;
  color:#0000ff;
}
.lineListProductName a
{
  font-weight:bold;
  color:#0000ff;
  text-decoration:underline;
}
.lineListProductName a:visited
{
  font-weight:bold;
  color:#0000ff;
  text-decoration:underline;
}
.lineListProductName a:hover
{
  font-weight:bold;
  text-decoration:underline;
  color:#ff0000;
}
.lineListTopLine
{
  font-size:0.7em;
  font-weight:bold;
  color: #777A7F;
}

.shadowDivider
{
  background: url(/images/common/shadowDividerSlice.gif) repeat-x;
  padding-top:5px;
  padding-bottom:5px;
}

.CheckoutStepPageTitle
{
  font-size:1.1em;
  font-weight:normal;
  color:#324676;
}
.shopByBrandLogo
{
  border-bottom: none 0px white;
  border-top:none 0px white;
  border-left: solid 1px #324676;
  border-right: solid 1px #324676;
  height: 132px;
  width: 138px;  
  text-align:center;
  vertical-align:middle;
}
.shopByBrandHeader
{
  font-size:1em;
  font-weight:bold;
  color: #324676;
}
.shopByBrandLink
{
  font-weight:bold;
  font-size:0.6em;
  text-decoration:none;
  
}
.shopByBrandLink:hover
{
  font-size:0.6em;
  text-decoration:underline;
}
.blueBg
{
  background-color: #324676;
}

.lightBlueBg
{
  background-color: #F1F4FD;
}
.whiteBg
{
  background-color: #ffffff;
}
.allBrandsHeader
{
  font-size:1em;
  font-weight:bold;
  color: #324676;
}
.brandLink
{
    font-size: 0.6em;
    text-decoration:none;
    font-weight:bold;
}
.brandLink:hover
{
    font-size: 0.6em;
    text-decoration:underline;
    font-weight:bold;
}
.alignBottom
{
  vertical-align:baseline;  
  
}
.alignTop
{
  vertical-align:top;  
}
#categoryHeader
{
  background-color:#324676;
  font-size:0.8em;
  color:#ffffff;
  font-weight:bold;
  text-align:left;
}

.categoryInfo
{
  padding: 5px 5px 3px 5px;
  font-size: 0.7em;
  border: #324676 solid;
  border-width: 0px 1px 1px 1px;
  background-color: #F1F4FD;
  vertical-align:top;
}

#shopHeaderLeft
{
  background-color:#324676;
  font-size:0.8em;
  color:#ffffff;
  font-weight:bold;
  text-align:left;
  width:50%;
}
#shopHeaderRight
{
  background-color:#324676;
  font-size:0.6em;
  color:#ffffff;
  font-weight:bold;
  text-align:right;
  width:50%;
}
#shopHeaderRight a
{
  color:#ffffff;
  text-decoration:none;
}
#shopHeaderRight a:hover
{
  color:#ffffff;
  text-decoration:underline;
}
.shopInfo
{
  border-right: #324676 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.60em;
  padding-bottom: 3px;
  padding-top:5px;
  border-left: #324676 1px solid;
  border-bottom: #324676 1px solid;
  background-color: #F1F4FD;
}
.blueborderedcell
{
  border-right: #324676 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-top:5px;
  border-left: #324676 1px solid;
  border-bottom: #324676 1px solid;
  background-color: #F1F4FD;
}

.spendLimit
{
  font-size:0.7em;
  color:#e90236;
}
.spendLimit a
{
  color:#e90236;
  text-decoration:none;
}
.spendLimit a:hover
{
  color:#e90236;
  text-decoration:underline;
}
.tableWith10pxPaddedCells td
{
  padding:10px;
}

.tableWith5pxPaddedCells td
{
  padding:5px;
}

.blueHeader
{
  background-color:#324676;
  color:white;
  font-size:1.0em;
  font-weight:bold;
  padding:2px;
  width:100%;
}
.infoBox
{
  padding:5px 5px 5px 5px;
  font-size: 0.60em;
  border-right: #324676 1px solid;
  border-bottom: #324676 1px solid;
  border-left: #324676 1px solid;
  background-color: #ffffff;
}
.quickCompareIndexImage
{
  width:141px;
  height:50px;
  padding:5px;
  border:0px;
}
.orderAckThanksAndRef
{
  font-weight:bold;
  font-size:0.8em;
}

.deliveryInfoTable
{
  border-collapse:collapse;
}
.deliveryInfoTable td
{
  padding:5px;
  border:1px solid black;
  width:100%;
}
.productPriceLarge
{
  font-size: 0.9em;
  color: #E90236;  
  text-align:left;
}
.productPriceSmall
{
  font-size:0.7em;
  color: #E90236;  
  text-align:left;
}

.productHeaderFirst
{
  background-color:#324676;
  border:solid 0px transparent;
  color:White;
  font-weight:bold;
  font-size:0.6em;
  text-align:left;
}

.productHeader
{
  padding:5px;
  background-color:#324676;
  border-left:solid 1px white;
  color:White;
  font-weight:bold;
  font-size:0.6em;
  text-align:center;
}

.emailFriendInputHeadings 
{
  width:200px;
  font-weight:bold;
  text-align:right;
  vertical-align:top;
  padding-top:5px;
  font-size:0.64em;
  background-color:#F1F4FD;
}

.emailFriendInputColumn
{
  width:170px;
  background-color:#F1F4FD;
  font-size:0.64em;
  vertical-align:top;
  padding-top:1px;
}

#divSearchSuggestMessage
{
  display: none;
  z-index: 99;
  /*left: 20px;
  top: 0px;*/
  position: absolute;
  background-color: white;
  width:600px;
  border:solid 1px #324676;
  font-size:0.75em;
  padding:10px;
}
.SearchSuggestPriceB
{  
  color:#e90236;
  font-weight:bold;
  font-size:1.1em;
}
 .SearchSuggestPrice
{
  color:#777A7F;
  font-size:0.9em;
}
.choices
{
  font-weight:bold;
  font-size:0.7em;
}

.SISWhiteLink {font-size:0.7em; color:white; text-decoration:none}
.SISWhiteLink:a {font-size:0.7em; color:white; text-decoration:none}
.SISWhiteLink:hover {font-size:0.7em; color:white; text-decoration:underline}

.helpMenu {
  font-weight: bold;
  font-family: Arial;
}

.helpMenu ul{
  list-style:none;
  margin:15px 0 5px 0;
  padding-left:0;
}

.helpMenu ul li img{
  vertical-align:-20%;
}

.helpHeader {
  color: #324676;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

.helpContent {
  margin:3px 0 10px 22px;
}

.helpContent p {
  margin-bottom:5px;
}

.helpContent .subheader {
  color: #324676;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
}

.helpContent td {
  padding:2px;
}

.
helpContent .subheader2 {
  text-decoration:underline;
}

.helpContent dt {
  font-weight:bold;
  display:list-item;
  list-style-image: url(/images/common/bullet.gif);
  margin:0 0 3px 17px;
}

.helpContent dd {
  margin:0 0 5px 0;
}

.associatedProductsCategories
{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}

.associatedProductsCategories:a
{
  text-decoration:none;
}

.associatedProductsCategories:hover
{
  text-decoration:underline;
}


.DEsearchEngineText2, a.DEsearchEngineText2:link, a.DEsearchEngineText2:visited, a.DEsearchEngineText2:hover, a.DEsearchEngineText2:active, a.DEsearchEngineText2:focus 
{
  font-size: 10px; 
    color:#FFFFFF; 
    cursor:text; 
    text-decoration: none; 
}


.lineListUpper { font-size:0.72em; text-transform:uppercase;}
.OverviewText { color: #777A7F}

.topSellers
{
  padding: 2px 2px 0px 2px;
  font-size: 0.6em;
  border: #324676 solid;
  border-width: 0px 1px 1px 1px;
  background-color: #F1F4FD;
  /*vertical-align:top;*/
}

/*used for contentpages*/
#PanelContent
{
  font-family:Verdana;
}


.EcoTaxTag { font-family: Arial; color:#505050;  font-size:0.6em; text-decoration:underline }
.EcoTaxTag:a { font-family: Arial; color:#505050;  font-size:0.6em; text-decoration:underline }
.EcoTaxTag:hover { font-family: Arial; color:#505050;  font-size:0.6em; text-decoration:underline }

.PRFHelpBox{color:#000000; text-decoration:none; font-weight:bold;}
.PRFHelpBox:a{color:#000000; text-decoration:none; font-weight:bold;}
.PRFHelpBox:hover{color:#000000; text-decoration:underline; font-weight:bold;}

.VersandkostenLink { color: #015eba; text-decoration:underline; }
.VersandkostenLink a { color:#015eba; text-decoration:underline; }
.VersandkostenLink a:hover { color:#ff0000; text-decoration:underline; }

.ecoTaxPrice
{
  font-family: Arial;
  color:#A0A0A0;
  font-size:0.7em;
}

.ECOTaxMainTable
{ 
  border-width: 1px;
  border-color: #5DC848;
  border-style: solid;
}

.ECOTaxTitle
{
  background-color:#90ec7e;
  padding:4px;
}

.ECOTaxDetails
{
  background-color: #b0eaa4;
  padding:4px;
}

.ECOTaxClose
{
  cursor:hand;
  text-align:right;
}

.ECOTaxPadding
{
  padding:4px;
}

.ECOTaxFindOutMore
{
  border-width: 1px;
  border-color: #6CD258;
  color:#000000;
  text-decoration:none;
  font-weight:bold;
}

.ECOTaxFindOutMore { text-decoration: underline; }
.ECOTaxFindOutMore:a { text-decoration:underline; }
.ECOTaxFindOutMore:hover { text-decoration:underline; color:#ff0000; }
