@import url("reset.css");
/********************************      Basic Structure      ********************************/

html {
                font-size: 100%;
                height: 100%;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
                }

body {
                font-family: 'helvetica',Tahoma,sans-serif;
                color: #363636;
                background:url(../images/bg.png) top left repeat-x;
                font-size: 0.75em;
				line-height:20px;
                }

*:first-child+html body {font-size:11px}

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
                font-family: 'helvetica',Tahoma,sans-serif;
                color: #363636;
                font-weight: bold;
                }

h1            { font-size: 31px; padding: 0 0 10px 0; }				
h2            { font-size: 26px; padding: 0 0 10px 0; }
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


a              { color: #6c8f01; text-decoration: none; }
a:hover     { color: #6c8f01; }
a:active     { color: #6c8f01; }
a:focus     { outline: 1px; }

strong       { font-weight: bold;}

small   		{ font-size: 0.85em; }

pre           { font-family: monospace; }

li{padding:0 0 0 15px;}

p {padding: 0 0 15px ;}

hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
	}
.btn, a:link.btn, a:visited.btn{
    padding: 1px 8px;
    text-decoration: none;
    outline: none;
    color: #252525;
    font-size: 12px;
	font-weight:normal;
    background-image: url(../images/btn_bg.gif);
    background-repeat: repeat-x;
    border: solid #acacac 1px;
    cursor: pointer; 
    cursor: hand; 
}
.btn:hover, a:hover.btn{
    text-decoration: none;
    outline: none;
    color: #000;
    border: solid black 1px;
}
/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }
				
.left {
                float: left;
                }
				
.right {
                float: right;
                }
				
.align-right{text-align:right;}

.corner{-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
.require{color:#f60404;}
.padding{padding:10px;}
.padding.article{padding:0 10px 10px 10px;}
.nonlist{list-style:none;}
.nonlist li{padding:0; margin:0;}


.form_search label{display:inline-block; width:100px; text-align:right; margin:0 5px 0 0;}
/********************************      Main Content      ********************************/

/************ Layout ************/
#outter-wrapper{ margin:0 auto;  background:url(../images/pattern_top.png) top center no-repeat; position:relative;}
#inner-wrapper{width:922px; margin:0 auto;}
#header{height:78px; background:url(../images/logo2010.png) top left no-repeat; position:relative;}
#main{padding:0 0 10px 0;}
#content{width:700px; float:left; margin:0 0 0 2px;}
.content .content_inner{
	min-height: 853px;
height: auto !important; /* For Saf/Fx */
height: 853px; /* IE6 expands this if needed */

	background:#FFF;
	border:#E7E6E6 solid 1px;
	}
#sidebar{width:220px; float:left;}
#footer{clear:both; border-top:#FFF solid 1px; margin:0 -30px; padding:10px 30px; position:relative;}

.pattern_bottom_left{width:370px; height:567px; background:url(../images/pattern_bottom_left.png) top left no-repeat; position:absolute; bottom:0; left:0;}
.pattern_bottom_right{width:339px; height:567px; background:url(../images/pattern_bottom_right.png) top left no-repeat; position:absolute; bottom:0; right:0;}

/************* header ***********/
#header h1{position:absolute; width:411px; height:57px;  top:10px; left:266px; }
#header h1 span{display:none;}

/************* color picker ***********/
#color-picker{position:absolute; top:5px; right:5px;}
#color-picker ul li{display:inline-block; width:10px; height:10px; border:#FFF solid 1px; cursor:pointer;}
#color-picker ul li.green{background:#91B635;}
#color-picker ul li.navy_blue{background:#2362FF;}
#color-picker ul li.purple{background:#CA73DB;}
#color-picker ul li.blue{background:#23B8A5;}
#color-picker ul li.red{background:#FD5757;}
#color-picker ul li.dark_green{background:#4BB06C;}
#color-picker ul li.pink{background:#FB579C;}

/************* side bar **************/
#sidebar .menu{margin:0 0 5px;}
#sidebar .menu ul{padding:10px 15px;}
*:first-child+html #sidebar .menu ul li{padding:5px 0 5px 16px;}
#sidebar .menu ul li{border-bottom:#5d5c5c dotted 1px; padding:5px 0 5px 35px;}
#sidebar .menu ul li a{color:#363636; font-size:1.2em;}
#sidebar .menu ul li a:hover,#sidebar .menu ul li a.active{color:#b24103;}
#sidebar .menu ul li.home{background:url(../images/menu_home.png) center left no-repeat;}
#sidebar .menu ul li.organization{background:url(../images/menu_organize.png) center left no-repeat;}
#sidebar .menu ul li.plan{background:url(../images/menu_plan.png) center left no-repeat;}
#sidebar .menu ul li.email{background:url(../images/menu_email.png) center left no-repeat;}
#sidebar .menu ul li.webboard{background:url(../images/menu_webboard.png) center left no-repeat;}
#sidebar .menu ul li.contact{background:url(../images/contact.png) 7px center no-repeat;}
#sidebar .menu ul li.sitemap{background:url(../images/menu_sitemap.png) center left no-repeat;}



#sidebar .vdo{background:url(../images/sidebar_vdo.png) top left no-repeat; height:119px; margin:0 0 5px; position:relative;}
#sidebar .vdo .box{width:126px; height:90px; background:#000; border:#FFF solid 1px; position:absolute; top:50%; left:50%; margin:-45px 0 0 -63px;}
#sidebar .vdo .box embed,#sidebar .vdo .box object{width:126px; height:70px;}
#sidebar .vdo .box span{color:#FFF; padding:0 5px; font-size:0.8em;}
#sidebar .vdo .more{position:absolute; bottom:0; right:5px; font-size:0.8em;}
/*
#sidebar .poll{background:url(../images/sidebar_poll.png) top left no-repeat; height:216px; margin:0 0 5px;}

#sidebar .poll .box{padding:60px 10px 0; font-size:0.9em;}
*:first-child+html #sidebar .poll .box{font-size:9px;}
#sidebar .poll .box p{padding:0 0 8px;}
#sidebar .poll .total_vote{text-align:center;}*/

#sidebar .poll{background:#aee986; border:2px solid #D5EBAA; margin:0 0 5px; padding:0 10px;}

#sidebar .poll h2{background:url(../images/pollHeader.png) top center no-repeat;height:27px;}
#sidebar .poll h2 span{display:none; }
#sidebar .poll p{padding:3px 0;}

.poll .bar{background:#DDD;}
.poll .foreground{height:5px; background:#000;}
.poll .percent{text-align:right;}
.poll .text{text-align:center;}
.poll-result{margin:5px 0 0 0;}

#sidebar .banner a{display:block; line-height:1000px; text-indent:1000%; overflow:hidden;}
#sidebar .banner .calendar{background:url(../images/sidebar_calendar.png) top left no-repeat; height:63px; margin:0 0 5px;}
#sidebar .banner .webboard{background:url(../images/sidebar_webboard.png) top left no-repeat; height:119px; margin:0 0 5px;}
#sidebar .banner .media{background:url(../images/sidebar_media.png) top left no-repeat; height:119px; margin:0 0 5px;}

#sidebar .game{background:url(../images/sidebar_game.png) top left no-repeat; height:113px; margin:0 0 5px; position:relative;}
#sidebar .game .box{padding:35px 0 0 5px;}
#sidebar .game .more{position:absolute; bottom:0; right:5px; font-size:0.8em;}

#sidebar .music{background:url(../images/sidebar_music.png) top left no-repeat; height:113px; margin:0 0 5px; position:relative;}
#sidebar .music .box{padding:35px 0 0;}

#sidebar .music .box ul .group{width:105px; float:left; margin:0 0 0 5px;}
*:first-child+html #sidebar .music .box ul .group{width:107px; margin:0 0 0 3px; }
#sidebar .music .box ul li{background:url(../images/logo_heading.png) top left no-repeat; padding:0 0 0 14px; font-size:0.9em;}
*:first-child+html #sidebar .music .box ul li{padding:0 0 0 0; font-size:9px;}
#sidebar .music .more{position:absolute; bottom:0; right:5px; font-size:0.8em;}
/************* content ****************/
#content .content_header{background:url(../images/content_header.png) top left no-repeat; height:184px; margin:0 0 30px;}
#content .content{padding:0 6px 0 16px;}
#content .content .content_box{padding:10px; background:#FFF;}
#content .home_news{border-bottom:#dde8f1 solid 1px; margin:0 0 10px 0;}
#content .home_news .box{width:339px; float:left;}
#content .home_news .box ul {padding:0 15px 25px 15px; position:relative; border-right:#dde8f1 solid 1px;}
#content .home_news .box ul.border-none {border:none;}
#content .home_news .box ul .more{position:absolute; bottom:5px; right:20px; font-size:0.8em;}
#content .home_news .box ul li{border-bottom:#9b9a9a dotted 1px; padding:5px;}
#content .home_news .box ul li a{color:#363636;}
#content .home_news .box ul li img{width:64px; height:44px; float:left;}
#content .home_news .box ul li .intro{width:234px; float:left;}
#content .home_news .box ul li .intro p{padding:0 5px;}
#content .home_news .box h1{height:43px; margin:0 0 0 5px;}
#content .home_news .box h1 span{display:none;}
#content .home_news .box h1.information{background:url(../images/home_information_header.png) top left no-repeat;}
#content .home_news .box h1.news{background:url(../images/home_news_header.png) top left no-repeat;}

#content .home_tab{padding:10px 5px 5px; margin:0 0 10px;}
#content .home_tab ul{height:auto !important;
height:23px;
min-height:23px;}
#content .home_tab ul.tab li{float:left; width:103px; height:23px; font-size:0.9em; text-align:center; line-height:23px; color:#FFF; cursor:pointer; margin:0 2px;}
#content .home_tab ul.tab{padding:0 0 0 18px;}
#content .home_tab .home_tab_display{background:#FFF;}
*:first-child+html #content .home_tab .home_tab_display .box {zoom: 1;}
#content .home_tab .home_tab_display .box{padding:10px 10px 20px; position:relative; display:none}
#content .home_tab .home_tab_display .box img{border:#d2d3d3 solid 1px; margin:0 10px 0 0; float:left}
#content .home_tab .home_tab_display .box p{padding:0; font-size:0.9em;}
#content .home_tab .home_tab_display .box h3{color:#bcbcbc; font-size:12px; padding:0 0 5px 0;}
#content .home_tab .home_tab_display .box .more{position:absolute; bottom:0; right:5px; font-size:0.8em;}

#content .home_tab .home_tab_display .box .gamehunsa img{border:#d2d3d3 solid 1px; padding:1px; margin:0 0 0 0; float:none;}
#content .home_tab .home_tab_display .box .gamehunsa li{text-align:center; float:left; margin:0 0 10px; width:107px;}

#content .home_tab.pink{background:#fcf1f6;}
#content .home_tab.pink ul.tab{border-bottom:#e276a7 solid 1px;}
#content .home_tab.pink ul.tab li{background:url(../images/home_tab.png) top left no-repeat;}
#content .home_tab.pink ul.tab li:hover,#content .home_tab.pink ul li.active{background:url(../images/home_tab.png) bottom left no-repeat; color:#c7377d;}


#content .home_tab.blue{background:#e3ecf3;}
#content .home_tab.blue ul.tab li{background:url(../images/home_tab.png) top right no-repeat;}
#content .home_tab.blue ul.tab li:hover,#content .home_tab.blue ul li.active{background:url(../images/home_tab.png) bottom right no-repeat;}

#content .home_tab.purple{background:#9ca7cb; padding:5px;}
#content .home_tab.purple ul.tab{background:#FFF; color:#aaa9a9; border-bottom:#aaa9a9 solid 1px; margin:0 5px; padding:2px 0 0 0; min-height:18px;}
#content .home_tab.purple ul.tab li{color:#aaa9a9; border-left:#aaa9a9 solid 1px; padding:0; margin:0 0; height:16px; line-height:16px;}
#content .home_tab.purple ul.tab li:hover,#content .home_tab.purple ul li.active{color:#ff4400;}

#content .home_box{padding:5px; margin:0 0 10px;}
#content .home_box.purple{background:#9ca7cb;}
#content .home_box.purple ul.tab{border-bottom:#aaa9a9 solid 1px; margin:0 5px;}
#content .home_box.purple ul.tab li{color:#ff4400; padding:0 0 0 10px;}
*:first-child+html #content .home_box .home_tab_display .box .gamehunsa{zoom:1;}
#content .home_box .home_tab_display .box {position:relative;}
#content .home_box .home_tab_display .box .gamehunsa img{border:#d2d3d3 solid 1px; padding:1px; margin:0 0 0 0; float:none;}
#content .home_box .home_tab_display .box .gamehunsa li{text-align:center; float:left; margin:0 0 10px; width:162px;}
#content .home_box .home_tab_display .box .more{position:absolute; bottom:0; right:5px; font-size:0.8em;}
.white{background:#FFF;}
#content .home_tab.purple ul.tab li.nonborder{border:none;}
*:first-child+html .home_database {height:250px;}
.home_database{ background:#FFF url(../images/home_database_bg.png) bottom left repeat-x; border:#acbc3c solid 1px; position:relative; margin:30px 0 10px;}
.home_database h1{position:absolute; background:url(../images/home_database_header.png) top left no-repeat; width:80px; height:31px; top:-21px; left:5px;}
.home_database h1 span{display:none;}
.home_database .badge{width:63px; height:73px; background:url(../images/badge_plaster_green.png) top left no-repeat; position:absolute; top:-22px; right:-19px;}
.home_database ul{padding:10px 0 10px 0;}
.home_database ul li{float:left; margin:0 0 20px;}
.home_database ul li a{width:100px; height:52px; display:block; background:url(../images/database_sprite.png) top left no-repeat; line-height:120px; text-align:center; }
.home_database ul li a.research{background-position:0 0;}
.home_database ul li a.agency{background-position:0 -50px;}
.home_database ul li a.media{background-position:0 -100px;}
.home_database ul li a.herb{background-position:0 -150px;}
.home_database ul li a.vocabulary{background-position:0 -200px;}

*:first-child+html .home_service {height:340px;}
.home_service{ background:#FFF url(../images/home_service_bg.png) bottom left repeat-x; border:#deb2b9 solid 1px; position:relative; margin:30px 0 10px;}
.home_service h1{position:absolute; background:url(../images/home_service_header.png) top left no-repeat; width:83px; height:26px; top:-21px; left:45px;}
.home_service h1 span{display:none;}
.home_service .badge{width:71px; height:67px; background:url(../images/badge_plaster_pink.png) top left no-repeat; position:absolute; top:-20px; left:-20px;}
.home_service ul{padding:10px 0 10px 0;}
.home_service ul li{float:left; margin:0 0 0 5px; display:block;}
.home_service ul li a{width:100px; height:72px; display:block; background:url(../images/service_sprite.png) top left no-repeat; line-height:72px; text-indent:1000%; overflow:hidden;}
.home_service ul li a.learn{background-position:0 0;}
.home_service ul li a.book{background-position:-100px 0;}
.home_service ul li a.library{background-position:-200px 0;}
.home_service ul li a.qa{background-position:-300px 0;}
.home_service ul li a.faq{background-position:-400px 0;}
.home_service ul li a.index{background-position:-500px 0;}
.home_service ul li a.download{background-position:-600px 0;}

#visitor{ background:#FFF url(../images/home_service_bg.png) bottom left repeat-x; border:#deb2b9 solid 1px; position:relative; margin:0 0 10px;}
#visitor_,#visitor_ h5{padding:5px; color:#6C8F01;}
#visitor_ ul li.pink{color:#DE6BC0;}
#visitor_ ul li.purple{color:#8F59C6;}
#visitor_ ul li.blue{color:#0671CB;}
#visitor_ p {text-align:center;}
#content .article h1{font-size:18px; padding:5px;}
#content .article p{padding:0 0 5px 0;}
#content .article .list-content{list-style:none; border-bottom:#F4EFE9 solid 1px;}
#content .article .list-content li{padding:0 0 10px; position:relative;}
#content .article .list-content li .more{position:absolute; bottom:0; right:5px; font-size:0.8em;}
#content .article .list-content li strong{font-size:1.5em;}

#content .article .list-scheme{list-style:disc; }
#content .article .list-scheme li{padding:0 0 10px 0; margin:0 0 0 20px;}
#content .article .list-scheme h5{color:#6c8f01;}
#content .article .list-scheme li a{color:#363636;}
#content .article .list-scheme li strong{font-size:1.5em;}

#content .article .faq {list-style:none;}
#content .article .faq li{border-top:#F4EFE9 solid 1px; padding:20px 0;}
#content .article .faq h3{color:#6c8f01;}

#content .article .gamehunsa img{border:#d2d3d3 solid 1px; padding:1px; margin:0 0 0 0; float:none;}
#content .article .gamehunsa li{text-align:center; float:left; margin:0 0 10px; width:107px;}

#content .ebook{list-style:none;}
#content .ebook li{border-bottom:#F4EFE9 solid 1px;}
#content .ebook li img{float:left; margin:0 10px 10px 0;}
#content .ebook li .description{float:left; padding:10px 0; width:500px;}
#content .ebook li .description label{font-weight:bold; display:inline-block; width:70px; text-align:right;}

#content .video{list-style:none;}
#content .video li{border-bottom:#F4EFE9 solid 1px; margin:0 0 10px;}
#content .video li .embed{float:left; margin:0 10px 10px 0; width:300px;}
/*#content .video li .embed embed,#content .video li .embed object{ width:300px; height:200px;}*/
#content .video li .embedhunsa {float:left; margin:0 10px 10px 0; width:300px;}
#content .video li .embedhunsa embed,#content .video li .embedhunsa object{width:250px; height:200px;}
#content .video li .description{float:left; padding:10px 0; width:300px;}
#content .video li .description label{font-weight:bold; display:inline-block; width:70px; text-align:right;}

#content .article .list-game{list-style:none;}
#content .article .list-game li {float:left; margin:5px 0 5px 5px; display:inline;}

#content .article .list-vocab{list-style:none; }
#content .article .list-vocab li{padding:10px 0; border-bottom:#F4EFE9 solid 1px;}
#content .article .list-vocab li .word{color:#6c8f01; font-size:1.3em; font-weight:bold;}

#content .article .list-index {list-style:none; }
#content .article .list-index li{padding:10px 0; border-bottom:#F4EFE9 solid 1px;}
#content .article .list-index li img{float:left; margin:0 5px 5px 0;}
#content .article .list-index li .word{color:#6c8f01; font-size:1.3em; font-weight:bold;}

.herb_table tr td{ vertical-align:top;	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.herb_table tr td a{color:#4f6b72;}
.herb_table{border-left:1px solid #C1DAD7;}
.herb_table tr th{
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
text-align: center;
padding: 6px 6px 6px 12px;
background: #CAE8EA;
}

.herb_view_table tr td{ vertical-align:top;	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.herb_view_table tr td a{color:#4f6b72;}
.herb_view_table{border-left:1px solid #C1DAD7;border-top:1px solid #C1DAD7;}
.herb_view_table tr th{
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
text-align: right;
padding: 6px 6px 6px 12px;
background: #CAE8EA;
width:110px;
}


#crumbs span {
font-size:18px;
line-height:1;
padding:0 0 0 5px;
vertical-align:top;
}

#crumbs{ background:#FFF; padding:4px 3px; margin:10px 0; line-height:18px; border:#E7E6E6 solid 1px; list-style:none;}
*:first-child+html #crumbs li{line-height:10px;}
/************ footer ***********/
#footer .banner{margin:0 0 10px 0;}
#footer .banner h6{padding:0 0 0 13px;}
#footer .banner .slider{background:url(../images/footer_bg.png) 0 -40px repeat-x; padding:0 15px 0 0;}
#footer .banner ul{}
#footer .banner ul li{text-align:center;  line-height:0.8em; margin:0 0 0 15px;}
#footer .banner ul li img{}
#footer .banner ul li span{display:block; height:40px;}
#footer .banner ul li a{color:#353535; font-size:0.8em;}

#footer .email{float:left; font-size:0.9em; margin:0 0 0 50px;}
#footer .email a{text-decoration:underline; color:#363636;}
#footer .copyright{float:right;  font-size:0.9em;  margin:0 50px 0 0;}

/************ meta *************/
.icon {
background-attachment:scroll;
background-color:transparent;
background-image:url("../images/all-icons.gif");
background-position:0 0;
background-repeat:no-repeat;
margin-right:5px;
padding-left:16px;
}

.commented {
background-position:0 -21px;
}

.meta{color:#B7A794; font-size:0.8em; background:#FDFBF8; border-top:#F4EFE9 solid 1px; padding:4px 3px; margin:0 0 5px; line-height:18px;}
#content .article .list-content .meta{position:relative; padding:0 155px 0 0;}
.datepost  {
background-position:0 1px;
}
#content .article .list-content .datepost{position:absolute; top:5px; left:510px;}
.tagpost {
background-position:2px -43px;
}

/************* calendar *************/
#calendar h2{
	font-size:1.5em;
}


/************* pagination ************/

p.record{ font: 12px Tahoma, Arial, sans-serif; padding: 10px 0; }
p.record2{ margin: 20px 0px 20px 0px; padding: 10px 10px; border-left: solid #CCCCCC 4px; border-top: solid #CCCCCC 0px; background-color:#F3F3F3; }
a:link.page, a:visited.page, .page{ font-size:12px; outline: none; background: #F8FBFC; color: #0092e8; text-decoration: none; padding: 2px 6px 3px 6px; border: 1px solid #E2EFF3; }
a:hover.page{ outline:none; border-color: #0092e8;}
.page-active{ font: 12px Tahoma, Arial, sans-serif; background: #0092e8; color: #fff; padding: 2px 6px 3px 6px; border: 1px solid #0092e8; }
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

.pagination a {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #6c8f01;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #999;
	color: #666;
}
.pagination .current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #6c8f01;
	font-weight: bold;
	background-color: #6c8f01;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}



.table{
	margin:10px 0;
}
.table tr th, .table tr td{
	border:1px solid #ccc;
	padding:5px;
	vertical-align:top;
}
.table tr td.center{
	text-align:center;
}
.table tr.view-topic td{
	background:#E3F6B4;
}
.table.style-1 tr th{
	border:none;
	border-bottom:2px solid #83A508;
	color:#83A508;
}
.table.style-1 tr.reply th{
	padding-top:15px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #83A508;
}
.table.style-1 tr td{
	padding:5px;
	border:1px solid #eee;
}

.date_webboard{
	padding:5px 0 0 50px;
}

#search{
	position:absolute;
	bottom:5px;
	right:0;
}

#search .text{
	border:1px solid #a3a3a3;
	width:150px;
	padding:3px 20px 3px 3px;
	background:#FFF url(../images/searchbg.png) center right no-repeat;
}

.banner .next{background:url(../images/arrow_right.png) top left no-repeat; display:block; width:13px; height:19px;  cursor:pointer; position:absolute; top:44px; right:11px;}
.banner .prev{background:url(../images/arrow_left.png) top left no-repeat; display:block; width:13px; height:19px;  cursor:pointer; position:absolute; top:44px; left:21px;}

.hunsa object,.hunsa embed{width:300px; height:250px;}
.hunsa{float:left; margin:5px 10px;}

.hilight{
	width:698px; height:182px; position:relative; float:left; border:#FFF solid 2px;
	margin:0 0 10px 0;
}
.hilight .hilight-show div{display:none;}
.hilight .hilight-show div img{width:698px; height:182px;}
.hilight div small{display:block;margin:10px; font-size:1.2em;}
/*.hilight ul{background:#E2DED4;background:#666; filter: Alpha(Opacity=70);-moz-opacity: 0.7;opacity: 0.7; position:absolute; bottom:0; left:0; width:100%;}*/
.hilight ul{background:url(../images/hilight.png) top left no-repeat;position:absolute; bottom:0; left:0; width:100%; padding:0; margin:0;}
.hilight ul li {float:left;height:19px;width:22px;border-right:1px solid #FFF; list-style:none; padding:0}
.hilight ul li a{color:#FFF;display:block;font-family:Arial,Helvetica,Sans-Serif;font-size:10px;font-weight:bold;line-height:20px;text-align:center;text-decoration:none;}
.hilight ul li.active a{border:none;color:#FFF;display:block;font-family:Arial,Helvetica,Sans-Serif;font-size:10px;font-weight:bold;line-height:23px;text-align:center;text-decoration:none;background: url(../images/hilightActive.png) top left no-repeat; height:23px; position:relative; top:-4px;}

