/*css reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus{outline:0;}
body{
	line-height:1;
	color:black;
	background-color:black;
}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}
blockquote:before,blockquote:after,
q:before,q:after{content: "";}
blockquote,q {quotes: "" "";}
html{font-size:100.01%;}
body{font-size:62.5%;background:#000000;font-family:trebuchet ms, Arial, verdana, helvetica, sans-serif;
color:	#4d4c4c;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/*page*/
#page{
	width:950px;
	margin:0 auto;background:#fff;
	padding:0 0 10px;

}
#header{
	width:100%;margin-bottom:14px;
	position:relative;
	background:#fff;height:104px;
}

/*logo*/
#header div.logo{
	width:97%;
	height:104px;margin: 0 auto;
	background-color:#e3027f;
}
#header div.logo h1{
	float:left;
	display:inline;
	background:url(../img/header_left.gif) no-repeat 0 0;
	background-position:left;height:104px;
}
.header_right {
	float:right;
	display:inline;width:3px;
	background:url(../img/header_right.gif) no-repeat 0 0;
	background-position:right;height:104px;
}
#header div.logo h1 a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:200px;
	height:85px;margin:16px 0 0 10px;
	background:url(../img/logo.gif) no-repeat 0 0;
}
#header div.header_top{
	float:right;
	width:65%;height:55px;margin:5px 0;font-size:11px;
	color:#FFFFFF;text-align:right; padding:0 10px 0 0;
}
#header div.header_top a{
	margin:0 5px 0 0;
	color:#FFFFFF;textdecoration:none;
}
#header div.header_top a:hover{
	margin:0 5px 0 0;
	color:#FFFFFF;textdecoration:underline;
}
.search_div{
	float:right;
	width:90%;height:20px;margin:10px 0;font-size:12px;
	color:#FFFFFF;text-align:right; padding:0 0px 0 0;
 }
.search_key{
	width:120px; border:1px solid #f6b2da;
}
#main{
	width:100%;
	overflow:hidden;
	margin:0;
	background-color:#fff;
}
/*----- Main menu -------*/
#main-menu{
	position:relative;
	height:27px;
	padding:0 0 26px 7px;
}
#main-menu li{
	line-height:26px;
	margin:0px 3px;
	padding:0px 0 0 1px;
	float:left;
	font:bold 11px trebuchet ms, arial, verdana, helvetica, sans-serif;
	background:url(../img/top-menu-left.gif) no-repeat 0 0;
	background-position:left;height:27px;
}
#main-menu li a{
	display:block;
	color:#fff;
	position:relative;
	cursor:pointer;
	padding:0 0px 0 0;
	background:url(../img/top-menu-right.gif) no-repeat 0 0;
	background-position:right;height:27px;
}
#main-menu li a span{
	display:block;
	padding:2px 10px 0 10px;
}
* html #main-menu li a{float:left;}
* html #main-menu li a span{float:left;}
#main-menu li:hover, #main-menu li.topm-a{
	font:bold 11px trebuchet ms, arial, verdana, helvetica, sans-serif;
	line-height:26px;
	margin:0px 3px;
	padding:0px 0 0 1px;
	float:left;
	background:url(../img/top-menu-left-over.gif) no-repeat 0 0;
	background-position:left;height:27px;
}
body { behavior: url(csshover.htc); }

#main-menu li a:hover, #main-menu li.topm-a a{
	text-decoration:none;display:block;
	color:#fff;position:relative;
	cursor:pointer;padding:0 0px 0 0;
	background:url(../img/top-menu-right-over.gif) no-repeat 0 0;
	background-position:right;height:27px;
}

/*--- account menu -------*/
.acctabs-title{
	width:100%;overflow:hidden;
}
.acctabs{ width:100%;}
* + html div.acctabs-title{ padding-left:2px;}
#acc-menu{
	position:relative;
	height:27px;
	padding:0 0 0 0;
	font-weight:bold;
}
#acc-menu li{
	font-size:12px;
	line-height:26px;
	margin:0px 0px;
	padding:0px 0 0 1px;
	float:left;
	background:url(../img/acc-maenu-left.gif) no-repeat 0 0;
	background-position:left;height:27px;
}
#acc-menu li a{
	display:block;
	color:#fff;
	position:relative;
	cursor:pointer;
	padding:0 0px 0 0;
	background:url(../img/acc-menu-right.gif) no-repeat 0 0;
	background-position:right;height:27px;
}
#acc-menu li a span{
	display:block;
	padding:2px 34px 0 34px;
}
* html #acc-menu li a{float:left;}
* html #acc-menu li a span{float:left;}
#acc-menu li:hover, #acc-menu li.tab_change_account{
	font-size:12px;
	line-height:26px;
	margin:0px 0px;
	padding:0px 0 0 1px;
	float:left;
	background:url(../img/acc-menu-left-over.gif) no-repeat 0 0;
	background-position:left;height:27px;
}
#acc-menu li a:hover, #acc-menu li.tab_change_account a{
	text-decoration:none;display:block;
	color:#fff;position:relative;
	cursor:pointer;padding:0 0px 0 0;
	background:url(../img/acc-menu-right-over.gif) no-repeat 0 0;
	background-position:right;height:27px;
}

/*sidebar*/
#sidebar{
	float:left;
	display:inline;
	width:205px;
	padding:0 4px 42px 0;
	margin:0px 0 0;
}
#sidebar-reg{
	float:left;
	display:inline;
	width:245px;
	padding:0 4px 42px 12px;
	margin:14px 0 0;
}
#sidebar-ret{
	float:left;
	display:inline;
	width:245px;
	padding:0 0px 0px 12px;
	margin:0px;
}
* html #sidebar{margin-right:-3px;}
#sidebar div.box{
	width:177px;
	margin:0 auto;
}
#sidebar div.box h2{
	background:#cfcfcf url(../img/bg-box-title.gif) repeat-x 0 0;
	border-top:0px solid #f5f5f5;
	text-align:center;
	font-size:1.4em;
	line-height:1.857em;
	color:#FFFFFF;
	font-weight:normal;
}
#sidebar div.box div.body{
	border:1px solid #feaad6;
	padding:0 10px;
	border-top:1px solid #e3027f;
	
}
#sidebar div.box ul{
	font-size:1.2em;
	line-height:2em;
	width:100%;
	margin:2px 0 0;
	padding:0 0 10px;
}
#sidebar div.box ul li{
	padding:0 0 0 17px;
	background:url(../img/site_arrow.gif) no-repeat 0 -40%;
}
#sidebar div.box ul li.active{
	padding:0 0 0 17px;
	background:url(../img/site_arrow_over.gif) no-repeat 0 -40%;
}
#sidebar div.box ul li a{
	color:#010101;
}
/* #sidebar div.box ul li a:visited{
	color:#ed4b57;
}*/
#sidebar div.box ul li a.active{
	font-size:1.1em;
	color:#e3027f;
	font-weight:bold;
}
.site_cnt{ 
	font-size:12px;text-align:justify;
	line-height:18px;padding-top:5px;
}
/*content*/
#content{
	margin:0px 0 0;
	overflow:hidden;
	padding:0 20px 30px 0;
}
* html #content{overflow:visible;height:0;}
#content div.inhead{ 
	margin:0px; padding:0px;
	color:#006699;border:0px solid red;
	font:18px/30px trebuchet ms, arial, verdana, helvetica, sans-serif;	
	font-weight:normal;
}
#content div.insubhead{ 
	font-size:1.4em;border:0px solid red;
	font:18px/23px trebuchet ms, arial, verdana, helvetica, sans-serif;	
	color:#e3027f;font-weight:normal;margin-top:9px;
}
#content div.easystep{ margin-top:18px;
}
#content div.easystep a, #content div.easystep a:hover, #content div.easystep a:visited, #content div.easystep a:link{ color:#FFFFFF;text-decoration:none;cursor:pointer;}
#content div.step{ 
	background-image:url('../img/step-bg.gif');
	background-repeat:no-repeat;text-decoration:none;
	width:174px;height:95px;float:left;
	color:#FFFFFF;margin:0 6px 0 0;cursor:pointer;
	font-family:trebuchet ms, arial, verdana, helvetica, sans-serif;
}
#content div.step1{ 
	background-image:url('../img/step1.gif');
	background-repeat:no-repeat;
	width:19px;height:18px;float:left;
	margin:10px 0 0 10px;
}
#content div.step2{ 
	background-image:url('../img/step2.gif');
	background-repeat:no-repeat;
	width:19px;height:18px;float:left;
	margin:10px 0 0 10px;
}
#content div.step3{ 
	background-image:url('../img/step3.gif');
	background-repeat:no-repeat;
	width:19px;height:19px;float:left;
	margin:10px 0 0 10px;
}
#content div.step4{ 
	background-image:url('../img/step4.gif');
	background-repeat:no-repeat;text-decoration:none;
	width:173px;height:95px;float:left;cursor:pointer;
	color:#FFFFFF;margin:0 0 0 5px;
}
.Tinhead{float:left;}
#content div.inright{ 
	width:65.5%;float:left;line-height:20px;
	font-size:16px;font-family:trebuchet ms, arial, verdana, helvetica, sans-serif;
	margin:25px 0 0 0;padding:0 12px 0 0px;	
}
#content div.inright div{ 
	margin-top:19px; float:left;font-size:14px;
}
#content div.inleft{
	width:30%;float:left;margin:14px 0 0 10px;
}
.steptxt{ 
	margin:32px 0 0 0; float:left;width:100%;
	font-size:19px;font-weight:bolder;color:#FFFFFF;
	text-align:center;padding-bottom:2px;
}
.steptxt4{ 
	margin:27px 0 0 0; float:left;width:100%;
	font-size:18px;font-weight:bold;color:#FFFFFF;	
	text-align:center;padding-bottom:2px; vertical-align:middle;
}
.paycard{ 
	background-image:url('../img/card.gif');cursor:pointer;
	background-repeat:no-repeat;text-decoration:none;
	width:194px;height:131px;float:left;border:0px solid white;
}
.cardtxt{
	margin:17px 0 24px 0; float:right;width:50%;border:0px solid red;
	font-size:14px;font-weight:bold;text-decoration:none;	
	text-align:center;padding-bottom:2px;
	color:#00728c;font-family:trebuchet ms, arial, verdana, helvetica, sans-serif;
}
.joincardtxt{border:0px solid red;
	margin:0px; float:left;
	font-size:14px;font-weight:bold;text-decoration:none;	
	text-align:center;padding-bottom:2px;
	color:#00728c;font-family:trebuchet ms, arial, verdana, helvetica, sans-serif;
}
.cardtxt a, .cardtxt a:hover , .cardtxt a:visited{ 
	text-decoration:none;color:#00728c;text-align:center;
}
.joincardtxt a, .joincardtxt a:hover , .joincardtxt a:visited{ 
	text-decoration:none;color:#00728c;text-align:center;
}
.cardtxt img,.joincardtxt img{
	margin-top:15px;text-align:left;
}
.cardtxt img{
	margin-left:92px;
}
.joincardtxt img{
	margin-left:82px;
}

#content h3{
	font-size:1.4em;
	font:15px/20px trebuchet ms, arial, verdana, helvetica, sans-serif;	
	line-height:1.6111em;
	margin:10px 0 10px 0;
	color:#e3027f;font-weight:bold;
/*	border-bottom:1px solid #f6b2da; */
}
#content ul.banners{
	width:666px;
	margin:14px 0 0 41px;
	padding:0 0 2px;
	overflow:hidden;
}
#content ul.banners li{
	float:left;
	padding:0 16px 0 0;
	margin:9px 0 0;
}
#content ul.banners li a{float:left;}
#content ul.banners li a img{float:left;display:inline;}

/*quotes*/
#content ul.quotes{
	margin:6px 0 0 6px;
	width:715px;
	overflow:hidden;
	padding:0 0 11px;
}
#content ul.quotes li{
	float:left;
	width:100%;
	padding:0 0 1px;
	background:url(../img/separator2.gif) repeat-x 0 100%;
}
#content ul.quotes li div.image{
	float:right;
	display:inline;
	width:123px;
	background:url(../img/bg-banner.gif) no-repeat 20px 0;
	margin:8px 0 0;
	padding:0 0 0 20px;
	height:63px;
}
* html #content ul.quotes li div.image{margin-left:-3px;}
#content ul.quotes li div.image a{
	float:left;
	margin:2px;
}
#content ul.quotes li div.body{
	overflow:hidden;
	margin:9px 0 0;
	min-height:53px;
	background:url(../img/bg-quote-close.gif) no-repeat 100% 100%;
}
#content ul.quotes li div.body div{
	min-height:53px;
	padding:0 40px 0 44px;
	background:url(../img/bg-quote-open.gif) no-repeat 3px 0;
}
* html #content ul.quotes li div.body{overflow:visible;height:53px;}
* html #content ul.quotes li div.body div{overflow:visible;height:53px;}
#content ul.quotes p{
	font-size:1.4em;
	line-height:1.2857em;
	color:#191919;	
}

/*site news*/
#content div.site-news{
	margin:8px 0 0;
	overflow:hidden;
	width:100%;font-size:1.2em;
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;	
}
#content div.site-news p{
	font-size:1.2em;
	line-height:1.5em;
	color:#191919;
	padding:0 0 12px;
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;
}
#content div.site-news p a{color:#d3878d;text-decoration:underline;}
#content div.site-news p a:hover{text-decoration:none;}
#content div.site-news p.title{
	color:#898989;
	margin:8px 0 0;
}
#content div.site-news p.title a{
	margin:0 30px 0 0;
}

#content-reg{
	border:0px solid #ddd;
	width:405px; 
	margin:15px 0px 0px 10px; 
	float:left;
}
.retail_lft{
	width:49%; 
	margin:1px 0px 0px 0px; 
	float:left;
}
.retail_rgt{
	float:left;
	width:48%;
	padding:0 0 0 10px;
}
.side_cont_reg{
	float:left; 
	border:1px solid #ddd; 
	background:url(../img/bg_reg_banner.gif) repeat-x; 
	height:272px; 
	width:100%;
}

#content h2.headh2, #content-reg h2.headh2{
	color:#006699;
	font:21px/30px trebuchet ms, arial, verdana, helvetica, sans-serif;	
	font-weight:normal;
	line-height:1.4em;
	margin:0px; padding:0px;
}
#content-reg h2.headh2{
	font-size:1.8em;
}
#content h3.headh2, #content-reg h3.headh2{
	font-size:1.6em;
	line-height:1.4em;
	margin:0px 0 0px 0px;
	padding-bottom:4px;
	color:#e3027f;
	/* border-bottom:1px solid #feaad6; */
	font-weight:bold;
}
#content-reg h3.headh2{
	font-size:1.5em;
	margin-top:5px;
}

#content .contentA input.btng{
	width:158px;
	height:32px;
	display:block;
	margin:14px auto 0;
	background:url(../img/login_butg.gif) no-repeat 0 0;
	border:0;
	padding:0 10px 2px 0px;
	cursor:pointer;
	font:13px Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align:center;
}
.btng{
	background:url(../img/login_butg.gif) no-repeat 0 0;
	border:0;font:14px Arial,Helvetica,sans-serif;
	color:#FFFFFF;text-align:center;
	width:128px;height:32px;padding:0 10px 2px 0px;
}
#content .contentA input.btngp, #content input.btngp{
	width:200px;
	height:32px;
	display:block;
	margin:13px auto 0;
	background:url(../img/forgot_butg.gif) no-repeat 0 0;
	border:0;
	padding:0 17px 2px 0;
	cursor:pointer;
	font:13px Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align:center;
}
#content .contentA input.btnpro, #content input.btnpro{
	width:200px;
	height:32px;
	display:block;
	margin:13px auto 0;
	background:url(../img/butt_pro.gif) no-repeat 0 0;
	border:0;
	padding:0 17px 2px 0;
	cursor:pointer;
	font:13px Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align:center;
}
#content .contentA input.reg_butg{
	width:188px;
	height:32px;
	display:block;
	margin:13px auto 0;
	background:url(../img/reg_butg.gif) no-repeat 0 0;
	border:0;
	padding:0 10px 2px 0px;
	cursor:pointer;
	font:14px Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align:center;
}
.offrgt12{
	float:right; border:1px solid #ddd;
	background:url(../img/bg_reg_banner.gif) repeat-x; 
	height:272px; width:48.3%; margin:10px 0px 0px 5px;
}
#offer_list{float:left;line-height:18px;text-align:justify;
	font-size:12px;padding:0 0 5px 7px;width:77%;}
#offer_listno{font-size:14px;font-weight:bold;margin:0 0 0 0px;text-align:right;
	width:13%;height:inherit;line-height:18px;float:left}
#offer_listimg{
	background-image:url('../img/tick_green.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;padding:0 0 5px 25px;
	margin:0 0 0 10px;line-height:18px;text-align:left;
	float:left;
}
.reg_side_head{
	float:left;
	padding:15px 0px 5px 14px;
	font-size:15px; 
	font-weight:bold;
}
.reg_left_si ul, .reg_right_si ul{
	padding-top:30px;list-style-position:inside;
}
.reg_left_si ul li, .reg_right_si ul li{
	margin:0 0 0 35px;
	padding:0px 0 0 0px;
	font-size:13px;
	list-style-position:outside;
	color:#646464;
}
#off_spacer{ height:40px;float:left; width:80% ;}
.reg_left_si, .reg_right_si{}
.reg_left_si ul li {
	list-style-type:decimal;
}
.dottedsty{
	background-image:url('../img/dotted.gif');
	width:95%;float:left;
	background-repeat:repeat-x;
	background-position:top center;
	line-height:12px;margin:0 0 0 5px;	
}
.reg_right_si ul{
	list-style-type:none;
	list-style-position:outside;
}
.reg_right_si ul li{	
	background:url(../img/tick_green.gif) no-repeat;
	margin-left:20px;
	padding-left:25px;
	height:18px;
}
.reg_but_row{
	text-align:center;
	height:27px;
	width:99%;
	margin:2px 0 2px 0;
	float:left;
	vertical-align:bottom;
}
.reg_lbut{
	width:220px;
	height:32px;
	display:block;
	margin:0px;
	border:0;
	padding:0 20px 3px 0;
	cursor:pointer;
	font:13px Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align:center;
	background:url(../img/reg_lbut.gif) no-repeat 0 0;
}
em.style{
	color:#888;
	margin-top:2px;
	font-family: verdana;
}
.remark{
	float :right;
	font-size:10px;
	color:#999;
	padding:5px 35px 5px;
	margin:-10px 0 0 0;
}
.remarkR{
	font-size:10px;
	color:#999;
	padding:0px 35px 5px 0px;
	margin:0px 0 0 0;
	text-align:right;
}
.remark_txt{
	float:left;
	font-size:10px;
	color:#999;width:99%;
	padding:2px 0px 3px 0px;
}
.remark_txt12{
	float:left;
	font-size:10px;vertical-align:super;
	color:#999;width:80%;
	padding:0px 0px 0px 100px;
}
.remark_txt1{
	float:left;font-size:10px;
	color:#999;padding:5px 0px 3px 5px;
	margin:0 0 0 38px;
}
.remark_txt11{
	float:left;font-size:11px;line-height:18px;
	color:#999;padding:5px 0px 3px 5px;
	margin:0 0 0 5px;text-align:left;
}
.chk{
	float:left;
	width:5%;
}
.chk_txt{
	font-size:11px;
	float:left;
	width:94%;line-height:17px;
	padding-left:2px;
	text-align:left;
}
.chk_row{
    width:80%;
    float:left;text-align:center;
    line-height:auto;
    padding:0px 0px 0px 60px;
}
a.linkb{
	color:#2424e4;
	text-decoration:underline;
}
.arrow_mark{
	background:url(../img/log_arrr.gif) no-repeat 0 0;
	padding:0px 0px 20px 20px;
	text-align:left;
}
.arrow_mark2{
	background:url(../img/log_arrr.gif) no-repeat 0 0;
	padding:0px 0px 5px 20px;
	text-align:left;
}
/*footer*/
#footer{ width:97%;height:20px;
	background-color:#e3027f;color:#FFFFFF;
	margin:9px auto;text-align:left;
	font-size:11px;padding:5px 0 0 10px;
}
.footerlink{
	color:#FFFFFF;text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
.footerlink:hover{
	color:#FFFFFF;text-decoration:underline;
}
/* --- Category pages --- */
.botborder{width:100%;padding-bottom:2px;	}
.botborder h2{
	font-family:Arial, sans-serif;font-size:22px;
	color:#000000;font-weight:bold;
	margin:0 0 0 0;text-align:left;
}
.bar_top{
	font-size:11px;color:#7C7C7C;
	background-color:#f0f0f0;
	height:15px;
}
.bar_text_style1 {
	 MARGIN: 0px; background-color:#F0F0F0;
	 text-decoration:none; font-style:normal;
	 font-size:11px; text-align:left;
	 font-weight:normal; color: #7C7C7C;
}

#pro_title{float:left;width:100%;} 
#product_name, #product_name a{
	text-decoration:none;
	color:#e3027f;font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;float:left;
}
#pro_ret_name{
	text-decoration:none;
	color:#e3027f;font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;float:left;
}
#product_name a:hover{text-decoration:underline;}
#pro-cash{ float:right;}
#product_description{
	font-size: 12px;font-weight: normal;color:#676768;
	line-height:18px;
}
#pro-right{ float:right;width:100%}
#pro-main{width:100%;float:left;margin:10px 0 0 0;
	border-bottom:1px dotted #4e9eb2;}
#pro-links{width:100%;float:left}
.spacer {
	height:6px;padding:0px;
	margin:0px;overflow:hidden;
}
.cbt_test{
	font-size:13px;color:#00718e;font-weight:bold;
}
#dhtmltooltip{
	position: absolute;width: 250px;
	border: 1px solid black;padding: 2px;
	background-color: lightyellow;visibility: hidden;
	z-index: 100;font-size:12px;padding:7px;line-height:16px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* sen style */
.contentA{
	width:95.9%;
	background-color:#eaeaea;
	padding:15px;	float:left;
	text-align:center;
}
.prolftTop {
	float:left;
	width:5px; height:4px;
	background-image:url('../img/pro-top-lft.gif');
	background-repeat:no-repeat;
	background-position:left top;margin:0;padding:0;
}
.prorgtTop {
	float:right;
	width:5px; height:4px;
	background-image:url('../img/pro-top-rgt.gif');
	background-repeat:no-repeat;
	background-position:left top;margin:0;padding:0;
}
.prolftBot {
	float:left;border:0px solid red;
	width:25px; height:4px;
	background-image:url('../img/pro-bot-lft.gif');
	background-repeat:no-repeat;
	background-position:left bottom;margin:0;padding:0;
}
.prorgtBot {
	float:right;border:0px solid red;
	width:25px; height:4px;
	background-image:url('../img/pro-bot-rgt.gif');
	background-repeat:no-repeat;
	background-position:right bottom;margin:0;padding:0;
}
.contentR{
	width:98.8%;
	float:left;
	background-color:#eaeaea;
	padding:0px 5px 5px 5px;
	text-align:center;
	font-family:arial;
	font-size:12px;
	color: #666666;
}
.left{
    width:230px;
    float:left;
    padding:7px 5px 0px 7px;
    min-height:24px;
    text-align:right;color:#000000;
    font:13px/18px trebuchet ms, arial, verdana, helvetica, sans-serif;
}
.leftr{
    	width:35%;
    	float:left;
	padding:0px; margin:0px;
	text-align:right;color:#000000;
       font:13px/18px trebuchet ms, arial, verdana, helvetica, sans-serif;
	font-weight:bold;
}
.right{
    width:200px;
    float:left;
    padding:5px 5px 0px 15px;
    min-height:24px;
    font:13px/18px trebuchet ms, arial, verdana, helvetica, sans-serif;
}
.rightr{
    width:50%;
    float:left;
    padding-left:15px;
    font:13px/18px trebuchet ms, arial, verdana, helvetica, sans-serif;

}
.clear{
	float:left;
	width:95%;
	height:10px;
	padding-top:5px;
}
.clearr{
	float:left;
	width:95%;
	height:10px;
	padding-top:2px;
}

.row{
    background-color:none;
    display:block; 
}

.text{
    width:240px;background-color:#FFFFFF;
    border:1px solid #7f9db9;height:19px;
}
.text1{
    width:240px;background-color:#FFFFFF;
    border:1px solid #7f9db9;height:22px;
}

.ruler{
    width:400px; border-bottom:dashed 1px #dcdcdc;
}

tr:focus{
    background-color:#fcfcf0;
}
td{
    vertical-align:top;
}
.over{
    background-color:#f0f0f0;
}
.out{
    background-color:none;
}
.error_msg{
	float:left;
	width:90%;
	text-align:center;
	color:red;
	font-size:16px;
	padding-top:20px;
}
span.hom_joi_get{
	color:#b81622;
	font-size:15px; width:88%; 
	font-weight:bold;
	float:left;padding:15px 0 5px 37px;
}
span.hom_joi_ear{
	color:#000000; 
	font-size:12px; float:left;
	padding:5px 0 0 23px;
}
span.hom_joi_sta{
	color:#154ea7;
	font-size:15px; font-weight:bold;
	float:left;
	padding:10px 0 0 46px; 
	text-decoration:underline;
}
div.join a, div.join a:hover{
	text-decoration:none;
	cursor:pointer;
}

.inter_alert{
	float:left; 
	text-align:left middle; 
	font-size:12px; 
	height:25px; 
	width:93%;
	background:url(../img/warning_img.gif) no-repeat 0 0;
	background-position:left;
	padding:10px 0 0 25px;
	vertical-align:bottom;
	margin-top:-5px 0 5px 0;
}
.non-link{
	text-decoration:none;
	cursor:pointer;
}
.sitemap-links{
	color:#e3027f;list-style-type:none;font-size:13px;font-weight:bold;
}
.sitemap-links a{
	color:#4e9eb2;text-decoration:none;
	line-height:18px;font-size:12px;font-weight:normal;
}
.sitemap-links a:hover{
	color:#4e9eb2;text-decoration:underline;
	line-height:18px;font-size:12px;font-weight:normal;
}
#mem_revcont p{
	color:#555555;
	font:12px/18px trebuchet ms, arial, verdana, helvetica, sans-serif;
	padding:5px 0px 5px 0px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;top: 0;
	font:bold 12px trebuchet ms, arial, verdana, helvetica, sans-serif;
	line-height:18px;
	z-index:999;
	background-color: white;
	width: 140px;
	visibility: hidden;
	margin-left:-27px;
}
* + html .dropmenudiv{margin-left:-27px;}
* html .dropmenudiv{margin-left:-27px;}
.dropmenudiv a{
	width: auto;display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; 
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e3027f;
}
* + html .dropmenudiv a{ 
	width: 100%;
}
* html .dropmenudiv a{ 
	width: 100%;
}
.dropmenudiv a:hover{ 
	background-color: #ff209d;color: #FFFFFF;
	text-decoration:none;
}
/*--------------------------------------------------
.glowingtabs{
	float:right;width:71.1%;overflow:hidden;
	margin:12px 0px 0 0;height:27px;
	font-size: 12px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../img/pink-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../img/pink-right.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: white;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -27px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -27px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -27px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -27px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
margin-top: -10;margin-right:36px;
border: 1px solid #dcc208; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;float:right;
border:1px solid red;
position:static;
}

* + html .dropmenudiv_d{ margin-right:37px;}
* html .dropmenudiv_d{ 
	margin-right:17px;margin-top: -10;clear:both;
}

.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
	width: 100%; text-decoration:none;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
	background-color: #fef8c8;text-decoration:none;
}


#newh3 {
margin-top:-25px;
margin-right:100px;
text-align:right;
/*color:#00621C;*/
color:#990000;
font-size:18px;
font-weight:bold;
}

#newh33 {
margin-top:-17px;
text-align:right;
color:blue;
font-size:18px;
font-weight:bold;
}

#newh33 a{
color:#236193;
}
#newhh3 {
margin-top:-13px;
text-align:right;
font-size:13px;
}


#newuph3 {
margin-top:-23px;
margin-right:100px;
text-align:right;
color:#545454;
font-size:13px;
font-weight:bold;
}

#headhsub23 {
color:#00621C;
float:left;
font-size:1.4em;
font-weight:bold;
margin:25px 0 5px 0;
padding:0;
width:47%;
}





