@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font-size: 12px;
	font-family:Arial;
	background:url(../images/bg_body.png) repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover {
	
}
a {
	text-decoration:none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* Index */
#wrapper {
	width:100%;
	margin:0 auto;
	background:#ffffff;
}
#header {
	width:100%;
	height: 483px;
	margin: 0 auto;
	background: url(../images/bg_top.png) top center no-repeat;
}
#main-header{
	width:1000px;
	margin: 0 auto;
	}
#search-header{
	width: 1000px;
	height: 87px;
	position: relative;
}	
.main-search-header{
	width: 350px;
	height: 28px;
	position: absolute;
	top: 40px;
	left: 613px;
}
.form-search{
	width: 220px;
	height: 26px;
	float: left;
}
.input-search{
	width: 184px;
	height: 26px;
	background: transparent;
	border: none;
	float: left;
}
.button-search {
	background:url(../images/button-search.png) no-repeat;
	width:36px;
	height:26px;
	border:none;
	cursor:pointer;
	float:left;
}
.cart-header{
	width: 125px;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-left: 5px;
	color: #333;
}
.cart-header img{
	margin-right: 5px;
}
.cart-header a{
	color: #333;
}
#nav-bar {
	height:46px;
	line-height:46px;
	width:800px;
	float:left;
	margin-left: 200px;
}
#menu {
	width:100%;
	height:46px;
}
#menu ul {
	float:left;
	list-style:none;
	position: relative;
}
#menu ul li {
	float:left;
	height:46px;
	line-height:46px;
	text-align:center;
	margin-left:1px;
}
#menu ul li a {
	text-decoration:none;
	font-size: 14px;
	color:#ffffff;
	display:block;
	font-weight:bold;
	padding: 0 29px;
	height: 46px;
	background: url(../images/boder-menu.png)  right no-repeat;
	line-height: 46px;
}
#menu ul li:last-child a{
	background: none;
}
#menu li a:hover, #menu li a.active {
	color: #3d79e6;
}
#menu li ul {
	width: 730px;
	display:none;
	position:absolute;
	z-index:99999;
	height: 29px;
	left: 0;
}
#menu li ul li{
	height: 29px !important;
	line-height: 29px !important;
}
#menu li ul a {
	height: 29px;
	line-height: 29px;
	float: left;
	color:#fff;
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
}
#menu ul ul {
	top: auto;
}
#div-menusub-product{
	/*url(../images/bg_menu_sub.png) repeat*/
	width: 800px;
	background: #ffffff;
	top: 0;
	position: absolute;
}
#div-menusub-product .menu-category{
	width: 189px;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px dotted #ddd;
	height: 205px;
	overflow: hidden;
}
#div-menusub-product .menu-category h3 a{
	color: #b7d119;
	font-size: 13px;
	height: auto;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	height: 40px;
}
 #div-menusub-product .menu-category-sub{
	width: 100%;
	margin: 5px;
}
#div-menusub-product .menu-category-sub-pr{}
#div-menusub-product .menu-category-sub-pr a{
	color: #3d79e6;
	height: auto;
	line-height: 18px;
	text-align: left;
	margin: 3px 0;
	padding: 0 5px;
}
/*.menu-sanpham:hover .div-menusub-product{
	display: block;
}*/
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display: none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	display: block;
}
#sub-menu-display{
	width: 100%;
	float: left;
	height: 32px;
	position: relative;
}
.canhhoa{
	width: 148px;
	height: 29px;
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 9999999;
	background: url(../images/canh-hoa.png) no-repeat;
}
#slideshow {
	width:1000px;
	height:318px;
	float:left;
	position: relative;
	}
#slideshow img {

}
#giohang{
	width:230px;
	height:110px;
	float:left;
	}
#giohang table{
	margin-top:30px;
	}	
#logo {
	width:200px;
	height:110px;
	float:left;
	text-align:center;
}
#logo img{
	margin-top:4px;
	}
#search {
	width:750px;
	height:110px;
	float:left;
	position:relative;
}
.input_search {
	width:635px;
	float:left;
	margin-top:35px;
	margin-left:15px;
	border:1px solid #cccccc;
	height:22px;
	color:#777777;
}

/* End Header */
/* Content */
#content {
	width:100%;
	margin: 0 auto;
	float:left;
	margin-top: 2px;
	margin-bottom: 20px;
	
}
#main-content{
	width: 1000px;
	margin: 0 auto;
	
}
#background-main-content{
	width: 1000px;
	float: left;
	background: url(../images/bg-content.gif) top repeat-x #fff;	
}
/* Left column */
#left-column {
	float:left;
	width:232px;
	}
.catalogue-title{
	width: 232px;
	margin-top: 1px;
	float: left;
	text-align: center;
}	
.box {
	width:230px;
	float: left;
	border: 1px solid #cbcbcb;
	background: #fff;
	margin-top: 10px;
}
.main-box {
	width: 220px;
	float:left;
	padding:5px;
}
.title-box {
	width:230px;
	height:34px;
	line-height:34px;
	background:url(../images/bg_submenu.gif) repeat-x;

}
.title-box h3 {
	color:#000000;
	text-transform:uppercase;
	padding-left:15px;
	margin-left: 8px;
	font-weight: bold;
	background: url(../images/icon_do.png) left no-repeat;
}
.title-box h3 a{
	color:#000000;
	}

ul.menu-right {
}
ul.menu-right ul{
	margin-left:10px;
	}
ul.menu-right ul li a{
	font-weight:normal;
	}
ul.menu-right h2 {
	background:url(http://vinacuashop.com/images/bg_dm.png) repeat-x;
	width:186;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #5c0808;
	padding-left:10px;
	color:#ffffff;
}
ul.menu-right li {
	line-height:18px;
		border-bottom:1px solid #d5d5d5;
	
	margin:0 5px;
}
ul.menu-right img {
	margin-right:5px;
}
ul.menu-right  ul li:last-child{
	border-bottom:1px solid #d5d5d5;
	}
ul.menu-right li:last-child {
	border:none;
}

ul.menu-right li a {

	padding:8px 0 8px 10px;
	background:url(../images/icon.png) no-repeat left;
	color:#454343;
	padding-left:10px;
	font-weight:bold;
	width:181px;
	display:block;
	margin:0 2px;
	
}
/* /////////////////////////// End left column //////////////////////////////////*/
/* /////////////////////////// Right column //////////////////////////////////*/
#right-column {
	float:left;
	width:186px;
	margin-left:8px;

}
.search_right {
	width:160px;
	margin:0 auto;
	text-align:right;
}
.title-hotro {
	height:45px;
	line-height:45px;
	color:#510101;
	border-bottom:1px dotted #510101;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.title-truycap {
	height:45px;
	line-height:45px;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
/* /////////////////////////// Center column //////////////////////////////////*/
#center-column {
	float:left;
	width:756px;
	margin-left:12px;
	
}
#search-content{
	width: 100%;
	float: left;
	height: 42px;
}
.box-search-content{
	width: 100%;
	margin-top: 10px;
}
.input-search-content{
	width: 435px;
	height: 22px;
	line-height: 22px;
	border:1px solid #a7a6a6;
	background: #fff;
	padding-left: 5px;
	color: #a7a6a6;
}
.select-search-content{
	width: 205px;
	height: 22px;
	line-height: 22px;
	border:1px solid #a7a6a6;
	background: #fff;
	margin-left: 10px;
}
.button-search-content{
	height: 22px;
	padding: 0	 7px;
	color: #333333;
	float: left;
	margin-left: 10px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	background: #f0f1f1;
	font-weight: bold;
}
#slide-scroll{
	width:844px;
	height:126px;
	border:1px solid #929292;
	margin:8px 0 8px 0;
	border-radius:8px;
	}

.detail {
	padding:10px;
	line-height:18px;
	text-align:justify;
	overflow:hidden;
}
.detail img, .detail table {
	max-width:740px;
}
#box-content {
	width:846px;
	float:left;
}
#bottom-column {
	width:754px;
	border: 1px solid #cbcbcb;
	float:left;
	padding-bottom:8px;
	position:relative;
	min-height:100px;
	margin-top:11px;
	background:#fff;

}
.main-bottom {
	width:100%;
	float:left;
}
.title-bottom {
	height:40px;
	line-height:40px;
	background:url(../images/bg-bottom.gif) repeat-x;
}
.title-bottom h2 {
	color:#000000;
	text-transform:uppercase;
	padding-left:10px;
	float:left;
}

.title-bottom img {
	margin-right:5px;
	margin-bottom:3px;
}

.title-bottom h2 a{
	color:#fff;
	}
.title-bottom span{
	margin:0 5px;
	float: right;

	}	
.title-bottom span a{
		color: #000000;
		text-decoration: underline;

}	
.box_tin {
	width:240px;
	float:left;
	margin-left:18px;
}
.title_box_tin {
	height:30px;
	line-height:30px;
	background:url(http://vinacuashop.com/images/bg_hr.png) repeat-x bottom;
}
.title_box_tin h3 {
	color:#00a550;
}
.small_box_tin {
	margin:4px 0 0 0;
}
.small_box_tin h2 {
	color:#00a550;
}
.small_box_tin h2 a {
	color:#00a550;
}
.small_box_tin img {
	float:left;
	width:115px;
	height:66px;
	padding:2px;
	border:1px solid #D8D8D8;
	margin:0 4px 4px 0;
}
.desc_smt {
}
.chitiet_smt {
	width:100%;
	text-align:right;
	font-size:11px;
}
.chitiet_smt a {
	color:#00a550;
}
ul.menuct {
	width:100%;
	float:left;
	padding-top:5px;
}
.menuct li {
	height:18px;
	margin-left:8px;
	margin-right:8px;
	padding:7px 0 0 0;
}
.menuct li a {
	background:url(http://vinacuashop.com/images/icon3.png) no-repeat left;
	color:#131313;
	padding-left:12px;
}
.menuct li a:hover {
	text-decoration:underline;
}
/* /////////////////////////// End Center column //////////////////////////////////*/

/* Footer */
#chan{
	width:100%;
	float:left;
	margin: 0px 0;
	padding: 0px 0;
	background:url(../images/footer.png) no-repeat left #f2e8ff;
	color: #000000;
}
#chanmot{
	width:1000px;
	margin: 0px auto;
	padding: 0px 0;
	color: #000000;
}

#footer {
	width:1000px;
	float:left;
	margin: 0px 0;
	padding: 0px 0;
	color: #000000;
}


#bttop{
	position:absolute;
	right:0;
	top:9px;
	cursor:pointer;
	}	
#menu-footer {
	float:left;
	width:100%;
	height:46px;
	line-height:46px;
	text-align:center;
}
#menu-footer a {
	color:#000000;
	font-weight:bold;
	padding:0 5px;
}
#menu-footer span {
	margin:0 10px;
	color:#000000;
}
#info-footer {
	line-height:20px;
	text-align:center;
	width:100%;
	float: left;
	padding:30px 0 20px 10px;
	color:#000000;
	height:102px;
	
}
#left-footer {
	width:500px;
	float:left;
	text-align:right;
}
#right-footer {
	width:585px;
	float:left;
	text-align:center;
}
/* Danh sach tin tuc */
.list-news {
	height: 120px;
	margin-bottom: 5px;
	float:left;
	margin-top:12px;
	border-bottom:1px solid silver;
}
.title-news {
	width: 570px;
	float: left;
	padding-bottom:5px;
}
.title-news a {
	font-weight: bold;
	font-size: 12px;
	color:#064980;
}
.img-news {
	float: left;
	margin: 0 8px 0 0;
	height:120px;
}
.img-news img {
	width:145px;
	max-height:100px;
	border:1px solid silver;
	padding:2px;
}
.text-news {
	width: 570px;
	float: left;
	margin-left: 3px;
	font-size: 12px;
	text-align:justify;
	line-height:18px;
	color:#000;
}
/* Contact Form */
.form_contact {
	padding-top:30px;
}
.field {
	width: 550px;
	overflow: hidden;
	padding: 5px 0;
}
div.field label.styled {
	float: left;
	width: 100px;
	margin-right: 5px;
}
div.field div.thefield {
	float: left;
	margin-bottom: 0px;
}
.name_support {
	float:left;
	width:130px;
}
/* Danh sach san pham */
.box-sp {
	width:170px;
	float: left;
	padding: 3px;
	height: 260px;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	position: relative;
	margin: 10px 0 10px 8px;

}
.sp2 {
	
}
.img-sp {
	text-align:center;
	margin-top:10px;

}
.img-sp img {
	max-width:140px;
	height:125px;
	padding:2px;
	box-shadow: 1px 1px 2px #979696;
}
.name-sp {
	line-height:18px;
	margin-top:8px;
	text-align:center;
	font-weight:bold;
}
.name-sp a {
	color:#000;
}
.name-sp img {
	margin-right:4px;
	margin-top:3px;
}
.name-sp p{
	margin-bottom: 5px;
}
.gia-sp {
	color:#49b848;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
}
.nav_bt {
	width:990px;
	float:left;
	margin:10px 0 10px 5px;
	height:200px;
}
.title_nav {
	height:23px;
	width:980px;
	padding-left:10px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:23px;
	background:url(http://vinacuashop.com/images/bg_bottom.png) repeat-x;
}
.title_nav img {
	margin-right:5px;
}
/* /////////////////////////// Begin box san pham trang chu //////////////////////////////////*/
.box_magin {
	margin-left:0 !important;
}
.box_sp_trangchu {
	width:205px;
	float:left;
	margin-left:32px;
	margin-bottom:29px;
}
.img_sp_trangchu {
	position:relative;
}
.gia_sp_trangchu {
	margin-left:5px;
	position:absolute;
	margin-top:-36px;
	width:195px;
	height:31px;
	line-height:31px;
	background:url(http://vinacuashop.com/images/bg_opacity.png) repeat;
	text-align:right;
}
.gia_sp_trangchu span {
	color:#fff;
	margin-right:5px;
}
.img_sp_trangchu img {
	width:195px;
	height:141px;
	padding:4px;
	border:1px solid #cc982b;
}
.title_sp_trangchu {
	height:38px;
	line-height:38px;
	background:#cc982b;
	color:#fff;
}
.title_sp_trangchu a {
	color:#fff;
	font-weight:bold;
	margin-left:7px;
}
.boxspnoibat {
	width:590px;
	height:190px;
	float:left;
}
.boxspnoibat h2 {
	background:url(http://vinacuashop.com/images/bg_sanpham.png) no-repeat;
	height:23px;
	line-height:23px;
	padding-left:24px;
	color:#ffffff;
}
.imgdoitac {
	background:#fff;
	width:177px;
	height:88px;
	margin:10px 0;
}
/* /////////////////////////// End box san pham trang chu //////////////////////////////////*/
ul.tinmoi {
	margin-left:8px;
	margin-right:8px;
}
ul.tinmoi li {
	float:left;
	padding:10px 0;
	text-align:justify;
	line-height:16px;
}
ul.tinmoi li:last-child {
	margin-bottom:10px;
}
ul.tinmoi li img {
	float:left;
	width:65px;
	height:65px;
	background:#fff;
	padding:2px;
	border:1px solid #dddddd;
	margin:0 5px 0 0;
}
ul.tinmoi li a {
	color:#0376ad;
	font-weight:bold;
}
.pagination {
	width:100%;
	float:left;
	text-align:center;
	margin:5px 0;
}
.box-imgdt{
	width:320px;
	float:left;
	}
.box-infodt {
	width:190px;
	border: 1px silver solid; 
	float:left;
}
.thongtinsanpham {
	width:414px;
	float:left;
	margin-left:20px;
	text-align:center;
	margin:5px 0;
}
.thongtinsanpham table {
	width:400px;
}
.thongtinsanpham table tr {
}
.thongtinsanpham table tr th {
	color:#ff3131;

}
.thongtinsanpham table tr td {
	padding:4px 4px;
	text-align:center;
	width:150px;
}
.chitiet{
	width: 100%;
	float: left;
	margin: 7px 0;
}
#tab-sp {
	width:100%;
	float:left;
	margin-top:15px;
	margin-left:4px;
}
.sapxep{
	width:100%;
	margin-top:5px;
	float:left;
	height:40px;
	line-height:40px;
	background:#ffd200;
	font-size:14px;
	}
.sapxep table{
	width:100%;
	}
.sapxep table tr td{
	width:33%;
	text-align:center;
	line-height:40px;
	height:40px;
	}
.sapxep input{
	height:25px;
	}	
#sapxepsp {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
#sapxepsp span {
	margin:0 10px;
}
.active_sapxep {
	color:red;
	font-weight:bold;
}
.box-dmsanpham {
	width:220px;
	float:left;
	border:5px solid #e8e8e8;
	margin-bottom:7px;
}
.title-boxdmsp {
	width:220px;
	height:37px;
	float:left;
	background:url(http://vinacuashop.com/images/bg_danhmuc_sp.png) center no-repeat;
	color:#fff;
	text-align:center;
	line-height:31px;
	text-transform:uppercase;
	font-weight:bold;
}
.menu_list {
	width: 220px;
	float: left;
}
.main-boxdmsp {
	width:220px;
	float:left;
	background:#f6f6f6;
}
.menu_head {
	padding: 10px 0 10px 18px;
	cursor: pointer;
	position: relative;
	color:#000000;
	border-bottom:1px solid #ebebeb;
	margin:0 8px;
	line-height:16px;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../images/g2.png) left center no-repeat;
	font-weight: bold;

}
.menu_head a {
	color:#000000;
	}
.menu_head span{
	float: right;
}	
.menu_body {
	width:100%;
	
}
.menu_body a {
	display:block;
	color:#000000;
	border-bottom: 1px dotted #dedede;
	margin-left:8px;
	margin-right:8px;
	line-height:20px;
	padding: 6px 0 6px 10px;
	text-decoration:none;
	background:url(../images/icon1.png) left no-repeat;
	font-size: 12px;
}
.menu_body a:hover {
	text-decoration:underline;
}
.title-boxspbc {
	background:url(../images/bg_box.png) repeat-x;
	height:32px;
	line-height:32px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.boxsp-right {
	width:205px;
	height:175px;
	background:#fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	text-align:center;
	padding:5px 0;
	line-height:20px;
	margin-left:12px;
}
.news-other{
	padding-left:10px;	
	padding-top:3px;
	margin-top:20px;
	border-top:1px solid silver;}
.news-other h2{
	font-weight:bold;
	margin-bottom:10px;
	}	
	.news-other ul{
		margin-left:10px;
	}
.news-other ul li{
	margin:5px 0;
	}
.news-other ul li a{
	background:url(http://vinacuashop.com/images/icon_menu.png) left no-repeat;
	padding-left:10px;
	line-height:16px;
	color:#636363;
	}
.tencongty{
	width:100%;
	font-size:24px;
	font-weight:bold;
	color:#ca1210;
	text-transform:uppercase;
	margin:8px 0;
	}
#nav-footer{
	width:1184px;
	float:left;
	margin:8px 0;
	min-height:100px;
	background:#f6fcfc;
	border-radius:8px;
	-moz-box-shadow: 0 0 4px #e1e1e1;
	-webkit-box-shadow: 0 0 4px#e1e1e1;
	box-shadow: 0 0 4px #e1e1e1;}
.box-navfooter{
	width:280px;
	float:left;
	margin-left:16px;
	padding:8px 0;
	}	
.box-navfooter h3{
	font-weight:bold;
	text-transform:uppercase;
	}
.box-navfooter h3 img{
	margin-right:4px;
	}
.content-box-navfooter{
	margin-top:15px;
	margin-left:20px;
	color:#666666;
	}
.content-box-navfooter a{
	color:#666666;
	}	
.content-box-navfooter p{
	line-height:18px;
	margin:5px 0;
	}	
.content-box-navfooter p img{
	margin-right:4px;
	}	
.bt_search_fast{
	width:79px;
	height:24px;
	background:url(../images/bt_timkiem.png) no-repeat;
	cursor:pointer;
	border:none;
	margin:5px 0;
	}	
#search_fast{
	margin-left:15px;
	
	}
#search_fast td{
	padding:5px 0;
	line-height:18px;
	}	
#search_fast select{
	width:200px;
	height:24px;
	margin:5px 0;
	}	
.thefield input{
	height:24px;
	}	
.dsdoitac{ 
	width:100%;
	float:left;
	margin:10px 0;
	color:red;
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;	
	border-bottom:1px dotted silver;
}
.dsdoitac a{
	color:#f03333;
	}
.item-viewmore{
	width: 218px;
	float: left;
	margin: 5px 0;
	margin-left: 3px;
}	
.item-viewmore img{
	width: 60px;
	float: left;
	box-shadow: 0px 0px 4px #999;
	margin-right: 7px;
}
.item-viewmore a{
	color: #333;
	line-height: 16px;
	font-weight: normal;
}
.giagoc{
	color: #999;
	text-decoration: line-through;
}
.giaban{
	color: #B20008;
}
.tieude{
	height: 35px;
	overflow: hidden;
	line-height: 18px;
}
.giohang{
	text-align: center;
}

.giohang a{
	background: #f0f1f1;
	color: #333;
	border: 1px solid #dcdcdc;
	border-radius:4px;
	padding: 3px 9px;
	font-weight: bold;

}
.status-new{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;

}
.status-khuyenmai{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9
}
.status-noibat{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.status-hethang{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.status-order{
	background: none repeat scroll 0 0 #006cff;
border-radius: 10px;
color: #FFFFFF;
height: 27px;
padding-top: 11px;
position: absolute;
right: 1%;
text-align: center;
text-shadow: 1px 1px 1px #333333;
bottom: 1%;
width: 38px;
z-index: 9;
}
.getstatistics{
	margin: 5px;
	color: #656565;
	font-weight: bold;
}
.getstatistics p{
	margin-bottom: 5px;
}
.getstatistics p img{
	margin-right: 5px;
}
.getstatistics p strong{
	color: #f455a3;
} 
.title{
	background: #2a81b7;
	color: #fff !important;
	font-weight: bold;
}
.link-button{
	padding: 3px 7px;
	background: #f0f1f1;
	color: #333;
	border: 1px solid #dfe0e0;
	border-radius:4px;
	cursor: pointer;
}
.soluong{
	float: left;
	width: 30px;
	border: 1px solid #dcdcdc;
	margin-right: 5px;
	height: 20px;
	margin-top: -2px;
}
.sub-menu-time{
	width: 180px;
	float: right;
	color: #fff;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin-left: 5px;
	text-align: center;
}
.sub-menu-title{
	width: 610px;
	margin-left: 200px;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

}