
.z-window-embedded-header, 
.z-window-modal-header, 
.z-window-popup-header, 
div.z-window-modal-tr,
div.z-window-modal-hl, 
div.z-window-modal-hr, 
.z-window-highlighted-header, .z-window-overlapped-header 
{
	color: white;
	background: #2084d9;
	padding-top: 0px;
	border: none;
}

.z-window-embedded-cnt 
{
	background: #232323;
    background-color: #232323;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #232323;
    padding: 4px;
    overflow: hidden;
    color: #white;
    word-wrap: break-word;
    margin: 0;
}

.z-window-modal-cnt, .z-window-highlighted-cnt, 
.z-window-modal-cnt-noborder, .z-window-highlighted-cnt-noborder, 
.z-window-overlapped-cnt-noborder 
{
	margin: 0;
	padding: 2px;
	color: white;
	background: #232323;
	overflow: hidden;
	zoom: 1;
}




.z-window-embedded-tr, 
.z-window-modal-tr, 
.z-window-highlighted-tr,
.z-window-overlapped-tr, .z-window-popup-tr,
.z-window-modal-cr, 
.z-window-highlighted-cr, 
.z-window-overlapped-cr,
.z-window-embedded-hr, 
.z-window-modal-hr, 
.z-window-highlighted-hr, 
.z-window-overlapped-hr, 
.z-window-popup-hr,
.z-window-modal-br, 
.z-window-highlighted-br, 
.z-window-overlapped-br,
.z-window-modal-cl, 
.z-window-highlighted-cl, 
.z-window-overlapped-cl,
.z-window-embedded-hl, 
.z-window-modal-hl, 
.z-window-highlighted-hl, 
.z-window-overlapped-hl, 
.z-window-popup-hl,
.z-window-embedded-cl,
.z-window-embedded-br,
.z-window-embedded-cr,
.z-window-embedded-hm
{
	background: #3C3C3C;
	background-image:none;
}


.z-window-modal-cm, 
.z-window-highlighted-cm, 
.z-window-overlapped-cm,
.z-window-embedded-cm, 
.z-window-overlapped-cm 
{
	border: 0px solid #C5C5C5;
}



.z-button .z-button-cr, 
.z-button .z-button-cl, 
.z-button .z-button-bl,
.z-button .z-button-br, 
.z-button .z-button-tl,
.z-button .z-button-tr,
.z-button .z-button-tm, 
.z-button .z-button-bm
{
    background-image: none;
}
 

.z-button .z-button-cr, 
.z-button .z-button-cl,
.z-button .z-button-cm 
{
    color: #FFFFFF;
   	background: #3E3E3E;
	color: white;
	border-width : 0px;
}

.btnBlack1 .z-button-cr, 
.btnBlack1 .z-button-cl,
.btnBlack1 .z-button-cm 
{
   	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#000000));
    background: -moz-linear-gradient(top,#626262 0%,#000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#000000');
    height:30px;
}

.btnBlack2 .z-button-cr, 
.btnBlack2 .z-button-cl,
.btnBlack2 .z-button-cm 
{
   	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#000000));
    background: -moz-linear-gradient(top,#626262 0%,#000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#000000');
    height:25px;
}


.btnBlue  .z-button-cr, 
.btnBlue  .z-button-cl,
.btnBlue .z-button-cm 
{
   	background: -webkit-gradient(linear, left top, left bottom, from(#1D66BA), to(#1C538F));
    background: -moz-linear-gradient(top,#1D66BA 0%,#1C538F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D66BA', endColorstr='#1C538F');
    color: white;
    height:25px;
}


.btnGreen  .z-button-cr, 
.btnGreen  .z-button-cl,
.btnGreen .z-button-cm 
{
   	background: -webkit-gradient(linear, left top, left bottom, from(#4BB10C), to(#307D00));
    background: -moz-linear-gradient(top,#4BB10C 0%,#307D00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4BB10C', endColorstr='#307D00');
    color: white;
    height:25px;
}




.z-messagebox .z-label 
{
	color: white;
}


.btnOrange  .z-button-cr, 
.btnOrange  .z-button-cl,
.btnOrange .z-button-cm 
{
   	background: -webkit-gradient(linear, left top, left bottom, from(#EEA734), to(#A26B06));
    background: -moz-linear-gradient(top,#EEA734 0%,#A26B06);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEA734', endColorstr='#A26B06');
    color: white;
    height:25px;
}

.btnYellow .z-button-cr, 
.btnYellow .z-button-cl,
.btnYellow .z-button-cm 
{
   	background: -webkit-gradient(linear, left top, left bottom, from(#FBDC5D), to(#C2A009));
    background: -moz-linear-gradient(top,#FBDC5D 0%,#C2A009);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBDC5D', endColorstr='#C2A009');
    color: black;
    font-size:16px;
    font-weight: bold;
}


.z-button-os 
{
	background: transparent no-repeat 0 0;
	border-width : 0px; 
}


.z-button-focus .z-button-cr,
.z-button-focus .z-button-cl,
.z-button-focus .z-button-cm
{
	 background:green;
}

.z-button-over .z-button-cr,
.z-button-over .z-button-cl,
.z-button-over .z-button-cm
 {
   background:#505050;
}

.z-button-clk .z-button-cr,
.z-button-clk .z-button-cl,
.z-button-clk .z-button-cm
{
    background:#3399FF;            
}     


.z-messagebox-btn
{
	width: 100%;
	height: 35px;
}

.z-separator-hor-bar 
{
	background-image: none;
	height:1px;
	background: #343434;
}


div.z-grid 
{
	background: #232323;
	background-image: none;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #2F2F2F;
}

div.z-grid-body
{
	background: #232323; 
	border: 0px solid black; 
	overflow: auto; 
	width: 100%; 
}
tr.z-row td.z-row-inner,
tr.z-row .z-cell {
	background: #1c1c1c;
	border: 0px solid black;
}
tr.z-grid-odd td.z-row-inner,
tr.z-grid-odd .z-cell {
	background-color: #3C3C3C;
}
div.z-row-cnt span 
{
    color: #FFFFFF;
}
div.z-grid-header tr.z-columns
{
	background: #030303;
}
.z-grid-header-bg 
{
	background: #3C3C3C; 
	background-image:none;
}
div.z-column-cnt, div.z-row-cnt 
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: none;
}


.cssGrid1 div.z-grid div.z-grid-body
{
	background:#222222;
}


div.z-grid-header th.z-column, div.z-grid-header th.z-auxheader 
{
	overflow: hidden;
	white-space: nowrap;
	padding: 0 0 0 2px;
	border-top: none;
	position: relative;
}


div.z-grid-header th.z-column-over, div.z-grid-header th.z-auxheader-over
{
	background-image: none;
}


.z-textbox, 
.z-decimalbox, 
.z-intbox, 
.z-longbox, 
.z-doublebox
{
	background: #363636;
	color:#FFFFFF;
	border: 0px solid #363636;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height:20px;
}

.z-textbox-focus, .z-decimalbox-focus, 
.z-intbox-focus, .z-longbox-focus,
.z-doublebox-focus
{
	background:#505050;
}

.z-doublebox-disd {
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.z-doublebox-readonly, .z-doublebox-text-disd
{
	border: 0px solid #E6E6E6;
	border-top: 0px solid #B2B2B2;
}


.z-combobox,
.z-datebox, 
.z-timebox, 
.z-spinner, 
.z-doublespinner 
{
	background: #363636;
    border: none;
}


.z-combobox-rounded-pp, 
.z-bandbox-rounded-pp, 
.z-datebox-rounded-pp, 
.z-combobox-pp, 
.z-bandbox-pp, 
.z-datebox-pp 
{
	display: block;
	position: absolute;
	background: black;
	color:white;
	border: 1px solid #363636;
	padding: 2px;
	font-size: 12px;
}

.z-combobox-readonly {
    border-color: #363636;
    background: #363636;
}
.z-combobox-focus .z-combobox-readonly {
    border: 0px solid #000000;
    background:#505050;
}


.z-combobox-rounded-inp, 
.z-bandbox-rounded-inp, 
.z-datebox-rounded-inp, 
.z-timebox-rounded-inp, 
.z-spinner-rounded-inp, 
.z-doublespinner-rounded-inp, 
.z-combobox-inp, 
.z-bandbox-inp, 
.z-datebox-inp, 
.z-timebox-inp, 
.z-spinner-inp, 
.z-doublespinner-inp
{
	vertical-align: top;
	color:#FFFFFF;
	background: #363636; 
	border: 0px solid black;
	height:20px;
	padding-top: 2px;
}

.z-combobox-rounded-pp .z-comboitem-text, 
.z-combobox-rounded-pp .z-comboitem-btn, 
.z-combobox-pp .z-comboitem-text, 
.z-combobox-pp .z-comboitem-btn 
{
	cursor: pointer;
	color: white;
	border-top: 1px solid #3C3C3C;
}

.z-combobox-focus {
    border: 0px solid #000000;
    background:#505050;
}
.z-combobox-focus .z-combobox-inp {
    border: 0px solid #000000;
    background:#505050;
}
.cbxCssMax.z-combobox-focus .z-combobox-inp
{
	 background:#505050;
}
.cbxCssMax.z-combobox-focus 
{
	 background:#505050;
}

.cbxCssLocation
{
	background: #FFFFFF;
    border: 0px solid #3c3c3c;
    color:black;
}
.cbxCssLocation.z-combobox-rounded-pp .z-comboitem-text, 
.cbxCssLocation.z-combobox-rounded-pp .z-comboitem-btn, 
.cbxCssLocation.z-combobox-pp .z-comboitem-text, 
.cbxCssLocation.z-combobox-pp .z-comboitem-btn 
{
	cursor: pointer;
	color: black;
	border-top: 1px solid whitesmoke;
	background:white;
}

.cbxCssLocation .z-combobox-rounded-inp,
.cbxCssLocation .z-combobox-inp
{
	vertical-align: top;
	color:#000000;
	background: #FFFFFF; 
	border: 0px solid black;
	height:20px;
	padding-top: 5px;
}


.cbxCssLocation .z-combobox-pp .z-comboitem,
.cbxCssLocation .z-combobox-pp .z-comboitem a,
.cbxCssLocation .z-combobox-pp .z-comboitem a:visited {
    color: #FFFFFF;
    background-color: black;
}

.cbxCssLocation.z-combobox .z-combobox-inp {
	background:#E4E4E4;}

.cbxCssLocation.z-combobox.z-combobox-focus .z-combobox-inp {
 	background:#E4E4E4;
}

.z-comboitem .z-comboitem-img {
	width: 0px;
}
.cbxCssLocation.z-combobox-rounded-pp, 
.cbxCssLocation.z-combobox-pp{
	display: block;
	position: absolute;
	background: white;
	border: 1px solid #86A4BE;
	padding: 2px;
	font-size: 11px;
}


.z-combobox .z-combobox-btn,
.z-combobox .z-combobox-btn-over,
.z-combobox-focus .z-combobox-btn-clk, 
.z-combobox .z-combobox-btn-clk,
.z-combobox-focus .z-combobox-btn,
.z-combobox-readonly ~ .z-combobox-btn
.z-combobox-focus .z-combobox-btn-over
{
	vertical-align: top;
	cursor: pointer;
	border: 0px solid #000000;
   	border-bottom: 0px solid black;
   	background: transparent no-repeat 0 0;
	background-image: url('../images/IconTest/triagle_btn_15x13.png');
	border-left: 0px solid;
	margin-top:7px;
}


.cbxCssMax .z-combobox-rounded-inp,
.cbxCssMax .z-combobox-inp
{
	vertical-align: top;
	color:#FFFFFF;
	background: #363636; 
	border: 0px solid black;
	height:20px;
	padding-top: 5px;
}

.cbxCssMax .z-combobox-btn
{
	vertical-align: top;
	cursor: pointer;
	border: 0px solid #000000;
   	border-bottom: 0px solid black;
   	background: transparent no-repeat 0 0;
	background-image: url('../images/IconTest/triagle_btn_15x13.png');
	border-left: 0px solid;
	margin-top:9px;
}



.z-comboitem .z-comboitem-text 
{

	height: 20px;
}



.z-combobox-rounded .z-combobox-rounded-btn, 
.z-bandbox-rounded .z-bandbox-rounded-btn, 
.z-spinner-rounded .z-spinner-rounded-btn, 
.z-doublespinner-rounded .z-doublespinner-rounded-btn, 
.z-combobox .z-combobox-btn, .z-bandbox .z-bandbox-btn, 
.z-spinner .z-spinner-btn, 
.z-doublespinner .z-doublespinner-btn
{
	border: 0px solid #000000;
}




.z-datebox .z-datebox-btn, 
.z-timebox .z-timebox-btn, 
.z-datebox-rounded .z-datebox-rounded-btn, 
.z-timebox-rounded .z-timebox-rounded-btn
{
	
	border: 0px solid #FFFFFF;
	height: 20px;
}

.z-combobox-pp .z-comboitem,
.z-combobox-pp .z-comboitem a,
.z-combobox-pp .z-comboitem a:visited {
    color: #FFFFFF;
    background-color: black;
}

.z-combobox-rounded-pp .z-comboitem-over,
.z-combobox-pp .z-comboitem-over {
	background: #363636;
}

.z-combobox-rounded-pp .z-comboitem-over-seld,
.z-combobox-pp .z-comboitem-over-seld {
	background: #363636;
}

.z-combobox-pp .z-comboitem-over,
.z-combobox-pp .z-comboitem-seld 
{
    background-color: #363636;
}



select
{
	border: 0px solid;
	color: white;
	overflow: hidden;
	background: #363636;
	vertical-align: top;
	cursor: pointer;
	margin-top:2px;
}



.z-toolbarbutton-cnt 
{
	background:transparent no-repeat 0 0;
}

.z-listgroup-img 
{
	width: 18px;
	min-height: 18px;
	height: 100%;
	display:-moz-inline-box;
	vertical-align: top;
	display: inline-block;
	background-image: url('../images/IconTest/triagle_btn_15x13.png');
	background-repeat: no-repeat;
	vertical-align: top; cursor: pointer; border: 0;
}


.z-groupbox-header span.z-caption-cnt, .z-groupbox-title-cnt 
{
	background-color: #3C3C3C;
}
.z-groupbox-hr 
{
	position: relative;
	top: 8px;
	border: 1px solid #494949;
	border-bottom: none;
}
.z-groupbox-cnt {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #494949;
	border-top: none;
}



.z-toolbarbutton-cnt 
{
	background: #3C3C3C;
}
.z-toolbarbutton
{
	background: #3c3c3c none repeat scroll 0 0;
	border:none;
	padding:0px;
}


tr.z-row td.z-row-inner
{
	border-right: 0px solid transparent;
}

tr.z-listitem-seld .z-listcell-cnt, 
tr.z-listitem-over-seld .z-listcell-cnt, 
tr.z-listitem-over .z-listcell-cnt 
{
	color: #959595;
}
tr.z-listitem-seld,
tr.z-listbox-odd tr.z-listitem-seld {
    background: #000000;
}
tr.z-listitem-over,
tr.z-listgroup-over,
 
tr.z-listbox-odd tr.z-listitem-over,
tr.z-listbox-odd tr.z-listgroup-over {
    background: black;
    border:1px solid black;
}


tr.z-listitem-over > td.z-listcell {
    border: 1px solid black;
}
.z-groupbox-3d-cnt {
	border: 1px solid black;
	padding: 5px;
}

.select_cart {height:400px;width:600px;margin:auto;}
.select_cart .cart_top{background-color:#448bdd; height:50px;}
.select_cart .cart_top .cart_user_view {float:left; margin-left:40px;margin-top:15px;color:#fff;font-size:16px;}
.select_cart .cart_top .cart_select_number {float:right; margin-right:40px;margin-top:15px;color:#fff;font-size:16px;}		
.select_cart .cart_content{background-color:#fff}
.select_cart .cart_content .cart_content_rol{height:300px;padding: 10px;}
.select_cart .cart_content .cart_content_rol .cart_number {float:left;}
.select_cart .cart_content .cart_content_rol .cart_number button{background:url('../images/chon-cua-hang-1_08.gif')no-repeat scroll 0 0 transparent;width:84px;height:97px;margin-left:80px;margin-top:1px;border-width: 0;}
.cart_number .nummer_cart_click { font-size: 20px;margin-left:65px; margin-top:40px;}
.cart_number .number_cart_shop{margin-top: -40px;margin-left:155px;display: block;position: absolute;}
.cart_number .number_cart_shop span{color:#000;font-size:20px;}
.cart_number .text_cart1{margin-left:80px;width:85px;text-align:center;height:30px;}
.cart_number .text_cart2{margin-left:80px;color:#787878;width:85px;text-align:center;height:30px;}
.cart_login {margin-left:55px;height:100px;margin-top:345px;}
.cart_login button{font-size:18px;color:#fff;position: absolute;margin-left:95px;margin-top: 15px;}
.cart_login {background:url('../images/chon-cua-hang-1_12.gif')repeat scroll 0 0 transparent; height:58px;width:400px;border-width: 0;border: 1px solid #CFD3D2;border-radius: 4px 4px 4px 4px;}
.cart_content_rol .pre{background:url('../images/chon-cua-hang-1_03.gif')no-repeat scroll 0 0 transparent;width:23px;height:26px;border-width: 0;margin-top: 130px !important;display: block;position: absolute;}
.cart_content_rol .nex{background:url('../images/chon-cua-hang-1_05.gif')no-repeat scroll 0 0 transparent;width:23px;height:26px;border-width: 0; margin-top: 130px !important; display: block;position: absolute;margin-left:560px;}