/*main-index CSS*/

/*top img*/
.main-index h1{
background: transparent url(/include/css/images/top_img_02.jpg) no-repeat top left;
color: #000;
display: block;
padding: 0;
margin: 0;
width: 750px; /*img width*/
height: 190px; /*img height*/
text-decoration: none;
text-indent: -900em;
}

#shadow-upper {width: 780px;
	background: url(/include/css/images/top_img_01.jpg) no-repeat left top;
	height: 20px;
}



/*item box tab*/
	#tabs-menu{
	width: 510px;
	margin-left: 10px;
}
	#tabs-menu ul.tabs {
		list-style:none;
		margin-bottom:10px;
		padding:0;
		clear:both;
		border-bottom:1px solid #ccc;
		height:20px;
	}
	
	#tabs-menu ul.tabs li {
		float:left;
		margin-right:5px;
		width:120px;
		text-align:center;
	}
	
	#tabs-menu ul.tabs li a {
		display:block;
		height:20px;
		padding:0 3px 0 3px;
		background-color:#fff;
		color:#666;
	text-decoration: none;
}
	
	#tabs-menu ul.tabs li a:hover {
		color:#666;
	}
	
	#tabs-menu ul.tabs li a.active {
		background-color:#ddd;
	}
	
	#tabs_example div {
		clear:both;
	}


/*item box*/

.item-page{
width: 510px;
}

.itembox{
	width: 160px;
	height: 160px;
	float: left;
text-align: center;
margin: 0px 5px 0 5px;
padding-top: 20px;
	background: url(images/itembox.gif) no-repeat;
}

*html .itembox{
	margin: 10px 4px 0 4px;
}

.itembox h3{
	font-size: 85%;
	margin-top: 5px;
	text-align: center;
	padding: 0 5px;
}

/*top topics*/
#top-topics li{
	float: left;
	margin-left: 10px;
}


/*highslide*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    width: 150px;
    margin: 10px;
}
.highslide img {
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-size: 90%;
    padding: 5px;
    background-color: white;
    text-align: left;
    color: #333;
}
.highslide-caption .itemlink{
	margin-left: 2px;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 90%;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*Ticker*/
#ticker {margin: 10px auto;}
#ticker table {background: #eee none left; border: 0; margin: 0; padding: 0; width: 750px;}
#ticker table td {font-size: 12px;}
#ticker table td#tic-title {background: maroon none no-repeat left; font-size: 12px; font-weight: bold; padding: 4px 0; text-align: center; vertical-align: top; width: 154px;
}

#ticker table td#tic-title a{
	color: white;
}

#ticker table td#tic-item {background: transparent none no-repeat right; padding: 4px 10px 4px 16px; width: 596px; text-align: left;}
#ticker table td#tic-item a {opacity: 0.999;}
#ticker table a {color: #222; text-decoration: none;}
#ticker table a:hover {color: #111; text-decoration: underline;}


#footer{
	margin-top: 0;
	margin-bottom: 10px;
}