/* CSS Document */


/* transparent png */
* html img,
* html .png{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "css/trans.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}
/* end transparent png */


/*-------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-image:url(../images/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat;
}
.blue_bg {background-image:url(../images/body_bg_2.jpg);
	background-position:top left;
	background-repeat:repeat;}
h1 {
	color:#990000;
}

.button {
	border:1px solid #990000;
	background-color:#990000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

.textbox {
	border:1px solid #999999;
	color:#333333;
	font-size:11px;
}
/*-------------------------------*/

/* request form ajax */
.button_submit {
	border:0;
	background-image:url(../images/submit_bt.png);
	background-repeat:no-repeat;
	height:17px;
	width:50px;
	cursor:pointer;
}
.button_reset {
	border:0;
	background-image:url(../images/reset_bt.png);
	background-repeat:no-repeat;
	height:17px;
	width:50px;
	cursor:pointer;
}
/* end request*/

.top_menu {
	height:25px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
}
	.top_menu a {
		font-size:10px;
		font-weight:bold;
		color:#FFFFFF;
		text-transform:uppercase;
		text-decoration:none;
	}
	.top_menu a:hover {
		font-size:10px;
		font-weight:bold;
		color:#DFC91A;
		text-transform:uppercase;
		text-decoration:none;
	}
	.top_active {
		font-size:10px;
		font-weight:bold;
		color:#DFC91A;
		text-transform:uppercase;
		text-decoration:none;
	}
/*------------------------------*/
.blue_title {
	color:#007AD0;
}

.body_content {
	background-color:#FFFFFF;
}
	.body_content a {
		color:#982827;
		text-decoration:none;
	}
	.body_content a:hover {
		color:#982827;
		text-decoration:underline;
	}

.textbox-login {
	height:15px;
	border:0;
	font-size:10px;
	color:#333333;
	background-image:url(../images/text_box_bg.jpg);
	background-position:left;
	background-repeat:repeat-x;
	vertical-align:baseline;
}

.latest_bg {
	background-image:url(../images/latest_releases_bg.jpg);
	background-repeat:repeat-x;
}
.latest-release{
	border:1px solid #333333;
}
.latest-release div table {
	color:#999999;
}

.latest-release div table a {
	color:#982827;
	text-decoration:none;
}
.latest-release div table a:hover {
	color:#982827;
	text-decoration:underline;
}


.latest-release1 {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #A0A0A0;
	border-right:1px solid #A0A0A0;
}
.latest-release1 div table {
	color:#999999;
}

.latest-release1 div table a {
	color:#982827;
	text-decoration:none;
}
.latest-release1 div table a:hover {
	color:#982827;
	text-decoration:underline;
}

.white_title {
	color:#FFFFFF;
	text-indent:12px;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	background-image:url(../images/bg_latest_release.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.dotted-line {
	border-bottom:1px dashed #CCCCCC;
	height:6px;
}
.red_link {
	color:#982827;
	font-weight:bold;
	text-decoration:none;
}
.red_link:hover {
	color:#982827;
	font-weight:bold;
	text-decoration:underline;
}

/*------------------------------*/

.footer_content {
	color:#999999;
	font-size:9px;
	background-color:#FFFFFF;
}
	.footer_content a {
		color:#999999;
		font-size:9px;
		text-transform:uppercase;
		text-decoration:none;
	}
	.footer_content a:hover {
		color:#999999;
		font-size:9px;
		text-transform:uppercase;
		text-decoration:underline;
	}

.footer {
	
}
.footer-top-center {
	background-image:url(../images/footer_center.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

/*------------------------------*/

.text_link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AF5E5B;
	text-decoration:none;
}
.text_link:hover {
	font-size:10px;
	color:#AF5E5B;
	text-decoration:underline;
}

.terms a {
	text-decoration:underline;
	text-transform:none;
}
.terms a:hover {
	text-decoration:underline;
	text-transform:none;
	color:#FF0000;
}

#cus_list {
	border:0;
}
	#cus_list td {
		border-bottom:0;
	}

.contact_profile {
	color:#FFFFFF;
}

.footer {
	font-size:9px;
	color:#999999;
}
.footer_link {
	font-size:11px;
	text-transform:capitalize;
	text-decoration:none;
	color:#999999;
}
.footer_link:hover {
	font-size:11px;
	text-transform:capitalize;
	text-decoration:underline;
	color:#999999;
}

/* for customers */
.empty_3 {
	border-top:1px solid #FFCC00;
	border-right:1px solid #FFCC00;
	border-left:1px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.empty_2 {
	border-top:3px solid #FFCC00;
	border-right:1px solid #FFCC00;
	border-left:1px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
}
.empty_1 {
	border-top:2px solid #FFCC00;
	border-right:2px solid #FFCC00;
	border-left:2px solid #FFCC00;
	border-bottom:2px solid #FFCC00;
}
.empty {
	border-bottom:2px solid #FFCC00;
	border-right:2px solid #FFCC00;
	border-left:2px solid #FFCC00;
	
}
.empty_t {
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
	
}
.showborder_div {
	border-bottom:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	z-index:1001;
}


.Verdana_10{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.Verdana_10_bold{
font-weight:bold;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
} 

.Verdana_11_bold{
font-weight:bold;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.Verdana_12_bold{
font-weight:bold;
color:#0000CC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
} 

.Verdana_10_b{
font-weight:bold;
color:#790903;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
} 


#picture{
float:left;
width:250px;
padding-right:5px;
}

.picture{
width:250px;
height:250px;
}

/*--------------------------------------*/
.newofmonth_title {
	height:23px;
	color:#FFFFFF;
	text-indent:3px;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	background-image:url(../images/bg_latest_release.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.border-red{
border:1px solid #800101;
}
.border-yellow{
border:2px solid #FFCC00;
}

#menuofmonth {
	height: 25px;
	margin: 0 auto;
	padding: 0;
}

#menuofmonth ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menuofmonth li {
	
}

#menuofmonth a {
	display: block;
	padding: 3px 3px 3px 12px;
	text-decoration: none;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border: none;
}


#menuofmonth a:hover {
	text-decoration: none;
	color:#5f5d5d;
}

.red_title{
	text-decoration: none;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #640303;
	padding:3px;
	text-transform:uppercase;

}
.den10{
	text-decoration: none;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding:3px;
}
.xanh10{
	text-decoration: none;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}

/*----------------------*/
.feature_service		{ margin:0 auto; padding:0px;}
.feature_service ul	{ margin:0 auto; padding:0px; margin-left:7px; list-style:none;}
.feature_service	li	{ background:url(../h_files/bullet01.jpg) no-repeat; padding-left:5px 7px; }