



/********* checkout stuff ***********/




/******** main display areas ********/


.checkout_wrapper_area
{
	margin: 0px;
	/*margin: 0 15% 0 15%;*/
}

.checkout_footer {
	width: 100%;
	background-color: teal;
	color:black;
	height: 20px;
	font-size: 10px;
	font-family: sans-serif;
}


.productcontainer_pane
{
	word-wrap: normal;
	width: 500px;
	margin-bottom: 15px;
	float: left;
	height: 97px;
	border: solid black 1px;
	background-color: #b6babf;	
}



.custom_message {
	word-wrap: normal;
	margin-bottom: 15px;
	float: left;
	height: 97px;
	border: solid black 1px;
	background-color: #B7BB96;
	font-size: 11pt;
	width: 300px;
	font-weight: bold;
	margin-left: 25px;
}

.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	color: black;
	background-color: #68788f;
	height: 25px;
}

.pane_header {
	width: 100%;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: sans-serif;
	background-color: #8f99a8;
}


.pane_header_content {
	padding: 0px;
	position: relative;
}

.pane_header_image_area {
	position: absolute;
	left: 1px;
	top: 3px;
}

#image_area {
	position: absolute;
	left: 1px;
	top: 3px;
}

.render_area {
	margin-top: -10px;
}

.pane_header_title_area {
	font-weight: bold;
	font-family: "Verdana", "Bitstream Vera Sans", "sans-serif";
	font-size: 9pt;
	position: absolute;
	left: 24px;
	top: 3px;
}

.selectable_controls
{
	text-align: right;
	float: right;
	width: 50%;
	background-color: #8f99a8;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 550;
}




.checkout_pane {
	font-size: 8pt;
	font-family: sans-serif;
/*	padding: 20px;
	padding-top: 0px;*/
	border: solid black 1px;
	border-width: 1px;
	position: relative;
	width: 970px;
	height: 780px;
	background-color: #516582;
}


.checkout_header_pane {
	font-size: 16pt;
}



.checkout_elements {
	word-wrap: normal;
	padding-top: 10px;
	margin: 0 5% 0 5%;
	position: absolute;
	top: 70px;
}




.productcontainer_pane
{
	word-wrap: normal;
	width: 500px;
	margin-bottom: 15px;
	float: left;
	height: 97px;
	border: solid black 1px;
	background-color: #b6babf;	
}


.contact_pane
{
	word-wrap: normal;
	width: 500px;
	margin-bottom: 15px;
	float:left;
	margin-top: 15px;
	border: solid black 1px;
	background-color: #b6babf;
}


#content {
	margin: 10px;
}


.orderelement_header_inner_pane {
	color: white;
	height: 32px;
	padding: 10px;
	padding-top: 8px;
}

.orderelement_header_pane {
	background-image: url(/seals/images/header2_bg.jpg);
	background-color: #8599b7;
	font-size: 12pt;
}

.checkout_top_container {
	width: 100%;
	margin: 10px;
}

.checkout_middle_container {
	width: 100%;
	margin-top: 15px;
	height: 350px;
}


#order_info_pane {
	height: 38px;
}



.userdataelement_pane {
	position: relative;
	width: 300px;
	float: left;
	border: solid black 1px;
	margin-left: 25px;
	padding-bottom: 10px;
	background-color: #b6babf;
}

.userdataelement {
	padding-top: 10px;
}

.productElement {
	font-size: 12pt;
	padding-top: 10px;
}


.transactionelement_pane {
	display: none;
	width: 300px;
	float: left;
	border: solid black 1px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background-color: #b6babf;
}


.statuselement_status_pane {
	position: relative;
	border: solid black 1px;
	font-size: 12pt;
	width: 500px;
	height: 97px;
	float: left;
	background-color: #b7bb96;
}

	


.subscriptionelement_pane {
	border: solid black 1px;
	background-color: #b6babf;
}


div.status_next_button:hover {
	cursor: pointer;
	color: lightgrey;
	}
	
	
.status_next_button {
	background-image: url('/seals/images/swish-next.png');
	background-repeat: none;
	position: absolute;
	bottom:0px;
	right: 0px;
	width: 329px;
	height: 23px;
	text-align: right;
	cursor: pointer;

	text-align: right;
	font-size: 11pt;
	padding-top: 6px;


}





/**** order stuff ****/


.order_info_pane {
	width: 300px;
	float: left;

	margin-bottom: 15px;
	margin-top: 15px;
	border: solid black 1px;
	background-color: #b6babf;
}

.order_table {
	font-weight: normal;
	margin: 10px;
	padding: 5px;
	font-size: 16px;
	font-family: serif;
	line-height: 1.5em;
	width: 90%;	

}

.mini_order_table {
	font-weight: normal;
	margin: 10px;
	padding: 3px;
	font-size: 12px;
	font-family: serif;

	width: 90%;	

}


.orderelement_order_pane {
	border: solid black 1px;
	margin-top: 15px;
	margin: 10px;
	margin-bottom: 15px;
	width: 825px;
	float: left;
	background-color: #b6babf;
}

.orderelement_summary_pane {
	border: solid black 1px;
	height: 100%;
	margin-left: 25px;
	width: 200px;
	float: right;
	background-color: #b6babf;
}





.statuselement_next_asset_pane {
	border: solid black 1px;
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 200px;
	float: left;
	background-color: #b6babf;
}









/**** address stuff ****/






.shipping_address_pane
{
	float: left;
}


.billing_address_pane
{
	float: left;
	margin-left: 45px;
}


.contact_info_inner_pane {

	margin-top: 20px;
	height: 170px;
}

.pulse_area {
	background-color: #ff9292;

}

.shipping_addresselement_single_pane {
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	float: left;
	width: 200px;	
	background-color: #cccccc;
}

.billing_addresselement_single_pane {
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	width: 200px;	
	float: left;
	margin-left: 25px;
	background-color: #cccccc;
}

.address {
	width: 190px;
	text-wrap: none;
	font-weight: normal;
	font-size: 12pt;
	padding-left: 10px;
	font-family: "Verdana", "Bitstream Vera Sans", "sans-serif";
	line-height: 1.5em;
	float: left;
	position: relative;
}


.addressElement {
	width: 100%;
	height 100%;
}

.addressEditor {
	width: 500px;
	height: 10px;
	float: left;
	margin-bottom: -10px;
	padding: 0px;
	z-index: 25;
	font-size: 10pt;
	background: white;
}

.selector {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	padding: 15px;
	margin: 3px;
	text-align: left;
	background-color: #b7bb96;
	width: 700px;
	height: 150px;
	z-index: 1024;
}

.address_select_button {
	background: navy;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.address_selector_button {
	cursor: pointer;
}

.address_add_button {
	cursor: pointer;
}

.remove_item_button{

	cursor: pointer;
}

.product_select_button {
	
	cursor: pointer;
}

.fancy_cancel_button {
	cursor: pointer;
	text-align: right;
	font-size: 10pt;
	background: navy;
	color: white;
	padding: 4px;

}


.checkout_control_button {
	text-decoration: underline;
	font-size: 10px;
}



#active_row:hover {
	background-color: white;
	cursor: default;
}




span.seals_inplace_editor {
	text-wrap: none;
	border: hidden grey 1px;		
}


span.seals_inplace_editor:hover {
	background-color: #c2c79c;
	border: solid grey 1px;
}



span.userdataelement_inplace_editor {
	border: hidden grey 1px;		
	font-weight: normal;
	margin: 10px;
	font-size: 16px;
	font-family: serif;
}


span.userdataelement_inplace_editor:hover {
	border: solid grey 1px;
	background-color: #c2c79c;
	font-weight: normal;
	margin: 10px;
	font-size: 16px;
	font-family: serif;
		
	
}

span.seals_inplace_selector {
	text-wrap: none;
	border: hidden grey 1px;		
	cursor: pointer;
	
}



span.seals_inplace_selector:hover {
	border: solid grey 1px;
	background-color: #c2c79c;
	cursor: pointer;
	
}



/***** payment stuff *****/


.primary_payment_pane
{
	float: left;
}

.payment_pane
{

	width: 300px;
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: solid black 1px;
	background-color: #b6babf;
}


.payment_info_inner_pane {

	margin-top: 20px;
	height: 170px;
}



.payment {
	font-weight: normal;
	font-size: 12pt;
	font-family: "Verdana", "Bitstream Vera Sans", "sans-serif";
	padding-left: 10px;
	line-height: 1.5em;
	float: left;
	position: relative;
}



.primary_paymentelement_single_pane {
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	width: 200px;	
	float: left;
	margin-left: 25px;
	background-color: #cccccc;
}

.paymentElement {
	width: 100%;
	height 100%;
}

.paymentEditor {
	width: 500px;
	height: 10px;
	float: left;
	margin-bottom: -10px;
	padding: 0px;
	z-index: 25;
}

.payment_selector {
	position: absolute;
	background-color: lightblue;
	width: 700px;
	height: 150px;
	z-index: 25;
}


.payment_selector_button {
	cursor: pointer;
}

.payment_add_button {
	cursor: pointer;
}


.product_selector {
	padding: 10px;
	padding-top: 3px;
	position: absolute;
	background-color: lightblue;
	width: 700px;
	height: 170px;
	z-index: 25;
	font-size: 12pt;
	line-height: 2em;
}


.product_selector_render_wrapper {
	padding: 25px;
	padding-top: 4px;
	width: 100%;
}
 
.payment_select_button {
	background: navy;
	color: white;
	font-weight: bold;
}




/****** subscription stuff ********/
#subscription_line_item {
	width: 100%; 
	padding: 0px;
	margin: 0px;
	
}

#subscription_line_item_cell  {
	background-color: white;
	padding: 4px;
	margin: 0px;
	
}

#subscription_line_item_cell  td:hover {
	background-color: green;
	padding: 4px;
	margin: 0px;
	
}



.subscription_cancel_button span:hover {
	background-color: yellow;

}

#subscription_cancel_button_button span:hover {
	background-color: yellow;
}



/***** subscription stuff ******/
.subscription_table {
	font-weight: normal;
	margin: 10px;
	padding: 5px;
	font-size: 14px;
	font-family: serif;
	line-height: 1.5em;
	width: 90%;	

}




/*********** inspector stuff ********/

.inspector_nav_header {
	width: 100%;
	font-family: sans-serif;
	font-size: 12pt;
	background-color: #E6E6E6;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px darkgrey;
		
}


.inspector_nav_left {
	width: 150px;
	height: 75%;
	float: left;
	margin-right: 25px;
	font-family: sans-serif;
	font-size: 12pt;
	background-color: #E6E6E6;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-right: solid 1px darkgrey;
	border-bottom: solid 1px darkgrey;
}

.inspector_subnav_left {
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	width: 100%; 
	margin-bottom: 10px
}

.inspector_filter_form {
	font-size: 8pt;
	font-family: sans-serif;
}

.inspector_filter_form_field {
	width: 125px;
}

.inspector_nav_top_left {
	float: left; 
	width: 150px; 
	font-weight: bold
}

.inspector_title {
	font-size: 12pt;
	font-weight: bold;
	font-family: sans-serif;
	
}

.inspector_table {
	width: 300px;
	font-size: 12px;
	font-family: sans-serif;
	border: solid 1px grey;
}

.inspector_list_table {
	width: 80%;
	font-size: 12px;
	font-family: sans-serif;
	border: solid 1px grey;
}

.inspector_value_list_cell {
	border-top: solid 1px #B5B5B5;
}

.inspector_value_list_property {
	border-bottom: solid 1px;
	border-bottom-color: #9C9C9C;
	font-weight: bold;
}



.inspector_header_row {
	background-color: #BABABA;
}


.inspector_row {

}

.inspector_property_cell {
	border-top: solid 1px #B5B5B5;
	font-weight: bold;
}

.inspector_value_cell {
	text-align: right;
	border-top: solid 1px #B5B5B5;
}













/* login stuff */



#welcome_message {
	color: white;
	font-size: 12pt;
}

#welcome_message_small {
	color: white;
	font-size: 8pt;
	margin-top: 3px;
	font-weight: bold;

	
}



#forgot_password_link{
	color: white;
}


#forgot_password_link a:visited{
	color: white;
}


	
.standalone_register_area{
	position: relative;
	background-color: #133362;
	width: 290px;
	height: 350px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.register_area {
	position: relative;
	background-color: #133362;
	width: 290px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}



.register_top {
	background: #ffffff url("/themes/zen/images/login_top.gif") no-repeat scroll top left;
	width: 290px;
	height: 13px;
	margin: 0px;

	padding: 0px;
}


.register_inner {
	padding: 0px;
	margin: 0px;
	margin-top: -2px;
	top: -2px;
	height: 73px;
	background: #133362;
	position: relative;
}

.register_big {
	position: absolute;
	top: -5px;
	left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}


.prompt_and_field {
	z-index: 1000;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
}



.login_prompt {
	width: 100px;
	font-size:7pt;
	position: relative; 
	left: 0px; 
	top: 0px;
	font-weight:bold;
	color: white;
	margin-left: 8px;
}



.username_field_div {
	
	position: absolute; 
	top: 0px; 
	right: 0px;
	margin-right: 8px;
}

.username_password_field {
	font-size: 11pt;
	margin-top: 5px; 
	width: 150px;
}


.login_status_area {
	background: #133362;
	position: absolute;
	top: 72px;
	left: 0px;
	width: 100%;
}


.login_status_inner {
	position: relative;
	padding: 8px;
}


.login_status_field {
	position: relative;
	top: -15px;
	left: 0px;
	color:orange;
	font-weight:bold; 
}



.login_cancel_button {
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	
}

.login_button_span {
	position: relative;
	left: 0px;
	top: 0px;
}

.cancel_button_span {
	position: relative;
	left: 0px;
	top: 0px;
}




.register_bottom {
	background: #ffffff url("/themes/zen/images/login_bottom.gif") no-repeat scroll top left;
	width: 290px;
	height: 14px;
}



.welcome_inner {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 8px;
}

.change_password_inner {
	padding: 8px;
}


.upgrade_button_container {
	margin-top: 5px;
	position: relative;	
	left: 55px;
	text-align: center;
}


	
.upgrade_button_small {
	float: left;
	margin: 4px;

}


.benefits_button_small {
	float: left;
	margin: 4px;
}



.account_maintenance_container {

	width: 450px;
	padding: 25px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}







.sealsbutton {
	font-size: 8pt;
	}

.sealsfield {
	font-size: 11pt;
}






.miniform_test {
	
}

.contentPane {
	font-size: 8pt;
	font-family: sans-serif;
	padding: 10px;
	border: solid black;
	border-width: 1px;
	background: lightgrey;
}

.namePane {
	padding: 20px;
	border: solid black 1px;
	font-family: "Lucida Console", "Courier", serif;
	font-size: 16px;
	width: 200px;
}


.input_editor {
	width: 160px;
	background-color: #9ca26f;
	font-size: 16px;
	font-family: serif;
	border: solid navy 1px;
	display: normal;
	z-index: 250;
	clear: both;
}



.input_selector {
	width: 160px;
	background-color: #9ca26f;
	font-size: 16px;
	font-family: serif;
	border: solid navy 1px;
	display: normal;
	z-index: 250;
	clear: both;
}

.user_miniform_hover_prompt {
	font-size: 25px;
	color: grey;
	display: none;
}




/* fading news ticker stuff */
/* class styles */



.breaking_news{
	width: 615px;
	background-color: white;
	height: 25px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.breaking_news_image {
	position: absolute;
	left: 4px;
	top: 2px;
}

.breaking_news_items {
	z-index: 30;
	width: 100%;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 150px;
	top: 5px;

}

.breaking_news_item {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	word-wrap: normal;
	overflow: hidden; 
}

/* what's new section */

.content_iframe {

	border; none;
}

.whatsnew {
	width: 250px;
	background-image: url('/themes/zen/images/hot_topics_bg.gif');
	background-repeat: repeat-x;
	float: left;
}


.whatsnew_title {
	height: 37px;
	background-image: url('/themes/zen/images/grey_hdr_right_corner.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 37px;
	padding-left: 12px !important;
}


.whatsnew_render_area {
	
	
	position: relative;
	width: 250px;	
}

.whatsnew_container {
	padding-top: 4px;
	width: 250px;

}


.whatsnew_item {
	position: relative;
	margin-left: 4px;
	width: 250px;
	height: 35px;

	
}



.whatsnew_inner
{
	z-index: 10;
	width: 250px;
	height: 35px;
}






.whatsnew_item_title {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 2px;
	left: 4px;
}


.whatsnew_item_summary_container {
	z-index: 20;
	height: 15px;
	width: 250px;
	position: absolute;
	top: 20px;
	left: 4px;
	word-wrap: normal;
	overflow: hidden; 

}

.whatsnew_item_summary {
	
}

.whatsnew_hr {
	background-color:#EEEEEE;
	border:0pt none;
	height:1px;
	width:90%;
}



/* id styles */
#content-body {
	margin: 0 auto 0 auto;
	width: 764px;
	background: #FFF;
}

#title-box {
	width: 764px;
	height: 30px;
	/* the following is a hack to work around IE's box model */ 
	height: 64px;
	padding-top: 34px;
	background: url(images/title-back.gif) repeat-x;
}

#page-title {
	margin: 0 0 0 30px;
	display: block;
	width: 160px;
	height: 30px;
	padding: 2px 0px 0px 4px;
	background: url(images	//background-image: url("/themes/zen/images/latest_news_bg_large.gif");	

}

#crossfade-container {
	margin: 0px 0px 0px 10px;
	width: 300px;
	height: 150px;
	background: url(images/fade-box-bg.gif);
}

#introduction p {
	width: 290px;
	padding: 5px 10px 0 10px;
	margin: 0;
}

#introduction h2 {
	width: 290px;
	margin-top: 10px;
	padding-left: 10px;
}




/* drop-down menus */
div.menuslider {
	background-color: #0e0e2e;
	position: relative;
	z-index: 900;
	padding: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	width: 135px;

}

.menuslider-wrapper
{
	width: 135px;
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}


.menuslider-inner
{
	position: relative;
	z-index: 950;
	width: 135px;
}



.menuslider ul, .menuslider li, #menuheight ul, #menuheight li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.menuslider ul, #menuheight ul {
	margin: 0px;

}

.menuslider a, #menuheight a {
	display: block;
	color: white !important;
	text-decoration: none;
	vertical-align: middle;
}

div#menuheight {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menuslider a {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 18px;
	width: 117px;
	color: #fff !important;
}

.menuslider a:hover {
	color: #D67916;
	background-color: #000022;
   color: #D67916 !important;
}

















/* miscellaneous stuff */

.loading-area {
	margin: 8px;
	font-weight: bold;
	font-size: 16px;
}


.debug {
	font-size: 8px;
	font-family: sans-serif;
}

#bnr {
	width: 100%;
	text-align: center;
	background-color: black;
}

