/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	background-color:#6c6f70;
	text-align:center;

}

H1 {
	font-size:14px;
	margin:0 0 10px 0;
	color:#00305E;
}

H2 {
	font-size:11px;
	margin:0 0 10px 0;
	color:#4D525A;
}

/* this font is for merchant URL */
H3 {
	font-size:11px;
	margin:5 0 10px 0;
	color:#00305E;

}

p {
	margin-top:4;
	margin-bottom:4px;
	color:#4D525A;

}

ul {
	color:#4D525A;	
}

li {
	padding:0 5px 3px 0;
	
}

/* this contains the reason grey box */
.reason {	
	width:480px;
	margin:0;
	background:url(../images/gray_btm_pop_y.gif) no-repeat center bottom;
	padding-bottom:10px;
}


.reason p {
	padding:2px 20px 0 20px;

}
	

.reason h2 {
	margin:0;
	padding:10px 20px 0 20px;
	background:url(../images/graycurve_top_pop_y.gif) no-repeat center top;
}

.reason h3 {
	margin:0;
	padding:10px 20px 10px 20px;
	color:#4D525A;
	background:url(../images/graycurve_top_pop_y.gif) no-repeat center top;

}



/* this contains the entire content area */
.container_pop {
	width:700px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
}


/* header */
.pop_head {
	width:660px;
	background-color:#00305E;
	background-repeat:no-repeat;
	background-position:15px 15px;
	margin:0px;
	padding:10px 20px;
	height:50px;
	border-bottom:1px solid #6c6f70;
}


/* header, unbondable */
.head_unbondable {
	background-image:url(../images/pop_head_unbondable.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:50px;
}

/* header, learnmore Bonded Merch */
.head_bm {
	background-image:url(../images/pop_head_logo_bm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:50px;
}

/* header, learnmore Certified Merch */
.head_cm {
	background-image:url(../images/pop_head_logo_cm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:50px;
}
/* header kicker */
.head_kicker {
	width:100%;
	background-color:#00305E;
	background-repeat:no-repeat;
	background-position:15px 15px;
	margin:0px;
	padding:10px 20px;
	height:50px;
	border-bottom:1px solid #6c6f70;
}
/* header, kickers */
.head_kicker_logo {
	background-image:url(../images/pop_head_logo_bm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:50px;
}
.kicker_H1 {
	font-size:36px;
	margin:0 0 10px 0;
	color:#FFFFFF;
}
.kicker_td 
{
    border:1px solid black;
    width:50%;    
    vertical-align:middle;
}

HR
{
    width:400px;
}

/* content, below header */
.pop_main {
	margin:0 0 20px 0;
	padding-top:20px;
	width:680px;
	overflow:hidden;
	text-align:left;
}

.pop_leftcol {
	margin:10px;
	overflow:hidden;
	padding-left:15px;
}

.pop_rightcol {
	width:140px;
	float:right;
	overflow:hidden;
	text-align:center;
	padding-top:10px;

}

.pop_rightcol a {
	cursor:default;
}


.pop_foot {
	width:660px;
	background-color:#00305E;
	margin:20px 0 0 0;
	padding:10px 20px;
	height:80px;
	clear:both;
	border-top:1px solid #6c6f70;

}

.pop_foot_partner {
	width:660px;
	background-color:#00305E;
	margin:20px 0 0 0;
	padding:10px 20px;
	height:80px;
	clear:both;
	border-top:1px solid #6c6f70;

}


/* terms & conditions */
.tc_blue {
	color: #00305E;
}

.tc_grey {
	color:#565a5c;
	background-color:#eeeeee;
}



/* top grey curve */
.topcurve_pop {
	background-image:url(../images/greycurve_top_pop.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

/* unavailable reason */
.greyback {
	background-image:url(../images/pop_grey_back.gif);
	width:265px;
	background-color:#eeeeee;
	padding-left:15px;
	margin:0;
}

/* bottom grey curve */
.bottomcurve_pop {
	background-image:url(../images/greycurve_bottom_pop.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0;
	margin:0;

}

/* copyright */
.copyright {
	font-size:9px;
	color:#CCCCCC;
	text-align:left;
}

html {
	height:100%;
}

#popbondlayer {
	background-image:url(../images/pop_bond_roll.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:auto;
	top:auto;
	width:330px;
	height:430px;
	z-index:99;
	overflow: hidden;
	visibility: hidden;
}
