@charset "utf-8";
/* CSS Document */

.table_main {
	border: 1px solid #c1c1c1; 
	background-color: #ffffff;
	width: 982px;
	height: 1000px;	
}

.button_inner {
	background-color: #277fc9;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	margin: 1px;
	padding: 2px;
}

.button_outer {
	border: 2px solid #1087b8;
	width: 100px;
}

a.button_link:link {color:#FFFFFF; text-decoration: underline;}      /* unvisited link */
a.button_link:visited {color: #FFFFFF; text-decoration: underline;}  /* visited link */
a.button_link:hover {color:#6CF;}  /* mouse over link */
a.button_link:active {color:#6CF;}  /* selected link */

#button_wide {
	width: 142px;
}

#button_outer_wide {
	width: 150px;
	margin-top: 4px;
}

#button_extrawide {
	width: 197px;
}

#button_extraouter_wide {
	width: 205px;
}

.subscribe_choices {
	width: 660px;
	float: left;
}

.subscribe_cart {
	width: 289px;
	margin-left: 7px;
	border: 1px solid #c1c1c1;
	float: left;
}

.header {
	z-index: 50;
	top: -200px;
	position: absolute;
}

.sub_both {
	padding-top: 70px;
	float: right;
}

.sub_box {
	height: 210px; 
	vertical-align: top;
	width: 645px;
	border: 1px solid #c1c1c1;
	margin-left: 10px;	
	margin-top: 10px;
	clear: both;
	background-color: #FFF;
	color: #333;
}

.confirm_box {
	width: 620px;
	height: auto;
	border: 1px solid #c1c1c1;
	margin-left: 10px;	
	margin-top: 10px;
	padding: 10px;
	clear: both;
	background-color: #FFF;
	color: #333;
	float: left;
	text-align: left;
}

.content_box {
	border: 1px solid #c1c1c1;
	margin-left: 5px;	
	margin-top: 5px;
	padding: 10px;
	clear: both;
	background-color: #FFF;
	color: #333;
	text-align: center;
}

.plain_box {
	width: 620px;
	height: auto;
	margin-left: 10px;	
	margin-top: 10px;
	padding: 10px;
	clear: both;
	color: #333;
}

.sub_mag {
	width: 150px;
	height: 200px;
	float: left;
	z-index: 100;
	position: relative;
	margin-top: 5px;
}

.sub_choice {
	float: left;
	margin-left: 3px;
	text-align: left;
	color: #333;
	vertical-align: top;
	margin-bottom: 8px;
	width: 370px;
}

.sub_button {
	float: right;
	margin-right: 5px;
}

.ad_box {
	width: 290px;
	background-color: #fff;
	border: 1px solid #CCC;
	text-align: center;
	padding: 8px;
	margin: 10px 5px 10px 0px;
	color: #333;
}

.links_bottom {
	width: 150px;
	margin: 5px;
	float: left;
	text-align: center;
}

.footer {
	color: #8B8B8B;
	font-size: 8pt;
	line-height: 140%;
	margin: 30px 0px;
	text-align: center;
	clear: both;
}

.lables {
	background-color: #E5E5E5;
	border: 1px solid #9A9A9A;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	text-align: left;
	width: 600px;
	height: 47px;
}

.or_buttons {
	border-top: 1px solid #999; 
	padding-top: 5px; 
	clear: both;
}

.or_buttons_pos {
	margin-top: 2px; 
	margin-left: 10px; 
	padding-top: 0px;
	text-align: right;
}



