/* 
	GLOBAL CSS ELEMENTS 
	=================
	These elements are shared in nearly all pages.
	Page specific styles will be used in specific CSS files defined for use with said pages.

	TEXT STANDARDS
	 ================= 
	Font sizes will always be based on the inheritence from the BODY standard
	It has been decided we can use fixed fonts instead.
	Font sizes are set as pixels.

*/

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}

.text_small{
	font-size: 11px;
	line-height: 14px;
}

.text_reverse{
	color: #ffffff;
}

.text_grey{
	color: #999999;
}

P{
	padding: 0;
	margin: 0 0 8px 0;
}

H1{
	margin: 8px 0;
	padding: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
		
}

H2{
	margin: 8px 0;
	padding: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 19px;	
}

H3{
	margin: 8px 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;	

}

A{
	color: #3d8ac5;
	text-decoration: none;
	cursor: auto;
}


A.blue_link_arrow{
	padding-left:8px;
	background:url(file.aspx?file_id=symbol_icon_bullet_blue_arrow) no-repeat left top;
}

/* to make sure no images with links show a link border */
IMG{
	border: 0;
}

/* adjust line position of the info and question mark image icons */
.img_question_mark{
	display: inline;
}

/* 

======= Global Positioning Items =========
Items that need positioning on most or all pages in the site

header properties 

*/

.header {
	padding: 0;
	width: 957px;
	margin-bottom: 20px;
	clear: both;
	
}

.shopping_cart {
	float:right; 
	margin-top: 34px;
}

.shopping_cart a {
	color:#FFFFFF; 
	font-weight: bold;
}

.grey_comment{
	text-align:right;
	padding:2px 4px 2px 2px;
	background:#ededed;
	clear: both;
}

/* Intrasectional navigation items */

/* navigation_topbar_wrapper is used in all pages except the homepage !!!! 
	This is the only navigation_topbar type class to do this */
.navigation_topbar_wrapper{
	padding: 0;
	margin: 0;
	height: 33px;
	/*min-height: 33px;*/
	background-image: url(file.aspx?file_id=layout_intrasectionalnavsection_bar_957);
	background-position: top right;
	background-repeat: no-repeat;
}

.navigation_topbar{
	padding: 0;
	margin: 0;
	min-height: 33px;
	background-color: transparent;
}

.navigation_topbar_item{
	border-right: 2px groove #666666;
	text-align: center;
	background-color: transparent;
}

.navigation_topbar_link{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}

.country_dropdown_flag{
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

.country_dropdown{
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;	
}

.country_dropdown_select{
	border: solid 1px #7c7c7c;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

/* General Positioning Styles */

BODY.centered{
	margin: 0;
	padding: 0;
	background-color:#aac6d4 !important;
	background-image: url(file.aspx?file_id=layout_body_957);
	background-repeat: repeat-y;
	background-position: center top;
}

.internal_body{
	margin: 0 auto;
	padding: 20px 1px 0 1px;
	width: 957px;
	background-color:#aac6d4 !important;	
}

.clear{
	clear:both;
}

.clear_right{
	clear: right;
}

.clear_left{
	clear: left;
}

.clear_form{
	clear:both;
	margin:0;
	padding:0 0 3px 0;
}

.hide{
	display: none;
}

.main_content_wrapper{
	width: 957px;
}

.content{
	width: 957px;
	background-color: #ffffff;
	
	/*border: 1px solid #00FF00;*/
}

.content_left{
	float:left;
	width:650px;
	margin-top: 20px;
	padding: 0 0 0 15px;
	/*background-color:#CCFF00;*/
}

.content_right{
	width:267px;
	padding:5px 0 40px 5px;
	margin-left: 675px;
	/*background-color:#FF6600;*/
}

/* content right -- your order display */

.content_right TABLE.order_display{
	margin:0 0 20px 0;
	font-size: 11px; /* needs to match .text_small */
}

.content_right TABLE.order_display TH{
	padding:5px;
	border-bottom:solid 1px #000;
	
}

.content_right TABLE.order_display TH.cost{
	background:#e1e6eb;
}

.content_right TABLE.order_display TD{
	padding:3px 5px 3px 5px;
	vertical-align:bottom;
}

.content_right TABLE.order_display TD.odd_buying{
	background:#dae5ee;
}

.content_right TABLE.order_display TD.odd_cost{
	background:#cfd9e2;
}

.content_right TABLE.order_display TD.even_buying{
	background:#edf4fa;
}

.content_right TABLE.order_display TD.even_cost{
	background:#dce6f2;
}

.content_right TABLE.order_display TD.underline_light{
	border-bottom:solid 1px #b3cadd;
}

.content_right TABLE.order_display TD.underline_dark{
	border-bottom:solid 1px #515151;
}	


/* ORDER FUNEL TOP NAV
	This is the step by step navigation found at the top of the funnel pages */
	
.top_navigation_trail{
	background:#efefef;
	width:650px;
	min-height:29px;
	margin:0;
	padding:0;
	margin:0 0 15px 0;
}

DIV.top_navigation_trail_left_start_off{
	width:4px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_left_light) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_left_start_on{
	width:4px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_left_dark) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_left_off{
	width:3px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_arrow_dtl) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_left_on{
	width:3px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_arrow_ltl) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_center_off{
	width:149px;
	min-height:22px;
	margin:0;
	padding:7px 0 0 0;
	text-align:center;
	font-size: 11px; /* same as .text_small */
	background:url(file.aspx?file_id=layout_purchasestreaminterior_shim_light) repeat-x left top;
	float:left;
}

DIV.top_navigation_trail_center_on{
	width:149px;
	min-height:22px;
	margin:0;
	padding:7px 0 0 0;
	text-align:center;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_shim_dark) repeat-x left top;
	float:left;
}

DIV.top_navigation_trail_right_off{
	width:15px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_arrow_ltl) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_right_mid{
	width:15px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_arrow_dtl) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_right_on{
	width:15px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_arrow_dtl) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_right_end_off{
	width:5px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_right_light) no-repeat left top;
	float:left;
}

DIV.top_navigation_trail_right_end_on{
	width:5px;
	min-height:29px;
	margin:0;
	padding:0;
	background:url(file.aspx?file_id=layout_purchasestreaminterior_right_dark) no-repeat left top;
	float:left;
}

.top_navigation_trail A{
	margin:0;
	padding:0px;
	text-decoration:none;
}

.top_navigation_trail DIV.top_navigation_trail_center_off A.selected{
	color: #db0000;
}

.top_navigation_trail SPAN.locked, SPAN.current{
	color:#000000;
	margin:0;
	display:block;
	padding:0;
	text-decoration:none;
	width:148px;
}

.top_navigation_trail SPAN.current{
	color: #db0000;
}

.top_navigation_trail DIV.top_navigation_trail_center_on A.selected{
	color: #db0000;
	margin:0;
	padding:0;
}	


/* FOOTER properties */

.footer_divider{
	margin:0 auto;
	padding: 0 1px;
	width: 957px;
	background-image: url(file.aspx?file_id=layout_footersection_links);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e1e2e3;
	height: 10px;
	clear: both;
}

.footer_body{
	position: relative;
	margin: 0 auto;
	padding: 0 1px;
	width: 957px;
	clear: both;
	background-color: #e1e2e3;
}

.footer_body UL{
	padding:7px 0 0 0;
	margin:0;
}

.footer_body UL LI{
	list-style-type:none;
	padding:0 0 1px 10px;
	background:url(file.aspx?file_id=symbol_icon_bullet_blue_point) no-repeat left top;
}

.footer_links {
	padding: 5px 10px 10px 0;
}

.footer_secure {
	padding: 5px 0 10px 0;
}


/* 
CONVERTER: Convert & Buy Now
Converter Styles, can be used in all pages
Set a wrapper DIV and place accordingly in local style sheets, then use these global classes to display 
*/

.converter_header {
	background-image: url(file.aspx?file_id=layout_quotetoolsection_header);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	min-height: 25px;
	height: 25px;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.converter_content_wrapper{
	background: #414756;
	min-height: 365px;
}

/* IE6 CSS fix for display height */
* html .converter_content_wrapper{
	height:365px;
}

.converter_choosecurrency{
	background-image: url(file.aspx?file_id=layout_quotetoolsection_choosecurrency);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #474d5d;
}

.converter_choosecurrency_select{
	width: 245px;
	border: solid 1px #7c7c7c;
	font-size: 11px;
}

.converter_amounts{
	background:#2f333e url(file.aspx?file_id=layout_quotetoolsection_amounts) no-repeat center bottom;
	padding: 5px 0 10px 0;
}

.converter_input_text{
	border: solid 1px #7c7c7c;
	width: 85px;
	margin: 3px;
}

.converter_pricecompare{
	background-color: #414756;
	padding: 0;
}

.converter_comparelist_tvx{
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #000000;
}	

.converter_comparelist_other{
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #000000;
	color: #999999;
}

.converter_button_red{
	margin: 5px;
	padding: 5px;
	background-color: #db0000;
	background-image: url(file.aspx?file_id=symbol_button_red_med);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	min-height: 15px;
	min-width: 75px;
	height: 15px;
	width: 120px;
	text-align: center;
	clear: both;	
}

.converter_button_red a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}


/* PopUp Info bubbles */

#bubble_300_below_top{width:300px;background:url(file.aspx?file_id=layout_bubbles_300below_top) no-repeat left top;}
#bubble_650_below_cash_passport_top{width:650px;background:url(file.aspx?file_id=layout_bubbles_650below_top) no-repeat left top;}

.bubble_300_above_top{width:300px;background:url(file.aspx?file_id=layout_bubbles_300above_top) no-repeat left top;}
.bubble_300_above_bottom{height:17px;width:300px;background:url(file.aspx?file_id=layout_bubbles_300above_bottom) no-repeat left top;}

.bubble, .bubble_info{font:70% arial;margin:0;padding:22px 0 5px 0;border-bottom:solid 1px #c0d7e9;}
.bubble DIV.content{float:left;background:url(file.aspx?file_id=layout_bubbles_info) no-repeat left top;padding:0 0 0 35px;}
.bubble .close{float:left;width:45px;text-align:right;}
.bubble DIV.clear, .bubble_info DIV.clear{height:0;}

.bubble_above{font:70% arial;margin:0;padding:5px 0 0 0;}
.bubble_above DIV.content{float:left;background:url(file.aspx?file_id=layout_bubbles_info) no-repeat left top;padding:0 0 5px 35px;}
.bubble_above .close{float:left;width:45px;text-align:right;}
.bubble_above DIV.clear{height:0;}

.bubble_200{width:200px;}
.bubble_200 DIV.content{width:105px;}

.bubble_300{width:300px;}
.bubble_300 DIV.content{width:205px;}

.bubble_400{width:400px;}
.bubble_400 DIV.content{width:305px;}

.bubble_500{width:500px;}
.bubble_500 DIV.content{width:405px;}

.bubble_650{width:650px;}/*was 630*/
.bubble_650 DIV.bubble_content{width:555px !important;min-height:50px;font-size:140% !important;}
.bubble_650 DIV.bubble_content{background:url(file.aspx?file_id=layout_mywalletusercontrol_creditcard) no-repeat left top;padding:0 0 0 95px !important;}

.bubble_warning_container A, A:hover, A:visited{text-decoration:none;}
.bubble_warning_200{font:70% arial;padding:20px 0 5px 0; margin:0;border-bottom:solid 1px #c0d7e9;}
.bubble_warning_200 P.content{text-align:center;padding:0 5px 0 5px;margin:0;}
.bubble_warning_300{font:70% arial;padding:20px 0 5px 0; margin:0;border-bottom:solid 1px #c0d7e9;}
.bubble_warning_300 P.content{text-align:center;padding:0 5px 0 5px;margin:0;}

#bubble_650_below_cash_passport_top DIV.left{
	float:left;
	width:365px;
}

#bubble_650_below_cash_passport_top DIV.left H4{
	font-size:15px;
	margin:0 0 5px 0;
}

#bubble_650_below_cash_passport_top DIV.left P{
	text-align:right;
	padding:0 0 5px 0;
}

#bubble_650_below_cash_passport_top DIV.right{
	float:left;
	width:182px;
	text-align:right;
	padding-right:8px;
}


/* FORM BUTTONS */

.float_button_left{
	float: left;
}

.float_button_right{
	float: right;
}

.button_red_med{
	margin: 1px;
	padding: 5px;
	background-color: #db0000;
	background-image: url(file.aspx?file_id=symbol_button_red_med);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	height: 15px;
	text-align: center;	
}

.button_red_med a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.button_blue_med{
	margin: 1px;
	padding: 5px;
	background-color: #3d8ac5;
	background-image: url(file.aspx?file_id=symbol_button_blue_med);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	height: 15px;
	text-align: center;	
}

.button_blue_med a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.button_blue_small{
	margin: 1px;
	padding: 2px;
	background-color: #3d8ac5;
	background-image: url(file.aspx?file_id=symbol_button_blue_med);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	height: 15px;
	text-align: center;	
}

.button_blue_small a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

/* ///// ERROR Displays /////*/
DIV.error{
	color:red;
	padding:0 0 8px 0;
	border-bottom:solid 1px red;
}

DIV.error H2{
	color:red;
	border-top:solid 5px #ffa392;
	padding:5px 0 5px 0;
	margin-top:15px;
}

DIV.error HR{
	display:block;
	margin:0;
	padding:0;
}

