﻿@charset "utf-8";

@import url("border.css");
@import url("widget.css");


body {
	margin:0;
	padding:0;
	line-height: 180%;
	background-color:#fff;
	color: #666;
}
body,
input,
button,
select,
textarea{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}

#AllWrap{
	width:960px; 
	margin:0 auto;
	overflow:hidden;
}

#Top{
	position:relative;
	text-align:center;
	padding-top:35px;
}
#Top .TopWrap{
	position:relative;
	width:960px;
	margin:0 auto;
}
#Top #Logo{	
	position:absolute;
	top:-15px;
	left:0;
	width:360px;
	height:68px;
	overflow:hidden;
	text-align:right;
	line-height:80px;
}
#Top #Logo h1{	
	float:right;
	width:145px;
	height:40px;
	overflow:hidden;
	margin:0;
}
#Top #Logo h1 a{
	display:block;
	width:145px;
	height:40px;
	overflow:hidden;
	background:url(/v/yihoostore-logo.gif) left top no-repeat;
	text-indent:-1000px;
	line-height:200px;
}


#TopLinks{
	position:absolute;
	top:-30px;
	right:10px;
}
#LeftColumn{
	width:200px;
	float:left;
	overflow:hidden;
}
#RightColumn{
	width:180px;
	float:right;
	overflow:hidden;
}
#Main{
	float:left;
	width:560px;
	*display:inline;
	margin-left:10px;
	overflow:hidden;
}
#InnerRightColumn{
	float:left;
	overflow:hidden;
	margin:0 0 0 30px;
	width:730px;
	*display:inline;
}
#InfoBar {
	margin:0 auto;
	width:780px;
	padding:10px 0;
	text-align:center;
}

																					
/*=主菜单
=============================================================================================*/
#Menu{
	margin-left:380px;
}
#Menu .menus{
	float:left;
}

#Menu .links{
	float:left;
	color:#ccc;
}
#Menu .links a{
	display:inline;
	float:none;
	margin:0 5px;
}
#Menu .links{
	overflow:hidden;
}
#Menu .links ul{
	margin-left:-1px;
}
#Menu .links li{
	display:inline;
	border-left:1px solid #ccc;
}

#Menu a{
	position:relative;
}
#Menu .icon-gift{
	position:absolute;
	top:6px;
	left:20px;
	width:19px;
	height:19px;
	text-indent:-1000px;
	background:url(gift.gif) center no-repeat;
}
#Menu .link-cart{
	background:url(cart.gif) left center no-repeat;
	padding-left:15px;
}
#Menu .menu1{
   background:url(menubg.gif) no-repeat;
   padding-left:10px;
}
#Menu .menu1 a{
   background-color:#6633FF;
}
#Menu .menu2{
   background:url(menubg.gif) -190px 0 no-repeat;
   padding-left:24px;
}
#Menu span.menu2r{
   background:url(menubg.gif) -698px 0 no-repeat;
   padding-left:15px;
   float:left;
   height:33px;
}
#Menu .menu3{
   background:url(menubg.gif) -444px 0 no-repeat;
   padding-left:24px;
}
#Menu .menu4{
   background:url(menubg.gif) -444px 0 no-repeat;
   padding-left:35px;
}
#Menu a{
	text-align:center;
	float:left;
	display:block;
	color:#0328C1;
	font-size:12px;
	line-height:33px;
	width:60px;
	text-decoration: none;
}
#Menu a:hover{
	color:#c60;
	text-decoration: underline;
}			
#Menu .fmenu{
	padding-top:5px;
}
	
/*=
=============================================================================================*/	
#SearchWrap{
	text-align:center;
	background:url(az-subnav-bg.gif) repeat-x;
	border-top:1px solid #67a5c4;
	color:#FFFFFF;
  	padding-bottom:5px;
	margin-top:-2px;
	_margin-top:-1px;
}
#SearchWrap a{
	color:#FFFFFF;
}
#SearchWrap .SearchBar{
	margin:5px auto 0 auto;
}
#SearchWrap .htlinks a{
	color:#333333;
	padding:0 5px;
}
#SearchWrap .htlinks{
	margin:8px;
	margin-left:-210px;
}
#SearchWrap .htlinks div{
	display:inline;
}
#SearchWrap .btn_search{
	text-indent:-1000px;
	background:url(search.gif) no-repeat;
	width:24px;
	height:24px;
	border:none;
	cursor:pointer;
	*text-indent:0;
	*line-height:9999px;
	*font-size:-1;
	position:relative;
}
#SearchWrap .keywords{
  	width:280px;
}
/*=显示底部区域
=============================================================================================*/
#Foot{
	width:960px;
	margin:0 auto;
	margin-top:30px;
}
#FootMenu{
	padding:20px 5px 20px 5px;
	border:1px solid #ccc;
	border-bottom:none;
	*height:1%;
}
#FootMenu .menu a{
	color:#0328C1;
}
#FootMenu .menu  a:hover{
    color:#FF9900;
	text-decoration:underline;
}
#FootLinks{
	background:#ffc;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	*height:1%;
}
#FootLinks .TreeList{
	overflow:hidden;
}
#FootLinks .TreeList a{
	margin:0 10px;
}

