#innerContainer {
  background:white;
	border:solid 1px black;
}

#mainContent {
  position:absolute;
	top:24px;
	left:-1px;
  width:800px;
  height:548px;
	max-width:798px;
	max-height:548px;
	z-index:0;
  padding:10px;
	border:none;
}

#productTitle , #productTitle_withOptions {
  font-family:Eurostile , Verdana , Helvetica , Arial;
  position:absolute;
	top:10px;
	left:558px;
	width:232px;
  height:100px;
	max-width:230px;
  max-height:98px;
  font-weight:bold;
  text-align:justify;
  font-size:2em;
  text-justify:distribute-all-lines;
  overflow:hidden;
}

#productTitle span , #productTitle_withOptions span {
  visibility:hidden;
}

#productPrice , #productPrice_withOptions {
  font-family:Eurostile , Verdana , Helvetica , Arial;
  position:absolute;
  top:120px;
	left:558px;
	width:232px;
  height:75px;
	max-width:230px;
  text-align:center;
  font-weight:bold;
  font-size:2.8em;
}

#mainProductImage {
  width:540px;
  height:405px;
  max-width:536px;
  max-height:401px;
  border:solid 2px #848484;
}

#flipImage {
  position:relative;
  top:0px;
  left:0px;
}

#miniProductImagesContainer , #miniProductImagesContainer_withOptions {
  position:absolute;
  top:210px;
	left:558px;
	width:232px;
  height:204px;
	max-width:230px;
  max-height:230px;
  text-align:center;
}

#miniImg1 , #miniImg2 , #miniImg3 , #miniImg4 {
  border:solid 1px #848484;
  cursor:hand;
  cursor:pointer;
}

#miniImg1 {
  border-width:0px 1px 1px 0px;
}

#miniImg2 {
  border-width:0px 0px 1px 1px;
}

#miniImg3 {
  border-width:1px 1px 0px 0px;
}

#miniImg4 {
  border-width:1px 0px 0px 1px;
}

#productDescContainer {
  position:absolute;
	top:425px;
	left:10px;
	width:780px;
  height:110px;
	max-width:778px;
  max-height:108px;
  background:white;
  z-index:50;



/*
	top:150px;
  height:385px;
  max-height:383px;
  */
}

#productDescription {
  height:88px;
	max-width:778px;
  max-height:72px;
  overflow:hidden;
  border:solid 2px #848484;
/*  text-align:justify;
  text-justify:inter-word; */
  padding:5px;



/*
	top:150px;
  height:362px;
  max-height:361px;
  overflow:auto;
  */
}

#expandShrinkContainer {
  position:absolute;
  bottom:-2px;
  left:0px;
  width:101px;
  height:26px;
  background:transparent url(../images/navigation/buttons/product-addtobasket-button.gif) 0px 0px no-repeat;
}

#expandShrinkButton {
  position:absolute;
  top:0px;
  left:0px;
  width:101px;
  height:26px;
}

.expandButton {
  background:transparent url(../images/navigation/buttons/more-button.gif) center center no-repeat;
}

.expandButton:hover {
  background:transparent url(../images/navigation/buttons/more-button-rollover.gif) center center no-repeat;
}

.contractButton {
  background:transparent url(../images/navigation/buttons/less-button.gif) center center no-repeat;
}

.contractButton:hover {
  background:transparent url(../images/navigation/buttons/less-button-rollover.gif) center center no-repeat;
}


#addToBasketContainer {
  position:absolute;
  bottom:-2px;
  right:0px;
  width:101px;
  height:26px;
  background:transparent url(../images/navigation/buttons/product-addtobasket-button.gif) 0px 0px no-repeat;
}

#addToBasketButton {
  position:absolute;
  top:0px;
  left:0px;
  width:101px;
  height:26px;
  background:transparent url(../images/navigation/buttons/product-addtobasket.gif) center center no-repeat;
}

#addToBasketButton:hover {
  background:transparent url(../images/navigation/buttons/product-addtobasket-rollover.gif) center center no-repeat;
}

#unshippableButton {
  position:absolute;
  top:0px;
  left:0px;
  width:101px;
  height:26px;
  background:transparent url(../images/navigation/buttons/product-enquiry.gif) center center no-repeat;
}

#unshippableButton:hover {
  background:transparent url(../images/navigation/buttons/product-enquiry-rollover.gif) center center no-repeat;
}


/* IF PRODUCT HAS OPTIONS? */

#productTitle_withOptions {
  height:80px;
  max-height:78px;
}

#productTitle_withOptions span {
  visibility:hidden;
}

#productPrice_withOptions {
  top:85px;
}

#miniProductImagesContainer_withOptions {
  top:130px;
}

#productOptionsContainer {
  font-family:Verdana , Helvetica , Arial;
  position:absolute;
  top:340px;
	left:558px;
	width:232px;
  height:75px;
	max-width:230px;
  border:solid 0px black;
}

#optionsTitle {
  font-weight:bold;
}

#productOptionsContainer form {
  display:inline;
  font-size:0.9em;
}