body {
	margin:13px 0px 0px 0px;
	padding:0;
	font-family: arial, Sans-serif;
	font-size:11px;
	color:#424242;	
	background:#626669 ;
	text-align:center;
	overflow-x:hidden;
}

.div {overflow:hidden; height:auto; }

.main {width:980px; background:#fff;}

.zmain {width:982px; background:#fff;}
.lmain {width:95%; background:#fff;}


a {text-decoration:none; color:#555;}
a:hover {color:#000}

img {border:0;}

form {margin:0; padding:0;}

td {font-size:11px;}
th {font-size:12px;  text-align:right;}

/*  main  */

.tleft {
		float:left;
		}
		
.tleft01 {
		float:left;
		color:#F01A2F;
		padding-left:9px;
		}
		
.tright {float:right;}

.txleft {text-align:left;}
.txright {text-align:right;}

.label {font-weight:bold;}

.dot {overflow:hidden; margin-bottom:1px; height:1px; background:url(../images/dot_horizontal.gif);}
.description {font-weight:bold;}

.none {display:none;}

.pspan {font-size:14px; font-weight:bold; color:#004488;}
.pspan_ {font-size:14px;}

.title-div {text-align:left; margin-top:10px;} 
.modify {float:right;}

.looks {display:none; position:absolute; left:0; top:0; text-align:left; width:140px; background:#444; color:#fff; text-align:center;}
.looks a {display:block; padding:6px; color:#fff;}
.looks a:hover {color:#fff;}

.looks_1 {display:none; position:absolute; left:0; top:0; text-align:left; width:260px; color:#fff; background:#444; text-align:center;}

.gmini {width:100%; background:#fff; color:#333; text-align:left; line-height:160%;}
.gmini h5 {margin:3px; padding:3px;}

.gmini .vmain {width:99%; border:1px solid #444;}

.gmini .vmenu {}
.gmini .vmenu a {float:left; margin-right:3px; background:#888; width:auto; padding:3px; font-size:12px; font-weight:bold; color:#fff;}
.gmini .vmenu a:hover {background:#444;}
#c_1 {background:#444;}

/*  / main  */

/*  top  */

.top .dddd{
	height:80px;
	z-index: auto;
}

.menu {height:32px; background:#666;}
.menu ul {list-style:none; padding:0; margin:0; width:96%;}
.menu ul li {float:left; width:auto; height:100%;}
.menu ul li a {float:left; margin-top:1px; width:auto; height:25px; padding:8px 10px 6px 10px; color:#fff; font-size:14px;}
.menu ul li a:hover {background:#fff; color:#333;}

/*
.menu ul li a {float:left; margin-top:1px; width:auto; height:28px; padding:8px 10px 6px 10px; color:#333; font-size:14px;}
.menu ul li a:hover {background:#fdf0f3; color:#333;}
*/

.search {
	height:33px;
	background:#ccc;
	border-top:1px solid #fff;
}

.content-div {width:100%; text-align:center; }
.content-div .list {float:left;}
.content-div td {text-align:center;}

.goods-table {width:120px;}

/* / top  */


/*  category  */

.class {margin-top:16px;}
.class .tleft_c {width:18%;}
.class .tright_c {width:81%; text-align:left; background:url(../images/dot_vertical.gif) repeat-y;}

.catelist {width:98%; text-align:left;}
.catelist ul {list-style:none; margin:0; padding:0;}
.catelist ul li {overflow:hidden; width:100%; height:auto; margin-bottom:5px;}
.catelist ul li .lia {display:block; width:100%; padding:5px 6px 3px 6px;}

.child {width:90%; }
.child a {display:block; width:100%; padding:3px;}
.child a:hover { color:#000;}

.xpage {height:35px; padding:5px; background:#e9e9e9;}
.xpath {height:20px; padding:0px;}

.goodslist {width:100%;}
.goodslist ul {list-style:none; margin:6px 0px 6px 0px; padding:0; }
.goodslist ul li {
	float:left;
	overflow:hidden;
	width:18%;
	text-align:center;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}

/* / category  */


/*  goods  */

.goods {width:100%}
.goods .tleft_g {width:82%;}
.goods .tright_g {margin-top:6px; width:17%;  background:url(../images/dot_vertical.gif) repeat-y;}

.goods .tleft_g2 {width:55%;}
.goods .tright_g2 {width:44%; background:url(../images/dot_vertical.gif) repeat-y; text-align:center; line-height:160%;}

.gpic {overflow:hidden; width:420px; height:420px; }
.glist {margin-top:3px; width:420px;}


.gmenu {width:761px; background:url(../images/nav/border_top.gif) bottom no-repeat;}
.gmenu a {float:left;}
.gcontent {width:762px; background:url(../images/nav/border_sides.gif) repeat-y;}
.gcontente {width:762px; height:6px; background:url(../images/nav/border_bottom.gif) repeat-y;}

.gcontent_c {margin:12px; line-height:160%;}

.alsolike ul {list-style:none;}

/*  /goods  */


/*  foot  */

.foot {margin-top:20px;}
.foot .kuang {border:1px solid #ccc; padding:12px; background:#f0f0f0; text-align:left;}


/* / foot  */

/*  how it works  */

.htw_menu {width:98%; padding:9px; text-align:center; font-size:11px; font-weight:bold; color:#666; background:#fae2ae;}

.htw_menu_over { background:#fff;}
.htw_menu_out { background:#fae2ae;}

#contents h5 {margin:3px; padding:3px;}

/* /  how it works  */


.listaaaa{position:relative;}
.listaaaa span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px; width:312px;

}
.listaaaa span{ 
position: absolute;
z-index:1000;
padding: 3px;
border: 1px solid gray;
visibility: hidden;
background-color:#FFFFFF;
}
.listaaaa:hover{
background-color:transparent;
}
.listaaaa:hover span{
visibility: visible;
top:-100; left:10px;
z-index:1000;
}
