/*=======================================================
	template.css
=======================================================*/
@font-face {
 font-family: optima;
 src: url("fonts/Optima.eot"); /* For IE browsers */
}
@font-face {
 font-family: optima;
 src: url("fonts/Optima.ttf"); /* For most other browsers */
}
@font-face {
	font-family: helvetica_lt;
	src: url('fonts/HelveticaNeue_Lt.eot');
	src: url('fonts/HelveticaNeue_Lt.eot?#iefix') format('embedded-opentype'),
	url('fonts/HelveticaNeue_Lt.svg#HelveticaNeue') format('svg'),
	url('fonts/HelveticaNeue_Lt.woff') format('woff'),
	url('fonts/HelveticaNeue_Lt.ttf') format('truetype');
}
@font-face {
	font-family: "MyriadPro";
	src: url('fonts/655944825-MyriadPro_Regular.eot');
	src: url('fonts/655944825-MyriadPro_Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/655944825-MyriadPro_Regular.svg#Myriad Pro') format('svg'),
	url('fonts/655944825-MyriadPro_Regular.woff') format('woff'),
	url('fonts/655944825-MyriadPro_Regular.ttf') format('truetype');
}

/*=====	GLOBAL =====*/
body{padding:0;margin:0;border-top:1px solid #f5f5f5;font-size:13px;font-family:"myriad-pro","arial";color:#767676;line-height:20px;background:url("images/body_background_image.png") repeat-x scroll center 7px #fff;}
a{color:#1e8cbd;text-decoration:none;}
a:hover{color:#1e8cbd;text-decoration:underline;}
p{margin:0 0 10px 0;}
h1{margin:0 0 20px 0;font-family:"angie-sans";font-weight:400;font-size:30px;line-height:33px;color:#6a6b6f;}
h2{margin:0 0 10px 0;font-family:"angie-sans";font-weight:400;font-size:30px;line-height:33px;color:#6a6b6f;}
h3{margin:0 0 10px 0;font-weight:100;font-size:19px;line-height:19px;color:#8cc43e;}
textarea, label, input, input[type="password"], input[type="text"], input[type="submit"], input[type="email"] {font-size:13px;font-family:"myriad-pro";color:#767676;}
ul{list-style:none;margin:0 0 10px 0;}
ul > li{padding:0 0 0 20px;background:url('images/green_dot.png') no-repeat 0 9px transparent;}

/*place-holders*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ opacity:1;color:#bbbbbb; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity:1;color:#bbbbbb; } /* firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:1;color:#bbbbbb; } /* ie */
input:-moz-placeholder, textarea:-moz-placeholder { opacity:1;color:#bbbbbb; }

/*=== UTILITIES === */
.clr{clear:both;}
.float_l{float:left;}
.float_r{float:right;}
.readmore{color:#8cc43e;font-size:11px;text-decoration:none;text-transform:uppercase;}
.whats_this{font-size:10px;color:#c7c6c2;padding:1px 0 1px 20px;background:url('images/whats_this_ico.png') no-repeat 0 center transparent;}
.whats_this:hover{color:#c7c6c2;}
.readmore:hover{color:#8cc43e;text-decoration:underline;}
.green, a.green:hover{color:#8cc43e;}
.blue, a.blue:hover{color:#0080b7;}
.orange, a.orange:hover{color:#e77c30;}
.gray, a.gray:hover{color:#767676;}
.font_bold{font-weight:bold;}
.font_18{font-size:18px;}

.label{text-shadow:none;font-size:14px;font-weight:400;}
.main_header_btn{background-color:#e77c30;float:left;font-size:11px;margin:-65px 0 0 210px;text-shadow:none;padding:2px 10px 4px 10px;}
.custom_image{border:6px solid #D4E9B8;border-radius:12px 0 12px 12px;box-shadow:10px 10px 20px -6px #999999;}
.ie8 .custom_image, .ie7 .custom_image{border-radius:12px;}
.myriadpro_bld_cufon{font-size:15px;text-transform:uppercase;font-weight:bold;}

.help-block ul > li{padding:0;background:none;}

/* custom buttom */
.custom_btn{display:inline-block;padding:6px 17px 8px 17px;width:auto;height:auto;border:0;outline:0;font-family:"myriad-pro";text-transform:uppercase;font-size:15px;line-height:15px;font-weight:100;color:#fff;text-shadow:1px 1px 1px #666;text-align:center;border:1px solid #7caa0b;border-radius:5px;box-shadow:0 0 0 1px #A3D82D inset;background:url('images/custom_btn_bg.png') repeat-x 0 0 transparent;}
input.custom_btn{padding:2px 17px 5px 17px;font-size:15px;color:#fff;}
.ie input.custom_btn{padding:6px 17px 8px 17px;}
.ie7 button.custom_btn{padding:1px 17px 6px 17px;}
.ie7 input.custom_btn{padding:2px 17px 5px 17px;}
.chrome input.custom_btn{padding:6px 17px 8px 17px;font-size:15px;color:#fff;}
.custom_btn:hover{color:#fff;cursor:pointer;text-decoration:none;background:url('images/custom_btn_bg.png') repeat-x 0 -31px transparent;}
.custom_btn:active{background:url('images/custom_btn_bg.png') repeat-x 0 -62px transparent;}
.ie7 form .custom_btn{position:relative;z-index:99;}
.ie8 form .custom_btn{position:relative;z-index:99;}

/* custom buttom black */
.custom_btn_blk{display:inline-block;padding:6px 17px 8px 17px;width:auto;height:auto;border:0;outline:0;font-family:"myriad-pro";text-transform:uppercase;font-size:15px;line-height:15px;font-weight:100;color:#fff;text-shadow:1px 1px 1px #666;text-align:center;border:1px solid #5A5A5A;border-radius:5px;box-shadow:none;background:url('images/custom_btn_blk_bg.png') repeat-x 0 0 transparent;}
input.custom_btn_blk{padding:2px 17px 5px 17px;font-size:15px;color:#fff;}
.ie input.custom_btn_blk{padding:6px 17px 8px 17px;}
.ie7 input.custom_btn_blk{padding:2px 17px 5px 17px;}
.chrome input.custom_btn_blk{padding:6px 17px 8px 17px;font-size:15px;color:#fff;}
.custom_btn_blk:hover{color:#fff;cursor:pointer;text-decoration:none;background:url('images/custom_btn_blk_bg.png') repeat-x 0 -31px transparent;}
.custom_btn_blk:active{background:url('images/custom_btn_blk_bg.png') repeat-x 0 -62px transparent;}
.ie7 form .custom_btn_blk{position:relative;z-index:99;}
.ie8 form .custom_btn_blk{position:relative;z-index:99;}

/* custom buttom orange */
.custom_btn_orange{display:inline-block;padding:6px 17px 8px 17px;width:auto;height:auto;border:0;outline:0;font-family:"myriad-pro";text-transform:uppercase;font-size:15px;line-height:15px;font-weight:100;color:#fff;text-shadow:1px 1px 1px #666;text-align:center;border:1px solid #DE7227;border-radius:5px;box-shadow:0 0 0 1px #FBA567 inset;background:url('images/custom_btn_orange_bg.png') repeat-x 0 0 transparent;}
input.custom_btn_orange{padding:2px 17px 5px 17px;font-size:15px;color:#fff;}
.ie input.custom_btn_orange{padding:6px 17px 8px 17px;}
.ie7 input.custom_btn_orange{padding:2px 17px 5px 17px;}
.chrome input.custom_btn_orange{padding:6px 17px 8px 17px;font-size:15px;color:#fff;}
.custom_btn_orange:hover{color:#fff;cursor:pointer;text-decoration:none;background:url('images/custom_btn_orange_bg.png') repeat-x 0 -31px transparent;}
.custom_btn_orange:active{background:url('images/custom_btn_orange_bg.png') repeat-x 0 -62px transparent;}
.ie7 form .custom_btn_orange{position:relative;z-index:99;}
.ie8 form .custom_btn_orange{position:relative;z-index:99;}

/*custom textbox*/
input.custom_textbox{width:166px;height:auto;padding:8px 10px;border:1px solid #fff;outline:0;font-size:12px;color:#767676;background:#f5f5f5;box-shadow:none;border-radius:0;}
.chrome input.custom_textbox{padding:5px 10px;}
.ie input.custom_textbox{padding:5px 10px 11px 10px;}
input.custom_textbox:focus{box-shadow:none!important;color:#767676!important;border:1px solid #fff!important;outline:0!important;}

/*===== GREEN HEADER WITH BACKGROUND =====*/
.green_header_with_bg{width:auto;height:29px;background:url('images/green_header_with_bg_left.png') repeat-x left center transparent;}
.green_header_with_bg h2{color:#8cc43e;float:left;background:#fff;margin:0 0 0 10px;padding:0 8px;line-height:26px;}
.green_header_with_bg .left_image{float:right;width:73px;height:29px;background:url('images/green_header_with_bg_right.png') repeat-x left center transparent;}

/*===== BOX WITH GREEN BORDER =====*/
.box_with_green_border{position:relative;width:346px;height:auto;}
.box_with_green_border .top_part{float:left;margin:0;padding:0;width:346px;height:35px;background:url('images/box_with_green_border_1.png') no-repeat left center transparent;}
.box_with_green_border .mid_part{float:left;margin:0;padding:0 32px 0 10px;width:314px;height:auto;background:url('images/box_with_green_border_2.png') repeat-y left center transparent;}
.box_with_green_border .bottom_part{float:left;margin:0;padding:0;width:346px;height:65px;background:url('images/box_with_green_border_3.png') no-repeat left center transparent;}

/*===== BOX WITH GREEN BORDER(LONG) =====*/
.box_with_green_border_long{position:relative;width:486px;height:auto;}
.box_with_green_border_long .top_part{float:left;margin:0;padding:0;width:486px;height:35px;background:url('images/box_with_green_border_long_1.png') no-repeat 3px bottom transparent;}
.box_with_green_border_long .mid_part{float:left;margin:0;padding:0 32px 0 10px;width:444px;height:auto;background:url('images/box_with_green_border_long_2.png') repeat-y 0 0 transparent;}
.box_with_green_border_long .bottom_part{float:left;margin:0;padding:0;width:486px;height:65px;background:url('images/box_with_green_border_long_3.png') no-repeat 0 top transparent;}

/*===== GRAY BOX =====*/
.gray_box{width:328px;margin:0 0 27px 0;}
.gray_box .mid_part{background:#eef4e7;border-top:1px solid #EEF4E7;border-bottom:1px solid #EEF4E7;padding:0 15px;}
.gray_box .top_part{padding:0;margin:0;width:328px;height:20px;background:url('images/express_enquiry_top.png') no-repeat center top transparent;}
.gray_box .bottom_part{padding:0;margin0;width:328px;height:20px;background:url('images/express_enquiry_bottom.png') no-repeat center top transparent;}

/*===== GRAY BOX(LONG) =====*/
.gray_box_long{width:605px;margin:0 0 27px 0;}
.gray_box_long .mid_part{width:575px;background:#eef4e7;border-top:1px solid #EEF4E7;border-bottom:1px solid #EEF4E7;padding:0 15px;}
.gray_box_long .top_part{padding:0;margin:0;width:605px;height:20px;background:url('images/express_enquiry_top_long.png') no-repeat center top transparent;}
.gray_box_long .bottom_part{padding:0;margin:0;width:605px;height:20px;background:url('images/express_enquiry_bottom_long.png') no-repeat center top transparent;}

#main-container h1{border-bottom:4px solid #F58426;padding:0 0 15px 0;}
#main-container h1.green_line{border-color:#8cc43e;}

/*===== TEMPLATE STRUCTURE =====*/
.top_line{width:100%;height:17px;background:url('images/top_line.png') repeat-x 0 -1px transparent;}
#main-wrapper{width:960px;margin:0 auto 0 auto;}
#main-container{min-height:500px;padding:0 0 20px 0;}
#main-container #content-left{width:602px;float:left;/*outline:1px dotted silver;*/}
#main-container #content-left-halfpage{width:461px;float:left;/*outline:1px dotted silver;*/}
#main-container #content-left-short{width:223px;float:left;}
#main-container #content-right{width:326px;float:right;/*outline:1px dotted silver;*/}
#main-container #content-right-halfpage{width:462px;float:right;/*outline:1px dotted silver;*/}
#main-container #content-right-long{width:701px;float:right;}
#main-container .content-fullwidth{width:960px;margin:0 auto 0 auto;}


/*added 8-6-2014*/
#main-container .content-right-halfpage{width:462px;float:right;/*outline:1px dotted silver;*/}
#main-container .content-left-halfpage{width:461px;float:left;/*outline:1px dotted silver;*/}


/*===== HEADER =====*/
#main-wrapper .masthead{width:960px;height:200px;margin:0 auto 0 auto;position:relative;/*outline:1px solid silver;*/}
#main-wrapper .masthead .mfo_logo{display:block;float:left;margin:7px 0 0 0;}
#main-wrapper .masthead .mfo_logo img{display:block;}

#main-wrapper .masthead .login_member_nav{position:absolute;top:0;right:0;}

#main-wrapper .masthead .loginform{width:480px;position:absolute;top:10px;right:0;padding:0;margin:0;}
#main-wrapper .masthead .loginform input.custom_textbox{float:left;margin:0 2px 0 0;}
#main-wrapper .masthead .loginform button[type="submit"]{float:right;width:88px;margin:2px 0 0 0;}
.ie8 #main-wrapper .masthead .loginform button[type="submit"]{margin:2px 0 0 0;}

#main-wrapper .masthead .social_btn{list-style:none;position:absolute;top:112px;right:0;}
#main-wrapper .masthead .social_btn > li{float:left;margin:0 3px 0 0;padding:0;background:none;}

#main-wrapper .masthead .main-navigation{float:right;list-style:none;}
#main-wrapper .masthead .main-navigation > li{position:relative;float:left;margin:70px 0 0 0;padding:5px 0;background:url('images/main_nav_bg_1.png') repeat-x 0 0 transparent;}
#main-wrapper .masthead .main-navigation > li > a{display:block;padding:9px 21px 0 21px;margin:0;height:auto;font-size:15px;line-height:15px;color:#fff;font-weight:bold;text-decoration:none;border-right:1px solid #aeaeb0;border-left:1px solid #6c6c6e;text-transform:uppercase;}
#main-wrapper .masthead .main-navigation > li.menu-item-home > a{padding-right:44px;}
#main-wrapper .masthead .main-navigation > li.menu-item-team > a{padding-right:44px;}
#main-wrapper .masthead .main-navigation > li.menu-item-news > a{padding-right:44px;}
#main-wrapper .masthead .main-navigation > li.menu-item-pdportal > a{padding-right:26px;}
#main-wrapper .masthead .main-navigation > li:first-child > a{border-left:0;}
#main-wrapper .masthead .main-navigation > li:last-child > a{border-right:0;}
#main-wrapper .masthead .main-navigation > li > span.mfo_super{font-size:10px;line-height:10px;font-weight:bold;color:#c7c6c1;position:absolute;top:4px;left:22px;}
#main-wrapper .masthead .main-navigation > li > span.icon_super{font-family:"arial";font-size:11px;line-height:11px;position:absolute;top:14px;right:19px;color:#fff;}
/*hovered*/
#main-wrapper .masthead .main-navigation > li.hovered{background:url('images/main_nav_bg_2.png') repeat-x 0 0 transparent;}
#main-wrapper .masthead .main-navigation > li.hovered > a{border-color:#89bc0f;}
#main-wrapper .masthead .main-navigation > li.hovered span.mfo_super{color:#fff;}
#main-wrapper .masthead .main-navigation > li.hovered_right > a{border-left:1px solid transparent;}
#main-wrapper .masthead .main-navigation > li.hovered_left > a{border-right:1px solid transparent;}
/*main navigation current page*/
#main-wrapper .masthead .main-navigation > li.current-menu-item{background:url('images/main_nav_bg_2.png') repeat-x 0 0 transparent;}
#main-wrapper .masthead .main-navigation > li.current-menu-item > a{border-color:#89bc0f;}
#main-wrapper .masthead .main-navigation > li.current-menu-item span.mfo_super{color:#fff;}
#main-wrapper .masthead .main-navigation > li.current_menu_right > a{border-left:1px solid transparent;}
#main-wrapper .masthead .main-navigation > li.current_menu_left > a{border-right:1px solid transparent;}
/*sub-menu*/
#main-wrapper .masthead .main-navigation > li > ul{display:none;margin:0;width:180px;position:absolute;top:35px;left:0;z-index:999;list-style:none;border-top:1px solid #fff;background:#6c6d70;}
#main-wrapper .masthead .main-navigation > li.hovered > ul{display:block;}
#main-wrapper .masthead .main-navigation > li > ul > li {border-top:1px solid #6c6d70;border-bottom:1px solid #6c6d70;padding:0;background:none;}
#main-wrapper .masthead .main-navigation > li > ul > li:hover {border-top:1px solid #8cc802;border-bottom:1px solid #8cc802;background:#7fb20b;}
#main-wrapper .masthead .main-navigation > li > ul > li > a{display:block;font-family:"myriad-pro";font-size:14px;color:#fff;font-weight:normal;padding:5px 0 5px 15px;text-transform:uppercase;}
#main-wrapper .masthead .main-navigation > li > ul > li > a:hover{text-decoration:none;}


#content-right .popular_ta{margin:0 0 18px 0;}
#content-right .popular_ta.second_design h3{color:#D5D2D2;text-transform:uppercase;}
#content-right .popular_ta .popular_course{margin:20px 0 0 0;padding:0 0 12px 0;border-bottom:1px solid #d4d4d4;}
#content-right .popular_ta .popular_course h2.course_title{font-size:24px;line-height:27px;}

#content-right .your_progress{/*margin:16px 0 0 0;*/}

#content-right .how_to{}
#content-right .how_to h3{padding:0 0 10px 0;background:url("images/white_gray_line.png") repeat-x left bottom transparent;}
#content-right .how_to h3.workbook{background:url("images/your_try_icon.jpg") no-repeat left 10px transparent; /*border-top: 1px solid #DEE7D3;*/height: 38px; padding: 24px 0 0 65px;}
#content-right .attachment .tools h3.background_resources{background:url("images/read_icon.jpg") no-repeat left 10px transparent; border-top: 1px solid #DEE7D3;border-bottom:none;height: 48px; padding: 28px 0 0 65px;}
#content-right .how_to ul > li{background:none;padding:0}

#content-right .current_coursetype h3{padding:0 0 10px 0;background:url("images/white_gray_line.png") repeat-x left bottom transparent;}

#content-right .your_progress h3{padding:0 0 10px 0;background:url("images/white_gray_line.png") repeat-x left bottom transparent;}

#content-right .attachment{margin:0 0 25px 0;}
#content-right .attachment .workbook{padding:0 0 10px 0;background:url("images/white_gray_line.png") repeat-x left bottom transparent;}
#content-right .attachment .background_resources{padding:0 0 10px 0;border-bottom:1px solid #dee7d3;}
#content-right .attachment .gray_box{margin:0 0 20px 0;}
#content-right .attachment ul{list-style:none;margin:0;}
#content-right .attachment ul > li{padding:0;background:none;margin:0px 0px 0px 10px;}
#content-right .attachment .tools{/*padding:0 15px;*/}

#content-right .deliveryoptions h3{padding:0 0 10px 0;background:url("images/white_gray_line.png") repeat-x left bottom transparent;}
#content-right .deliveryoptions .item{margin:0 0 15px 0;}
#content-right .deliveryoptions .item .title{margin:0 0 5px 0;}

#content-right .express_enquiry h3{padding:0 0 15px 0;background:url("images/white_gray_line.png") repeat-x left bottom transparent;}
#content-right .express_enquiry .expressenquiry{margin:0;}
#content-right .express_enquiry .expressenquiry .control-label{font-size:13px;text-align:left;width:85px;}
#content-right .express_enquiry .expressenquiry .controls{float:left;width:auto;margin:0;}
#content-right .express_enquiry .expressenquiry .controls input[type="text"]{float:left;display:block;width:193px;padding:4px 10px;background:#fff;border:0;outline:0;border-radius:0;box-shadow:none;}
#content-right .express_enquiry .expressenquiry input[type="submit"]{float:right;margin:5px 0 0 ;width:93px;}
#content-right .express_enquiry .expressenquiry .custom_btn_ie_support{float:right;margin:5px 0 0 ;}
#content-right .express_enquiry .expressenquiry .controls textarea{float:left;display:block;resize:none;width:277px;height:120px;max-width:277px;min-width:277px;padding:4px 10px;background:#fff;border:0;outline:0;border-radius:0;box-shadow:none;}
#content-right .express_enquiry .expressenquiry .control-group{margin:5px 0 0 0;}
#content-right .express_enquiry .expressenquiry #captcha{width:40px;}
#content-right .express_enquiry .expressenquiry .captcha_img{float:left;margin-right:10px;}
#content-left-halfpage .recent_news{margin:0;}
#content-left-halfpage .recent_news h3{color:#e77c30;text-transform:uppercase;}
#content-left-halfpage .recent_news .item{margin:20px 0 0 0;padding:0 0 0 0;border-bottom:1px solid #d5d5d5;}
#content-left-halfpage .recent_news .item:last-child{border:0;}

#content-left-halfpage .worldwide_footprint{width:455px;height:154px;position:relative;background:url("images/map_white_bt.png") no-repeat 0 0 transparent;}
#content-left-halfpage .worldwide_footprint h2{position:absolute;top:60px;right:0;font-size:20px;width:180px;line-height:20px;}
#content-left-halfpage .worldwide_footprint .click_here{position:absolute;top:101px;right:0;font-size:11px;text-transform:uppercase;color:#606061;}


#content-right-halfpage .dashboard_testimonials{margin:40px 0 0 0;}
#content-right-halfpage .dashboard_testimonials h2{font-size:40px;line-height:44px;}
#content-right-halfpage .dashboard_testimonials .author_name{text-transform:uppercase;}
#content-right-halfpage .dashboard_testimonials .other_info{font-size:12px;}

#content-right-halfpage .see_mfo_atwork .mid_part{position:relative;height:105px;}
#content-right-halfpage .see_mfo_atwork .mid_part h2{position:absolute;top:-3px;left:47px;color:#707070;font-size:34px;width:180px;}
#content-right-halfpage .see_mfo_atwork .mid_part img{position:absolute;top:-14px;right:48px;display:block;}
#content-right-halfpage .see_mfo_atwork .click_here{position:absolute;top:98px;left:47px;display:block;text-transform:uppercase;font-size:11px;}

#content-left .ta_filter{width:602px;height:138px;margin:25px 0 0 0;position:relative;background: url('images/find_a_course_bg.png') no-repeat 0 0 transparent;}
#content-left .ta_filter #searchform{margin:0 0 8px 0;}
#content-left .ta_filter #searchform h2{margin:0 10px 0 10px;padding:15px 0 14px 0;background:url('images/white_gray_line.png') repeat-x bottom left transparent;}
#content-left .ta_filter .selectboxit-container{width:179px;overflow:hidden;}
#content-left .ta_filter .selectboxit-container .selectboxit{display:block;width:179px;height:31px;outline:0;background: url('images/custom_select_bg_179.png') no-repeat 0 0 transparent;}
#content-left .ta_filter .selectboxit-container .selectboxit .selectboxit-text{display:block;font-size:12px;overflow:hidden;min-width:118px;width:118px;height:18px;padding:6px 25px 6px 7px;color:#bbbbbb;}
#content-left .ta_filter .selectboxit-container .selectboxit-options{min-width:177px;width:177px;margin:0;padding:0;list-style:none;position:absolute;overflow-x:hidden;overflow-y:auto;cursor:pointer;display:none;z-index:9999999999999;text-align:left;background:#fbfbfb;border:1px solid #E2E3E4;background:#fff;}
#content-left .ta_filter .selectboxit-container .selectboxit-options > li{display:block;margin:5px 0 5px 0;padding:0;background:none;}
#content-left .ta_filter .selectboxit-container .selectboxit-options > li > a{display:block;width:auto;padding:0 7px 0 7px;font-size:12px;color:#767676;}
#content-left .ta_filter .selectboxit-container .selectboxit-options > li > a:hover{color:#8CC43E;text-decoration:underline;}
#content-left .ta_filter label{float:left;width:150px;}
.ie7 #content-left .ta_filter label{margin-left:21px;}
#content-left .ta_filter label[for="delivery"]{margin:7px 0 5px 20px;}
#content-left .ta_filter label[for="topic_id"]{margin:7px 0 5px 20px;}
#content-left .ta_filter label[for="countryid"]{margin:7px 0 5px 43px;}
#content-left .ta_filter select{width:160px;}
#content-left .ta_filter select#delivery{margin:0 0 0 20px;}
#content-left .ta_filter select#topic_id{margin:0 0 0 31px;}
#content-left .ta_filter select#countryid{margin:0 0 0 30px;}
#content-left .ta_filter #deliverySelectBoxItContainer{float:left;margin:0 0 0 16px;}
#content-left .ta_filter #topic_idSelectBoxItContainer{float:left;margin:0 0 0 16px;}
#content-left .ta_filter #countryidSelectBoxItContainer{float:left;margin:0 0 0 15px;}

#content-left .searchresults{margin:20px 0 0 0;}
#content-left .searchresults .item{margin:0 0 20px 0;padding:0 0 20px 0;border-bottom:1px solid #d4d4d4;}
#content-left .searchresults .item:nth-last-child(2){border:0;}
#content-left .searchresults .item h3{margin:0 0 15px 0;}
#content-left .searchresults .item .item_image{float:left;}
#content-left .searchresults .item .item_image img{display:block;margin:0;width:128px;height:auto;border:1px solid #ededed;border-radius:10px;}
#content-left .searchresults .item .item_info{float:right;width:454px;}
#content-left .searchresults .item .item_info h4{margin:0 0 5px 0;}
#content-left .searchresults .item .item_info .self_serve{margin:0 0 5px 0;float:left;}
#content-left .searchresults .item .item_info .whats_this{float:left;margin:0 0 0 8px;text-decoration:underline;}
#content-left .searchresults .item .item_info .readmore{color:#e77c30;}
#content-left .searchresults .item .item_info .register_and_begin{/*float:left;*/margin:0 0 0 10px;}
#content-left .searchresults .item .item_info .enquiry{/*float:left;*/}

#footer {background: none repeat scroll 0 0 #434343;height: 45px;}
#footer .footer_details {margin: 0 auto;width: 960px;}
#footer .footer_details ul.footer_nav {float: left;list-style: none outside none;margin: 17px 0 0 0;}
#footer .footer_details ul.footer_nav > li {float: left;margin: 0 25px 0 0;padding:0;background:none;}
#footer .footer_details ul.footer_nav > li > a {color: #FFFFFF;font-size: 14px;}
#footer .footer_details .all_right_reserved {color: #FFFFFF;float: right;font-size: 14px;margin: 12px 0 0 0;}
#footer .footer_details .all_right_reserved > ul{margin:0;}
#footer .footer_details .all_right_reserved > ul > li{background-image:none;margin:0 0 0 20px;padding:0;float:left;}

.dashboard_available_modules{margin:0;padding:0 0 10px 0;position:relative;border-bottom:1px solid #d4d4d4;}
.dashboard_available_modules:last-child{border:0;}
.dashboard_available_modules .item_image{float:left;margin:15px 0 0 0;}
.dashboard_available_modules .item_image img{width:120px;height:auto;display:block;border:1px solid #EDEDED;border-radius:10px;}
.dashboard_available_modules .item_description{float:left;width:425px;margin:14px 0 0 23px;}
.dashboard_available_modules .item_description h3{text-transform:uppercase;}
.dashboard_available_modules .available_modules{float:right;width:300px;margin:20px 0 0 0;}
.dashboard_available_modules .available_modules .myriadpro_bld_cufon{margin:0 0 10px 0;}
.dashboard_available_modules .available_modules .custom_btn{margin:10px 0 0 0;}

.items .item{margin:0 0 10px 0;border-bottom:1px solid #D5D5D5;padding:0 0 12px 0;}
.items .item .custom_btn_blue{padding:6px 25px 6px 25px;margin:6px 6px 0 0;float:left;}
.items .item.disable .custom_btn_blue{background:#7fc1d9;}
.items .item.disable .custom_btn_blue:hover{text-decoration:none;}

#content-left .content-container .slideshare{margin:0 auto 0 auto;text-align:center;}
#content-left .custom_btn_orange.apply_btn{float:left;display:block;width:567px;margin:0 0 27px 0;}

#content-left .content .top{margin:20px 0 30px 0;}
#content-left .content .top .image_container{float:left;margin:0 0 20px 0;}
#content-left .content .top .image_container img{display:block;width:166px;height:auto;display:block;}
#content-left .content .top .info_container{float:left;margin:0 0 0 30px;width:380px;}
#content-left .content .top .info_container .field{margin:0 0 10px 0;}
#content-left .content .top .info_container .field .self_serve{float:left;}
#content-left .content .top .info_container .field .whats_this{float:left;margin:0 0 0 8px;text-decoration:underline;}
#content-left .content .top .info_container .field #btnenquire{width:175px;margin:14px 5px 5px 0;}
#content-left .content .top .info_container .field #btnenroll{width:175px;}

#content-left .content .top .info_container .lbldelivery{float:left;margin:4px 10px 0 0;}
#content-left .content .top .info_container .select_delivery{float:left;}
#content-left .content .top .info_container .select_delivery .price{float:left;margin:4px 0 0 0;}
#content-left .content .top .info_container .select_delivery form#form{margin:0;}

#content-left .content .top.profDevEnrollPage{margin:20px 0 0 0;}
#content-left .content .top.profDevEnrollPage .addtech{margin:0 0 0 100px;}
#content-left .content .top.profDevEnrollPage .price{margin:0 0 0 100px;}

.upload_attachment{margin:0 0 0 0;}
/*.upload_attachment .mid_part h3{padding:0 0 10px 0;background:url("images/white_gray_line.png") repeat-x left bottom transparent;}*/
.upload_attachment form{padding:0 0 20px 0;background:url("images/white_gray_line.png") repeat-x left top transparent;}
.upload_attachment .top_part{height:16px;}
.upload_attachment .mid_part h3{background: url("images/certification_icon.png") no-repeat scroll left 10px transparent; height: 44px;padding: 26px 0 0 62px; margin-top: -4px;}
.upload_attachment .mid_part label{float:left;margin:18px 10px 0 0;}
.upload_attachment .mid_part #file_display_text{float:left;margin:18px 10px 0 0;background:#fff;}
.upload_attachment .mid_part #file_display_btn{float:left;margin:18px 5px 0 0;width:95px;}
.upload_attachment .mid_part input[type="submit"]{float:left;margin:18px 0 0 0;width:95px;}

.our_partners .mid_part{position:relative;height:151px;}
.our_partners .mid_part h2{position:absolute;top:-10px;left:8px;color:#707070;font-size:28px;text-align:center;width:309px;} 
.our_partners .mid_part .img_container{position:relative;top:24px;left:53px;margin:0;}
.our_partners .mid_part .img_container img{width:210px;height:135px;display:block;margin:0 auto;}

.addtech{float:left;clear:left;}
.addtech label{float:left;width:auto;margin:0 0 0 10px;}
.addtech label input{float:left;margin:4px 5px;}
.addtech .title{float:left;}

#content-left .content .top .info_container .selectboxit-container{width:179px;overflow:hidden;}
#content-left .content .top .info_container .selectboxit-container .selectboxit{display:block;width:179px;height:31px;outline:0;background: url('images/custom_select_bg_179.png') no-repeat 0 0 transparent;}
#content-left .content .top .info_container .selectboxit-container .selectboxit .selectboxit-text{display:block;font-size:12px;overflow:hidden;min-width:118px;width:118px;height:18px;padding:6px 25px 6px 7px;color:#bbbbbb;}
#content-left .content .top .info_container .selectboxit-container .selectboxit-options{min-width:177px;width:177px;margin:0;padding:0;list-style:none;position:absolute;overflow-x:hidden;overflow-y:auto;cursor:pointer;display:none;z-index:9999999999999;text-align:left;background:#fbfbfb;border:1px solid #E2E3E4;background:#fff;}
#content-left .content .top .info_container .selectboxit-container .selectboxit-options > li{display:block;margin:5px 0 5px 0;padding:0;background:none;}
#content-left .content .top .info_container .selectboxit-container .selectboxit-options > li > a{display:block;width:auto;padding:0 7px 0 7px;font-size:12px;color:#767676;}
#content-left .content .top .info_container .selectboxit-container .selectboxit-options > li > a:hover{color:#8CC43E;text-decoration:underline;}
#content-left .content .description .label{background-color:#f58426;padding:5px 10px 7px 10px;margin:6px 5px 0 0;}
#content-left .content .description .label a{text-shadow:none;}

#content-right.alerts_page .popular_ta{margin:0;}
#content-right.modulecompletion .your_progress{margin:0;}
#content-left.modulecompletion input[type="text"]{margin:0;width:115px;height:19px;color:#565656;padding:6px 13px 6px 13px;border:0;outline:0;border-radius:0;box-shadow:none;background:url('images/input_text_bg.png') no-repeat 0 0 transparent;}
#content-left.modulecompletion textarea{margin:0;width:604px;height:108px;max-width:604px;max-height:108px;color:#565656;padding:6px 13px 6px 13px;border:0;outline:0;border-radius:0;box-shadow:none;resize:none;background:url('images/textarea_bg_long.png') no-repeat 0 0 transparent;}

.user_login hr{margin:10px 0 25px 0;}
.forgot_password hr{margin:10px 0 25px 0;}
.dashboard_details hr{margin:10px 0 25px 0;}
.dashboard_details input[type="text"], .dashboard_details input[type="password"]{margin:0;width:187px;height:19px;color:#565656;padding:6px 13px 6px 13px;border:0;outline:0;border-radius:0;box-shadow:none;background:url('images/text_mid_bg.png') no-repeat 0 0 transparent;}
.dashboard_details input[type="text"]:focus, .dashboard_details input[type="password"]:focus{box-shadow:none!important;color:#6d6e71!important;}

.modal .modal-body .form-horizontal .control-group{margin-bottom:10px;}
.modal .modal-body .form-horizontal .control-group .help-block{margin:0px;}
.modal .modal-body{max-height:350px;}

#enrollform .control-group{margi-bottom:15px;}
#enrollform .control-group .help-block{margin:0px;}
#enrollform .selectboxit-container{width:214px;overflow:hidden;}
#enrollform .selectboxit-container .selectboxit{display:block;width:214px;height:31px;outline:0;background: url('images/selectBoxIt_default_bg_2.png') no-repeat 0 0 transparent;}
#enrollform .selectboxit-container .selectboxit .selectboxit-text{display:block;font-size:14px;overflow:hidden;min-width:146px;width:146px;height:19px;padding:4px 25px 6px 14px;color:#565656;}
#enrollform .selectboxit-container .selectboxit-options{min-width:212px;width:212px;margin:0;padding:0;list-style:none;position:absolute;overflow-x:hidden;overflow-y:auto;cursor:pointer;display:none;z-index:9999999999999;text-align:left;background:#fbfbfb;border:1px solid #E2E3E4;}
#enrollform .selectboxit-container .selectboxit-options > li{display:block;margin:5px 0 5px 0;padding:0;background:none;}
#enrollform .selectboxit-container .selectboxit-options > li > a{display:block;width:auto;padding:0 7px 0 7px;font-size:12px;color:#565656;}
#enrollform .selectboxit-container .selectboxit-options > li > a:hover{color:#8CC43E;text-decoration:underline;}
#enrollform input[type="text"], #enrollform input[type="password"], #enrollform input[type="email"]{margin:0;width:187px;height:19px;color:#565656;padding:6px 13px 6px 13px;border:0;outline:0;border-radius:0;box-shadow:none;background:url('images/text_mid_bg.png') no-repeat 0 0 transparent;}
#enrollform input[type="text"]:focus, #enrollform input[type="password"]:focus, #enrollform input[type="email"]:focus{box-shadow:none!important;color:#6d6e71!important;}
#enrollform input#captcha{width:115px;background:url('images/input_text_bg.png') no-repeat 0 0 transparent;}
#enrollform img.captcha_img{margin:0 0 0 -8px;}
#enrollform textarea{box-shadow:none!important;width:187px;padding:8px 14px;color:#565656;resize:none;height:150px;background:url("images/textareabg.png") left top no-repeat;border:0px;border:none;}				  

.hascustomcomboxbox input[type="text"]{margin:0;width:100px;height:19px;color:#565656;padding:6px 13px 6px 13px;border:0;outline:0;border-radius:0;box-shadow:none;background:url('images/text_mid_bg.png') no-repeat 0 0 transparent;}
.hascustomcomboxbox input[type="text"]:focus{box-shadow:none!important;color:#6d6e71!important;}

.hascustomcomboxbox .selectboxit-container{width:214px;overflow:hidden;}
.hascustomcomboxbox .selectboxit-container .selectboxit{display:block;width:214px;height:31px;outline:0;background: url('images/selectBoxIt_default_bg_2.png') no-repeat 0 0 transparent;}
.hascustomcomboxbox .selectboxit-container .selectboxit .selectboxit-text{display:block;font-size:14px;overflow:hidden;min-width:146px;width:146px;height:19px;padding:4px 25px 6px 14px;color:#565656;}
.hascustomcomboxbox .selectboxit-container .selectboxit-options{min-width:212px;width:212px;margin:0;padding:0;list-style:none;position:absolute;overflow-x:hidden;overflow-y:auto;cursor:pointer;display:none;z-index:9999999999999;text-align:left;background:#fbfbfb;border:1px solid #E2E3E4;}
.hascustomcomboxbox .selectboxit-container .selectboxit-options > li{display:block;margin:5px 0 5px 0;padding:0;background:none;}
.hascustomcomboxbox .selectboxit-container .selectboxit-options > li > a{display:block;width:auto;padding:0 7px 0 7px;font-size:12px;color:#565656;}
.hascustomcomboxbox .selectboxit-container .selectboxit-options > li > a:hover{color:#8CC43E;text-decoration:underline;}

.latest_subscribers{min-height:300px}

.prof_development_banner{margin:0 0 30px 0;position:relative;}
.prof_development_banner img{display:block;border:1px solid #E9E9E9;border-radius:6px;}

.prof_development_introtext .summary .read-more a{font-size:11px;color:#8CC43E;text-transform:uppercase;}
.prof_development_introtext .details .read-less a{font-size:11px;color:#8CC43E;text-transform:uppercase;}

.green_header_with_bg.dashboard{margin:10px 0 10px 0;}

.pending_completion{margin:0 0 0 10px;font-size:13px;font-weight:bold;color:#E77C30;}
.item .icon_done{display:inline-block;margin:0 0 0 10px;width:16px;height:16px;background:url('images/thumbs_up.png') no-repeat 0 0 transparent;}

.item.disable p{color:#DFDADA;}
.item.disable h3{color:#C1DA8E;}
.item.disable .custom_btn{background:#C1DA8E;border-color:#9BD50D;box-shadow:none;}
.item.disable .custom_btn:hover{background:#C1DA8E;}
.item.disable .custom_btn:active{background:#C1DA8E;}

.txtinfo{float:left;clear:left;width:300px;}

.whats_this_pop_up{position:fixed;top:0;left:0;z-index:777;background:url('images/modal_opacity70_bg.png') repeat 0 0 transparent;}
.whats_this_pop_up .pop_up_msg{position:relative;z-index:888;width:300px;margin:100px auto 10px auto;border:6px solid #D4E9B8;padding:20px;background:#fff;}
.whats_this_pop_up .pop_up_msg .close_whats_this_pop_up{position:absolute;top:-11px;right:-11px;z-index:999;width:24px;height:24px;background:url('images/modal_close_btn.png') no-repeat 0 0 transparent;}

.course_attachment{margin:30px 0 20px 0;}
.btn_need_extension{width:179px;}

.totalcost-container{font-size:14px;font-weight:bold;}
#totalcost{font-size:14px;font-weight:bold;margin-top:5px;display:block}

.forgot_password .form-horizontal{margin:30px 0 0 0;}
.forgot_password .form-horizontal .control-label{width:auto;}
.forgot_password .form-horizontal .controls{margin-left:70px;}
.how_to ul,ol{list-style:disc!important;padding-left:20px}


.agree_pop_up {
    background: url("images/modal_opacity70_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 0;
    position: fixed;
    top: 0;
    z-index: 777;
}
.agree_pop_up .pop_up_msg{position:relative;z-index:888;width:300px;margin:100px auto 10px auto;border:6px solid #D4E9B8;padding:20px;background:#fff;}
.agree_pop_up .pop_up_msg .close_whats_this_pop_up{position:absolute;top:-11px;right:-11px;z-index:999;width:24px;height:24px;background:url('images/modal_close_btn.png') no-repeat 0 0 transparent;}
.agree_pop_up .pop_up_msg .checks input{float:left;margin-right:5px}
.agree_pop_up .btnsubmit{clear:both;}

.course_attachments{display:block;}