
/*reset html propeties*/
/*
ul,li {
    margin: 0;
    padding: 0;
    list-style:none;
}
*/

img {
    outline: 0;
    border: 0;
}

/*learning page*/
.round_box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.round_box_right {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.round_box_tleft {
    -moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.mlearning_logo_container {
    text-align: left;
    padding: 5px 10px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

.mlearning_logo {
    border-left: 1px #cccccc solid;
    padding-left: 25px;
    font-size: 25px;
    font-weight: 800;
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    width: 300px;
}

#monster_learning {
    margin: 0 auto;
    width: 964px;
    background: #ffffff;
    padding: 0px 17px;
	margin-bottom:20px;
	
}


#monster_learning .main {
    width: 960px;
    background: #ffffff;
}

#monster_learning .content {
    padding: 10px;
    width: 940px;
    display: block;
}
#monster_learning #main_header{
	padding:15px 10px;
	height:60px;
	background:#f3f3f3;
	margin-bottom:10px;
}

#main_header .logo{
/*	height:60px;
	width: 185px;*/
	text-decoration:none;
	}
#main_header .logo img{
/*		height:60px;
	width: 185px;	*/	
	}
	
	#main_header .adspace{
		width:468px;
		height:60px;
	}
#monster_learning .left {
    width: 260px;
    float: left;
}

#monster_learning .right {
    width: 650px;
    float: right;
    margin-right: 3px;
}

#monster_learning .nav {
    width: 260px;
    background: #f3f3f3;
}

#monster_learning .nav .nav_header {
    width: 240px;
    height: 28px;
    text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 10px 7px 10px;
    display: block;
 background: #a285bd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyODViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjViOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a285bd 0%, #7f5b9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a285bd), color-stop(100%,#7f5b9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a285bd 0%,#7f5b9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a285bd', endColorstr='#7f5b9e',GradientType=0 ); /* IE6-8 */

}

#monster_learning .nav .menu {
    width: 260px;
    padding-bottom: 0px;
    display: block;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    background-color: #F3F3F3;
}

#learning_nav {
    width: 260px;
}

#learning_nav li {
    background-color: #F3F3F3;
    border-bottom: 1px #d5d5d5 solid;
    border-left: 5px #d5d5d5 solid;
    height: 34px;
}
#learning_nav li:last-child{border-bottom:0px;}

#learning_nav li a {
    padding-left: 10px;
text-decoration: none;
font-size: 15px;
color: #7c6d64;
font-weight: 500;
line-height: 33px;
width: 230px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#learning_nav li:hover {
    background-color: #ffffff;
    border-bottom: 1px #b39acb solid;
    border-left: 5px #b39acb solid;
}

#learning_nav li:hover a {
    color: #663399;
}

#learning_nav li ul {
    position: absolute;
    width: 240px;
    display: none;
    z-index: 99;
    background: #ffffff;
    margin-top: -25px;
    margin-left: 230px;
}

#learning_nav li:hover ul li {
    border: none;
            border-bottom: 1px #d5d5d5 solid;
    border-left: 5px #d5d5d5 solid;
}

#learning_nav li:hover ul li:hover {
    background-color: #ffffff;
        border-bottom: 1px #b39acb solid;
    border-left: 5px #b39acb solid;
}

#learning_nav li:hover ul li a {
    color: #7c6d64;
    padding-left: 5px;
	width:220px;
}

#learning_nav li:hover ul li:hover a {
    color: #663399;
    padding-left: 5px;
	
}

#learning_nav li:hover ul ul {
    position: absolute;
    width: 240px;
    display: none;
    z-index: 100;
    background: #ffffff;
}

#learning_nav li:hover ul li:hover ul li {
    border: none;
    border-bottom: 1px #d5d5d5 solid;
    border-left: 5px #d5d5d5 solid;
}

#learning_nav li:hover ul li:hover ul li:hover {
    background: #ffffff;
    border-left: 5px #b39acb solid;
    border-bottom: 1px #b39acb solid;
}

#learning_nav li:hover ul li:hover ul li a {
    color: #7c6d64;
}

#learning_nav li:hover ul li:hover ul li:hover a {
    color: #663399;
}

#monster_learning .nav_level {
    background-image: url('../images/nav_bullet.png');
    background-repeat: no-repeat;
    background-position: 240px 8px;
}

#monster_learning .nav_level1 {
    background-image: url('../images/nav_bullet.png');
    background-repeat: no-repeat;
    background-position: 220px 8px;
}

#monster_learning .footer {
    padding: 6px 5px 4px 10px;
    background: #f3f3f3;
    text-align: right;
    height: 24px;
}

#monster_learning .footer .more {
    cursor: pointer;
    float: right;
    text-align: right;
    color: #ffffff;
    font-weight: 500;
    height: 20px;
    overflow: hidden;
    width: 68px;
}

#monster_learning .footer .plus {
    background: #514a4a;
    padding: 4px 5px 1px 5px;
}

#monster_learning .footer .more_txt {
    background: #948a8a;
    padding: 0px 5px 3px 5px;
    width: 35px;
    font-size: 15px;
    letter-spacing: 1px;
}

#monster_learning .footer .more:hover .plus {
    background-color: #972404;
}

#monster_learning .footer .more:hover .more_txt {
    background-color: #f5572c;
}

#monster_learning .footer .active .plus {
    background-color: #972404;
}

#monster_learning .footer .active .more_txt {
    background-color: #f5572c;
}

#monster_learning .slider {
    width: 630px;
    background: #F3F3F3;
    height: 230px;
    border: 1px #f3f3f3 solid;
    padding: 10px;
}

#monster_learning .slider .roller {
    position: relative;
    overflow: hidden;
    width: 630px;
    height: 230px;
}

#monster_learning .slider .roller .image_container {
    float: left;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
}

#monster_learning .slider .roller .image_container .slider_item {
    width: 630px;
    height: 230px;
    float: left;
}

#monster_learning .slider .roller .slider_paging {
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    float: right;
    z-index: 5;
}

#monster_learning .slider .roller .slider_paging a {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: url('../images/slider_nav.png') 0 0;
    float: left;
    margin-left: 5px;
}

#monster_learning .slider .roller .slider_paging a.active, #monster_learning .slider .roller .slider_paging a:hover {
    background: url('../images/slider_nav.png') -18px 0;
}

#monster_learning .provider_container {
    width: 256px;
    background: #f3f3f3;
    padding: 0px 2px 0px 5px;
	
}

#monster_learning .provider_container .providers_listing {
    background: #ffffff;
    padding: 10px 10px 5px 0px;
    width: 242px;
    height: 560px;
    overflow: hidden;
}
.provider_listing_new{width:100%;}
#monster_learning .provider_container .providers_listing .float_left {
    margin-top: 8px;
    margin-left: 13px;
}

#monster_learning .provider_container .providers_listing a {
    text-decoration: none;
}

#monster_learning .provider_container .providers_listing a img {
	height:39px;
    width: 105px;
    border: 1px #ccc solid;
}

#monster_learning .provider_container .providers_listing a:hover img, #monster_learning .provider_main_c:hover {
    box-shadow: 0 0 3px 0 #0070c0;
    -moz-box-shadow: 0 0 3px 0 #0070c0;
    -webkit-box-shadow: 0 0 3px 0 #0070c0;

}

#monster_learning .course_container {
    width: 640px;
    background: #f3f3f3;
    padding: 0px 5px 0px 5px;
}

#monster_learning .course_container1 {
    width: 640px;
    padding: 0px 5px 0px 5px;
}

#monster_learning .course_container1 .header {
    color: #f5572c;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px #f3f3f3 solid;
}

#monster_learning .course_container .header, #monster_learning .provider_container .header, #monster_learning .provider_course_header {
    color: #663399;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
}

#monster_learning .course_listing {
    width: 640px;
    background: #ffffff;
}

#monster_learning .o_courses .course_listing {
    width: 610px;
}

#monster_learning .c_provider_listing {
    width: 620px;
    background: #ffffff;
    padding: 10px;
}

#monster_learning .course_listing .programme_land {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
	display:block;
}

#monster_learning .course_listing .programme_land a {
    color: #7f5b9e;
    text-decoration: none;
	background: #f3f3f3;
	padding:10px 20px;
	
}

#monster_learning .course_listing .programme_land a:hover {
    text-decoration: underline;
}

#monster_learning .course_listing .all_courses {
    padding: 0px 10px 10px 0px;
    background: #ffffff;

}

#monster_learning .course_listing .all_courses .i_course {
    float: left;
    position:relative;
    width: 190px;
    padding: 10px;
    height: 108px;
	
}


#monster_learning .course_listing .all_courses .i_course a {
    background-color: #ffffff;
    color: #820922;
    display: block;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 0 3px 0 #8d8d8d;
    -moz-box-shadow: 0 0 3px 0 #8d8d8d;
    -webkit-box-shadow: 0 0 3px 0 #8d8d8d;
    padding: 5px;
    top: 17px;
    width: 190px;
    text-decoration: none;
    height: 76px;
}


#monster_learning .course_listing .all_courses .i_course a .course_title {
    font-size: 15px;
font-weight: 500;
text-align: left;
color: #737373;
padding-bottom: 3px;
border-bottom: 1px #ccc solid;
margin-bottom: 3px;
line-height: 18px;
display: block;
overflow: hidden;
height:18px;
}

#monster_learning .course_listing .all_courses .i_course a .p_logo {
	height:32px;
    width: 80px;
    border: 1px #ccc solid;
    margin-top: 5px;
    margin-bottom: 5px;
}

#monster_learning .course_listing .all_courses .i_course a .price {
    width: 80px;
    padding-top: 10px;
    text-align: right;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
}

#monster_learning .course_listing .all_courses .i_course a .price span {
    color: #f5572c;
    font-size: 18px;
    line-height: 20px;
    margin-left: 3px;
}

#monster_learning .course_listing .all_courses .i_course a .expand_course {
    background: #dedede;
    padding: 2px;
    margin-top: 15px;
}

#monster_learning .course_listing .all_courses .i_course a .expand_course .course_opt {
    line-height: 16px;
    font-size: 11px;
    padding: 2px 5px;
    color: #252525;
}

#monster_learning .course_listing .all_courses .i_course a .expand_course .course_opt .float_right {
    font-size: 12px;
    color: #000000;
}

#monster_learning .course_listing .all_courses .i_course a .odd {
    background: #f9f9f9;
    border-bottom: 1px gray solid;
    border-top: 1px gray solid;
}

#monster_learning .course_listing .all_courses .i_course a .even {
    background: #ffffff;
}

#monster_learning .course_listing .all_courses .i_course a.hovered {
box-shadow: 0 0 3px 0 #0070c0;
    -moz-box-shadow: 0 0 3px 0 #0070c0;
    -webkit-box-shadow: 0 0 3px 0 #0070c0;
	height:auto;
	
}



#monster_learning .course_listing .all_courses .i_course a:hover .course_title {
    color: #663399;
}

#monster_learning .provider_display .provider_courses span {
    font-weight: 600;
}

#monster_learning .provider_display:hover {
    background-color: #f3f3f3;
}

#monster_learning .hr {
    background-color: #dddddd;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}

#monster_learning .clear_left {
    clear: left;
}

#monster_learning .spacer {
    height: 25px;
    width: 100%;
    dispaly: block;
}

#monster_learning .close_popup {
    cursor: pointer;
    color: #ababab;
}

#monster_learning .close_popup:hover {
    color: #ffffff;
}

#monster_learning .course_popup_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #dddddd;
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    z-index: 990;
    display: none;
}

#monster_learning .course_popup {
    display: none;
    position: fixed;
    width: 960px;
    background-color: #ffffff;
    z-index: 999;
    padding-bottom: 5px;
    height: 590px;
}

#monster_learning .course_popup .header {
    width: 940px;
    height: 20px;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
    display: block;
   background: #a285bd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyODViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjViOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a285bd 0%, #7f5b9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a285bd), color-stop(100%,#7f5b9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a285bd 0%,#7f5b9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a285bd', endColorstr='#7f5b9e',GradientType=0 ); /* IE6-8 */

}

#monster_learning .course_content {
    padding: 5px;
    display: block;
}

#monster_learning .course_desc {
    width: 640px;
    padding: 10px;
}

#monster_learning .course_desc .course_header, #monster_learning .course_desc .course_main {
    width: 640px;
    display: block;
}

#monster_learning .course_desc .course_header .course_name {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 30px;
    font-weight: bold;
    color: #2A0000;
    text-align: left;
}

#monster_learning .provider_logo span {
    font-weight: bold;
}

#monster_learning .provider_logo img {
    width: 107px;
    height: 40px;
    border: 1px #c2b8b2 solid;
}

#monster_learning .course_desc .course_header .course_logo {
    width: 200px;
    height: 120px;
    padding: 15px 10px;
}

#monster_learning .course_desc .course_header .course_logo img {
    width: 200px;
    height: 120px;
}

#monster_learning .course_desc .course_header .quick_desc {
    width: 640px;
    background: #f3f3f3;
    padding-top: 10px;
}

#monster_learning .course_desc .course_header .quick_desc .info {
    width: 380px;
    padding: 10px;
    border-right: 1px #c2b8b2 solid;
}

#monster_learning .course_desc .course_header .quick_desc .info .info_list {
    font-size: 14px;
    margin-bottom: 5px;
    width: 380px;
	line-height:20px;
}

#monster_learning .course_desc .course_header .quick_desc .info .info_list .bold {
    font-weight: 600;
	width:250px;
	text-align:right;
	height:auto;
}

#monster_learning .course_desc .course_header .quick_desc .info .info_list .date {
    color: #f5572c;
}

#monster_learning .course_desc .course_header .quick_desc .info .info_list .clear {
    clear: both;
    margin-bottom: 10px;
    height: 1px;
    background: #c2b8b2;
}

#monster_learning .course_desc .course_header .quick_desc .info .info_list .rating {
    width: 90px;
}

#monster_learning .course_desc .course_header .quick_desc .info .info_list .rating img {
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 3px;
}

#monster_learning .course_desc .course_header .quick_desc .course_price {
    width: 205px;
padding: 0px;
margin-right: 10px;

}

#monster_learning .course_desc .course_header .quick_desc .course_price .pricetag_header {
    border-bottom:1px #c2b8b2 solid;
    margin-bottom: 3px;
    line-height: 22px;
    font-size: 18px;
    color: #383434;
    text-align: left;
}

#monster_learning .course_desc .course_header .quick_desc .course_price .pricebox {
width: 105px;
/*padding-right: 17px;*/
color: #f5572c;
line-height: 28px;
font-size: 18px;
/*background-image: url('../images/rupee.png');*/
background-repeat: no-repeat;
background-position: right center;
text-align: right;
font-weight: 600;
margin-right: 5px;
}

#monster_learning .course_desc .course_header .quick_desc .course_price .pricebox1 {
	text-decoration:line-through;
  width: 105px;
/*padding-right: 17px;*/
color: #f5572c;
line-height: 28px;
font-size: 18px;
background-image: url('../images/rupee.png');
background-repeat: no-repeat;
background-position: right center;
text-align: right;
font-weight: 600;
margin-right: 5px;
}

#monster_learning .course_desc .course_header .quick_desc .course_price .pricebox2 {
    width: 105px;
/*padding-right: 17px;*/
color: #0e8b05;
line-height: 28px;
font-size: 18px;
/*background-image: url('../images/rupee_g.png');*/
background-repeat: no-repeat;
background-position: right center;
text-align: right;
font-weight: 600;
margin-right: 5px;
}
#monster_learning .course_desc .fee_desc_wrapper{
		padding-bottom: 10px;
         margin-bottom: 10px;
		border-bottom:1px #c2b8b2 solid;
	}

#monster_learning .course_desc .fee_desc {
padding-left: 5px;
line-height: 28px;
width: 90px;
font-size: 15px;
color: #0d51ab;
}

#monster_learning .course_desc .course_main .tabs_main {
    width: 638px;
    background: #f3f3f3;
    margin-top: 20px;
}

/*#monster_learning .course_desc .course_main .tabs_main .accord_tab {
    width: 210px;
    border: 1px #f3f3f3 solid;
    border-top: 4px #f3f3f3 solid;
    border-bottom: 1px #676767 solid;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #767676;
    font-size: 16px;
    cursor: pointer;
} */

#monster_learning .course_desc .course_main .tabs_main .accord_tab {
    width: 210px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    color: #663399;
	font-weight:600;
    font-size: 16px;
   margin-left:10px;
}

#monster_learning .course_desc .course_main .tabs_main .accord_tab_blank {
    width: 210px;
    border: 1px #f3f3f3 solid;
    border-top: 4px #f3f3f3 solid;
    border-bottom: 1px #676767 solid;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #767676;
    font-size: 18px;
	
}

#monster_learning .course_desc .course_main .tabs_main .active {
    border: 1px #676767 solid;
    border-top: 4px #676767 solid;
    border-bottom: 1px #f3f3f3 solid;
    color: #663399;
	font-weight:600;

}

/*#monster_learning .course_desc .course_main .course_text {
    width: 615px;
    border: 1px #676767 solid;
    border-top: none;
    padding: 10px;
    color: #676767;
    display: none;
}*/

#monster_learning .course_desc .course_main .course_text {
    width: 615px;
    padding: 10px;
    color: #676767;
	
    
}

#monster_learning .course_desc .course_main .course_text .content_tab {
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
    line-height: 22px;
    height: 22px;
    font-weight:bold;}
/*#monster_learning .course_desc .course_main .course_text .content_tab:hover{background:#676767; color:#eeeeee;}*/
#monster_learning .course_desc .course_main .course_text .active {
    background: #676767;
    color: #eeeeee;
}

#monster_learning .course_desc .course_main .course_text .tab_content {
    display: none;
}

#monster_learning .application_form_c {
    width: 260px;
    padding: 10px;
    padding-right: 5px;
}

#monster_learning .application_form_c .application_form {
    background: #454545;
    padding: 0px 4px 3px 5px;
}

#monster_learning .form_elements {
    background: #ffffff;
    width: 480px;
    paddin-bottom: 10px;
}

.button {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    background: #da762b;
    margin: 0px 0px 10px 0px;
    border: 0px;
    padding: 4px 10px;
    border: 1px solid #660000;
	text-align:center;
}

.button:hover {
    -moz-box-shadow: 3px 3px 4px #bf958a;
    -webkit-box-shadow: 3px 3px 4px #bf958a;
    box-shadow: 3px 3px 4px #bf958a;
}

.button1 {
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    background: #da762b;
    border: 0px;
    padding: 2px 5px;
    border: 1px solid #660000;
}

.button1:hover {
    -moz-box-shadow: 3px 3px 4px #bf958a;
    -webkit-box-shadow: 3px 3px 4px #bf958a;
    box-shadow: 3px 3px 4px #bf958a;
}
/* course landing page*/
.course_landing_container {
    width: 640px;
    padding: 5px;
}

.course_landing_header {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    color: #2A0000;
}

#monster_learning #popup_lead_c {
    display: none;
    position: fixed;
    width: 500px;
    left: 50%;
    top: 50%;
    z-index: 999;
}
#monster_learning #disclaimer_popup{
    display: none;
    position: fixed;
    width: 500px;
    left: 50%;
    top: 50%;
    z-index: 999;
	height:150px;
}
#monster_learning #thankyou_lead_c {
    display: none;
    position: fixed;
    width: 500px;
    left: 50%;
    top: 50%;
    z-index: 999;
	
}

#monster_learning .popup_lead {
    width: 500px;
    background-color: #ffffff;
    position: relative;
    top: -230px;
    left: -250px;
    z-index: 1000;
    padding-bottom: 5px;
    height: 460px;
    border: 1px #663399 solid;
    box-shadow: 0 0 7px 0 #8d8d8d;
    -moz-box-shadow: 0 0 7px 0 #8d8d8d;
  
}

#monster_learning .form_header, #monster_learning .popup_lead .header {
    width: 460px;
    height: 20px;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
    display: block;
   background: #a285bd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyODViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjViOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a285bd 0%, #7f5b9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a285bd), color-stop(100%,#7f5b9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a285bd 0%,#7f5b9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a285bd 0%,#7f5b9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a285bd', endColorstr='#7f5b9e',GradientType=0 ); /* IE6-8 */

}

#monster_learning .form_header {
    width: 230px;
}

#monster_learning .close_leadform {
    cursor: pointer;
    color: #ababab;
}

#monster_learning .close_leadform:hover {
    color: #ffffff;
}

#monster_learning .popup_lead .application_form_c {
    padding: 0px;
}

#monster_learning .about_provider_m {
    width: 630px;
    background: #f3f3f3;
    border: 1px #f3f3f3 solid;
    padding: 10px;
}

#monster_learning .about_provider {
    width: 620px;
    background: #f3f3f3;
  
}

#monster_learning .about_provider_m .about_provider {
    background: #f3f3f3;
}

#monster_learning .about_provider .header {
    border-bottom: 1px #dfd8d4 solid;
    margin-bottom: 10px;
    disply: block;
}

#monster_learning .about_provider .p_name {
    font-size: 25px;
    font-weight: 600;
    line-height: 60px;
}

#monster_learning .about_provider .about_text {
    background: #ffffff;
    width: 610px;
    padding: 10px;
    text-align: justify;
}

#monster_learning .provider_banner {
    margin-bottom: 10px;
}

#monster_learning .provider_main_c {
    width: 620px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

#monster_learning .provider_main_c .about_provider {
    width: 610px;
    background: #ffffff;
}

#monster_learning .provider_main_c .about_provider img {
    border: 1px #ccc solid;
}

#monster_learning .provider_main_c .about_provider .p_name {
    padding-left: 5px;
    line-height: 20px;
    border-left: 1px #ccc solid;
    margin-left: 5px;
    font-size: 18px;
}

#monster_learning .provider_main_c  .about_c {
    padding: 5px;
}

#monster_learning .provider_main_c .about_provider .about_text {
    color: #555555;
    width: 420px;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    padding: 0px;
}

#monster_learning .reviews_container {
    width: 620px;
    background-color: #e0e0e0;
    margin-top: 10px;
    padding: 10px;
}

#monster_learning .reviews_container .post_review_h {
    color: #555555;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px #999999 solid;
    margin-bottom: 5px;
    font-weight: bold;
}

#monster_learning .reviews_container .review_textarea {
    margin-top: 10px;
}

.previous_review_h {
    color: #252525;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #999999 solid;
    margin-bottom: 5px;
    margin-top: 15px;
}

#monster_learning .review_date {
    font-size: 10px;
    color: #555555;
    font-weight: normal;
}

#monster_learning .previous_review_uname {
    color: #33678f;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #999999 solid;
    margin-bottom: 5px;
    margin-top: 5px;
}

#monster_learning .c_provider_listing .spacer {
    height: 10px;
}

.text:hover, .text:focus {
    background: #ffffff;
}

.input_style {
    margin: 8px 10px;
    width: 200px;
    color: #333;
}

.input_style2 {
    padding: 4px;
    width: 170px;
    margin: 3px 26px 0px 0px;
    color: #333;
}

.input_style3 {
    height: 200px;
    padding: 4px;
    width: 610px;
    outline: none;
    margin-top: 3px;
    color: #333;
    overflow-y: auto;
    resize: none;
}

.input_style1 {
    padding: 4px;
    width: 120px;
    margin: 6px 8px 0px 0px;
    color: #333;
}

#bottom_fix_footer {
    height: 420px;
    width: 500px;
	
}
#bottom_fix_footer .footer_header_wrapper{
	display:block;
background: #a285bd;

	}
#bottom_fix_footer .footer_header {
	padding:10px;
    height: 20px;
	position:relative;
}
.footer_header .h_text{
	position:absolute;
	text-align: left;
line-height: 20px;
font-size: 13px;
color: #ffffff;
font-weight: 600;
top:10px;
left:5px;	
width:490px;

	}
	
	.footer_header .h_btn{
top:-10px;
right:-10px;
font-weight: 600;
position:absolute;	
cursor:pointer;
	}

#bottom_fix_footer  .footer_form_wrapper {
   
   height:350px;
   padding:10px;
   
   background:#ffffff;
	
}

#bottom_fix_footer .tc_block{
	background:#f3f3f3;
	margin-top:11px;
	color:#999999;
	padding:7px 5px;
	}
	#bottom_fix_footer .tc_block a{color:#A6CAF0;text-decoration:none;}
	#bottom_fix_footer .tc_block a:hover{text-decoration:underline;}
.styled {
    width: 200px;
    overflow: hidden;
	top:0px;
	 height:25px;
}

span.customSelect {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    outline: none;
    padding: 4px 0px 0px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #eeeeee;
	height:18px;
	
}

span.customSelectInner {
    background-image: url('../images/customSelect-arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

span.customSelectHover, span.customSelectFocus, span.customSelectOpen {
    border: 1px #663399 solid;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 0 5px rgba(81,167,232,0.5);
    background-color: #ffffff;
}

.text {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    padding: 4px;
    font-size: 12px;
    outline: none;
}

.text:hover {
    border-color: #663399;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 0 5px rgba(81,167,232,0.5);
    outline: none;
}
.pop_textarea{
	height:80px; width:450px;
	}
.popup_text, .pop_textarea {
    background: #eeeeee;
	}

.popup_text:hover, .pop_textarea:hover {
    background: #ffffff;
}

.popuptext_label{padding-left:10px;margin-top:10px;font-weight:600;color:#454545;}
.popuptextarea_label{margin-top:10px;font-weight:600;color:#454545;}
.popupdropdown_label{margin-top:13px; margin-bottom:7px;font-weight:600;color:#454545;line-height:16px;}

#pagination_container{display:block;text-align:left;}
#pagination_link{width:350px;}
#pagination{list-style:none;}
#pagination li{border:0;margin:0;padding:0;font-size:11px;list-style:none;margin-right:2px;display:inline;}
#pagination a{border:solid 1px #7c6d64;margin-right:2px;background:none;color:#7c6d64;}
#pagination .previous-off,#pagination .next-off{border:solid 1px #DEDEDE;color:#888888;display:block;float:left;font-weight:bold;margin-right:2px;padding:3px 4px;}
#pagination .next,#pagination .previous{font-weight:bold;} 
#pagination .active{color:#f5572c;font-weight:bold;display:block;float:left;padding:4px 6px;border:1px #f5572c solid;}
#pagination a:link,#pagination a:visited {display:block;float:left;padding:3px 6px;text-decoration:none;}
#pagination a:hover{border:solid 1px #052c64;color:#052c64;}
.fee_request{
	display:none;
	border-bottom:1px #c2b8b2 solid;
padding-top: 5px;
padding-bottom: 5px;
color: #f5572c;
text-align: center;
height: 130px;
margin-bottom: 10px;
	}
	
	.fee_request img{width: 91px;
height: 90px;
margin-top:20px;}
	.fee_norequest{
		padding-top:10px;
		
	}

	.thankyou_text{
		padding:10px;
		line-height: 22px;
font-size: 18px;
color: #383434;
	}
.new_style {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #000000;
opacity: .8;
z-index: 9999;
display: none;}
.disable_thankyouform{
	color: #888888;
    font-size: 14px;
    background: #c3c1c1;
    margin: 0px 0px 10px 0px;
    border: 0px;
    padding: 4px 10px;
    border: 1px solid #c3c1c1;
	}
	
	div.rateit
{
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

div.rateit div.rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(../images/star.gif);
    height: 16px;
}

/* for IE 6 */
* html div.rateit, * html div.rateit div.rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html div.rateit, * + html div.rateit div.rateit-range
{
    display: inline;
}

div.rateit div.rateit-hover, div.rateit div.rateit-selected
{
    position: absolute;
    left: 0px;
}

div.rateit div.rateit-hover-rtl, div.rateit div.rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

div.rateit div.rateit-hover
{
    background: url(../images/star.gif) left -32px;
}

div.rateit div.rateit-hover-rtl
{
    background-position: right -32px;
}

div.rateit div.rateit-selected
{
    background: url(../images/star.gif) left -16px;
}

div.rateit div.rateit-selected-rtl
{
    background-position: right -16px;
}

div.rateit div.rateit-preset
{
    background: url(../images/star.gif) left -48px;
}

div.rateit div.rateit-preset-rtl
{
    background: url(../images/star.gif) left -48px;
}

div.rateit div.rateit-reset
{
    background: url(../images/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
}

div.rateit div.rateit-reset:hover
{
    background-position: 0 -16px;
}

ol.list_number, ol.list_number li{ list-style-type:decimal;padding-top:5px;}
ul.list_dot, ul.list_dot li{ list-style-type:disc;padding-top:5px;}
ol.list_number, ul.list_dot{padding-top:0;margin-top:0;}
ul.list_dot{margin-left:40px;}




.menu ul, .menu li, .course_listing ul, .course_listing li
{
    margin: 0;
    padding: 0;
    list-style:none;
}

