﻿@charset "UTF-8";

* {
	margin:0; padding:0;list-style:none;   
}
.online{
	text-decoration:line-through;
	color:#606060;
}
.prise{
	color:#cc0065;
}
html,p,td,th,input,textarea { font:12px Tohoma,"Sans Serif",Arial; margin:0; padding:0; }
body{
	font-family:"宋体";
	margin:0;	
	padding-top:0;
	background:#FFF url(../images/background.gif) repeat-x; 
}
#wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
}
#header {
	height:70px; 
	position:relative; 
	z-index: 80;
}
#logo{
	background-image:url(../images/logo.png);
	height:70px;
	left:5px;
	position:absolute;
	top:0;
	width:266px;
}
#loginLinks{
	position:absolute;
	right:40px;
	top:50px;
	font-size:12px;
}
#loginLinks a{
	color:#fede00;
	text-decoration:none;
}
#bottom{
	position:relative;
	float:left;
	width:960px;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	color:#999;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
}
ul.MenuBarHorizontal
{
	height: 38px;
	position: absolute;
	left:275px;
	bottom: 0;
	z-index: 1000;
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 108px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0 0 0 3px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 100px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 100px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid red;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding:0px 0px;
	color:#f1f1f1;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	font-family:"新宋体";
	font-size:14px;
	line-height:48px;
	_line-height:38px;
	height:38px;
	font-weight:bold;
	background-image:url(../images/Button_back.png);
}

ul.MenuBarHorizontal a img{
	_padding-top:10px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background::#434343;
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-image:url(../images/Button_df.png);
	color:#666;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image:url(../images/Button_back.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background:#434343;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image:url(../images/Button_df.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background:#434343;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

#seach{
	background-image:url(../images/line_height.gif);
	height:68px;
}
#keywords{
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	color:#000;
}
#ad{
	background-image:url(../images/ad.jpg);
	height:190px;
}
#middle{
	margin:0 auto;
}
#left{
	width:20%;
	position:relative;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
}
#right{
	float:right;
	margin:0 auto;
	position:relative;
	width:760px;
}
.productTitle{
	color:#f9a703;
	font-family:"宋体";
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.productName{
	color:#003399;
	font-size:12px;
}
#pro_detail{
	vertical-align:middle;
}
#pro_new{
	background-image:url(../images/ise_plist3.gif);
	width:99%;
	height:29px;
	padding-left:10px;
	line-height:29px;
	color:#8e5e00;
	font-family:Arial, "宋体", "新宋体";
	font-size:14px;
	font-weight:bold;
}
#pro_pic{
	position:relative;
	float:left;
	width:55%;
	text-align:left;
}
#pro_other{
	float:right;
	vertical-align:middle;
	width:45%;
}
.pro_other{
	list-style:none;
	height:30px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, "宋体", "新宋体";
	letter-spacing:1px;
}

#buy{
	text-align:center;
	padding-top:20px;
}
#buy li{
	list-style:none;
	float:left;
	height:20px;
	width:80px;
	background-image:url(../images/button.jpg);
}
.content{
	position:relative;
	padding:20px 20px 20px 20px;
	color:#003399;
	letter-spacing:1px;
	line-height:16px;
}

