html {
    height: 100%;
}

/* --- CLEAR ------------------------ */
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clear {
    display: inline-block;
}
/* start commented backslash hack \*/ * html .clear, * html .form li {
    height: 1%;
}
.clear {
    display: block;
}
/* close commented backslash hack */

/* FONT */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(Oxygen.otf) format('opentype');
}
@font-face {
  font-family: 'Oxygen-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(Oxygen-Bold.otf) format('opentype');
}

/* Start Selectric ************************************************************/
/* search for selectric in the complete file !!!                              */
.selectricWrapper {
  position: relative;
/*   margin: 0 0 10px; */
/*   width: 300px; */
  cursor: pointer;
    display: inline-block;
}

.selectricWrapper.dInline {
    display: inline-block !important;;
}

.selectricWrapper > * {
    vertical-align: top;
}
.selectricResponsive {
  width: 100%;
}

.selectric {
  font-size: 14px;
  border: 1px solid #999999;
  position: relative;
  border-radius: 3px;

  width: 280px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #666;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px 6px 6px 10px;
/*   font-size: 12px; */
  line-height: 22px;
  min-height: 22px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 34px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

/* .selectricHover .selectric { */
/*   border-color: #CCC; */
/* } */

.selectricHover .selectric .button {
  color: #888;
}

.selectricHover .selectric .button:after {
  border-top-color: #888;
}

.selectricOpen {
  z-index: 9999;
}

.selectricOpen .selectric {
  border-color: #CCC;
  background: #9a9a9a;
  z-index: 9999;
}

.selectricOpen .selectric p.label {
  color: #FFFFFF;
}

.selectricOpen .selectric .button:after {
    border-color: #000000 rgba(0, 0, 0, 0) -moz-use-text-color;
}

.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #DDD;
    border-left: 1px solid #CCC;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.selectricItems ul {
    border-right: 1px solid #CCC;
}

.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectricItems li {
  display: block;
  padding: 5px;
/*
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
*/
  color: #333333;
  cursor: pointer;
  font-size: 13px;
}

.selectricItems li.selected {
  background: #ececec;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectricItems li:hover {
  text-decoration: underline;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/* ENDE Selectric *************************************************************/

/* START Styled Checkbox ******************************************************/

input[type=checkbox].styled-checkbox {
    display: none !important;
}

label.styled-checkbox {
    position: relative !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    border: 1px solid #999999 !important;

    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

label.styled-checkbox span {
    display: none !important;
    width: 10px !important;
    height: 3px !important;

    border: 3px solid #666666 !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;

    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) !important;

    position: absolute !important;
    top: 6px !important;
    left: 4px !important;
}

/* not working on iPad
input[type=checkbox].styled-checkbox + label.styled-checkbox span:hover,
input[type=checkbox].styled-checkbox + label.styled-checkbox:hover span {
    display: inline-block !important;
    opacity: 0.2 !important;
}
*/

input[type=checkbox].styled-checkbox.styled-checkbox:checked + label.styled-checkbox span {
    display: inline-block !important;
    opacity: 1.0 !important;
}

/* ENDE Styled Checkbox *******************************************************/


body {
    margin: 0 5px;
    color: #333333;
    min-width: 800px;
    font: 14px 'Oxygen', arial, helvetica, sans-serif;
    height: 100%;
}
/* General reset */
form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
img {
    border: 0;
}
input, select, textarea {
    vertical-align: middle;
    font: 100% 'Oxygen', arial, helvetica, sans-serif;
}
textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"],
input[type="password"] {
    width: 270px;
    padding: 0 0 0 10px;
    height: 34px;
    line-height: 34px;
    color: #666;
    border: 1px solid #999999;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="radio"] {
    margin: 0;
}
select {
    color: #999999;
}

ul {
    list-style: none;
}
h1 {
    font-weight: bold;
    font-size: 28px;
    margin: 0;
}
h2 {
    font-weight: bold;
    font-size: 21px;
    margin: 0;
}
h2.border {
    height: 50px;
    line-height: 50px;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #999999;
    margin: 0 0 30px 0;
}
h2.border .lock {
    float: left;
    display: block;
    width: 16px;
    height: 50px;
    margin: 0 10px 0 0;
    background: url('../img/lock_large.png') center no-repeat;
}
h3 {
    font-weight: bold;
    font-family: helvetica;
    font-size: 18px;
    margin: 0;
}
.check {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url('../img/checkmark_blue.png') no-repeat;
    vertical-align: middle;
}
a {
    color: #333333;
    text-decoration: underline;
}
a.link,
.a.link {
    color: #ED1C24;
}
a:hover {
    text-decoration: none;
}
button {
    font-family: 'Oxygen';
    cursor: pointer;
}
.btn-buy,
.btn-continue,
.btn-next,
.btn-back,
.btn-grey {
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    background: #ED1C24;
    text-align: center;
    text-decoration: none;
    border: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-back,
.btn-next {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.btn-next {
    background: #ED1C24 url('../img/next_icon.png') right center no-repeat;
    border-right: 10px solid #ED1C24;
}

.member .btn-next {
	text-transform: none;
}

.btn-back {
    color: #333333;
    background: #DDDDDD url('../img/back_icon.png') left center no-repeat;
    border-left: 10px solid #DDDDDD;
}
.btn-grey {
    display: inline-block;
    padding: 0 10px;
    color: #333333;
    background: #DDDDDD;
    font-weight: normal;
}

.btn-continue {
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
}

.btn-31-red {
    display: inline-block;
    padding: 0 20px;
    line-height: 31px;
    height: 31px;

    color: #FFFFFF;
    background: #ED1C24;
    font-size: 14px;
    text-decoration: none;

-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-42-grey {
    display: inline-block;
    line-height: 42px;
    height: 42px;
    padding: 0 28px;

    color: #333333;
    background-color: #DDDDDD;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-42-back {
    padding-left: 19px;
}
.btn-42-back:BEFORE {
    content: '\25C0';
    font: 18px Lucida Sans Unicode, Arial Unicode MS, Arial;
    margin-right: 19px;

}

hr.noshade {
    border: 0px; /* Firefox Opera */
    border-top: solid 1px #CCCCCC;
    border-bottom: transparent;
}


#sideBannerLeft {
    left: 50%;
    margin-left: -640px;
    position: absolute;
    width: 150px;
}
#sideBannerRight {
    margin-right: -640px;
    position: absolute;
    right: 50%;
    width: 150px;
}
#confidenceBar,
#header,
#wrapper {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

/* RENEW start ****************************************************************/
.mpurchase-page.renewal #header,
.mpurchase-page.renewal #wrapper,
.mpurchase-page.renewal #wrapper.full #content,
.mpurchase-page.renewal #footer {
    width: 760px;
}

.mpurchase-page #wrapper.full #content {
    margin: 0;
}
.mpurchase-page .head {
    margin: 0 0 0px 0;
}

.mpurchase-page.renewal .buyer-form .frame {
    width: 170px;
}

.mpurchase-page.renewal .buyer-form .hold {
    width: 570px;
}

.mpurchase-page #content .hold h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #333333;
}
.mpurchase-page #content .hold .errorbox {
    margin: 0 0 10px 0; 
}
.mpurchase-page #content .hold .upgradeinfo {
    margin: 0 0 10px 0;
}
.mpurchase-page #content .hold table.renew td {
    padding: 0 0 10px 0;
}
.mpurchase-page #content .hold table.renew td.label {
    width: 155px;
}
.mpurchase-page #content .hold table.renew input {
    width: 180px;
    height: 30px;
    line-height: 30px;
}
.mpurchase-page #content .hold .select-bar {
    margin: 10px 0 0 0;
}

.mpurchase-page.renewal #content .hold .select-bar {
    padding: 17px 0;
    border-top: 1px solid #999999;
    margin: 10px 0 0 0;
}

.mpurchase-page.renewal #content .hold .select-bar {
    padding: 17px 0;
}


.mpurchase-page #content .buyer-form label.secondlabel {
    padding: 0;
}

.mpurchase-page #content .hold .select-bar label {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.mpurchase-page.renewal #content .hold .select-bar label {
    font-weight: normal;
    font-size: 15px;
}

.mpurchase-page #content .hold .select-bar select,
.mpurchase-page #content .hold .select-bar .selectric {
    width: 220px;
}
.mpurchase-page #content .hold .box ul li {
    font-size: 16px;
}

.mpurchase-page.renewal #content .hold .box ul li {
    height: 70px;
    line-height: 70px;
}

.mpurchase-page.renewal #content .hold .box ul li.left.col1 {
    width: 235px;
    padding: 0;
}

.mpurchase-page #content .hold .box ul li.left.col1 {
    width: 355px;
}

.mpurchase-page #content .hold .box ul li label {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
}

.mpurchase-page.renewal #content .hold .box ul li label {
    line-height: 20px;
    margin-top: 10px;
}

.mpurchase-page.renewal #content .hold .box ul li.col2 {
    width: 105px;
}

.mpurchase-page #content .hold .box ul li.col2 {
    width: 145px;
}
.mpurchase-page #content .hold .box .price {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    text-align: right;
}

.mpurchase-page.renewal #content .hold .box .price {
    text-align: left;
}

.mpurchase-page #content .hold .box ul li.col3 {
    width: 90px;
    text-align: right;
}

.mpurchase-page.renewal #content .hold .box ul li.col3 {
    width: 150px;
    text-align: left;
}

.mpurchase-page #content .hold .box ul li.col4 {
    width: 30px;
    text-align: right;
}

.mpurchase-page.renewal #content .hold .box ul li.col4 {
    width: 80px;
}

.mpurchase-page #content .hold .box ul li.col4 .btn-buy {
    display: inline-block;
    width: 75px;
    font-size: 15px;
    font-weight: normal;
    margin: 0 2px 0 0;
}


.mpurchase-page #content .buyer-form .frame img {
    width: 255px;
}

.mpurchase-page.renewal #content .buyer-form .frame img {
    width: 160px;
}

.mpurchase-page #content .buyer-form img.creditcards {
    display: none;
}

.mpurchase-page.renewal #content .buynow .paymentLogos {
    display: none;
}

/* RENEW end ******************************************************************/

/* tooltip */
.tooltipwrapper {
    position: relative;
    float: left;
}
.tooltipcontent {
    display: none;
    width: 220px;
    padding: 20px 20px 15px 20px;
    position: absolute;
    top: 44px;
    left: 44px;
    background: #DDDDDD;
    z-index: 1;
}
.tooltipcontent:AFTER {
    bottom: 90%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDDDDD;
    border-width: 30px;
    margin-left: -30px;
}
.tooltipcontent .head {
    padding: 0 16px 0 0;
    margin: 0 0 5px 0;
    font-size: 16px;
}
.tooltipcontent .close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 22px;
    right: 20px;
    background: url('../img/tooltip_close.png') no-repeat;
}
.tooltipcontent p {
    line-height: 20px;
    font-size: 13px;
    margin: 0;
}
/* HEADER start ***************************************************************/
#header .top {
    margin-top: 17px;
    margin-bottom: 15px;
}

.logo {
    float: left;
    position: relative;
    left: -2px;
    width: 344px;
    height: 60px;
    background: url(../img/logo_header.jpg) center no-repeat;
}
#header .wrap.search {
    position: relative;
    width: 300px;
    right: auto;
    bottom: auto;
    z-index: 99;
}
#header .top-nav-wrapper.smallversion .wrap.search {
    width: 232px;
}
#header .top-nav-wrapper.smallversion .wrap.search input.text {
    width: 220px;
}
#header .top-nav-wrapper.smallversion .wrap.search .btn-search {
    right: 8px;
}

#header .wrap {
    position: absolute;
    right: 0;
    bottom: 5px;
}
#header .wrap .checkout {
    font-size: 15px;
}
#header .wrap .checkout .secure,
#header .wrap .checkout .phone {
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
    background: url('../img/lock_small.png') left no-repeat;
}
#header .wrap .checkout .phone {
    background: url('../img/phone_small.png') left no-repeat;
}

.search-box .search-bar .text {
    height: 28px;
    line-height: 28px;
    color: #000000;
    position: relative;
    bottom: 3px;
}
.btn-search {
    position: absolute;
    right: 26px;
    top: 13px;
    width: 17px;
    height: 16px;
    margin: 0;
    border: 0;
    cursor: pointer;
    text-indent:-9999px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    background: url('../img/search_icon.png') no-repeat;
}
.search-box #browse-all-magazines-box {
    float: left;
}
.search-box select#browse-all-magazines {
    width: 200px;
    height: 36px;
    padding: 0 0 0 10px;
    color: #333333;
}

.search-box div.selectricWrapper .selectric {
    width: 200px;
}
.header-box {
    float: right;
    margin-top: 15px;
}
.header-box.custom {
    position: absolute;
    top: 26px;
    right: 0;
}
.header-box.custom ul {
    position: relative;
    left: 8px;
    margin: 0;
    padding: 0;
}
.header-box .title {
    display: block;
    float: left;
    text-align: center;
    line-height: 36px;
    margin: 0 14px 0 0;
}
.header-box .title a {
    text-decoration: none;
}
.header-box .title a:hover {
    text-decoration: underline;
}
.header-box a#logoutLink {
    left: 910px;
    position: absolute;
    top: 50px;
}
.header-box .btn-inactive,
.header-box .btn-active {
    float: left;
}
.btn-active,
.btn-inactive {
    display: block;
    width: 78px;
    padding-left: 37px;
    height: 36px;
    line-height: 36px;
    color: #333333;
    font-size: 15px;
    background: #DDDDDD url(../img/basket_icon.png) 10px center no-repeat;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-active {
    color: #FFFFFF;
    background: #ED1C24 url(../img/basket_white.png) 10px center no-repeat;
    text-decoration: none;
}
#topbar {
    margin: 20px 0 7px 0;
}
#topbar .slogan {
    font-size: 15px;
}

#topbar .slogan.center {
    margin-left: 90px;
}
#topbar .user-nav {
    padding:0;
    list-style:none;
    float:right;
    overflow:hidden;
    margin: 0;
}

#topbar.centered-slogan-only {
    margin: -22px 0 20px 0;
    padding: 0;
    text-align: right;
    padding-bottom: 13px;
    border-bottom: 1px solid #999999;
}

#topbar.centered-slogan-only > * {
    display: none;
}

#topbar.centered-slogan-only > .slogan.center {
    display: inline;
    margin: 0;
    padding: 0;
    color: #333333;
}

.user-nav li {
    float: left;
    padding: 0 8px 0 10px;
    overflow: hidden;
}
.user-nav li.sep {
    padding: 0;
}

#topbar .user-nav li a {
    font-size: 15px;
}

.top-nav-wrapper.hideAllMagazines .all {
    display: none;
}

.top-nav {
    position: relative;
}
.top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #333333;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.top-nav ul li {
    float: left;
    padding: 0 12px 0 12px;
    font-size: 16px;
    line-height: 42px;
    background: url('../img/sep_icon.png') left center no-repeat;
}
.top-nav ul li.search {
    background: none;
    padding-right: 0;
}
.top-nav ul li.all {
    width: 176px;
    background: #ed1c24 url('../img/all_collapsed.png') 174px center no-repeat;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.top-nav ul li.all.expanded {
    background: #ed1c24 url('../img/all_expanded.png') 174px center no-repeat;
}
.top-nav ul li.first {
    background: none;
    padding: 0 12px 0 20px;
}
.top-nav-wrapper.smallversion .top-nav ul li.account {
/*     padding: 0 10px 0 45px; */
/*     background-position: -5px center; */
    padding: 0 20px;
    background-image: url("../img/sep_icon.png");
    background-position: left center;
}
.top-nav ul li.account {
    padding: 0 20px 0 50px;
    background: url(../img/account_icon.png) 0 center no-repeat;
    float: right;
}
.top-nav ul li > a {
    float: left;
    color: #FFFFFF;
    text-decoration: none;
}

.top-nav ul li > a:hover {
    text-decoration: underline;
}
.top-nav ul li.account a:hover {
    text-decoration: none;
}
.top-nav ul li.account:hover {
    background-color: #ED1C24;
    /* #333333 */
}
/* HEADER end *****************************************************************/

/* SIDEBAR start **************************************************************/
#sidebar {
    float: left;
    width: 200px;
}
#wrapper.full #sidebar {
    float: none;
    position: absolute;
    top: -52px;
    z-index: 9999;
}
#sidebar .main-nav {
    padding: 8px 0 8px 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    background: #DDDDDD;
}
#sidebar .main-nav li:HOVER {
    background: #333333;
}
#sidebar .main-nav li:HOVER a {
    color: #FFFFFF;
}
#sidebar .main-nav li a {
    display: block;
    position: relative;
    color: #333333;
    height: 25px;
    font-size: 14px;
    text-decoration: none;
}
#sidebar .main-nav li.active a {
    color: #ED1C24;
}
#sidebar .main-nav li.active .goto {
    color: #333333;
}
#sidebar .main-nav li.active:HOVER .goto {
    color: #FFFFFF;
}
#sidebar .main-nav li span {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 12px;
    overflow: hidden;
}
#sidebar .main-nav li span .goto {
    display: inline;
    position: absolute;
    right: 15px;

}
/* SIDEBAR end ****************************************************************/











.header-box .phone {
    display:block;
    font-size:16px;
    font-style:normal;
    font-weight:bold;
    color:#1c83c8;
}
.header-box .per-minute {
    display:block;
    font-size:11px;
    color:#666;
}

.checkout-box {
    width:119px;
    height:58px;
    float:right;
    padding:8px 0 0 71px;
    font-size:12px;
    background:url(bg/bg-checkout-box.gif) no-repeat;
}
.checkout-box .title {
    display:block;
    margin:0 0 6px;
}
.checkout-box .title span {
    color:#818181;
    font-weight:normal;
}
.errorbox {
    color: #ED1C24;
    font-size: 15px;
}

/* main holder */
.main {
    width:100%;
}
#content {
    float: right;
    position: relative;
    width: 760px;
}
#wrapper.full #content {
    width: 980px;
}
#content h1.heading {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 10px 0;
    margin: 0 0 35px 0;
}
#content.alist h2.heading {
    position: relative;
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
}
#content.alist h2.heading.bordertop {
    border-top: 1px solid #CCCCCC;
}
#content-account {
    width:100%;
    float:right;
    background:url(bg/bg-content-c.gif) repeat-y;
}
.content-c .holder #dsb_shipping_wrapper {
    width:          100%;
}
.content-c .holder #dsb_shipping_wrapper #dsb_shipping_selection {
    text-align:  left;
    float:       left;
    margin:      0 auto;
    padding-top: 5px;
}

.content-c .holder #dsb_shipping_wrapper #dsb_shipping_selection .form td {
    padding: 7px 8px 7px 0;
}

.content-c .holder #dsb_shipping_wrapper #dsb_shipping_charge {
    font-weight: bold;
    text-align:  right;
    float:       right;
    margin:      0 auto;
    padding-top: 5px;
}
.content-c .holder #dsb_shipping_clear_both {
    clear: both;
    margin-bottom: 5px;
}

.content-c .holder .dsb_shipping_subscription_delivery_info {
    margin-left: 10px;
}

#content .wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px;
}
.map-box {
    width:558px;
    padding:0 1px;
    height:231px;
    position:relative;
    float:left;
    overflow:hidden;
    background:url(bg/bg-map-box.jpg) no-repeat;
}
.map-box .frame {
    height:180px;
    overflow:hidden;
}
.map-box .text {
    position:absolute;
    top:146px;
    left:1px;
    width:558px;
    padding:12px 0 16px;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    line-height:20px;
    text-indent:18px;
    background:url(bg/bg-map-text.png);
}
.map-box ul {
    margin:0;
    padding:6px 0 0;
    list-style:none;
    width:564px;
    height:43px;
    overflow:hidden;
    position:relative;
    z-index:10;
}
.map-box ul li {
    float:left;
    font-size:14px;
    padding:0 0 0 1px;
    margin:0 1px 0 -1px;
    background:url(bg/separator2.gif) no-repeat 0 100%;
}
.map-box ul a {
    float:left;
    padding:19px 25px 0;
    height:24px;
    font-weight:bold;
    position:relative;
    color:#878787;
}
.map-box ul li a.active {
    color:#fff;
    text-decoration:none;
    background:url(bg/bg-map-nav-roll.jpg) repeat-x 50% 100%;
}
.map-box ul .first a.active {
    background:url(bg/bg-map-nav-roll.jpg) repeat-x 0 100%;
}
.map-box ul .last a {
    padding:19px 23px 0 22px;
}
.map-box ul .last a.active {
    background:url(bg/bg-map-nav-roll.jpg) repeat-x 100% 100%;
}
.map-box ul a .arrow {
    position:absolute;
    top:0;
    left:-9999px;
    margin:0 0 0 -6px;
    width:13px;
    height:10px;
    background:url(bg/arrow3.png) no-repeat;
}
.map-box ul a.active .arrow {
    left:50%;
}
.box-hold {
    width:170px;
    float:right;
    margin:-9px 0 0;
}
.circle-box {
    width:200px;
    overflow:hidden;
    font-size:14px;
    margin:9px 0 0;
    color:#666;
    background:url(bg/bg-circle-box-c.gif) repeat-y;
}
.circle-box .holder {
    width:100%;
    overflow:hidden;
    padding:5px 0 0;
    background:url(bg/bg-circle-box-t.gif) no-repeat;
}
.circle-box .frame {
    height:1%;
    overflow:hidden;
    padding:3px 10px 8px;
    background:url(bg/bg-circle-box-b.gif) no-repeat 0 100%;
}
.circle-box .heading {
    display:block;
    font-size:18px;
    font-weight: bold;
    color:#000;
}
#content .circle-box p {
    margin:0 0 3px;
    padding:0 0 7px;
    border-bottom:1px solid #ccc;
}
.link-list {
    margin:0 0 7px;
    padding:0;
    list-style:none;
    width:100%;
    overflow:hidden;
}
.link-list li {
    height:1%;
    line-height:20px;
}
.circle-box a {
    padding: 0 10px 0 0;
    color: #ED1C24;
    text-decoration: none;
}
.content-box {
    overflow:hidden;
    margin: 25px 0 0 0;
}
.content-box .heading {
    height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px 0;
}
#content .content-box h2 {
    font-size: 18px;
    line-height: 28px;
}
.content-box .more {
    float: right;
    color: #ED1C24;
    text-decoration: none;
    font-size: 14px;
    margin: 3px 0 0 0;
    font-weight:normal;
}
.content-box .holder {
    height:1%;
    overflow:hidden;
}
.product-list {
    margin: 0;
    padding:0;
    list-style:none;
    height:1%;
    overflow:hidden;
}

.product-list.small li {
    width: 90px;
    margin-left: 44px;
}

.product-list.small li a.img {
    min-height: 115px;
}

.product-list li {
    float: left;
    width: 166px;
    margin: 0 0 0 32px;
    display: inline;
}

.product-list > li:first-child {
    margin-left: 0;
}

.product-list li a.img {
    display: block;
    min-height: 235px;
}

#content.content ul {
    list-style-type: disc;
}

#content.content .product-list li a.img {
    min-height: 245px;
    max-height: 245px;
    overflow: hidden;
}

#content.content .product-list.small li a.img {
    min-height: 155px;
    max-height: 155px;
    overflow: hidden;
}

.product-list li a.save {
    font-size: 15px;
    color: #438FDA;
    font-weight: bold;
    text-decoration: none;
    font-weight: normal;
}
#content .product-list .price {
    font-size: 15px;
    line-height: 14px;
    font-weight: normal;
}
.product-list .title {
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
}
.product-list .btn-buy {
    margin: 8px 0 0 0;
    font-weight: normal;
}
.bottom-nav {
    height:31px;
    overflow:hidden;
    padding:1px 0 0;
    position:relative;
    z-index:2;
    background:url(bg/bg-bottom-nav.gif) no-repeat;
}
.bottom-nav ul {
    margin:0 0 0 16px;
    padding:0;
    list-style:none;
    height:28px;
    overflow:hidden;
}
.bottom-nav ul li {
    float:left;
    padding:0 7px 0 6px;
    margin:0 1px 0 -1px;
    font-weight:bold;
    font-size:12px;
    background:url(bg/separator4.gif) repeat-y;
}
.bottom-nav ul li a {
    float:left;
    height:28px;
    color:#000;
    padding:0 0 0 21px;
    line-height:28px;
}
.bottom-nav .link-basket {
    background:url(bg/ico-basket.gif) no-repeat 0 50%;
}
.bottom-nav .link-your-acc {
    background:url(bg/ico-your-acc.gif) no-repeat 0 50%;
}
.bottom-nav .link-renew {
    background:url(bg/ico-renew.gif) no-repeat 0 50%;
}
.bottom-nav .link-contact {
    background:url(bg/ico-contact.gif) no-repeat 0 50%;
}
.bottom-nav .link-help {
    background:url(bg/ico-help.gif) no-repeat 0 50%;
}
.bottom-nav .link-about {
    background:url(bg/ico-about.gif) no-repeat 0 50%;
}
.bottom-nav .link-sitemap {
    background:url(bg/ico-sitemap.gif) no-repeat 0 50%;
}
.browse-box {
    width:100%;
    overflow:hidden;
    padding-top: 35px;
}

.browse-box ul {
    float: left;
    padding: 0;
    width: 166px;
}

.browse-box ul.first {
    margin-left: 110px;
}

.start .browse-box ul.first {
    margin-left: 220px;
}

.browse-box ul.last {
    margin-right: 0;
}

.browse-box ul li {
    list-style: none;
}
.browse-box ul li span.title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.browse-box ul li a {
    display: inline-block;
    text-decoration: none;
}
.browse-box .hold {
    height:1%;
    overflow:hidden;
    padding: 0;
}
#wrapper.full #content .browse-box .hold {
    height:1%;
    overflow:hidden;
}

.browse-box .hold .navigationBox {
    position: relative;
}

.browse-box .hold .navigationBox .container {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    text-align: center;
    padding: 16px 0;
    line-height: 24px;
}

.browse-box .hold .navigationBox .footer-menu {
    width: 980px;
    margin-top: 20px;
    margin-bottom: 2px;
    text-align: center;
}

.browse-box .hold .navigationBox .footer-menu li {
    display: inline;
    list-style-type: none;
    padding-right: 40px;    
}

.browse-box .hold .navigationBox .footer-menu a {
    font-size: 14px;
}

.browse-box .list {
    margin:0 0 1px;
    padding:0;
    list-style:none;
    width:570px;
    overflow:hidden;
}
.browse-box .list li {
    float:left;
    padding:0 7px 0 9px;
    font-size:11px;
    background:url(bg/separator1.gif) no-repeat 0 50%;
}
.browse-box .list li:first-child {
    padding:0 7px 0 0;
    background:none;
}
.browse-box .circle-box {
    float:right;
    margin:0;
}
.faq-list {
    margin:5px 0 1px;
    padding:0;
    list-style:none;
    width:100%;
    overflow:hidden;
}
.faq-list li {
    height:1%;
    line-height:15px;
    vertical-align:top;
    padding:0 0 0 8px;
    background:url(bg/bullet1.gif) no-repeat 0 5px;
}
.faq-list li a {
    background:none;
}

.newsletter {
    height:43px;
    overflow:hidden;
    padding:8px 0 0 73px;
    background:url(bg/bg-newsletter.jpg) no-repeat;
}
.newsletter strong {
    display:block;
    font-size:18px;
    line-height:18px;
}
.newsletter a {
    font-size:11px;
    font-weight:bold;
    color:#3e3e3e;
    padding:0 0 0 12px;
    background:url(bg/arrow1.gif) no-repeat 0 50%;
}

#footerWrapper {
    background-color: #ffffff;
    margin-top: 17px;
    border-top: 1px solid #DEDEDE;
    position: relative;
    z-index: 999;
}

#footer {
    color: #777777;
    font-size: 11px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 980px;
    background:url(bg/FutureLogo.png) no-repeat 0 0%;
}
#footer #nortonSecured {
    float: right;
    margin-top: 20px;
}

#footer #footerText {
    margin: 25px 150px 65px 65px;
}

#footer #footerText div#copyright {
    margin-top: 10px;
}

#footer #footerText div#copyright div {
    float: left;
}

#footer a {
    color:#777;
}
#footer .holder {
    height:1%;
    overflow:hidden;
    padding:10px 20px 15px;
    margin:-2px 0 2px;
    background:url(bg/divider1.gif) repeat-x;
}
#footer p {
    margin:0;
}
#footer ul {
    float: right;
    margin:0 0 0 0px;
    padding:0;
    list-style:none;
    height:1%;
    overflow:hidden;
}
#footer ul li {
    float:left;
    margin:0 1px 0 -1px;
    overflow:hidden;
    padding:0 7px 0 9px;
    background:url(bg/separator5.gif) no-repeat 0 50%;
}
a.secured-logo {
    width: 93px;
    height: 56px;
    float: right;
    position: relative;
    top: -5px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/norton_secured.png') no-repeat;
}

.thankyou .holder a.secured-logo,
h2 a.secured-logo {
    top: 0;
}

.footer-logo,
.future-logo {
    float:left;
    text-indent:-9999px;
    overflow:hidden;
    margin:10px 0 0;
}
.footer-logo {
    width:152px;
    height:36px;
    margin:10px 16px 0 0;
    background:url(bg/footer-logo.gif) no-repeat;
}
.future-logo {
    width:42px;
    height:36px;
    background:url(bg/future-logo.gif) no-repeat;
}
/* MFM_VD_Category */
.breadcrumbs {
    position:relative;
    padding:0;
    list-style:none;
    height:1%;
    overflow:hidden;
}
.breadcrumbs li {
    float:left;
    font-size:10px;
    color:#666;
    padding:0 4px 0 8px;
    margin:0 5px 0 -5px;
    background:url(bg/bullet3.gif) no-repeat 0 4px;
}
.banner {
    width:100%;
    position:relative;
    margin:0 0 15px;
}
#content .banner h1 {
    position:absolute;
    bottom:0;
    left:0;
    margin:0 0 13px 12px;
    font-size:32px;
    color:#fff;
}
.two-columns {
    overflow: hidden;
    margin: 0 0 30px 0;
}
.two-columns .col {
    float: left;
    width: 460px;
    margin: 0 60px 0 0;
}
.two-columns .col + .col {
    margin: 0;
}
.two-columns p {
    line-height: 20px;
    margin: 0;
}
.two-columns ul {
    margin: 0;
    list-style: disc;
    height: 1%;
    overflow: hidden;
}
.two-columns ul li {
    height:1%;
    vertical-align:top;
    margin: 0 0 6px 0;
}

.your-account {
    width:760px;
    margin:0 0 -12px;
    overflow:hidden;
}
.your-account .col {
    width:410px;
    float:left;
    margin:-18px 10px 0 0;
}
.your-account .box {
    height:149px;
    overflow:hidden;
    padding:6px 10px 8px;
    color:#666;
    border:solid #ccc;
    border-width:1px 1px 0;
    font-size:11px;
    margin:18px 0 0;
    background:url(bg/bg-product-box.gif) no-repeat 0 100%;
}
.your-account .frame {
    float:left;
    margin:4px 10px 0 0;
}
.your-account .frame img {
    display:block;
}
.your-account .text-hold {
    width:278px;
    overflow:hidden;
    float:right;
}
.your-account .text-hold .row .bold {
    font-weight: bold;
}
#content .your-account h2 {
    margin:0 0 4px;
    color:#000;
    font-size:18px;
}
#content .your-account h2.expired {
    margin:0 0 4px;
    color:#000;
    font-size:18px;
    color:#CCCCCC;
}
#content .your-account h2.others {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
    margin:0 0 4px;
    color:#000;
    font-size:18px;
}
.your-account .row {
    width:100%;
    overflow:hidden;
    padding:6px 0 5px;
    margin:0 0 6px;
    border:solid #ccc;
    border-width:1px 0;
    font-size:13px;
}
.your-account .more {
    display:block;
    padding:3px 0 0;
    border-top:1px solid #ccc;
}
.your-account .more a {
    float:left;
    padding:0 9px 0 0;
    background:url(bg/arrow2.gif) no-repeat 100% 5px;
}

/* CATEGORY start *************************************************************/
.main.search #content h1 {
    font-weight: normal;
    font-size: 21px;
    margin: 0 0 20px 0;
}
.main.search #content h1 span {
    color: #ED1C24;
}
.main.search #content h2 {
    font-size: 18px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999999;
    margin: 0 0 20px;
}

.product-columns {
    overflow:hidden;
}
.product-columns .box {
    float: left;
    width: 200px;
    height: 404px;
    overflow: hidden;
    margin: 0 60px 60px 0;
}
.search .product-columns .box {
    height: 424px;
    margin: 0 32px 10px 0;
    width: 166px;
}

#content.search .product-columns em.price {
    font-weight: normal;
    font-size: 14px;
}

.product-columns .box.noMargin {
    margin-right: 0;
}
.product-columns .box a.img {
    display: block;
    height: 270px;
}

#content.alist .product-columns .box a.img {
    min-height: 285px;
}

#content.alist .product-columns .box.upgradeCategory a.img {
    min-height: 162px;
}

#content.alist .product-columns .box .text-hold .description {
    min-height: 65px;
}

#content.content ul.product-list li {
    margin-bottom: 20px;
}
#content.content ul.product-list li div {
    height: 90px;
    overflow: hidden;
}
#content.content ul.product-list.small li div {
    height: 105px;
}

#content.content ul.product-list .title {
    height: 50px;
    line-height: 20px;
    overflow: hidden;
}

#content.content ul.product-list.small .title {
    height: 82px;
    font-size: 13px;
}

.alist .product-columns .box a.img {
    width: 255px;
    height: auto;
}

#content.alist .product-columns p.title {
    height: 40px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

#content.alist .product-columns em.price {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    color: #ffffff;
}

#content.alist .product-columns .more {
    display: none;
}

#content.search .product-columns .box a.img {
    height: 235px;
    overflow: hidden;
}
.product-columns .box img {
    display: block;
    width: 200px;
    max-height: 285px;
}
.search .product-columns .box img {
    width: 166px;
}
.product-columns .text-hold {
    margin: 15px 0 0 0;
}

#content.search .product-columns .text-hold {
    margin: 5px 0 0 0;
}
.product-columns .text-hold .btn-buy {
    margin: 8px 0 0 0;
}
.product-columns .text-hold .row .bold {
    font-weight: bold;
}
#content .product-columns p {
    height: 55px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 4px 0;
}
#content .product-columns p.expired {
    margin:0 0 4px;
    color:#000;
    font-size:18px;
    color:#CCCCCC;
}
#content .product-columns p.others {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
    margin:0 0 4px;
    color:#000;
    font-size:18px;
}

.product-columns .more a {
    float:left;
    padding:0 9px 0 0;
    background:url(bg/arrow2.gif) no-repeat 100% 5px;
}

#content.search .product-columns .description {
    height: 110px;
}

#content.search .product-columns .more a {
    background: none;
    text-decoration: none;
    color: #0065CD;
}

#content.search .product-columns p.title {
    line-height: 20px;
    height: auto;
    max-height: 40px;
    overflow: hidden;
}

#content.search .product-columns p.shortDesc {
    font-weight: normal;
    height: auto;
    line-height: 20px;
    max-height: 42px;
    overflow: hidden;
}

#content.search .product-columns p.content {
    font-weight: normal;
    height: auto;
    max-height: 318px;
    overflow: hidden;
}

#content.search .product-columns h2.others {
    border: none;
    margin: 10px 0;
    padding: 0;
}

#content.search .product-columns .stock {
    overflow: hidden;
    height: 22px;
}

#content .price {
    display: block;
    color: #ED1C24;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-style: normal;
}
#content .product-columns .box .boxMyAccount p {
    margin:0 0 8px;
    line-height:15px;
}
#content .your-account .box .boxMyAccount p {
    margin:0 0 8px;
    line-height:15px;
}

/* DETAILS start **************************************************************/
#topcontainer {
    margin: 0;
    padding-bottom: 60px;
}
#topcontainer .cont {
    float: left;
    position: relative;
    border: 1px solid #999999;
    padding: 20px 25px 25px 25px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#topcontainer.top2 .cont {
    width: 426px; /* +2 border +50 padding */
    margin: 0 18px 0 0;
}
#topcontainer.top3 .cont {
    width: 260px;
    margin: 0 18px 0 0;
}
#topcontainer .cont .tag {
    width: 63px;
    height: 60px;
    position: absolute;
    top: -1px; /* border width */
    right: 0;
    background: url('../img/tag.png') no-repeat;
    padding: 5px 0 0 0;
    margin: 0 10px 0 0;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 15px;
}
#topcontainer #detailsTopPrintDigital.cont .tag,
#topcontainer #detailsTopBundle.cont .tag {
    display: none;
}
#topcontainer .cont h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}
#topcontainer .facts {
    margin: 15px 0 20px 0;
}
#topcontainer.top3 .facts .left {
    width: 100%;
    text-align: center;
}
#topcontainer .cont ul {
    width: 240px;
    margin: 0;
    padding: 0;
}
#topcontainer .cont ul li {
    padding: 0 0 0 18px;
    margin: 0 0 3px 0;
    font-size: 14px;
    line-height: 22px;
}
#topcontainer .cont ul li.y {
    background: url('../img/check_green_small.png') 2px 7px no-repeat;
}
#topcontainer .cont ul li.n {
    background: url('../img/x_red_small.png') left 7px no-repeat;
}
#topcontainer .cont .center {
    text-align: center;
    padding-top: 10px;
}

#topcontainer:hover {
    cursor: pointer;
}

#topcontainer .cont.active {
    border: 3px solid #3294DB;
}
#topcontainer .cont.active .tag {
    top: -3px; /* border width */
}
#topcontainer .cont.active:AFTER, #topcontainer .cont.active:BEFORE {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#topcontainer .cont.active:AFTER {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 22px;
    margin-left: -22px;
}
#topcontainer .cont.active:BEFORE {
    border-color: rgba(50, 148, 219, 0);
    border-top-color: #3294db;
    border-width: 26px;
    margin-left: -26px;
}
#topcontainer.top2 .cont.second {
    margin: 0;
}
#topcontainer.top3 .cont.third {
    margin: 0;
}


.mpurchase-page .info-box {
    width:100%;
    margin:0;
}
.buyer-form {
    width:100%;
    padding:0;
}
.buyer-form fieldset {
    overflow:hidden;
    margin:0 0 27px;
}
.buyer-form .frame {
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
    text-align: center;
}
.buyer-form .frame .ipadbackground {
    height: 370px;
    background: url('../img/iPad_290.png') center no-repeat;
}
.details .subscription .buyer-form .frame img {
    width: 230px;
    vertical-align: top;
}

.details .subscription .buyer-form .frame .ipadbackground img {
    width: 230px;
    margin: 24px 0 0 0;
}

.mpurchase-page #content .buyer-form .frame .ipadbackground img {
    width: 230px;
    margin: 24px 0 0 0;
}

.info-box.product .buyer-form .frame,
.info-box.magazine .buyer-form .frame {
    width: 170px;
}
.buyer-form .frame .imglinks {
    margin: 10px 0 0 0;
}
.buyer-form .frame .imglinks a {
    margin: 0 10px;
    font-size: 12px;
}
.buyer-form .hold {
    float: left;
    width: 660px;
}
.info-box.product .buyer-form .hold,
.info-box.magazine .buyer-form .hold {
    width: 570px;
}
.buyer-form .buyaproduct {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}




.info-box.product .buyer-form .row,
.info-box.magazine .buyer-form .row  {
    margin: 30px 0 0 0;
}
.buyer-form .hold .shipping-info {
    margin: 10px;
}
.buyer-form .buy-list {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.buyer-form .buy-list li {
    float: left;
    height: 1%;
    overflow: hidden;
    font-size: 14px;
}
.buyer-form .buy-list li a {
    float: right;
}
#content .buyer-form h2 {
    color:#000;
    margin:8px 0 0;
}
.buyer-form .select-bar {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #999999;
    margin: 35px 0 0 0;
}
.buyer-form .giftstatus.select-bar {
    margin: 0;
    padding: 0 0 5px 0;
}
.mpurchase-page #content .hold .giftstatus.select-bar {
    margin: 0;
}

.info-box.magazine .buyer-form .select-bar,
.info-box.product .buyer-form .select-bar {
    padding: 20px 0;
    margin: 0;
}
.info-box.magazine .buyer-form .select-bar.var1,
.info-box.product .buyer-form .select-bar.var1 {
    padding: 0 0 20px 0;
}
.buyer-form label {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 15px;
}

.buyer-form .selectricWrapper {
    float: right;
}

.info-box.magazine .buyer-form label,
.info-box.product .buyer-form label {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}
.buyer-form .giftstatus label.secondlabel {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 15px;
}
.buyer-form .giftstatus .chooseGift {
    display: inline-block;
    float: right;
    margin: 5px 8px 0 0;
    line-height: 32px;
}
.buyer-form .giftstatus .chooseGift label {
    font-size: 16px;
    cursor: pointer;
}
.buyer-form .giftstatus .chooseGift .someoneElse {
    margin-left: 75px;
}
.buyer-form .giftstatus .chooseGift input[type="radio"] {
    margin-right: 3px;
}
.buyer-form .giftstatus .chooseGift input[type="radio"],
.buyer-form .giftstatus .chooseGift span.check {
    margin-left: 5px;
    bottom: 2px;
    position: relative;
}

.buyer-form .select-bar select {
    float: right;
    width: 160px;
    height: 30px;
}
.info-box.magazine .buyer-form .select-bar select,
.info-box.product .buyer-form .select-bar select {
    width: 250px;
    margin: 0 70px 0 0;
}
.buyer-form .box {
    height:1%;
    overflow:hidden;
    border-bottom: 1px solid #999999;
    word-wrap: break-word;
}
.info-box.magazine .buyer-form .box,
.info-box.product .buyer-form .box {
    padding: 15px 0 0 0;
    border-bottom: none;
}
.buyer-form .box ul {
    margin: 0;
    padding: 0;
    list-style:none;
    height:1%;
    overflow:hidden;
}

.buyer-form .box ul.sub li.col1,
.buyer-form .box ul.sub li.col2,
.buyer-form .box ul.sub li.col3 {
    cursor: pointer;
}

.buyer-form .box ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
}
.buyer-form .giftstatus label,
.buyer-form .box ul li label {
    font-weight: normal;
    font-size: 14px;
    padding: 0;
}
.info-box.magazine .buyer-form .box ul li label,
.info-box.product .buyer-form .box ul li label {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 250px;
    overflow: hidden;
}

#content.details #singleproduct .info-box .frame img {
    width: 166px;
}

#content.details #singleproduct.product .info-box.product .box ul li,
#content.details #singleproduct.magazine .info-box.magazine .box ul li {
    height: auto;
}
#content.details #singleproduct.product .info-box.product .box ul li.col1 label.title,
#content.details #singleproduct.magazine  .info-box.magazine  .box ul li.col1 label.title {
    padding-right: 5px;
    width: 245px;
}
#content.details #singleproduct.product .info-box.product .box ul li label.title,
#content.details #singleproduct.magazine  .info-box.magazine  .box ul li label.title {
    line-height: 21px;
    margin-top: 10px;
}

.info-box.product .buyer-form .box ul li,
.info-box.product .buyer-form .box ul li label {
    line-height: 40px;
}
.buyer-form .box ul li.left.col1 {
    width: 360px;
    padding: 0 0 0 34px;
}
.info-box.magazine .buyer-form .box ul li.left.col1,
.info-box.product .buyer-form .box ul li.left.col1 {
    width: auto;
    padding: 0;
}

.buyer-form .box ul li.col2 {
    width: 140px;
}

.buyer-form .box ul li.col2 .saveDiscountLabel,
.buyer-form .box ul li.col2 .saveDiscountValue {
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
}

.buyer-form .box ul li.col2 .saveDiscountValue {
    text-align: center;
    color: #FFFFFF;
    background-color: #3294db;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;

    line-height: 32px;
    height: 32px;
    width: 32px;

    display: inline-block;
    
    margin-left: 5px;
}

.info-box.magazine .buyer-form .box ul li.col2,
.info-box.product .buyer-form .box ul li.col2 {
    width: 70px;
}

.info-box.product .buyer-form .box ul li.col2 {
    width: 80px;	
}

.buyer-form .box ul li.col3 {
    width: 75px;
}
.info-box.magazine .buyer-form .box ul li.col3,
.info-box.product .buyer-form .box ul li.col3 {
    width: 150px;
    text-align: right;
    color: #ED1C24;
}

.info-box.product .buyer-form .box ul li.col3 {
    width: 140px;
}

.buyer-form .box ul li.col4 {
    width: 40px;
    text-align: right;
}
.info-box.magazine .buyer-form .box ul li.col4,
.info-box.product .buyer-form .box ul li.col4 {
    float: right;
    width: auto;
}
.info-box.magazine .buyer-form .box ul li.col4 a.btn-buy,
.info-box.product .buyer-form .box ul li.col4 a.btn-buy {
    display: inline-block;
    width: 80px;
    font-weight: normal;
}
#content .buyer-form .box ul li .price {
    font-size: 14px;
    line-height: 40px;
}
#content .info-box.magazine .buyer-form .box ul li .price,
#content .info-box.product .buyer-form .box ul li .price {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
#content .buyer-form .box ul li.col2 p {
    margin: 0;
}
.buyer-form .buynow {
    height: 50px;
    margin: 30px 0 0 0;
}
.buyer-form .buynow img.creditcards {
    position: relative;
    bottom: 15px;
    margin: 0 0 0 45px;
}
.buyer-form .buynow .btn-next {
    width: 80px;
    float: right;
    position: relative;
    bottom: -4px;
}

.buyer-form .box ul li.left {
    width: 130px;
}

.buyer-form .dsb5variantinfo {
    height: 40px;
    margin-top: 10px;
    font-size: 12px;
    color: #9A9A9A;
    line-height: 13px;
}

.buyer-form .link-save span {
    display:block;
    font-size:17px;
    font-weight:bold;
}
.buyer-form .single-line {
    display:block;
    padding-top:9px;
}
.buyer-form .box .price {
    text-align:right;
}
#content .aside {
    float: left;
    position: relative;
    width: 300px;
    margin: 0 20px 0 0;
    min-height: 10px;
}
#content #singleproduct .aside {
    width: 760px;
    margin: 0;
}
#content .aside .side-box {
    width: 100%;
    overflow:hidden;
}
#content .aside .side-box .buyform {
    margin-left: 105px;
    min-height: 110px;
}
#content .aside .side-box .heading {
    display: block;
    font-size: 18px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px 0;
    line-height: 29px;
}
#content .aside .side-box .box {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
    min-height: 100px;
}
#content #singleproduct .aside .side-box .box {
    float: left;
    width: 243px;
    margin: 0 15px 30px 0;
}
#content #singleproduct .aside .side-box .box.noMargin {
    margin-right: 0;
}
#content .aside .side-box .box a.img {
    display: block;
    width: 90px;
    float: left;
    margin: 0 15px 0 0;
}
#content #singleproduct .aside .side-box .box a.img {
    width: 60px;
}
#content #singleproduct .aside .side-box .box .buyform {
    width: 168px;
    margin-left: 75px;
}
#content .aside .side-box .box a.img img {
    width: 100%;
    vertical-align: top;
}
#content .aside .side-box .title {
    display: block;
    font-size: 16px;
    max-height: 75px;
    overflow: hidden;
    line-height: 25px;
}
#content #singleproduct .aside .side-box .title {
    margin: 0;
    padding: 0;
    height: 55px;
}
#content .aside .side-box .btn-buy {
    display: inline-block;
    bottom: 0;
    padding: 0 10px;
    position: absolute;
}
#content #singleproduct .aside .side-box .btn-buy {
    position: relative;
}
#content .aside .side-box p {
    line-height: 20px;
}

#content .about {
    margin: 43px 0 20px 0;
    float: left;
    width: 660px;
    line-height: 22px;
}

.renewal #content .about {
    margin-top: 0;
    margin-left: 190px;
    width: auto;
}

.renewal #content .about ul {
    list-style-type: disc;
}

#content #singleproduct .about {
    width: 760px;
    margin: 0 0 20px 0;
}
#content .about .tab {
    float: left;
    position: relative;
    display: block;
    height: 29px;
    line-height: 29px;
    padding: 0 29px;
    margin: 0 5px 0 0;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px 1px 0 1px;
    text-decoration: none;
    font-size: 15px;
    color: #FFFFFF;
    background: #9A9A9A;
    z-index: 2;
}
#content .about .tab.active {
    color: #333333;
    background: #FFFFFF;
}

#content .about .tabcontent {
    display: none;
    position: relative;
    top: -1px;
    z-index: 1;
    padding: 25px;
    border: 1px solid #CCCCCC;
}
#content .about .tabcontent.active {
    display: block;
}
/* DETAILS end ****************************************************************/

#content blockquote {
    width:100%;
    overflow:hidden;
    margin:0 0 31px;
    line-height:16px;
}
#content blockquote p {
    margin: 0 0 15px;
}
#content blockquote span  {
    display:block;
    margin:0 0 14px;
}
#content blockquote q:before,
#content blockquote q:after {
    content:"";
}
#content blockquote cite {
    display:block;
    font-style:normal;
}

/* CHECKOUT start *************************************************************/
.checkoutsteps {
    margin: 20px 0 0 0;
}
.checkoutsteps ul {
    margin: 0;
    padding: 0;
}
.checkoutsteps ul li {
    float: left;
    position: relative;
    width: 326px;
    height: 42px;
}
.checkoutsteps ul li:AFTER {
    display: inline-block;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 1;
    content: url('../img/step_arrow_inactive.png');
}
.checkoutsteps ul li.active:AFTER {
    content: url('../img/step_arrow_active.png');
}
.checkoutsteps ul li.step3:AFTER {
    content: "";
}
.checkoutsteps ul li span,
.checkoutsteps ul li a {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background: #DEDEDE;
}
.checkoutsteps ul li.active span,
.checkoutsteps ul li.active a {
    color: #FFFFFF;
    background: #333333;
}
.checkoutsteps ul li.step1 span,
.checkoutsteps ul li.step1 a {
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;

    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.checkoutsteps ul li.step3 span,
.checkoutsteps ul li.step3 a {
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;

    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.backtoshop span {
    float: right;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.basketborder {
    border: 1px solid #999999;
    margin: 10px 0 0 0;
    padding: 30px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.holder .top {
    margin: 0 0 30px 0;
}
.baskettable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.baskettable th {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #999999;
}
.baskettable tr.item {
    border-bottom: 1px solid #999999;
}
.baskettable tr.item.digital {
    border: none;
}
.baskettable td {
    padding: 20px 0;
    font-size: 14px;
    vertical-align: top;
}
.baskettable td.product {
    width: 500px;
}
.baskettable td.product .title {
    display: block;
    min-height: 70px;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height:20px;
}
.baskettable td.product .frame {
    float: left;
    margin: 0 20px 0 0;
    width: 50px;
    overflow: hidden;
}
.baskettable td.product .selectStartIssueBox {
    display: none;
}
.baskettable td.product .hint {
    margin: 0 0 5px 0;
}
.baskettable td.product .selectlater {
    position: relative;
}
.baskettable td.product .selectlater input {
    margin: 5px 4px 0 0;
    float: left;
}
.baskettable td.product .selectlater label {
    margin: 0 8px 0 0;
}
#deliveryaddresswrapper .question,
.baskettable td.product .selectlater .question {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url('../img/questionmark.png') no-repeat;
}
.baskettable td.product .selectStartIssueBox {
    margin: 10px 0 0 0;
}
.baskettable td.product .selectStartIssueBox .selectStartIssue select {
    height: 30px;
}

.selectStartIssue .selectric {
    width: 330px;
}



.baskettable td.quantity,
.baskettable td.itemprice,
.baskettable td.subtotal {
    padding: 30px 0 20px 0;
}
.baskettable td.quantity {
    width: 190px;
}
.baskettable td.quantity span.frozenamt {
    display: inline-block;
    width: 39px;
    text-align: center;
}
.baskettable td.quantity input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 15px;
}
.baskettable td.quantity a.btn-basket-update {
    padding: 0 0 0 23px;
    background: url('../img/refresh.png') left no-repeat;
    margin: 0 0 0 4px;
}
.baskettable td.quantity a.btn-basket-update,
.baskettable td.subtotal a.btn-basket-remove {
    color: #ED1C24;
    cursor: pointer;
    text-decoration: underline;
}
.baskettable td.subtotal .subtotalprice {
    float: left;
    margin: 0 10px 0 0;
}

.baskettable td.digitalnotice {
    padding: 0;
}
.baskettable td.digitalnotice span {
    display: inline-block;
    height: 44px;
    font-size: 13px;
    color: #ED1C24;
}

.baskettable .hintcont td {
    border-bottom: 1px dotted #999999;
    padding: 0;
}
.baskettable .hintcont.last td {
    border-bottom: none;
}
.baskettable .hintcont .hint {
    margin: 0 0 20px 0;
}

.crosssellbox {
    border-bottom: 1px solid #999999;
    padding: 35px 0;
}

.crosssellbox.voucher {
    padding-top: 85px;
}

.crosssellbox h3 {
    font-family: 'Oxygen', Arial,sans-serif;
    margin-bottom: 10px;
}

.crosssellbox a.image {
    float: left;
    margin: 10px 10px 0 0;
}

.crosssellbox .shortdesc {
    line-height: 30px;
}

.crosssellbox .title {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.crosssellbox .title a {
    text-decoration: none;
}

.crosssellbox .product.title {
    line-height: 30px;
}

.voucherbox {
    padding: 35px 0;
    border-bottom: 1px solid #999999;
}
.voucherbox label {
    float: left;
    line-height: 30px;
    font-size: 15px;
    margin: 0 20px 0 0;
}
.voucherbox input[type="text"] {
    float: left;
    width: 165px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px 0 0;
}

.basketbottom {
    margin: 30px 0 0 0;
}

.checkoutpro {
    float: left;
}
.checkoutpro ul {
    list-style: none;
    margin: 0 0 49px 0;
    padding: 0;
}
.checkoutpro ul li {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    background: url('../img/checkmark_green_small.png') left no-repeat;
}

.basketsummary {
    float: right;
}
.basketsummary table {
    float: right;
    margin: 0 0 20px 0;
}
.basketsummary table td {
    text-align: right;
}
.basketsummary table .total {
    font-size: 18px;
}
.basketsummary .securebtm {
    margin: 13px 0 0 0;
}
.basketsummary .securebtm .secured-logo {
    float: left;
    top: 0;
    margin: 0 15px 0 0;
}
.basketsummary .securebtm span {
    display: inline-block;
    line-height: 20px;
    margin: 15px 0 0 0;
    font-size: 14px;
    text-align: right;
}
.basketsummary .securebtm a {
    color: #ED1C24;
}

.btn-next.basket {
    float: right;
}

.btn-next.basket .lock {
    float: left;
    display: inline-block;
    width: 13px;
    height: 38px;
    margin: 0 15px 0 0;
    background: url('../img/lock.png') center no-repeat;
}

.btn-next-disabled {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    cursor: default;
}
/* PAYMENT start **************************************************************/
/* DIRECT DEBIT start *********************************************************/
.subhead {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.payment #test_PaymentDesc_1 label {
    font-size: 15px;
}
.checkoutText {
    font-size: 15px;
}
.payment.oxiddebitnote {
    padding: 0 30px 0 30px;
}
.payment #ddtable input.code {
    width: 60px;
    padding: 0;
    margin: 0 10px 8px 0;
}
.payment .checkoutFields {
    padding: 25px 25px 10px 25px;
    border: 1px solid #999999;
}
.payment .checkoutFields > table {
    width: 100%;
}
.payment .checkoutFields > table > tbody > tr > td {
    padding: 0;
    line-height: 21px;
}
.payment .bankDetails {
    font-size: 15px;
}
.payment .bankDetails label {
    display: inline-block;
    margin: 0 0 5px 0;
}
.payment .bankDetails input {
    margin: 0 0 8px 0;
}
.payment .bankInstructions {
    float: right;
    width: 370px;
    font-size: 15px;
}
.payment .bankInstructions .font {
    font-size: 18px;
    color: #000000;
}
.payment .bankInstructions .spacer {
    line-height: 16px;
}
.payment .bankInstructions p {
    line-height: 24px;
    margin: 0;
    text-align: left;
}
.payment .bankFooter {
    font-size: 15px;
}
.payment .bankFooter td {
    padding: 0 0 5px 0;
}
.payment .imgdirectdebit {
    float: right;
    margin: 0 0 30px 0;
}
.payment .debitNext a,
.payment .debitNext p.note {
    float: right;
}
.payment .debitNext p.note {
    margin: 0 20px 0 0;
    line-height: 38px;
    font-size: 16px;
}
/* DIRECT DEBIT end ***********************************************************/

/* CREDIT CARD start **********************************************************/
.payment .holder.wbasket {
    float: left;
    width: 570px;
    padding: 0 0 0 30px;
}
.payment .holder.wbasket .slide-form {
    font-size: 15px;
}
.payment #creditCardLogos {
    margin: 0 0 0 10px;
}
.payment #payPalLogo {
    display: block;
}
.cybersourceContent {
    float: left;
    width: 570px;
    padding: 0 0 0 30px;
}
.cybersourceContent h2 {
    font-size: 15px;
    margin: 0 0 5px 0;
}
.cybersourceContent .formlabel {
    float: left;
    width: 290px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}
.cybersourceContent .hint {
    margin: 20px 0;
}
.cybersourceContent .ccDetails .formlabel {
    height: auto;
    line-height: 24px;
}
.cybersourceContent .ccDetails {
    margin: 0 0 10px 0;
}
.cybersourceContent img.ccards  {
    float: right;
    margin: 5px 10px 0 0;
}
.cybersourceContent img.cardsecuritycode  {
    float: right;
    margin: 5px 10px 0 0;
    display: none;
}
.cybersourceContent .selectric,
.cybersourceContent select {
    width: 212px;
    height: 36px;
}
.cybersourceContent .selectric {
    width: 210px;
}
.cybersourceContent input[type="text"] {
    width: 200px;
    margin: 0 0 10px 0;
}
.cybersourceContent .ccCardType {
    margin: 0 0 10px 0;
}
.cybersourceContent input[type="text"][name="card_cvn"] {
    width: 65px;
}
.cybersourceContent .ccExpirationDate {
    margin: 0 0 20px 0;
}
.cybersourceContent .ccExpirationDate select {
    width: 75px;
}
.cybersourceContent .ccExpirationDate .selectric {
    width: 73px;
}
.cybersourceContent .ccExpirationDate .month {
    float: left;
    margin: 0 10px 0 0;
}
.cybersourceContent .ccnext {
    width: 140px;
    margin: 20px 0 0 362px;
}
.cybersourceContent .ccSecurityCode input {
    float: left;
    margin: 0 10px 10px 0;
}
.cybersourceContent .ccSecurityCode a {
    text-decoration: none;
    color: #666BDE;
    line-height: 34px;
}
.cybersourceContent .ccSecurityCode .tooltipcontent {
    left: 310px;
    top: 420px;
    z-index: 9999;
}
/* CREDIT CARD end ************************************************************/

/* PAYMENT end ****************************************************************/

/* ORDER start ****************************************************************/
.order .basket {
    width: 100%;
}
.order .basket th {
    font-weight: normal;
    font-size: 15px;
    padding: 0 0 20px 0;
    text-align: left;
}
.order .basket td {
    font-size: 15px;
}
.order .basket td .art_title p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.order .basket .sumrow {
    text-align: right;
}
.order .basket .total td {
    font-weight: bold;
    font-size: 18px;
}
.order .box.info {
    border-top: 1px solid #999999;
    padding: 25px 0;
    margin: 15px 0 0 0;
}
.order dl,
.order dl dd {
    margin: 0;
}
.order .orderinfocol dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.order .orderinfocol dd {
    font-size: 15px;
    line-height: 24px;
}
.order .orderinfocol table {
    width: 100%;
}
.order .orderinfocol table td {
    padding: 0;
}
.order .orderinfocol table .ddimg {
    text-align: right;
    vertical-align: top;
}
.order .orderinfocol table .ddimg img {
    display: block;
    float: right;
}
.order .orderinfocol table .ddimg a {
    display: inline-block;
    margin: 0 90px 0 0;
    text-transform: uppercase;
    text-decoration: none;
}
.order .box.info a {
    font-size: 15px;
}
.order .termsconfirm {
    font-size: 16px;
}
.order .orderbtm {
    margin: 30px 0 0 0;
}
.order .orderbtm .btn-next {
    width: 150px;
}
/* ORDER end ******************************************************************/

/* THANKYOU start *************************************************************/
.thankyou #test_BackToShop {
    margin: 10px 0 0 0;
}
.thankyou .thankyouboxhead {
    text-align: center;
}
.thankyou .info p {
    text-align: center;
    font-size: 15px;
    margin: 0;
}
.thankyou .printcont {
    width: 815px;
    padding: 20px 0;
    margin: 0 auto 30px auto;
    text-align: center;
    border: 1px solid #999999;
}

.thankyou .printcont p span {
    margin: 0 5px;
}

.thankyou .printcont p.currentSubscribers {
    margin-top: 15px;
}

.thankyou .addcontent {
    margin: 20px 0 0 0;
}

.thankyou .box.info h2 {
    text-align: center;
}
/* THANKYOU end ***************************************************************/

.btn-renew-subscription {
    font: 100% arial, helvetica, sans-serif;
    display:block;
    text-align:center;
    font-weight:bold;
    width:125px;
    height:25px;
    line-height:25px;
    padding:0;
    color:#fff;
    overflow:hidden;
    background:url(bg/btn-renew-subscription.jpg) no-repeat;
    border: 0px;
}

.btn-renew-subscription:hover {
    text-decoration:none;
}

/* web-accessability */
.web-access {
    position:absolute;
    top:-9999px;
    left:-9999px;
}

.btn-80x25 {
    font: 100% arial, helvetica, sans-serif;
    display:block;
    text-align:center;
    font-weight:bold;
    width:80px;
    height:21px;
    padding:4px 22px 0px 0px;
    color:#fff;
    overflow:hidden;
    background:url(bg/btn-next.jpg) no-repeat;
}

#slide-form_ie8 .btn-180x25{
    margin /*\**/: -5px 0 2px 8px\9;
}

.btn-order-modify {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: bold;
}

/* Checkout */
.debug {
    display: none;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.submit {
    padding-right: 10px;
    float: left;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}


/* CHECKOUT USER start ********************************************************/
#addressError, .error {
    font-size: 14px;
    color: #ED1C24;
}

.optionalAccountSetup h2,
.userform h2 {
    font-size: 18px;
}
.userform table.form {
    width: 600px;
}

.userform table.form td {
    padding-bottom: 14px;
}
.userform table.form .findaddress > div {
    position: relative;
}
.userform table.form .findaddress a {
    font-size: 15px;
    color: #ED1C24;
    float: right;
    margin-right: 70px;
    margin-top: 10px;
}
.userform table.form label {
    display: inline-block;
    width: 140px;
    font-size: 15px;
}
.userform table.form .sendVoucher label,
.userform .checkecard label,
.userform #checkdel label,
.userform #checkgift label {
    width: auto;
}
.userform table.form input[type="text"],
.userform table.form input[type="password"] {
    width: 358px;
    height: 32px;
    line-height: 32px;
}
.userform table.form select {
    height: 32px;
    line-height: 32px;
}



.holder .nextstep .btn-next {
    float: right;
}
.holder .nextstep .secured-logo {
    top: 10px;
}

.useroptbox .email {
    margin: 0 0 30px 0;
}

.useroptbox .email h2,
.useroptbox .password h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.useroptbox .email span {
    font-size: 15px;
    margin: 0 10px 0 0;
}
.useroptbox .email input#test_UsrOpt2_usr {
    width: 320px;
    margin: 0 20px 0 0;
}
.useroptbox .password .content {
    padding: 0 0 0 180px;
}
.useroptbox .password .content ul {
    padding: 0;
    margin: 0;
}
.useroptbox .password .content ul li:FIRST-CHILD {
    margin: 0 0 20px 0;
}
.useroptbox .password .content ul li {
    margin: 0 0 5px 0;
}
.useroptbox .password .content ul li input[type="radio"] {
    position: relative;
    top: -2px;
}
.useroptbox .password .content ul li label {
    font-size: 15px;
    margin: 0 0 0 5px;
}
.useroptbox .password .content .errorbox {
    width: 530px;
    padding: 0 0 0 18px;
    margin: 0 0 7px 0;
}
.useroptbox .password .content .inputpassword {
    display: none;
    position: relative;
}
.useroptbox .password .content .inputpassword input#test_UsrOpt2_pwd {
    width: 320px;
    margin: 5px 0 27px 5px;
}
.useroptbox .password .content .inputpassword a#test_UsrOpt2_forgotPwd {
    position: absolute;
    left: 170px;
    bottom: 0;
    color: #ED1C24;
    font-size: 14px;
}

/* BASKET SUMMARY ON USER start ***********************************************/
.userform .box.info {
    float: left;
}
#deliveryaddresswrapper,
.basketinfo {
    float: right;
    position: relative;
    padding: 20px;
    border: 1px solid #999999;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#deliveryaddresswrapper,
.basketSummary {
    font-size: 15px;
}
.basketSummary table {
    float: right;
}
.basketSummary table td {
    text-align: right;
}
#deliveryaddresswrapper .art_title,
.basketSummary .art_title {
    float: left;
    width: 270px;
    margin-left: 10px;
}
#deliveryaddresswrapper .art_title {
    width: 300px;
}
#deliveryaddresswrapper .art_title .tooltipwrapper {
    width: 270px;
}
#deliveryaddresswrapper .art_title .title,
.basketSummary .art_title .title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
}
.basketSummary .shippingIncluded {
    width: 100%;
    border-top: 1px solid #999999;
    margin-top: 10px;
    padding: 20px 0 0 0;
    text-align: right;
}
#deliveryaddresswrapper .image,
.basketSummary .image {
    float: left;
    width: 50px;
    overflow: hidden;
}
#deliveryaddresswrapper .basketItem,
.basketSummary .basketItem {
    padding-bottom: 15px;
    border-bottom: 1px dotted #999999;
    margin-bottom: 15px;
}
#deliveryaddresswrapper .basketItem.last,
.basketSummary .basketItem.last {
    border-bottom: none;
    margin-bottom: 0;
}
/* BASKET SUMMARY ON USER end *************************************************/

/* OPTIONAL ACCOUNT SETUP start ***********************************************/
.optionalAccountSetup .hint {
    margin: 5px 0 20px 0;
    font-size: 15px;
}

.optionalAccountSetup td .email {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
    color: #999999;
    font-size: 15px;
}
.optionalAccountSetup .optcheckmark {
    margin: 0 0 0 165px;
}
.optionalAccountSetup .optcheckmark label {
    font-size: 15px;
}
/* OPTIONAL ACCOUNT SETUP end *************************************************/

/* DIFFDELADDR start **********************************************************/
#deliveryaddresswrapper {
    float: left;
    min-width: 520px;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 30px 0;
}
#deliveryaddresswrapper h2 {
    margin: 0 0 20px 0;
}
#deliveryaddresswrapper input[type=checkbox] {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0;
}
#deliveryaddresswrapper .question {
    height: 23px;
    margin: 0 0 0 35px;
    background-position: right;
}
#deliveryaddresswrapper .tooltipcontent {
    left: -7px;
}
#deliveryaddresswrapper .tooltipcontent p {
    padding-right: 16px;
}
#deliveryaddresswrapper .instantnotice {
    margin: 5px 0;
}
#deliveryaddresswrapper table.form {
    margin: 20px 0 0 0;
}

#deliveryaddresswrapper.oneProduct {
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
}
#deliveryaddresswrapper.oneProduct .art_title {
    margin-left: 170px;
}
/* DIFFDELADDR end ************************************************************/

/* ECARD start ****************************************************************/
.ecardcontainer {
    width: 600px;
    padding: 20px 30px 30px 30px;
}
.ecardcontainer h2 {
    position: relative;
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: left;
    color: #333333;
}
.ecardcontainer .close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -30px;
    background: url('../img/close.png') no-repeat;
}
.ecardcontainer .panTop {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #999999;
    margin: 0 0 20px 0;
}
.ecardcontainer .panTop label {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 20px 0 0;
}
.ecardcontainer .panTop .selectric {
    width: 230px;
}
.ecardcontainer .panTop .btn-grey {
    padding: 0 20px;
    margin-top: 6px;
    font-weight: bold;
}
.ecardcontainer .panMain .ecardMain {
    padding: 0;
    margin: 0;
}
.ecardcontainer .panMain .ecardMain li img {
    width: 270px; /* orig 300px */
    display: block;
}
.ecardcontainer .panInlineGallery {
    width: 270px;
}
.ecardcontainer .panInlineGallery ul {
    padding: 0;
    margin: 0;
}
.ecardcontainer .panInlineGallery ul li {
    float: left;
}
.ecardcontainer .panInlineGallery ul li img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.ecardcontainer .panMain .panMainDetails {
    float: right;
    width: 300px;
}
.ecardcontainer .panMain .panMainDetails table.radSendChoice {
    width: 300px;
    border-spacing: 0;
}
.ecardcontainer .panMain .panMainDetails table.radSendChoice td {
    text-align: left;
}
.ecardcontainer .panMain .panMainDetails table.radSendChoice td label {
    font-size: 15px;
    margin: 0 0 0 5px;
}
.ecardcontainer .panMain .panMainDetails table.radSendChoice td input[type="radio"] {
    margin: 0 0 2px 0;
}
.ecardcontainer .panMain .panMainDetails table.radSendChoice td input[type="text"] {
    width: 105px;
    margin: 0 0 0 22px;
}
.ecardcontainer .panMain .panMainDetails .mainFormLabels {
    text-align: left;
    width: 70px;
}

.ecardcontainer .panBottom .btn-next {
    width: 85px;
}
.ecardcontainer .panBottom .btn-grey {
    width: 95px;
    height: 38px;
    line-height: 38px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}

/* preview */
.ecardpreview {
/*         background: url(bg/stripes.jpg) repeat; */
        height: 100%;
        font-family:verdana;
        font-size:13px;
        text-align:left;
}
.ecardpreview .previewBody{
        background: url(bg/custom_corners_left.gif) 0 0 repeat-y;
/*         margin-left:15px; */
}

.ecardpreview .previewContent{
        background: url(bg/shadow_top.jpg) top left no-repeat;
        overflow: hidden;
        width: 100%;
        padding: 30px 12px 0 17px;
        margin: -10px 0 0 0;
}

.ecardpreview .previewFooter{
        background: url(bg/shadow_end.jpg) bottom left no-repeat;
        width: 600px;
        height: 50px;
        text-align: center;
/*         margin-left:15px; */
}

.ecardpreview .previewFooter a{
        font-weight: bold;
}

.ecardpreview .leftContent{
        float: left;
        width: 300px;
        height: inherit;
        padding: 0 0 0 20px;
}

.ecardpreview .rightContent{
        float: left;
        text-align: left;
        margin: 0 0 0 18px;
        height: 100%;
        min-height: 350px;
        padding: 0 31px 0 0;
        background: url(bg/custom_corners_right.gif) top right repeat-y;
}

.ecardpreview .rightContent div{
        margin:0 0 10px 0;
        width: 210px;
        word-wrap: break-word;
}
.ecardpreview span.highlighted{
        font-weight: bold;
}


/* ECARD end ******************************************************************/

.userform .nextstep {
    margin: 50px 0 0 0;
}







.clearLeft {
    clear: left;
}

.clearBoth {
    clear: both;
}

.checkOutBtn {
    font: 100% arial, helvetica, sans-serif;
    padding:0px 0px 3px 0px;
    display:block;
    text-decoration: none;
    text-align:center;
    font-weight:bold;
    width:80px;
    height:25px;
    color:#fff;
    overflow:hidden;
    background:url(bg/btn-next.jpg) no-repeat;
    border: 0px;
}

/* Account Setup */
.accountBg {
    overflow: hidden;
    margin:0 0 10px;
    padding:6px 18px 6px 6px;
    color:#665;
    float: left;
    width: 400px;
    border:solid #ccc;
    border-width:1px 1px 0;
    background: #fff url(bg/bg-product-box.gif) repeat-x 0 100%;
}

/* forgot password popup window */
.forgotpwd .message {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}
.forgotpwd table.form td {
    padding: 0 0 8px 0;
}
.forgotpwd table.form td label {
    display: inline-block;
    width: 140px;
    font-size: 15px;
}
.forgotpwd table.form td input {
    width: 300px;
}
.forgotpwd table.form td .btn-continue {
    float: right;
    width: 130px;
}

#popupForgotPwd {
    width: 650px;
    padding: 10px;
}
#popupForgotPwd.box {
    width: 560px;
    padding: 0px;
}
#popupForgotPwd.box #test_lgn_usr {
    width: 300px;
}
#popupForgotPwd.box ul li .right .btn {
    margin-right: 112px;
}
#popupForgotPwd.box ul li .right .btn .btn-continue {
    width: 90px;
    margin: 7px 0 0 0;
}

#popupForgotPwd ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#popupForgotPwd ul li {
    float: left;
    width: 100%;
    margin: 3px 0;
    padding: 0;
}

#popupForgotPwd ul li label {
    margin-right: 20px;
}

#popupForgotPwd ul li .btn {
    float: left;
}

#popupForgotPwd ul li .right .btn {
    margin-right: 225px;
}

#popupForgotPwd .btn-cancel {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    line-height: 30px;
}


/* OCS */

.myAccountHeading {
    float: left;
    }
.contactUs {
    text-align: right;
}
#mainBox
    overflow: hidden;
    width: 100%;

#xSell {
    width:180px;
    float:right;
    word-wrap: break-word;
}

.accountInfo {
    float: left;
}
.name {
    width: 100%;
    margin: 0px;
    padding-top: 0px;
}


.main.account .actionsLink {
    line-height: 31px;
    text-align: right;
}


.main.account .accountMainTop {
    float: left;
    max-width: 560px;
    font-size: 15px;
    padding-bottom: 27px;
}

.main.account .contactUs {
    float: right;
    padding-bottom: 27px;
}

.main.account .contactUs a {
    display: block;
}

.main.account .linkedAccountInfo {
    padding: 22px 0 28px 0;
    border-top: 1px solid #999999;
}

.main.account .linkedAccountInfo .accountInfo {
    float: left;
    max-width: 560px;
}

.main.account .accountDetailsLabel,
.main.account .accountDetailsData {
    line-height: 23px;
    padding-top: 0;
    padding-bottom: 0;
    color: #333333;
}

.main.account .linkedAccountInfo .changeDetails {
    float: right;
}
.main.account .linkedAccountInfo .changeDetails a {
    display: block;
}

.main.account .linkedAccountInfo .vouchertable {
    width: 100%;
}
.main.account .linkedAccountInfo .vouchertable.used {
    color: #CCCCCC;
}

.main.account .linkedAccountInfo .vouchertable .listheader {
    border-bottom: 1px solid #999999;
}
.main.account .linkedAccountInfo .vouchertable.used .listheader {
    border-bottom-color: #CCCCCC;
}

.main.account .linkedAccountInfo .vouchertable .doubleBorder strong {
    border-top: 3px double #999999;
}

.accountDetailsLabel {
    width: 70px;
    padding: 3px 3px 3px 0px;
    float: left;
    font-weight: bold;
}
.accountDetailsData {
    width: 460px;
    padding: 3px;
    float: left;
    display:block;
    color:#665;
    font-style:normal;
}

.main.account .leftBottom {
    clear: both;
}

.main.account .your-account {
    margin: 0;
    padding: 27px 0;
}

.main.account .info-box .your-account {
    border-top: 1px solid #999999;
}

.main.account .your-account .col {
    float: left;
    max-width: 560px;
    width: auto;
    margin: 0;
    overflow: hidden;
}

.main.account .your-account .col .boxMyAccount .frame {
    float: left;
    margin: 0;
    width: 166px;
}

.main.account .your-account .col .boxMyAccount .text-hold {
    float: left;
    width: 367px;
    margin-left: 22px;
}

.main.account .your-account .col .boxMyAccount .text-hold .row {
    border: none;
}

.main.account .your-account .col .boxMyAccount .text-hold .row .subDataLabel,
.main.account .your-account .col .boxMyAccount .text-hold .row .subDataData {
    width: 180px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
    color: #333333;
    vertical-align: top:
}

.main.account .your-account .actions {
    float: right;
    max-width: 200px;
    padding-top: 33px;
}

.main.account .your-account .actions a {
    display: block;
}

.main.account .your-account .actions a.btn-renew-subscription,
.main.account .your-account .actions a.btn-upgrade-subscription {
    width: 192px;
    height: 55px;
    background-image: url(bg/btn-account-upgrade.png);
    background-repeat: no-repeat;
}

.main.account .your-account .actions a.btn-renew-subscription {
    background-position: 0 -59px;
}


.btn-renew-subscription {
    background-position: 0 55px;
}

.product-columns .boxMyAccount {
    overflow:hidden;
    padding:6px 10px 8px;
    color:#665;
    border:solid #ccc;
    border-width:1px 1px 1px 1px;
    font-size:11px;
    margin:18px 0 0;
}

.pipe {
    color: #1c83c8;
    font-size: 12px;
    font-weight: normal;
    line-height:20px;
}

.subData {
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    font-size: 12px;
}
.subDataLabel {
    width: 150px;
    float: left;
    font-weight: bold;
}

.subDataData {
    width: 120px;
    padding: 0 0 0 5px;
    color:#665;
    font-style:normal;
    float: left;
    text-align: right;
}
.subDataDataLeft {
    width: 100px;
    padding: 0 0 0 0px;
    color:#665;
    font-style:normal;
    float: left;
    text-align: left;
}

.subLabel {
    margin-top: -20px;
    float:right;
}

.subDataLabelExpired {
    width: 150px;
    float: left;
    font-weight: bold;
    color: #CCCCCC;
}

.subDataDataExpired {
    width: 120px;
    padding: 0 0 0 5px;
    color: #CCCCCC;
    font-style:normal;
    float: left;
    text-align: right;
}

/*
#leftBottom
#subscriptions
#magazine
*/

#myAccount .mainContainer{
        background: #fff;
        width: 100%px;
        margin:10px auto;
/*        padding: 15px 0 20px 50px;*/
/*        border: 1px solid #F00;*/
}

#myAccount .mainContainer .previewBody{
        margin-left:0px;
}

#myAccount .mainContainer .previewContent{
        overflow: hidden;
        width: 100%;
        padding: 0px;
        margin: 0px 0 0 0;
}

#myAccount .mainContainer .previewFooter{
        width: 747px;
        height: 50px;
        text-align: center;
        margin-left:0px;
}

#myAccount .mainContainer .previewFooter a{
        font-weight: bold;
}

#myAccount .mainContainer .leftContent{
        float: left;
        width: 525px;
        height: inherit;
        padding: 0 0 0 10px;
/*        border: 1px solid #F00;*/
}

#myAccount .mainContainer .rightContent{
        float: right;
        text-align: left;
        margin: 0 0 0 15px;
        height: 100%;
        padding: 0 0px 0 0;
        /*border: 1px solid #F00;*/
}

#myAccount .mainContainer .rightContent div{
        margin:0 3px 10px 0;
}
#myAccount .mainContainer .leftContent div{
        margin:7px 10px 10px 0;
}

#myAccount .mainContainer span.highlighted{
        font-weight: bold;
}


input.readonly{
    border:none;
}

/* Additions */
#contactHeader p{width: 70%;}
#contactHeaderImage{ float:right}
.mtop-30{ margin-top:-30px}
.mtop12{ margin-top:12px}
.mbot12{ margin-bottom:12px}

/* black text */
.fblack{color:#000;}
/* display inline*/
.dInline{display:inline !important;}

/* On sale dates */
.onSaleDate .productImage {
    float: left;
    width: 120px;
    border: 0px solid #ddd;
    margin-top: 0px;
}

.onSaleDate .productImage h3 {
    margin-top: 0px;
}


/* START Issue-Table **********************************************************/
.productIssueFormTable img.productImage {
    float: left;
    width: 166px;
    margin-right: 20px;
}

.productIssueFormTable h3.productTitle {
    float: left;
}

.productIssueFormTable .issueFormTable {
    float: left;
}

.productIssueFormTable h3.productTitle + .issueFormTable {
    margin-top: 12px;
}

.issueFormTable {
    width: 568px;
}

.issueFormTable table {
    width: 100%;
    font-size: 14px;
}

.issueFormTable table col.issue {width:70px;}
.issueFormTable table col.description {}
.issueFormTable table col.onSaleDate {width:135px;}
.issueFormTable table col.replaceThis {width:130px;}


.issueFormTable table td,
.issueFormTable table th {
    line-height: 29px;
    vertical-align: top;
}
.issueFormTable table .issue,
.issueFormTable table .description {
    text-align: left;
}

.issueFormTable table .onSaleDate {
    text-align: right;
}

.issueFormTable table .replaceThis {
    text-align: center;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
}
/* ENDE Issue-Table ***********************************************************/


/* START Replace an Issue, onSalesDate ****************************************/
.mfm_on_sale_dates .content-c {
    font-size: 15px;
}

.mfm_on_sale_dates .content-c ul {
    list-style: disc;
}

.onSaleDate,
.replaceIssue {
    margin-top: 30px;
}

.replaceIssue .issueFormTable table {
    padding-bottom: 30px;
}

.onSaleDate .issueFormTable table {
    width: 455px;
}

.onSaleDate + .back-button-nav,
.replaceIssue + .back-button-nav {
    clear: both;
    padding-top: 40px;
}
/* ENDE Replace an Issue ******************************************************/


/* ???? */


.center {
    text-align: center;
}
.smallPrint {
    font-size:80%;
    font-weight:bold;
    text-transform:uppercase;
}

/* Tooltip */

#dhtmlgoodies_tooltip{
    background-color:#EEE;
    border:1px solid #000;
    position:absolute;
    display:none;
    z-index:20000;
    padding:2px;
    font-size:0.9em;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;

}
#dhtmlgoodies_tooltipShadow{
    position:absolute;
    background-color:#555;
    display:none;
    z-index:10000;
    opacity:0.7;
    filter:alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
}

/* Loading animation */
.loading {
    background: url("bg/loading.gif") no-repeat scroll  50% 50% transparent;
    height: 60px;
    margin: 20px 20px 0;
 }

 /* Confirmation Order Email */

.order1 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #494949;
    color: #FFFFFF;
}
.order2 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

order3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 10px;
}

/* Light Box */
/* Loading animation */
.light {
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 15px;
 }

.lBox {
    font: 13px arial, helvetica, sans-serif;
    height: 111px;
    margin: 0px 10px 0px 10px;
    text-align: center;
}
.lightBoxDiv{
    background: url(bg/custom_corners_left3.jpg) 0 0 repeat-y;
    margin-left:15px;
}
.leftContentDiv {
    float: left;
    width: 100%;
    font-size: 14px;
}

.leftContentDiv .btn-back,
.leftContentDiv .btn-next {
    width: 152px;
    margin: 8px 0 0 0;
}

.rightContentDiv{
    float: left;
    text-align: left;
    margin: 0 0 0 19px; /* 18px when using pictures' version "2" */
    height: 90%;
    min-height: 90px;
    padding: 0 31px 0 0;
    background: url(bg/custom_corners_right3.jpg) top right repeat-y;
}

.footerBoxDiv {
    background: url(bg/shadow_end3.jpg) bottom left no-repeat;
    width: 500px;
    height: 20px;
    text-align: center;
    margin-left:0px;
}
.blueBorder {
    border:3px solid #465994;
}
.round10 {
    -moz-border-radius:10px 10px 10px 10px;
}
.light2 {
    margin: 40px;
    text-align: center;
}

.light2 .leftContentDiv .error {
    font-weight: bold;
    margin-bottom: 10px;
}

.light2 .leftContentDiv .error.standard {
    font-weight: normal;
    color: #333333;
}

.light2 .close {
    background:url(bg/close.png) no-repeat;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: 1px;
    width: 37px;
}

.lightzoom {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -250px; /* zoompic width 500px */
}

.lightzoom .zoom-image {
/*     width: 500px; */
}

@media only screen and (max-height: 750px) {
    .lightzoom {
        margin-left: -200px; /* zoompic width 400px */
    }
    
    .lightzoom .zoom-image {
        width: 400px;
    }
}

.lightzoom.lookinside {
    margin-left: -450px; /* iframe width 900px */
}

.lightzoom.lookinside .issuuembed {
    width: 900px;
    height: 750px;
    background-color: #FFFFFF;
    font-family: arial;
    position: relative;
}

#dsbpopup {
    position: relative;
}

#dsbpopup div.close,
.lightzoom .close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: -48px;
    cursor: pointer;
    background: url('../img/close_bubble.png') center no-repeat;
}

#dsbpopup div.close {
    background: none; /* chrome bug - use image instead */
}

#dsbpopup div.close img {
    position: relative;
    top: -1px;
    left: -1px;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

/* Some buttons styling */
#backTS .btn-150x25 {
    width: 150px;
}

/* Add readonly-specific format                    */
input[type=text][readonly] {
    background-color: threedlightshadow;
    color: grey;
}

/* Register */
.register select {
    width: 185px;
}

/* Edit account */

.editAccount {
    border-top: 1px solid #999999;
    margin-top: 29px;
    padding-top: 22px;
}

.changeMagazine  tr.req label:AFTER,
.editAccount tr.req label:AFTER {
    content: ' *';
}

.changeMagazine,
.editAccount {
    padding-right: 305px;
    font-size: 15px;
}

.changeMagazine {
    padding-right: 205px;
}

.changeMagazine strong,
.editAccount strong {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
}

.changeMagazine table colgroup col:FIRST-CHILD + col,
.editAccount table colgroup col:FIRST-CHILD + col {
    width:282px;
}

.changeMagazine table td,
.editAccount table td {
    padding: 4px 0;
    vertical-align: middle;
}

.editAccount input#postcode {
    width: 90px;
}

.changeMagazine span.btn,
.editAccount span.btn {
    display: block;
    text-align: right;
    padding: 4px 0;
}
.editAccount .changeEmail,
.editAccount .changePassword {
    margin-top: 8px;
}

.padding5px {
    padding: 5px;
}
/* Direct Debit Guarantee */
#ddGuarantee {
    width: 500px;
}

#ddGuarantee .wrap {
    margin: auto;
    background-color: #cccccc;
    border: 1px solid black;
    width: 435px;
    padding: 5px;
}

#ddGuarantee .wrap ul li {
    margin: 5px 0 5px 0;
}

/* Direct Debit Mandate */
#ddMandate .wrap ul li {
    margin: 5px 0 5px 0;
}

#ddMandate .form {
    text-align: left;
    border: 1px solid #000000;
    padding: 0 10px 10px 10px;
    width: 590px;
    background-color: #FFFFFF;
}

#ddMandate .form .cell {
    border: 1px solid #000000;
    border-bottom: 0px;
    height: 30px;
    padding-left: 10px;
}

#ddMandate .form .cell.last {
    border: 1px solid #000000;
}

#ddMandate .form .cell.number {
    border: 1px solid #000000;
    float: left;
    border-right: 0px;
    padding: 0;
    width: 35px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
}

#ddMandate .form .cell.number.last {
    border: 1px solid #000000;
}

#ddMandate .head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#accountLogin hr {
    color: #999999;
    border: 1px solid #ccc;
    margin: 25px 0px 25px 0px;
    clear: both;
}

#accountLogin > div.clearBoth.clear  {
    margin-top: -31px;
}

#accountLogin .leftBlock  {
    float: left;
    width: 492px;
    padding-top: 31px;
    padding-right: 78px;
    border-right: 1px solid #999999;
}

#accountLogin .rightBlock {
    float: left;
    width: 365px;
    margin-left: -1px;
    border-left: 1px solid #999999;
    padding-left: 44px;
}

#accountLogin .rightBlock * {
    font-size: 14px;
    line-height: 27px;
}

#accountLogin .rightBlock > div {
    padding-bottom: 10px;
}
#accountLogin .rightBlock > div + div {
    padding-top: 13px;
}

#accountLogin .rightBlock span.title {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}

#accountLogin .rightBlock ul {
    list-style-type: disc;
}

#accountLogin .rightBlock ul li {
    float: none;
    margin: 0;
    list-style-position: inside;
}

#accountLogin .rightBlock p {
    margin: 0;
    line-height: 20px;
}

#accountLogin ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

#accountLogin ul li {
    float: left;
    margin: 2px 0;
    width: 100%;
}

#accountLogin ul li #test_LoginLostPwd {
    float: right;
}

#accountLogin ul li span.title {
    font-size: 19px;
    margin: 26px 0px 4px 42px;
    font-weight: bold;
    display: block;
}

#accountLogin ul li input {
    float: right;
}

#accountLogin ul li input[name="pass_custom"] {
    float: none;
}

#accountLogin ul li.login-button {
    text-align: right;
    margin-top: 28px;
}

#accountLogin ul li.login-button > * {
    vertical-align: middle;
    float: none;
    margin: 0;
    line-height: 31px;
    height: auto;
}

#accountLogin ul li.login-button .btn-next {
    background-image: none;
    padding: 0 20px;
    border-right: none;
    margin-left: 20px;
    line-height: 31px;
    height: auto;
    cursor: pointer;
}

#accountLogin ul li.login-button > .chbox {
    margin-top: 2px;
}

#accountLogin ul li label {
    margin-left: 42px;
    line-height: 31px;
}


#accountLogin div.bottomBlock {
    clear: both;
    margin-top: 53px;
    padding: 43px 100px 43px 0;
    font-size: 16px;
    border-top: 1px solid #999999;
}

#accountLogin div.bottomBlock > *:FIRST-CHILD {
    margin-top: 0;
    padding-top: 0;
}

#accountLogin div.bottomBlock > *:LAST-CHILD {
    margin-bottom: 0;
    padding-bottom: 0;
}

#accountLogin div.bottomBlock ol {
    padding: 0;
}
#accountLogin div.bottomBlock ol li {
    float: none;
    margin: 0;
    list-style-position: inside;
}

ul.checkout .small .payment {
    float: left;
    width: 440px;
}

ul.checkout .payment #test_PaymentHeader {
    color: #666666;
}

#order .payPalNote {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
}

/* jQuery UI */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Progressbar
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .1em .1em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .1em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .2em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 0.7em 0.7em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/
.ui-widget-header { border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #CCCCCC; background: #ffffff 0 50% repeat-x; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { outline: none; text-decoration: none; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 0/*{cornerRadius}*/; -webkit-border-radius: 0/*{cornerRadius}*/; }

/* datepicker (ecard) */
.ui-widget {
    font-family: 'Oxygen', Arial,sans-serif;
}
.ui-datepicker {
    width: 14em;
    border: 1px solid #999999;
    padding: 5px;
}
.ui-datepicker-header {
    background: #ED1C24 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
    border: none;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: normal;
    line-height: 25px;
}
.ui-datepicker .ui-datepicker-prev span {
    background: url('../img/arrow_white_left.png') center no-repeat;
}
.ui-datepicker .ui-datepicker-next span {
    background: url('../img/arrow_white.png') center no-repeat;
}
.ui-datepicker .ui-datepicker-prev-hover span {
    background: url('../img/arrow_red_left.png') center no-repeat;
}
.ui-datepicker .ui-datepicker-next-hover span {
    background: url('../img/arrow_red.png') center no-repeat;
}
.ui-datepicker table {
    margin: 0;
}
.ui-datepicker th {
    padding: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    color: #000000;
    font-weight: normal;
    border: none;
    background: none;
}


#tabs .btn-110x25 {
    font: 100% arial, helvetica, sans-serif;
    display:inline-block;
    text-align:center;
    border: 0px;
    font-weight:bold;
    width:110px;
    height:25px;
    padding:4px 0 0;
    color:#fff;
    overflow:hidden;
    background:url(bg/btn-110x25.jpg) no-repeat;
}

#searchsuggest {
    display: none;
    position: absolute;
    width: 260px;
    background: #fff;
    z-index: 9999;
    padding: 10px;
    padding-top: 10px;
    margin-top: -5px;
}

#searchsuggest .searchsuggestSelectable a {
    color: #666;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

#searchsuggest .searchsuggestSelectable.selected {
    background-color: #666;
}

#searchsuggest .searchsuggestSelectable.selected a {
    color: #fff;
}

.start .mfm-carousel {
    width: 643px;
    height: 167px;
    margin-bottom: 23px; 
    
}

.start .mfm-carousel .menu {
    width: 200px;
    height: 22px;
    top: 139px;
    left: 4px;
    background: none;
/*     background-color: transparent; */
}

.start .mfm-carousel .menu .ui-state-active a {
    background: none;
/*     background-color: #225E9C; */
}
/* .start .mfm-carousel .menu .ui-state-active a:AFTER { */
/*     bottom: 100%; */
/*     left: 50%; */
/*     border: solid transparent; */
/*     content: " "; */
/*     height: 0; */
/*     width: 0; */
/*     position: absolute; */
/*     pointer-events: none; */
/*     border-color: rgba(34, 94, 156, 0); */
/*     border-bottom-color: #225E9C; */
/*     border-width: 11px; */
/*     margin-left: -11px; */
/* } */

.start .mfm-carousel .menu li {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%;
    background: #CAC9C9;
    opacity: 0.8;
    margin-top: 6px;
    box-shadow: 2px 2px 2px #595959;
}

.start .mfm-carousel .menu .ui-state-active {
    background: white;
}

.start .mfm-carousel .menu li a {
    color: #FFFFFF;
    font: 15px 'Oxygen',arial,helvetica,sans-serif;
    line-height: 23px;
}

.start #content .newsletterBox {
    width: 320px;
    height: 165px;
    position: absolute;
    right: 4px;
    top: 0;
    border: 1px solid #E4E4E4;
    border-radius: 7px;
}

.start #content .newsletterBox h2 {
    background: #F8F8F8;
    border-bottom: 1px solid #E4E4E4;
    font-size: 17px !important;
    text-transform: uppercase;
    padding: 0px;
    margin: 0;
    color: #333;
    text-align: center;
    border-radius: 7px 7px 0 0;
    line-height: 30px;
}

.start #content .newsletterBox .text-news {
    text-align: center;
    padding: 15px 0;
    font-size: 1.06em;
    line-height: 1.5em;
    color: #676767;
}

.start #content .newsletterBox .iframe {
    position: relative;
    left: 7px;
    margin-top: 5px;
}

/* START homepage categories tabs **********************************************************/
.categorytabs {
    padding-left: 0;
    font-size: 0;
    border-bottom: 1px solid #333;
    line-height: 44px;
}
.categorytabs li {
    width: 98px;
    height: 44px;
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-left: 8px;
    vertical-align: top;
}
.categorytabs li:first-child {
    margin-left: 0;
}
.categorytabs li.current {
    border-bottom: 1px solid #FFF;
    position: relative;
    top: -4px;
    height: 48px;
    border-top-color: #333;
    border-right-color: #333;
    border-left-color: #333;
    line-height: 48px;
    margin-bottom: -8px;
    text-decoration: none !important;
}
.categorytabs li.plus {
    width: 40px;
    font-size: 26px;
    line-height: 43px;
    text-decoration: none !important;
}

.categorytabs li.catknowledge {
    width: 110px;
}

.categorytabs a {
    text-align: center;
    width: 100%;
    height: 44px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.categorytabs a:HOVER {
    text-decoration: underline;
}
.categorytabs .plus a:HOVER {
    text-decoration: none;
}
.categorytabs a span {
    display: inline-block;
    line-height: 22px;
}

.start .holder {
    display: none;
    padding: 20px 0 0 3px;
}
.start .holder.current {
    display: block;
}

.product-columns .box.newLayout {
    float: left;
    width: 236px;
    height: auto;
    margin: 0 10px 40px 0;
}
.product-columns .box.newLayout.noMargin {
    margin-right: 0;
}

.product-columns .box.newLayout .title {
    text-align: center;
}

.product-columns .box.newLayout a.img {
    height: auto;
    min-height: 235px;
}
.product-columns .box.newLayout a.img img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.product-columns .box.upgradeCategory.newLayout a.img img {
	width: 200px;
	height: auto;
}

.start .product-columns.specials .box.newLayout a.img img,
.product-columns .specials .box.newLayout a.img img {
    width: 166px;
    height: auto;
}

.start .product-columns.specials .box a.img,
#content.alist .product-columns .specials .box a.img {
    width: 186px;
    min-height: 235px;
    margin: 0 auto;
}

#content.alist .product-columns .specials .box a.img {
    min-height: 285px;
}

.product-columns .box.newLayout a.btn-buy {
    width: 180px;
    margin: 15px auto 0 auto;
}
.product-columns .box.newLayout a.btn-buy.last {
    margin: 5px auto 0 auto;
}

.alist .product-columns .view-more,
.start .holder .view-more {
    width: 265px;
    margin: 0 auto;
    text-align: center;
}

.alist .product-columns .view-more {
    padding-top: 32px;
    padding-bottom: 32px;
}

.alist .product-columns .view-more .btn-buy-more,
.start .holder .view-more .btn-buy-more {
    display: block;
    height: 40px;
    min-width: 265px;
    line-height: 40px;
    font-weight: bold;
    color: #FFF;
    background: #333;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    margin: 0 auto;
    background-image: url("../img/view-more-arrow.png");
    background-repeat: no-repeat;
    background-position: right 14px;
    padding-right: 14px;
}

.alist .product-columns .view-more .btn-buy-more {
    background-image: url("../img/view-more-arrow-down.png");
}
.alist .product-columns .view-more .btn-buy-more.less {
    background-image: url("../img/view-more-arrow-up.png");
}
/* END homepage categories tabs ************************************************************/

/* START category thumbnail ****************************************************************/
.categorythumbnail {
    position: relative;
    height: 117px;
    margin: 0 0 18px 0;
    border-top: 1px solid #CCC;
}

#content .categorythumbnail h1.heading {
    border: none;
    font-size: 22px;
    letter-spacing: 1px;
    position: absolute;
    top: 16px;
    left: 20px;
    margin: 0;
    padding: 0;
}

#content .categorythumbnail .description {
    width: 460px;
    line-height: 24px;
    position: absolute;
    top: 46px;
    left: 20px;
    font-size: 13px;
    letter-spacing: normal;
}

/* END category thumbnail ******************************************************************/

.browse a {
    color: #ED1C24;
    margin: 0 5px;
    text-decoration: none;
}

#topcontainer #detailsTopComingSoon.cont,
#topcontainer #detailsTopComingSoon2.cont {
    color: #DDDDDD;
    min-height: 70px;
}

#detailsTopComingSoon a.btn-next {
    background-image: none;
    pointer-events: none;
    background-color: #DDDDDD;
    border-right: 10px solid #DDDDDD;
    color: #555555;
}

#topcontainer #detailsTopComingSoon.cont .tag,
#topcontainer #detailsTopComingSoon2.cont .tag {
    background: url('../img/coming_soon.png') no-repeat;
    width: 123px;
    height: 107px;
    top: 0;
    margin: 0;
    padding: 0;
}

#content.content #help h3 {
    margin: 10px 0;
}

#content.content #help a {
    color: #007CBC;
    text-decoration: none;
}

.forgotpwd .folio {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#order .errorbox a {
    font-weight: bold;
    text-decoration: none;
    color: #ED1C24;
}

#content.details .about ul {
    list-style-type: disc;
}

#content.details .instructions{
    width:600px;
    border-radius:2px;
    background-color:#ddd;
    padding:20px 30px;
}
#content.details .instructions h2 {
    text-align:center;
    margin-bottom: 30px;
}
#content.details .instructions h3{
    text-align:center;
    font-weight: normal;
    margin-top: 20px;
}
#content.details .instructions > div{
    float:left;
    width:170px;
    margin-right:40px;
}
#content.details .instructions > div.noMargin{
    margin-right:0px;
}
#content.details .instructions > div.clear{
    float:none;
    clear:left;
    margin:0px;
}
#content.details .instructions span {
    display:block;
    margin:0 auto;
    text-align:center;
    text-transform: uppercase;
    background-color: #666;
    color:#fff;
    width:170px;
    padding: 10px 0;
    border-Radius: 2px;
    text-decoration:none;
    margin:30px auto 25px;
}
#content.details .instructions span.button:hover{
    background-color: #ED1B24;
    cursor: pointer;
}
#content.details .instructions .icon{
    background: url('../img/instructions_spreadsheet.png') no-repeat;
    margin:0 auto;
    display:block;
    height:72px;
    width:250px;
}
#content.details .icon.buy{ 
    background-position: 40px 14px;
}
#content.details .icon.download {
    background-position: 50px -78px;
}
#content.details .instructions > div.noWidth{
    width: 100%;
}
#content.details .instructions .icons {
    width: 140px;
    float: left;
}
#content.details .instructions .desc {
    margin-top: -20px;
    width: 434px;
    float: left;
}
#content.details .icon.device {
    background-position: 15px -78px;
    width: 115px;
}
#content.details .icon.arrow {
    background-position: -90px -93px;
    height: 63px;
    width: 115px;
}
#content.details .icon.signin { 
    background-position: 20px -306px;
}
#content.details .instructions .readMoreText { 
    display: none;
}

.selectricItems::-webkit-scrollbar {
    width: 20px;
    height: 3px;
}
.selectricItems::-webkit-scrollbar-thumb {
    height: 40px   ;
    background-color: #ED1C24;
    border-radius: 0px;
}
.selectricItems::-webkit-scrollbar-button {
    background: #DDD url('../img/scroll_arrow_up.png') 6px center no-repeat;
}
.selectricItems::-webkit-scrollbar-button:increment{
    background: #DDD url('../img/scroll_arrow_down.png') 6px center no-repeat;
}
.selectricItems::-webkit-scrollbar-button:decrement{
    backround-position: 0px center;
}

body{
    scrollbar-base-color: #a9a9a9;
    scrollbar-face-color: #a9a9a9;
    scrollbar-3dlight-color: #a9a9a9;
    scrollbar-highlight-color: #a9a9a9;
    scrollbar-track-color: #ddd;
    scrollbar-arrow-color: #666;
    scrollbar-shadow-color: #a9a9a9;
    scrollbar-dark-shadow-color: #a9a9a9;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  tr.findaddress { display: none; }
  span.findaddress { display: none; }
  div.findaddress { display: none; }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  tr.findaddress { display: none; }
  span.findaddress { display: none; }
  div.findaddress { display: none; }
}

#content.details .frame .shadow{
    background-image: url("../img/product_shadow_large.png");
    background-position:center bottom;
    background-repeat: no-repeat;
    position: relative;
    top: -6px;
    z-index: -9999;
    height: 14px;
}
#content.details .left .shadow.big {
    margin: -65px;
}
#content.details .left .shadow.big > img:last-child,
#content.details .left .shadow.big > img:first-child,
#content.details .left .shadow.big > img{
    z-index: 3;
    width:auto;
    height:auto;
}

#content.details .left .shadow.big, 
#content.details .left .shadow.big:first-child, 
#content.details .left .shadow.big:last-child {
    background-position: 6px 22px;
}

#content.details .left > .shadow + .shadow.big ,
#content.details .left > .shadow + .shadow.big:first-child , 
#content.details .left > .shadow + .shadow.big:last-child  {
    background-position: 6px 28px;
}

#content.details .left .shadow:first-child {
    background-position: 6px 22px;
}
#content.details .left .shadow:last-child {
    background-position: -14px 22px;
}

 #content.details .left .shadow > img{
    position:relative;
}
 #content.details .left .shadow:first-child > img,  .shadow:last-child > img {
    height: 105px;
    top: -6px;
    width: 80px;
    z-index: 1;
}
#content.details .left .shadow {
    background-image: url("../img/product_shadow.png");
    background-position: 6px 22px;
    background-repeat: no-repeat;
    display: inline;
    padding: 15px;
}

#confidenceBar {
    height: 40px;
    padding: 6px 0;
    font-size: 14px;
}

#confidenceBar ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#confidenceBar ul li {
    display: inline-block;
    line-height: 40px;
    margin-right: 30px;
}

#confidenceBar ul li a {
    display: inline-block;
    line-height: 25px;
    padding-left: 41px; /* 36 + 5 */
    background-image: url('../img/confidence_bar.png');
    background-repeat: no-repeat;
    background-position: left;
}

#confidenceBar ul li.last {
    margin-right: 0;
}

#confidenceBar ul li a {
    text-decoration: none;
}

#confidenceBar ul li .guarantee {
    background-position: 0 -50px;
}

#confidenceBar ul li .delivery {
    padding-left: 45px;
    background-position: 0 -25px;
}

#confidenceBar ul li .worldwide {
    padding-left: 35px;
    background-position: 0 0;
}

#confidenceBar ul li .secure {
    padding-left: 37px;
    background-position: 0 -75px;
}

.basketItem .gift span.giftImage,
.basketItem .giftsomeone span.giftImage {
    background-image: url('../img/gift-dark-grey.png');
    background-repeat: no-repeat;
    background-position: left;
    height: 18px;
    width: 15px;
    margin-left: 10px;
    position: absolute;
    margin-top: 3px;
}
.basketItem .giftsomeone span.giftImage {
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    position: static;
    margin-top: 6px;
}

.basketItem .gift label,
.basketItem .giftsomeone label {
    color: #ed1c24;
    text-decoration: underline;
}
.basketItem .giftsomeone label {
    float: left;
    font-weight: bold;
    text-decoration: none;
}

.basketItem .giftsomeone a {
    color: #ed1c24;
}

tr.googlePlayText td {
    vertical-align: top;
}

tr.googlePlayText td.info {
    text-align: right;
}

tr.googlePlayText td {
    color: #ed1c24;
}

tr.googlePlayText td span.exclamationMark {
    background-image: url("../img/exclamationmark.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    margin-left: -20px;
    margin-top: 3px;
    position: absolute;
    width: 18px;
}

#wrapper .main #content.details div.paymentLogos {
    display: inline-block;
    margin: 15px 0 0 45px;
    position: absolute;
}

#wrapper .main #content.details div.paymentLogos img {
    display: none;
}

.checkout-page .cybersource .ccCardType div.paymentLogos {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

#feefologohere {
	display: inline-block;
}

#topcontainer .cont.active.bestDealContainer:after {
    border-top-color: #3294db;
}

.bestDeal {
	background-color: #3294db;
	color: #FFFFFF;
	text-align: center;
	margin: 20px -25px -25px;
    font-size: 15px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
}

