/* This is CSS classes for image zoom tool in product detail page */
/* Controls the Border and background/cover colour for the Style Colour image */
.StyleColourCont {
  display:inline;
  float: left;
  padding-right:5px;
  position: relative;
}
.Last {
  padding-right:0;
}
.StyleColourImage {
  display:table;
  border:1px solid #CFCFCF;
  width:100%;
  height:84px; /* you may type a specific value */
  vertical-align:middle;
  text-align:center;
}
.StyleColourImage a {
  display:table-cell !important;
  vertical-align:middle;
  #line-height:84px; /* you may type a specific value */
}
/* Controls the font size and background/cover colour for the Style Colour image title*/
.StyleColourImageCaption {
  font-weight:normal;
  font-size:10px;
  text-align:center;
}
.StyleColourImageCaption p {
  word-wrap:break-word;
  width:74px; /* you may type a specific value */
  margin-top:0;
}
/* Controls the zoomed image position if zoom-image-posotion property sets to custom at configuration */
#ImgStyle-big {
  display:none;
  position:absolute;
  left:315px;
  top:0;
  width:400px !important; /* do not edit this line please */
  height:500px !important; /* do not edit this line please */
}
/* Product video container */
.productimage_video {
  position:absolute;
  top:0px;
  left:0px;
  border:1px solid #CCCCCC;
  z-index:0;
  background:#FFFFFF;
}
/* Back to images and view video container*/
.productimage_video_control {
  border:1px solid #CCCCCC;
  border-top:0;
  margin:0 0 3px 0;
  height:20px;
  text-align:center;
}
/*  Back to images and view video links*/
.productimage_video_control .productimage_showimage,.productimage_video_control .productimage_showvideo {
  padding:3px 0;
  display:inline-block;
}
.need_player_installed {
  padding:5px;
  font-size:1em;
}
/* CSS class for right zoomed image container */
/* Style of zoomed window */
.MagicZoomBigImageCont {
  border: 1px solid #999;
  background: #ffffff;
  width:400px !important;/* do not edit this line please */
  height:500px !important; /* do not edit this line please */
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  transition: none !important; 
}
.MagicZoomBigImageCont img {
  max-width: none !important; 
  max-height: none !important; 
  height: auto !important; 
  width: auto !important; 
} 
/* CSS class for right zoomed image header */
/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
  font-size: 8pt !important;
  line-height: normal !important;
  color: #fff;
  background: #666;
  text-align: center !important;
}
/* Style of small square under mouse */
.MagicZoomPup {
  border: 1px solid #aaa;
  background: #fff;
  cursor: url(../files/zoomin.cur),pointer;
}
/* Style of message box while image is loading */
.MagicZoomLoading {
  border: 1px solid #ccc;
  background: #fff url(../files/loader.gif) no-repeat 2px 50%;
  padding: 4px 4px 4px 24px !important;
  margin: 0;
  text-decoration: none;
  text-align: left;
  line-height: 1.5em;
  font-size: 8pt;
  font-family: sans-serif;
  color: #444;
}
/* Style of the small image link */
.MagicZoomPlus {
  width:300px !important; /* do not edit this line please */ 
}
.MagicZoomPlus, .MagicZoomPlus:hover {
  display: inline-block; 
  cursor: url(../files/zoomin.cur), pointer;
  outline: 0 !important;; 
  font-size: 0 !important; 
  line-height: 100% !important; 
  direction: ltr; 
  max-width: 100%; 
  z-index: 1 !important;
}
/* Style of the small image */
.MagicZoomPlus img {
  border:1px solid #CCCCCC !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  width: 100%; 
  height: auto; 
}
.MagicZoomPlus > img {
  max-width: 100%; 
} 
.MagicZoomPlus.magic-for-ie8 img {
  max-width: none !important; 
} 
.MagicZoomPlus.magic-for-ie7 > img { 
  width: auto; 
} 
/* Style of the span inside the small image link */
.MagicZoomPlus span {
  display: none !important;
}
/* Style of hotspots */
.MagicHotspots {
  display: none;
  visibility: hidden;
}
.MagicHotspots a {
  border: 1px solid #ccc;
  display: block !important;
  position: absolute !important;
}
.MagicHotspots a:hover {
  border: 1px solid red;
}
/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
  cursor: default;
}
/* Style of the expanded image */
.MagicThumb-expanded {
  cursor: url(../files/zoomout.cur), pointer;
  background: #ffffff;
  border: 1px solid #ccc;
  outline: 0;
  padding: 0;
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  transition: none !important; 
}
.MagicThumb-expanded img {
  background: #ffffff;
}
/* Style of the caption for the expanded image */
.MagicThumb-caption {
  color: #333;
  font: normal 10pt Verdana, Helvetica;
  background: #ccc;
  text-align: left;
  padding: 8px;
  min-height: 18px !important;
  border: 0 !important;
  outline: 0 !important;
}
/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
  background: transparent url(../files/controlbar.png) no-repeat 0 0;
  height: 24px;
  display: block;
}
.MagicThumb-buttons a {
  width: 24px;
  height: 24px;
  margin: 0 1px !important;
  overflow: hidden;
}
/* Style of the loading message box */
.MagicThumb-loader {
  font: normal 12pt sans-serif;
  line-height: 1.5em;
  border: 1px solid #000;
  background: #fff url(../files/loader.gif) no-repeat 2px 50%;
  padding: 2px 2px 2px 22px;
  margin: 0;
  text-decoration: none;
  text-align: left;
}
.MagicThumb-expanded > div > div > div > img {
  max-height: none !important; 
  max-width: none !important; 
  height: auto !important; 
  width: auto !important; 
} 
.MagicThumb-background {
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  transition: none !important; 
} 
/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
  display: none;
}
/* Style of hint box */
.MagicZoomPlusHint {
  background: url(../files/hint.gif) no-repeat 2px 50%;
  padding: 2px 2px 2px 20px !important;
  min-height: 24px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  line-height: 24px;
  font-size: 8pt;
  font-family: sans-serif;
  color: #444;
}
.magic-temporary-img img {
  max-height: none !important; 
  max-width: none !important; 
}
/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
  -moz-box-shadow: 3px 3px 4px #888888;
  -webkit-box-shadow: 3px 3px 4px #888888;
  box-shadow: 3px 3px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}
/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
  -moz-box-shadow: 0px 0px 4px 4px #888888;
  -webkit-box-shadow: 0px 0px 4px 4px #888888;
  box-shadow: 0px 0px 4px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}
