﻿/* MASTER PAGE ----------------------------------- */

* { font-family: Arial; }

a:link { color: #0099FF; text-decoration: none; }
a:visited { color: #0099FF; text-decoration: none; }
a:hover { color: #0099FF; text-decoration: underline; }
a:active { color: #0099FF; text-decoration: none; }

div, img, body { margin: 0px; padding: 0px; border: 0px; }
body { margin: 0px 10px 0px 10px; }

.wrapper { width: 770px; margin: 0px 0px 0 0px; }

#topleft { background: url(/images/design/mn_wc_tl_corner.gif); width: 7px; height: 7px; float: left; clear: both; }
#topright { background: url(/images/design/mn_wc_tr_corner.gif); width: 7px; height: 7px; float: left; }
#top { width: 750px; height: 6px; border-top: 1px solid #ccc; float: left; }
#bottomleft { background: url(/images/design/mn_wc_bl_corner.gif); width: 7px; height: 7px; float: left; }
#bottomright { background: url(/images/design/mn_wc_br_corner.gif); width: 7px; height: 7px; float: left; }
#bottom { width: 750px; height: 6px; border-bottom: 1px solid #ccc; float: left; }

#content-wrapper { width: 753px; padding: 0px 4px 10px 5px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; clear: both; }
#content { margin: 0px 6px 0px 10px; padding: 4px 0px 0px 0px; }
#header { padding: 10px 13px 5px 15px; border: 0px solid blue; }

#header #partnerlogo { }
#header #pagetitle { font-size: 14pt; font-weight: bold; border: 0px solid red; }
#header #pagetitle img { vertical-align: text-bottom; }


/* footer styles */

.mnd-foot-wrap { height: 30px; margin: 0 0 12px 0; font-size: 11px; border-top: solid 1px #ddd; width:764px; clear:both; }
.mnd-foot-wrap img { border: 0; }
.mnd-foot-wrap .mnd-foot-lft { height: 30px; width: 5px; float: left; background: url(../../images/design/mn-footer-bottom-lft.png) no-repeat; }
.mnd-foot-wrap .mnd-foot-rt { height: 30px; background: url(../../images/design/mn-footer-bottom-rt.png) repeat-x right; margin-left: 5px; }

.footer-links { width:300px; float:left; margin: 5px 0 0 10px; color: #999;}
.footer-links a:link { color: #999; text-decoration: underline; }
.footer-links a:visited { color: #999; text-decoration: underline; }
.footer-links a:hover { color: #999; text-decoration: underline; }
.footer-links a:active { color: #999; text-decoration: underline; }

.trustelogo { margin-right: 20px; float: right; }



/* MASTER PAGE ----------------------------------- */


.btn { width:90px; height:30px; color:#0d2a7c; font: 100% arial,helvetica,sans-serif; border:1px solid; background-color: #d5dce3; /* border-color: #b6b6b6 #696969 #696969 #b6b6b6; */ }
.btnhov { width:90px; height:30px; color:#0d2a7c; font: 100% arial,helvetica,sans-serif; border:1px solid; background-color: #faf5e0; cursor: pointer; }
.installbtn { color: #fff; background-color: #027fd2; border: 1px solid #20346d; }

/* TEXT ----------------------------------- */
h2 { color: #0D2A7C; margin: 0px; padding: 0px; font-weight: normal; font-size: 16pt; }

.largeblue { color: #0D2A7C; font-size: 12pt; font-weight: bold; }
.bluetext { color: #0D2A7C; }

.mediumgray { color: #999; font-weight: bold; font-size: 10pt; }
.mediumlightgray { color: #999; font-size: 10pt; }
.mediumblack { color: #000; font-weight: bold; font-size: 10pt; }
.mediumlightblack { color: #000; font-size: 10pt;}
.hilite { color: #FA5858; }

.faqheading { font-weight: bold; margin: 8px 0px 8px 0px; }
.faqtext { margin-bottom: 8px; }
.italic { font-style: italic; }
/* TEXT ----------------------------------- */

/* TABLES ----------------------------------- */
.table { width: 100%; border-collapse: collapse; margin: 10px 0px 0px 0px; }
.table td { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 2px 4px 2px 0px; }
.table td:first-child { border-left: 1px solid #ccc; }
.table td.lastcolumn { border-right: 1px solid #ccc; }
.table th { text-align: left; padding: 0px 4px 0px 0px; }

.table .center { text-align: center; }
.table .price{ text-align: right; }
.table .center { text-align: center; }
.table .right { text-align: right; }
.table .tablerowitem { background: #F5F5F5; }
.table .tablerowaltitem {}
.table .tablerowselitem { background: #DEECF9; }

.table .celldata { float: left; margin: 1px 3px 1px 3px; }
.table tr.hilite { background: #deecf9; }

/* TABLES ----------------------------------- */

.bottomborder { border-bottom: 1px dotted #ccc; }
.topborder { border-top: 1px dotted #ccc; }

.upsellalbumart { float: left; margin: 4px 12px 4px 2px; }
.cartalbumart { float: left; margin: 4px 12px 4px 10px; }

.bottombuttons { margin: 10px 0px 0px 0px; padding: 15px 0px 0px 0px; }
.bottombuttons input { float: right; }
.hide { display: none; }

.errormsg {
    padding: 10px; 
    margin: 15px 0px 5px 0px; 
    border: 1px solid #C90000; 
    background-color: #fff;
    color: #c90000;
	font-size: 1em;
    background: url(/images/design/mn-error-bg.gif) repeat-x;
    clear: right;
}

.errormsg li { margin-left: 25px; }
.errorinline { color: Red; display: inline-block; }
.successmsg { padding: 10px; margin-bottom: 5px; border: 1px solid #00FF00; background-color: #CCFFCC; font-weight: bold; color: Green; }

/* FORMS ------------------------------------- */
input, select { margin: 0px 2px 1px 4px; padding: 2px 2px 2px 2px; }

.formitem { border-left: 2px solid white; width: 710px; margin: 3px 0px 3px 0px; }
.formitem .formitemerror { display: none; }
.formerror { margin: 3px 0px 3px 0px; background: #fff; padding-top: 5px; padding-bottom: 5px; border: 1px solid #c90000; position: relative; background: url(/images/design/mn-error-bg.gif) repeat-x; }

.formitem .formitemlabel, .formerror .formitemlabel { font-size: 10pt; font-weight: bold; clear: both; width: 150px; text-align: right; float: left; }
.formitem .formiteminput, .formerror .formiteminput { font-size: 10pt; margin: 0px; padding-left: 10px; width: 280px; text-align: left; float: left; }
.formitem .formiteminput.wide { width: 540px; }

.formerror .formitemerror {
    width: 260px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #c90000;
    text-align: center;
    font-size: 1em;
}

.inputlarge { width: 200px; }
.inputsmall {}


/* eBooks */

.ebooks {line-height:18px;}

.ebooks p { font-size:11px; padding-top:; }

/* --> card images */
ul#cards { float: left; margin: 7px 0px 4px 0px; padding: 0px; }
ul#cards li { float: left; width: 42px; height: 26px; padding-left: 2px; background-image: url('/images/design/mn-logos-creditcards.gif'); background-repeat: no-repeat; font-size: 0; color: #fff; overflow: hidden; text-indent: -9000px; }
ul#cards li#visa { background-position: 0 0; }
ul#cards li#mc { background-position: -44px 0; }
ul#cards li#amex { background-position: -88px 0; }
ul#cards li#disc { background-position: -132px 0; }
ul#cards li#maestro { background-position: -176px 0; }
ul#cards li#diners { background-position: -220px 0; }
ul#cards li#visa.on { background-position: 0 -28px; }
ul#cards li#mc.on { background-position: -44px -28px; }
ul#cards li#amex.on { background-position: -88px -28px; }
ul#cards li#disc.on { background-position: -132px -28px; }
ul#cards li#maestro.on { background-position: -176px -28px; }
ul#cards li#diners.on { background-position: -220px -28px; }

/* --> CVC info box */
#CVCinfo { margin: 10px 0px 10px 30px; width: 500px; }
#CVCinfo p { width: auto; margin: 0; padding: 8px; background-image: url('/images/design/CVCs.png'); background-repeat: no-repeat; border: 1px dashed #ccc; }
#CVCinfo p#all-CVC { padding-top: 73px; background-position: 8px -91px; }
#CVCinfo p#mcvisa-CVC { height: 60px; padding-left: 113px; background-position: -98px 6px; }
#CVCinfo p#amex-CVC { height: 60px; padding-left: 113px; background-position: -98px -91px; }
/* FORMS ------------------------------------- */     
        

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
