@charset "utf-8";
/* CSS Document */

#body_main{
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	background-color:#f7f7f7;
}
.header{
	width:100%;	
	border-top:3px solid black;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	height:134px;
}
.body_frame{
	width:100%;
	background-image:url(images/body_bg.jpg);	
}
.bodyweb{
	width:960px;
	margin:0px auto;
	padding-bottom:12px;	
}
.nav_top{
	height:22px;
	text-align:right;
	padding:4px;
}
.nav_top ul{
	margin:0px;
	padding:0px;
	line-height:30px;
	white-space:nowrap;
}
.nav_top li{
	list-style-type:none;
	display:inline;	
	padding-left:6px;
}
.nav_top li a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#C00;
}
.left_frame{
	width:230px;
	float:left;
}
.main_frame{
	width:719px;
	float:right;	
}

/*For Home Page*/
.banner_home{
	background-image:url(images/banner_home.jpg);
	background-repeat:no-repeat;
	height:239px;
}
.intro .title{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	padding-top:42px;
	padding-left:1px;
}
.intro .content{
	width:400px;
	padding-top:15px;
	padding-left:1px;
	font-size:90%;
	color:#666;
}
.product_ads{
	padding-top:4px;
	float:right;
}
.product_ads .designads{
	background-image:url(images/designads_bg.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:239px;
	float:left;	
	padding-right:5px;
}
.product_ads .title{
	color:#FFF;
	font-size:110%;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:2px;
	padding-top:5px;
}
.product_ads .content{
	color:#FFF;
	padding-left:2px;
	padding-top:15px;
	text-align:justify;
	padding-right:2px;
}
.product_ads .webcontentads{
	background-image:url(images/webcontentads_bg.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:239px;
	float:left;	
	padding-right:5px;
}

.product_ads .businessonlineads{
	background-image:url(images/businessonlineads_bg.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:239px;
	float:left;	
	padding-right:5px;
}

.product_ads .maintantads{
	background-image:url(images/maintantads_bg.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:239px;
	float:left;	
}


.recently_written{
	width:960px;
	margin:0px auto;
}
.recently_written .title{
	text-transform:uppercase;
	color:#000;
	text-align:right;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	font-weight:bold;
	padding-bottom:1px;
	padding-top:1px;
}
.recently_written .box{
	float:left;	
}
.recently_written .box .post{
	width:222px;
	float:left;
	padding-right:23px;
}
.recently_written .box .post_title{
	font-weight:bold;
	text-align:left;
	padding-top:6px;
}
.recently_written .box .post_content{
	text-align:justify;
	color:#333;
	padding-top:6px;
}

.recently_written .box .post_last{
	width:222px;
	float:left;
}
/*End of For Home Page*/
.outframe_white{
	width:100%;
	background-color:#FFF;
	border-top:3px solid #FC0;
}
.outframe_color{
	width:100%;	
}
.hr_grunge_white{
	width:100%;
	height:9px;
	background-image:url(images/hr_grunge_white.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:12px;
}
.hr_grunge_color{
	width:100%;
	height:12px;
	background-image:url(images/hr_grunge_color.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.left_nav{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-top:20px;
	margin-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:88% !important;
}

li.drawer {
	
	margin:0px;
	list-style:none;
}

.left_nav h3{
	margin:0px;
	padding-top:6px;
	padding-bottom:4px;
	font-weight:bold;
	color:#000;
}
.left_nav .drawers{	
	padding:0px 10px 0px 10px;
	margin:0px;
}
.left_nav .drawers .sub{
	padding-top:0px;
	padding-left:0px;	
	list-style-image:url(images/3dotbullet.gif);
	list-style-position:inside;
	margin:0px;
	#list-style-image:none; /*hack IE7*/
}


.left_nav .drawers .sub a{
	color:#333;
	text-decoration:none;
}
.left_nav .drawers .sub a:hover{
	color:#C00;
	text-decoration:none;
}
.drawer-handle{
	text-transform:uppercase;
	font-size:9pt;
}
.left_nav .drawers .sub li{
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
}
.left_nav .drawers .sub .dline{
	border-bottom:1px dotted #666;	
}
.left_nav .drawers .sub .fdline{
	border-top:1px dotted #666;	
	margin-top:5px;
}
.footer{
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;	
	margin:0px;
	padding:0px;
}
.footer .footer_body{
	width:960px;
	margin:0px auto;
	padding-top:12px;
	background-image:url(images/footer_body_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:240px;
}
.footer .footer_body .box{
	float:left;
	padding-right:23px;
	font-size:85% !important;
	
}
.footer .footer_body .box ul{
	margin:0px;
	padding:0px;
	line-height:16px;
	white-space:nowrap;	
}
.footer .footer_body .box li{
	list-style-type:none;
}
.footer .footer_body .box li a{
	text-decoration:none;
	color:#666;
}
.footer .footer_body .box li a:hover{
	text-decoration:underline;
	color:#000;
}
.footer .footer_body .language_choice{
	float:right;	
}

/* Hung: sua*/
.footer .footer_body .term{
	padding-top:115px;
	width:960px;
}
/* Hung: sua*/


/*contact us page*/
.contactus_banner{
	background:url(images/contactus_banner.jpg) no-repeat;
	width:719px;
	height:543px;
	#height:auto; /*hack IE7*/
}
.contactus_form{
	float:right;
	background-color:#FFF;
	margin:5px 5px 0 0;
	width:522px;
	border:1px dotted #333;
	padding:10px 10px 50px 10px;
    background-image:url(images/letterbag.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
		
}
.contactus_form .box{	
	padding-top:15px;	
}
.contactus_table{
	padding:15px 5px 5px 5px;
	text-transform:capitalize;
	font-weight:bold;
	float:right;
}
.contactus_table .lbl{
	width:90px;
	text-align:right;
	padding:3px 15px 0 0;	
	float:left;
}
.contactus_table .irow{
	clear:left;
	margin-bottom:15px;

}
/*end of contact us page*/
/*detail page*/
.detailpage_banner{
	background:url(images/detailpage_banner.jpg) no-repeat;
	width:719px;
	height:543px;	
	#height:auto; /*hack IE7*/
}
.detailpage_content{
	float:right;
	background-color:#FFF;	
	width:622px;
	border:1px dotted #333;
	padding:10px;
}
/*end of detail page*/
/*download page*/
.downloadpage_content{
	width:719px;
	background-color:#FFF;
	padding:148px 5px 5px 5px;
	background-image:url(images/downloadpage_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.downloadpage_content .grid_box{
	border-top:3px solid #015174;
}
.download_table{
	width:100%;	
}
.grid_box .irow {
	width:100%;
	float:left;
	padding:4px 0px 4px 0px;
}
.grid_box .irow .icol_fn{	
	float:left;
	width:170px;
}
.grid_box .irow .icol_des{	
	float:left;
	width:315px;
}
.grid_box .irow .icol_ft{	
	float:left;
	width:70px;
}
.grid_box .irow .icol_sz{	
	float:left;
	width:95px;
}
.grid_box .irow .icol_dl{	
	float:left;
}

/*end of download page*/
/*pricing page*/
.pricing_content{
	width:719px;
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	border:1px dotted #666;
}

.list_packet .box{
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	float:left;
	width:717px;
}
.list_packet .box_bottom{
	border-top:1px solid #666;
	float:left;
	width:717px;
}
.list_packet .box .box_left{
	float:left;
	width:220px;
	padding:5px;
	
}
.list_packet .box .box_right{
	float:left;
	width:437px;
	padding:5px;
	border-left:1px solid #666;	
	min-height:100px;
}
.pricelist_adv .irow{
	float:left;
	width:717px;
	padding:5px 0px 5px 0px;
	
}
.pricelist_adv .irow .icol_check{
	float:left;
	width:26px;
	padding:2px;
}
.pricelist_adv .irow .icol_name{
	float:left;
	width:160px;
	padding:2px;
}
.pricelist_adv .irow .icol_des{
	float:left;
	width:200px;
	padding:2px;
}
.pricelist_adv .irow .icol_price{
	float:left;
	width:100px;
	text-align:right;
	padding:2px;
}
.pricelist_adv .irow .icol_web{
	float:left;
	width:100px;
	text-align:center;
	padding:2px 0px 2px 0px;
}
.pricelist_adv .irow .icol_ecom{
	float:left;
	width:100px;
	text-align:center;
	padding:2px 0px 2px 0px;
}
.box_left .title{
	text-transform:uppercase;
	color:#F60;
}
.box_right .abilities{
	float:left;
	padding-right:10px;
	list-style:none;
	list-style-image:url(images/cicle_bullet.gif);
}
/*end of pricing page*/
/*workshop*/
.content_left{
	float:left;
	width:463px;
	padding:5px;
	background-color:#FFF;
	border:1px dotted #666;
}
.content_right{
	float:right;
	width:230px;
	padding:5px;
	background-color:#FFF;
	border:1px dotted #666;
}
.content_right ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.content_right .advertise{
	padding-bottom:10px;
}
.content_right .list *{
	list-style:none;
}
/*end of workshop*/
/*create a website*/
.Createawebsite{
	border-top:1px dotted #666;
	margin-top:5px;
	padding-top:5px;
}
.Createawebsite_title{
	font-weight:bold;
	text-transform:capitalize;
}
.Createawebsite_description{
	padding:5px 0px 5px 0px;
}
.Createawebsite_performance{
	float:left;
	width:250px;
	padding-right:5px;
}
.Createawebsite_performance a{ 
	text-decoration:none;	
}
.Createawebsite_performance a:hover{
	text-decoration:none;
}
.Createawebsite_controls{
	text-align:right;
	padding-top:10px;
}
.Createawebsite_note{
	padding-top:5px;
}
.note_details{
	padding-top:5px;
}
.finish_img{
	float:left;
	padding-right:20px;
}
.finish_content{
	float:left;	
}
.choosemodule_desc
{
    padding:5px 0px 15px 0px;
}
/*end of create a website*/
/*dynamic page*/
.dynamic_content{
	width:729px;
	float:right;
	background-color:#FFF;
}
/*end of dynamic page*/
/*login screen*/
.login_screen{
	padding-top:20px;
}
.login_screen .irow{
	padding:0px 0px 5px 0px;
}
.login_screen .irow .ilable{
	float:left;
	width:60px;
	padding-top:4px;
}
/*end of login screen*/

/*create a website*/
/*show easy slider*/
.content_slider{
	margin-left:10px;
	margin-bottom:5px;
}
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:696px;
	height:241px;
	overflow:hidden; 
	}
/*end of show easy slider */
.yourinfo_box{
	border:1px solid #CCC;
	padding:5px;
	width:705px;
	float:left;
	background-color:#F3F3F3;
}
.yourinfo_box .yourinfo_text{
	float:left;
	width:480px;	
}
.uri_desc
{
    padding-bottom:15px;
}
.uri_row{
	padding:3px;
	float:left;
	width:100%;
}
.uri_lable{
	float:left;
	width:100px;
	padding-top:2px;	
}
.uri_text
{    
    border:1px solid gray;
    width:200px;
    padding:2px;
}
.general_info_box{
	border:1px solid #09C;
	padding:5px;
	width:705px;
	float:left;
	background-color:#DEF;
}
.g_item{
	padding-bottom:5px;
	float:left;
	width:480px;	
}
.g_label
{
    padding:2px;
}
.g_text
{
    padding:2px;
    border:1px solid gray;
    width:380px;
}
.g_img{
	float:right;
	padding-top:20px;
}
.lookandfeel_box{
	border:1px solid #F90;
	padding:5px;
	width:705px;
	float:left;
	background-color:#FEE9D3;
}
.look_row{
	padding-bottom:5px;
	float:left;
	width:480px;	
}
.look_label
{
    padding:2px;
}
.look_selectbox
{
    width:380px;
}
.look_img{
	float:right;
	
}
.look_text
{
    padding:2px;
    border:1px solid gray;
    width:380px;
}
.maintenace_box{
	border:1px solid #F00;
	padding:5px;
	width:705px;
	float:left;
	background-color:#FFDFDF;	
}
.maintenace_item{
	float:left;
	width:480px;
	padding:5px;
}
.maintenance_label
{
    padding:2px;
}
.maintenance_selectbox
{
    border:1px solid gray;
    width:380px;
}
.maintenance_text
{
    border:1px solid gray;
    width:380px;
    padding:2px;
    
}
.maintenace_img{
	float:right;
	
}
.uri_img{
	float:right;
}
.control_panel{
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
}
/*end of create a website*/
/*choose packet*/
.web_content_packet{
	float:left;
	width:340px;
	border:1px solid #999;
	padding:5px;
}
.img_webcontent{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
.text_webcontent{
	float:right;
	width:175px;
}
.title_webcontent_packet{
	text-transform:uppercase;
	color:#F00;
	font-weight:bold;
	font-size:11pt;
	
}
.online_business_packet{
	float:right;
	width:340px;
	border:1px solid #999;
	padding:5px;
}
.img_onlinebusiness{
	float:left;	
	padding-right:5px;
	padding-bottom:5px;
}
.text_onlinebusiness{
	float:right;
	width:175px;
}
.choosetype_desc
{
    padding:5px;
}
.choosepacket_desc
{
    padding: 5px 0px 5px 0px;
}
/*end of choose packet*/
/*finish create a website*/
.finishpanel_text{
	float:left;
	width:350px;	
}
.finishpanel_btn
{    
    padding-top:20px;
}
.finishpanel_img{
	float:right;
}
.finish_pnl
{
    
}
/*end of finish create a website*/
.process_step
{
    padding-bottom:20px;
}
.more_btn{
	color:#fff;
	font-size:8pt;
	background-color:#ff7e00;
	cursor:pointer;
	border:1px solid black;
	padding:0px 1px 0px 1px;
}
.button_expand{
	color:#FFF;
	background-color:#C00;
	border:0px;
	cursor:pointer;
}
.border_bottom{
	border-bottom:1px solid #015174;

}
.border_bottom_dotted{
	border-bottom:1px dotted #666;
}
textarea.styled {
	width: 382px;
	height: 220px;
	border: 1px solid #666;
	padding: 5px;
	background-image:url(images/watermark.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
.textInput_styled{
	width:385px;
	padding:3px;
	border:1px solid #666;	
}
.textInput_longstyled{
	width:512px;
	padding:3px;
	border:1px solid #666;	
}
.textInput_shortstyled{
	padding:3px;
	border:1px solid #666;	
}
.button_red{
	color:#FFF;
	background-color:#C00;
	border:1px solid #333;
	text-transform:uppercase;
	padding:3px 6px 3px 6px;
	cursor:pointer;	
}
.button_ontop{
	color:#FFF;
	background-color:#C00;
	border:1px groove #333;
	cursor:pointer;
}
.button_createwebsite{
	color:#FFF;
	background-color:#005176;
	border:1px groove #333;
	cursor:pointer;
}
.button_orange{
	color:#FFF;
	background-color:#fe6601;
	border:1px groove #333;
	cursor:pointer;
}
.button_bluenavy{
	color:#FFF;
	background-color:#00a99d;
	border:1px groove #333;
	cursor:pointer;
}
.clear{
	clear:both;
}
.align_right{
	text-align:right;
}
.darkgray{
	color:#666;
}
.boldit{
	font-weight:bold;
}
.black{
	color:#000;
}
.float_left{
	float:left;
}
.first_item{
	text-transform:capitalize;
	border-top:2px solid #666;
	border-bottom:1px solid #666;
	padding:3px;
}
.every_item{
	border-bottom:1px dotted #666;
	padding:3px;
}
.light_blue_bg{
	background-color:#C9F3F5;
}
.light_green_bg{
	background-color:#ecfee4;
	color:#048204;
}
.title_content{
	font-weight:bold;
	font-size:110%;
}
img
{
    border:0px;
}

.shs_language
{    
    float:right; 
}
.shs_language a
{
    text-decoration:none;
    color:Gray;
}
.shs_language a:hover
{
    text-decoration:none;
    color:Black;
}


.banner_box{
	border:1px solid #CCC;
	padding:5px;
}
.shadow_bannerbox{
	background-image:url(images/shadowOfBannerBox.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:10px;
	margin-right:5px;
	
}
.detail_title{
	padding:5px 0px 5px 0px;
	font-size:12pt;
	font-weight:bold;
}
.content_detail{
	padding:5px 0px 5px 0px;	
}
.detail_box1{
	background-color:#EFEFEF;
	padding:5px;
	border:1px solid gray;
	margin-bottom:10px;
}
.detail_box2{
	background-color:#FFFBE1;
	padding:5px;
	border:1px solid gray;
	margin-bottom:10px;
}
.detail_box5{
	background-color:#FEDEE8;
	padding:5px;
	border:1px solid gray;
	margin-bottom:10px;
}
.list_in_detail{
	padding:5px;
	margin: 5px;	
	list-style-position:inside;
	list-style-type:circle;
}
.orange_text{
	color:#F60;
}
.css_logo{
	float:left;
	padding-right:15px;
	padding-top:10px;
}
.navy_text{
	color:#06C;
}
ul#shs_banner{
	padding:0px;
	margin:0px;
}
ul#shs_banner li {
	list-style:none;
}
a.red_link{
	color:red;
	text-decoration:none;
}
a:hover.red_link{
	color:#F90;
	text-decoration:none;
}
.banner_box_small_1{
	padding-left:220px;
}
.banner_box_small{	
	float:left;
	padding:5px;
	border:1px solid #CCC;
}
.what_news_title{
	float:left;
	border-right:1px solid gray;
	padding:3px 5px 3px 5px;
	margin:5px;
}
.what_news_box{
	border:1px solid gray;
	margin-top:5px;
	margin-bottom:2px;
	background-color:#F5F5F5;
	
}
ul#news_ticker {
	padding:8px 0px 0px 5px;			
	width:470px;
	margin:0px;	
}
#news_ticker li
{
    list-style:none;    
}

ul#news_ticker a{
	text-decoration:none;
	color:red;
}
.news_header{
	padding-bottom:5px;
	border-bottom:1px dotted gray;

}
.news_ticker{
	float:left;
	height:26px;
}
.HAccordion_Item{
	border:1px solid gray;
	padding:5px;
	margin-right:10px;
	width:214px;
	float:left;
	height:255px;
}

.news_header_img{
	float:left;
}
.news_header_text{
	float:left;
	margin-left:5px;
}
.news_listing_page{
	border-top:3px solid #C09;	
}
.news_listing_page .irow{
	border-bottom:1px solid #E9B0EA;
	width:100%;	
	padding:5px 0px 5px 0px;
	
}
.news_listing_page .inews_title{
	float:left;
	padding:5px;
	width:210px;
	font-weight:bold;
}

.news_listing_page a{
	color:black;
	text-decoration:none;
}
.news_listing_page a:hover{
	color:#F60;
	text-decoration:none;
}
.news_listing_page .inews_des{
	float:left;
	padding:5px;
	border-left:1px solid #E9B0EA;	
	color:#333;
	width:480px;
}
.news_pagging{
	text-align:center;
}
.news_pagging a{
	color:black;
	text-decoration:none;
}
.news_pagging a:hover{
	color:#F00;
	text-decoration:none;
}
.row_tam
{
    border-bottom:1px solid #E9B0EA;
    width:100%;	
	padding:5px 0px 5px 0px;
}

.pricelist_adv_viewer .irow{
	float:left;
	width:717px;
	padding:5px 0px 5px 0px;
	
}
.pricelist_adv_viewer .irow .icol_no
{
    float:left;
    width:40px;
    padding:2px;
}
.pricelist_adv_viewer .irow .icol_name{
	float:left;
	width:200px;
	padding:2px;
}
.pricelist_adv_viewer .irow .icol_des{
	float:left;
	width:360px;
	padding:2px;
}
.pricelist_adv_viewer .irow .icol_control{
	float:left;
	width:100px;
	text-align:right;
	padding:2px;
}

/*Hung: them vao cho form Contact Us*/
.contactus_validation
{
    margin-left:105px;    
}

/*Hung: them vao cho form Contact Us*/

/*Gioi Thieu Stone */
.introduction_title{
     width:207px;
	height:33px;
  }
  
.introduction_shs
{
    background-color:#f6ffec;
	padding:5px 5px 10px 2px;
}  
.introduction_background{
	border:1px solid gray;
	background-color:#FFFFFF;
	float:left  ;
}
.introduction_image
{	width:290px;
	height:338px;
	margin:3px;
}
.introduction_text
{   
    float:right;
    width:390px;
 
}
.our_mission{
	width:207px;
	height:33px;
}
.our_mission_text{
	padding:0px 0px 5px 3px;
	
}
.our_vision{
	width:207px;
	height:33px;
}
.our_vision_text{
	padding:0px 0px 5px 3px;

}
/*end of Gioi Thieu Stone */
/*Contact Us*/
.contact_us{
	width:180px;
	height:33px;
}
.contact_us_text{
	
}
.map_company{
	width:610px;
	height:391px;
	background:url(/Portals/0/Mapstonehead_under.jpg) no-repeat bottom right;
	margin-left:6px;	
}
.map_company1{
	width:610px;
	height:382px;
}
.contact_us_our{
	margin:10px 0px 25px 0px;
}
.logo_image{
	float:left;
}
.our_address{
	margin-left:25px;
	float:left;
}
.logo_address{
	width:130px;
	height:33px;
}
.address_content
{
    width:450px;
}
/*end of Contact Us*/

/*Hung: them vao cho form Contact Us*/
.contactus_validation
{
    margin-left:105px;    
}
.FooterMenu
{
    float:left;   
    font-size:10pt !important; 
}
.User
{
    float:right;  
}
/*Hung: them vao cho form Contact Us*/
.hr_emagazine
{
    border:1px solid orange;
    margin:0px;
}
.panel_contact
{
    background-image:url(/images/contact_us_girl.jpg);
    background-position:left;
    background-repeat:no-repeat;
}
.logo
{
    margin-left:30px;
}
.list_packet .box_bottom
{
border-top:1px solid #666;
float:left;
width:717px;
}

.list_packet
{
    margin-top:10px;    
}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 url(/images/bg.gif) repeat-x;
	color:#fff;
	}	
	}	
/*Huy: Download*/	
.download_page{
	
	background-color:#FFFFFF;
}
.clear{
	clear:both;
}
.download_title{
	font-size:120%;
	font-weight:bold;
	padding:4px 0px 4px 0px;
	border-top:3px solid #00456b;
	border-bottom:2px solid #5389a1;
}
.download_filename{
	width:160px;
	float:left;
}
.download_description{
	width:315px;
	float:left;	
}
.download_size{
	width:95px;
	float:left;
}
.download_filetype{
	width:70px;
	float:left;
}
.download_download{
	width:70px;
	float:right;
}
.download_content
{
    border-bottom:1px dotted gray;
	margin:4px 0px 4px 0px;
}
.download_filename_content{
	width:160px;
	float:left;
}
.download_description_content{
	width:315px;
	float:left;	
}
.download_size_content{
	width:95px;
	float:left;
}
.download_filetype_content{
	width:70px;
	float:left;
}
.download_download_content{
	width:70px;
	float:right;

}
.btn_sanpham
{
    margin-top:8px;
 
}
.btn_db
{
    margin-top:5px;

}
.btn_nc
{
    margin-top:5px;

}
.ContactOnline
{
    margin-top:8px;
}
.btn_long
{
    background-image:url(/images/button_long.png);
    background-repeat:no-repeat;
    width:174px;
    height:24px;
    border:0px;
    cursor:pointer;
}
.checkdomain
{
    margin:10px 0px 10px 0px;
    
    width:215px;
    background-color:White;
}
.txtDomain
{
    width:125px;
    
}
.checkdomain_title
{
    background-color:orange;
    color:White;
    text-transform:uppercase;
    font-weight:bold;
    padding:5px 0px 5px 2px;
}
.listwebdemo li
{
    list-style-type:none;
    padding:5px 0px 0px 5px;
    margin:0px;
}
.listwebdemo
{
    padding:2px 0px 7px 0px;
    margin:0px;
}
.listwebdemo a
{
    color:Black;
}
.listwebdemo a:hover
{
    color:Orange;
}
.gallery_image_box
{
    float:left;
    border:1px dotted gray;
    padding:5px;
    margin-right:20px;
    margin-bottom:20px;
}
.listimagewebdemo
{
    background-image:url(images/bg_imagewebdemo.jpg);
    background-repeat:no-repeat;
    background-position: top right;
    background-color:White;
}
.web_home_item{
	float:left;
	width:350px;
	margin-right:5px;
	height:200px;
}
.web_home_title{
	float:left;	
	
}
.web_home_title_right{
	float:right;
	margin-top:10px;
	border-top:1px dotted gray;
	border-right:1px dotted gray;
	width:170px;
	height:20px;
}
.web_home_title_right_alt{
	float:right;
	border-right:1px dotted gray;
	width:170px;
	height:30px;
}
.web_home_title_right_alt_sub{
	margin-top:10px;
	border-top:1px dotted gray;
	width:170px;
}
.web_home_img{
	float:left;

}
.web_home_text{
	float:right;
	width: 165px;
	text-align:justify;
	padding-right:5px;
}
.web_home_content{
	border-right:1px dotted gray;
}
.web_home_tv{
	text-transform:uppercase;
	font-weight:bold;
}
.web_home_ta{
	text-transform:lowercase;
}
.web_home_link{
	text-align:right;
}
.web_home_link a{
	color:#F00;
	text-decoration:none;
}
.web_home_link a:hover{
	color:#F00;
	
}





.web_title{
	text-transform:uppercase;
	color:#09C;
	font-size:15pt;
}
.web_title_ecommerce{
	text-transform:uppercase;
	color:#f8ae01;
	font-size:15pt;
}
.web_subtitle{
	text-transform:uppercase;
	color:#999;
	font-size:smaller;
}
.orange_text{
	color:orange;
}
.webepxress_detail{
	background-image:url(/images/webexpress_1.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	
}
.webexpress_content{
	width:500px;
	padding-top:10px;
	line-height:30px;
}
.webexpress_content_ecommerce{
	width:500px;
	padding-top:10px;
	line-height:30px;
	color:#8a8a8a;
}
.webexpress_content2{
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
}
.webexpress_content2_ecomerce{
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	color:#8a8a8a;
}
.webexpress_flash{
	border:0;
}
.web_lienhe{
	width:343px;
	height:66px;
	background-image:url(/images/webexpress_3.jpg);
	padding:6px;
	background-repeat:no-repeat;
	
	font-size:17px;
	color:gray;
}
.webepxress_standard{
	background-image:url(/images/webstardard_1.jpg);
	background-position:right top;
	background-repeat:no-repeat;

}
.webstandard_content1{
	padding-top:10px;
	width:280px;
}
.webstandard_content2{
	padding-top:10px;
	width:280px;
	float:left;
}
.webepxress_pro{
	background-image:url(/images/webpro_1.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.webpro_content1{
	padding-top:40px;
}
.webpro_content2{
	padding-top:30px;
}
.webfamily_detail{
	background-image:url(/images/webfamily_1.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.webfamily_content1{
	padding-top:30px;
}
.webfamily_content2{
	padding-top:20px;
}
.graphic_detail{
	background-image:url(/images/graphic_backgroud.jpg);
	background-repeat:no-repeat;
	
}
