@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body{
    background: #3e1d0a url(../images/bg.jpg) center -30px no-repeat fixed;
}
a:active , a:hover , a:visited {
  outline:none;
  border:none;
  text-decoration:none;
}
:focus {
 outline-style:none;
}

p {
	text-align:justify;
}
a {
	text-decoration:none;
	color:#5d5d5d;	
}
a:hover {
	color:#787878;
}

a img {
	border:none;
}

body {
	
	font-family: arial;
	font-size: 13px;
	color: #666;
        /*background: url(../green-gradient.jpg) no-repeat fixed;*/
}
.container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
/*        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);*/
        /*background: #fff;*/
}
#manusep{
    height: 80px;
    background: #000;
    margin-top:20px;
    margin-bottom: 20px;
    padding-top:12px;
}
/*#manusep .manu-carousel{
    margin-left:5px
}*/
#manusep .manu-carousel li{
    margin-right:36px;
}
#siteinfo{
    position:relative;
    height:148px;
}
#siteinfo .logo{
    position:absolute;
    top:10px;
    left:20px;
    width: 200px;
    height:128px;
    background: url(../logo.png) no-repeat;
}
#siteinfo .name{
    position:absolute;
    top:10px;
    left:220px;
    width:450px;
    height:128px;
    background: url(../shop_name.png) no-repeat;
}
#siteinfo .contact{
    position:absolute;
    right:10px;
    top:10px;
    width: 280px;
    height:57px;
    font-size:16px; color: #FB8F23
    /*background: url(../top_contact.png);*/
}
#slideshow {
	padding-bottom: 0px;
	float: left;
/*	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;*/
	overflow: hidden;
	width: 980px;
	height: 374px;
	margin-bottom: 0px;
}
.banner-shadow{
    height: 40px;
    background: url(../banner_shadow.png) 50%;
}

#main-menu{
    background: url(../menu_bg.png);
    height:53px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#main-menu ul{
    list-style: none;
    float:left;
    margin-left:20px;
}
#main-menu>ul>li{
    float:left;
    /*margin-left:10px;*/
    padding-left:20px;
    padding-right:20px;
    /*border-left: 1px solid #fff;*/
    margin-top:0px;
    color:#fff;
    
    /*font-weight: bold;*/
    cursor: pointer;
    padding-top:20px;
    padding-bottom:17px;
    position: relative;
}
#main-menu ul li span{
    text-transform: uppercase
}
#main-menu ul li.selected{
    background: url(../menu_bg_selected.png);
}
#main-menu ul li a{
    color:white
}
#main-menu>ul>li:hover{
    background: url(../menu_bg_selected.png);
    text-shadow: 1px 1px 1px rgba(48, 48, 48, 0.75);
}
#main-menu ul li:first-child{
    border-left:none
}
#main-menu ul li ul{
    list-style: none;
    position: absolute;
    display: none;

    white-space: nowrap;
    padding:5px;
    
    z-index:+999;
    margin-left:-21px;
    margin-top:16px;
    /*overflow: hidden;*/
    padding:0px;
   
}
#main-menu ul li ul li{
       margin-right:0px;
       margin-left: 0px;
       width:100%;
       border-top:1px solid #777;
       padding: 10px;
       background-color: rgb(70, 70, 70);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#main-menu ul li ul li:first-child{
    border-top:none;
}
#main-menu ul li ul li:hover{
    background-color: rgb(70, 70, 70);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#main-menu ul li:hover ul{
    display:block;
}
.product-item{
    width:217px;
    float:left;
    /*margin-right:30px;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.75);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.75);
    background: #fff;
    margin-top:20px;
    border-bottom:4px solid #777;
    cursor:pointer
    /*padding-bottom:1px;*/
}
.product-item:hover{
    border-bottom: 4px solid #ffff00;
	-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;
 overflow: hidden;
}
.product-item:hover .name, .product-item:hover .price{
    background: #e1e1e1;
}
.product-item-margin{
    margin-left:36px;

}
.product-item .img-holder{
    width:198px;
    margin: 2px auto;
    height:250px;
    vertical-align: middle;
    padding-top:10px;
    overflow: hidden
}
.product-item .img-holder img{
    width:200px;
    /*height:240px;*/
    vertical-align: middle;
    margin: 0px auto
}

.product-item:hover .name, .product-item:hover .price{
    background: #e1e1e1;
}


.product-item .name{
    background: none repeat scroll 0 0 #efefef;
    color: #333;
    font-size: 16px;
    height: 30px;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}
.product-item .price{
    background: none repeat scroll 0 0 #efefef;
    font-size:15px;
    color:#0000FF;
    font-weight:bold;
    text-align: center;
    padding-bottom:10px;
    background: #efefef;
}
.product-item .order-btn{
    width: 113px;
    height: 34px;
    background: url(../order_btn_113.png);
    float:left;
}
.product-item .view-btn{
    width: 70px;
    height: 34px;
    background: url(../view_btn_70.png);
    float:left;
}


.img-holder:hover img, .img-holder:focus, .img-holder:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 0.6s;
}

.recent-view .product-containner {
    margin-left: 7px;
}

.recent-view .product-item{
    width:217px;    
    /*margin-right:30px;*/
    -webkit-box-shadow: 0 1px 3px rgba(50,50,50,0.75);
    -moz-box-shadow: 0 1px 3px rgba(50,50,50,0.75);
    box-shadow: 0 1px 3px rgba(50,50,50,0.75);
    background: #fff;
    margin: auto;
    margin-top:15px;
    border-bottom:4px solid #777;
    cursor:pointer;
    border-width: 1px 1px 5px;
    transition: all 0.2s ease-in-out 0s;
    border-style: solid;
    /*padding-bottom:1px;*/    
}
.recent-view .product-item:hover{
    border-bottom: 4px solid #ffff00;
	-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;
 overflow: hidden;
}
/*
.recent-view .product-item:hover  .view-btn{
	-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
}*/
.recent-view .product-item:hover .name, .recent-view  .product-item:hover .price{
    background: #e1e1e1;
}
.recent-view .product-item-margin{
    margin-left:36px;

}
.recent-view .product-item .img-holder{
    width:200px;
    margin: 0px auto;
    height:250px;
    vertical-align: middle;
    padding-top:10px;
    overflow: hidden
}
.recent-view .product-item .img-holder img{
    width:200px;
    /*height:240px;*/
    vertical-align: middle;
    margin: 0px auto
}


.recent-view .img-holder:hover img, .recent-view .img-holder:focus, .recent-view .img-holder:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 0.6s;
}

.recent-view .product-item .name{
    background: none repeat scroll 0 0 #efefef !important;
    color: #333;
    font-size: 16px;
    height: 30px;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}
.recent-view .product-item .price{
    background: none repeat scroll 0 0 #efefef !important;
    font-size:15px;
    color:#0000FF;
    font-weight:bold;
    text-align: center;
    padding-bottom:10px;
    background: #efefef;
}
.recent-view .product-item .order-btn{
    width: 113px;
    height: 34px;
    background: url(../order_btn_113.png);
    float:left;
}
.recent-view .product-item .view-btn{
    width: 70px;
    height: 34px;
    background: url(../view_btn_70.png);
    float:left;
}

.fb-share-btn {
    width: 34px;
    height: 34px;
    background: url(../fb-share-icon.png);
    float: right;
}

.product-group-title{
    color: #FB8F23;
    border-bottom: 2px solid #FB8F23;
    margin-top: 20px;
    font-size:16px;
    font-weight: bold;
    border-left:10px solid #FB8F23;
    padding-top:10px;
    padding-bottom:5px;
    padding-left:5px;
}


#link {
	margin-top: 5px;
}

#link #search {
	float: left;
	background: #fff;
	height: 28px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#link #search input,
#link #search img{
	float: left;
}

#link #search input {
	height: 23px;
	margin: 3px 10px 0;
	width: 180px;
	border: none;
}

#link #search img{
	margin: 3px 10px 0 0;
}

#link #language {
	float: right;
}

#link #language a{
	margin-left: 10px;
}

#banner {
	margin-top: 5px;
}

#banner #branch {
	width: 60px;
	float: left;
	margin-top: 10px;
}

#banner #branch ul#branch_list {
	list-style: none;
}

#banner #branch ul#branch_list li  {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */

	
	height: 45px;
	width: 45px;
	margin-top: 5px;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px #3a3a3a;
}

#banner #branch ul#branch_list li:hover,
#banner #branch ul#branch_list li.selected  {
	background: #c9fd4c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZmQ0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzM5ZGYxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmNiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c9fd4c 0%, #39df1e 95%, #46cb18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9fd4c), color-stop(95%,#39df1e), color-stop(100%,#46cb18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9fd4c 0%,#39df1e 95%,#46cb18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9fd4c 0%,#39df1e 95%,#46cb18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9fd4c 0%,#39df1e 95%,#46cb18 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9fd4c 0%,#39df1e 95%,#46cb18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9fd4c', endColorstr='#46cb18',GradientType=0 ); /* IE6-8 */
	
	height: 45px;
	width: 45px;
	margin-top: 5px;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px #3a3a3a;
}

#banner #branch ul#branch_list li  a {
	height: 45px;
	width: 45px;
	display: block;
}

#banner #branch ul#branch_list li#branch_fish img{
	margin-top: 11px;
}

#banner #branch ul#branch_list li#branch_shrimp img{
	margin-top: 5px;
}

#banner #branch ul#branch_list li#branch_sumiri img{
	margin-top: 13px;
}

#banner #branch ul#branch_list li#branch_wood img{
	margin-top: 2px;
}

#banner #branch ul#branch_list li#branch_coffee img{
	margin-top: 5px;
}

#banner #branch ul#branch_list li#branch_supper_market img{
	margin-top: 6px;
}

#content div {
    /*background-color: #ffffff;*/
}

#content-product {
    margin-top: 15px;
}

#content .recent-view {
  float: right;  
  width: 24%;
}

#content .recent-view h2 {
    font-size: 140%;
    text-transform: uppercase;
    margin-left: 4px;
}

#content-product .detail{
    background:#fff
}
#content .detail {
	background-color: #fff ;
        border: 1px solid #ededed;
        float: left;
        margin-bottom: 22px;
        width: 74%;
}


.detail .detail_images {
  float: left;
  width: 45%;
}

.detail .detail_images>img {
  
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    display: block;
    /*height: 430px;*/
    margin: auto;
    /*width: 330px;*/
}
.detail .detail_images .img-icon{
    padding:5px;
    margin-top:5px;
}
.detail .detail_images .img-icon .img-icon-item{
    width:60px;
    height:90px;
    float:left;
    border:1px solid #ededed;
    text-align: center;
    margin-left:5px;
    padding:5px;
    cursor:pointer;
}
.detail .detail_images .img-icon .active{
    border:1px solid #FFA83B
}
.detail .product_info {
    float: right;
    padding: 10px;
    width: 50%;
}

.detail .product_info_row {
    min-height:22px;
}

.detail .product_info_row {
    min-height:22px;
}

.detail .product_info_row .specificity_title {
  border-bottom: 1px dotted #3c3c3c;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 8px;
  color:black;
}

.detail .product_info_row_left {
    font-weight: bold;
}

.detail .product_info .product_info_row_left {
  float: left;
  width: 29%;
}

.detail .product_info .product_info_row_right {
  float: left;
  width: 70%;
}

.detail .product_info_box {
    border-bottom: 1px dotted #7f7f7f;
    border-top: 1px dotted #7f7f7f;
    margin: 10px 0;
    min-height: 265px;
    padding-top: 10px;
}

.detail .product_tabs {
    clear: both;
    float: left;
    margin-left: 15px;
    margin-top: 25px;
    width: 97%;
}

.detail .product_tabs .tabs:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.detail .product_tabs .tabs {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: relative;
}

.detail .product_tabs .panel {
    border: 1px solid #ebebeb;
    border-radius: 0 4px 4px;
    margin: -1px 0 15px;
    padding: 10px 15px;
    min-height: 50px;
}

.detail .product_tabs .tabs li {
    background: linear-gradient(to bottom, #dddddd 0%, #dddddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    margin: 0 8px 0 -5px;
    z-index: 0;
}

.detail .product_tabs .tabs li a {
    color: #666;
    display: inline-block;
    font-weight: 600;
    padding: 10px 25px;
    text-decoration: none;
	white-space:nowrap;
}

.detail .product_tabs .tabs li.active a {
    color: #fff;    
}

.detail .product_tabs .tabs li:before {
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    left: -6px;
}

.detail .product_tabs .tabs li:after {
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    right: -6px;
}

.detail .product_tabs .tabs li.active {
    background: linear-gradient(to bottom, #666666 0%, #666666 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 5px 5px 0 0;
    color: #fff;
    z-index: 2;
}

.product_info_row.product_title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #a50124;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.product_info_row_right.product_price {
    color: #a50124;    
}

#content .detail .detail_content {
	padding: 10px;
        line-height: 24px;
}

#content .detail .detail_content .detail_images {
	float: left;
	width: 225px;
        height:180px;
	margin-right: 10px;
	overflow: hidden;
}

#content .detail .detail_content .detail_description {
	margin: 0 auto;
	overflow: hidden;
}

#content .product_category ,
#content .detail {
    background: #f9f9f9;
    border: solid 1px #ededed;
    margin-bottom: 22px;
}

#content .product_category .title,
#content .detail .title {
	height: 30px;
	background: url(../images/bg_title.png) left top repeat-x;
	margin-top: 12px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
/*        border-left:1px solid #eee;
        border-right:1px solid #eee;*/
	font-weight: bold;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
}

#content .product_category .product_item {
	float: left;
	width: 220px;
	margin: 10px 14px;
}

#content .product_category .product_item .product_image {
	width: 218px;
	height: 157px;
	overflow: hidden;
}

#content .product_category .product_item .product_name {
	color: #2d63eb;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
}

#content .product_category .product_item .product_description {
	text-align: left;
}

#information #catgory_menu,
#content #catgory_menu {
	float: left;
	width: 237px;
	margin-right: 10px;
        margin-left:15px;
}

#information #catgory_menu ul#category_list,
#content #catgory_menu ul#category_list{
	list-style: none;
}

#information #catgory_menu ul#category_list li.title,
#content #catgory_menu ul#category_list li.title {
	background: #13990c; /* Old browsers */
background: -moz-linear-gradient(top,  #13990c 0%, #137415 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13990c), color-stop(100%,#137415)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #13990c 0%,#137415 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #13990c 0%,#137415 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #13990c 0%,#137415 100%); /* IE10+ */
background: linear-gradient(to bottom,  #13990c 0%,#137415 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13990c', endColorstr='#137415',GradientType=0 ); /* IE6-9 */

	height: 16px;
	color: #fff;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 0px;
	text-transform: uppercase;
        position:relative;
        
}
#content #catgory_menu ul#category_list li.title div{
    background: url(../icon/plus.png) no-repeat;
    width:30px;
    height:30px;
    position: absolute;
    top:5px; left:10px;
}
#content #catgory_menu ul#category_list li.title span{
    margin-left:-10px;
}
.clock{
    padding:5px;
    text-align: center;
    color: #777;
}
#information #catgory_menu ul#category_list li,
#content #catgory_menu ul#category_list li {
	background: #f8f8f8;
	border: solid 1px #e7e7e7;
	border-top: none;
	text-align: left;
        text-transform: uppercase;
        
        
}
#content #catgory_menu ul#category_list li.active{
    border-left:3px solid #ff0000;
}
#information #catgory_menu ul#category_list li.title,
#content #catgory_menu ul#category_list li.title {
	padding: 10px 5px 10px 50px;
} 

#information #catgory_menu ul#category_list li a,
#content #catgory_menu ul#category_list li a{
	display: block;
	padding: 10px 20px;
        
        background: url(../images/bullet.png) 2px 10px no-repeat #f8f8f8;
}

#information #catgory_menu ul#category_list li a:hover,
#content #catgory_menu ul#category_list li a:hover{
	background: url(../images/bullet.png) 2px 10px no-repeat #E0E9FF;
}

#information #introduction {
	float: left;
	width: 360px;
}

#information #introduction #introduction_title {
	text-transform: uppercase;
	color: #2d63eb;
	font-weight: bold;
	background: url(../images/ico_intro.png) left top no-repeat;
	height: 23px;
	text-align: left;
	padding: 4px 0 0 32px;
	font-size: 15px;
	margin-bottom: 5px;
}

#information #introduction #introduction_image {
	width: 340px;
	height: 194px;
	overflow: hidden;
	margin-bottom: 10px;
}

#information #introduction #introduction_text { 
	text-align: left;
}

#information #contact {
	float: right;
	width: 372px;
}

#information #contact #contact_title {
	text-align: right;
	height: 25px;
	border-right: solid 4px #5f5f5f;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px 0 0;
	font-size: 15px;
}

.form_row {
	padding: 10px 0;
}

.form_left {
	float: left;
	text-align: right;
	font-weight: bold;
}

.form_right {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	padding-left: 10px;
}

.row_1 {
	background: #FCFCFC
}

.row_2 {
	background: #F4F4F4;
}

.contact .form_left {
	width: 100px;
}

.detail_form .form_left {
	width: 120px;
}

.specificity_form .form_left {
	width: 170px;
}

#content .detail .detail_content .specificity {
	margin-top: 20px;
}

#content .detail .detail_content .specificity .specificity_title {
	font-size: 15px;
	border-bottom: solid 2px #ccc;
	font-weight: bold;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
}

#information #contact #contact_form .contact .form_right textarea {
	width: 99%;
	height: 170px;
}

#information #contact #contact_form .contact .form_right input[type=text] {
	width: 99%;	
	height: 26px;
}

#information #contact #contact_form .contact .form_right input[type=submit] {
	background: #ffaf4b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-8 */
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #FF9000;
	float: right;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 1px #F2F2F2;
	cursor: pointer;
}


#footer {
	background: #464646;/*#3F76C3;*/ /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjYyNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #626262 100%);  FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#626262));  Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#626262 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #b7b7b7 0%,#626262 100%);  Opera 11.10+ 
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#626262 100%);  IE10+ 
	background: linear-gradient(to bottom,  #b7b7b7 0%,#626262 100%);  W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#626262',GradientType=0 );  IE6-8 
	color: #fff;*/
        color: #eee;
	padding-top: 10px;
        padding-bottom: 10px;
	margin-top: 10px;
        -webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
        width: 100%;
        min-width: 1000px;
}
#footer>div{
    margin: 0px auto;
    max-width:1000px;
    text-align: left;
}
#footer .contact{
    width: 45%;
    float:left;
    margin-right: 10px;
}
#footer .contact .title{
    font-weight: bold;
    padding-bottom:6px
}
#footer .contact .content{
    line-height: 20px;
}

#footer .statistic{
    width:250px;
    float:right;
    margin-right: 10px;
}
#footer .statistic .title{
    font-weight: bold;
    padding-bottom:6px;
        text-align:center
}
#footer .statistic .content{
    line-height: 20px;
    text-align:center
}
#footer a{
    color:white;
}
#footer .menu{
    width:1000px;
    list-style: none;
    margin: 0px auto;
    text-align:center;
    margin-bottom:10px
}
#footer .menu li{
    float:left;
    margin-right: 20px;
    white-space: nowrap;
    list-style: none;
    border-left:1px solid #aaa;
    padding-left:10px;
}
#footer .menu li:first-child{
    border-left:none;
}
#footer .menu li a{
    color:#028DE9
}

.social-footer {
    width: 45%;
    float: right;
}
.facebook-footer {
    height: 40px;
    width: 40px;
    background: url(../icon/grey_facebook.png)  no-repeat;
    float: right;
    padding-right: 5px;
}
.facebook-footer:hover {
    background: url(../icon/color_facebook.png) no-repeat;

}
.google-footer {
    height: 40px;
    width: 40px;
    background: url(../icon/grey_google.png) no-repeat;
    float: right;

}
.google-footer:hover {
    background: url(../icon/color_google.png) no-repeat;
}
#copyright{
    background: #5B5B5B; /* Old browsers */
    color: #fefefe;
    width: 100%;
    min-width: 1000px;
    border-top:1px solid #777
}
#copyright>div{
    margin: 0px auto;
    max-width:1000px;
    padding: 6px;
    text-align:left
}
#copyright a{
    color:white
}
.auto {
	margin-top: 10px;
}

.auto .carousel {
    border: 1px solid #bababa;
    border-radius: 10px;
    background-color: ghostwhite;
    float: left;
    padding-left: 10px;
	width: 655px !important;
}
    .auto .carousel>ul>li>a>img {
        width: 150px;
        height: 118px;
        vertical-align:middle;
        margin: 10px 10px 10px 0;
        border-radius: 5px;
    }

.auto a.prev, .auto a.next {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;
    background-color: #333333;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
    border-radius: 8px;
    float: left;
}
    .auto a.prev {
        margin: 50px -5px 0 0; text-indent: 7px;
    }
    .auto a.next {
        margin: 50px 0 0 -5px; text-indent: 10px;
    }
        .auto a.prev:hover, .auto a.next:hover {
            background-color: #666666;
        }


.clr {
    clear:both;
    height:1px !important;
    line-height:1px !important;
    display:block;
}

.textbox{
    border:1px solid #ddd;
    background: #fff;
    height:28px;
}
.cbo{
    border:1px solid #ddd;
    background: #fff;
    height:28px;
}
.button{
    	background: #ffaf4b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-8 */
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #FF9000;
	float: right;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 1px #F2F2F2;
	cursor: pointer;
}
.label{
    float:left;
}
.field{
    float:left;
}
/** Css chung **/
.number{
    text-align:right;
}
.number2{
    text-align:right;
}
.number3{
    text-align:right;
}
.width_400{
    width:400px
}
.width_300{
    width:300px
}
.width_250{
    width:250px
}
.width_150{
    width:150px;
}
.width_120{
    width:120px;
}
.width_110{
    width:110px;
}
.width_100{
    width:100px;
}
.width_80{
    width:80px;
}
.width_75{
    width:75px;
}
.width_70{
    width:70px;
}
.width_60{
    width:60px;
}
.width_50{
    width:50px;
}
.width_40{
    width:40px;
}
.width_30{
    width:30px;
}
.width_20{
    width:20px;
}
.center{
    text-align: center
}
.contact_title{
    margin-bottom:20px;
    border-left:4px solid #2D63EB;
    padding-top:6px;
    padding-left:6px;
    padding-bottom:8px;
    height:20px;
    font-size:18px;
    vertical-align: middle
}
.dynamic-input-error{
    font-size:12px;
    color:red
}
.success-msg{
    /*border: 1px solid green;*/
    /*background:#EFF5EA;*/
    background: url(../icon/success.gif) no-repeat 0px 5px;
    color: green;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px
}
.error-msg{
    /*border: 1px solid red;*/
    /*background:#FAEBE7;*/
    background: url(../icon/error.gif) no-repeat 0px 5px;
    color: red;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px
}

/*.group-news{
    box-shadow:20px 20px 20px 0px #000000;
}*/
.group-news {
    background: #ffffff;
}

.group-news#group-news-home{
    width:516px;
}
.group-news .title{
    position: relative;
    padding-left:50px;
    padding-top:10px;
    padding-bottom:8px;
    /*border: 1px solid #FE0000;*/
    background: #f48533; /* Old browsers */
background: -moz-linear-gradient(top,  #f48533 0%, #e0701d 52%, #ce5c08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48533), color-stop(52%,#e0701d), color-stop(100%,#ce5c08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f48533 0%,#e0701d 52%,#ce5c08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f48533 0%,#e0701d 52%,#ce5c08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f48533 0%,#e0701d 52%,#ce5c08 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f48533 0%,#e0701d 52%,#ce5c08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48533', endColorstr='#ce5c08',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    /*background: url(../icon/time_29_29.png) no-repeat 10px 6px #e87826 !important;*/
    color:#ffffff;
    /*font-weight:bold;*/
    font-size:19px;
    font-weight: bold;
    height: 25px;
}
.group-news .title-icon {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 50px;
    height: 50px;
    background: url(../icon/time_29_29.png) no-repeat 10px 6px !important;
}
.group-news .news-item{
    border: 1px solid #ddd;
    float: left;
    margin: 1.4%;
    padding: 1.45%;
    width: 45.5%;
    background: #ededed;
}
.group-news .news-title {
    /*background: #ffffff;*/
    /*padding: 30px;*/
    /*padding-bottom: 0;*/
    font-size:25px;
    color:#258023;
}
.group-news .news-content, .group-news .cart-content {
    background: #ffffff;
    padding: 30px;
    padding-top: 15px;
    font-size:15px;
}
.group-news#group-news-home img,.group-news#group-news-home table { max-width: 500px;}
.group-news .source, .group-news .author{
    color:#666;
    font-style: italic;
    padding:10px;
}
.group-news .news-content table, .group-news .news-abstract table{
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.group-news .news-content table tr td, .group-news .news-content table tr th, 
.group-news .news-abstract table tr td, .group-news .news-abstract table tr th{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:2px;
}
.group-news .news-abstract table tr:hover td, .group-news .news-content table tr:hover td{
    background: #eee;
}
.news-abstract{
/*    padding:10px;*/
    font-size: 15px;
}
.group-news .news-relate{
    color:#258023;
    font-weight: bold;
    font-size:12px;
    padding:10px;
    padding-left:30px;
    background: url(../icon/list_bullet2.png) 10px 9px no-repeat;
}
.group-news .news-relate-list{
    padding-left:30px;
    padding-bottom:10px;
}
.group-news .news-relate-list a{
    color: #555;
}
.group-news .news-relate-list a:hover{
    color:red
}
/*Home */
.group-news .home-news-relate-list{
    margin-left:20px;
    padding-bottom:10px;
    width:150px;
    float:left;
    text-align: center;
}
.group-news .home-news-relate-list a{
    color: #555;
}
.group-news .home-news-relate-list a:hover{
    color:red
}
.group-news .home-news-relate-list a div{
    padding-top: 5px;
    text-align: left;
}
.group-news .home-news-relate-list a img{
    border:2px solid #fff;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.news-title{
    font-size: 18px;
    padding-left:10px;
    padding-top:10px;
}
.news-title a{
    color:#FB8F23;
    font-weight: bold;
}
.news-title a:hover{
    color:red;
}
.news-abstract{
    padding:10px;
}
.news-link-view{
    text-align: right;padding-bottom:10px;padding-right:10px;
}
.news-link-view a{
    color:red;
}
#hit-counter{
    border:1px solid #ddd;
}
#hit-counter .title{
    padding:10px;
    padding-left:30px;
    position: relative;
    background: #13990c; /* Old browsers */
background: -moz-linear-gradient(top,  #13990c 0%, #137415 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13990c), color-stop(100%,#137415)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #13990c 0%,#137415 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #13990c 0%,#137415 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #13990c 0%,#137415 100%); /* IE10+ */
background: linear-gradient(to bottom,  #13990c 0%,#137415 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13990c', endColorstr='#137415',GradientType=0 ); /* IE6-9 */
}
#hit-counter .title .icon{
    background: url(../icon/bar_chart.png) no-repeat;
    width:30px;
    height:30px;
    position: absolute;
    top:5px; left:10px;
}
#hit-counter .title .text{ 
    color:white;
    padding:8px;
    padding-left:15px;
}
#image-gallery{
    border:1px solid #ddd;
}
#image-gallery .title{
    padding:10px;
    padding-left:30px;
    position: relative;
    background: #13990c; /* Old browsers */
background: -moz-linear-gradient(top,  #13990c 0%, #137415 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13990c), color-stop(100%,#137415)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #13990c 0%,#137415 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #13990c 0%,#137415 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #13990c 0%,#137415 100%); /* IE10+ */
background: linear-gradient(to bottom,  #13990c 0%,#137415 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13990c', endColorstr='#137415',GradientType=0 ); /* IE6-9 */

}
#image-gallery .title .icon{
    background: url(../icon/images.png) no-repeat;
    width:30px;
    height:30px;
    position: absolute;
    top:5px; left:10px;
}
#image-gallery .title .text{ 
    color:white;
    padding:8px;
    padding-left:15px;
}
#image-gallery .content{
    text-align:center;
    padding:2px;
}
#right-content{
    width:204px;
    float:right;
    border:1px solid #eee;
    height:1156px;
    margin-right:5px;
    overflow: hidden;
    text-align: center
}
#right-content .title{
    /*background: #ff0000;*/
    color:#138212;
    text-align: center;
    padding:10px;
    font-weight:bold;
}
#right-content .right-images-slider{
    list-style: none;
    
}
#right-content .right-images-slider li{
    margin-top: 2px;
}
.avatar{
   float: left;
   margin: 4px;
   position: relative;
}
.thu-vien-anh .avatar img{
    border:1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#ultilities{
    border:1px solid #ddd;
}
#ultilities .title{
    padding:10px;
    padding-left:30px;
    position: relative;
    background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0000 0%, #e01d00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#e01d00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff0000 0%,#e01d00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff0000 0%,#e01d00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff0000 0%,#e01d00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff0000 0%,#e01d00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e01d00',GradientType=0 ); /* IE6-9 */

}
#ultilities .title .icon{
    background: url(../icon/ultility.gif) no-repeat;
    width:30px;
    height:30px;
    position: absolute;
    top:5px; left:10px;
}
#ultilities .title .text{ 
    color:white;
    padding:8px;
    padding-left:15px;
}
.menu_tienich_item{
    padding: 5px;
    font-size:12px;
}

#marqueecontainer{
    position: relative;
    width: 910px; /*marquee width */
    height: 120px; /*marquee height */

    color:black;
    overflow: hidden;

    padding: 2px;
    padding-left: 4px;
    text-align:left;
    margin-bottom:10px;
    margin-left:10px;
}

#marqueecontainer img {

    margin:0 5px;
}

.clsProductRelate {
  float: left;
  width: 75%;
}

.clsProductRelate .product-group-title {
  margin-top: 0px !important;
}

.recent-view .product-group-title {
  margin-top: 0px !important;
}

.product_category .product-group-title {
  margin-top: 0px !important;
}

.clsProductRelate .product-item {
    margin-right: 23px;
}

.clsProductRelate .product-group-content {
    margin-left: 15px;
}
.relate-pro-carousel li{
    margin-left:3px;
}

/* for table */

.product-grid {
    font-size: 16px;
}

.product-grid tbody {
    background-color: #f5f5f5;
}

.grid-title {
    background: none repeat scroll 0 0 #f5f5f5;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.button-row, .total-bill-row {
    background: none repeat scroll 0 0 #f5f5f5 !important;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-top: 10px;
    text-align: right;
}

.button-row {
    border-top: 1px solid #e1e1e1;
}

.total-bill-row {
    border-bottom: 1px solid #e1e1e1;
}

.button-row div, .total-bill-row div {
    background: none repeat scroll 0 0 #f5f5f5 !important;
}

.total-bill-row {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.btn-default {
    color: #fff;
}

.empty-cell {
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.order {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #333;
    text-align: center;
}
#cart-holder{
    position: fixed;
    right:0px;
    bottom:0px;
    height:40px;
    width:140px;
    z-index: +99;
    /*border:1px solid #efefef;*/
    -webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.5);

}
#cart-holder .cart-icon{
    position: absolute;
    top:0px;
    left:0px;
    width:40px;
    height:40px;
    
    border-right:1px solid #ddd;
    background: url(../cart.png) no-repeat 5px #E87826;
}
#cart-holder #cart-holder-qty{
    top:0px;
    padding-top:12px;
    left:40px;
    width:140px;
    height:40px;
    background: #e1e1e1;
    padding-left:15px;
    color:#E87826;
    font-size:15px;
}

/*#cart-holder-qty{
    position: fixed;
    right: 59px;
    bottom: 55px;
    z-index: +100;
    color: #0000FF;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}*/

/*for table*/

.data-table table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    width: 800px;
}

th {
    background: url(../images/noise-diagonal.png), linear-gradient(#777, #444);
    border-left: 1px solid #555;
    border-right: 1px solid #777;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    box-shadow: inset 0 1px 0 #999;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    text-shadow: 0 1px 0 #000;
}

th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}
th:first-child {
    border-left: 1px solid #777;
    box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
    box-shadow: inset -1px 1px 0 #999;
}

td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 2px;
    position: relative;
    transition: all 300ms;
}

td:first-child {
    box-shadow: inset 1px 0 0 #fff;
}

td:last-child {
    border-right: 1px solid #e8e8e8;
    box-shadow: inset -1px 0 0 #fff;
}

tr {
    background: url(../images/noise-diagonal.png);
}

tr:nth-child(odd) td {
    background: #f1f1f1 url(../images/noise-diagonal.png);
}

tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

tr:last-of-type td:first-child {
    box-shadow: inset 1px -1px 0 #fff;
}

tr:last-of-type td:last-child {
    box-shadow: inset -1px -1px 0 #fff;
}

/*tbody:hover td {*/
    /*color: transparent;*/
    /*text-shadow: 0 0 3px #aaa;*/
/*}*/

/*tbody:hover tr:hover td {*/
    /*color: #444;*/
    /*text-shadow: 0 1px 0 #fff;*/
/*}*/
.menu-collection.width_800{
    width:800px;
}
.menu-collection.width_500{
    width:500px;
}
.menu-collection .menu-group{
    /*float:left;*/ 
    margin-top:5px;
    /*font-size:12px;*/
    height:auto;
    float:left;
    margin-right:20px;
}
.menu-collection .menu-group .group-title a{
    color:#F58634 !important;
    font-weight: bold;
    font-size:14px;
}
.menu-collection .menu-group .group-title a:hover{
    color:#aaa !important;
}
.menu-collection .menu-group .sub-menu-item{
    padding-top:5px;
    padding-left:20px;
    padding-bottom:5px;
    font-size:12px;
}
.menu-collection .menu-group .sub-menu-item a{
    color:white !important;
}
.menu-collection .menu-group .sub-menu-item a:hover{
    color:#aaa !important;
}
.index-bar{
    padding:10px;
    padding-left:26px;
    margin-bottom:15px;
    background: url(../icon/home.png) 5px 10px no-repeat #ededed;
}
.viewed-pro-carousel ul{
    list-style: none;
}
.product_info_box div .order-btn{
    width: 137px;
    height: 34px;
    background: url(../order_btn.png);
    float:right;
    cursor:pointer;
}
.order-btn:hover, .view-btn:hover, .fb-share-btn:hover{
    opacity: 0.75;
    filter:alpha(opacity=75)
}

