
/* Content blocks*/
.ContentBlock {
	padding-bottom: 20px;
	clear: both;
}
.BlockTabBtn {
	overflow:hidden;
	float: left;
	width: 100%;
}
.BlockTabContent {
	display: none;
}
.BlockTabBtn ul {
    display: block;
	margin: 20px auto;
    overflow: hidden;
}
#bt-tinh-nang {
    width: 420px;
}
.BlockTabBtn ul li {
	float: left;
	padding-right: 20px;
}
.BlockTabBtn li:nth-child(4) {
	padding-right: 0px;
}
.BlockTabBtn a {
	display: block;
	width: 145px;
	height: 69px;
	background-repeat: no-repeat;
}
.BlockTabBtn li:nth-child(1) a {
	background-position: 0 0;
}
.BlockTabBtn li:nth-child(2) a {
	background-position: -145px 0;
}
.BlockTabBtn li:nth-child(3) a {
	background-position: -290px 0;
}
.BlockTabBtn li:nth-child(4) a {
	margin: 0;
	background-position: -435px 0;
}

.BlockTabBtn li:nth-child(1) a:hover,
.BlockTabBtn li.Active:nth-child(1) a {
	background-position: 0 -69px;
}
.BlockTabBtn li:nth-child(2) a:hover,
.BlockTabBtn li.Active:nth-child(2) a {
	background-position: -145px -69px;
}
.BlockTabBtn li:nth-child(3) a:hover,
.BlockTabBtn li.Active:nth-child(3) a {
	background-position: -290px -69px;
}
.BlockTabBtn li:nth-child(4) a:hover,
.BlockTabBtn li.Active:nth-child(4) a {
	background-position: -435px -69px;
	}
#bt-tan-thu li a {
	background-image: url(../images/cam-nang/bt-tan-thu.jpg);
}
#bt-tinh-nang li a {
	width: 160px;
	background-image: url(../images/cam-nang/bt-tinh-nang.jpg);
}
#bt-tinh-nang li:nth-child(2) a {
	background-position: -160px 0;
}
#bt-tinh-nang li:nth-child(2) a:hover {
	background-position: -160px -69px;
}
#bt-trang-bi li a {
	background-image: url(../images/cam-nang/bt-trang-bi.jpg);
}

.BlockBtnCN {
	background:url(../images/cam-nang/bg-block-btn-cn.png) no-repeat;
    height: 110px;
    margin: 0 auto;
    padding: 20px 0 0 20px;
    width: 840px;
}
.BlockBtnCN ul {
	width: 100%;
}
.BlockBtnCN ul li {
	float: left;
	width: 190px;
	height: 90px;
	margin-right: 20px;
}
.BlockBtnCN ul li a {
	background:url(../images/cam-nang/block-btn-cn.png) no-repeat;
	display: block;
	width: 190px;
	height: 90px;
	text-indent: -9999px;
}
.BlockBtnCN ul li a.BtnCN-1 {
	background-position: 0 0;
}
.BlockBtnCN ul li a.BtnCN-1:hover {
	background-position: 0 -90px;
}
.BlockBtnCN ul li a.BtnCN-2 {
	background-position: -190px 0;
}
.BlockBtnCN ul li a.BtnCN-2:hover {
	background-position: -190px -90px;
}
.BlockBtnCN ul li a.BtnCN-3 {
	background-position: -380px 0;
}
.BlockBtnCN ul li a.BtnCN-3:hover {
	background-position: -380px -90px;
}
.BlockBtnCN ul li a.BtnCN-4 {
	background-position: -570px 0;
}
.BlockBtnCN ul li a.BtnCN-4:hover {
	background-position: -570px -90px;
}

.BlockAccordion {
    margin: 0 auto;
	width: 859px;
}
.BlockAccordion-button li {
	width: 859px;
	height: 95px;
	padding: 10px 0 0;
}
.BlockAccordion-button li a:link, 
.BlockAccordion-button li a:visited {
	background: url(../images/cam-nang/cam-nang-button-bg.png) no-repeat;
	width: 794px;
	height: 95px;
	line-height: 95px;
	padding-left: 65px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-size: 32px;
	color: #f8c251;
}
.BlockAccordion-button li a:hover {
	background-position: 0px bottom;
	text-decoration: none;
	color: #ee9505;
}
.accordionButton {
	background: url(../images/cam-nang/accordion-btn.png) no-repeat;
	width: 859px;
	height: 96px;
	cursor: pointer;
	text-indent: -9999px;
	margin: 10px 0 0;
	position: relative;
}
.accordionButton.Active {
	z-index: 1;
	background: url(../images/cam-nang/accordion-btn-active.png) no-repeat;
}
.accordionContent {
	background: url(../images/cam-nang/bg-acc-content.jpg) repeat-y;
	display: none;
	margin: -6px 0 0 0;
	padding: 30px 15px 44px 36px;
	position: relative;
	overflow: hidden;
}
.accordionContent:after {
	content: "";
	width: 859px;
	height: 44px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
.TanThu {
	background-position: 0 0 !important;
}
.TinhNang {
	background-position: 0 -96px !important;
}
.TrangBi {
	background-position: 0 -191px !important;
}
.ColumnContent {
	width: 200px;
	float: left;
	padding: 0;
}
.ColumnContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F58369;
	margin-bottom: 15px;
	padding-left: 10px;
}
.ColumnContent ul {
	padding-left: 12px;
}
.ColumnContent ul li {
	
}
.ColumnContent ul li a:link,
.ColumnContent ul li a:visited {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #dddddd;
	text-decoration: none;
	padding-left: 7px;
	line-height: 25px;
}
.ColumnContent ul li a:hover, .ColumnContent ul li.Hilite a {
	color: #e8c01e;
	border-left: 3px solid #e86a1e;
	text-decoration: none;
	padding-left: 4px;
}ul.EquipItemsTab {
	width: 400px;
	margin: 10px auto;
	height: 79px;	
}
ul.EquipItemsTab li {
	float: left;
	margin: 0px 5px;
}
ul.EquipItemsTab li a {
	width: 190px;
	height: 79px;
	display:block;
	text-indent: -9999px;
	background-position: 0px 0px;
}
ul.EquipItemsTab li a:hover {
	background-position: -190px 0px;
}
ul.EquipItemsTab li.Active a,
ul.EquipItemsTab li.Hilite a {
	background-position: -380px 0px;
}
a.TabEquip {
	background: url(../images/cam-nang/equipitems-btn-equip.png) no-repeat;
}
a.TabItems {
	background: url(../images/cam-nang/equipitems-btn-items.png) no-repeat;
}
.EquipItemsTitle {
	width: 100%;
	height: 80px;
    font-family: arial;
	background: url(../images/cam-nang/equipitems-line.png) no-repeat center bottom;
}

.ItemsIcon {
    background: url(../images/cam-nang/equipitems-icon-item.png) no-repeat 0 3px rgba(0, 0, 0, 0);
    height: 80px;
    margin: 0 auto;
    padding: 0 0 0 57px;
    width: 325px;
}

.EquipItemsTitle h3 {
    color: #A51000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 14px 0 5px;
}
.EquipItemsTitle span {
    color: #717171;
    font-size: 12px;
}