@charset "utf-8";
/* Subscription Form CSS Document */
/* Main */
body p{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#subscription_form{
	margin-top:0px;
  overflow: hidden; /* will contain if #first is longer than #second */
}

#country_links{
	font:normal normal normal 10px Verdana, Geneva, sans-serif;
}

#dv_premium_radio, #dv_shipping_address{
	float:left;
}

#dv_billing_address, #dv_gift_message{
	display:none;
}

#ipad_only, #dv_offer, #dv_premium, #dv_premium_recipient, #dv_greeting_type, #dv_gift_message, #dv_summary, #dv_shipping_address, #dv_billing_address, #dv_payment_information{
	padding-top:0px;
}

#dv_premium_image{
	padding-top:0px;
}

.clearfix{
	clear:both;
}

.section_title{
	color: #808080;
	font-weight: bold;
	font-size: 14px;
	line-height: 12pt;
	font-family: Helvetica, sans-serif
}

.summary_title{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.summary_text{
	color: #ED1C24;
	font-weight:bold;
	font-size: 14px;
	line-height: 14pt;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
}

.small{
	color: #666;
	font-size: 12.5px;
	line-height: 12pt;
	font-family: Helvetica, sans-serif
}

#premium_text{
	width:300px;
	overflow:hidden;
}

/* Form Elements */
.btn_submit{
	padding: 10px 20px 11px !important;
	font-size: 18px !important;
	background-color: #ED1C24;
	font-weight: bold;
	color: #ffffff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #ED1C24;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.btn_go{
	margin-top:10px;
	padding: 5px 10px 6px !important;
	font-size: 12px !important;
	background-color: #ED1C24;
	font-weight: bold;
	color: #ffffff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #ED1C24;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* pushbutton radio/checkbox css */
input[type=radio], input[type=checkbox]{
	display:none;
}

input[type=radio] + label, input[type=checkbox] + label{
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

input[type=radio]:checked + label, input[type=checkbox]:checked + label{
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#ED1C24;
	color:#FFF;
}

#ship_company, #ship_street, #ship_street2, #ship_country, #ship_phone, #ship_email, #bill_street, #bill_street2, #bill_country, #bill_phone, #bill_email, #card_number, #card_sec{
	height:20px;
	width:245px;
}

#ship_fname, #ship_lname, #bill_fname, #bill_lname, #card_month, #card_year{
	height:20px;
	width:120px;
}

#ship_city, #bill_city{
	height:20px;
	width:120px;
}

#ship_state, #bill_state{
	height:20px;
	width:45px;
}

#ship_zip, #bill_zip{
	height:20px;
	width:70px;
}

#premium_color,#premium_size{
	height:20px;
	width:200px;
}

#ipad_version{
	display:inline;
}

#gift_message{
	height:100px;
	width:400px;
}

/* Labels */
.lbl_edition{
}

.lbl_offer{
	width:350px; 
	text-align:left;
}

.lbl_premium,.lbl_premium_recipient,.lbl_greeting_type{
	width:250px; 
	text-align:left;
}

/* Dynamic */
.error{
	color:#FF0000;
	font-weight:bold;
}

.tberror{
	border-color:#FF0000;
}

.hide{
	display:none;
}

.show {
	display:block;
}

/* DownBeat CSS Document */
a:link{
	text-decoration: none;
	font-size:14px;
	color:#ED1C24;
}
a:visited{
	text-decoration: none;
	font-size:14px;
	color:#ED1C24;
}
a:hover{
	text-decoration: underline;
	font-size:14px;
	color:#ED1C24;
}
a:active{
	text-decoration: none;
	font-size:14px;
	color:#ED1C24;
}

#header{
	background-color: #000;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#wrapper{
	width: 100%;
    overflow: hidden; /* will contain if #first is longer than #second */
}

#leftcolumn{
    width: 200px;
    float:left; /* add this */
	text-align:center;
}

.leftblocks{
	width:125px; 
	background-color:#EBEBEB; 
	margin-top:10px; 
	margin-left:50px; 
}

.standbar{
	margin:0px 0px 10px 0px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:5px;
	border:none;
}

.xltitle3{
	color: #C03;
	font-weight: normal;
	font-size: 26px;
	line-height: 22pt;
	font-family: Helvetica, sans-serif
	margin:20px;
}

.subtitlemaink{
	color: #ED1C24;
	font-weight:bold;
	font-size: 14px;
	line-height: 14pt;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
}

#footer{
	margin-right: 10%;
	width: 100%;
	text-align:center;
}

.sub{
	color: #333;
	font-size: 14px;
	line-height: 13pt;
	font-family: Helvetica, sans-serif;
	list-style-type: square;
}

.small2{
	color: #000000;
	font-size: 11px;
	line-height: 10pt;
	font-family: Helvetica, sans-serif
}

#header_store_link{
	margin-left:100px;
	color:#FFF;
	font:normal normal bold 38px Arial, Helvetica, sans-serif;
}

#header_store_link a, a:hover{
	text-decoration:none;
}

/*CSS for popup*/
#blanket { 
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:102%;
}

#popUpDiv {
	position:absolute;
	background-color:#EBEBEB;
	width:300px;
	z-index: 9002;
	padding:20px;
	border:solid;
	border-color:#CCCCCC;
}

.btn_popup{
	padding: 10px 20px 11px !important;
	font-size: 12px !important;
	background-color: #ED1C24;
	font-weight: bold;
	color: #ffffff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #ED1C24;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

	h1 h2 h3 p body{
		margin: 0;
		padding: 0;
	}
    
        a {
		color: black;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a:active {
		color: #1f6b8c;
		text-decoration: underline;
	}
	
	a:visited {
		text-decoration: none;
	}
    
    body {
    	font-family: Georgia;
    	width: 500px;
    	float: auto;
    	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0; padding-bottom: 0;
	margin-top: 0; padding-top:0;
    }
	    
    header {
    	height: 75px;
    	padding-top: 10px;
    	padding-bottom: 15px;
    	margin-bottom: 10px;
    	border-bottom: solid gray;
    }
    
	h1 {
		font-size: 2.5em;
		margin-bottom: 0; padding-bottom: 0;
		margin-top: 0; padding-top: 10px;
	}

	h2 {
		font-size: 1.4em;
		margin-bottom: 0; padding-bottom: 0;
		margin-top: 0; padding-top: 5px;
		text-transform:uppercase;		

	}
	
	h3 {
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 0; padding-bottom: 5px;
		margin-top: 0; padding-top:0;
	}
	
	p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	

	div {
		float: left;
	}
	
	.div2 {
		width: 209px;
		padding-top: 0px;
		margin-left: 1px;
		border-left: 2px;

	}
	
	.div3 {
		width: 480px;
		padding: 0px 10px 0px 0px;
	}

	footer {
		clear: both;
		height: 20;
		padding-top: 10px;
		color:#999;
	}
