* { padding: 0; margin: 0; outline: 0; }

body, html { height: 100%; }

body {
	background: #4882b3 url(/images/poolwave_bg.jpg) repeat-x top center;
	font-family: "lucida grande",arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #616161;
}

input, textarea, select { font-family: "Georgia", Tahoma, Sans-Serif; font-size:12px; }
.field { padding: 4px 5px; color: #969696; }
.field-focused { color: #333; }
input.button { padding: 4px 5px; cursor: pointer; }

a { color: #13a7e5; font-weight: bold; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

h1 {color: #0B293C;}
h2 { font-size: 20px; line-height: 1; font-weight: normal; color: #0b293c; font-family: Arial, Helvetica, sans-serif; margin-bottom: 15px; font-weight: bold; }
h3 {font-size: 13px;}
.overview_page h3 { color: #0B293C; margin-bottom: 10px;}
h2.sidebar_title { font-size: 15px; }

p { padding-bottom: 18px; }

ul li { list-style-type: none; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.cl { font-size: 0; line-height: 0; clear: both; display: block; height: 0; }

.notext { font-size: 0; line-height: 0; text-indent: -4000px; background-repeat: no-repeat; }

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

#page { width: 940px; margin: 0 auto; }
#page { padding: 0; min-height: 100%; height: auto !important; }

#header { padding: 20px 0 0 0; height: 180px; position: relative;}
.blank_header {background-color: white; display: block; padding: 30px 20px 20px 20px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;}

#blank_header { height: 0px; display: block;-webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;}
#blank_header h1 {}

#logo { float: left; display: inline; width: 200px; font-size: 0; line-height: 0; }
#logo a { display: block; height: 99px; text-indent: -4000px; background: url(/images/FM_logo.gif) no-repeat; }

#search { float: right; display: inline; padding-top: 18px; width: 227px; }
#search .field-holder { float: left; display: inline; width: 196px; background: url(/images/search-field.gif) no-repeat 0 0; padding: 1px; }
#search .field { width: 186px; border: 0; background: none; }
#search .button { float: right; display: inline; width: 25px; height: 25px; font-size: 0; line-height: 0; text-indent: -4000px; }
#search .button { background: url(/images/search-button.gif) no-repeat 0 0; border: 0; }
#search .call_us { font-family: Arial, Helvetica, sans-serif; font-size:16px; letter-spacing: -1px; font-weight: bold; padding-top: 5px; color: #6d96a7;}

#top_nav { float: right; width: 400px; margin-right: 90px; margin-top: -10px;}
.topnav_links {float: right;}
.topnav_links li {list-style-type: none; float: left; padding-left: 15px;}


#navigation { height: 32px; padding: 8px 10px 0; margin-top: 36px; }
#navigation ul { *margin-top: -3px;
	font-size: 13px; line-height: 37px; text-transform: capitalize; }
#navigation ul li { float:left;display: inline-block; list-style-type: none; padding-right: 7px; }
#navigation ul li a { 
	display: inline-block; 
	color: #fff; 
	text-decoration: none; 
	padding: 0 17px; 
	background: url('/images/tab-bg.png') no-repeat top left transparent;
}
#navigation ul li a .curver{
	background: url('/images/tab-bg.png') no-repeat top right transparent; 
    display: inline-block;
    height: 37px;
	*margin-top: -11px;
	margin-left: 2px;
    position: absolute;
    width: 18px;	
}	
/*#navigation ul li a span { float: left; display: inline; padding-right: 17px; background-position: right 0 !important; }*/

#navigation ul li a:hover, #navigation ul li a.active { 
	background: url('/images/tab-bg.png') no-repeat left -42px transparent;
}
#navigation ul li a:hover .curver, #navigation ul li a.active .curver{ 
	background: url('/images/tab-bg.png') no-repeat right -43px transparent;
}

#intro_banner { z-index:50; height: 300px; display: block; background: #fff url(/images/intro_banner.jpg) no-repeat; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;}
.login_cont {width: 200px;float: right; height:230px; padding:25px 20px 30px 50px; display: block;}
.login_cont h2 { color: #FFF; margin-bottom: 10px; font-size: 16px;}
.login_cont li { list-style-type: none; padding: 10px 0 10px 0; color: #98c8e6;}
.login_cont .login_input { 
	background-color: #c7e5ff; 
	color: #326a8a; 
	padding: 7px; 
	border: none; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 5px; 
	
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	
	-webkit-border-top-right-radius: 5px !important; 
	-webkit-border-top-left-radius: 5px !important; 
	-moz-border-radius-topright: 5px !important;  
	-moz-border-radius-topleft: 5px !important; 
	-webkit-border-bottom-right-radius: 5px !important; 
	-webkit-border-bottom-left-radius: 5px !important;  
	-moz-border-radius-bottomright: 5px !important;  
	-moz-border-radius-bottomleft: 5px !important; 
	
	border-radius: 5px 5px 5px 5px !important;
	
	
}

.login_cont .register_cont { float: left; padding-right: 20px; margin-top: -5px; line-height: 18px;}
.login_cont .register_cont span { font-size: 10px;}
#content_slider {background: #fff url(/images/slider_bg.jpg) no-repeat; padding: 20px 20px 0 20px; overflow: auto}
.slider_box img { float: right;}
.slider_box p {color: #2a4760; padding: 20px 0 0 20px;}
.slider_box p span {color: #fff; font-size: 22px; line-height: 28px;}
.slider_box .more_button {background: transparent url(/images/left_readmore.jpg) no-repeat; position: relative; padding: 5px 10px 5px; height: 25px; display: inline-block; color: #fff; float: right; margin: -20px 10px 0 0;}
.slider_box .more_button span {background: transparent url(/images/right_readmore.jpg) no-repeat; width: 8px; height: 35px; position: absolute; right:0; top: 0;}
.image_slide {width: 900px; height: 242px;background: transparent !important;}
#image_slide {width: 900px; height: 242px;background: transparent !important;}
#about_header { background: transparent url(/images/aboutus_top_head.jpg) no-repeat; height: 175px; display: block;}
#about_header h1 {visibility: hidden;}
#page_header {display: block; background-color: #baeaff; height: 158px; }
#page_header h1 {color: white; float: left; padding: 20px 0 0 20px; visibility: hidden; }
#page_header .inner { width: 460px; height: 135px; padding: 10px; background: transparent none;}
#page_header .inner form li { color: #506f8a;}
#page_header .inner form li a {color: #003c6f;}

#page_header .inner h2 { margin-bottom: 5px; font-size: 14px; text-transform: uppercase; color: #255F90;}
#page_header .inner .login_input {background-color: #72a5cd; color: #d9f1ff; }
.inner ul li { float: left; margin-right: 20px; padding: 5px 0; display: inline-block; width: 200px;}
.inner ul li .login_but {float: left;}
.inner ul li .register_cont { padding: 0 0 0 15px; line-height: 14px; }
.learn2_top_bg { background: transparent url(/images/learn2_top_head.jpg) no-repeat; }
.learn2_intro_bg { background: transparent url(/images/learn2_intro_bg.jpg) no-repeat; }
.compete_top_bg { background: transparent url(/images/compete_top_head.jpg) no-repeat; }
.compete_intro_bg { background: transparent url(/images/compete_intro_bg.jpg) no-repeat; }
.coaches_top_bg { background: transparent url(/images/coaches-top.jpg) no-repeat; }
.coaches_intro_bg { background: transparent url(/images/coaches_intro_new.jpg) no-repeat; }

.footer-topper{ background: url("/images/more-curvers.png") no-repeat scroll center -5px transparent;height: 3px; }
.footer-bottomer{ background: url("/images/more-curvers.png") no-repeat scroll center -14px transparent;height: 3px; }
.content-bottomer{     background: url("/images/more-curvers.png") no-repeat scroll center -1px transparent;height: 4px;margin-bottom: 6px; }
.coaches_intro_bg .left_col_main h2{

background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
    border-radius: 5px 5px 5px 5px;
    padding: 5px;

}

.coaches_intro_bg .left_col_main p{

background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
	padding-bottom: 5px !important;
}

.avatar_top_bg {background: transparent url(/images/avatar_top_head.jpg) no-repeat;}
.avatar_slide1 {background: transparent url(/images/avatar1_slide.jpg) no-repeat;}
.avatar_slide2 {background: transparent url(/images/avatar2_slide.jpg) no-repeat;}
.avatar_slide3 {background: transparent url(/images/avatar3_slide.jpg) no-repeat;}

.facilities_top_bg {background: transparent url(/images/facility_top_head.jpg) no-repeat;}
.facilities_slide1 {background: transparent url(/images/facility1_slide.jpg) no-repeat;}
.facilities_slide2 {background: transparent url(/images/facility2_slide.jpg) no-repeat;}
.facilities_slide3 {background: transparent url(/images/facility3_slide.jpg) no-repeat;}

.xrc_button_cont {position: absolute; top: 0; right: 0;}
.xrc_but {background-color: #008ad1; display: block; padding: 3px 10px; color: #fff;  -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;}
.calendar_cont {padding: 5px; background-color: #f1f5f8; width: 40px; float: left; margin-right: 15px; margin-top: 5px; text-align: center; border: 1px solid #dde5ea;}
.calendar_cont .month_txt {text-transform: uppercase; font-size: 13px; margin-bottom: 5px; background-color: #b0bec9; color: #fff; font-weight: bold;}
.calendar_cont .date_txt {font-size: 25px;}
.calendar_cont .year_txt {}
.avatar_cont li .video_thumb {float: left; margin: 7px 15px 5px 0; border: 3px solid #E9EEF1;}


#main { overflow: auto; width:auto; position: relative; padding: 10px; background-color: #fff; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;}

h2.txt-we-love-mondays { height: 94px; background-image: url(/images/txt-we-love-mondays.gif); }
h3.txt-monday-again { background-image: url(/images/txt-monday-again.gif); }
h3.txt-wedothis { background-image: url(/images/txt-wedothis.gif); }
h3.txt-247 { background-image: url(/images/txt-247.gif); }

.button-more { display: block; width: 66px; height: 22px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(/images/button-more.gif) no-repeat 0 0; }
.more { padding-left: 10px; background: url(/images/arr.gif) no-repeat 0 center; }

.cols { padding: 15px 10px 10px; }
.cols .col { float: left; display: inline; }
.cols .col-last { margin-right: 0 !important; }
.cols .col h3.notext { height: 45px; margin-bottom: 5px; }

.three-cols .col { width: 264px; margin-right: 41px; }
.two-cols .col { width: 420px; margin-right: 34px; }

.content_ul li {padding-bottom: 10px;}

#footer { height: 41px; background-color: #216db5; line-height: 41px; padding: 10px 10px 10px 22px; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
#footer p { padding-bottom: 0; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline;}
#footer span { margin: 0 6px; }




/* template styles */
.side_bar { background: transparent url(/images/sidebar_top.jpg) no-repeat; font-size: 11px; min-height: 600px; position: relative; z-index: 0;}
.side_bar .about_us_tabs li a { padding-left: 20px; }
.side_bar .program_cont {margin: 10px 0 0 0; padding-bottom: 10px; }
.side_bar .news_cont {margin: 10px 0 0 0; padding-bottom: 10px; }
.sidebar_tabs {margin-left: -19px; z-index: 4;}
.sidebar_bottom {background: transparent url(/images/sidebar_bottom.jpg) no-repeat; width: 200px; height: 296px; display: block; position: absolute; bottom: 0; left: 0; z-index: -1;}
.sidebar_tabs li a { background: transparent url(/images/inner_page_tabs.gif) no-repeat left -40px; padding: 10px 10px 10px 10px; display: block; height: 20px; }
.sidebar_tabs li a img {padding: 0 10px;}
.sidebar_tabs li a.active { background: transparent url(/images/inner_page_tabs.gif) no-repeat left top; color: black; }
.sidebar_tabs li a:hover { background: transparent url(/images/inner_page_tabs.gif) no-repeat left -80px; }
.state_form { background: transparent url(/images/state_select_bg.gif) no-repeat; margin: 10px 0 10px -19px; padding: 10px; }
.select_box { padding: 5px; width: 170px; background-color: #d7dfe4; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.intro_text { background-color: #baeaff; padding-bottom: 20px; height: 220px; padding: 10px; color: #fff; }
#home .left_col_main { width: 580px; float: left; padding: 10px 20px 10px 10px; }

.left_col_main { width: 620px; float: left; padding: 10px 20px 10px 10px; }
.left_col_main h2 {margin-bottom: 30px;}
.left_col_main .video_anim_cont li {float: left; width: 275px; background-color: #edf2f5; margin: 15px 30px 20px 0; display: block;}
.left_col_main .video_anim_cont li a {padding: 5px 10px 10px 10px; font-size: 14px; display: block;}
.left_col_main .avatar_cont {overflow: auto; margin-bottom: 30px;}

.avatar_left_col_main { width: 610px; float: left; padding: 10px 20px 10px 300px; }


.competitive_left_col_main { width: 570px; float: left; padding: 10px 20px 10px 300px; }

.coaches_left_col_main { width: 430px; float: left; padding: 10px 20px 10px 480px; }

#map_cont {padding: 15px 20px; background: #eaeff3 url(/images/map_bottom_bg.gif) repeat-x left bottom;}
#map_cont .map_control { padding: 0; height: 30px;padding: 5px;}
#map_cont .map_switch {display: inline-block; padding: 5px 10px; background-color: #1a5380; margin-right: 15px; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; float: left;margin-top:-5px;}
#map_cont .map_box {background: transparent url(/images/mapbox_img.gif) repeat-x top left; margin-top: 5px; overflow: auto;display:none;}
#map_cont .left_mapbox {width: 580px; height: 300px; float: left; display: block;}
#map_cont .right_mapbox {background: transparent url(/images/rightbox_bg.gif) no-repeat top left; padding: 0 15px 15px 15px; width: 230px; height: 300px; float: right; display: block;}
#map_cont .right_mapbox ul li {padding: 5px 0; border-bottom: 1px solid #c3ccd3;}
#map_cont .map_box .mapbox_search {padding: 15px 0;}
#map_cont .map_box .mapbox_search h3 {float: left; margin-right: 15px; margin-top: 5px;}
#map_cont .map_box .mapbox_search .search_box {font-size:14px; height:22px; margin-right:10px; padding:6px; width:360px;}
.mapbox_search .mapbox_search_but {background: transparent url(/images/left_readmore.jpg) no-repeat top left; position: relative; padding: 5px 10px 5px; height: 25px; color: #fff; display: inline-block;}
.mapbox_search .mapbox_search_but span {background: transparent url(/images/right_readmore.jpg) no-repeat; width: 8px; height: 35px; position: absolute; right:0; top: 0;}

.close_search_but {background: transparent url(/images/left_readmore.jpg) no-repeat top left; position: relative; padding: 5px 10px 5px; height: 25px; color: #fff; display: inline-block;}
.close_search_but span {background: transparent url(/images/right_readmore.jpg) no-repeat; width: 8px; height: 35px; position: absolute; right:0; top: 0;}

#page .intro_text .left_col_main { padding:10px 10px 10px 260px; float: left; width:380px; }
.intro_text .left_col_main p { padding-bottom: 0; }
.right_col_main { width: 230px; float: left; padding: 20px; }
#home .right_col_main { width: 290px; float: left; padding: 2px 0 0 0; }
.right_col_main .avatar_side li a{padding: 10px 10px 10px 25px; font-size: 12px;}
.subcat_title {background: #eaeff3 url(/images/subcat_bg.gif) repeat-x; height: 21px; padding: 5px 10px 15px 10px; font-size: 15px; color: #0B293C; /*margin-top: 30px;*/}

.subcat_title_related_avatar {height: 21px; padding: 5px 10px 15px 10px; font-size: 15px; color: #0B293C; /*margin-top: 30px;*/}

.program_cont { overflow: auto; border-bottom:1px solid #d6dbde; padding-bottom:15px; margin: 15px 0; padding-top: 15px;}
.program_cont img { float: left; padding: 5px; background-color: #e9eef1; margin-right: 15px;}
.program_cont .sfwobject { float: left; padding: 5px; background-color: #e9eef1; margin-right: 15px;}
.program_cont h4 {margin-bottom: 5px; font-size: 15px;}
.program_cont p {padding-bottom: 5px;}
.news_cont { overflow: auto; border-bottom:1px solid #d6dbde; padding-bottom:15px; margin: 15px 0}
.news_cont img { float: left; padding: 5px; background-color: #e9eef1; margin-right: 15px;}
.news_cont h4 {margin-bottom: 5px; font-size: 12px;}
.news_cont p {padding-bottom: 5px;}
.level_list li {border-bottom: 1px dotted #a6beca; padding: 1px; color: #FFF; font-size: 12px; font-weight: bold;}
.level_list li span {font-size: 16px; margin-right: 5px; color: #AAE0FF;}
.about_founder { margin-top: 10px; padding: 10px; }
.about_founder .wald {margin-top: 10px; font-size: 13px; font-weight: bold;}
.about_founder ul {margin-left: 20px;}
.about_founder ul li {font-size: 10px; color: #3a3a3a; font-weight: bold; border-bottom: 1px solid #c9c9c9;margin: 3px 0; padding: 3px 0;}
#father_cont {background-color: #f2f3f4; padding: 20px; font-family:Georgia, "Times New Roman", Times, serif;}#father_cont .words_father {font-size: 20px;}#father_cont .words_father strong {font-size: 30px; font-family:"Times New Roman", Times, serif; color: #c7c7c7;}#father_cont .name_father {font-family: Georgia, "Times New Roman", Times, serif;}#father_cont .name_father strong {font-size: 14px; color: #4d4d4d;}#father_cont .name_father i {font-size: 14px;}#father_cont img {float: right; margin: 0 0 10px 10px;}
#father_cont .words_father {font-size: 20px;}
#father_cont .words_father strong {font-size: 30px; font-family:"Times New Roman", Times, serif; color: #c7c7c7;}
#father_cont .name_father {font-family: Georgia, "Times New Roman", Times, serif;}
#father_cont .name_father strong {font-size: 14px; color: #4d4d4d;}
#father_cont .name_father i {font-size: 14px;}
#father_cont img {float: right; margin: 0 0 10px 10px;}
#widget_section {display: block; overflow: auto; padding: 0 10px; margin-bottom: 15px;}
#widget_section .widget_box {background: transparent url(/images/widget_bg.gif) repeat-x left bottom; float: left; width: 260px; height: 240px; padding: 10px 10px; margin-right: 20px; float: left;}
#widget_section .last {margin-right: 0;}
#widget_section .widget_box .read_but {margin: 0; display: inline; background-color: #008AD1; padding: 7px 10px; color: white;}
.widget_box .widget_img {float: right; margin-top: -30px;}
.widget_box h3 {color: #0b293c; font-size: 18px; margin-bottom: 15px; width: 100px;}
.sidebar_widget {background-color: white; padding: 10px; margin-bottom: 20px;}
.testi_cont {font-style: italic; padding: 10px 0; border-bottom: 1px solid #D6DBDE; margin-bottom: 10px;}
.testi_cont span {font-size: 30px; color: #cecece;}
.testi_cont strong {clear: both; display: block;}
.tab_nav {display: inline-block; overflow: auto; margin-top: 30px; background: transparent url(/images/tab_bg.gif) repeat-x left bottom; border-bottom: 1px solid #E4E4E4;}

.tab_nav li {float: left; margon-right: 10px;}
.tab_nav li a {padding: 5px 15px; display: block; margin-right: 5px; background-color: #EAEFF3; color: #6b7276;}
.tab_nav li a.active {background-color: #B0BEC9; color: #fff; }

/*----  Overview page ----*/

#page .overview_page  .left_col_main { width: 660px;}
#page .overview_page  .right_col_main { width: 200px; padding: 20px 0 20px 20px;}


.overview_page .overview_main_img {float: left; border: 5px solid #E9EEF1; margin-right: 20px; margin-bottom: 20px;}
.overview_page .lesson_cont { width: 220px;}
.overview_page .price_check {margin-right: 20px;}
#breadcrumbs {padding: 10px; background-color: #def1fd;}


#mytable {
	padding: 0;
	margin-bottom: 20px;
	width: 650px;
	
}

#page .full_page {padding: 0 20px 20px 20px;}
.checkout_table {width: 100% !important;}
.checkout_table td {font-size: 12px !important;}
.checkout_table .item_img {float: left; margin-right: 10px;}
.checkout_table .small_box {width: 90px;}
.checkout_table th p {font-size: 11px; font-weight: bold; color: #616161;}

#mytable .total_cont { background-color: #e5eff3; border-top: 1px solid #bacdd5; border-right: none; border-bottom: none; text-align: right; font-size: 26px;}
#mytable .total_cont  span {text-transform: uppercase; font-size: 14px; margin-right: 10px;}
.total_cont .cart_big {height: 34px; width: 136px; background: transparent url(/images/addcart_big.gif) no-repeat; display: block; float: right; margin-left: 95px;}
.total_cont .cart_big:hover {background: transparent url(/images/addcart_big.gif) no-repeat left -34px; text-decoration:none;}
.total_cont .cart_big span {visibility: hidden;}
.side_bar .cart_small {height: 24px; width: 92px; background: transparent url(/images/addcart_small.gif) no-repeat; display: block; float: right; margin-right: 13px; margin-top: 5px;}
.side_bar .cart_small:hover {background: transparent url(/images/addcart_small.gif) no-repeat left -24px; text-decoration:none;}
.side_bar .cart_small span {visibility: hidden;}
.total_cont .checkout_button {height: 34px; width: 114px; background: transparent url(/images/checkout_button.gif) no-repeat; display: block; float: right; margin-left: 95px;}
.total_cont .checkout_button:hover {background: transparent url(/images/checkout_button.gif) no-repeat left -34px; text-decoration:none;}
.total_cont .checkout_button span {visibility: hidden;}
.total_fix {padding-right: 70px;}
.container-fix {padding: 0 10px 10px 10px;}
.breadcrumbs_cont {background: gray url(/images/checkoutbc_bg.gif) repeat-x; height: 41px; margin: 20px 0; border-left: 1px solid #dee9ed; border-right: 1px solid #dee9ed; -webkit-border-radius: 5px; -moz-border-radius: 5px; position: relative;}
/*.breadcrumbs_cont .breadcrumb_bg {background: transparent url(/images/bc_bg.gif) no-repeat; display: block; height: 41px; width: 466px; position: absolute; left: 0; top: 0;}*/
.checkout_breadcrumbs {}
.checkout_breadcrumbs li {float: left; color: white; padding: 9px 25px; margin-left: -12px; background: transparent url(/images/bc_normal_bg.gif) no-repeat right top; font-weight: bold; color: #0B293C; display: block; z-index: 4}
.checkout_breadcrumbs .first_bc {-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; margin: 0; padding-left: 15px !important;}
.checkout_breadcrumbs li.active_bc {background: transparent url(/images/active_bc.gif) no-repeat right top; color: #fff; position: relative; padding-left: 30px;}
.checkout_breadcrumbs li.active_bc span {background: transparent url(/images/left_active.gif) no-repeat; width: 19px; height: 40px; float: left; position: absolute; left: 0; top: 0;}
#mytable th {}
.verify_text {margin-bottom: 30px;}
.verify_text p {color: black; font-weight: bold; padding: 0;}
.clear {clear:both; margin: 0; padding: 0;}
.fl { float: left; margin: 0 20px 20px; 0;}
.fr {float: left; margin: 0 20px 0 0}


caption {
	padding: 0 0 5px 0;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


th {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #3f515e;
	border-right: 1px solid #d7dee3;
	border-bottom: 1px solid #d7dee3;
	border-top: 1px solid #d7dee3;
	
	text-transform: uppercase;
	text-align: left;
	padding: 10px 10px 10px 12px;
	background: #E4E4E4 none;
}

th.price_title {font-size: 12px; font-family:"Lucida Grande", sans-serif, Arial;}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #d7dee3;
	background: none;
	color: #0B293C;
	font-weight: bold;
}

td {
	border-right: 1px solid #d7dee3;
	border-bottom: 1px solid #d7dee3;
	background: #fff;
	padding: 15px 15px 15px 19px;
	color: #003349;
	font-weight: bold;
	width: 200px;
	font-size: 18px;
}


td.alt {
	background: #f3f8fa;
	/*color: #797268;*/
}

th.spec {
	border-left: 1px solid #d7dee3;
	border-top: 0;
	background: #fff none;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
	width: 400px;
}

th.specalt {
	border-left: 1px solid #d7dee3;
	border-top: 0;
	background: #f3f8fa none;
    text-transform: none;
	letter-spacing: 0;
	font-size: 14px;	
	font-weight: bold;
	width: 400px;;	
}
/*- Menu Tabs--------------------------- */#tabs_desc {  float:left;  width:97%;  background:#BBD9EE;  font-size:93%;  line-height:normal;  }#tabs_desc ul {    margin:0;    padding:10px 10px 0 5px;    list-style:none;  }#tabs_desc li {  display:inline;  margin:0;  padding:0;  }#tabs_desc a {  float:left;  background:url("/images/tableft.gif") no-repeat left top;  margin:0;  padding:0 0 0 4px;  text-decoration:none;  }#tabs_desc a span {  float:left;  display:block;  background:url("/images/tabright.gif") no-repeat right top;  padding:5px 15px 4px 6px;  color:#666;  }/* Commented Backslash Hack hides rule from IE5-Mac \*/#tabs_desc a span {float:none;}/* End IE5-Mac hack */#tabs_desc a:hover span {  color:#FF9834;  }#tabs_desc a:hover {  background-position:0% -42px;  }#tabs_desc a:hover span {  background-position:100% -42px;  }#tabs_desc #current a {        background-position:0% -42px;}#tabs_desc #current a span {        background-position:100% -42px;}


/*error message bar*/
.msg { position:relative; padding-right:35px; margin-bottom:10px; }
.msg p{ padding:1px 10px 9px 40px; font-size:12px; background-repeat:no-repeat; background-position:10px 5px;}
.msg a.close{ font-size:0; line-height:0; position:absolute; top:0; right:0; width:34px; height:34px; background:url(/fmadmin/images/close.gif); text-indent: -4000px;}

.msg-ok p{ background-color:#fffac2; border:solid 1px #dbd6a2; color:#5e5c40; background-image:url(/fmadmin/images/msg-ok.gif); }
.msg-error p{ background-color:#f3c598; border:solid 1px #e8b084; color:#ba4c32; background-image:url(/fmadmin/images/msg-error.gif);  }
/*end error message bar*/





ul.tabs {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #D6DBDE;
	border-left: 1px solid #D6DBDE;
	width: 98%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #D6DBDE;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #DBE2E6;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #D6DBDE;
	border-top: none;
	clear: both;
	float: left; 
	
	/*background: #fff;*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width: 98%;
}
.tab_content {
	padding: 20px;
	/*font-size: 1.2em;*/
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


ul.browse_countries {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	width: 98%;
	float:left;
}
ul.browse_countries li {
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
}
ul.browse_countries li a {
	padding: 0 20px;
	
	
}




#processing_overlay
  {
      position: absolute;
      zIndex: 99998;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        background-color:#000;
       opacity:0.0;
       cursor:wait;
   }                       
   #processing_container {
       font-family: Arial, sans-serif;
       font-size: 12px;
       min-width: 300px; /* Dialog will be no smaller than this */
       max-width: 600px; /* Dialog will wrap after this width */
       background: #FFF;
       border: solid 5px #669900;
       color: #000;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
   }
   
   #processing_title {
       font-size: 14px;
       font-weight: bold;
       text-align: center;
       line-height: 1.75em;
       background-color:#669900;
       color: #FFF;
       /*border: solid 1px #FFF;*/
       border-bottom: solid 1px #999;
       cursor: default;
       padding: 0em;
       margin: 0em;
   }
   
   #processing_content {
       text-align: center;
       padding: 1em 1.75em;
       margin: 0em;
   }
   
   #processing_message {
       text-align:center;
       vertical-align:middle;
   }


 
 
 
 
 
 
 
#header_buttons > a, #header_buttons .modal > a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 0px #3190c2;
	-moz-box-shadow: 0px 1px 0px #3190c2;
}

input[type="submit"] {
	-webkit-box-shadow: 0px -1px 0px #0c2e5a;
	-moz-box-shadow: 0px -1px 0px #0c2e5a;
}

.content-box, .content-box-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

.content-box {
	behavior: url(border-radius.htc);
}

.content-box-content {
	/*-webkit-box-shadow: 0px 1px 0px #c4c4c4;
	-moz-box-shadow: 0px 1px 0px #c4c4c4;
	*/
}

.content-box-header, .modalhead {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.closed .content-box-header, .content-box-header ul, select, input, textarea, div.wysiwyg, .skinned-select, .modalbox {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}

.closed .content-box-header {
	-webkit-box-shadow: 0px 1px 0px #c4c4c4;
}

.content-box-header ul li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.content-box-header ul li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.notification {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.graybutton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.modalbox {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
} 
 
 
 
 
 
 
 
 
 
 
 
/********** Content **********/

#content {
	clear: both;
	padding-top: 16px;
}

.content-box {
	background: #fff;
	border: 1px solid #E4E4E4;
	margin-bottom: 16px;
}

.content-box-header {
	/*background: transparent url(/fmmember/images/content-header_bg.png) repeat-x;*/
	background: transparent url(/images/subcat_bg.gif) repeat-x;
	
	border-bottom: 1px solid #EAEFF3;
	border-top: 1px solid #fff;
	height: 34px;
	padding: 0 10px;
}

.closed .content-box-header {
	border-bottom: none;
}

.content-box-header h3 {
	float: left;
	/*line-height: 34px;*/
	/*position:relative;
	top:5px;*/
	padding-top:5px;
}

.content-box-header h3:hover {
	cursor: s-resize;
}

.content-box.closed .content-box-content {
	display: none;
}

.content-box-content {
	padding: 10px;
}

.content-box-content > p {
	margin-bottom: 20px;
}

.content-box-content > p:last-child {
	margin: 0;
}

.column-left {
	float: left;
	width: 49%;
}

.column-right {
	float: right;
	width: 49%;
}

.sidebar {
	width: 32%;
}

.main {
	width: 66%;
}

.clear {
	clear: both;
}

.areagraph, .bargraph, .linegraph {
	width: 80% !important;
}

.fl {
	float: left;
	margin: 0 10px 5px 0;	
}

.nu_container {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;	
}

.nu_container a {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}


.content-box-content .quicktask_cont {overflow: auto; margin: 0;}
.quicktask_cont li {float: left; list-style-type: none; width: 100px; text-align: center; margin: 0 10px;}
.quicktask_cont li a {text-align: center;}

#workvid_cont {overflow: auto; margin: 15px 0 0 0;}
#workvid_cont li {float: left; width: 50%;}

/********** Thanks to getnetworks! With this you can create inner content boxes. **********/ 








 
.sub_cat_title span{
    background: url("/images/arrow-right.png") no-repeat scroll 7px 5px;
    border-bottom: 0px solid #CCCCCC;
    color: #444444;
    display: block;
    outline: none;
    float:right;
    width: 20px;
    cursor:pointer;
}
.sub_cat_title span.stretched{
	background: url("/images/arrow-down.png") no-repeat scroll 7px 7px;
	outline: none;
}
span.stretched{
	background: url("/images/arrow-down.png") no-repeat scroll 7px 5px;
	outline: none;
} 
 
 
.subcat_title span{
    background: url("/images/arrow-right.png") no-repeat scroll 7px 5px;
    border-bottom: 0px solid #CCCCCC;
    color: #444444;
    display: block;
    outline: none;
    float:right;
    width: 20px;
    cursor:pointer;
}
.subcat_title span.stretched{
	background: url("/images/arrow-down.png") no-repeat scroll 7px 7px;
	outline: none;
}


.subcat_title_related_avatar span{
    background: url("/images/arrow-right.png") no-repeat scroll 7px 5px;
    border-bottom: 0px solid #CCCCCC;
    color: #444444;
    display: block;
    outline: none;
    float:right;
    width: 20px;
    cursor:pointer;
}
.subcat_title_related_avatar span.stretched{
	background: url("/images/arrow-down.png") no-repeat scroll 7px 7px;
	outline: none;
}

.home_tab span{
    background: url("/images/arrow-right.png") no-repeat scroll 420px 12px;
    border-bottom: 0px solid #CCCCCC;
    color: #444444;
    display: block;
    outline: none;
    float:right;
    width: 430px;
    cursor:pointer;
}
.home_tab span.stretched{
	background: url("/images/arrow-down.png") no-repeat scroll 420px 14px;
	outline: none;
}



.lay_switch span{
    background: url("/images/arrow-right.png") no-repeat scroll 	2px 0;
    border-bottom: 0px solid #CCCCCC;
    color: #444444;
    display: block;
    outline: none;
    cursor:pointer;
    
    width: 35px;
      position:relative;
	 top:-8px;
	
	 left:80px;
	
}
.lay_switch span.stretched_all{
	background: url("/images/arrow-down.png") no-repeat scroll 0 2px;
	outline: none;
	 width: 35px;
	 position:relative;
	 top:-8px;
	 
}





ul#tabnav  {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    font-size: 11px;
    list-style-type: none;
    margin: 0 0 -28px;
    padding: 11px 6px 0;
    text-align: right;
    width: 454px;
}

ul#tabnav li { /* do not change */
  display: inline;
}

ul#tabnav li a { /* settings for all tab links */
  padding: 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  border: 1px solid #ddd; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  background-color: #ddd; /* set unselected tab background color as desired */
  /* color: #666; /* set unselected tab link color as desired */
  margin-right: 0px; /* set additional spacing between tabs as desired */
  text-decoration: none;
  border-bottom: none;
}

ul#tabnav li.selected { /* settings for selected tab */
  /* border-bottom: 1px solid #fff; /* set border color to page background color */
  background-color: #fff; /* set background color to match above border color */
  opacity:1;
}

ul#tabnav li.selected a { /* settings for selected tab link */
  background-color: #fff; /* set selected tab background color as desired */
  color: #444; /* set selected tab link color as desired */
  position: relative;
  top: 1px;
  padding-top: 6px !important; /* must change with respect to padding (X) above and below */
  font-weight: bold;
} 



.subcat_title_avatar_tabs {background: #eaeff3 url(/images/subcat_bg.gif) repeat-x; height: 16px; padding: 2px 10px 7px 10px; font-size: 11px; color: #0B293C; /*margin-top: 30px;*/}



div.collapse_all_window span.minus{
	background: url("/images/expand-sprites.png") no-repeat scroll 0 0px;
	background-position: 0px 10px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E4ECF2;
    padding: 26px 6px 8px 36px;
   
}

div.collapse_all_window span{
	background: url("/images/expand-sprites.png") no-repeat scroll 0 0px;
	background-position: 0px -40px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E4ECF2;
    padding: 26px 6px 8px 36px;
 
	 
}


