/* Global Styles */

div
{
  text-align:justify;
}
body
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:1000px;
    margin-top:0px;
    font:11px Tahoma;
    color:#242424;
    font-family:Tahoma;
}

/*链接及停留颜色样式*/
a,a:link,a:active,a:visited
{
    text-decoration:none;
    color:#242424; 
    border:none;
}
a:hover
{
    text-decoration:underline;
    color:#cd853f; 
    border:none;
}
/*页面顶部区域样式*/
.topbg
{
	margin:auto;
    width:1000px;
    height:63px;
    font-size:11px;
    
}

/*页面顶部区域logo样式*/
.topbg .blank
{
	float:right;
    height:53px;
    width:502px;
	padding-top:11px;
	
	
}
.topbg .info
{
	float:right;
    height:50px;
    width:110px;
	padding-top:11px;
	text-align:right;
	

}
.topbg .iso
{
	float:right;
    height:30px;
    width:135px;
	text-align:right;
	padding-top:30px;
	font-size:10px;

}

.topbg .news
{

    width:220px;
	padding-top:10px;
	text-align:right;

}

/*home page区域样式*/
.menu {
	font-family: Tahoma, sans-serif;
	width:1000px;
	position:relative;
	font-size:13px;
	padding-bottom:5px;
	margin:left;
	background-image:url(image/top.jpg);
	height:20px;
}
.menu ul {
padding:0;
width:1000px;
list-style-type: none;
text-align:center;

}
.menu ul li {
	float:right;
	position:relative;
	text-align:center;
}

/*导航背景和字体色*/
.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none;
color:#000;
padding:0px 10px;
line-height:25px;
}
* html .menu ul li a, .menu ul li a:visited {
width:120px;
width:120px;
}
.menu ul li ul {
display: none;
padding-top:8px;
}
table {
border-collapse:collapse;
font-size:1em;
margin:auto;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
background:#bd8d5e;
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:16px;
margin-top:1px;
left:0;
width:92px;
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display:block;
background:#faeec7;
color:#000;
height:auto;
line-height:25px;
width:93px
}
.menu ul li:hover ul li a.drop {
background:#c9c9a7;
}
.menu ul li:hover ul li a:hover {
background:#c9c9a7;
color:#000;
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:100px;
top:20px;
width:81px;
}
.menu ul li:hover ul li:hover ul.left {
left:-100px;
}

/*页面左侧分类与产品列表样式*/
.pageleft
{
    float:left;
    text-align:left;
    width:270px;
    background-color:White;
	margin:auto;
}

/*左侧分类列表*/
.category
{
    width:265px;
    line-height:18px;
    text-align:left;
    font-size:12px;
    font-weight:bolder;
    border-bottom:solid 1px silver;
    margin-bottom:5px;
    margin-top:3px;
    overflow:visible;
}

.category2
{
    width:265px;
    line-height:18px;
    text-align:left;
    font-size:12px;
    font-weight:normal;
    border-bottom:solid 1px silver;
    margin-bottom:5px;
    margin-top:3px;
    overflow:visible;
}
h1  {
	font:14px Tahoma;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	text-align:center
	}

h2  {
	font:12px Tahoma;
	font-weight:bolder;
	color: #000000;
	line-height:14px;
	text-align:left;
	}

/*页面右侧产品详情样式*/
.pageright
{
    float:right;
    text-align:right;
    width:730px;
    background-color:White;
}
.pageright a {
	font:13px Tahoma;
	color: #0033FF;
	text-decoration:underline;
	}

.pageright a:link {color:#000000;}/*未被访问过的链接*/


.pageright a:visited {color:#993300;
text-decoration:underline}/*已经被访问过的链接*/	

.pageright a:hover ,a:action {
font:bold;
	text-decoration:underline;}/*鼠标停留或点击的时候链接的颜色

/*左侧产品列表*/
.product
{
    clear:both;
    width:265px;
    line-height:17px;
    text-align:left;
    overflow:visible;
}
/*左侧More产品列表*/
.more
{
    clear:both;
    width:265px;
    line-height:17px;
    text-align:right;
    overflow:visible;
}
/*询价框样式*/
.feedback
{
    clear:both;
    width:260px;
}
iframe{height: 330px;width: 265px;}

/*页面底部样式*/
.pagebottom
{
    clear: both; 
	text-align: center; 
	font-family: Tahoma; 
	font-size: 11px;
    height: 85px; 
	line-height: 18px; 
	padding-top: 20px;
    margin-top: 20px;
	border-top:solid 1px silver;
	
}
.pic
{
   border: 2px solid rgb(232, 232, 232);	
	background: none repeat scroll 0% 0% rgb(250, 250, 250);
	padding: 2px 2px 2px;
	margin-left:5px;
	float:right;
}
.pict
{
	text-align:center;
	
	
}
/*面包屑和搜索样式*/
.menuhome
{
    width:81px;
    height:29px;
    float:left;
    margin-left:30px;
}

.sitemap
{
    float:left;
    height:37px;
    font-size:12px;
    line-height:30px;
    font-family:Tahoma;
}
/*正文样式*/
.bodyText {
	font:13px Tahoma;
	color:#333333;
	padding:0px 10px 0px 10px;
	
	}
	
.bodyText a {
	font:13px Tahoma;
	color: #0033FF;
	text-decoration:underline;
	}

.bodyText a:link {color:#0000FF;}/*未被访问过的链接*/


.bodyText a:visited {color:#993300;
text-decoration:underline}/*已经被访问过的链接*/	

.bodyText a:hover ,a:action {
font:bold;
	text-decoration:underline;}/*鼠标停留或点击的时候链接的颜色*/
/*底部外链*/
	
	.sitemap
{
    clear:both;
    margin-top:0px;
    height:37px;
    width:1000px;
    text-indent:280px;
    font-size:12px;
    line-height:37px;
    font-family:Tahoma; 
    text-align:left;
}
.sitemap .leftpath
{
    float:left;
    height:37px;
    font-size:12px;
    line-height:37px;
    font-family:Tahoma; 
    text-align:left;  
}
.marquee {
	height:17px;
	border-bottom:1px dotted #CCC;
	margin:2px 10px 3px 10px;
}
.marquee p {
	margin:0px;
}
.marquee a:link {
	color:#00F;
}
