@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
a {
	text-decoration: none;
	color: #2F5685;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(top-banner-subUS-bg.gif);
	background-repeat: no-repeat;
}
#container-blank {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(left-bg.gif);
	background-repeat: repeat-y;
	border: solid 1px #CCCCCC;
}
#container-CDN {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(top-banner-subCDN-bg.gif);
	background-repeat: no-repeat;
}
#container-INT {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(top-banner-subINT-bg.gif);
	background-repeat: no-repeat;
}
#container-confirm {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(top-banner-confirm-bg.gif);
	background-repeat: no-repeat;
}
#logo {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 20px;
	height: 200px;
	width: 150px;
	float: left;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 255px;
	text-align: left;
	margin: 0 auto;
	background-color: #dcddde;
	padding: 25px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #116e82;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	text-transform: none;
	line-height: 105%;
}
#header .rule {
	border-bottom: dashed 1px #660066;
	margin: 0px 0px 15px 0px;
	clear: both;
}
#header-combo {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 305px;
	text-align: left;
	margin: 0 auto;
	background-color: #dcddde;
}
#header-combo .offer-promo {
	font-family: Arial, Helvetica, sans-serif;
	width: 255px;
	text-align: left;
	margin: 0 auto;
	background-color: #dcddde;
	padding: 10px 25px 25px 25px;
}
#header-combo h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #116e82;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	text-transform: none;
	line-height: 110%;
}
#header-combo .rule {
	border-bottom: dashed 1px #660066;
	margin: 0px 0px 15px 0px;
	clear: both;
}
#mainContent {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	width: 940px;
	float: left;
}
.offer-container {
	margin-bottom: 20px;
	margin-top: 120px;
	margin-left: 20px;
	float: left;
	width: 660px;
	text-align: left;
}
.offer-text {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#form-container {
	padding: 0px
}
.col1 {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
}
.col2 {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
}
.col3 {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
}
.addressHead, .rateHead, .paymentHead, .Head {
	padding: 8px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 2px #116e82;
	border-top: solid 0px #330066;
	text-transform: uppercase;
	color: #116e82;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif
}
.addressBlock {
	padding: 0px;
	margin: 0px;
}
.rateBlock, .Block {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.billingBlock {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
.billingHead {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #006666;
}
.paymentBlock {
	padding: 0px;
	margin: 0px;
}
.giftCardHead {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #006666;
}
.giftCardBlock {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.emailHead {
	padding: 8px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #330066;
	border-top: solid 1px #330066;
	color: #330066;
	text-transform: none;
	font: bold 17px Arial, Helvetica, sans-serif
}
.emailBlock {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.email4cols {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.promo {
	font: 12px/18x Arial, Helvetica;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.alert {
	color: #013e74;
}
.error {
	color: #CC0000;
	font: bold 12px/18px Arial, Helvetica, Geneva;
	text-decoration: none;
	margin-bottom: 5px;
}
#address table {
	margin-top: 10px;
}
#address td {
	padding: 3px 2px 2px 0px;
}
#footer {
	background-color: #FFFFFF;
	font-size: 13px;
	width: 942px;
	padding: 20px 0px 20px 0px;
	color: #333333;
	margin: 0 auto;
	text-align: left;
	border-top: solid 2px #333333;
}
#footer .pipe {
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.cyan {
	color: #00adef
}
#footer a.cyan:hover {
	text-decoration: underline;
}
radio {
	font: 12px arial;
	margin: 0px;
	padding: 0px;
}
input {
	margin-bottom: 3px;
	padding: 3px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
select {
	margin-bottom: 3px;
	font-size: 12px;
}
input[type=text] {
	width: 180px;
}
label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
#confirmation {
	font: 12px/17px arial, helvetica;
}
#confirmation div {
	font: 12px/17px arial, helvetica;
}
#confirmation p {
	font: 12px/17px arial, helvetica;
}
#form-content2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 80px;
	background: #fff;
}
.note {
	font-size: 11px;
	color: #666666;
}
.note-last {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #999999
}
.save {
	color: #ec008c;
	font-weight: bold;
	font-size: 13px;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* orange */
.orange {
	color: #FFFFFF;
	border: solid 1px #dc542e;
	background: #dc542e;
	background: -webkit-gradient(linear, left top, left bottom, from(#ef623b), to(#dc542e));
	background: -moz-linear-gradient(top, #ef623b, #dc542e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#dc542e');
}
.orange:hover {
	background: #cc3300;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc3300), to(#dc542e));
	background: -moz-linear-gradient(top, #cc3300, #dc542e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#dc542e');
}
.orange:active {
	color: #dc542e;
	background: -webkit-gradient(linear, left top, left bottom, from(#dc542e), to(#ef623b));
	background: -moz-linear-gradient(top, #dc542e, #ef623b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc542e', endColorstr='#faa51a');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #780202;
	background: -webkit-gradient(linear, left top, left bottom, from(#630202), to(#780202));
	background: -moz-linear-gradient(top, #630202, #780202);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#630202', endColorstr='#780202');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa070c), to(#630202));
	background: -moz-linear-gradient(top, #aa070c, #630202);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa070c', endColorstr='#630202');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#780202), to(#630202));
	background: -moz-linear-gradient(top, #780202, #630202);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#780202', endColorstr='#630202');
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#0269ab), to(#024f83));
	background: -moz-linear-gradient(top, #0269ab, #024f83);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0269ab', endColorstr='#024f83');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#024f83), to(#00678e));
	background: -moz-linear-gradient(top, #024f83, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#024f83', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#024f83), to(#0269ab));
	background: -moz-linear-gradient(top, #024f83, #0269ab);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#024f83', endColorstr='#0269ab');
}
/* teal */
.teal {
	color: #ffffff;
	border: solid 1px #045a6c;
	background-color: #045a6c;
	background: -webkit-gradient(linear, left top, left bottom, from(#1d8ea6), to(#045a6c));
	background: -moz-linear-gradient(top, #1d8ea6, #045a6c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d8ea6', endColorstr='#045a6c');
}
.teal:hover {
	background-color: #045a6c;
	background: -webkit-gradient(linear, left top, left bottom, from(#045a6c), to(#065262));
	background: -moz-linear-gradient(top, #045a6c, #065262);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#045a6c', endColorstr='#065262');
}
.teal:active {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#045a6c), to(#1d8ea6));
	background: -moz-linear-gradient(top, #045a6c, #1d8ea6);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#045a6c', endColorstr='#1d8ea6');
}
.shadow {
	-moz-box-shadow: 3px 3px 8px #666;
	-webkit-box-shadow: 3px 3px 8px #666;
	box-shadow: 3px 3px 8px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}
.pageHead {
	background-color: #333333;
	padding: 10px 15px 10px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.cover {
	display: block;
	margin-bottom: 20px;
	border: solid 1px #666666
}
.cover-digital {
	margin-top: 38px;
	margin-left: 26px
}
.cover-print-combo {
	margin-top: 15px;
	margin-left: 75px
}
.cover-digital-combo {
	margin-top: 26px;
	margin-left: 99px
}
.ipad-bg {
	background-image: url(DWL-iPad.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 347px;
}
.print-bg {
	background-image: url(print-bg.gif);
	background-repeat: no-repeat;
	height: 250px
}
.digital-bg {
	background-image: url(digital-bg.gif);
	background-repeat: no-repeat;
	height: 200px
}
.right-side {
	float: left;
	padding: 20px 24px 0px 20px;
	width: 590px;
}
.confirmation-text {
	font-size: 15px;
	line-height: 20px
}
li {
	padding-bottom: 8px
}
.ar-text {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
}