﻿@import url("pro_dt.css");
@import url("doanhnghiep.css");
@import url("css.css");
@import url("quantri.css");
@import url("hot_pro.css");
@import url("FullGridPagerNVS.css");
@import url("calendar.css");
/*galary*/
.ErrorMessage
{
	color:Red;
	font-weight:bold;
}
h1
{
    color: #fff;
    font-size: 47px;
    font-weight: bolder;
    margin: 0 40px;
    padding: 0.08em 0;
}

h1 sup
{
    color: #ddd;
}

h1 a
{
    color: #fff;
    text-decoration: none;
}

h1 .company, h1 a .company
{
    color: #d01a71;
}

h2
{
    color: #ddd;
    font-size: 2.5em;
}

h3
{
    color: #fff;
    font-size: 1.5em;
}

h4
{
    font-size: 1.3em;
}

.content
{
    margin: 0 20px;
}

.content a
{
    color: #fff;
}


.content p.linkage
{
    margin-top: 2em;
    text-align: right;
    font-size: 1.7em;
    color: #ddd;
}

.content p.linkage a
{
    color: #fff;
}

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
    text-align: left;
    margin: 0 auto;
}
#myGallery, #myGallerySet, #flickrGallery
{
    width: 550px;
    height: 412px;
    z-index: 5;
    border: 1px solid #000;
}

.jdGallery a
{
    outline: 0;
}

#flickrGallery
{
    width: 500px;
    height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
    display: none;
}

.jdGallery
{
    overflow: hidden;
    position: relative;
}

.jdGallery img
{
    border: 0;
    margin: 0;
}

.jdGallery .slideElement
{
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(       'img/loading-bar-black.gif' );
}

.jdGallery .loadingElement
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(       'img/loading-bar-black.gif' );
}

.jdGallery .slideInfoZone
{
    position: absolute;
    z-index: 10;
    width: 100%;
    margin: 0px;
    left: 0;
    bottom: 0;
    height: 40px;
    background: #333;
    color: #fff;
    text-indent: 0;
    overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
    bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
    padding: 0;
    font-size: 80%;
    margin: 0;
    margin: 2px 5px;
    font-weight: bold;
    color: inherit;
}

.jdGallery .slideInfoZone p
{
    padding: 0;
    font-size: 60%;
    margin: 2px 5px;
    color: #eee;
}

.jdGallery div.carouselContainer
{
    position: absolute;
    height: 135px;
    width: 100%;
    z-index: 10;
    margin: 0px;
    left: 0;
    top: 0;
}

.jdGallery a.carouselBtn
{
    position: absolute;
    bottom: 0;
    right: 30px;
    height: 20px; /*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.jdGallery .carousel
{
    position: absolute;
    width: 100%;
    margin: 0px;
    left: 0;
    top: 0;
    height: 115px;
    background: #333;
    color: #fff;
    text-indent: 0;
    overflow: hidden;
}

.jdExtCarousel
{
    overflow: hidden;
    position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
    position: absolute;
    width: 100%;
    height: 78px;
    top: 10px;
    left: 0;
    overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
    position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
    cursor: pointer;
    background: #000;
    background-position: center center;
    float: left;
    border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
    margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    padding: 0;
    margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 1px 2px;
    margin: 0;
    background: #222;
    border: 1px solid #888;
    cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
    color: #b5b5b5;
}

.jdGallery a
{
    font-size: 100%;
    text-decoration: none;
    color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
    position: absolute;
    height: 99%;
    width: 25%;
    cursor: pointer;
    z-index: 10;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
    filter: alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.jdGallery a.left
{
    left: 0;
    top: 0;
    background: url(       'img/fleche1.png' ) no-repeat center left;
}

* html .jdGallery a.left
{
    background: url(       'img/fleche1.gif' ) no-repeat center left;
}

.jdGallery a.right
{
    right: 0;
    top: 0;
    background: url(       'img/fleche2.png' ) no-repeat center right;
}

* html .jdGallery a.right
{
    background: url(       'img/fleche2.gif' ) no-repeat center right;
}

.jdGallery a.open
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.withArrows a.open
{
    position: absolute;
    top: 0;
    left: 25%;
    height: 99%;
    width: 50%;
    cursor: pointer;
    z-index: 10;
    background: none;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.withArrows a.open:hover
{
    background: url(       'img/open.png' ) no-repeat center center;
}

* html .withArrows a.open:hover
{
    background: url(       'img/open.gif' ) no-repeat center center;
    filter: alpha(opacity=80);
}


/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
    z-index: 15;
    position: absolute;
    top: 0;
    left: 30px;
    height: 20px; /*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
    background: #333;
    color: #fff;
    cursor: pointer;
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: 0.4;
    filter: alpha(opacity=40);
}

.jdGallery .gallerySelector
{
    z-index: 20;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.jdGallery .gallerySelector h2
{
    margin: 0;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
    overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #888;
    padding: 5px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
    background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
    background: #000;
    background-position: center center;
    float: left;
    border: none;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
}
/*end*/

#wrapper
{
    width: 990px;
    margin: auto;
}
#divMenu
{
    position: relative;
    width: 100%;
}
#divTopMenu, #divSubMenu
{
    position: relative;
    width: 100%;
}
/***********************************
**  parent menu
***********************************/
#divTopMenu div
{
    position: relative;
    float: left;
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma,arial,helvetica;
    vertical-align: middle;
}
#divTopMenu div.clsOff div.imgLeft
{
    background-image: url(       '../images/icon/nutden_left.gif' );
    background-repeat: no-repeat;
    width: 5px;
    height: 30px;
}
#divTopMenu div.clsOff div.imgRight
{
    background-image: url(       '../images/icon/nutden_right.gif' );
    background-repeat: no-repeat;
    width: 5px;
    height: 30px;
    padding-right: 3px;
}
#divTopMenu div.clsOn div.imgLeft
{
    background-image: url(       '../images/icon/nutdo_left.gif' );
    background-repeat: no-repeat;
    width: 5px;
    height: 30px;
}
#divTopMenu div.clsOn div.imgRight
{
    background-image: url(       '../images/icon/nutdo_right.gif' );
    background-repeat: no-repeat;
    width: 5px;
    height: 30px;
    padding-right: 3px;
}
#divTopMenu div.clsOn div.imgCenter
{
    height: 23px;
    padding: 7px 10px 0px 10px;
    color: White;
    background-image: url(       '../images/icon/nutdo_center.gif' );
    background-repeat: repeat-x;
}
#divTopMenu div.clsOff div.imgCenter
{
    height: 23px;
    padding: 7px 10px 0px 10px;
    color: White;
    background-image: url(       '../images/icon/nutden_center.gif' );
    background-repeat: repeat-x;
}
#divTopMenu div.clsOn div.imgCenter a
{
    color: White;
    text-decoration: none;
}
#divTopMenu div.clsOff div.imgCenter a
{
    color: White;
    text-decoration: none;
}
/***********************************
**  sub menu
***********************************/
#divSubMenu div
{
    position: relative;
    float: left;
    height: 1px;
}
#divSubMenu div.clsSubOn
{
    display: block;
}
#divSubMenu div.clsSubOff
{
    display: none;
    height: 1px;
}
#divSubMenu div.clsSubOn a
{
}
#divSubMenu div.clsSubOn a:hover
{
}

.clsAjaxLoad
{
    background-image: url(       '../images/loading.gif' );
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.refl
{
    position: relative;
    float: left;
}
.cls_pro_dt_left
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/pro_dt/pro_dt_left.gif) no-repeat scroll left top;
    float: left;
    height: 71px;
    position: relative;
    width: 18px;
}
.cls_pro_dt_center
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/pro_dt/pro_dt_center.gif) repeat-x scroll left top;
    float: left;
    height: 71px;
    position: relative;
    width: 152px;
}
.cls_pro_dt_right
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/pro_dt/pro_dt_right.gif) no-repeat scroll left top;
    float: left;
    height: 71px;
    position: relative;
    width: 8px;
}
.ProductGroupOthers
{
    float: left;
    height: 58px;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
    width: 420px;
}
.cls_pro_another
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/pro_dt/bg_another.gif) repeat-x scroll left top;
    float: left;
    height: 71px;
    position: relative;
    width: 440px;
}
.cls_pro_another_left
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/pro_dt/bg_another_left.gif) no-repeat scroll left top;
    float: left;
    height: 71px;
    position: relative;
    width: 5px;
}
.clsBtn
{
    background-color: #ffffff;
    border: solid 1px #e58d8c;
    color: #bc5466;
}
.clsText
{
    background-color: #ffffff;
    border: solid 1px #e58d8c;
}
.error
{
    color: Red;
}
.textBoldwhite
{
    color: #fff;
    font-family: arial,verdana,sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 3px;
    text-decoration: none;
    line-height: 0.3px;
    text-align: right;
    vertical-align: top;
}
.textBoldwhite:hover
{
    color: #FFF2A8;
    font-family: arial,verdana,sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 3px;
    text-decoration: none;
    line-height: 0.3px;
    text-align: right;
    vertical-align: top;
}

.header_search
{
    /*background:url(../images/header_search_bg.gif) repeat-x;*/
    height: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #a40101;
}
.header_search .search_help
{
    padding: 7px 10px 0px 10px;
}
.header_search .search_help img
{
    cursor: pointer;
}
.header_search .search_in
{
    padding: 6px 10px 0px 0px;
}
.header_search .search_text
{
    background: url(../images/header_search_text_bg.gif) repeat-x;
    margin-top: 5px;
    margin: 5px 10px 0px 0px;
    height: 25px;
}
.header_search .search_text .left
{
    background: url(../images/header_search_text_L.gif) repeat-x;
    width: 25px;
    height: 19px;
    padding-top: 6px;
    text-align: center;
}
.header_search .search_text .center
{
    height: 22px;
    padding-top: 3px;
}
.header_search .search_text .center .search_keyword
{
    background: none;
    border: none;
    width: 300px;
}
.header_search .search_text .right
{
    margin-left: 8px;
}
.header_search .search_area
{
    line-height: 35px;
    margin-right: 10px;
}
.header_search .register_estore
{
    padding: 5px 10px 0px 0px;
}
.fl
{
    float: left;
}
.header_bar
{
    background: url(../images/header_bar_bg.gif) repeat-x scroll center top transparent;
    height: 27px;
}
.header_bar
{
    bottom: auto;
    position: fixed;
    top: 0;
    z-index: 9998;
}
.header_bar .fl
{
    background: url(../images/header_bar_L.gif) no-repeat scroll left center transparent;
    padding-left: 1px;
}
ul
{
    list-style: none outside none;
    padding: 0;
}
.header_bar .fl ul .bar
{
    background: url(../images/header_bar_sep.gif ) no-repeat scroll right center transparent;
    padding-right: 1px;
}
.header_bar ul .bar, .header_bar ul li .bar_text, .header_bar ul li .bar_link, .header_bar ul li .bar_link span, .bar_link span
{
    float: left;
    height: 27px;
    line-height: 27px;
}
.header_bar ul li .bar_text
{
    padding: 0 10px;
}
.clear
{
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin-bottom: -1px;
}
.header_bar .fr
{
    background: url(../images/header_bar_R.gif) no-repeat scroll right center transparent;
    padding-right: 1px;
}
.fr
{
    float: right;
}
.header_bar_space
{
    height: 26px;
}
#container_body, #container_content, #container_content_left, #container_content_center, #container_content_right, #container_footer, .header_banner, .header_menu
{
    overflow: hidden;
}
.header_bar .fl ul .bar .login_link span
{
    background-image: url(../images/icon_login.gif);
}
.header_bar ul li .bar_link span
{
    background-position: 10px 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0 10px 0 35px;
}
.header_bar .fl ul .bar .register span
{
    background-image: url(../images/icon_register.gif);
}
.header_bar .fl ul .bar .lost_password span
{
    background-image: url(../images/icon_lost_password.gif);
}
.header_bar .fl ul .bar .cart span
{
    background-image: url(../images/icon_cart.gif);
}
.header_bar .fl ul .bar .hoidap span
{
    background-image: url(../images/hoi_dap.gif);
}
.header_bar .fl ul .bar .raovat span
{
    background-image: url(../images/raocat.gif);
}
.fl .bar_link .quenmatkhau span
{
    background-image: url(../images/khoa.gif);
}
.login_link
{
    background: url(../images/header_bar_sep.gif ) no-repeat scroll right center transparent;
    padding-right: 1px;
}
.quanly_link
{
    background: url(../images/quanly.gif ) no-repeat scroll right center transparent;
    padding-right: 1px;
    background-position: 10px 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0 10px 0 35px;
}
.thoat_link
{
    background: url(../images/icon_logout.gif ) no-repeat scroll right center transparent;
    padding-right: 1px;
    background-position: 10px 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0 10px 0 35px;
}
.qsfexMenu
{         
    border:none 0px;
    background-color:#fff;
    }