/* Minification failed. Returning unminified contents.
(2261,21): Scanner error CSS1002: Unterminated string: "
(2261,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found '"
'
 */
/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 144px; height:74px;}
.pika-stage {}


body{font-family: sans-serif;background:#FCFCFC;}
a{color:white;}
.pikachoose {width: 735px; margin: 0 auto;}
.pika-stage {position: relative;border: 3px solid #010101;
	-moz-box-shadow: 5px 5px 2px #888;-webkit-box-shadow: 5px 5px 2px #888;box-shadow: 5px 5px 2px #888;
	width: 720px;
	}
	
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:250px; width:720px;}

.pika-stage .caption {position: absolute; background: url(75-black.png);  border: 1px solid #141414; font-size: 11px; 
			color: #fafafa; padding: 10px; text-align: right; bottom: 10px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;cursor:pointer;}
	.pika-imgnav a.previous {width:20px;height:20px;border-left: 5px solid #FFF;border-top: 5px solid #FFF;opacity:0;-webkit-transition: opacity 300ms linear;
		-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);top:45%;left:10px;}
	.pika-imgnav a.next {width:20px;height:20px;border-right: 5px solid #FFF;border-top: 5px solid #FFF;opacity:0;-webkit-transition: opacity 300ms linear;
		-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);top:45%;right:10px;}
	.pika-imgnav a:hover{opacity:.6;-webkit-transition: opacity 300ms linear;}	

	.pika-imgnav a.play  {border-color: transparent transparent rgba(255,255,255,.7);border-style: solid;border-width: 0 0 25px 25px;height: 0;width: 0;position:absolute;
		-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);top:14px;left:47%;display:none;}
	.pika-imgnav a.pause {display:none;border-left:5px solid rgba(255,255,255,.7);border-right:5px solid rgba(255,255,255,.8);height: 30px;width: 14px; position:absolute;top:10px;left:47%;}

.pika-textnav {display:none;}
	
.pika-thumbs {margin: 10px 0 0 -5px; padding: 0;}
	.pika-thumbs li {float: left; list-style-type: none;margin: 0 5px; border: 1px solid #000; cursor: pointer;
		-moz-box-shadow: 3px 3px 2px #888;-webkit-box-shadow: 3px 3px 2px #888;box-shadow: 3px 3px 2px #888;}

		.pika-thumbs li:last {margin: 0;}
		.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 15px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}
	
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}


html, body {
margin : 0;
padding : 0;
font-size: 13px;
line-height: 17px;
color : #666666;
text-align : center;
font-family : Arial;
background : #d8dfdf;
background : #d9d9d9 url(../images/footerBackground.gif) repeat-x left top;
}
a {
text-decoration : none;
color : #4f4f4f;
}
img {
border : none;
}
.imglogo
{
	height: 55px;
	width :320px;	
}
#wrapper {
width : 970px;
margin : auto;
text-align : left;
}
#wrapper_l{
	background: #fff url(../images/bg_bdleft2.gif) repeat-y -1px top;
}
#wrapper_r 
{
	margin-right : -9px;
	background: url(../images/bg_bdright2.gif) repeat-y right top;
}
#border_header
{
	background : url(../images/border_header3.png) repeat-y left top;
	height:92px;
}
#border_header_r
{
	background : url(../images/border_header_r3.png) repeat-y right top;
	height: 92px;
	margin-right: -4px;
}
.header {
background : url(../images/bg_header.gif) repeat-x left;
height : 64px;
width : 953px;
margin-left: 10px;
}
.logo {
float : left;
width : 320px;
margin-top : 5px;
padding-left:7px;
}
.header_r {
float : right;
text-align : right;
width : 620px;
}
.student_login {
background : url(../images/btnStudentLogin1.gif) no-repeat right;
color : #fff;
height : 22px;
font-size : 12px;
padding-top : 6px;
padding-right : 15px;
text-align : right;
width : 129px;
float : right;
margin-top : -30px;
margin-right : -1px;
}
.student_login_a :hover{
color : #000;
}
.viewcart {
	float: left;
    margin-left: 10px;
    margin-top: -25px;
    text-align: right;
    width: 455px;
}
.viewcart ul {
list-style-type : none;
margin : 0;
padding : 0;
}
.viewcart ul li {
display : block;
float : left;
padding : 0;

padding-left : 0;
padding-left : 5px;
padding-right : 5px;
padding-top : 2px;
font-weight : bold;
text-align : center;
font-size : 12px;
}
.viewcart ul .needHelp {
font-size : 14px;
padding-top : 0;
border-right : 1px solid #000;
}
.viewcart ul .viewCart {
border-right : 1px solid #000;
background: url("../images/Cart.gif") no-repeat scroll -13px -18px transparent;
padding-left : 28px;
margin-left : 5px;
padding-right: 10px;
}
.viewcart ul .viewcartEmpty {
border-right : 1px solid #000;
background: url("../images/category.png") no-repeat scroll 0px 0px transparent;
padding-left : 28px;
margin-left : 5px;
padding-right: 10px;
}
.viewcart ul .liveChat {
background : url(../images/livechat.png) no-repeat left center;
padding-left : 23px;
margin-left : 5px;
}
#menu ul {
list-style-type : none;
margin : 0;
padding : 0;
background : url(../images/bgMenu.gif) repeat-x;
height : 28px;
float : left;
width : 953px;
margin-left: 10px;
}
#menu ul li {
display : block;
float : left;
padding : 0;
margin : 0;
padding-top : 4px;
font-weight : bold;
font-size : 13px;
height : 21px;
border-right : 1px solid #9b9b9b;
padding-right : 35px;
padding-left : 35px;
color: #ffffff;
}
#menu ul li:hover
{
	background : url(../images/bgMenu_hover.gif) repeat-x;
	color : #990033;
} 
#menu ul .active {
	background : url(../images/bgMenu_hover.gif) repeat-x;
	color : #990033;
}
#menu ul .active:hover {
	background : url(../images/bgMenu_hover.gif) repeat-x;
	color : #990033;
}
#menu ul li a {
color : #fff;
}
#menu ul li a:hover, #menu ul li .active a {
color : #990033;
}
#menu ul .menuSpacetor {
margin : 0;
padding : 0;
}
#menu ul .first {
background : url(../images/icoHome.png) no-repeat left;
padding : 0 0 0 36px;
margin-left : -17px;
}
.banner_l {
float : left;
width : 650px;
margin-left : 10px;
}
.banner_r {
	float : right;
	margin-right: 15px;
	width : 265px;
	height : 282px;
}
.quickLogin {
text-align : center;
margin-left : 50px;
}
.quickLogin_l {
float : left;
height : 73px;
}
.quickLogin_r {
float : left;
margin-top : 20px;
}
.welcome {
position : relative;
top : -40px !important ;
margin-left : 50px;
}
.welcome .pwelcome {
background : url(../images/bgMuiTenVang.gif) no-repeat left center;
height : 32px;
padding-left : 55px;
font-size : 14px;
font-weight : bold;
padding-top : 20px;
margin-bottom : 14px;
margin-top : 10px;
}
.signIn {
position : relative;
top : -60px !important ;
margin-left : 15px;
}
.lrow {
width : 255px;
margin-bottom : 10px;
}
.lrowleft {
float : left;
text-align : right;
font-size : 13px;
font-weight : bold;
}
.lrowright {
text-align : left;
float : right;
margin-right : 5px;
}
#userName, #password {
width : 150px;
margin-top : -6px;
border : 1px inset #abbccd;
}
.btn_login_in {
background : transparent url("../images/bgLogin.gif") repeat-x scroll 0% 0%;
cursor : pointer;
height : 19px;
width : 152px;
color : #fff;
border : 1px solid #454545;
font-size : 10px;
font-weight : bold;
padding : 3px;
padding-top : 0;
margin-top : -5px;
}
.btn_login_in:hover {
color : #b1daff;
}
.lforgot {
text-align : center;
font-weight : bold;
/* margin-bottom : 8px; */
font-size : 11px;
}
.lforgot a:hover {
color : #06f;
}
.video {
	text-align: center;
}
.pVideo 
{
	background: url(../images/icoDisk.gif) no-repeat 25px 5px;
	height : 62px;
	padding-left: 35px;
	font-size : 14px;
	font-weight : bold;
	padding-top: 15px;
}
#contentBody
{
	background-position: 18px 5px;
	background-image: url('../images/bg_mainbody.gif');
	background-repeat: repeat-y;
}
#leftContent {
	width: 208px;
	float : left;
	background: right top;
	height : auto;
	margin-left : 18px;
}
#mainContent {
width : 453px;
float : left;
padding-left : 8px;
text-align:justify;
}
#rightContent {
background : url(../images/bgRight.gif) repeat-y left top;
width : 254px;
padding : 0 0 31px 1em;
float : right;
height : 690px;
padding-bottom : 31px;
padding-left : 15px;
}
.box1 {
margin-right : 11px;
padding-right : 16px;
}
.box1 .box1Header 
{
	background-color: #FFFFFF;
	background-image: url('../images/bgBox1Header.gif'); 
	background-repeat: repeat-x; padding-top: 10px; height: 25px; 
	font-size : 14px;
	font-weight : bold;
	text-align :center;
}
.box1 .box1Content ul {
margin : 0;
padding : 0;
background : #f2f4f4;
}
.box1 .box1Content ul li {
list-style-type : none;
color : #000;
border-bottom : 1px solid #fff;
padding : 5px;
padding-left : 10px;
/*padding-right : 5px;*/
font-size : 13px;
text-align : left ;
}
.box1 .box1Content ul li a {
text-align : center;
}
.courseCatelog 
{
	background-image: url('../images/btnCourseCatelog.gif'); 
	background-repeat: no-repeat; padding-top: 8px; height: 24px; 
	width: 182px; text-align: center; font-weight: bold;
	cursor : pointer;
}
.courseCatelog:hover {
background : url(../images/btnCourseCatelog_hover.gif) no-repeat;
}
.register {
background : url(../images/imgRegister.gif) no-repeat;
width : 200px;
height : 24px;
text-align : center;
font-weight : bold;
padding-top : 10px;
cursor : pointer;
}
.btnregisterCE
{
	background-image: url('../images/imgRegister_l.gif'); background-repeat: no-repeat; 
	padding-top: 16px; height: 32px; width: 182px; 
	font-weight: bold; color: #fff; 
	padding-left: 6px;margin-left: -3px;
}
.register_L {
	background-image: url('../images/imgRegister_l.gif'); background-repeat: no-repeat; 
	padding-top: 16px; height: 32px; width: 182px; 
	font-weight: bold; color: #fff; 
	padding-left: 6px;margin-left: -3px;
}
.register_L:hover {
background : url(../images/imgRegister_l_hover.gif) no-repeat;
}
.register_R:hover {
background : url(../images/imgRegister_r_hover1.gif) no-repeat right center;
}
.register_R {
	background : url(../images/imgRegister_r1.gif) no-repeat right center;
	width : 175px;
	height : 33px;
	font-weight : bold;
	padding-top : 15px;
	cursor : pointer;
	color : #fff;
}
.underLeftimg5
{
	position: absolute;
	float: left;
	width: 50px;
	padding-top: 20px;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #b70022;
	line-height : 17px;
}

.test_L {
background : url(../images/bgTest_l.gif) repeat-y left center;
width : 182px;
font-weight : bold;
}
.test_R {
	background : url(../images/bgTest_r.gif) repeat-y right center;
	width : 162px;
	font-weight : bold;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
}
.test_R a:hover {
color : #06f;
}
#rightContent .box2Header {
background : url(../images/bgHeader_R_content.gif);
width : 244px;
height : 29px;
color : #000;
text-align : center;
font-size : 14px;
font-weight : bold;
float : right;
margin-right : 13px;
}
#rightContent .box2Content {
padding-left : 15px;
padding-right : 2px;
}
#rightContent .box2Content .line_right{
	background : url(../images/line_right.gif) no-repeat;
	width:220px;
	height:2px;
	margin-top: -10px;
}
#rightContent .box2Content h3 :hover {
color : #06f;
}
#rightContent .box2Content ul li a:hover {
color : #06f;
}
#rightContent .box2Content ul li {
background : transparent url(../images/icon_right.png) no-repeat scroll 0.4em 0.2em;
list-style : none;
margin : 0 0 0.5em;
padding : 0 0 0 1.5em;
}
.footer {
background : url(../images/bgFooter.gif) repeat-x;
height : 160px;
margin : auto;
padding-left : 16px;
text-align : left;
width : 953px;
padding-left : 0;
margin-left : 10px;
}
.footer-top-col {
display : inline;
float : left;
margin : 0 0 0 50px;
max-width : 175px;
margin-top : 10px;
}
.footer-top-col h3 {
font-size : 13px;
font-weight : bold;
margin : 0 0 2px;
}
.footer-top-col ul {
	list-style : none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
.footer-top-col ul li {
	line-height : 14px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.footer-top-col ul li a {
	color : #000000;
	font-size: 11px;
	text-decoration : none;
}
.footer-top-col ul li a:hover {
color : #06f;
}
.footer-top-col_search {
float : right;
margin-top : 10px;
}
.finder {
width : 220px;
height : 120px;
}
.finder_l {
float : left;
}
.finder_c {
background : url(../images/bgSearch.gif) no-repeat;
width : 200px;
height : 128px;
float : left;
}
.finder_2 {
margin-left : 20px;
}
.finder h3 {
border : medium none;
letter-spacing : 1px;
margin : 0;
font-size : 10px;
background : url(../images/icoSearch.gif) no-repeat right;
padding-bottom : 7px;
padding-top : 5px;
width : 154px;
height: 15px;
}
.fsearch {
letter-spacing : 1px;
margin : 0;
font-size : 10px;
padding-left : 6px;
width : 126px;
padding-top: 3px;
}
.btnsearch {
background : url(../images/btnSearch_c.gif) repeat-x;
border : none;
font-size : 10px;
cursor : pointer;
float : left;
height : 21px;
width : 146px;
}
.btnsearch:hover {
color : #06f;
}
.clear {
clear : both;
}
#shadowtop_l
{
	background-image: url('../images/shadow_bodybgl.gif'); 
	background-repeat: repeat-y; background-position: left top;
}
#shadowtop_r
{
	background-image: url('../images/shadow_bodybgr.gif'); 
	background-repeat: repeat-y; background-position: right top
}
#shadowbody_l
{
	background-image: url('../images/shadow_topbgl.gif'); 
	background-repeat: no-repeat; background-position: left top;
}
#shadowbody_r
{
	background-image: url('../images/shadow_topbgr.gif'); 
	background-repeat: no-repeat; background-position: right top	
}
.linkPrivatePolicy
{
	text-decoration:underline
}
.linkPrivatePolicy:hover
{
	color:#0066FF;
}
.linkYello
{
	text-decoration:none;
	color:#cc9900;
}
.linkYello:hover
{
	color:#990033;
}
.btnSubmit
{
	background-image: url('../images/btnSumit.gif'); 
	background-repeat: no-repeat; width: 62px; 
	height: 20px; color: #fff; font-weight: bold; 
	font-size: 12px; padding-top: 2px; 
	padding-left: 22px;float:left
}
.btnSubmit:hover
{
	background-image: url('../images/btnSumit2.gif'); 		
}
.linkback
{
	font-size:medium;
	text-decoration:none;
	color:#FF7700;margin-left:-4px;
}
.linkback:hover
{
	text-decoration:underline;
	color:#990033;
}
/*Video help*/
.web_dialog_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}
.web_dialog
{
	display: none;
	position: fixed;
	width: 710px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -250px;
	padding: 0px;
	z-index: 102;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url('../images/white.png');
	background-repeat: no-repeat;
}
.btnlogout a
{
	color: #FF7700;
}
.btnlogout a:hover
{
	text-decoration: underline;
	color: #FF7700;
}

html, body {
margin : 0;
padding : 0;
font-size: 13px;
line-height: 17px;
color : #666666;
text-align : center;
font-family : Arial;
background : #d8dfdf;
background : #d9d9d9 url(../images/footerBackground.gif) repeat-x left top;
}
a {
text-decoration : none;
color : #4f4f4f;
}
img {
border : none;
}
.imglogo
{
	height: 55px;
	width :320px;	
}
#wrapper {
width : 970px;
margin : auto;
text-align : left;
}
#wrapper_l{
	background: #fff url(../images/bg_bdleft2.gif) repeat-y -1px top;
}
#wrapper_r 
{
	margin-right : -9px;
	background: url(../images/bg_bdright2.gif) repeat-y right top;
}
#border_header
{
	background : url(../images/border_header3.png) repeat-y left top;
	height:92px;
}
#border_header_r
{
	background : url(../images/border_header_r3.png) repeat-y right top;
	height: 92px;
	margin-right: -4px;
}
.header {
background : url(../images/bg_header.gif) repeat-x left;
height : 64px;
width : 953px;
margin-left: 10px;
}
.logo {
float : left;
width : 320px;
margin-top : 5px;
padding-left: 7px;
}
.header_r {
float : right;
text-align : right;
width : 620px;
}
.student_login {
background : url(../images/btnStudentLogin1.gif) no-repeat right;
color : #fff;
height : 22px;
font-size : 12px;
padding-top : 6px;
padding-right : 15px;
text-align : right;
width : 129px;
float : right;
margin-top : -30px;
margin-right : -1px;
}
.student_login_a :hover{
color : #000;
}
.viewcart {
	float: left;
    margin-left: 10px;
    margin-top: -25px;
    text-align: right;
    width: 455px;
}
.viewcart ul {
list-style-type : none;
margin : 0;
padding : 0;
}
.viewcart ul li {
display : block;
float : left;
padding : 0;

padding-left : 0;
padding-left : 5px;
padding-right : 5px;
padding-top : 2px;
font-weight : bold;
text-align : center;
font-size : 12px;
}
.viewcart ul .needHelp {
font-size : 14px;
padding-top : 0;
border-right : 1px solid #000;
}
.viewcart ul .viewCart {
border-right : 1px solid #000;
background: url("../images/Cart.gif") no-repeat scroll -13px -18px transparent;
padding-left : 28px;
margin-left : 5px;
padding-right: 10px;
}
.viewcart ul .viewcartEmpty {
border-right : 1px solid #000;
background: url("../images/category.png") no-repeat scroll 0px 0px transparent;
padding-left : 28px;
margin-left : 5px;
padding-right: 10px;
}
.viewcart ul .liveChat {
background : url(../images/livechat.png) no-repeat left center;
padding-left : 23px;
margin-left : 5px;
}
#menu ul {
list-style-type : none;
margin : 0;
padding : 0;
background : url(../images/bgMenu.gif) repeat-x;
height : 28px;
float : left;
width : 953px;
margin-left: 10px;
}
#menu ul li {
display : block;
float : left;
padding : 0;
margin : 0;
padding-top : 4px;
font-weight : bold;
font-size : 13px;
height : 21px;
border-right : 1px solid #9b9b9b;
padding-right : 35px;
padding-left : 35px;
color: #ffffff;
}
#menu ul li:hover
{
	background : url(../images/bgMenu_hover.gif) repeat-x;
	color : #990033;
} 
#menu ul .active {
	background : url(../images/bgMenu_hover.gif) repeat-x;
	color : #990033;
}
#menu ul .active:hover {
	background : url(../images/bgMenu_hover.gif) repeat-x;
	color : #990033;
}
#menu ul li a {
color : #fff;
}
#menu ul li a:hover, #menu ul li .active a {
color : #990033;
}
#menu ul .menuSpacetor {
margin : 0;
padding : 0;
}
#menu ul .first {
background : url(../images/icoHome.png) no-repeat left;
padding : 0 0 0 36px;
margin-left : -17px;
}
.banner_l {
float : left;
width : 650px;
margin-left : 10px;
}
.banner_r {
	float : right;
	margin-right: 15px;
	width : 265px;
	height : 282px;
}
.quickLogin {
text-align : center;
margin-left : 50px;
}
.quickLogin_l {
float : left;
height : 73px;
}
.quickLogin_r {
float : left;
margin-top : 20px;
}
.welcome {
position : relative;
top : -40px !important ;
margin-left : 50px;
}
.welcome .pwelcome {
background : url(../images/bgMuiTenVang.gif) no-repeat left center;
height : 32px;
padding-left : 55px;
font-size : 14px;
font-weight : bold;
padding-top : 20px;
margin-bottom : 14px;
margin-top : 10px;
}
.signIn {
position : relative;
top : -60px !important ;
margin-left : 15px;
}
.lrow {
width : 255px;
margin-bottom : 10px;
}
.lrowleft {
float : left;
text-align : right;
font-size : 13px;
font-weight : bold;
}
.lrowright {
text-align : left;
float : right;
margin-right : 5px;
}
#username, #password {
width : 150px;
margin-top : -6px;
border : 1px inset #abbccd;
}
.btn_login_in {
background : transparent url("../images/bgLogin.gif") repeat-x scroll 0% 0%;
cursor : pointer;
height : 19px;
width : 152px;
color : #fff;
border : 1px solid #454545;
font-size : 10px;
font-weight : bold;
padding : 3px;
padding-top : 0;
margin-top : -5px;
}
.btn_login_in:hover {
color : #b1daff;
}
.lforgot {
text-align : center;
font-weight : bold;
margin-bottom : 8px;
font-size : 11px;
}
.lforgot a:hover {
color : #06f;
}
.video {
	text-align: center;
	margin-top: -15px;
}
.pVideo 
{
	background: url(../images/icoDisk.gif) no-repeat 25px 5px;
	height : 62px;
	padding-left: 35px;
	font-size : 14px;
	font-weight : bold;
	padding-top: 15px;
}
#contentBody
{
	background-position: 18px 5px;
	background-image: url('../images/bg_mainbody3.gif');
	background-repeat: repeat-y;
}
#leftContent {
	width: 183px;
	float : left;
	background: right top;
	height : auto;
	margin-left : 18px;
}
#mainContent {
width : 453px;
float : left;
padding-left : 8px;
text-align:justify;
}
#rightContent {
background : url(../images/bgRight.gif) repeat-y left top;
width : 254px;
padding : 0 0 31px 1em;
float : right;
height : 690px;
padding-bottom : 31px;
padding-left : 15px;
}
.box1 {
margin-right : 0px;
padding-right : 0px;
}
.box1 .box1Header 
{
	background-color: #FFFFFF;
	background-image: url('../images/bgBox1Header.gif'); 
	background-repeat: repeat-x; padding-top: 10px; height: 25px; 
	font-size : 14px;
	font-weight : bold;
	text-align :center;
}
.box1 .box1Content ul {
margin : 0;
padding : 0;
background : #f2f4f4;
}
.box1 .box1Content ul li {
list-style-type : none;
color : #000;
border-bottom : 1px solid #fff;
padding : 5px;
padding-left : 10px;
padding-right : 10px;
font-size : 13px;
text-align : left ;
}
.box1 .box1Content ul li a {
text-align : center;
}
.courseCatelog {
background : url(../images/btnCourseCatelog.gif) no-repeat;
width : 182px;
height : 24px;
text-align : center;
font-weight : bold;
padding-top : 8px;
cursor : pointer;
}
.courseCatelog:hover {
background : url(../images/btnCourseCatelog_hover.gif) no-repeat;
}
.register {
background : url(../images/imgRegister.gif) no-repeat;
width : 200px;
height : 24px;
text-align : center;
font-weight : bold;
padding-top : 10px;
cursor : pointer;
}
.register_L {
	background : url(../images/imgRegister_l.gif) no-repeat left center;
	width : 178px;
	height : 49px;
	padding-left : 7px;
	font-weight : bold;
	cursor : pointer;
	margin-left: -3px;
}
.register_L:hover {
background : url(../images/imgRegister_l_hover.gif) no-repeat left center;
}
.register_R:hover {
background : url(../images/imgRegister_r_hover1.gif) no-repeat right center;
}
.register_R {
	background : url(../images/imgRegister_r1.gif) no-repeat right center;
	width : 175px;
	height : 33px;
	font-weight : bold;
	padding-top : 15px;
	cursor : pointer;
	color : #fff;
}
.underLeftimg5
{
	position: absolute;
	float: left;
	width: 50px;
	padding-top: 20px;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #b70022;
	line-height : 17px;
}

.test_L {
background : url(../images/bgTest_l.gif) repeat-y left center;
width : 182px;
font-weight : bold;
}
.test_R {
	background : url(../images/bgTest_r.gif) repeat-y right center;
	font-weight : bold;
	padding-top : 10px;
	padding-left : 10px;
}
.test_R a:hover {
color : #06f;
}
#rightContent .box2Header {
background : url(../images/bgHeader_R_content.gif);
width : 244px;
height : 29px;
color : #000;
text-align : center;
font-size : 14px;
font-weight : bold;
float : right;
margin-right : 13px;
}
#rightContent .box2Content {
padding-left : 15px;
padding-right : 2px;
}
#rightContent .box2Content .line_right{
	background : url(../images/line_right.gif) no-repeat;
	width:220px;
	height:2px;
	margin-top: -10px;
}
#rightContent .box2Content h3 :hover {
color : #06f;
}
#rightContent .box2Content ul li a:hover {
color : #06f;
}
#rightContent .box2Content ul li {
background : transparent url(../images/icon_right.png) no-repeat scroll 0.4em 0.2em;
list-style : none;
margin : 0 0 0.5em;
padding : 0 0 0 1.5em;
}
.footer {
background : url(../images/bgFooter.gif) repeat-x;
height : 160px;
margin : auto;
padding-left : 16px;
text-align : left;
width : 953px;
padding-left : 0;
margin-left : 10px;
}
.footer-top-col {
display : inline;
float : left;
margin : 0 0 0 50px;
max-width : 175px;
margin-top : 10px;
}
.footer-top-col h3 {
font-size : 13px;
font-weight : bold;
margin : 0 0 2px;
}
.footer-top-col ul {
	list-style : none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
.footer-top-col ul li {
	line-height : 14px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.footer-top-col ul li a {
	color : #000000;
	font-size: 11px;
	text-decoration : none;
}
.footer-top-col ul li a:hover {
color : #06f;
}
.footer-top-col_search {
float : right;
margin-top : 10px;
}
.finder {
width : 220px;
height : 120px;
}
.finder_l {
float : left;
}
.finder_c {
background : url(../images/bgSearch.gif) no-repeat;
width : 200px;
height : 128px;
float : left;
}
.finder_2 {
margin-left : 20px;
}
.finder h3 {
border : medium none;
letter-spacing : 1px;
margin : 0;
font-size : 10px;
background : url(../images/icoSearch.gif) no-repeat right;
padding-bottom : 7px;
padding-top : 5px;
width : 154px;
height: 15px;
}
.fsearch {
letter-spacing : 1px;
margin : 0;
font-size : 10px;
padding-left : 6px;
width : 126px;
padding-top: 3px;
}
.btnsearch {
background : url(../images/btnSearch_c.gif) repeat-x;
border : none;
font-size : 10px;
cursor : pointer;
float : left;
height : 21px;
width : 146px;
}
.btnsearch:hover {
color : #06f;
}
.clear {
clear : both;
}
.linkPrivatePolicy
{
	text-decoration:underline
}
.linkPrivatePolicy:hover
{
	color:#0066FF;
}
/*---*/
#checkout_bodyright
{
	float:left; 
	width:742px; 
	padding-left: 20px	
}
#checkout_empty
{
	margin-left: 8px;
}
.csheader
{
	background-image: url('../images/shoppingcart_header_bg2.gif'); 
	background-repeat: repeat-x; 
	height: 40px
}
.csheader_long
{
	background-image: url('../images/shoppingcart_header_bg1.gif'); 
	background-repeat: no-repeat; 
	height: 40px	
}
#checkout_empty .csbody
{
	border: 1px solid #cfcfcf; margin: 20px; 
	text-align: center; padding-top: 15px; 
	padding-bottom: 15px; font-size: 15px; 
	font-weight: 600; background-color: #faf7fe;
}
.cs_btnBackcousectg
{
	background-color: transparent;
    background-image: url("../images/btn_backCourse1.png");
    background-repeat: no-repeat;
    border: 0 none;
    color: #434343;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 33px;
    padding-left: 22px;
    width: 225px;
    padding-bottom:6px;
    padding-top: 1px;
}
.cs_btnBackcousectg:hover
{
	background-image: url('../images/btn_backCourse2.png'); 
}
.cs_btnSecurrePM
{
	background-color: #FFFFFF;
	background-image: url('../images/btn_securepm3.gif'); 
	background-repeat: no-repeat; 
	border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    height: 48px;
    padding-bottom: 5px;
    padding-left: 17px;
    text-align: left;
    width: 239px;
}
.cs_btnSecurrePM:hover
{
	background-image: url('../images/btn_securepm4.gif'); 
}
#boxrevieworder_row1
{
	padding-bottom:10px;
}
#boxrevieworder_row1 .row1_l
{
	float:left;width:200px;font-weight:bold
}
#boxrevieworder_row1 .row1_r
{
	float:left;width:410px;
}
#boxrevieworder_row1 .row1_r p
{
	margin: 0px;
}
.cs_btnremove
{
	background-color: #e7e7e7; 
	border: 1px solid #e7e7e7; font-size: 10px; 
	color: #434343; padding-top: 2px; 
	padding-bottom: 2px; font-family: Arial;
	text-align:center;	
}
.btnAddmoreCourse
{
	background-image: url('../images/btn_AddmoreCourse3.png'); 
	height: 26px; background-repeat: no-repeat; 
	color: #434343; font-size: 14px; 
	font-weight: bold; 
	padding-top: 9px; padding-left: 38px; 
	width: 141px;float:left	
}
.btnAddmoreCourse:hover
{
	background-image: url('../images/btn_AddmoreCourse2.png'); 		
}
#boxrevieworder_row2_l
{
	float:left;width:370px;
}
#boxrevieworder_row2_l .drag_text
{
	background-position: left top; padding-bottom:10px; 
	background-image: url('../images/drag.gif'); 
	background-repeat: no-repeat; 
	padding-top: 2px; padding-left: 25px;
}
#boxrevieworder_row2_r
{
	float: right;
    text-align: right;
    width: 300px;
}
#boxrevieworder_row2_r .row1
{
	font-weight: bold; font-size: 12px;padding-bottom:10px
}
#boxrevieworder_row2_r .row2
{
	ont-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 3px;
}
#boxrevieworder_row2_r .row3
{
	background-image: url('../images/btn_Checkoutred5.gif'); 
	background-repeat: no-repeat; width: 189px; height: 50px
}
#boxrevieworder_row2_r .row3:hover
{
	background-image: url('../images/btn_Checkoutred6.gif'); 
}
#boxrevieworder_row2_r .row4
{
	font-size: 10px;
    font-weight: bold;
    padding-right: 9px;
    padding-top: 3px;
}
#boxrevieworder_row2_r .row5
{
	color: #70538B;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 425px;
}
#boxrevieworder_row2_r .row6
{
	background-image: url("../images/btn_paypal.gif");
    background-repeat: no-repeat;
    height: 27px;
    margin-left: 140px;
    width: 144px;
}
#boxrevieworder_row2_r .row7
{
	font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 23px;
    padding-top: 3px;
}
#boxrevieworder_row2_r .row8
{
	font-family: Arial;
    font-size: 10px;
    margin-left: 75px;
    width: 226px;
}
/*mycourse_status*/
@font-face 
{
    font-family: brushci;
    src: url('SCRIPTBL.eot?') format('embedded-opentype'),
         url('SCRIPTBL.TTF')  format('truetype');


}
#mycourse_status_bar
{
	padding-top:10px;margin-right:-25px;margin-left:-5px;padding-bottom:10px;	
}
#mycourse_status_bar .sttbar_on
{
	font-family: brushci; color: #0075a0; text-align:center;
	font-size: 14px; width: 133px; 
	height: 30px; 
	background-image: url('../images/statusbarcourse_on1.gif'); 
	background-repeat: no-repeat; 
	font-weight: bold; padding-top: 15px; 
	padding-left: 0px; float: left;margin-left:10px;
}
#mycourse_status_bar .sttbar_off
{
	font-family: brushci; color: #0075a0; text-align:center;
	font-size: 14px; width: 125px; padding-right:8px;
	height: 30px; 
	background-image: url('../images/statusbarcourse_off1.gif'); 
	background-repeat: no-repeat; 
	font-weight: bold; padding-top: 15px; 
	padding-left: 0px; float: left;margin-left:10px;
}
#mycourse_status_body
{
	padding-right: 0px;	
}
#mycourse_status_body .bodyl
{
	background-image: url('../images/myac_bleft1.gif'); 
	background-repeat: no-repeat;
}
#mycourse_status_body .bodyr
{
	background-image: url('../images/myac_bright1.gif'); 
	background-repeat: no-repeat; 
	background-position: right top
}
#mycourse_status_headerbox
{
	background-position: top; 
	margin-right: 15px; margin-left: 15px; 
	background-image: url('../images/myac_bg1.gif'); 
	background-repeat: repeat-x;
}
.mycourse_status_header
{
	font-size: 16px; font-weight: bold; 
	color: #425d8f; padding-top: 8px; 
	padding-left: 25px; padding-bottom: 4px; 
	background-image: url('../images/myac_bgheader.gif'); 
	background-repeat: repeat-x; height: 24px;
}
#shadowtop_l
{
	background-image: url('../images/shadow_bodybgl1.gif'); 
	background-repeat: repeat-y; background-position: left top;
}
#shadowtop_r
{
	background-image: url('../images/shadow_bodybgr1.gif'); 
	background-repeat: repeat-y; background-position: right top
}
#shadowbody_l
{
	background-image: url('../images/shadow_topbgl1.gif'); 
	background-repeat: no-repeat; background-position: left top;
}
#shadowbody_r
{
	background-image: url('../images/shadow_topbgr1.gif'); 
	background-repeat: no-repeat; background-position: right top	
}
.linkYello
{
	text-decoration:none;
	color:#ff7700;
}
.linkYello:hover
{
	color:#0066ff;
}
.btnSubmit
{
	background-color: Transparent;
    background-image: url("../images/btnSumit.png");
    background-repeat: no-repeat;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px; padding: 0 0 5px 0px;
    width: 82px;
}
.btnSubmit:hover
{
	background-image: url('../images/btnSumit2.png'); 		
}
.btnPrt
{
	background-image: url('../images/btnPrintrc1.gif'); 
	background-repeat: no-repeat; width: 110px; 
	height: 20px; color: #fff; font-weight: bold; 
	font-size: 12px; padding-top: 3px; 
	padding-left: 10px;float:left
}
.btnPrt:hover
{
	background-image: url('../images/btnPrintrc2.gif'); 		
}
#faqcontent
{
	padding-top:10px;padding-bottom:40px	
}
#faqcontent p
{
	font-weight:bold;font-size:13px;padding-top:1px;
}
#faqcontent p a
{
	font-weight:bold;
}
#faqcontent p a:hover
{
	color: #0066FF;
}
#faqcontent .faqAsked
{
	text-align:justify;	
}
#leftframebox
{
	float:left;width:230px;padding-top:20px	
}
#leftframebox .contentbox
{
	border: 1px solid #9C9C9C; 
	background-color:#F2F4F4
}
#leftframebox .boxname
{
	font-size: 16px; font-weight: bold; padding-top: 10px; 
	padding-bottom: 15px; color:#434343;text-align:center
}
#leftframebox .boxline
{
	border-width: 1px; border-color: #9c9c9c; 
	border-bottom-style: solid; 
	margin-left: 10px; margin-right: 10px;
}
.leftframebullet
{
	background-image: url('../images/arrowborderblue.gif'); 
	background-repeat: no-repeat; 
	background-position: 10px 12px; padding-left: 25px;
	padding-right:10px; padding-top: 10px;	
}
.boxinforuser
{
	padding-bottom:10px;padding-left:20px;
}
.boxinforuser .bl
{
	padding-top:3px;
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 20px;
}
.boxinforuser .br
{
	float:left;width:350px
}
.boxinforuser .br2
{
	float:left;width:350px;padding-top:3px;
}
.testimonialBox1
{
	border-width: 1px;
	border-color: #CCC;
	padding: 10px 20px 10px 20px;
	border-top-style: Solid;
}
.testimonialBox1 .btop
{
	padding-bottom:0px	
}
.testimonialBox1 .btop .btopl
{
	float:left;width:480px;
	font-size:13px;font-weight:bold
}
.testimonialBox1 .btop .btopr
{
	float:right;width:150px;
	text-align:right
}
.contacusbox
{
	padding-left:15px;padding-bottom:10px;
}
.contacusbox .bleft
{
	float:left;width:60px;text-align:right;	
}
.contacusbox .bright
{
	float:left;	
}
.linkback
{
	font-size:medium;
	text-decoration:none;
	color:#FF7700;margin-left:-4px;
}
.linkback:hover
{
	text-decoration:underline;
	color:#990033;
}
.linkBTop
{
	margin-left:30px;text-decoration:underline;
	color:#2b4289;
}
.linkBTop:hover
{
	text-decoration:none;
}
/* Khuong 03/11/2011 */
.twoColumnMainHeader
{
	font-size: 17px; font-weight: bold; padding-top: 10px; padding-bottom: 15px; color:#434343; padding-left: 20px;
}
.twoColumnMainDivider
{
	border-width: 1px; border-color: #9c9c9c; border-bottom-style: solid; margin-left: 10px; margin-right: 10px;
}
.twoColumnMainContent
{
	padding: 20px 10px 20px 25px;
}
.twoColumnSideHeader
{
	
}
.twoColumnSideContent
{
	padding-top:20px;padding-bottom: 20px;padding-right: 10px;	
}
.mycourse_status_sub_header
{
	font-size: 12px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.mycourse_status_note
{
	font-size: 12px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.updateProfileInput
{
	border: 1px inset #ABBCCD;
	width: 250px;
}
.passwordInput
{
	border: 1px inset #ABBCCD;
	width: 250px;
}
.cc
{
	float: left;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
    width: 78px;
}
.cc input
{
	float: left;
}
.cc img
{
	float: left;
}
.txtbox_dc {
    background-image: url("../images/textbox.gif");
    border: 1px solid #C1B5CD;
    width: 90px;
}
/* Khuong update 22/11/2011 */
.tbSurvey
{
	border: 1px solid #ccc;
	width: 875px;border-spacing: 0;
	border-bottom: none;
	margin-bottom: 10px;
}
.tbSurveyFirstHeader
{
	background-image: url("../images/myac_bgheader.gif");
	background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: center;
    width: 400px;
}
.tbSurveyFirstColumn
{
	border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
}
.tbSurveyHeader
{
	background-image: url("../images/myac_bgheader.gif");
	background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: center;
}
.gridrow
{
	text-align:center;	
}
.gridrow_alternate
{
	text-align:center;	
}
.tbSurveyDark
{
	background-color: #F5F5F5;text-align:center;
	border-bottom: 1px solid #CCCCCC;
}
.tbSurveyLight
{
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
}
.btnlogout a
{
	color: #FF7700;
}
.btnlogout a:hover
{
	text-decoration: underline;
	color: #FF7700;
}
/* validate */
label.error {
  padding-left: 16px;
  padding-bottom: 2px;
  color: #CC3401;
}

label.errorlb {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #CC3401;
}

.errorlb{
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #CC3401;
}
.errorlb_text{
  font-weight: bold;
  color: #CC3401;
}

label.checked {
  background:url("../images/checked.gif") no-repeat 4px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
}

input.error
{
	border: 1px solid red !important;	
}
textarea.error
{
	border: 1px solid red !important;	
}
/*
.field-validation-valid
{
	background:url("../images/checked.gif") no-repeat 3px 0px;
}
.field-validation-valid:before
{
	content: "";
	padding-left: 18px;
}
*/
.valid:before 
{
	content:url(/TestContent/images/checked.gif);
	background:url("../images/checked.gif") no-repeat 3px 0px;	
}

.field-validation-error
{
	color: #CC3401;
	
}
.rowr .field-validation-error:before
{
	content: url(/TestContent/images/unchecked.gif);
}
/*
.field-validation-valid:after
{
	content: url(/TestContent/images/checked.gif);
}
*/
.input-validation-error
{
	border: 1px solid red !important;	
}

.cs_btnNextcousectg {
    background-color: transparent;
    background-image: url("../images/btn_nextCourse1.png");
    background-repeat: no-repeat;
    border: 0 none;
    color: #434343;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 33px;
    padding-left: 1px;
    width: 225px;
    padding-bottom:6px;
}

.cs_btnNextcousectg:hover {
    background-image: url("../images/btn_nextCourse2.png");
}

.courseWithScroll
{
	height: 660px;
	overflow-y: scroll;
}

.print_cf a
{
	color: #ff7700;
}

.print_cf a:hover
{
	color: #0066ff;
}

.invoiceLink
{
	background-image: url("../images/lightning.gif");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    padding-right: 20px;
    color: #FF7700;
}
.invoiceLink:hover
{
	color: #0066ff;
}
.st_comple a
{
	color: #ff7700;
}

.st_comple a:hover
{
	color: #0066ff;
}
#featured{ 
	width:424px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:272px; 
	background:#fff;
	margin-left: 8px;
	top: 0px;
	left: 0px;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:0px; 
	list-style:none; 
	padding:0; margin:0; 
	width:201px;
	float:left;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:1px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
	width:50px;
	height:40px;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px;
	float:left;padding-right: 10px;padding-left: 10px;
	width:101px;
	height:47px;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:50px; 
	color:#333;  background:#fff; 
	line-height:20px;
	margin-top:5px;
	width:188px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../images/selected-item.gif') no-repeat right center;  
	right:100px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ececec; 
	border-color:  #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-radius: 7px 7px 7px 7px;
	border-style: solid;
    border-width: 1px;
	behavior: url(ie-css3.htc); 
}
#featured .ui-tabs-panel{
	left:0px;
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:90px; left:0; 
	height:auto;
	background: url('../images/transparent_bg.png');
	margin-bottom:auto;
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
#img_size{
	width:450px;
	height:271px;

}
#course_content
{
	height: auto;
	background: url(../images/cata_content_bg.gif) repeat-y left top;
	margin-left: 10px;
	padding-bottom : 10px;
}
#left_content
{
	
	width: 700px;
	float: left;
	height:auto;
}
#left_content_top
{
	width:698px;
	height:27px;
	padding-top: 0px;
	float:left;
	margin-left: 2px; margin-top: 1px;
	margin-bottom: 0px;
}
#select_status_bar
{
	text-align:center;
	padding-top: 4px;
	float:left;
	background-color:#c1c1c1;
	height:23px;
	padding-right: 10px; 
	padding-left: 8px;
}
#select_status_bar .select_top
{
	padding-right: 0px; 
	margin-left: 10px;
	font-size:9pt;
	font-family:arial;
	color:#434343;
	
}
#selected_status_bar
{
	float:left;
	text-align:center;
	padding-top: 4px;
	background-color:#eacd7a;
	height:23px;
	padding-right: 10px;
	padding-left: 2px;
}
#selected_status_bar .selected_top
{
	color:#990033;
	font-size:9pt;
	padding-right: 0px; 
	margin-left: 10px;
	height:27px;
	font-family:arial;
	font-weight:bold;
}
#selected_hide_status_bar
{
	float:left;
	text-align:center;
	padding-top: 4px;
	background-color:#fff3d0;
	height:23px;
	padding-right: 10px;
	padding-left: 16px; 
}
#selected_hide_status_bar .selected_hide_top
{
	color:#990033;
	font-size:9pt;
	padding-right: 0px; 
	margin-left: 10px;
	height:27px;
	font-family:arial;
	font-weight:bold;
}
#select_status_bar_img
{
	padding-top: 0px;
	margin-top: 0px; 
	width: 14px;
	float:left;
}
#select_status_bar_img img.img_status_on
{
	position:absolute;
	
}
#select_status_bar_img img.img_status_off
{
	position:absolute;
	
}
#select_status_bar_img img.img_status_hide
{
	position:absolute;
	
}
#left_content_top .select_top
{
	padding-top: 6px; padding-left: 10px; padding-right: 8px;
}

#left_content_info
{
	padding-left:18px;
	width: 680px;
	float:left;
}
#right_content
{
	width: 220px;
    padding-left: 14px; 
	margin-top: 0px;
	float:right;
	height:auto;
	background:url(../images/right_content_bg.gif);
	border: 1px #d1d1d1 solid;
}
#cata_banner
{
	float:left;
	width:652px;
	height:60px;
	background:url(../images/course-cataloggue.gif);
	margin-left: 6px;
}
#cata_banner_left
{
	width:396px;
	float:left;
	text-align:center;
	padding-top: 12px;
	font-size:14px;
	color:white;
	font-weight:bold;
}
#cata_banner_right
{
	width:256px;
	float:right;
	height:50px;
	padding-top: 12px;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}
#head_content
{
  
  font-size:16px;
  font-weight:bold;
  float:left;
  width: 550px;
  margin-left: 6px;
}
#head_content a
{
	color:#cc9900;
}
#head_content_group
{
	margin-top: 0px; 
	padding-top: 4px; 
	margin-bottom: 6px;
	float:left;
	width: 638px;
	margin-left: 6px;
	font-size:14px;
  font-weight:bold;
}
#cata_content
{
	background-color:#eefeff;
	width:636px;
	height:116px;
	float:left;
	padding-bottom: 0px; 
	margin-bottom: 10px;
	border: 1px #d1d1d1 solid;
	margin-left: 6px;
}
#cata_content div.active
{
	background-color:#ffffff;
}
#cata_content_left
{
	width:368px;
	float:left;
}
#cata_content_left ul.ul_1
{
	padding-left: 20px;
	font-weight:bold;
}
#cata_content_left ul.ul_2
{
	margin-top:-10px;
	padding-left: 34px;"
}
#cata_content_left ul.ul_3
{
	margin-top:-4px;
	padding-left: 34px;
}
#course_details_bt
{
	width:54px;
	height:34px;
	background:url(../images/course_detail_off.gif) top left no-repeat;
	text-align:center;
	padding-top: 2px;
	float:left;
}
#course_details_bt:hover
{
	background:url(../images/course_detail_on.gif) top left no-repeat;
}
#course_select_bt
{
	float:left;
	width:116px;
	height:32px;
	background:url(../images/course_select_off.gif) top left no-repeat;
	text-align:center;
	padding-top: 7px;
	margin-top: 4px;
}
#course_select_style
{
	font-size:11px;color:white;font-weight:bold;
}
#course_select_bt:hover
{
	background:url(../images/course_select_on.gif) top left no-repeat;
}
#cata_content_right
{
	width:268px;
	float:right;
}
#cata_content_right ul.ul_right{ 
	margin-top:-10px;
	padding-left: 0px;
}
#cata_content_right span.ul_right_1
{ 
	text-decoration: line-through;
	margin-left: 16px;
}
#cata_content_right span.ul_right_2
{ 
	margin-left: 30px;
	font-size:16px;
	font-weight:bold;
	color:#990033;
}
#cata_content_right span.ul_right_3
{ 
	margin-left: 18px;
}
#cata_content_right span.ul_right_4
{ 
	font-size:11px;color:white;font-weight:bold;
}

#cata_scroll
{
	display: auto;
  margin-top: 0px; 
  width: 661px; 
  height:660px; 
  margin-bottom: 0px;
  float:left;
  margin-bottom: 10px;
  overflow-y: scroll; 
  
}
.slide-out-div
{
	line-height: 1; 
	position: absolute; 
	height: 75px; 
	top: 240px; 
	right: 10px;
	
}
.slide-out-div .handle
{
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	background: url("../images/popout.png") no-repeat scroll 0% 0% transparent; 
	width: 27px; 
	height: 75px; 
	display: none; 
	text-indent: -99999px; 
	outline: medium none; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	margin-left: 0px;
}
#top-font-style
{
	font: italic 13px Arial;
	float:left;
	margin-top: 0px; margin-left: 4px; margin-right: 4px;
}
.moc
{
	float:left;
	font: italic 22px/22px Georgia,"Times New Roman",Times,serif;
}

#btn_check_out
{
	background: url("../images/btnCheckOut_on.gif") no-repeat scroll left top transparent;
    float: left;
    height: 24px;
    margin-top: 4px;
    padding-top: 12px;
    padding-left: 14px;
    margin-left:33px;
    width: 144px;
	
	color: #990033;
    font-size: 12px;
    font-weight: bold;
	background-color:#ffffff;
	filter:alpha(opacity=60);
  /* CSS3 standard */
	opacity:0.6;
	border-radius: 5px 5px 5px 5px;
}



#btn_apply
{
	background: url("../images/apply_off.gif") no-repeat scroll left top transparent;
    float: left;
    height: 22px;
    margin-top: 4px;
	margin-right: 7px;
    padding-top: 3px;
    text-align: center;
    width: 60px;
	float: right;
	text-align: center;
	color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}
#btn_apply:hover
{
	background:url(../images/apply_on.gif) top left no-repeat;
}

#discount_applied{
	background-color: #FFFFFF;
    float: left;
    height: 56px;
    margin-bottom: 10px;
    margin-left: 3px;
    padding-bottom: 0;
    width: 217px;
	display:none;
	padding-left: 5px;
}

#course_name{
	background-color: #D2CDEF;
    float: left;
    height: auto;
    margin-bottom: 10px;
	margin-top: 5px;
    margin-left: 3px;
    padding-bottom: 0;
    width: 222px;
}

#shopping_cart{
background-color: rgb(238, 223, 253); 
border: 1px solid rgb(209, 209, 209); 
float: right; height: 326px; margin-top: 2px;
padding-left: 10px; 
width: 222px;
}
#left{
	float: left;
    width: 98px;
}

#inputbox
{
background: url("../images/textbox.gif") repeat scroll right top transparent;
    height: 20px;
    margin: 0 0 1em;
    width: 96px;
	border: 1px solid #c1b5cd;
}

#shoppingcart_content
{
 background-color: rgb(238, 223, 253); 
 border: 1px  solid rgb(209, 209, 209); 
 float: right; 
 height: auto;
 margin-top: 2px;
 padding-left: 3px;
 width: 230px;
 padding-bottom:10px;
}
#shoppingcart_title
{
 background-color: rgb(256, 256, 256); 
 border: 1px dotted rgb(129, 103, 156); 
 float: left; 
 height: 40px;
 padding-top:5px; 
 text-align: center;
 width: 220px;
 padding-left: 0px; 
 margin-top: 8px;
 margin-left:3px; 
 margin-bottom:5px
}
.demoselect
{
	border: 1px solid #666666;
}
#course_stbar
{
	padding-left: 16px; 
	font-size: 12px; 
	color: #434343; 
	padding-top: 15px;
}
#course_stbar .st_arrow
{
	float: left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 4px;
}
#course_stbar .textLinkon
{
	background-position: left; 
	float: left; padding: 5px 0px 5px 23px; 
    background-repeat: no-repeat; 
    color: #00dae8; font-weight: bold;
}
#course_stbar .textLinkoff
{
	background-position: left; 
	float: left; padding: 5px 0px 5px 23px; 
    background-repeat: no-repeat; 
}
.btncourse_bt_select
{
	margin-top: -16px; width: 116px; height: 32px; 
	border-width: 0px; color: #FFFFFF; font-weight: bold; 
	font-size: 12px; cursor: pointer; 
	background-image: url('../images/course_select_off.gif');
	background-repeat: no-repeat; 
	vertical-align:middle;padding-bottom:3px;padding-left:5px; 
	font-family: Arial, Helvetica, sans-serif; text-align: center;
	margin-left: -8px;
}
.btncourse_bt_select:hover
{
	background-image: url('../images/course_select_on.gif');
}
.course_bt_select
{
	float:left;
	width:116px;
	height:32px;
	background:url(../images/course_select_off.gif) top left no-repeat;
	text-align:center;
	padding-top: 8px;
	margin-top: 4px;
}
.course_bt_select_style
{
	font-size:12px;color:white;font-weight:bold;
}
.course_bt_select:hover
{
	background:url(../images/course_select_on.gif) top left no-repeat;
}
.course_textLink a
{
	text-decoration: none;
	color: #ff7700;
	font-weight: bold;
}
.coursebox_tr
{
	border-width: 1px;
	border-color: #d1d1d1;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-left-style: solid;
}
.coursebox_tr_l
{
	padding-left: 15px; 
	float: left; width: 220px
}
.coursebox_tr_r
{
	padding-left: 15px; 
	float: left; width: 360px
}
ul#tabs {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0 0 0.3em 23px;
}
ul#tabs li { display: inline; }
ul#tabs li a {
	color: #434343;
	background-color: #dedbde;
	border: 1px solid #c9c3ba;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-bottom: none;
	padding: 0.3em 0.3em 0.38em 0.3em;
	text-decoration: none;
	font-size: 13px;
}
ul#tabs li a:hover { background-color: #f1f0ee;}
ul#tabs li a.selected { color: #a21d49; background-color: #ffffff; font-weight: bold; padding: 0.3em 0.3em 0.43em 0.3em; }

div.tabContent {
	border: 1px solid #d1d1d1;
	padding: 15px 15px 15px 20px;
	background-color: #fcffe7;
	font-size: 12px;
}
div.tabContent.hide { display: none; }
div.tabContent_des
{
	color: #e00000;
}
/*Binh css*/
#right_content2
{
	float: left; width : 240px; 
	background-image: url('../images/right_content_bg.gif'); 
	margin-left: 0px;
}
.shopping_hd
{
	background-position: right; 
	height: 40px; 
	background-image: url('../images/shoppingcart_header.gif'); 
	background-repeat: no-repeat;
}
#shopping_box
{
	padding: 5px 5px 10px 5px; 
	background-color: #dce5fa;
	border: 1px  solid rgb(209, 209, 209); 
	height: auto;	
}
#shopping_box .row1
{
	background-color: #FAF7FE;  
	border: 1px dotted rgb(129, 103, 156);  
	height: 40px; padding-top:5px;  
	text-align: center; 
	padding-left: 0px;
}
#shopping_box .row2
{
	background-color: #c9d7f8; 
	padding-bottom: 10px; 
	padding-top: 0px;
}
#shoppingrow2_box
{
	padding-top: 8px;
}
#shoppingrow2_box .r1
{
	float: left;width:90px; 
	padding-left: 8px; 
	font-weight: bold;
}
#shoppingrow2_box .r2
{
	float: left;width:120px;
}
#shopping_box .row3
{
}
.div_hr
{
	border: 0; color: #9c9c9c; 
	background-color: #9c9c9c; 
	height: 1px; width: 99%; 
	padding-left:3px; clear:both;
}
#shopping_box_apply
{
	height:32px;
}
#shopping_box_apply .txtbox
{
	border: 1px solid #c1b5cd; background-image: url('../images/textbox.gif'); width: 90px;
}
#shopping_box_apply .r1
{
	
}
.btn_apply3
{
	border-width: 0px; cursor: pointer; margin-top:-2px;
	padding-bottom: 3px; width: 61px; 
	height: 23px; background-image: url('../images/apply_off.gif'); 
	background-repeat: no-repeat; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #fff; font-weight: bold;font-size:11px
}
.btn_apply3:hover
{
	background-image: url('../images/apply_on.gif'); 
}
.btn_apply2
{
	background: url("../images/apply_off.gif") no-repeat scroll left top transparent;
	height : 22px;
	width : 60px;
    padding-top: 3px;
    text-align: center;
	color: #ffffff;
    font-size: 11px;
    font-weight: bold;
	margin-top : -2px;
}
.btn_apply2:hover
{
	background:url(../images/apply_on.gif) top left no-repeat;
}
.btn_check_out2 {
    background: url("../images/btnCheckOut_off2.gif") no-repeat scroll left top #FFFFFF;
    color: #916278;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin-left: 33px;
    margin-top: 4px;
    padding-left: 14px;
    padding-top: 12px;
    width: 144px;
}
.btn_check_out3 {
    background: url("../images/btnCheckOut_on2.gif") no-repeat scroll left top #FFFFFF;
    color: #990033;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin-left: 33px;
    margin-top: 4px;
    padding-left: 14px;
    padding-top: 13px;
    width: 144px;
}
.btn_check_out4off {
    background: url("../images/btnCheckOut_off6.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    margin-left: 25px;
    margin-top: 4px;
    padding-left: 10px;
    padding-top: 15px;
    width: 173px;
}
.btn_check_out4 {
    background: url("../images/btnCheckOut_off3.gif") no-repeat scroll left top transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    margin-left: 20px;
    margin-top: 4px;
    padding-right: 36px;
    width: 183px;
    text-transform: uppercase;
}
.btn_check_out4:hover {
    background: url("../images/btnCheckOut_on3.gif") no-repeat scroll left top ;
}
#course_banner
{
	background-image: url('../images/course-cataloggue1.png'); 
	background-repeat: no-repeat; 
	background-position: center; height: 65px;	
}
#course_banner .bn_left
{
	font-size: 14px; color: #FFFFFF; 
	font-weight: bold; text-align: center; 
	float: left; width: 430px; padding-top: 14px;
}
#course_banner .bn_right
{
	float:left;padding-top:14px; 
	font-size: 13px; font-weight: bold;
}
#coursebox_scroll
{
	padding-top:10px;padding-bottom:10px; 
	text-align: left; padding-left: 20px;
	padding-right:20px
}
#coursebox_scroll .top_tt1
{
	font-size: 16px; font-weight: bold;	
}
#coursebox_scroll .top_tt2
{
	font-size: 14px; font-weight: bold; 
	padding-top: 8px; padding-bottom: 10px
}
#coursebodybox
{
	border: 1px solid #d1d1d1; 
	padding-top: 10px; 
	padding-bottom: 10px; 
}
#coursebodybox_boxl
{
	float: left; width: 300px
}
#coursebodybox_boxl .r1
{
	padding-left:20px;padding-top:3px;padding-bottom:2px; font-weight: bold;
}
#coursebodybox_boxl .r2
{
	padding-left:34px;padding-top:3px;padding-bottom:2px;
}
#coursebodybox_boxl .r3
{
	padding-left:34px;padding-top:3px;padding-bottom:2px;
}
#coursebodybox_boxr
{
	float: right; width: 280px
}
#coursebodybox_boxr #boxrow
{
	padding-top:8px;padding-bottom:12px;
}
#coursebodybox_boxr #boxrow .boxrowl
{
	float:left;width:100px;
}
#coursebodybox_boxr #boxrow .boxrowr
{
	float:left;width:150px
}
.coursedts_bt {
    background: url("../images/course_detail_off.gif") no-repeat scroll left top transparent;
    height: 34px;
    padding-top: 3px;
    text-align: center;
    width: 54px;
    float:left;
    line-height: 14px;
}
.coursedts_bt:hover {
    background: url("../images/course_detail_on.gif") no-repeat scroll left top transparent;
}
.cs_btnremove
{
	background-color: #e7e7e7; 
	border: 1px solid #e7e7e7; font-size: 10px; 
	color: #434343; padding-top: 2px; 
	padding-bottom: 2px; font-family: Arial;	
	text-align:center;	
	width:60px;
	cursor:pointer;
}
#ulcontent
{
	list-style:disc;margin-top:-5px
}
#ulcontent li
{
	padding-top:3px;padding-bottom:3px;
}
.linkYello
{
	text-decoration:none;
	color:#ff7700;
}
.linkYello:hover
{
	color:#0066ff;
}
.haveqsbox
{
	padding-top: 10px;font-size:14px;
	clear:both; padding-left: 10px;	
}
/* Khuong 03/11/2011 */
.remove
{
	background-color: #cfcfcf;
    border: 1px solid #cfcfcf;
    color: #434343;
    font-family: Arial;
    font-size: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    width: 60px;
    cursor:pointer;
}
.oddCourseItem
{
	background-color: #EEFEFF;
}
.courseWithScroll
{
	height: 660px !important; overflow-y: scroll;
}

#tabshow a
{
	color: #ff7700;
}
#tabshow a:hover
{
	color: #0066ff;
}
/* Exam page */
.examPage p
{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.examPage .grid
{
	font-weight: normal;
}

.examPage .gridrow td p
{
	padding:0;
	text-align: left;
	margin: 0px;
	font-weight: normal;
}
.examPage .gridrow td
{
	padding:0;
	text-align: left;
	margin: 0px;
	font-weight: normal;

}
.examPage .gridrow_alternate td
{
	padding:0;
	text-align: left;
	margin: 0px;
	font-weight: normal;

}
.examPage .gridrow_alternate td p
{
	padding:0;
	text-align: left;
	margin: 0px;
	font-weight: normal;
}
/*Thuat - 18-01-2012. Use for the display image of result of exam*/
.examPage .grid_im
{
	font-weight: normal;
    margin-left: 0;
    margin-top: -2px;
}
.examPage .p_result
{
	font-weight: normal;
    margin-left: 80px;
    margin-top: -19px;
}
/*end*/

.resultExam
{
	font-size:13px; padding-top: 10px
}
.resultExam a
{
	color: #ff7700;
}
.resultExam a:hover
{
	color: #0066ff;
	text-decoration: underline;
}




#oo_tab{
-moz-box-shadow:rgba(0,0,0,0.7) 0 0 3px;
-webkit-box-shadow:rgba(0,0,0,0.7) 0 0 3px;
-moz-border-radius:1px;
-webkit-border-radius:5px;
border:gray 1px solid;display:block;position:fixed;top:40%;height:75px;width:35px;-webkit-transition:top .3s ease;z-index:999995;}

.oo_tab_right{background-position:top right;right:-15px;opacity:.5;filter:alpha(opacity=50);}
.oo_tab_right:hover{right:-4px;opacity:1.0;filter:alpha(opacity=100);}
.tooltip {
			outline: none;
			text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			
			position: absolute; 
			left: 0em; 
			top: 1em; 
			z-index: 99;
			margin-left: 0; 
			width: 220px;
			font-size:11px;color:#000;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
.qlogin_l
{
	background-image: url('../images/bgQuickLogin.gif'); 
	background-repeat: no-repeat; 
	width: 133px; 
	height: 83px; 
	float: left; 
	margin-left: 32px;
}
.qlogin_r
{
	float: left; 
	width: 30px; 
	height: 31px; 
	margin-left: 20px; 
	margin-top:20px; 
	background-repeat: no-repeat;	
}
#qlogin_box
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: -5px;
}
#qlogin_box .qbox_l
{
	float: left;
	width: 75px;
	font-size: 13px;
	font-weight: bold;
	margin-top: -5px;
	text-align: right;
	padding-right: 2px;
}
#qlogin_box .qbox_r
{
	float: left; width: 150px;
}
.welcomeb_l
{
	float: left; 
	width: 37px; 
	height: 39px; 
	background-image: url('../images/bgMuiTenVang.gif'); 
	background-repeat: no-repeat; 
	margin-top: -23px; 
	margin-left: 40px;
}
.welcomeb_r
{
	float: left; 
	font-size: 13px; 
	font-weight: bold; 
	padding-left: 10px; 
	margin-top: -10px;
}
#qcourse_search_box
{
	width: 200px; 
	height: 128px; 
	margin-right: 20px; 
	background-image: url('../images/bgSearch2.gif');	
}
#qcourse_search_box .qcs_top
{
	background-image: url('../images/icoSearch.gif'); 
	background-repeat: no-repeat; 
	background-position: 147px 2px; 
	padding-top: 4px;  
	padding-bottom: 1px; 
	font-size: 12px; 
	font-weight: bold; 
	width: 155px; 
	padding-left: 20px;
}
.qcourse_search_text
{
	font-size: 11px; 
	padding-top: 0px; 
	padding-bottom: 1px; 
	text-align: left; 
	padding-left: 25px;
}
.qcourse_search_select select
{
	font-size:11px; width:155px;border-bottom-width: 0px;
}
#box_bodyright
{
	float:left;width:247px;margin-left:25px;padding-bottom:20px;
}
#box_bodyright .tt_greatonline
{
	background-image: url('../images/bgHeader_R_content.gif');
	background-repeat: no-repeat;
	height: 34px;
}
#box_bodyright .h3_title
{
	font-size: 14px; 
	font-weight: bold
}
#box_bodyright .h3_title:hover
{
	color: #0066FF
}
#box_bodyright .h4_title
{
	font-size: 13px; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
.box_bodyright_li
{
	background-position: left 9px;
	padding-left: 16px;
	background-image: url('../images/icon_right.png');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
.courseWithAudio
{
	background-image: url('../images/icon_right_sk.gif');
	background-position: left 6px;
}
.courseWithAudio1
{
	background-image: url('../images/icon_right_sk.gif');
	background-position: 4px 15px;
	background-repeat: no-repeat;
}
.li_link
{
}
.li_link:hover
{
	color: #0066FF
}
#box_bodyright .underline
{
	background-position: center; 
	padding-bottom: 3px; 
	background-image: url('../images/line_right.gif'); 
	background-repeat: no-repeat; 
	height: 10px;
}
/**/

.bg_body_c {
	border: 1px solid #cfcfcf;
	background-color : #fefff3;
	float : left;
	width : 450px;
	-moz-box-shadow: 0 0 1px 1px #d4d4d4;
	-webkit-box-shadow: 0 0 1px 1px#d4d4d4;
	/*box-shadow: 0 0 1px 1px #d4d4d4;*/
}
.conten_body{
	background : url(../images/button_body.gif) no-repeat;
	float: left;
	margin: 10px 0 0 15px;
	max-width: 200px;
	width: 205px;
}
.conten_body ul li{
	background: url("../images/arrowborderblue.gif") no-repeat transparent;
	background-position: 1px 1px;
	list-style: none outside none;
	margin: 1px 0 0.5em;
	padding: 0 0 0 1.5em;
	margin: 5px;
}
.conten_body ul li a:hover{
	color : #06f;
}
.conten_body ul{
	padding-left: 20px;
	margin-top: 0px;
	margin-top: 7px;
}
.conten_body h4{
	margin-bottom: 0;
	margin-left: 30px;
	margin-top: 0;
	text-align: left;
	font-size: 14px;
}
