/* CSS Document */
body
{
	font-family:Verdana;
	font-size:10pt;
	/*color:#066dc9;	*/
	color:#066dc9;
	background-image:url('../../images/hinhnen_body_bg.jpg');
	background-position:top;
	background-repeat:repeat;
}
img
{
	border:none;
}
a
{
	text-decoration:none;
	color:inherit;
}
a:hover
{
	color:#FF0000;

}
.menu
{
    /*background-color:#3031fd;*/
	background-image:url(../../images/menu_bg.png);
	height:40px;
	text-align:center;
}
.menutext
{
	color:#066dc9;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	
}
.menutext:hover
{
    
	background-image:url('../../images/frame_menuright_bg.png');	
	background-repeat:repeat-x;
    background-position: center;
	font-weight:bold;	
	color:#0080c1;
	height:30px;
	text-transform:uppercase;
}
.main_bg , .separate_line
{
	
}
.main_bg
{
	padding-top:0px;
	padding-bottom:0px;
}
.main_bg_footer
{
	background-image:url(../images/main_bg_footer.png);
	height:28px;
}
.footer
{
	color:#00a2d7;
	font-weight:bold;
	text-align:center;
	padding:20px 0px 20px 0px;
}
.maintitle
{
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:5px;
	padding-right:5px;	
	text-align:left;
	height:35px;

}
.title_main
{
  font-weight:bold;
  text-transform:uppercase;
  padding-top:10px;
  padding-bottom:10px;
  color:#3f3fff;
}
.productname , .menuleft , .title
{
	color:#0083dd;
	font-weight:bold;
	text-transform:capitalize;
}

.separateline
{
	border-bottom:#cccccc 1px dashed;
}
.separate_line
{
 background-image:url(../../images/sidebarbg.png);
 width:20px;
 background-position:top;
 background-repeat:repeat-y;
}
.separate_line_left
{
 background-image:url(../../images/main_bg_left.png);
 width:25px;
 background-position:top;
 background-repeat:repeat-y;
}
.separate_line_right
{
 background-image:url(../../images/main_bg_right.png);
 width:25px;
 background-position:top;
 background-repeat:repeat-y;
}
.dotted
{
	border-bottom:#cccccc 1px dotted;
}

.text
{
	text-align:left;
	padding:0px 10px 0px 10px;
	
	
	
}
.back_button
{
	color:#066dc9;
	height:19px;
	border:1px solid #999999;
	font-weight:bold;
	cursor:pointer;
}
.title_news
{
    font-weight:bold;
    text-transform:capitalize;
    padding-bottom:10px;
    padding-top:10px;
}
.title_bg
{
    background-image:url('../../images/title.png'); 
    background-repeat:no-repeat;
}
.subtitle
{
    color:#555555;
    font-weight:600;
}
.frame_menuright_bg
{
	background-image:url('../../images/frame_menuright_bg.png');
	background-repeat:repeat-x;
	background-position:center;
	font-weight:bold;	
	color:#0080c1;
	text-transform:uppercase;
}
.text_des
{
     color:#666666;
     text-align:justify;
}
.texttitlesitemap
{
    text-transform:uppercase;
    border-bottom:1px dotted #999999;
    padding-left:3px;
}
.border_img
{
    width:210px;
    height:210px;
    border:1px dashed #999999;
    
}