﻿@charset "utf-8";
/* CSS Document */
body{ margin:0 auto; padding:0px; font-size:12px;; font-family:Arial, Helvetica, sans-serif; color:#333}
#box{ margin:0 auto; width:1002px}
img{ border:0px}
/*价格调出显示*/
h4{ margin:0px; padding:0px}
li a h4 {display: none;}
li a:hover {position: relative;}
li a:hover h4 {
	display: block;
	position: absolute;
	left: -25px;
	bottom: 5px;
	border: 0px #3CC dotted;
	padding:7px 5px 5px 5px;
	line-height: 15px;
	color: #333;
	text-decoration: none;
	font-size:12px;
	width:90px;
	font-weight:normal
}
.price_top{ background:url(http://www.smyk.com.cn/2010/img2010/pricebg.gif); width:100%; overflow:hidden;HEIGHT:4px}
.price_main{background:url(http://www.smyk.com.cn/2010/img2010/pricebg.gif) -92px 0px; width:100%;}
.price_end{background:url(http://www.smyk.com.cn/2010/img2010/pricebg.gif) 0px -5px; width:100%; overflow:hidden;HEIGHT:14px}

a:link {text-decoration: none; color:#666}
a:visited{text-decoration: none; color:#666}
a:hover { color:#06F;text-decoration: none;}
A:hover IMG {FILTER: Alpha(Opacity=60); -moz-opacity: 0.6}
/*菜单*/
#menu a:link {text-decoration: none; color:#fff}
#menu a:visited{text-decoration: none; color:#fff}
#menu a:hover { color:#F90;text-decoration: none;}
/*TAG*/
.tag_m a:link {text-decoration: none; color:#fdb972}
.tag_m a:visited{text-decoration: none; color:#fdb972}
.tag_m a:hover { color:#Fff;text-decoration: none;}


