﻿ul.ProdViewMenu
{
  list-style: none;
  padding: 3px 0px 0px 0px;
}

.ProdViewMenu li
{
  display: inline;
  font-size: 11px;
  vertical-align: middle;
}

.ProdViewMenu li#ProductLabel
{
  font-weight: bold;
  text-transform: uppercase;
}

.ProdViewMenu li a
{
  padding: 0 10px;
  border-left: 2px solid #6b9b6e;
  text-decoration: none;
  color: #fff;
  visibility: visible;
  display: inline;
}

.ProdViewMenu li#ProductLabel a
{
  border-left-width: 0px;
}

.ProdViewMenu li a.Selected, .ProdViewMenu li a:hover
{
  color: #28903A;
}

.ProdViewMenu li a.Selected
{
  cursor: text;
}

.ProdViewMenu li a.Hidden
{
  visibility: collapse;
  display: none;
}

/* ------------ */

#ctl00_cpMain_WardrobePanel1
{
  margin-bottom: 12px;
}

#RightColumn
{
  padding: 0;
  overflow: visible;
}

#RightColumn h2.description
{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5c5c5c;
  margin-left: 2px;
  margin-top: 25px;
}

#RightColumn p.description
{
  font-size: 12px;
  margin-bottom:10px;
  margin-left: 2px;
  padding-right: 100px;
  color: #5c5c5c;
}

#WardrobePanel2
{
  font-size:11px;

  height:82px;
  padding: 20px 2px 5px 12px;
  margin-bottom: 10px;
}

/* This is the title of the product, it was in there before the title of the product was  moved into the menu above it */
#WardrobePanel2 em
{
  padding: 1px 6px 3px 0;
  margin-bottom: 3px;
  margin-right: 10px;
  font-style: normal;
  font-weight: bold;
  color: #328D36;
  display: none;
  border-bottom: 1px solid #ABABAC;
}

#ProductTitle
{
  font-size:11px;
  background: #e5e5e5;
  height:69px;
  padding: 20px 2px 5px 12px;
  margin-bottom: 10px;
}

/* This section is used during web campaigns (first one was Fall 2009) where we have a different,
   clickable background image on the home page.

div.DefaultBackground, div.SlidingDoorsBackground, div.IndustryBackground, div.ListBackground,
div.PanelBackground, div.InteriorBackground, div.WalkINBackground, div.ReachINBackground
{

  padding: 103px 0 0 0;
  background: url(../../Images/Campaign-111128.jpg) White top left no-repeat;
  min-height: 388px;
  height: auto !important;
  height: 531px;
}

#CampaignLink
{
  display:block;
  margin-top: -103px;
  padding-top: 0px;
  min-height: 528px;
  height: auto !important;
  height: 531px;
}

#CampaignLink div
{
    padding-top: 103px;
}

* End of campaign background */

/* Start of standard backgrounds */

div.DefaultBackground, div.SlidingDoorsBackground, div.IndustryBackground, div.ListBackground,
div.PanelBackground, div.InteriorBackground, div.WalkINBackground, div.ReachINBackground
{
  min-height: 300px;
  height: auto !important;
  height: 300px;
  padding: 103px 0 0 0;
  background: url(../../Images/Aug07/frontpage_bk.jpg) #b5b5b5 top left no-repeat;
}

/* End of standard backgrounds */

div.SlidingDoorsBackground
{
  background-image: url(../../Images/Aug07/frontpage_bk.jpg);
}

div.IndustryBackground
{
  background-image: url(../../Images/Aug07/Industry2_Bk.jpg);
}

div.ListBackground
{
  background-image: url(../../Images/Aug07/listverk_bk.jpg);
}

div.PanelBackground
{
  background-image: url(../../Images/Aug07/panel_bk.jpg);
}

div.InteriorBackground
{
  background-image: url(../../Images/Aug07/flexiseksjon_bk.jpg);
}

div.WalkINBackground
{
  background-image: url(../../Images/Aug07/walkin_bk.jpg);
}

div.ReachINBackground
{
  background-image: url(../../Images/Aug07/reachin_bk.jpg);
}

.overlay
{
  background: url(../../Images/Aug07/overlay.png);

  /* background-color: #333; /* very dark gray */
  /* background-color: transparent; /* override */
  /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/Aug07/overlay.png", sizingMethod="scale"); */


  width: 317px;
  padding: 59px 18px 35px 14px;
  min-height:  94px;
  font-size: 12px;
}

.overlay h2, .overlay em
{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  display: block;
}

.overlay h2.intro
{
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  padding: 0;
}

.overlay p
{
  margin-bottom: 10px;
}

.overlay #WardrobePanel1
{
  padding: 0 0 25px 60px;
}

.overlay #WardrobePanel2
{
  background: transparent;
  padding-left: 0px;
}

.overlayBig
{
  background: url(../../Images/Aug07/overlay.png);
  width: 317px;
  padding: 39px 18px 25px 14px;
  min-height:  94px;
  font-size: 12px;
}

/* Styles for the vignett */
.vignettImage
{
  border: solid 1px #b2b2b2;
  position:relative;
  left:10px;
  top:-84px;
  height: 79px
}

.vignettText
{
  position:relative;
  left:390px;
  top:-140px;
  width: 180px;
  font-size: 11px;
  font-weight: 700;
  color: #575757;
}

.whiteBackground
{
  background: white;
  width: 550px;
  height: 89px;
  filter: alpha(opacity=60);
  -moz-opacity:60%;
  opacity: .6;
}

/* Setting width and margins to auto is standard way to fix this */
.CampaignContainer
{
  display: table-cell;
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px; /* Set to 15px during campaigns, otherwise 10px */
  padding-left: 5px;
  /*height: 250px;*/
  /*cursor: pointer; <-- removed for anniversary campaign */

  /*margin-left: 0px;*/
  width: 100%;
  _width: 261px; /*IE6 */
  margin-left: auto;
  margin-right: auto;
}

.CampaignContainer img
{
  border: solid 1px gray;
}

.CampaignContainer a
{
  color: Black;
  text-decoration: none;
  cursor: pointer;
}

.CampaignContainer a:hover
{
  color: #28903a;
}

.Campaign
{
  margin-top: 5px;
  font-size: 80%;
  text-align: center;
  width: 220px;
  font-family:Arial;
}

/* 2010 Anniversary campaign

.AnnivCampaign
{
  cursor: default;
  margin: 20px 0 0 40px;
  font-size: 70%;
  text-align: left;
  width: 210px;
  font-family:Arial;
}

.AnnivCampaign p
{
  margin-bottom: 10px;
}

.AnnivCampaign a
{
  color: #0066CC;
  text-decoration: underline;
  cursor: pointer;
}

.AnnivCampaign img
{
  border: solid 1px gray;
  border-style: hidden;
  margin: -20px 0 10px -15px;
}

#imageDiv
{
  padding: 20px;
  background-color: #e5e5e5;
}

#imageDiv img
{
  border-style: hidden;
}

* End of 2010 Anniversary campaign */

#OrganizerImage
{
  text-align: center;
}

#OrganizerImage img
{
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Accordian Product Description */

.descImageContainer
{
  min-height: 150px;
  max-width: 200px;
  position: relative;
  float: left;
  margin: 10px;
  text-align: center;
  display: block;
}

.descImageContainer img
{
  margin-top: 10px;
  vertical-align: bottom
}

CollapsePanel
{
  background-color: #FFFFFF;
  overflow: hidden;
}

.descDivWhite
{
  border: solid 1px black;
}

.Header
{
  cursor: pointer;
}

.Content
{
  background-color: white;
  display: block;
  overflow: auto;
  height: 500px;
}
