#center_content .components{	
	background: url(../images/nen_danhmuc.png) repeat-x #f1f1f1;
    border: 2px solid #e6e6e6;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    ms-border-radius: 7px;
    -o-border-radius: 7px;
    margin-bottom: 15px;
}
#center_content .components .top_text{
	text-transform: uppercase;
    line-height: 31px;
    text-align: left;
    border-bottom: 3px solid #539a20;
    padding-left: 10px;
    color: #F70909;
    font-size: 15px;
}
#center_content .components.com_content.com_content_article_view.com_content .sub_box{
	padding: 5px 10px;
}
#center_content .components.com_content.com_content_article_view .title{
	text-transform: uppercase;
    line-height: 31px;
	color: #F70909;
    font-size: 15px;
	text-align: center;
}
#center_content .components.com_content.com_content_article_view  .content{
	text-align: justify;
	line-height: 20px;
}
#center_content .components.com_content.com_content_article_view  .content img{
	max-width: 500px;
}

#center_content .components.com_content {
	padding: 5px;
}
#center_content .components.com_content .category_content {
    border-bottom: 1px dashed #ccc;
    padding: 10px ;
}
#center_content .components.com_content  .title {
    text-align: left;
	padding-bottom: 5px;
}
#center_content .components.com_content  .title a{
	color: #F70909;
	font-weight: bold;
}
#center_content .components.com_content  .title a:hover{
	color: #539a20;
}
#center_content .components.com_content  .news_img{
	width: 150px;
	max-height: 100px;
	padding-right: 8px;
	float: left;
	overflow: hidden;
}
#center_content .components.com_content  .news_img img{
	width: 150px;
	height: auto;
}
#center_content .components.com_content  .news_content{
	text-align: justify;
	line-height: 20px;
}

.page_num {
    float: right;
    padding: 10px;
	clear: both;
}
.page_num  a{
	border: 1px solid #ccc;
	padding: 2px 3px;
	margin: 0px 3px;
	color: black;
}
a.current {
	color: #F70909;
}
.othernews_title {
    text-align: left;
    padding: 10px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F70909;
}
.othernews_title span.text2translate{
	border-bottom: 3px solid #539a20;
	display: inline-table;
}
.othernews_text {
    padding: 5px;
}
.othernews_text ul li {
    list-style: none;
	line-height: 20px;
	text-align: justify;
}
.othernews_text ul li a{
	color: #980303;
}
.othernews_text ul li a:hover{
	color: #539a20;
}
.othernews_text ul li a:before{
	content:  "\f101";
    font-family: FontAwesome;
	padding-right:5px;
}
 
table.user_information.contact_information {
    margin: 10px;
}
#location_map {
	width: 755px;
	height: 320px;
	margin-bottom:10px;
}
textarea {
    width: 279px;
    height: 85px;
    margin: 10px 0px;
}
input[type="text"] {
    width: 277px;
    height: 25px;
    margin: 5px 0px;
}
.components.com_contact td.col_1 {
    text-align: right;
    padding-right: 15px;
}
#column_center .components.com_contact  input[type="submit"]{
	margin-bottom: 10px;
}
input[type="submit"] {
    /*margin-bottom: 10px;*/
    cursor: pointer;
	background: #6b9949; 
	background: -moz-linear-gradient(top, #6b9949 34%, #4a990d 100%); 
	background: -webkit-linear-gradient(top, #6b9949 34%,#4a990d 100%); 
	background: linear-gradient(to bottom, #6b9949 34%,#4a990d 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9949', endColorstr='#4a990d',GradientType=0 );
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #28A228;
}
input[type="submit"]:hover {
	color: yellow;
}
#column_right .content_module.search {
    margin-bottom: 5px !important;
}

#center_content .components.com_product .box{
    width: 240px;
    height: 300px;
    float: left;
    text-align: center;
    margin: 10px 7px 10px 9px;
	position: relative;
}
#center_content .components.com_product .box  .product_image{
	width: 240px;
	height: 200px;
	overflow: hidden;
}
#center_content .components.com_product .box  .product_image img{
	width: auto;
	height: 200px;
}
#center_content .components.com_product .box .product_button form,
#center_content .components.com_product .box .product_button a.order {
    display: none;
}
#center_content .components.com_product .box .product_price {
	position: absolute;
    margin-top: 2px;
    color: #F70909;
    font-weight: bold;
    margin-left: 10px;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0 );
    padding: 4px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #BFBFBF;
}
#center_content .components.com_product .box .product_name {
    padding: 10px 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#center_content .components.com_product .box .product_name a{
	color:#F70909; 
}
#center_content .components.com_product .box .product_name a:hover{
	color:#539a20; 
}
#center_content .components.com_product .box .product_button a.detail {
    position: absolute;
    margin-left: 36px;
    background: #6b9949; 
	background: -moz-linear-gradient(top, #6b9949 34%, #4a990d 100%); 
	background: -webkit-linear-gradient(top, #6b9949 34%,#4a990d 100%); 
	background: linear-gradient(to bottom, #6b9949 34%,#4a990d 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9949', endColorstr='#4a990d',GradientType=0 );
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #28A228;
}
#center_content .components.com_product .box .product_button a.detail:hover{
	color: yellow;
}

.components.com_product.com_product_detail_view .jcarousel-clip.jcarousel-clip-horizontal {
    width: 750px;
    height: 230px;
    overflow: hidden;
}
.components.com_product.com_product_detail_view .jcarousel-clip.jcarousel-clip-horizontal ul li{
	margin: 15px 6px 15px 6px;
	list-style: none;
}
.components.com_product.com_product_detail_view .jcarousel-clip.jcarousel-clip-horizontal ul li .price{
	color: #980303;
	padding: 7px 5px 0px 5px;
}
.components.com_product.com_product_detail_view .jcarousel-clip.jcarousel-clip-horizontal ul li .name{
    padding: 7px 5px 10px 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #F70909;
}
.components.com_product.com_product_detail_view .jcarousel-clip.jcarousel-clip-horizontal ul li .name:hover{
	color: #539a20; 
}
.components.com_product.com_product_detail_view .related_product_title{
	text-transform: uppercase;
    color: #F70909;
    border-bottom: 3px solid #539a20;
    padding: 10px 5px;
    text-align: left;
    font-size: 15px;
}
.components.com_product.com_product_detail_view .product_name {
    text-transform: uppercase;
    padding: 10px;
    text-align: left;
    color: red;
    font-weight: bold;
}
.components.com_product.com_product_detail_view .product_image.fl {
    text-align: left;
    padding: 0px 10px 10px 10px;
    width: 260px;
    height: 240px;
    float: left;
	overflow: hidden;
	margin-right: 15px;
}
.components.com_product.com_product_detail_view .product_image.fl img{
	height:240px;
	width:auto;
}
.components.com_product.com_product_detail_view .product_information.fl {
	float: right;
    width: 450px;
    margin: 0px 10px;
}
.components.com_product.com_product_detail_view .product_information.fl div {
    text-align: justify;
    line-height: 22px;
    border-bottom: 1px dashed #ccc;
}
.components.com_product.com_product_detail_view .product_information.fl .original_price{
	color: #F70909;
	font-size: 13px;
}
.comment_list ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.comment_list ul li{
	list-style: none;
	margin: 10px;
}
.comment_list ul li  .image{
	float: left;
	padding-right: 5px;
}
.comment_list ul li .image img{
	width:50px;
	height:50px;
}
.comment_list ul li  .content, 
.comment_list ul li  .title{
	text-align: justify;
}
.comment_list ul li  .name{
	color: black;
	font-weight: bold;
}
.comment_list ul li  .time{
	font-style: italic;
	color: #ccc;
}
.comment_list ul li  .show_comment{
	color: black;
	font-weight: bold;
	font-style: italic;
	float: right;
}
.comment_list ul li  .show_comment:hover{
	color: #F70909;
}
.success_message {
    color: #539a20;
}
.error{
	color:#F70909;
}

#center_content  .components.com_gallery_detail {
    /*margin-top: -14px;*/
	width: 1030px;
    margin: 0px auto 20px auto;
    display: block; 
}
#center_content .components.com_gallery_detail .demofolder {
    width: 240px;
    height: 270px;
    float: left;
    overflow: hidden;
    margin: 10px 4px 10px 10px;
	text-align: center;
	position: relative;
}
#center_content .components.com_gallery_detail .demofolder a{
	width:240px;
	color: black;
}
#center_content .components.com_gallery_detail .demofolder img{
	height: 240px;
	width: auto;
}
#center_content .components.com_gallery_detail .demofolder .galerytitle {
    padding: 6px 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#center_content .components.com_gallery_detail .demofolder .galerytitle:hover{
	color: #F70909;
}
#center_content .components.com_gallery_detail li{
    list-style: none;
    width: 240px;
    height: 240px;
    float: left;
    overflow: hidden;
    margin: 10px 4px 10px 10px;
    text-align: center;
    position: relative;
}
#center_content .components.com_gallery_detail li img{
	height: 240px;
	width: auto;
}
#center_content .components.com_gallery_detail li p{
    padding: 6px 5px;
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    position: absolute;
    width: 230px;
    bottom: 0px;
    background: rgba(0, 202, 16, 0.52);
}
#center_content .components.com_gallery_detail li:hover p{
	display: block;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: #6b9949 !important; 
    background: -moz-linear-gradient(top, #6b9949 34%, #4a990d 100%) !important;
    background: -webkit-linear-gradient(top, #6b9949 34%,#4a990d 100%) !important;
    background: linear-gradient(to bottom, #6b9949 34%,#4a990d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9949', endColorstr='#4a990d',GradientType=0 ) !important;
	border: 1px solid #28A228 !important;
}
.ui-widget-header{
	background: rgba(64, 179, 74, 0.24) !important;
	border: 1px solid rgba(40, 179, 52, 0.25) !important
}

#center_content .components.com_video.com_video_folder li{
	width: 190px;
    height: 175px;
    overflow: hidden;
    margin: 13px 4px 10px 12px;
	text-align: center;
	list-style: none; 
	float: left;
}
#center_content .components.com_video.com_video_folder .video_group_title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}
#center_content .components.com_video.com_video_folder .video_group_title:hover{
	color: #F70909;
}
#center_content .components.com_video.com_video_folder .box_content_center:before,
#center_content .components.com_video.com_video_folder .box_content_center:after{
	content: "";
	display: block;
	clear: both; 
}
#center_content .components.com_video.com_video_folder li a{
	text-decoration: none; 
	color: black; 
}
#center_content .components.com_video.com_video_folder  li img{
	width: auto;
	height:150px;
}
#com_libraries_list {
    padding: 10px;
}
#com_libraries_list  .item {
	width: 230px;
    height: 190px;
    float: left;
    margin: 10px 8px 10px 9px; 
    text-align: center;    
	overflow: hidden;
}
#com_libraries_list:before,
#com_libraries_list:after{
	content: "";
	display: block;
	clear: both; 
}
#com_libraries_list  .item img{
	width:auto;
	height: 150px;
}
#com_libraries_list .item_title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#com_libraries_list .item a:hover{
	color: #F70909;
}
#com_libraries_list  .item a{
	color: black;
	text-decoration: none; 
}
#com_libraries_player {
    width: 750px;
    height: 400px;
    margin: 10px 10px;
}
#com_libraries_list .title {
    color: #F70909;
    border-bottom: 2px solid #539a20;
    font-weight: bold;
    padding: 0px 10px;
    font-size: 15px;
    margin: 0px 10px 10px 10px;
   /* display: inline-block;*/ 
}
#com_libraries_title {
    color: #F70909;
    padding: 7px 10px 0px 10px;
    font-size: 12px;
    font-weight: bold;
}

#center_content .components.com_search.com_search_result_view  .category_content {
    border-bottom: 1px dashed #ccc;
    padding: 10px ;
} 
#center_content .components.com_search  .title {
    text-align: left;
	padding-bottom: 5px;
}
#center_content .components.com_search  .title a{
	color: #F70909;
	font-weight: bold;
}
#center_content .components.com_search  .title a:hover{
	color: #539a20;
}
#center_content .components.com_search  .news_img{
	width: 150px;
	max-height: 100px;
	padding-right: 8px;
	float: left;
	overflow: hidden;
}
#center_content .components.com_search  .news_img img{
	width: 150px;
	height: auto;
}
#center_content .components.com_search  .news_content{
	text-align: justify;
	line-height: 20px;
}