@charset "utf-8";

.body {			/*整个页面*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #999999;
}

a:link,
a:visited {		/*页面超链接*/
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}

.container {	/*页面容器*/
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 770px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.menu {				/*菜单区*/
	padding-top: 110px;
	padding-left: 278px;
	height: 105px;
}

.menu1 {        /*大字菜单*/
	font-size: 14px;
	line-height: 25px;
}
.menu2 {        /*小字菜单*/
	font-size: 10px;
	padding-left: 20px;
	line-height: 15px;
}
.menu3 {        /*中文小字菜单*/
	font-size: 12px;
	padding-left: 20px;
	line-height: 15px;
}

.others {
}

.goods {		/*整个商品显示区*/
	float:left;
	padding-top: 20px;
	padding-left: 30px;
}

.Photos {		/*大图外框*/
	height: 240px;
	width: 320px;
	border: 5px double #007bfd;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
.picandcat
{
    width: 340px;
    float: left;
}
.cat
{
    margin-top: 20px;
}
.cat img
{
    margin-left: 10px;
    margin-top: 10px;
    border-right-style: double;
    border-right-width: medium;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-right-color: #007bfd;
    border-bottom-color: #007bfd;
}

.imgbig {		/*大图*/
}

.textarea {		/*文字部分*/
	height: 240px;
	width: 200px;
	float: left;
	padding: 20px;
}

.lbTitle {		/*商品标题*/
	font-size: 14px;
	color: #000000;
	padding: 5px;
	border-right-width: medium;
	border-bottom-width: thin;
	border-right-style: double;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear: right;
}

.lbIntro {		/*商品介绍*/
	color: #333333;
	width: 150px;
}

.List {			/*列表部分*/
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	height: 490px;
}

.imgsmall {		/*下面列表小图*/
	
	margin: 3px;
	padding: 3px;
	width: 100px;
	border: 2px solid #007bfd;
}

.delsmall
{
    /*已删掉的小图*/
    margin: 3px;
    padding: 3px;
    width: 100px;
    border: 2px solid #CC0000;
}
.adminbox
{
    border-style: dotted;
    border-width: 1px;
    padding: 10px;
    font-size: 12px;
    background-color: #EFEFEF;
    
    
}

.pagenum {		/*页码*/
	color: #333333;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;	
}
.footer
{
    font-size: 12px;
    text-align: center;
    clear: both;
}   
