/*----- Change this color to change the body background color -----*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	height: 600px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 530px;
	margin-bottom: 10px;
}

p {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #000;
}
/*----- Change this color to change all instances the highlight color is used -----*/
.highlight_color {
	color: #CD2D1B;
}
/*----- Change this color to change all instances the background color is used -----*/
.background_color {
	background-color: #F8F4EB;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	
}
/*----- Change this color to change all page link instances.  Excludes links in navigation, breadcrumb and footer. -----*/
a {
	color: #000999;
	font-weight: bold;
	text-decoration: none;
}

label {
	display: inline;
	float: left;
	width: 120px;
	padding-top: 3px;
	font-weight: bold;
	color: #000000;
}


input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
}
.large_input {
	width: 175px;
}
.small_input {
	width: 85px;
	margin-right: 5px;
}
td {
	font-size: 12px;
}

#checkbox_input, #radio_input {
	margin-right: 3px;
	margin-bottom: -3px;
	margin-left: 0px;
	margin-top: 0px;
}

.errors {
	color: #990000;
	font-weight:bold;
}
.clear {
	clear: both;
}
.bold {
	font-size: 13px;
	font-weight: bold;
}
.acct_info_label {
	font-weight: bold;
	display: block;
	width: 150px;
	padding: 7px 0px 0px 0px;
	}
	
.acct_info_label_1 {
	font-size:14px;
	font-weight: bold;
	display: block;
	width: 150px;
	padding: 7px 0px 0px 0px;
	}	
/*----- Change this color to change all instances where the amount due is a color -----*/
.amount_due  {
	color: #CC0000;
}

/*----- To remove the shadow, remove the background-image and background-repeat styles below. You will also need to remove styles from #wrapper_end in the footer section -----*/
#outer_wrapper {
	width: 768px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(CC_plus_custcare_bkg.png);
	background-repeat: repeat-y;
	height: 600px;
	display: none;
	background-color: #FFF;
	color: #000;
}
#container {
	background-color: #FFFFFF;
}
/*----- To show only top navigation area, set left_vertical_navigation to display:block; -----*/
#top_horizontal_navigation {
	margin: 0px;
	height: 31px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	display: none;
}
/*----- Style below hides "Service Option" headline from top navigation area -----*/
#top_horizontal_navigation #serviceoptions_headline {
	display: none;
}
/*----- Style below shows static menu items in top navigation bar.  Top navigation must always use static menu items and never use intuitive menu items. -----*/
#top_horizontal_navigation #static_menu_items {
	display: block;
}
/*----- Style below hides intuitive menu items from top navigation area. Top navigation must always use static menu items and never use intuitive menu items. -----*/
#top_horizontal_navigation #intuitive_menu_items {
	display: none;
}



/*----- Below are links from the top_horizontal_navigation area.  To show a link, delete it from the top list and add it to the second list. To hide a link, delete it from the bottom list add it to the top list. -----*/

#top_horizontal_navigation #static_navmenu_reviewgift, #top_horizontal_navigation #static_navmenu_renewsub, #top_horizontal_navigation #static_navmenu_chgmailpref, #top_horizontal_navigation #static_navmenu_chgautorenew, 
#top_horizontal_navigation #static_navmenu_damagedmissing, #top_horizontal_navigation #static_navmenu_tempsuspend, #top_horizontal_navigation #static_navmenu_faq, #top_horizontal_navigation #static_navmenu_cancelsub, 
#top_horizontal_navigation #static_navmenu_givegift, #top_horizontal_navigation #static_navmenu_renewgift {
	display: none;
}
#top_horizontal_navigation #static_navmenu_accountsummary, #top_horizontal_navigation #static_navmenu_paysub, #top_horizontal_navigation #static_navmenu_paygift, 
#top_horizontal_navigation #static_navmenu_cofa, #top_horizontal_navigation #static_navmenu_cofe, #top_horizontal_navigation #static_navmenu_contactcs, 
#top_horizontal_navigation #static_navmenu_logout {
	display: inline;
}

/*----- End top navigation list menu options-----*/

#top_horizontal_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_horizontal_navigation li {
	float: left;

}
/*----- Changing the link color below will change the links in the top navigation only -----*/
#top_horizontal_navigation a:link, #top_horizontal_navigation a:visited, #top_horizontal_navigation a:active {
	padding: 8px 11px 8px 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#top_horizontal_navigation a:hover {
	text-decoration: underline;
}
#top_horizontal_navigation .right_border  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/*----- To hide the breadcrumb trail, set style to display:none; -----*/
#breadcrumb_trail {
	clear: both;
	font-size: 12px;
	padding-bottom: 8px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 25px;
	background-color: #cd2d1b;
	margin-top: 15px;
	font-weight: bold;
	display: none;
}
/*----- Changing the link color below will change the links in the breadcrumb trail only -----*/
#breadcrumb_trail a {
	color: #FFFFFF;
	text-decoration: underline;
}
/*----- Login Page Styles -----*/

#content_wrapper_login {
	padding-right: 15px;
	margin-top: 25px;
	padding-left: 15px;
}
#content_area_login {
	width: 653px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 139px;
}
.login_method {
	padding: 15px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.login_method h1 {
	font-size: 14px;
	text-align: center;
}
.login_method .errors {
	text-align: center;
}
.login_method label {
	padding-right: 3px;
	display: inline;
	float: left;
	width: 120px;
	margin-right: 5px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
	margin-left: 130px;
}

#acct_label {
	text-align: center;
	margin-top: 5px;
}
#login_button {
	text-align: center;
}

/*----- Below are the individual login methods on the login page.  To enable a login type, change the style to display: block;. To disable a login type, change the style to display: none;. -----*/
/*----- 
#login_email      {
	display: none;
}
#login_accountnumber {
	display: block;
}
#login_name_addresss {
	display: block;
}
#login_email_password {
	display: none;
}
#login_accountnumber_zipcode {
	display: none;
}
#login_email_zipcode {
	display: none;
}
#login_accountnumber_email {
	display: none;
}
#login_name_address_email {
	display: none;
}
#login_email_accountnumber_zipcode {
	display: none;
}
#login_lastname_accountnumber {
	display: none;
}
#CustCare_areabox_login {
	border: 5px solid #000000;
	margin-bottom: 20px;
}
#CustCare_areabox_login1 {
	border: 3px solid #CC0000;
}
-----*/

/*----- End Login Styles -----*/

#content_wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 25px;
}
#left_content_area {
	float: left;
	width: 232px;
	margin-right: 15px;
	margin-bottom: 15px;
}
/*----- To show only top navigation area, set left_vertical_navigation to display:none; -----*/
#left_vertical_navigation {
	padding: 10px;
}
/*----- Style below shows intuitive menu in the lefthand navigation.  To enable static menu in lefthand navigation, change intuitive style to display:none; and static menu style to display:block; -----*/
#left_vertical_navigation #intuitive_menu_items {
	display: block;
}
/*----- Style below hides static menu in the lefthand navigation.  To enable static menu in lefthand navigation, change intuitive style to display:none; and static menu style to display:block; -----*/
#left_vertical_navigation #static_menu_items {
	display: none;
}

#left_vertical_navigation ul {
	list-style-type: none;
}
#left_vertical_navigation li {
	padding-bottom: 12px;
	color: #000000;
	font-size: 12px;
	line-height: 13px;
}
/*----- Changing the link color below will change the links in the lefthand navigation only -----*/
#left_vertical_navigation a:link, #left_vertical_navigation a:visited, #left_vertical_navigation a:active {
	color: #000999;
	text-decoration: none;
	font-weight:bold;
}
#left_vertical_navigation a:hover {
	text-decoration:underline;
}

#current_issue {
	margin-top: 20px;
	text-align: center;
	padding: 10px;
}
#current_issue img {
	border: 1px solid #999999;
}
#right_content_area {
	float: left;
	width: 683px;
	position: relative;
}
/*----- To Change MultiMag table to be underneath account summary, change the multimag_table_top style below to display:none; and the multimag_table_bottom style to display:block;  -----*/
#multimag_table_top {
	padding: 10px;
	margin-bottom: 15px;
	
}
/*----- To Change MultiMag table to be underneath account summary, change the multimag_table_top style above to display:none; and the multimag_table_bottom style below to display:block;  -----*/
#multimag_table_bottom {
	padding: 10px;
	margin-bottom: 15px;
	
}

.multimag_table_header {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.multimag_table_cell {
	padding: 8px;
}
#main_content, #main_content_cross {
	padding: 10px;
	margin-bottom: 15px;
}
#accountsummary_secondary_left {
	float: left;
	width: 363px;
}
#account_information_left {
	float: left;
	width: 165px;
}
#mailing_address_right {
	float: left;
	width: 185px;
	margin-left: 13px;
}

#accountsummary_secondary_right {
	float: left;
	width: 283px;
	padding-left: 8px;
	margin-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#current_order_top {
	padding-bottom: 10px;
}
#current_order_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#important_things {
	clear: both;
	
}
#cross-sells_confirmation  {
	margin-top: 15px;
	text-align: left;
}
#cross-sell_information {

}

.cross_sell_cell {
	padding: 8px;
}
.csell_mag_cell {
	width: 110px;
	text-align: center;

}
.csell_mag_img  {
	width: 102px;
	margin-bottom: 8px;
}
.csell_info_cell {
	padding-left: 10px;
}

#footer {
	background-color: #F8F4EB;
	padding-left: 400px;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer a {
	color: #000000;
}

#footer_display_contact, #footer_display_help, #footer_display_privacy {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#footer_display_message {
	color: #000000;
	clear: both;
	padding-top: 8px;
	text-align: center;
	width: 160px;
}
#copyright {
	font-size: 11px;
	margin-top: 7px;
}
/*----- To remove the shadow, remove the background-image and background-repeat styles below. You also need to remove styles from #outer_wrapper -----*/
#wrapper_end {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(CC_plus_wrapper_end.png);
	background-repeat: no-repeat;
	height: 8px;
}



/*----- Begin Individual Page Styles -----*/
.payment_button, .renew_button, .cofa_button, .mailpref_button, .contact_button, .extend_button {
	margin-left: 125px;
}
.cancel_button input {
	background-image: url(CC_plus_cancel_med.png);
	width: 123px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cancel_btn input {
	background-image: url(btn_submit.png);
	width: 123px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#account_info_summary {
	margin-bottom: 15px;
}
#donee_renewal_information {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#left_donee_info {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#right_donee_giftcard_payment {
	width: 400px;
	float: right;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	display: block;
}
#right_donee_giftcard_renew {
	width: 400px;
	float: right;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	display: block;
}
#right_donee_giftcard_send {
	width: 400px;
	float: right;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	display: block;
}

#right_donee_giftcard_payment input, #right_donee_giftcard_payment select, #right_donee_giftcard_payment textarea {
	width: 175px;
}
#right_donee_giftcard_renew input, #right_donee_giftcard_renew select, #right_donee_giftcard_renew textarea {
	width: 175px;
}#right_donee_giftcard_send input, #right_donee_giftcard_send select, #right_donee_giftcard_send textarea {
	width: 175px;
}
#preview_gift  {
	margin-left: 125px;
}
#termsvalues {
	margin-left: 125px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cofa_left {
	float: left;
	width: 250px;
	
}
#cofa_right {
	float: left;
	width: 350px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.optional {
	position: relative;
	top: -2px;
	width: 400px;
}
#cancelpage {
	margin-top: 15px;
	margin-left: 15px; 
	line-height:18px;
   
}
#cancelpage ul {
	list-style-type: none;
}

#cancelpage a {padding: 5px;
}

#payment_information_prefs {
	display: none;
}
.autorenew_button {
	margin-top: 15px;
}
#verisign_logo {
	height: 75px;
	width: 120px;
	position: absolute;
	left: 350px;
}
#question_answer {
	margin-bottom: 25px;
}
h3 a {
	color: #000000;
}
#buttonDiv {margin-left:200px;}

#centerContent{
	width: 768;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 15;
	padding-left: 5;
}
.RightContent {
	width: 530px;
	display: block;
	background-color: #FFFFFF;
}
RightContentParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}

.RightContentImages {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.TempContentWraper {
	width: 530px;
	display: block;
	margin: auto;
	color: #000;
	height: auto;
	padding: 5px;
}
.RightHeaderImage {
	float: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: inline;
}
.RightContentParagraph {
	float: right;
	width: 530px;
	display: block;
	margin-right: 0px;
}
.Rule {
	display: inline-block;
	position: relative;
	top: 10px;
	visibility: inherit;
	margin-bottom: 25px;
	width: 550;
}
