@charset "utf-8";
/* CSS Document */

body{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

h4{
	font-size: 13px;
}

a{ text-decoration: none; }
.link{text-decoration: none; color: #000;}
.link:hover{color: #FF9900;}

.link2{text-decoration: none; color: #000;font-weight:bold;}
.link2:hover{color: #FF9900;}

.link3{text-decoration: none; color: #FFF;font-weight:bold;}
.link3:hover{color: #FF9900;}

.link-none{text-decoration: none; border: none;}
.textedit{
	border: 0px; 
	border-bottom: 1px dotted #000;
	background-color: transparent;
	width: 80%;
	color:#666;
}
input.field{
	border: 1px solid;
	background-color: transparent;
}
.img-desc{
	border: 2px solid #999;
}
.button{
	background: #CCC url(images/button/button.gif) top center repeat-x;
	width: 120px;
	padding: 3px 8px;
	border: none;
	color: #FFF;
}
.button:hover{	
	color: #FF9900;
	cursor: pointer;
}

.label-box{
	width: 60px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #999;
	background-color: #F3F3F3;
	width: 220px;
}

.text1{
	font-size: 11px;
	font-weight: bold;
}
.text7{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.text5{
	font-size: 15px;
	font-weight: bold;
	color: #F63;	
}
.text6{
	font-size: 15px;
	font-weight: bold;	
}
.text3{
	font-size: 13px;
	font-weight: bold;
	color: #F30;
	
}
.text4{
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;	
}
.text8{
	font-size: 12px;
}
.esd-form{
	margin: 0px;
	padding:0px;
}

.reg-form{
	font-size: 12px;
	margin-left: 30px;
}
.email-form{
	font-size: 12px;
	margin-left: 0px;
}
/*=============== ITEMS =====================*/
img.items {border: 2px solid #999;}

.jcarousel-skin-tango .jcarousel-item-horizontal h4{
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}

/*=============== BOX1 =====================*/
.box1{
	width: 180px;
	margin-bottom: 20px;
	color: #FFF;
	font-weight: bold;
}
.box1 .box1-top{
	background: url(images/top-box1.gif) top left no-repeat;
	width: 180px;
	height: 23px;
}
.box1 .box1-middle{
	background: url(images/bg-box1.gif) top left repeat-y;
	width: 180px;
	height: auto;
}
.box1 .box1-bottom{
	background: url(images/bottom-box1.gif) top left no-repeat;
	width: 180px;
	height: 23px;
}
.box1 p, .box1 h4{
	margin: 0px 20px;
}
/*=============== END BOX1 =====================*/


/*=============== BOX2 =====================*/
.box2{
	
}
.box2 .tools{
	float: right;
	margin-right: 90px;
	cursor: pointer;
}
.box2 .tools:hover{
	color: #FF9900;
}
.box2-top .box2-top-middle{
	background: url(images/product-title.gif) top left no-repeat;
	height: 20px;
	width: 730px;
	text-transform:uppercase;
	color:#FFF;
	padding-top: 60px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 38px;
}
.box2-top .box2-top-left {
	float: left;
	margin-top: 80px;
	background: url(images/a2.gif) top left no-repeat;
	width: 21px;
	height: 20px
}
.box2-top .box2-top-right {
	float: left;
	margin-top: 80px;
	background: url(images/a1.gif) top left no-repeat;
	width: 21px;
	height: 20px
}
.box2-middle{
	margin-bottom: 20px;
}
/*=============== END BOX2 =====================*/


/*=============== ALBUM DETAIL - ALBUM LIST =====================*/
.img-album{
	width: 185px;
	height: 212px;
	background: url(images/album.gif) top left no-repeat;
}
.img-album img{
	margin-top: 35px;
	margin-left: 26px;
	border: 1px solid #CCC;
}
.album-items-desc{
	margin: 0 13px;
	text-align: center;
	width: 145px;
}

.album-list{
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}

.album-list h4{
	font-size: 11px;
	margin:0;
	margin-top: 5px;
	font-weight: normal;
}
.textedit-album-name{
	width: 65%;
}
	/* Album cua ban*/
.youralbum{margin:0px; padding:0px;}
.youralbum .youralbum-item{
	list-style-type: none;	
}
.youralbum .youralbum-item .img-album{
	height: 185px!important;
}
.youralbum .youralbum-item .album-list{
	margin-right: 30px!important;
}
.youralbum-item .album-desc{
	float: left;
	width: 450px;
}
.youralbum-item .album-desc .textbox{
	width: 80%!important;
}
.promoted{
	border: 1px solid; 
	padding: 5px; 
	position: absolute; 
	background-color: #CCC;
	display: none;
}
.promoted-check:hover div{
	display: block;
}
.createnewalbum{
	margin: 10px 0 40px;
	display: none;
}
/*=============== END ALBUM DETAIL =====================*/



/*=============== LOGIN BOX =====================*/
#esd-login{
	margin-bottom: 20px;
	margin-left: 15px;
}

#esd-login h4,h5{
	margin: 3px 0px;
	padding: 3px 0px;
}

#btn-login{
	background-image: url(images/bt2.gif);
	padding: 4px 13px;
	*padding: 5px 13px;
}
#btn-login:hover{
	background-position: top right;
	cursor: pointer;
}
/*=============== END LOGIN BOX =====================*/


/*===============  CATEGORY BOX =====================*/
#category-box{
	width: 180px;
	margin-bottom: 20px;
}
#category-box .top-dmsp{
	background: url(images/top-dmsp.gif) top left no-repeat;
	width: 180px;
	height: 30px;
}
#category-box .middle-dmsp{
	background: url(images/bg-dmsp.gif) top left repeat-y;
	height: auto;
}
#category-box .bottom-dmsp{
	background: url(images/bottom-dmsp.gif) top left no-repeat;
	width: 180px;
	height: 30px;
}
#category-box ul.lv1{
	margin: 0px 20px;
	padding: 0px 20px;
	line-height: 20px;
}
#category-box ul.lv2{
	margin-left:10px;
	padding-left: 3px;
	list-style-image: none;
}
/*=============== END CATEGORY BOX =====================*/


/*============== CATEGORY DETAILS AND PAGING ===============*/
.cat-detail-box{
	margin-left: 40px;
	margin-top: 10px;
	width: 720px;
}

.pagination{
	float: right;
}
.pagination a, .pagination span{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin: 0 2px;
	padding: 0 5px;	
}
.pagination span.current{
	background: #333 none repeat scroll 0 0;
	border: 1px solid #999;
	color: #FFF;
}
.pagination a:link, .pagination a:visited{
	border: 1px solid #999;
	color: #333;
}
.pagination a:hover{
	border-color: #000;
	color: #000;
}
/*============== END CATEGORY DETAILS ===============*/

/*===============  DETAIL BOX =====================*/
.sp-detail{
	padding-left: 10px;
	margin-left: 40px;
	margin-top: 10px;
	width: 720px;
}

.detail-image{
	float: left;
}
.detail-more-image{
	text-align: center;
	padding: 10px;
}
.detail-info{
	float: left;
	padding-left: 20px;
	width: 40%;
}
.detail-info h3, .detail-info h2{
	
}
.conhang{
	background:#CCC url(images/bt-hangcon.gif) top left no-repeat;
	padding: 5px 50px;
	background-color: #CCC;
}
.hethang{
	background:#CCC url(images/bt-hethang.gif) top left no-repeat;
	padding: 5px 50px;
}
ul.func{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.func li{
	display: inline;
	margin-left: 5px;
}
.detail-info .textbox{
	width: 200px;
}
/*===============  END DETAIL BOX =====================*/



#esd-container {
	margin: auto;
	width: 980px;
}
#hd {
	height: 70px;
	width: 980px;
}
#ft{
	padding: 10px 20px 30px 30px;
}
#copyright{
	float: right;
	padding-top: 10px;
}
#logo {
	background-image: url(images/logo.jpg);
	float: left;
	height: 46px;
	width: 315px;
}
#hd-control {
	float: right;
	width: 650px;
	padding-top: 15px;
}

.hd-control-top{	
	text-align: right;
}
#card-box{
	padding: 5px;	
}

.card-box{
	background: url(images/cart.jpg) top left no-repeat;
	padding-left: 30px;
	margin-left: 25px;
}

/* MAIN MENU */
#main-menu{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#main-menu li{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}
#main-menu li a{
	color: #000;	
}


/* PROMOTION */
.promote-container{
	background: url(images/bg/top.jpg) top right no-repeat;
	width: 980px;
	height: 162px;
}
.promote{
	width: 980px;
	height: 162px;
	background: url(images/banner13.gif) top left no-repeat;
}

/* ESD CONTENT */
#esd-content{
	/*margin-top: 55px;
	width: 980px;
	height: 1255px;
	background: #FFF url(images/bg.jpg) center top repeat-y;*/
	width: 980px;
	background: #FFF url(images/bg/bg.jpg) top right scroll repeat-y;
}
.column{
	/*margin-top: 110px;*/
}

/* LEFT COLUMN */
.left-column{
	float: left;
	width: 180px;
}

/* RIGHT COLUMN */
.right-column{
	float: right;
	/*width: 785px;*/
}

.content-div{
	margin: 15px 0 0px 55px;
	width: 700px;
}

/*============= HELP CONTENT ===============*/
.help-content{
	height: 150px;
	border: 1px solid;
	background-color:#666;
}


/*============== BOXES =================*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:500px;
  height:300px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #trogiup{
	background-color: #FFF;
	width: 800px;
	height: 420px;
}

