﻿@import url("layout.css");
@import url("border.css");
@import url("widgets.css");


body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	margin:0;
	padding:0;
	line-height: 180%;
}
img { border: none; }
a img { border: none; }
a{color:#666;text-decoration:none; outline:none}
a:hover {
	color: #336600;
	text-decoration: underline;
}

.GoodsListWrap {width:100%;overflow:hidden;}
.GoodsListWrap .GoodsList {width:105%;}
.GoodsListWrap .GoodsList,.GoodsListWrap .itemsWrap,.GoodsListWrap .item {padding:0;margin:0;}
.GoodsListWrap .itemsWrap {margin:0px 0px 10px;}
.GoodsListWrap .item h6 {height:18px;line-height:18px;margin:5px auto 0;padding:0;}
.GoodsListWrap .item h6 a {font-size:12px;font-weight:normal;}
.GoodsListWrap .item ul li {line-height:22px;}

