/* Fonts */
@font-face
{
font-family: mfelt;
src: url('../fonts/mfelt.ttf');
}


@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-bla-webfont.eot');
    src: url('fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bla-webfont.woff') format('woff'),
         url('fonts/lato-bla-webfont.ttf') format('truetype'),
         url('fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bol.eot');
    src: url('fonts/lato-bol.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bol.woff') format('woff'),
         url('fonts/lato-bol.ttf') format('truetype'),
         url('fonts/lato-bol.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img, img {border:none;}
a {text-decoration:none;}
a:hover {text-decoration:none;}

/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

ul, ol {
	list-style:none;
}

.left {float:left;}
.right {float:right;}
.clr {clear:both; font-size:0; height:0px; line-height:0;}
.bold { font-weight:bold; }

body {
	color:#000;
	background-color:#fff;
	font-family:Arial;
	font-size:13px;
	line-height:18px;
}
.border-top {
	width:100%;
	height:9px;	
}
#content2 {
	width:546px;
	min-height:100px;
	margin:0 auto;
	padding:10px 0 100px;
}
.select {
	width:100%;
	padding:0 0 0 8px;
	margin:0 0 6px 0;	
}
.form input[type="text"].zip {
	width:92px;
}
#GetDVD {
	margin:10px 5px 0 0;
}
label.GetDVD {
	font-size:12px;
	width:250px;
	margin:10px 0 20px;
	line-height:14px;
}
.yellow {
	color:#fff200;
}
label small {
	font-size:10px;
	font-weight:normal;
}
.required {
	font-size:11px;
	color:#cc181f;
	background: url(../images/img-step1.png) -290px -41px no-repeat;
	width:91px;
	height:21px;
	line-height:21px;
	text-align:center;
	position:absolute;
	top:5px;
	right:-90px;
	display:none;
}
.field {
	width:auto;
	position:relative;
}
.yellow-box {
	padding:10px;
	width:auto;
	min-height:20px;
	background-color:#fff200;
	font-size:14px;
	font-family:Helvetica;
	text-align:center;
	margin:8px 0 0;
}
.agree-box {
	width:448px;
	height:50px;
	line-height:50px;
	border:5px solid #000;
	margin:0 auto 20px;
	text-align:center;	
}
.agree-box label {
	font-family: 'latobold';
	font-size:22px;	
}
.agree-box input {
	margin:0 20px 0 0;
}
.list1 {
	margin:15px 0 0 15px;
}
.list1 li {	
	font-size:14px;
	font-family:Helvetica;
	margin-bottom:30px;
}
.list1 li:last-child {
	margin-bottom:15px;
}
.list1 li div.list-text {
	display:block;
	float:left;
	width:460px;
}
.list1 li span.num1 {
	display:block;
	background: url(../images/img-step1.png) -290px -10px no-repeat;
	width:32px;
	height:31px;
	float:left;
	margin-right:20px;
}
.list1 li span.num2 {
	display:block;
	background: url(../images/img-step1.png) -322px -10px no-repeat;
	width:32px;
	height:31px;
	float:left;
	margin-right:20px;
}
.list1 li span.num3{
	display:block;
	background: url(../images/img-step1.png) -354px -10px no-repeat;
	width:32px;
	height:31px;
	float:left;
	margin-right:20px;
}
#content {
	width:885px;
	min-height:100px;
	margin:0 auto;
	padding:10px 0 100px;
}
.content-left {
	width:505px;
	min-height:100px;
}
.content-right {
	width:336px;
	min-height:100px;
}
.content-mid-left {
	width:585px;
	min-height:100px;
}
.content-mid-right {
	width:282px;
	min-height:100px;
}
.content-mid-box {
	width:282px;
	min-height:100px;
}
p {
	margin-bottom:15px;
}
h1 {
	font-size:39px;
	font-weight:normal;
	line-height:45px;
	color:#ed1c24;
	font-family: 'latoblack';
	text-align:center;
}
h2 {
	font-size:30px;
	font-weight:normal;
	line-height:35px;
	color:#ed1c24;
	font-family: 'latoblack';
	text-align:center;
}
h5 {
	font-size:16px;
}
.img-yes {
	width:189px;
	height:66px;
	background: url(../images/img-step2.png) 0 -264px no-repeat;
}
.yes-right {
	width:290px;
	min-height:20px;
	padding-top:15px;
}
.yes-right h5 {
	color:#032a99;
	font-size:16px;
}
.yes-right p {
	font-size:12px;
	margin-bottom:0;
}
ul.list {
	margin-top:15px;
}
ul.list li {	
	margin-bottom:10px;	
}
ul.list li span.bullet {
	display:block;
	float:left;
	background: url(../images/img-step2.png) -307px -354px no-repeat;
	width:26px;
	height:22px;
	margin:3px 12px 0 0;
}
ul.list li .pandora-text {
	display:block;
	width:465px;
}
ul.list li h5 {
	color:#ce0000;
}
.review {
	background-color:#e4e4e4;
	width:100%;
	border:1px solid #9f9f9f;
	border-top:0;
	border-bottom:0;
	margin:30px 0 60px;
}
.review-header {
	background: url(../images/img-step2.png) 0 -501px repeat-x;
	height:32px;
	text-align:center;
	width:100%;
	color:#fff;
	line-height:32px;
	font-family: Helvetica;
	font-weight:bold;
	font-size:16px;
}
.table-data {
	padding:5px 15px;
	border-bottom:1px solid #747474;
	color:#333;
}
.label {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}
.label span {
	text-decoration:underline;
}
.table-data .right {
	width:80px;
}
.table-data div.total {
	width:140px;
	font-weight:bold;
	font-size:16px;
}
.white {
	background-color:#fff;
}
.plus {
	padding:30px 10px 0;
	background-color:#e4e4e4;
	border:1px solid #c2c2c2;
	margin-bottom:50px;
}
.plus h4 {
	color:#032a99;
	font-size:19px;
	margin-bottom:20px;
}
.plus-right {
	width:360px;
}
.plus-right p {
	font-size:14px;
}
blockquote {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.img-seal {
	width:113px;
	height:112px;
	background: url(../images/img-step2.png) 0 -533px no-repeat;
}
.img-sig {
	width:206px;
	height:51px;
	background: url(../images/img-step2.png) -101px -450px no-repeat;
	margin-bottom:20px;
}
.form {
	background-color:#dd1b22;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 24px 2px;
	position:relative;
	width:auto;
	min-height:100px;
	margin-bottom:20px;
	color:#fff;
}
.form h3 {
	color:#fff200;
	font-family: 'latoblack';
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px;
	line-height:31px;
}
.form .cards {
	margin:0 2px 4px 0;
	display:inline-block;
	width:46px;
	height:30px;
	background: url(../images/img-step2.png) -289px -264px no-repeat;
}
.form .cards.master {
	background-position: -289px -294px;
}
.form .cards.discover {
	background-position:-289px -324px;
}
.form input[type="text"] {
	border:none;
	width:268px;
	height:27px;
	line-height:27px;
	padding:0 10px;
	font-size:15px;
	color:#636363;
	font-family:Arial;
	margin-bottom:6px;
}
.form input[type="text"].card-code {
	width:140px;	
}
.form input[type="checkbox"] {
	margin:0 10px 0 30px;
	display:inline-block;
	vertical-align:top;
}
label {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	display:inline-block;
}
label.checkbox {
	font-size:13px;
	display:inline-block;
	width:220px;	
}
label a {
	text-decoration:underline;
	color:#fff;
}
.whats-this {
	color:#fff;
	text-decoration:underline;
	font-size:12px;
}
.img-arrow {
	position:relative;
	top:-200px;
	left:295px;
	background: url(../images/img-step2.png) -193px -264px no-repeat;
	width:66px;
	height:141px;
}
.form .note {
	text-align:center;
	font-style:italic;
	font-size:10px;
	line-height:12px;
	color:#000;
	margin-bottom:10px;
}
#btn-place-order {
	display:block;
	width:290px;
	height:52px;
	background: url(../images/img-step2.png) 0 -212px no-repeat;
	margin:5px auto;
        cursor:pointer;
}
#btn-next {
	display:block;
	width:290px;
	height:52px;
	background: url(../images/img-step1.png) 0 -9px no-repeat;
	margin:0 auto;
        cursor:pointer;
}
.total-now {
	background-color:#6a0d10;
	padding:7px;
	margin:20px 0 5px;
	font-size:19px;
	font-family: 'latoblack';
}
.total-now-left {
	width:150px;
	color:#fff;	
	text-align:right;
	padding:6px;
}
.total-now-right {
	width:100px;
	background-color:#fff;
	color:#000;	
	padding:6px;
	text-align:right;
}
.security {
	text-align:center;
	vertical-align:middle;
	border:1px solid #b2b2b2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 0 10px;
	margin-bottom:20px;
}
.security .logos {
	display:inline-block;
	vertical-align:middle;
	background: url(../images/img-step2.png) no-repeat;
}
.security .logos.authorize {
	width:66px;
	height:56px;
	background-position: 0 -330px;
	margin:0 5px 10px 0;
}
.security .logos.comodo {
	width:87px;
	height:42px;
	background-position: -250px -407px;
	margin:0 10px 10px 0;
}
.security .logos.secure {
	width:130px;
	height:55px;
	background-position:0 -388px;
	margin:0 0 10px 0;
}
.security .logos.visa {
	width:96px;
	height:46px;
	background-position:-2px -449px;
	margin-right:20px;
}
.security .logos.norton {
	width:94px;
	height:53px;
	background-position:-67px -333px;
}
.published {
	margin-bottom:20px;
	font-size:12px;
	font-style:italic;
	text-align:center;
}
.published a {
	color:#00f;
	text-decoration:underline;
}
.story {
	width:334px;
	height:212px;
	background: url(../images/img-step2.png) no-repeat;
	margin-bottom:30px;
}
.story h4 {
	font-size:22px;
	color:#fff;
	text-align:center;
	background-color:#000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:10px;
	margin-bottom:15px;
}
.story p {
	padding:0 25px;
	line-height:16px;
}
.testi-header.arial {
	padding:10px 0;
}
.testi-header.no-pad {
	padding:10px 0;
	text-align:center;
}
.arial h5 {
	font-family:Arial;
	font-size:15px;	
}
.testi {
	width:100%;
	min-height:50px;
	margin-bottom:20px;
}
.testi-header {
	color:#fff;
	background-color:#c90000;
	padding:10px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'latoblack';	
}
.testi-header h1 {
	font-size:39px;
	font-weight:normal;
	line-height:45px;
	letter-spacing:0px;
	color:#fff;
}
.testi-header h1.down2 {
	font-size:37px;
	font-weight:normal;
	line-height:43px;
	letter-spacing:0px;
	color:#fff;
}
.testi-header h2 {
	font-size:28px;
	font-weight:normal;
	line-height:34px;
	color:#ffffff;
}
.testi-header h2.down1 {
	font-size:27px;
	font-weight:normal;
	line-height:33px;
}
.testi-header h3 {
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	color:#ffffff;
}
.testi-header h3.up1 {
	font-size:25px;
	font-weight:normal;
	line-height:31px;
	letter-spacing:0px;
}
.testi-header h3.down1 {
	font-size:23px;
	font-weight:normal;
	line-height:29px;
}
.testi-header h4 {
	font-size:20px;
	font-weight:normal;
	line-height:26px;
	color:#ffffff;
}
.testi-header h4.down1 {
	font-size:19px;
	font-weight:normal;
	line-height:25px;
}
.testi-header h5.down2 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.testi-content {		
	padding:15px 20px 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border:1px solid #898989;
	border-top:0;
}
.testi-content p {
	line-height:16px;
}
.center {
	text-align:center;
}
.space1 {
	letter-spacing:-1px;
}
footer {
	width:100%;
	background-color:#000;
	color:#fff;
	font-size:12px;
        position:fixed;
        bottom:0px;
}
.footer-content {
	max-width:885px;
	margin:0 auto;
	line-height:32px;
}
footer ul li {
	float:left;
	margin-right:30px;
}
footer ul li a {	
	color:#fff;
}