div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1000;
    font-family:Verdana;
    width: 430px;
    min-height:160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-variant:small-caps;
    font-size:18px;
    font-weight:lighter;
    color:#00335e;
    width:100%;
    border-bottom : 1px solid #002c5f;
}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    display:inline-block;
    float:left;
    height:75px;
    width:75px;
}
div.msgBoxImage img
{
    height:75px;
    width:75px;
}
div.msgBoxContent
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:auto;
    width:319px;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color: #00335e;
}

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:right;
}
div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    margin:2px;
    height:35px;
    width:90px;
    border:1px solid #AFAFAF;
    background-color:#004076;
    color:#FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color:#00549c;
    color:White;
}
div.msgBoxButtons input[type='button']:active
{
    background-color:#AAAAAA;
    color:White;
}

div.msgBoxInputs
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:180px;
}
div.msgInput text
{
    color:#2f2f2f;
    font-size:10pt;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/***********************************************************************/
/* Action Records                                                      */
/***********************************************************************/

#pb
{
    float: left;
    width: 980px;
    margin: 0px;
    padding: 10px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/menu_bck.png);
    background-repeat: repeat-y;
}

/***********************************************************************/
/*  Information panel                                                  */
/***********************************************************************/

#pb .info
{
    float: left;
    width: 1000px;
}

#pb .info ul
{
    width: 1000px;
    margin: 0px;
    padding: 0px;
}

#pb .info li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

/***********************************************************************/
/* Copyright and Managed by                                            */
/***********************************************************************/

#pb p.copy
{
    float: left;
    text-align: left;
    color: #ffffff;
}

#pb p.etail
{
    float: right;
    text-align: right;
    color: #ffffff;
}

#pb p.etail a, #pb p.etail a:hover, #pb p.etail a:visited
{
    float: none;
    color: #ffffff;
}

/***********************************************************************/
/***********************************************************************/
/* Action Records                                                      */
/***********************************************************************/
/* Left panel                                                          */
/***********************************************************************/

#pl
{
    float: left;
    width: 240px;
    margin: 0px;
    padding: 0px;
}

/***********************************************************************/
/* Pane header                                                         */
/***********************************************************************/

#pl .bt
{
    float: left;
    width: 240px;
    height: 40px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/pl_bt.png);
    background-repeat: no-repeat;
}

#pl .bt h3
{
    width: 210px;
    float: left;
    margin: 0px;
    padding: 12px 15px; 
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

/***********************************************************************/
/* Pane center with links                                              */
/***********************************************************************/

#pl .bc
{
    float: left;
    width: 210px;
    padding: 3px 15px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/pl_bc.png);
    background-repeat: repeat-y;
}

/* Member name */
#pl p
{
    float: left;
    width: 210px;
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
}

/* Basket items */
#pl .bskt p
{
    width: 210px;
    padding: 3px 0px;
    text-align: left;
}

#pl a
{
    float: left;
    width: 210px;
    padding: 2px 0px;
    font-weight: bold;
}



#pl #a31195136{
text-align:center;
    
}

#pl #a31195136 ul{
    float:none;
    margin:auto;
    /* display:block; */
        display:inline-block;
    padding-top:1em;
}

#pl #a31195136 a{
    float:none;

    font-size:2em;
    padding:.25em;
    
}

#pl a.lnk
{
    font-size: 13px;
}

#pl a.txt
{
    font-size: 12px;
}

#pl a:hover
{
}

#pl a.lnkcurr
{
}

#pl .search a
{
    width: 150px;
    margin: 6px 0px 0px 0px;
    padding: 4px 30px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #982601;
}

/***********************************************************************/
/* Pane bottom                                                         */
/***********************************************************************/

#pl .bb
{
    float: left;
    width: 240px;
    height: 20px;
    padding-bottom: 6px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/pl_bb.png);
    background-repeat: no-repeat;
}

/***********************************************************************/
/* Forms                                                               */
/***********************************************************************/

#pl .bc form
{
    text-align: left;
}

#pl .bc form label
{
    float: left;
    width: 210px;
    padding: 2px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

#pl .bc form .inputtext, #pl .bc form .inputtext_light
{
    float: right;
    width: 180px;
    margin: 4px 0px;
    padding: 1px;
    border: solid 1px #000000;
}

#pl .bc form .inputtext_light
{
    color: #C4C4C4;
    font-style: italic;
}

#pl .bc form .submit
{
    float: right;
    margin: 0px 74px;
}

/***********************************************************************/
/* Newsletter                                                          */
/***********************************************************************/

#pl .news .bc form .inputtext,
#pl .news .bc form .inputtext_light
{
    float: left;
    width: 206px;
}

#pl .news .bc form .submit
{
    float: right;
    margin: 0px 87px;
}

/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pl .pbnr .bt,
#pl .pbnr .bb
{
    display: none;
}

#pl .pbnr .bc
{
    width: 240px;
    padding: 0px;
    background-image: none;
    text-align: center;
}

#pl .pbnr .bc .bnr a
{
    width: 240px;
    padding: 5px 0px;
    text-align: center;
}

/***********************************************************************/
/***********************************************************************/
/* Action Records                                                      */
/***********************************************************************/

#pm
{
    float: left;
    width: 730px !important;
    margin: 0px;
    padding: 0px 0px 0px 30px;
}

/***********************************************************************/
/* Messages			                                                   */
/***********************************************************************/

#pm #mess
{
    float: left;
}

#pm #mess h4
{
    width: 730px;
    padding: 8px 0px;
}

#pm #mess ul
{
    width: 730px;
    padding: 4px 0px;
}

#pm #mess ul li
{
    width: 730px;
    padding: 2px 0px;
}

#pm #mess .err, #pm #mess ul.err li
{
    color: #FF0000;
}

#pm #mess .warn, #pm #mess ul.warn li
{
    color: #250800;
    font-weight: bold;
}

#pm #mess .info, #pm #mess ul.info li
{
    color: #00FF00;
    font-weight: bold;
}

/***********************************************************************/
/* Articles                                                            */
/***********************************************************************/
#pm .art, #pm .artf
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

#pm .art .bt, #pm .art .bb
{
    display: none;
}

#pm .art .bc
{
    float: left;
    width: 700px;
}

#pm .art .bc h1,
#pm .art .bc h2,
#pm .art .bc h3
{
    width: 700px;
    padding: 10px 0px;
}

#pm .art .bc h1{
    font-size:26pt;
}

#pm .art .bc .artp
{
    float: left;
}

#pm .art .bc .artp h3
{
    float: left;
    width: 680px;
    padding: 5px 10px;
    font-size: 14pt;
    margin:0;
}

#pm .art .bc .artp h4
{
    float: left;
    width: 660px;
    padding: 5px 20px;
    font-size: 10pt;
}

#pm .art .bc .artp p
{
    float: left;
    width: 670px;
    padding: 5px 0px 5px 30px;
    text-align: justify;
}

#pm .art .bc .artp a
{
    float: none;
    text-decoration:underline;
}

#pm .art .bc img
{
    float: left;
    padding: 5px 8px;
}

#pm .art .bc .artp ul
{
    width: 670px;
    padding: 4px 0px 5px 30px;
    list-style-type: square;
}

#pm .art .bc .artp ul li
{

    padding: 3px 0px;
    float:none;
    list-style-position:inside;
    font-size:12pt;
}

.art.homepage .artp h2{
    font-size:30px;
}

.art.homepage .artp p{
    font-size:20px;
}

/***********************************************************************/
/*  Department tree list                                               */
/***********************************************************************/

#pm .depttree
{
    float: left;
    width: 730px;
}

#pm .depttree .bt
{
}

#pm .depttree .bt h3
{
    padding: 0px;
}

/* Tagline */
#pm .depttree .bc h4
{
    width: 730px;
    padding: 0px;
}

#pm .depttree ul
{
}

#pm .depttree li
{
    width: 730px;
    padding: 0px;
}

#pm .depttree a
{
    padding: 0px;
}

/***********************************************************************/
/* Tagline                                                             */
/***********************************************************************/

#pm .tagl
{
    float: left;
    width: 730px;
}

#pm .tagl .bt, #pm .tagl .bb
{
    display: none;
}

#pm .tagl .bc h4
{
    width: 730px;
    padding: 0px;
}

/***********************************************************************/
/* Search results display                                              */
/***********************************************************************/

#pm .searchheader
{
    float: left;
    width: 730px;
    padding: 0px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/menu_bck.png);
    background-repeat: repeat-y;
}

#pm .searchheader .search
{
    display: none;
    float: left;
    padding: 0px;
}

#pm .searchheader .search label
{
    float: left;
    width: 60px;
    padding: 3px 5px 3px 0px;
}

#pm .searchheader .search .inputtext
{
    float: left;
    width: 350px;
}

#pm .searchheader .search select, #pm .searchheader .search .submit
{
    float: left;
    margin-left: 10px;
}

#pm .searchheader h5
{
    float: left;
    width: 730px;
    padding: 10px 0px;
    font-size: 16px;
    background-color: #ffffff;
}

#pm .searchfooter
{
    float: left;
    width: 730px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/menu_bck.png);
    background-repeat: repeat-y;
}


/***********************************************************************/
/* Display order and results per page                                  */
/***********************************************************************/

#pm form.do, #pm form.rpp
{
    float: left;
    width: auto;
    padding: 5px 15px 5px 5px;
}

#pm form.do label, #pm form.rpp label, #pm form.paging label
{
    float: left;
    width: auto;
    margin: 0px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/***********************************************************************/
/* Paging                                                              */
/***********************************************************************/

#pm .paging
{
    float: right;
    width: auto;
    padding: 5px 10px;
}

#pm .paging .currpg
{
    float: left;
    color: #ffffff;
    background-color: #A64499;
    padding: 2px 4px;
    margin-left: 1px;
}

#pm .paging label
{
    float: left;
    width: auto;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

#pm .paging a
{
    float: left;
    margin-left: 1px;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

#pm .paging a:hover,
#pm .paging a:active,
#pm .paging span.currpg
{
    color: #FFFFFF;
    background-color: #EA672A;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/***********************************************************************/
/*  Featured products                                                  */
/***********************************************************************/

#pm .fprd
{
    float: left;
    position: relative;
    width: 730px;
    height: 42px;
    padding: 5px 0px;
    border-top: solid 1px #300A00;
}

#pm .fprd .fprdimg
{
    display: none;
}

#pm .fprd .fprdimg a
{
    float: none;
}

#pm .fprd .brand, 
#pm .fprd .manu,
#pm .fprd .model,
#pm .fprd .type,
#pm .fprd .condition
{
    height: 25px;
    margin: 0px;
    padding: 1px 0px;
    font-size: 12px;
    overflow: hidden;
}

#pm .fprd .brand
{
    position: absolute;
    left: 0px;
    width: 300px;
}

#pm .fprd .fprdtitle
{
    position: absolute;
    left: 300px;
    width: 360px;
    height: 26px;
    margin: 0px;
    padding: 1px 0px;
    overflow: hidden;
}

#pm .fprd .fprdtitle a
{
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}

#pm .fprd .fprdtitle a:hover
{
    color: #ED7D49;
}

#pm .fprd .fprddescr p
{
}

#pm .fprd .manu
{
    float: left;
    position: absolute;
    left: 0px;
    top: 24px;
    width: 180px;
    font-size: 12px;
    font-weight: normal;
}

#pm .fprd .model
{
    float: left;
    position: absolute;
    left: 400px;
    top: 24px;
    width: 150px;
    font-size: 12px;
    font-weight: normal;
}

#pm .fprd .type
{
    float: left;
    position: absolute;
    left: 180px;
    top: 24px;
    width: 100px;
    font-size: 12px;
    font-weight: normal;
}

#pm .fprd .condition
{
    float: left;
    position: absolute;
    left: 280px;
    top: 35px;
    width: 120px;
    font-size: 12px;
    font-weight: normal;
}

#pm .fprd .price, #pm .fprd .offer, #pm .fprd .prevprice, #pm .fprd .rrp, #pm .fprd .trade
{
    float: left;
    position: absolute;
    left: 550px;
    top: 35px;
    width: 100px;
    margin: 0px;
    padding: 1px 0px;
}

#pm .fprd label
{
    display: none;
    width: 60px;
    padding: 0px 5px 0px 0px;
    font-weight: bold;
}

#pm .fprd h6
{
    float: right;
    padding: 0px;
}

#pm .fprd .fprdinfo
{
    position: absolute;
    left: 696px;
    top: 6px;
    width: auto;
    padding: 4px;
}

#pm .fprd .bc form
{
    position: absolute;
    left: 660px;
    top: 6px;
    width: auto;
    padding: 4px;
}

/***********************************************************************/
/* Form                                                                */
/***********************************************************************/

#pm .form
{
    float: left;
    width: 730px;
    margin: 0px;
}

#pm .form .bt
{
}

#pm .form .bt h3
{
    width: 730px;
    padding: 10px 0px;
}

#pm .form .bc
{
    width: 730px;
    padding: 0px;
}

#pm .form .bb
{
    width: 730px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

#pm .form .bc ul
{
    width: 630px;
    padding: 4px 50px;
}

#pm .form .bc ul li
{
    width: 630px;
    padding: 4px 0px;
}

#pm .form .bc ul li label
{
    width: 230px;
    padding: 3px 4px 3px 0px;
}

#pm .form .bc ul li.info
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0px 4px 0px;
}

#pm .form .bc ul li.help
{
    width: 395px;
    font-size: 0.9em;
    padding: 4px 0px 4px 235px;
}

#pm .form .bc ul li.spec
{
    width: 540px;
    padding: 4px 0px 4px 100px;
}

/* Also used in tables */
#pm .form .reqmsg
{
    padding: 0px 0px 8px 80px;
}

#pm .form .bc ul li.reqmsg
{
    color: #FF0000;
}

#pm .form input.submit
{
    margin-left: 290px;
}

/***********************************************************************/
/* Sitemap                                                             */
/***********************************************************************/

#pm .smap .bc ul
{
}

#pm .smap .bc ul li
{
    width: 220px;
    padding: 5px 10px 5px 10px;
}

#pm .smap .bc ul li a, #pm .smap .bc ul li h3
{
    width: 220px;
    padding: 3px;
    font-weight: bold;
}

#pm .smap .bc ul li a:hover
{
}

#pm .smap .bc ul li ul
{
    padding: 0px 0px 0px 20px;
}

#pm .smap .bc ul li ul li
{
    width: 200px;
    padding: 0px;
}

#pm .smap .bc ul li ul li a
{
    width: 200px;
    font-weight: normal;
}

/***********************************************************************/
/* Basket                                                              */
/***********************************************************************/

#pm .basket
{
    float: left;
    width: 730px !important;
    margin: 0px;
}

#pm table.basket
{
    width: 730px !important;
}

#pm table.basket .line td form
{
    width: 130px;
    text-align: center;
}

#pm table.basket .line input
{
    margin: 2px 15px 0px 0px;
    text-align: center;
}

#pm table.basket .line input.submit
{
    float: right;
    margin: 2px 5px 0px 0px;
    border: 0;
}

#pm table.basket .line
{
    background: #E3E3E3;
}

#pm table.basket .delivery
{
    font-weight: bold;
}

#pm table.basket .shipcost
{
    width: 728px;
    border-top: dashed 1px #ebebeb;
    border-bottom: dashed 1px #ebebeb;
}

#pm table.basket .vat
{
    font-weight: bold;
}

#pm table.basket tr.total td, #pm table.basket tr.deposit td
{
    /*font-size:  1.3em;*/
    font-weight: bold;
    text-align: right;
    border-bottom: dashed 1px #ebebeb;
}

#pm table.voucher
{
    width: 500px; /*60%*/
    margin: 30px 0px 40px 0px;
}

#pm table.voucher td
{
    text-align: center;
    white-space: nowrap;
}

#pm table.voucher input.submit
{
    margin: 0px;
    float: right;
}

#pm .basket ul
{
    /*width: 380px;*/
}

#pm .basket ul li
{
    /*width: 380px;*/
    padding: 2px 0px;
}

#pm .basket ul li a,
#pm .basket ul li p
{
    display: block;
    clear: both;
}

#pm .bskt .basketlinks
{
    float: left;
    width: 730px;
    text-align: right;
}

#pm .bskt .basketlinks img
{
    margin: 10px 20px;
}

#pm .bskt .basketlinks span
{
    display: none;
}

#pm .bskt .basketlinks .ct_button
{
    float: left;
}

#pm .bskt .basketlinks .sp_button, #pm .bskt .basketlinks .pp_button
{
    float: right;
    clear: right;
}

#pm #paypalmessages
{
    float: left;
    width: 730px;
    text-align: center;
}

#pm #paypalmessages p
{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/***********************************************************************/
/* Delivery date selection                                             */
/* Colors for available and not available dates                        */
/***********************************************************************/

#pm .deldates .delcapnone
{
    background-color: #CCCCCC;
}

#pm .deldates .delcapgone
{
    background-color: #DDDDDD;
}


/***********************************************************************/
/* Order info                                                          */
/***********************************************************************/

#pm .ordinfo table tr td
{
    background-color: #cccccc;
}

/***********************************************************************/
/***********************************************************************/
/*                                                                     */
/***********************************************************************/
/* Popup panel                                                         */
/***********************************************************************/

#pp
{
	float: left;
	width: 990px;
	min-height: 360px;
	padding: 0px;
	margin: 0px;
}

/***********************************************************************/
/*  Articles                                                           */
/***********************************************************************/

#pp .art
{
    float: left;
    width: 980px;
    margin: 0px;
    background-color: #ffffff;
}

#pp .art .bt, #pm .art .bb
{
    display: none;
}

#pp .art .bc
{
    float: left;
    width: 780px;
    padding: 8px 100px;
}

#pp .art .bc h2
{
    width: 100%;
    padding: 8px 0px;
}

#pp .art .bc .artp
{
    float: left;
    width: 100%;
}

#pp .art .bc h3, #pp .art .bc .artp h3
{
    float: left;
    width: 100%;
    padding: 5px 0px;
}

#pp .art .bc .artp h4
{
    float: left;
    width: 100%;
    padding: 5px 0px;
}

#pp .art .bc .artp h5
{
    float: left;
    width: 100%;
    padding: 5px 0px;
}

#pp .art .bc .artp p
{
    float: left;
    width: 100%;
    padding: 5px 0px;
    text-align: justify;
}

#pp .art .bc .artp ul
{
    width: 730px;
    padding: 5px 0px 5px 50px;
    list-style-type: square;
}

#pp .art .bc .artp ol
{
    width: 730px;
    padding: 5px 0px 5px 50px;
}

#pp .art .bc .artp ul li, #pp .art .bc .artp ol li
{
    width: 100%;
    padding: 4px 0px;
    text-align: justify;
}

/***********************************************************************/
/* Action Records                                                      */
/***********************************************************************/
/* Top panel                                                           */
/***********************************************************************/

#pt
{
    float: left;
    width: 1000px;
    margin: 0px;
    padding: 0px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/pt_bck.png);
    background-repeat: no-repeat;
}

/***********************************************************************/
/* Epaulettes                                                          */
/***********************************************************************/

#pt .epau h1
{
    float: left;
    width: 580px;
    padding: 0px 0px 5px 20px;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
}

#pt .epau h2
{
    float: right;
    width: 380px;
    padding: 0px 20px 5px 0px;
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
}

/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pt .pbnr
{
    float: left;
    width: 800px;
}

#pt .pbnr .bnr
{
    float: left;
    padding: 70px 10px 10px 10px;
}

/***********************************************************************/
/*  My basket                                                          */
/***********************************************************************/

#pt .bskt
{
    float: left;
    width: 100px;
    height: 86px;
    padding: 20px 50px 19px 50px;
}

#pt .bskt .bt, #pt .bskt .bb
{
    display: none;
}

#pt .bskt .bc
{
    float: left;
    padding: 0px 0px 0px 0px;
}

#pt .bskt p
{
    width: 120px;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: bold;
}

#pt .bskt img
{
    float: left;
    padding: 5px 0px;
}

/***********************************************************************/
/*  Information panel                                                  */
/***********************************************************************/

#pt .info
{
    float: left;
    width: 1000px;
    height: 30px;
    margin: 0px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/actionrecords/131072/i/bdr/menu_bck.png);
    background-repeat: repeat-y;
}

#pt .info .bc
{
    float: right;
    width: auto;
    padding: 0px;
}

#pt .info ul
{
    float: left;
    width: auto;
    padding: 0px;
}

#pt .info li
{
    display: inline;
}

#pt .info .bc li a
{
    float: left;
    padding: 7px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

#pt .info .bc li.pipe
{
    padding: 7px 2px;
    font-weight: bold;
    color: #ffffff;
}

/***********************************************************************/
/*  Breadcrumb                                                         */
/***********************************************************************/

#pt .bdcb
{
    float: left;
    width: 1000px;
    height: 30px;
    margin: 0px;
}

#pt .bdcb .bt, #pt .bdcb .bb
{
    display: none;
}

#pt .bdcb .bc ul
{
    width: 980px;
    padding: 0px 10px;
}

#pt .bdcb .bc ul li
{
    display: inline;
    padding: 0px;
}

#pt .bdcb .bc ul li h1, #pt .bdcb .bc ul li h3, #pt .bdcb .bc ul li a
{
    float: left;
    margin: 0px;
    padding: 6px 3px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

#pt .bdcb .bc ul li a:hover
{
}

#pt .bdcb .bc ul li img
{
    padding: 5px 3px;
}

/***********************************************************************/
/***********************************************************************/
/* Action Records                                                      */
/***********************************************************************/
/* Product information panel                                           */
/***********************************************************************/

#pi
{
    float: left;
    width: 730px;
    margin: 0px;
    padding: 0px;
}

#pi .bc
{
    float: left;
    width: 730px;
    margin: 0px;
    padding: 0px;
}

/***********************************************************************/
/* Title                                                               */
/***********************************************************************/

#pi .pititle
{
    float: left;
    width: 730px;
    padding: 0px;
}

#pi .pititle h2
{
    padding: 10px 0px;
}

/***********************************************************************/
/* Images                                                              */
/***********************************************************************/

#pi .piimg
{
    float: left;
    width: 310px;
    padding: 4px;
    border: solid 1px #BFBFBF;
    text-align: center;
}

#pi .piimg p
{
    clear: left;
    text-align: center;
}

#pi .piimgx
{
    float: left;
    width: 420px;
    margin-top: 10px;
}

/* If image not aligning centrally */
#pi .piimg a
{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/***********************************************************************/
/* Gallery                                                             */
/***********************************************************************/

#pi .gallery
{
    float: left;
    width: 330px;
    margin-top: 8px;
}

#pi .gallery h4
{
    width: 330px;
}

#pi .gallery .piimg_large
{
    float: left;
    width: 90px;
    height: 120px;
    padding: 4px;
    margin: 10px 10px 5px 0px;
    border: solid 1px #9E9E9E;
    text-align: center;
}

#pi .gallery .piimg_large a
{
    float: none;
}

/***********************************************************************/
/* Description panes                                                   */
/***********************************************************************/

#pi .pidesc, #pi .pidescx, #pi .delivery
{
    float: left;
    clear: both;
    padding: 0px 0px 5px 0px;
}

#pi .pidesc h2
{
    display: none;
}

#pi .pidescx h3, #pi .delivery h3
{
    float: left;
    padding: 10px 0px 5px 0px;
    color: #D3D3D3;
}

#pi .pidesc p, #pi .pidescx p, #pi .delivery p
{
    float: left;
    clear: left;
    padding: 10px 0px 5px 0px;
}

#pi .pidesc ul
{
    float: left;
    display: block;
}

#pi .pidesc li
{
    float: left;
    width: 304px;
    padding: 2px 0px 2px 0px;
    list-style-type: square;
}

/***********************************************************************/
/* Brand and Manufacturer                                              */
/***********************************************************************/

#pi .brandmanu
{
    float: left;
    width: 730px;
    padding: 10px 0px;
}

#pi .brandmanu h5
{
    float: left;
    width: 70px;
    padding: 0px 5px 0px 0px;
}

#pi .brandmanu h6, #pi .brandmanu p, #pi .brandmanu a
{
    float: left;
    width: auto;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}

/***********************************************************************/
/* Links, File & Flags panes                                           */
/***********************************************************************/

#pi .pilinks, #pi .pifile, #pi .piflags
{
    float: left;
    clear: both;
    padding: 4px 0px 10px 0px;
}

#pi .pilinks .bt, #pi .pilinks .bb, #pi .pifile .bt, #pi .pifile .bb, #pi .piflags .bt, #pi .piflags .bb
{
    display: none;
}

#pi .pilinks .bc, #pi .pifile .bc, #pi .piflags .bc
{
    float: left;
    border: none;
}

#pi .pilinks ul li, #pi .pifile ul li
{
    float: left;
    clear: both;
    padding: 5px 0px 3px 0px;
}

#pi .pilinks ul li a, #pi .pifile ul li a
{
    cursor: pointer;
}

#pi .pilinks ul li a.linkimg, #pi .pifile ul li a.linkimg
{
    float: left;
    width: 50px;
}

#pi .pilinks ul li a.lnk, #pi .pifile ul li a.lnk
{
    float: left;
    padding: 5px 0px;
}

/***********************************************************************/
/* Social bookmarks pane                                               */
/***********************************************************************/

#pi .socbook
{
    float: left;
    clear: both;
    padding: 0px 10px 10px 20px;
}

#pi .socbook li
{
    display: inline;
    padding: 5px;
}

/***********************************************************************/
/* Buy pane                                                            */
/***********************************************************************/

#pi .pibuy
{
    float: left;
    padding: 0px;
    margin: 0px;
}

#pi .pibuy .bt
{
    display: none;
}

#pi .pibuy .bc
{
    width: 730px;
}

#pi .pibuy .bb
{
    display: none;
}

/* Special offer msg */
#pi .pibuy h4
{
    clear: left;
}

#pi .pibuy h5
{
    display: none;
    padding: 8px 10px;
    background-color: #848E97;
    color: #ffffff;
}

#pi .pibuy .bc .price, #pi .pibuy .bc .offer, #pi .pibuy .bc .prevprice, #pi .pibuy .bc .rrp, #pi .pibuy .bc .trade
{
    float: left;
    width: 235px;
    padding: 10px 0px;
}

#pi .pibuy .bc .price label, #pi .pibuy .bc .offer label, #pi .pibuy .bc .prevprice label, #pi .pibuy .bc .rrp label, #pi .pibuy .bc .trade label
{
    float: left;
    width: 70px;
    padding: 0px 5px 0px 0px;
    font-weight: bold;
    font-size: 13px;
}

#pi .pibuy h6
{
    float: left;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}

/* Messages */
#pi .pibuy p
{
    clear: both;
    padding: 5px 5px 5px 5px;
}

/***********************************************************************/
/* Buy pane form                                                       */
/***********************************************************************/

#pi .pibuy form
{
    float: left;
    padding: 5px 0px;
}

#pi .pibuy form label
{
    float: left;
    width: 70px;
    padding: 5px 5px 0px 0px;
    font-weight: bold;
    font-size: 13px;
}

#pi .pibuy form input, #pi .pibuy form select, #pi .pibuy form textarea
{
    float: left;
    padding: 0px;
    margin: 3px 3px 3px 0px;
}

#pi .pibuy form input.inputtext
{
    width: 30px;
    text-align: center;
    padding: 2px 0px;
}

#pi .pibuy form .attr #selectResponse
{
    width: auto;
    padding: 0px;
}

#pi .pibuy .submit
{
    float: right;
    margin: 1px 0px 0px 125px;
}

/***********************************************************************/
/* Wishlist                                                            */
/***********************************************************************/

#pi .pibuy form.wishlist
{
    float: left;
    width: 348px;
}

#pi .pibuy form.wishlist .inputtext
{
    float: left;
    margin: 6px;
}
#pi .pibuy form.wishlist label
{
    float: left;
    clear: none;
    width: auto;
}
#pi .pibuy form.wishlist .submit
{
    float: right;
    clear: both;
    margin: 10px;
}

/***********************************************************************/
/* Telephone orders                                                    */
/***********************************************************************/

#pi .piphone
{
    float: left;
    clear: left;
    padding: 10px 0px;
}

#pi .piphone h4
{
    float: left;
    padding: 5px 0px;
}

#pi .piphone h5
{
    float: left;
    clear: left;
    padding: 5px 0px;
}

#pi .piphone p
{
    float: left;
    clear: left;
}

/***********************************************************************/
/* Reviews                                                             */
/***********************************************************************/

#pi .rev
{
    float: left;
    width: 790px;
    margin: 10px 0px 0px 00px;
}

#pi .rev h3
{
    width: 790px;
    padding: 8px 0px;
    font-size: 14px;
}

#pi .rev a.img
{
    float: left;
    width: 770px;
    padding: 8px 10px;
    text-align: center;
}

#pm .review #pi
{
    float: left;
}

#pm .review #pi .pidesc
{
    clear: none;
    width: 390px;
    margin-left: 20px;
}

#pm .review a.img
{
    float: left;
    width: 790px;
    text-align: center;
    padding: 10px 0px;
}

#pm .review .form .bc ul li.help
{
    font-size: 0.9em;
    padding: 0px 0px 8px 0px;
}

/***********************************************************************/
/* Associate, Recommended and Related products                         */
/***********************************************************************/

#pi .pass h3, #pi .prec h3, #pi .prel h3
{
    float: left;
    clear: both;
    width: 905px;
    margin: 10px 0px 0px 0px;
    padding: 4px 10px 4px 0px;
    color: #15729e;
    font-size: 18px;
}

/***********************************************************************/
/***********************************************************************/
/* Action Records                                                      */
/***********************************************************************/
/*  Clear all styles                                                   */
/***********************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    font-family: arial, verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/***********************************************************************/
/*  Set defaults                                                       */
/***********************************************************************/

body
{
    background-color: #ffffff;
}

img{
    max-width:100%;
    height:auto !important;
}

#cont
{
    width: 1004px;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

#site
{
    float: left;
    width: 1000px;
    padding: 2px;
    color: #250800;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

h1
{
    float: left;
    font-size: 12px;
}

h2
{
    float: left;
    font-size: 15px;
}

h3
{
    margin-left: 170px;
    float: left;
    font-size: 15px;
}

h4
{
    float: left;
    font-size: 14px;
}

h5
{
    float: left;
    font-size: 13px;
}

h6
{
    float: left;
    font-size: 13px;
}

form
{
    float: left;
}

p
{
    float: left;
}

label
{
    float: left;
}

.inputtext
{
    color: #250800;
}
.wombats{
margin-top: 30px;
}
ul
{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li
{
    float: left;
}

a
{
    color: #250800;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #300A00;
}

a:active
{
    text-decoration: none;
    color: #250800;
}

a:visted
{
    text-decoration: none;
    color: #250800;
}

.bt, .bc, .bb
{
    float: left;
}

/***********************************************************************/
/* Default for tables                                                  */
/***********************************************************************/

table
{
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table tr.header th
{
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

table tr td
{
    padding: 2px 4px;
    vertical-align: middle;
}


.password .viewpwd,
.paswordCheck .viewpwd,
.exstpwd .viewpwd{
	display:inline;
    float:none;
}
.viewpwd img{
	max-width:24px;
	height:auto;
	cursor:pointer;
}
.exstpwd .viewpwd img{
	/* vertical-align:middle; */
	max-width:24px;
	height:auto;
	cursor:pointer;
}
.viewpwd:after{
	content:'Show Passsword';
	display:inline-block;
	vertical-align:top;
	font-size:11px;
	line-height:24px;
	margin-left:5px;
	color:#b9bcc1;
}
/***********************************************************************/
.wt-rotator
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #FFF;
    border: 0px solid #FFF;
    position: relative;
    width: 100px;
    height: 20px;
    overflow: hidden;
}
.wt-rotator a
{
    outline: none;
}
.wt-rotator .screen
{
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 20px;
    overflow: hidden;
}
.wt-rotator #strip
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.wt-rotator .content-box
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.wt-rotator .main-img
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
}
.wt-rotator .preloader
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #666 url(/images/loading.gif) center no-repeat;
    background: rgba(0,0,0,.7) url(/images/loading.gif) center no-repeat;
    z-index: 4;
    display: none;
}
.wt-rotator #timer
{
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #FFF;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 4;
    visibility: hidden;
    font-size: 0;
}
.wt-rotator .desc
{
    color: #000;
    position: absolute;
    color: #FFF;
    z-index: 6;
    overflow: hidden;
    visibility: hidden;
    text-align: left;
}
.wt-rotator .inner-bg
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 0;
}
.wt-rotator .inner-text
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: auto;
    height: auto;
    z-index: 1;
}
.wt-rotator .c-panel
{
    position: absolute;
    top: 0;
    z-index: 7;
    visibility: hidden;
}
.wt-rotator .outer-hp, .wt-rotator .outer-vp
{
    position: absolute;
    background: #333;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#111));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111',GradientType=0);
    border: 1px solid #000;
}
.wt-rotator .outer-hp
{
    left: 0;
    width: 100%;
    border-left: none;
    border-right: none;
}
.wt-rotator .outer-vp
{
    top: 0;
    height: 100%;
    border-top: none;
    border-bottom: none;
}
.wt-rotator .back-scroll, .wt-rotator .fwd-scroll
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(assets/spacer.png) no-repeat;
}
.wt-rotator .thumbnails, .wt-rotator .buttons
{
    display: inline;
    position: relative;
    float: left;
    overflow: hidden;
}
.wt-rotator .thumbnails ul
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wt-rotator .thumbnails ul.inside
{
    position: absolute;
    top: 0;
    left: 0;
}
.wt-rotator .thumbnails li, .wt-rotator .play-btn, .wt-rotator .prev-btn, .wt-rotator .next-btn
{
    position: relative;
    list-style: none;
    display: inline;
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #EEE;
    background-color: #000;
    background: -moz-linear-gradient(#333, #000);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
    border: 1px solid #000;
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.wt-rotator .thumbnails li.thumb-over
{
    color: #FFF;
    background-color: #CCC;
    background: -moz-linear-gradient(#DDD, #BBB);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .thumbnails li.curr-thumb
{
    color: #000;
    background-color: #FFF;
    background: -moz-linear-gradient(#FFF, #DDD);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#FFF), to(#DDD));
    cursor: default;
}
.wt-rotator .thumbnails li.image
{
    background: #000;
}
.wt-rotator .thumbnails li.image.curr-thumb, .wt-rotator .thumbnails li.image.thumb-over
{
    border-color: #06F;
}
.wt-rotator .thumbnails li.image a
{
    display: block;
    border: 0;
}
.wt-rotator .thumbnails li.image img
{
    display: block;
    border: 0;
    position: absolute;
    -moz-opacity: .85;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
.wt-rotator .thumbnails li.image.thumb-over img
{
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.wt-rotator .thumbnails li.image.curr-thumb img
{
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: default;
}
.wt-rotator .thumbnails li *
{
    display: none;
}
.wt-rotator .thumbnails li div
{
    position: relative;
    color: #FFF;
    background-color: #000;
    width: auto;
    height: auto;
}
.wt-rotator .button-over
{
    background-color: #CCC !important;
}
.wt-rotator .play-btn
{
    background: #000 url(/images/assets/play.png);
    background: url(/images/assets/play.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .play-btn.button-over
{
    background: url(/images/assets/play.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .pause
{
    background: #000 url(/images/assets/pause.png);
    background: url(/images/assets/pause.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .pause.button-over
{
    background: url(/images/assets/pause.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .prev-btn
{
    background: #000 url(/images/assets/prev.png);
    background: url(/images/assets/prev.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .prev-btn.button-over
{
    background: url(/images/assets/prev.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .next-btn
{
    background: #000 url(assets/next.png);
    background: url(/images/assets/next.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .next-btn.button-over
{
    background: url(/images/assets/next.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .up
{
    background: #000 url(/images/assets/up.png);
    background: url(/images/assets/up.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .up.button-over
{
    background: url(/images/assets/up.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .down
{
    background: #000 url(/images/assets/down.png);
    background: url(/images/assets/down.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .down.button-over
{
    background: url(/images/assets/down.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
#rotator-tooltip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
#rotator-tooltip.txt-up
{
    margin-left: -10px;
    margin-bottom: 5px;
    background: url(/images/assets/vtip.png) no-repeat;
    background-position: 10px bottom;
    background-position-x: 10px;
    background-position-y: bottom;
}
#rotator-tooltip.txt-down
{
    margin-left: -10px;
    margin-top: 24px;
    background: url(/images/assets/vtip.png) no-repeat;
    background-position: 10px top;
    background-position-x: 10px;
    background-position-y: top;
}
#rotator-tooltip.img-up
{
    background: url(/images/assets/vtip.png) center bottom no-repeat;
}
#rotator-tooltip.img-down
{
    background: url(/images/assets/vtip.png) center top no-repeat;
}
#rotator-tooltip.img-right
{
    background: url(/images/assets/htip.png) left center no-repeat;
}
#rotator-tooltip.img-left
{
    background: url(/images/assets/htip.png) right center no-repeat;
}
#rotator-tooltip .tt-txt
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #FFF;
    background-color: #000;
    max-width: 300px;
    padding: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 8px 0;
}
#rotator-tooltip img
{
    display: none;
    background-color: #000;
    padding: 3px;
    margin: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.wt-rotator .s-prev, .wt-rotator .s-next
{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(/images/assets/large_buttons.png) no-repeat;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 8;
}
.wt-rotator .s-prev
{
    left: 0;
    background-position: 0 0;
}
.wt-rotator .s-next
{
    left: 100%;
    margin-left: -30px;
    background-position: -30px 0;
}
.wt-rotator .s-prev.button-over, .wt-rotator .s-next.button-over
{
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: transparent !important;
}
.wt-rotator .block, .wt-rotator .vpiece, .wt-rotator .hpiece
{
    position: absolute;
    z-index: 2;
}
