/*-------------------------------------------
Page Level Layout (L140|L150|L180|L250|R180|R250)
---------------------------------------------
Usage Expale:

<div id="Content" class="R250">
  <div id="Main">
    <div id="Container">Main Content</div>
  </div>
  <div id="SideBar">Side Content</div>
</div>

Default, Sidebar 180, Left */
#Main{
	float:right;
	width:100%;
	margin:0 0 0 -190px;
}
#Container{
	margin:0 0 0 190px;
}
#SideBar{
	float:left;
	width:180px;
}
/* Sidebar 140, Left */
div.L140 #Main{
	float:right;
	width:100%;
	margin:0 0 0 -150px;
}
div.L140 #Container{
	margin:0 0 0 150px;
}
div.L140 #SideBar{
	float:left;
	width:140px;
}
/* Sidebar 150, Left */
div.L150 #Main{
	float:right;
	width:100%;
	margin:0 0 0 -160px;
}
div.L150 #Container{
	margin:0 0 0 160px;
}
div.L150 #SideBar{
	float:left;
	width:150px;
}
/* Sidebar 180, Left */
div.L180 #Main{
	float:right;
	width:100%;
	margin:0 0 0 -190px;
}
div.L180 #Container{
	margin:0 0 0 190px;
}
div.L180 #SideBar{
	float:left;
	width:180px;
}
/* Sidebar 180, Right */
div.R180 #Main{
	float:left;
	width:100%;
	margin:0 -190px 0 0;
}
div.R180 #Container{
	margin:0 190px 0 0;
}
div.R180 #SideBar{
	float:right;
	width:180px;
}
/* Sidebar 250, Left */
div.L250 #Main{
	float:right;
	width:100%;
	margin:0 0 0 -260px;
}
div.L250 #Container{
	margin:0 0 0 260px;
}
div.L250 #SideBar{
	float:left;
	width:250px;
}
/* Sidebar 250, Right */
div.R250 #Main{
	float:left;
	width:100%;
	margin:0 -260px 0 0;
}
div.R250 #Container{
	margin:0 260px 0 0;
}
div.R250 #SideBar{
	float:right;
	width:250px;
}
/*-------------------------------------------
Block Level Layout (Col2|Col3)
---------------------------------------------
Usage Expale:

<div class="Col2">
  <div class="Col2Left">Left Content</div>
  <div class="Col2Right">Right Content</div>
</div>

<div class="Col3">
  <div class="Col3Left">Left Content</div>
  <div class="Col3Mid">Middle Content</div>
  <div class="Col3Right">Right Content</div>
</div>
*/
div.Col2{
	width:100%;
}
div.Col2 div.Col2Left{
	width:49.5%;
	float:left;
}
div.Col2 div.Col2Right{
	width:49.5%;
	float:right;
}

div.Col3{
	width:100%;
}
div.Col3 div.Col3Left{
	width:33%;
	float:left;
}
div.Col3 div.Col3Mid{
	width:33%;
	float:left;
}
div.Col3 div.Col3Right{
	width:33%;
	float:right;
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a:link,a:visited{
  color:#0044DD;
  text-decoration:none;
}
a:hover,a:active{
  color:#FF5500;
  text-decoration:underline;
}

/* 自定义文字连接的css定义 */
a.U:link,a.U:visited{
  color:#0044DD;
  text-decoration:underline;
}
a.U:hover,a.U:active{
  color:#FF5500;
  text-decoration:underline;
}
/*常用元素和字体*/
table{
  text-align:left;
}
p{
  margin: 15px 0px 15px 0px;
  padding: 3px 0px 3px 0px;
}
hr{
  border:#000000 0px solid;
  border-top: #D1D7DC 1px solid;
  height: 0px;
}
img{
  border:0px;
}
form{
  margin:0;
  padding:0;
}
.B,H1,.boldFontSize12{
  font-size:12px;
  font-weight:bold;
  
}
.C,.fontSize14 {
  font-size:14px;
}
.CB,.M,.L,.boldFontSize14{
  font-size:14px;
  font-weight:bold;
}
.D,.C1,.fontSize16{
  font-size:16px;
}
.DB,.boldFontSize16{
  font-size:16px;
  font-weight:bold;
}
.H{
  color:#FF5500;
}
.G{
  color:#666666;
}
.EN{
  font-family: Arial;
}
.LM {
  line-height:120%;
}
.LL{
  line-height:150%;
}
.LG{
  line-height:200%;
}
.ImgB {
  border: 1px solid #DDDDDD;
}
.content li{
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 10px;
}
/* Standard Tip Hint */
.posttip{
  padding:8px 20px 3px 20px;
  color:#333366;
  font-size:12px;
  background:url(http://www.jhyw.com//Skin/jhyw/tips_1.gif) no-repeat;
}

.HackBox{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}

.hidden{
  display:none;
}

.invisible{
  visibility:hidden;
}

/*通用字体大小和颜色*/
body,p,th,td,input,select,textarea{
    font-size:12px;
    color:#111111;
}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin: 0px;
padding: 0px 10px 0px 10px;
background-color:#FFF;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}

/* 定义网页顶部 DIV.Head */
#Head{
  text-align:center;
}
#Head #HeadTop{
  position:relative;
  width:760px;
  margin:5px auto 27px !important;
  margin:5px auto 10px;
  text-align:left;
}
#Head a:link, #head a:visited{
  color:#0044FF;
}
#Head a:hover, #head a:active{
  color:#FF6600;
}
#Head a.current:link,#Head a.current:visited{
    color:#FF3300;
  text-decoration:none;
}
#Head a.current:hover,#Head a.current:active{
    color:#FF3300;
  text-decoration:underline;
}
#Head ul{
  list-style-type:none;
}
#Head ul{
  margin:0;
  padding:0;
}
#SystemAnnouce{
  width:760px;
  margin:0 auto 10px;
  line-height:18px;
  padding:8px;
  border:1px solid #EEE;
  background-color:#F6F6F6;
  text-align:center;
  font-weight:bold;
  color:#F30;
}
body.FullWidth #SystemAnnouce{
  width:100%;
}
#Head #Logo{
  position:absolute;
  width:265px;
  height:60px;
  background:#FFFFFF url(http://www.jhyw.com/Images/logo.gif) left 10px no-repeat;
}
#Head #QuickLinks{
  float:right;
  width:750px;
  margin-bottom:3px;
}
#Head #QuickLinks li{
  float:right;
  margin-left:10px;
}
#Head #HeadNavBar{
  float:right;
  clear:right;
  width:399px!important;
  width:409px;
}
#Head #HeadNavBar li{
  float:left;
  height:21px;
  margin-left:10px;
  background:#FFFFED url(http://www.jhyw.com//Skin/jhyw/head_nav_bar_bk_left.gif) left top no-repeat;
}
#Head #HeadNavBar li a{
  display:block;
  float:left;
  height:21px;
  padding:0 8px;
  line-height:21px;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/head_nav_bar_bk_right.gif) right top no-repeat;
}
#Head #HeadNavBar li#MainBtnShop{
  background:#FFFFED url(http://www.jhyw.com//Skin/jhyw/head_nav_bar_bk_left.gif) left top no-repeat;
}
#Head #HeadNavBar li#MainBtnShop a{
  font-weight:bold;
  color:#FF6600;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/head_nav_bar_bk_right.gif) right top no-repeat;
}
#Head #HeadNavBar li#MainBtnForum{
  background:#FFFFED url(http://www.jhyw.com//Skin/jhyw/head_nav_bar_bk_hl_left_2.gif) left top no-repeat;
}
#Head #HeadNavBar li#MainBtnForum a{
  font-weight:bold;
  color:#F50;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/head_nav_bar_bk_hl_right_3.gif) right top no-repeat;
}
#Head #EBAlliance{
  float:right;
  width:390px;
  margin-top:5px;
  padding-top:5px;
  border-top:1px solid #D0D0D0;
  text-align:right;
  color:#666;
}
#Head #ChannelMenu{
  width:760px;
  margin:0 auto;
  text-align:center;
}
body.FullWidth #Head #ChannelMenu{
  width:100%;
}
#Head #ChannelMenuItems{
  width:675px;
  height:30px;
  margin:0 auto;
  /*attach promotion event background images here*/
}
#Head #ChannelMenuItems li{
  float:left;
  height:30px;
  margin-right:1px;
  /*attach promotion event background images here*/
}
#Head #ChannelMenuItems a{
  display:block;
  float:left;
  height:30px;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_left.gif) left top no-repeat;
  text-decoration:none;
}
#Head #ChannelMenuItems a span{
  display:block;
  float:left;
  height:30px;
  padding:11px 11px 0;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right.gif) right top no-repeat;
  text-align:center;
  color:#000;
  font-style:normal;
  cursor:hand;
  /*IE 5.x Crack at the bottom of this file*/
}

#Head #SearchBox{
  text-align:left;
  height:58px;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/searchbox_tab_left.gif) 0 0 no-repeat;
  background-color:#FF9000;
}
#Head #SearchBox a{
  color:#FFF;
  text-decoration:underline;
}
#Head #SearchForm{
  float:left;
  width:740px;
  height:34px;
}
#Head #HotKeywords{
  float:left;
  text-indent:8px;
  width:752px;
  height:24px;
  margin-left:3px;
  overflow:hidden;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/searchbox_tab_center.gif) 0 0 repeat-x;
}
#Head #HotKeywords .B a{
  text-decoration:none;
}
#Head #HotKeywords ul li{
  float:left;
  white-space:nowrap;
  font-weight:bold;
  margin-top:6px;
  margin-right:5px;
  color:#333;
}
#Head #HotKeywords ul li a{
  font-weight:normal;
}
#Head #HotKeywords ul li a:link,#Head #HotKeywords ul li a:visited{
    color:#04D;
    text-decoration: none;
}
#Head #HotKeywords ul li a:hover,#Head #HotKeywords ul li a:active{
    color:#F60;
    text-decoration:underline;
}
#Head #SearchHome{
  float:right;
  height:58px;
  width:5px;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/searchbox_tab_right.gif) 0 0 no-repeat;
}

/*Current Path Location*/
#Head #Path{
  width:760px;
  height:25px;
  margin:0 auto;
  text-align:left;
  background:url(http://www.jhyw.com//Skin/jhyw/tabbar_level2_bk.gif);
}

#Head #Path #PathHome{
  float:Left;
  height:24px;
  width:16px;
  background:transparent url(http://www.jhyw.com//Skin/jhyw/tabbar_level2_selected_bk.gif) 0 0 no-repeat;
}

#Head #Path #CurPath {
  float:left;
  width:744px;
  text-indent:4px;
  overflow:hidden;
  padding-top: 6px;
}

/*Current Postion:Home*/
body.CurHome ul#ChannelMenuItems li#MenuHome a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurHome ul#ChannelMenuItems li#MenuHome a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurHome #SearchBox{background-color:#FF9000;}

/*Current Postion:Jewelry*/
body.CurShopjewelry ul#ChannelMenuItems li#MenuJewelry a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopjewelry ul#ChannelMenuItems li#MenuJewelry a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopjewelry #SearchBox{background-color:#FF9000;}

/*Current Postion:Commodity*/
body.CurShopcommodity ul#ChannelMenuItems li#MenuCommodity a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopcommodity ul#ChannelMenuItems li#MenuCommodity a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopcommodity #SearchBox{background-color:#FF9000;}

/*Current Postion:Crafts*/
body.CurShopCrafts ul#ChannelMenuItems li#MenuCraft a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopCrafts ul#ChannelMenuItems li#MenuCraft a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopCrafts #SearchBox{background-color:#FF9000;}

/*Current Postion:Clothes*/
body.CurShopclothes ul#ChannelMenuItems li#MenuClothes a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopclothes ul#ChannelMenuItems li#MenuClothes a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopclothes #SearchBox{background-color:#FF9000;}

/*Current Postion:Digital*/
body.CurShopdigital ul#ChannelMenuItems li#MenuDigital a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopdigital ul#ChannelMenuItems li#MenuDigital a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopdigital #SearchBox{background-color:#FF9000;}

/*Current Postion:Toy*/
body.CurShoptoy ul#ChannelMenuItems li#MenuToy a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShoptoy ul#ChannelMenuItems li#MenuToy a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShoptoy #SearchBox{background-color:#FF9000;}

/*Current Postion:Food*/
body.CurShopdrink ul#ChannelMenuItems li#MenuFood a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopdrink ul#ChannelMenuItems li#MenuFood a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopdrink #SearchBox{background-color:#FF9000;}

/*Current Postion:Cards*/
body.CurShopCards ul#ChannelMenuItems li#MenuCard a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopCards ul#ChannelMenuItems li#MenuCard a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopCards #SearchBox{background-color:#FF9000;}

/*Current Postion:Others*/
body.CurShopOthers ul#ChannelMenuItems li#MenuOther a{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
body.CurShopOthers ul#ChannelMenuItems li#MenuOther a span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;font-weight:bold;color:#FFF;}
body.CurShopOthers #SearchBox{background-color:#FF9000;}

/*Full Width*/
body.FullWidth #Head #ChannelMenu{width:100%;}
body.FullWidth #Head #SearchBox{float:none;width:100%;min-height:34px;height:34px;height:auto !important;}
body.FullWidth #Head #SearchHome{display:none;}
body.FullWidth #Head #HotKeywords{clear:both;width:100%;margin-left:0;}

/*Hover triggers*/
#Head #ChannelMenuItems li#MenuHome a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuHome a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuJewelry a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuJewelry a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuCommodity a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuCommodity a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuCraft a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuCraft a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuClothes a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuClothes a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuFood a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuFood a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuToy a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuToy a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuCard a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuCard a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuOther a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuOther a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}
#Head #ChannelMenuItems li#MenuDigital a:hover{background:#FF9000 url(http://www.jhyw.com//Skin/jhyw/chl_home_left_act.gif) left top no-repeat;}
#Head #ChannelMenuItems li#MenuDigital a:hover span{background:transparent url(http://www.jhyw.com//Skin/jhyw/chl_home_right_act.gif) right top no-repeat;color:#FFF;}

/*Rules for DIV.Content*/
#Content{
  width:760px;
  margin:5px auto;
  text-align:left;
  clear:both;
}
body.FullWidth #Content{
  width:100%;
  margin:5px 0;
}

/*Global Links Category*/
#Content a.catlevel0:link,#Content a.catlevel0:visited  {
  font:bold 14px Arial;
    color:#0044DD;
    text-decoration: none;
}
#Content a.catlevel0:hover,#Content a.catlevel0:active {
  font:bold 14px Arial;
    color:#FF6600;
    text-decoration:underline;
}
#Content td.catlevel1 {
  padding:0 0 20px 0;
  line-height:140%;
}

/*Rules for DIV.Foot*/
#Foot{
  width:760px;
  margin:5px auto;
  border-top:1px solid #D1D7DC;
  text-align:center;
}
#Foot ul{
  display:block;
  width:550px;
  margin:15px auto 0;
  height:20px;
}
#Foot ul li{
  display:block;
  float:left;
  margin:0 7px;
}
#Copyright{
  margin-top:15px;
  font-family:arial;
}
#ServerNum{
  text-align:left;
  font-size:11px;
  font-family:arial;
  color:#FFF;
}
#AdDetector{
  visibility:hidden;
}
.SmartSiteTracker{
  visibility:hidden;
  height:0;
  line-height:0;
  font-size:0;
  margin-bottom:-2px;
}
.HandCursor{
  cursor:hand;
}

/*Shortcuts*/
#Shotcuts{
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
  background-color:#F6F6F6;
  text-align:center;
  margin:70px 0 30px;
  padding-top:10px;
}
#Shotcuts ul{
  clear:both;
  width:500px;
  height:22px;
  line-height:22px;
  margin:0 auto;
  padding:0;
}
#Shotcuts li{
  float:left;
  text-align:left;
  margin-right:7px;
  color:#333;
  list-style-type:none;
}
#QuickSearch{
  background-color:#D9DCE1;
  border-bottom:1px solid #F6F6F6;
  margin-top:10px;
}
#QuickSearch form{
  display:block;
  padding:4px 0 3px;
}

/*IE5.x Hack Rules*/
#Head #ChannelMenuItems a span{
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor:pointer;
  height:19px;
}
.HandCursor{
  voice-family: "\"}\"";
  voice-family: inherit;
  cursor:pointer;
}

/*POP div*/
#popLayer {
  background-color: #FFFFCC;
  border: 1px #000000 solid;
  font-size: 12px;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  width:240px;
  text-align:left;
}

#popLayer .Title {
  font-weight:bold;
}

#popLayer .Body {
}

/*友情链接*/
#FriendsiteTitle {
  font-size: 12px;
  font-weight: bold;
  background-image: url(http://www.jhyw.com//Skin/jhyw/h2_bk.gif);
  text-align: left;
  text-indent: 8px;
  height: 20px;
  width: 758px;
  padding-top: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-right-color: #CCCCCC;
  border-left-color: #CCCCCC;
}
  
.FriendsiteList {
  width: 758px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
}

#Fullwidth {
  width: 100%;
  text-align: left;
}
/*用户登录*/
.userbox{}
#UserLoginTitle{
  background:url(http://www.jhyw.com//Skin/jhyw/login_title.jpg);
  height:43px;
  background-repeat: no-repeat;
  background-position: center center;
}
#UserLoginBottom{
  background:url(http://www.jhyw.com//Skin/jhyw/login_bottom.jpg);
  height:25px;
  background-repeat: no-repeat;
  background-position: center center;
}
#UserLogin
{
  text-align: left;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #CCCCCC;
  border-left-color: #CCCCCC;
}
#userlogined
{
  padding-left:20px;
  text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
  text-align: center;
}
#usermessage
{
  padding-left:20px;text-align: left;
}
.userlog{
  color:#000000;
}
.havemessage
{
  background-color: #ccff9d;
}
.havemessaged
{
  background-color: #cc0000;
}

/*左栏表格*/
#left_main{
  width:180px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#left_main .title{
	font-size: 14px;
	height: 19px;
	padding-top: 6px;
	background-color: #FFFFFF;
	background-image: url(http://www.jhyw.com//Skin/jhyw/h2_bk.gif);
	text-align: center;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
}
#left_main .content{
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
  background-color: #FFFFFF;
}

#left_yellow{
  width:180px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#left_yellow .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 25px;
  height: 21px;
  padding-top: 10px;
  background-color: #FFC68C;
  background-image: url(http://www.jhyw.com//Skin/jhyw/lt_yellow.gif);
  background-repeat: no-repeat;
}
#left_yellow .content{
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #FF9900;
  border-bottom-color: #FF9900;
  border-left-color: #FF9900;
  background-color: #FFC68C;
}

#left_blue{
  width:180px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#left_blue .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 25px;
  height: 21px;
  padding-top: 10px;
  background-color: #B9DCFF;
  background-image: url(http://www.jhyw.com//Skin/jhyw/lt_blue.gif);
  background-repeat: no-repeat;
}
#left_blue .content{
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #3399FF;
  border-bottom-color: #3399FF;
  border-left-color: #3399FF;
  background-color: #B9DCFF;
}

#left_gray{
  width:180px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#left_gray .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 25px;
  height: 21px;
  padding-top: 10px;
  background-color: #EFEFEF;
  background-image: url(http://www.jhyw.com//Skin/jhyw/lt_gray.gif);
  background-repeat: no-repeat;
}
#left_gray .content{
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
  background-color: #EFEFEF;
}

#left_pink{
  width:180px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#left_pink .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 25px;
  height: 21px;
  padding-top: 10px;
  background-color: #FFE8FF;
  background-image: url(http://www.jhyw.com//Skin/jhyw/lt_pink.gif);
  background-repeat: no-repeat;
}
#left_pink .content{
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #FF99FF;
  border-bottom-color: #FF99FF;
  border-left-color: #FF99FF;
  background-color: #FFE8FF;
}

/*中栏表格*/
#main_tbl{
  width:570px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#main_tbl .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 20px;
  height: 24px;
  padding-top: 8px;
  background-image: url(http://www.jhyw.com//Skin/jhyw/title_m.jpg);
  background-repeat: no-repeat;
}
#main_tbl .content{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

#main_tbl2{
  width:285px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#main_tbl2 .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 20px;
  height: 24px;
  padding-top: 8px;
  background-image: url(http://www.jhyw.com//Skin/jhyw/title_m.jpg);
  background-repeat: no-repeat;
}
#main_tbl2 .content{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

#main_tbl370{
  width:370px;
  float:left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#main_tbl370 .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 20px;
  height: 24px;
  padding-top: 8px;
  background-image: url(http://www.jhyw.com//Skin/jhyw/title_m.jpg);
  background-repeat: no-repeat;
}
#main_tb370 .content{

}
#slide_topright{
  width:180px;
  float:right;
  margin-top: 2px;
  margin-bottom: 2px;
}
/*通栏表格*/
#Fullwidth #W760_tbl{
  width:760px;
  margin: 2px auto;
  clear:both;
}
#Fullwidth #W760_tbl .title{
  font-size: 12px;
  font-weight: bold;
  text-indent: 20px;
  height: 26px;
  padding-top: 8px;
  background-image: url(http://www.jhyw.com//Skin/jhyw/title_a.jpg);
  background-repeat: no-repeat;
  text-align: left;
}
#Fullwidth #W760_tbl .content{
  text-align: left;
}
/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
　　/* --文章显示页的css定义开始-- */
.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: #ff0000;font-weight:bold;font-size: 18px;line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: #037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
	background:url(http://www.jhyw.com//Skin/jhyw/title_a.jpg);
	border: 1px solid #d2d3d9;
	height: 34px;
	color: #000000;
	text-indent: 20px;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8px;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}
　　/* --文章显示页的css定义结束-- */
/*评论*/


/* --商城的css定义开始-- */
.Shop_border
{
border: 1px solid #cccccc;
}
.Shop_tdbg
{
background:#fafafa;line-height: 120%;
}
.Shop_tdbg2 
{
background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3 
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4
{
background:#e1f4ee;line-height: 120%;
}
/* --商城的css定义结束-- */
/* --留言频道css定义开始-- */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(//Skin/jhyw/h2_bk.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #d2d3d9;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background: #F6F6F6;color: #ffffff;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.Guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
/* --留言频道css定义结束-- */
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #000000;
	background-image: url(http://www.jhyw.com//Skin/jhyw/h2_bk.gif);
	height: 27px;
	padding-left: 30px;
         border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
#BannerZoneAD_Div1,#BannerZoneAD_Div3{clear:both;text-align:center;}
#BannerZoneAD_Div1{width:100%;margin:0 auto;}
.channel_title{background-color:#f3f3f3;}
.channel_title a{font-size:14px;color:#000;font-weight:bold;}
.channel_title td{padding:4px 0;}