
/********************/
/* GLOBAL           */
/********************/

body {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  background: #ffffff;
  color: #606265;
  font-weight:400;
}
p, h1, h2, h3, h4, h5, h6, form, dl, dt, dd, ul {
  padding: 0;
  margin: 0;
}
p.top {
  margin: 0 0 15px 0;
}
p.bottom {
  margin: 15px 0 0 0;
}
img {
  border: 0;
}
li {
  list-style: none;
}
a {
  color: #0645ad;
  text-decoration: none;
}
a:hover {
  color: #0645ad;
  text-decoration: none;
}
h1 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #58595b;
}
h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
}
h3 {
  margin-top: 0;
  color: #a0143C;
}
h4,h5,h6 {
  font-family: 'Lato', sans-serif;
  clear: both;
  font-weight: 400;
}
hr {
  border: #e6e6e6;
  background: #e6e6e6;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}
hr.float {
  float: left;
  width: 100%;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 980px;
  overflow: hidden;
}
.ntb {
  padding-top: 0 !important;
  border-top: 0 !important;
}
p.right {
  text-align: right;
  font-size: 11px;
}
.alert {
  padding-left: 35px;
  margin: 0 0 15px 0;
  border: 0;
  background: #ffffff url('../images/ac/alert.gif') no-repeat left top;
  color: #ff0000;
  height: 28px;
  line-height: 28px;
}
.red {
  color: #a0143C;
}
.smallertext {
  font-size: 16px;
  margin-top: 20px;
}
.small {
  font-size: 11px;
}

div.preloaded-images {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}

/********************/
/* MOBILE           */
/********************/

#menumember img {
  display: none;
}

#mobile-menu,
#mobile-promo-text,
#mobile-topcategories,
#mobile-sourcing-text,
#mobile-promo-list,
#mobile-top-link,
#mobile-call {
  display: none;
}

#ads-mobile {
  display: none;
}

#mobile-vlinks {
  text-align: center;
}

  #mobile-vlinks span {
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
  }

  #mobile-vlinks span.vmobile {
    display: block;
  }

  #mobile-vlinks span.vfull {
    display: none;
  }

  #footer .wrap {
    padding: 10px 0 10px 0;
  }

/********************/
/* HEADER           */
/********************/

#menu {
  padding: 10px 0 10px 0;
  background: url(../images/menu-background.png) repeat-x left top;
  height: 51px;
}
#menulogo {
  float: left;
  height: 51px;
  width: 191px;
  margin-right: 9px;
}
#menuitems {
  float: left;
  height: 50px;
  padding-right: 1px;
  margin-top: 1px;
  margin-left: 40px;
  list-style: none;
  list-style-type: none;
  margin-bottom: 0;
  background: url('../images/menu-divider.png') no-repeat right center;
}
#menuitems li {
  float: left;
  position: relative;
  list-style: none;
  padding-left: 1px;
  background: url('../images/menu-divider.png') no-repeat left center;
  height: 50px;
  overflow: hidden;
  z-index: 501;
}
#menuitems li a {
  float: left;
  padding: 0 25px 0 25px;
  margin: 7px 0;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-weight: bold;
  color: #58595b;
  text-decoration: none;
}
#menuitems li a span {
  display: block;
  padding-right: 18px;
  background: url('../images/red-arrow-down.png') no-repeat right center;
}
#menuitems li a:hover, #menuitems li a.on { text-decoration: none; color: #a0143C;
  background: #ffffff; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f4f4', endColorstr='#ffffff'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f4), to(#ffffff)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #f3f4f4,  #ffffff); /* for firefox 3.6+ */ 
}

#tr-menu {
  position: fixed;
  display: none;
  padding: 0;
  margin: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -moz-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -webkit-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  z-index: 500;
}
#tr-menu a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #58595b;
  line-height: 30px !important;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight:normal;
  width: 150px;
  height: 30px;
}
#tr-menu a.pm {
  padding: 0 20px 0 25px;
  border-top: 1px solid #dddddd;
  font-weight: 700;
  color: #a0143C;
  width: 155px;
  height: 40px;
  line-height: 40px !important;
}
#tr-menu a.pm span {
  display: block;
  padding-left: 25px;
  background: url('../images/icon_spass.png') no-repeat left 10px;
}
#tr-menu a:hover {
  background: #f1f2f2; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f2', endColorstr='#e6e7e8'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f2), to(#e6e7e8)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #f1f2f2,  #e6e7e8); /* for firefox 3.6+ */ 
  color: #a0143C;
}

#menumember {
  float: right;
  padding: 0;
  margin: 0;
  width: 190px;
  overflow: hidden;
}

#member-info {
  float: right;
  margin: 9px 0 10px 0;
  font-size: 13px;
  font-weight: normal;
  color: #58595b;
  line-height: 16px;
}
#member-info a {
  font-size: 12px;
  text-decoration: none;
  color: #98999b;
}
#member-info a:hover {
  text-decoration: none;
  color: #a0143C;
}

.squarebutton
{
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  width: 88px;
  height: 31px;
  color: #808285;
  line-height: 31px;
  border: 1px solid #CCCCCC;
  background: #f1f2f2; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f2', endColorstr='#e6e7e8'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f2), to(#e6e7e8)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #f1f2f2,  #e6e7e8); /* for firefox 3.6+ */ 
  cursor: pointer;
}
.squarebutton:hover
{
  text-decoration: none;
  background: #e6e7e8; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#dedede'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#dedede)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #e6e7e8,  #dedede); /* for firefox 3.6+ */ 
}
.menubutton {
  float: right;
  margin-top: 9px;
}
#signupbutton {
  margin-left: 2px;
  color: #a0143C;
}

/********************/
/* SEARCH BAR       */
/********************/

#search {
  background: url(../images/search-background.png);
  box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
  position: relative;
  z-index: 101;
}
#search .widthcontent {
  height: 48px;
}
#search .tselect {
  float: left;
  border: 1px solid #cccccc;
  border-right: none;
  background-color: #ffffff;
  margin: 0;
  margin-top: 7px;
  height: 30px;
  line-height: 30px;
}
#search .tselect span {
  display: block;
  padding: 0 24px 0 10px;
  margin: 1px 0;
  border-right: 1px solid #e1e1e1;
  background: url('../images/search-select.png') no-repeat 20px center;
  width: 76px;
  height: 28px;
  line-height: 27px;
  color: #a0143C;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
#type-options { position: absolute; display: none;
  list-style-type: none;
  padding: 0;
  margin: 39px 0 0 0;
  border:1px solid #CCCCCC;
  border-top:none;
  background: #ffffff;
  width: 110px;
  font-size: 12px;
  z-index: 500;
}
#type-options a
{
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #808285;
  line-height: 24px;
}
#type-options a:hover
{
  background: #a0143C; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6153d', endColorstr='#a0143C'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#c6153d), to(#a0143C)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #c6153d,  #a0143C); /* for firefox 3.6+ */ 
  color: #ffffff;
}
#search .text
{
  float: left;
  padding: 0 23px 0 12px;
  margin: 0;
  margin-top: 7px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  color: #a7a9ac;
  width: 398px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
}
#search .wtext
{
  float: left;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 23px;
  margin: 0;
  margin-top: 7px;
  border: 1px solid #cccccc;
  border-radius: 0;
  -moz-border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  color: #a7a9ac;
  width: 509px;
  height: 29px;
  font-size: 15px;
  font-weight: 500;
}
#searchbutton
{
  float: left;
  width: 50px;
  border-left: none;
  height: 30px;
  margin-top: 7px;
}
#searchbutton input.sb
{
  padding: 0;
        margin: 0;
        border: 0;
        background: url('../images/search-button.png') no-repeat 18px 9px;
        width: 50px;
        height: 30px;
        text-indent: -9999px;
        cursor: pointer;
}










#advancedsearch
{
  float: left;
  border: 0;
  margin-top: 7px;
  background: none;
  filter: none;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#advancedsearch:hover 
{
  color: #0645ad;
  background: none;
}
#pr-box {
  float: right;
  padding: 2px;
  margin: 7px 0 0 0;
  border: 1px solid #cccccc;
  background: #f1f2f2; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#ffffff'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#ffffff)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #e6e7e8,  #ffffff); /* for firefox 3.6+ */ 
  width: 216px;
  height: 26px;
  overflow: hidden;
}
#pr-box span {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #a0143C;
  text-align: center;
  width: 112px;
  height: 26px;
  line-height: 25px;
}
#pr-box a {
  float: left;
  padding: 0;
  margin: 0 0 0 2px;
  border: 1px solid #9f133b;
  background: #c7143c; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7143c', endColorstr='#9f133b'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#c7143c), to(#9f133b)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #c7143c,  #9f133b); /* for firefox 3.6+ */ 
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: 48px;
  height: 24px;
  line-height: 23px;
  cursor: pointer;
}
#pr-box a:hover
{
  background: #9f133b;
}

/********************/
/* CONTENT          */
/********************/

#joinus { 
  position: fixed;
  right: 0px;
  top: 134px;
  height: 120px;
  width: 35px;
  background: url('../images/joinus.png');
  margin-right: -5px;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -moz-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -webkit-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  z-index: 200;
}

#joinus.gpr { 
  background: url('../images/gopremium.png');
}

#content {
  margin: 15px auto;
  width: 980px;
  overflow: hidden;
}
.toplevel {
  width: 100%;
}
.topcontent {
  margin-top:0px!important;
  padding-top:0px!important;
}
.widthcontent {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
}
.extrawidecontent {
  margin: 0 auto;
  width: 1020px;
}
.lastitem {
  margin-bottom: 0px!important;
}

/********************/
/* PARTNERS         */
/********************/

#partners {
  background: #e6e7e9;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #ffffff;
}
#partners .widthcontent {
  padding: 10px 0;
  text-align: center;
}
#partners .widthcontent ul {
  width: auto;
  overflow: hidden;
}
#partners .widthcontent ul li {
  display: inline;
  margin-left: 40px;
}
#partners .widthcontent ul li.first {
  margin-left: 0;
}
#partners .widthcontent ul li * {
  vertical-align: middle;
}
a#partner-asd {
  display: inline-block;
  background: url('../images/partner-asd.png') no-repeat left top;
  width: 103px;
  height: 25px;
}
a#partner-asd:hover {
  background-position: left -25px;
}
a#partner-magic {
  display: inline-block;
  background: url('../images/partner-magic.png') no-repeat left top;
  width: 107px;
  height: 25px;
}
a#partner-magic:hover {
  background-position: left -25px;
}
a#partner-offprice {
  display: inline-block;
  background: url('../images/partner-offprice.png') no-repeat left top;
  width: 110px;
  height: 25px;
}
a#partner-offprice:hover {
  background-position: left -25px;
}
a#partner-internet_retailer {
  display: inline-block;
  background: url('../images/partner-internetretailer.png') no-repeat left top;
  width: 95px;
  height: 35px;
}
a#partner-internet_retailer:hover {
  background-position: left -35px;
}
a#partner-nhs {
  display: inline-block;
  background: url('../images/partner-nhs.png') no-repeat left top;
  width: 67px;
  height: 60px;
}
a#partner-nhs:hover {
  background-position: left -60px;
}

/********************/
/* TRADE SAFE       */
/********************/

#tradesafe {
  background-color: #999999;
  border-bottom: 1px solid #ffffff;
}
#tradesafe .widthcontent {
  padding: 15px 0 10px 0;
  text-align: center;
  color: #ffffff;
  height: 70px;
}

/********************/
/* FOOTER           */
/********************/

#footer {
  border-top: 1px solid #000000;
  background-color: #333333;
}
#footer a {
  color: #999999;
}
#footer a:hover {
  color: #ffffff;
}
#footer h3 {
  font-size: 13px;
  color: #cccccc;
  text-align: left;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
}
#footer ul {
  list-style: none;
  margin: 10px 0 0 0;
}
#footer ul li {
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}
#footer hr {
  float: none;
  margin: 15px 0;
  color: #cccccc;
  background-color: #999999;
}
#footer .widthcontent {
  color: #999999;
  font-size: 12px;
  padding: 30px 0 45px 0;
}
#footer .fc-wrap {
  margin: 15px 0 0 0;
  width: 980px;
  overflow: hidden;
}
#footer .fc-wrap .fcol {
  float: left;
  margin-right: 30px;
  width: 172px;
}
#footer .fc-wrap .fcol.last {
  margin-right: 0;
}
#footer .fc-left {
  float: left;
}
#footer .fc-right {
  float: right;
}
#footer .fc-wrap .social {
  float: left;
  padding: 15px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-right: 30px;
  width: 172px;
  text-align: left;
}
#footer .fc-wrap .social ul {
  padding: 0;
  margin: 0;
  height: 30px;
  overflow: hidden;
}
#footer .fc-wrap .social ul li {
  display: inline;
  padding: 0;
  margin: 0 15px 0 0;
  line-height: normal;
}
a#social-fb {
  display: inline-block;
  background: url('../images/social-fb.png') no-repeat left top;
  width: 30px;
  height: 30px;
}
a#social-fb:hover {
  background-position: left -30px;
}
a#social-gp {
  display: inline-block;
  background: url('../images/social-gp.png') no-repeat left top;
  width: 30px;
  height: 30px;
}
a#social-gp:hover {
  background-position: left -30px;
}
a#social-tw {
  display: inline-block;
  background: url('../images/social-tw.png') no-repeat left top;
  width: 30px;
  height: 30px;
}
a#social-tw:hover {
  background-position: left -30px;
}
#footer .fc-wrap .channels {
  float: left;
  padding: 15px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  width: 778px;
  overflow: hidden;
}
#footer .fc-wrap .channels .left {
  float: left;
  width: 180px;
  color: #cccccc;
  font-weight: 700;
}
#footer .fc-wrap .channels .right {
  float: left;
  width: 598px;
  height: 30px;
  line-height: 15px;
}

/********************/
/* SOCIAL MEDIA     */
/********************/

#social-media {
  position: fixed;
  display: block;
  left: 15px;
  top: 134px;
  padding: 0;
  margin: 0 0 0 0;
  width: auto;
}
#social-media div.swrap {
  padding: 6px;
  margin: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -moz-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -webkit-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  width: 101px;
}
#social-media div.swrap hr {
  margin: 6px 0;
  border: #e6e6e6;
  background: #e6e6e6;
}

#social-media-strip {
  display: none;
  padding: 0 0 7px 0;
  margin: 7px auto 0 auto;
  border: 0;
  width: 980px;
  overflow: hidden;
}
#social-media-strip .smsd {
  float: left;
}
#social-media-strip .smsd.rm {
  margin-right: 30px;
}

/********************/
/* SUGGEST          */
/********************/

#suggest {
  position: absolute;
  display: none;
  padding: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -moz-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  -webkit-box-shadow: 3px 2px 5px rgba(0,0,0,0.12);
  width: 431px;
  line-height: normal;
  z-index: 400;
}
#suggest div.head {
  padding: 6px 8px;
  margin: 0;
  background: #f0f0f0 url('../images/sb-head-bg.png') repeat-x left top;
  overflow: hidden;
}
#suggest div.head h2 {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #606060;
}
#suggest div.head a {
  float: right;
  display: inline;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 12px;
  color: #606060;
  text-decoration: none;
}
#suggest div.head a.show {
  padding-right: 12px;
  background: url('../images/da.png') no-repeat right center;
}
#suggest div.head a.hide {
  padding-right: 12px;
  background: url('../images/ua.png') no-repeat right center;
}
#suggest a {
  float: none;
  display: block;
  padding: 4px 6px;
  margin: 0;
  line-height: normal;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
#suggest a:hover {
  background: #4882dc;
  background: #a0143c; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6153d', endColorstr='#a0143c'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#c6153d), to(#a0143c)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #c6153d,  #a0143c); /* for firefox 3.6+ */ 
  color: #ffffff;
  text-decoration: none;
}

/********************/
/* PAGE LINKS       */
/********************/

.page-links {
  padding: 10px 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}

.page-links div.left {
  float: left;
  margin-right: 20px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #68696b;
}

.page-links div.right {
  float: right;
  font-size: 13px;
}

.page-links div.right a {
  display: inline-block;
  margin: 0 0 0 5px;
  background: #ebebeb;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #606265;
  vertical-align: top;
}

.page-links div.right a:hover {
  color: #a0143C;
  text-decoration: none;
}

.page-links div.right span.on {
  display: inline-block;
  margin: 0 0 0 5px;
  background: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #a0143C;
  font-weight: 700;
}

.page-links div.right span.pl {
  display: inline-block;
  margin: 0 0 0 5px;
  background: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #88898b;
}

.page-links div.right a.prev,
.page-links div.right a.next {
  display: inline-block;
  padding: 9px 11px;
  margin: 0 0 0 5px;
  border: 1px solid #9f133b;
  background: #c7143c; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7143c', endColorstr='#9f133b'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#c7143c), to(#9f133b)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #c7143c,  #9f133b); /* for firefox 3.6+ */ 
  width: 8px;
  height: 12px;
  line-height: 30px;
  overflow: hidden;
}

.page-links div.right a.prev:hover,
.page-links div.right a.next:hover {
  background: #9f133b;
}

.page-links div.right a.prev span {
  float: left;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid white;
}

.page-links div.right a.next span {
  float: left;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid white;
}

/********************/
/* PAGE MASK        */
/********************/

div#pageMask {
  position: fixed;
  display: none;
  left: 0px; top: 0px;
  opacity: .65;
  filter: alpha(opacity=65);
  background: #000000;
  z-index: 600;
  cursor: pointer;
}

/********************/
/* PAGE POP         */
/********************/

div#pagePop {
  position: absolute;
  display: none;
  padding: 5px;
  border: 5px solid #202020;
  background: #ffffff;
  width: 580px;
  height: 460px;
  z-index: 601;
}

div.popHeader {
  padding: 0 0 3px 0;
  margin: 10px 10px 15px 10px;
  border-bottom: 1px solid #cccccc;
  height: 24px;
  line-height: 24px;
  width: 560px;
  overflow: hidden;
}
div.popHeader h1 {
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 18px;
  color: #000000;
}
div.popHeader a img {
  float: right;
  opacity: .5;
  filter: alpha(opacity=50);
}
div.popHeader a:hover img {
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
}

div.popWrap {
  padding: 0;
  margin: 0 10px;
  width: 560px;
  height: 400px;
  overflow: auto;
}
div.popBody {
  padding: 0;
  margin: 0;
  width: 530px;
  overflow: hidden;
}
div.popBody h2 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #202020;
}
div.popBody p {
  margin: 0 0 15px 0;
  color: #303030;
  width: 100%;
  overflow: hidden;
}
div.popBody p img {
  float: left;
  margin-right: 15px;
}

/********************/
/* VIDEO PLAYER     */
/********************/

div#vPlayer {
  position: absolute;
  display: none;
  padding: 30px 32px;
  border: 0;
  background: url('../images/modal-bg.png') no-repeat left top;
  width: 486px;
  height: 450px;
  z-index: 601;
}
div#vPlayer div.head {
  padding: 0;
  margin: 0;
  height: 22px;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
}
div#vPlayer div.head h1 {
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 13px;
  color: #505050;
}
div#vPlayer div.head a img {
  float: right;
  opacity: .5;
  filter: alpha(opacity=50);
}
div#vPlayer div.head a:hover img {
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
}
div#vPlayer div.player {
  padding: 0;
  margin: 10px 0 15px 0;
  border: 3px solid #989898;
  background: #000000;
  width: 480px;
  height: 360px;
}
div#vPlayer div.logo {
  text-align: right;
}

/********************/
/* ACCOUNT POP      */
/********************/

#accountPop {
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
  border: 2px solid #000000;
  background: #ffffff;
  width: 496px;
  height: 246px;
  z-index: 601;
}

