@CHARSET "UTF-8";

#sidebar{
   float: left;
   padding: 0 0 10px 0;
   width:190px;
}
   #sidebar a{
      color: #e22832;
   }
   #sidebarTools{
      /*background: #6b6b6b url(../images/submnu_bg.png) left top no-repeat;*/
      width: 190px;
      margin: 0px 0 10px 0;
      color: #FFF;
      /*min-height: 275px;*/
   }
      #mnuSub{
         list-style-type: none;
         margin: 0;
         background:#6b6b6b;
         margin-bottom:5px;
      }
      #mnuSub div{
         list-style-type: none;
         margin: 0;
         background:#ffffff;
         padding:0px 5px;
         border-bottom: 1px solid #ececec !important;
      }
      #mnuSub div:last-of-type{
      	border:none !important;
      }
         #mnuSub li a{
            height: 30px;
            line-height: 30px;
            background: transparent url(../images/submnu-icon_subitem.png) left no-repeat;
            font-size: 12px;
            padding-left: 10px;
            
         }
         #mnuSub li a.on,
         #mnuSub li a:hover{
            background: transparent url(../images/submnu-icon_subitem_on.png) left no-repeat;
            color: #D9EBFA;
         }
            #mnuSub li a.on{
               font-weight: bold;
            }
            #mnuSub li ul{
               list-style-type: none;
               margin: 0 0 0 20px;
               padding: 0;
            }
               #mnuSub li ul li a{
                  height: 20px;
                  line-height: 20px;
                  font-size: 11px;
               }


   #boxInfo {
	  background: none repeat scroll 0 0 #fff;
	  border: 1px solid #ececec;
	  color: #777;
	  font-size: 11px;
	  line-height: 1.3em;
	  margin: 0 0 10px;
	  padding: 10px;
	}

   #boxBannerRotate{
      margin: 10px 0;
      width: 190px;
      height: 190px;
   }
      #boxBannerRotate img{
         background: #FFF url(../images/img-preload.gif) no-repeat 50% 50%;
         width: 190px;
         height: 190px;
      }



#content{
   float: right;
   width: 610px;
   min-height: 450px;
}
   #pgTtl{
      font-size: 18px;
      color: #333;
      margin-top: 0px;
      font-weight: bold;
      font-family: Arial, sans-serif;
      height:22px;
      border-bottom:1px solid #999999;
   }
   #pgTtl #sbct
   {
   		cursor:pointer;
   		background:none;
   		padding:0px;
   }
   #pgTtl span {
   	  background:  url(../images/bullet.png) left center no-repeat;
      font-size: 12px;
      color: #000;
      padding-left:14px;
      padding-right:10px;
      font-weight: bold;
      font-family: Arial, sans-serif;
      position:relative;
      float:left;
      display:block;
      z-index:999;
   }
   #pgTtl #sbct_list span {
   	  background:  url(../images/bullet_black.png) left center no-repeat;
   }
   #pgTtl #sbct_list span:hover {
   	  background:  url(../images/bullet.png) left center no-repeat;
   }
   #sbct_list
   {
   		padding:0px 0px 0px 5px;
   		background:#fff;
   		display:none;
   		position:absolute;
   		width:200px;
   		top:0px;
   		left:-5px;
   		z-index:9999;
   }
   #sbct_list span
   {
   		display:block;
   		width:176px;
   }
   #content #sbct_list a
   {
		color:#000;
		font-weight:normal;
		 text-decoration: none;
		 line-height: 1.7em;
		 display:block;
		 width:176px;
   }
   #content #sbct_list a:hover
   {
   	   font-weight:bold;
   	   text-decoration: none;
   }
   #sbct_list span
   {
   		clear:left;
   }
   #content a{
      /*color: #E22832;*/
      text-decoration: none;
   }
      #content a:hover{
         text-decoration: underline;
      }
      
      #mnuSub h3, 
      #mnuSub h4{
         margin: 0;
         height: 29px;
         line-height: 29px;
         background: transparent url(../images/submnu-icon_subitem.png) left no-repeat;
         font-size: 12px;
         padding-left: 14px;
         cursor: pointer;
         color: #FFF;
         font-weight: normal;
         
      }
      #mnuSub h4{
         font-size: 11px;
         height: 22px;
         line-height: 22px;
      }
      #mnuSub h4.on,
      #mnuSub h4:hover,
      #mnuSub h3.on,
      #mnuSub h3:hover{
         background: transparent url(../images/submnu-icon_subitem_on.png) left no-repeat;
	  	color:  #D9EBFA;
		 
         font-weight: bold;
      }
	  
	   #mnuSub h4.on a{
	  	color:  #D9EBFA;
      }  

         #mnuSub div.l2{
            margin-left: 20px;
         }
         #mnuSub ul{
            list-style-type: none;
            margin: 0 0 0 20px;
            padding: 0;
            list-style-type: none;
         }
            #mnuSub ul li{
               background: none;
            }
            #mnuSub ul li a{
               height: 17px;
               line-height: 17px;
               background: transparent url(../images/submnu-icon_subitem.png) left no-repeat;
               padding-left: 12px;
               font-size: 11px;
            }
            #mnuSub ul li a.on,
            #mnuSub ul li a:hover{
               background: transparent url(../images/submnu-icon_subitem_on.png) left no-repeat;
            color: #D9EBFA;
            }
            #mnuSub ul li a.on{
               font-weight: bold;
            }
.banner_big
{
	font-size:0px;
}
.menu_big ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	height:25px;
	background:#e6e6e6;
}
.menu_big ul li
{
	float:left;
	border-left: 1px solid #ccc;
	font-size:13px;
}
.menu_big ul li a:link, .menu_big ul li a:visited
{
	display: block;
	padding:0px 7px;
	line-height:25px;
	color:#000;
}
.menu_big ul li a:hover, .menu_big ul li a:visited:hover
{
	color:#e22832;
}
.menu_big ul li.cat_selected a, .menu_big ul li.cat_selected a:hover
{
	color:#e22832;
	background:#d9ebfa;
}
.videozoom
{
	width:258px;
	height:258px;
	background: transparent url(../images/video.png) left no-repeat;
	position:absolute;
	top:1px;
	left:1px;
	display:none;
	cursor:pointer;
}
.photozoom
{
	width:258px;
	height:258px;
	background: transparent url(../images/photo.png) left no-repeat;
	position:absolute;
	top:1px;
	left:1px;
	display:none;
	cursor:pointer;
}
.newslink
{
	line-height:19px;
	padding-left:30px;
	padding-right:7px;
	background: transparent url(../images/bullet_back.gif) left no-repeat;
	font-size:10px;
	color:#717171;
	border:1px solid #e22832;
	display:table;
}